merge with master
[platform/core/multimedia/libmm-transcode.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.67 for libmm-transcode 0.1.
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='libmm-transcode'
700 PACKAGE_TARNAME='libmm-transcode'
701 PACKAGE_VERSION='0.1'
702 PACKAGE_STRING='libmm-transcode 0.1'
703 PACKAGE_BUGREPORT=''
704 PACKAGE_URL=''
705
706 # Factoring default headers for most tests.
707 ac_includes_default="\
708 #include <stdio.h>
709 #ifdef HAVE_SYS_TYPES_H
710 # include <sys/types.h>
711 #endif
712 #ifdef HAVE_SYS_STAT_H
713 # include <sys/stat.h>
714 #endif
715 #ifdef STDC_HEADERS
716 # include <stdlib.h>
717 # include <stddef.h>
718 #else
719 # ifdef HAVE_STDLIB_H
720 #  include <stdlib.h>
721 # endif
722 #endif
723 #ifdef HAVE_STRING_H
724 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
725 #  include <memory.h>
726 # endif
727 # include <string.h>
728 #endif
729 #ifdef HAVE_STRINGS_H
730 # include <strings.h>
731 #endif
732 #ifdef HAVE_INTTYPES_H
733 # include <inttypes.h>
734 #endif
735 #ifdef HAVE_STDINT_H
736 # include <stdint.h>
737 #endif
738 #ifdef HAVE_UNISTD_H
739 # include <unistd.h>
740 #endif"
741
742 ac_subst_vars='am__EXEEXT_FALSE
743 am__EXEEXT_TRUE
744 LTLIBOBJS
745 GMODULE_LIBS
746 GMODULE_CFLAGS
747 GSTPBUTILS_LIBS
748 GSTPBUTILS_CFLAGS
749 GSTAPP_LIBS
750 GSTAPP_CFLAGS
751 GST_INTERFACE_LIBS
752 GST_INTERFACE_CFLAGS
753 GST_PLUGIN_BASE_LIBS
754 GST_PLUGIN_BASE_CFLAGS
755 GST_LIBS
756 GST_CFLAGS
757 GLIB_LIBS
758 GLIB_CFLAGS
759 MMTA_LIBS
760 MMTA_CFLAGS
761 MMLOG_LIBS
762 MMLOG_CFLAGS
763 MMCOMMON_LIBS
764 MMCOMMON_CFLAGS
765 PKG_CONFIG_LIBDIR
766 PKG_CONFIG_PATH
767 PKG_CONFIG
768 LIBOBJS
769 CPP
770 OTOOL64
771 OTOOL
772 LIPO
773 NMEDIT
774 DSYMUTIL
775 lt_ECHO
776 RANLIB
777 AR
778 OBJDUMP
779 LN_S
780 NM
781 ac_ct_DUMPBIN
782 DUMPBIN
783 LD
784 FGREP
785 EGREP
786 GREP
787 SED
788 host_os
789 host_vendor
790 host_cpu
791 host
792 build_os
793 build_vendor
794 build_cpu
795 build
796 LIBTOOL
797 am__fastdepCC_FALSE
798 am__fastdepCC_TRUE
799 CCDEPMODE
800 AMDEPBACKSLASH
801 AMDEP_FALSE
802 AMDEP_TRUE
803 am__quote
804 am__include
805 DEPDIR
806 OBJEXT
807 EXEEXT
808 ac_ct_CC
809 CPPFLAGS
810 LDFLAGS
811 CFLAGS
812 CC
813 am__untar
814 am__tar
815 AMTAR
816 am__leading_dot
817 SET_MAKE
818 AWK
819 mkdir_p
820 MKDIR_P
821 INSTALL_STRIP_PROGRAM
822 STRIP
823 install_sh
824 MAKEINFO
825 AUTOHEADER
826 AUTOMAKE
827 AUTOCONF
828 ACLOCAL
829 VERSION
830 PACKAGE
831 CYGPATH_W
832 am__isrc
833 INSTALL_DATA
834 INSTALL_SCRIPT
835 INSTALL_PROGRAM
836 target_alias
837 host_alias
838 build_alias
839 LIBS
840 ECHO_T
841 ECHO_N
842 ECHO_C
843 DEFS
844 mandir
845 localedir
846 libdir
847 psdir
848 pdfdir
849 dvidir
850 htmldir
851 infodir
852 docdir
853 oldincludedir
854 includedir
855 localstatedir
856 sharedstatedir
857 sysconfdir
858 datadir
859 datarootdir
860 libexecdir
861 sbindir
862 bindir
863 program_transform_name
864 prefix
865 exec_prefix
866 PACKAGE_URL
867 PACKAGE_BUGREPORT
868 PACKAGE_STRING
869 PACKAGE_VERSION
870 PACKAGE_TARNAME
871 PACKAGE_NAME
872 PATH_SEPARATOR
873 SHELL'
874 ac_subst_files=''
875 ac_user_opts='
876 enable_option_checking
877 enable_dependency_tracking
878 enable_shared
879 enable_static
880 with_pic
881 enable_fast_install
882 with_gnu_ld
883 enable_libtool_lock
884 '
885       ac_precious_vars='build_alias
886 host_alias
887 target_alias
888 CC
889 CFLAGS
890 LDFLAGS
891 LIBS
892 CPPFLAGS
893 CPP
894 PKG_CONFIG
895 PKG_CONFIG_PATH
896 PKG_CONFIG_LIBDIR
897 MMCOMMON_CFLAGS
898 MMCOMMON_LIBS
899 MMLOG_CFLAGS
900 MMLOG_LIBS
901 MMTA_CFLAGS
902 MMTA_LIBS
903 GLIB_CFLAGS
904 GLIB_LIBS
905 GST_CFLAGS
906 GST_LIBS
907 GST_PLUGIN_BASE_CFLAGS
908 GST_PLUGIN_BASE_LIBS
909 GST_INTERFACE_CFLAGS
910 GST_INTERFACE_LIBS
911 GSTAPP_CFLAGS
912 GSTAPP_LIBS
913 GSTPBUTILS_CFLAGS
914 GSTPBUTILS_LIBS
915 GMODULE_CFLAGS
916 GMODULE_LIBS'
917
918
919 # Initialize some variables set by options.
920 ac_init_help=
921 ac_init_version=false
922 ac_unrecognized_opts=
923 ac_unrecognized_sep=
924 # The variables have the same names as the options, with
925 # dashes changed to underlines.
926 cache_file=/dev/null
927 exec_prefix=NONE
928 no_create=
929 no_recursion=
930 prefix=NONE
931 program_prefix=NONE
932 program_suffix=NONE
933 program_transform_name=s,x,x,
934 silent=
935 site=
936 srcdir=
937 verbose=
938 x_includes=NONE
939 x_libraries=NONE
940
941 # Installation directory options.
942 # These are left unexpanded so users can "make install exec_prefix=/foo"
943 # and all the variables that are supposed to be based on exec_prefix
944 # by default will actually change.
945 # Use braces instead of parens because sh, perl, etc. also accept them.
946 # (The list follows the same order as the GNU Coding Standards.)
947 bindir='${exec_prefix}/bin'
948 sbindir='${exec_prefix}/sbin'
949 libexecdir='${exec_prefix}/libexec'
950 datarootdir='${prefix}/share'
951 datadir='${datarootdir}'
952 sysconfdir='${prefix}/etc'
953 sharedstatedir='${prefix}/com'
954 localstatedir='${prefix}/var'
955 includedir='${prefix}/include'
956 oldincludedir='/usr/include'
957 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
958 infodir='${datarootdir}/info'
959 htmldir='${docdir}'
960 dvidir='${docdir}'
961 pdfdir='${docdir}'
962 psdir='${docdir}'
963 libdir='${exec_prefix}/lib'
964 localedir='${datarootdir}/locale'
965 mandir='${datarootdir}/man'
966
967 ac_prev=
968 ac_dashdash=
969 for ac_option
970 do
971   # If the previous option needs an argument, assign it.
972   if test -n "$ac_prev"; then
973     eval $ac_prev=\$ac_option
974     ac_prev=
975     continue
976   fi
977
978   case $ac_option in
979   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
980   *=)   ac_optarg= ;;
981   *)    ac_optarg=yes ;;
982   esac
983
984   # Accept the important Cygnus configure options, so we can diagnose typos.
985
986   case $ac_dashdash$ac_option in
987   --)
988     ac_dashdash=yes ;;
989
990   -bindir | --bindir | --bindi | --bind | --bin | --bi)
991     ac_prev=bindir ;;
992   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
993     bindir=$ac_optarg ;;
994
995   -build | --build | --buil | --bui | --bu)
996     ac_prev=build_alias ;;
997   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
998     build_alias=$ac_optarg ;;
999
1000   -cache-file | --cache-file | --cache-fil | --cache-fi \
1001   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1002     ac_prev=cache_file ;;
1003   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1004   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1005     cache_file=$ac_optarg ;;
1006
1007   --config-cache | -C)
1008     cache_file=config.cache ;;
1009
1010   -datadir | --datadir | --datadi | --datad)
1011     ac_prev=datadir ;;
1012   -datadir=* | --datadir=* | --datadi=* | --datad=*)
1013     datadir=$ac_optarg ;;
1014
1015   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1016   | --dataroo | --dataro | --datar)
1017     ac_prev=datarootdir ;;
1018   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1019   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1020     datarootdir=$ac_optarg ;;
1021
1022   -disable-* | --disable-*)
1023     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1024     # Reject names that are not valid shell variable names.
1025     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1026       as_fn_error $? "invalid feature name: $ac_useropt"
1027     ac_useropt_orig=$ac_useropt
1028     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1029     case $ac_user_opts in
1030       *"
1031 "enable_$ac_useropt"
1032 "*) ;;
1033       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1034          ac_unrecognized_sep=', ';;
1035     esac
1036     eval enable_$ac_useropt=no ;;
1037
1038   -docdir | --docdir | --docdi | --doc | --do)
1039     ac_prev=docdir ;;
1040   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1041     docdir=$ac_optarg ;;
1042
1043   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1044     ac_prev=dvidir ;;
1045   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1046     dvidir=$ac_optarg ;;
1047
1048   -enable-* | --enable-*)
1049     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1050     # Reject names that are not valid shell variable names.
1051     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1052       as_fn_error $? "invalid feature name: $ac_useropt"
1053     ac_useropt_orig=$ac_useropt
1054     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1055     case $ac_user_opts in
1056       *"
1057 "enable_$ac_useropt"
1058 "*) ;;
1059       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1060          ac_unrecognized_sep=', ';;
1061     esac
1062     eval enable_$ac_useropt=\$ac_optarg ;;
1063
1064   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1065   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1066   | --exec | --exe | --ex)
1067     ac_prev=exec_prefix ;;
1068   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1069   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1070   | --exec=* | --exe=* | --ex=*)
1071     exec_prefix=$ac_optarg ;;
1072
1073   -gas | --gas | --ga | --g)
1074     # Obsolete; use --with-gas.
1075     with_gas=yes ;;
1076
1077   -help | --help | --hel | --he | -h)
1078     ac_init_help=long ;;
1079   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1080     ac_init_help=recursive ;;
1081   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1082     ac_init_help=short ;;
1083
1084   -host | --host | --hos | --ho)
1085     ac_prev=host_alias ;;
1086   -host=* | --host=* | --hos=* | --ho=*)
1087     host_alias=$ac_optarg ;;
1088
1089   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1090     ac_prev=htmldir ;;
1091   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1092   | --ht=*)
1093     htmldir=$ac_optarg ;;
1094
1095   -includedir | --includedir | --includedi | --included | --include \
1096   | --includ | --inclu | --incl | --inc)
1097     ac_prev=includedir ;;
1098   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1099   | --includ=* | --inclu=* | --incl=* | --inc=*)
1100     includedir=$ac_optarg ;;
1101
1102   -infodir | --infodir | --infodi | --infod | --info | --inf)
1103     ac_prev=infodir ;;
1104   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1105     infodir=$ac_optarg ;;
1106
1107   -libdir | --libdir | --libdi | --libd)
1108     ac_prev=libdir ;;
1109   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1110     libdir=$ac_optarg ;;
1111
1112   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1113   | --libexe | --libex | --libe)
1114     ac_prev=libexecdir ;;
1115   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1116   | --libexe=* | --libex=* | --libe=*)
1117     libexecdir=$ac_optarg ;;
1118
1119   -localedir | --localedir | --localedi | --localed | --locale)
1120     ac_prev=localedir ;;
1121   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1122     localedir=$ac_optarg ;;
1123
1124   -localstatedir | --localstatedir | --localstatedi | --localstated \
1125   | --localstate | --localstat | --localsta | --localst | --locals)
1126     ac_prev=localstatedir ;;
1127   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1128   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1129     localstatedir=$ac_optarg ;;
1130
1131   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1132     ac_prev=mandir ;;
1133   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1134     mandir=$ac_optarg ;;
1135
1136   -nfp | --nfp | --nf)
1137     # Obsolete; use --without-fp.
1138     with_fp=no ;;
1139
1140   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1141   | --no-cr | --no-c | -n)
1142     no_create=yes ;;
1143
1144   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1145   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1146     no_recursion=yes ;;
1147
1148   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1149   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1150   | --oldin | --oldi | --old | --ol | --o)
1151     ac_prev=oldincludedir ;;
1152   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1153   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1154   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1155     oldincludedir=$ac_optarg ;;
1156
1157   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1158     ac_prev=prefix ;;
1159   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1160     prefix=$ac_optarg ;;
1161
1162   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1163   | --program-pre | --program-pr | --program-p)
1164     ac_prev=program_prefix ;;
1165   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1166   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1167     program_prefix=$ac_optarg ;;
1168
1169   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1170   | --program-suf | --program-su | --program-s)
1171     ac_prev=program_suffix ;;
1172   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1173   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1174     program_suffix=$ac_optarg ;;
1175
1176   -program-transform-name | --program-transform-name \
1177   | --program-transform-nam | --program-transform-na \
1178   | --program-transform-n | --program-transform- \
1179   | --program-transform | --program-transfor \
1180   | --program-transfo | --program-transf \
1181   | --program-trans | --program-tran \
1182   | --progr-tra | --program-tr | --program-t)
1183     ac_prev=program_transform_name ;;
1184   -program-transform-name=* | --program-transform-name=* \
1185   | --program-transform-nam=* | --program-transform-na=* \
1186   | --program-transform-n=* | --program-transform-=* \
1187   | --program-transform=* | --program-transfor=* \
1188   | --program-transfo=* | --program-transf=* \
1189   | --program-trans=* | --program-tran=* \
1190   | --progr-tra=* | --program-tr=* | --program-t=*)
1191     program_transform_name=$ac_optarg ;;
1192
1193   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1194     ac_prev=pdfdir ;;
1195   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1196     pdfdir=$ac_optarg ;;
1197
1198   -psdir | --psdir | --psdi | --psd | --ps)
1199     ac_prev=psdir ;;
1200   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1201     psdir=$ac_optarg ;;
1202
1203   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1204   | -silent | --silent | --silen | --sile | --sil)
1205     silent=yes ;;
1206
1207   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1208     ac_prev=sbindir ;;
1209   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1210   | --sbi=* | --sb=*)
1211     sbindir=$ac_optarg ;;
1212
1213   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1214   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1215   | --sharedst | --shareds | --shared | --share | --shar \
1216   | --sha | --sh)
1217     ac_prev=sharedstatedir ;;
1218   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1219   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1220   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1221   | --sha=* | --sh=*)
1222     sharedstatedir=$ac_optarg ;;
1223
1224   -site | --site | --sit)
1225     ac_prev=site ;;
1226   -site=* | --site=* | --sit=*)
1227     site=$ac_optarg ;;
1228
1229   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1230     ac_prev=srcdir ;;
1231   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1232     srcdir=$ac_optarg ;;
1233
1234   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1235   | --syscon | --sysco | --sysc | --sys | --sy)
1236     ac_prev=sysconfdir ;;
1237   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1238   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1239     sysconfdir=$ac_optarg ;;
1240
1241   -target | --target | --targe | --targ | --tar | --ta | --t)
1242     ac_prev=target_alias ;;
1243   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1244     target_alias=$ac_optarg ;;
1245
1246   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1247     verbose=yes ;;
1248
1249   -version | --version | --versio | --versi | --vers | -V)
1250     ac_init_version=: ;;
1251
1252   -with-* | --with-*)
1253     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1254     # Reject names that are not valid shell variable names.
1255     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1256       as_fn_error $? "invalid package name: $ac_useropt"
1257     ac_useropt_orig=$ac_useropt
1258     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1259     case $ac_user_opts in
1260       *"
1261 "with_$ac_useropt"
1262 "*) ;;
1263       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1264          ac_unrecognized_sep=', ';;
1265     esac
1266     eval with_$ac_useropt=\$ac_optarg ;;
1267
1268   -without-* | --without-*)
1269     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1270     # Reject names that are not valid shell variable names.
1271     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1272       as_fn_error $? "invalid package name: $ac_useropt"
1273     ac_useropt_orig=$ac_useropt
1274     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1275     case $ac_user_opts in
1276       *"
1277 "with_$ac_useropt"
1278 "*) ;;
1279       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1280          ac_unrecognized_sep=', ';;
1281     esac
1282     eval with_$ac_useropt=no ;;
1283
1284   --x)
1285     # Obsolete; use --with-x.
1286     with_x=yes ;;
1287
1288   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1289   | --x-incl | --x-inc | --x-in | --x-i)
1290     ac_prev=x_includes ;;
1291   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1292   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1293     x_includes=$ac_optarg ;;
1294
1295   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1296   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1297     ac_prev=x_libraries ;;
1298   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1299   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1300     x_libraries=$ac_optarg ;;
1301
1302   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1303 Try \`$0 --help' for more information"
1304     ;;
1305
1306   *=*)
1307     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1308     # Reject names that are not valid shell variable names.
1309     case $ac_envvar in #(
1310       '' | [0-9]* | *[!_$as_cr_alnum]* )
1311       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1312     esac
1313     eval $ac_envvar=\$ac_optarg
1314     export $ac_envvar ;;
1315
1316   *)
1317     # FIXME: should be removed in autoconf 3.0.
1318     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1319     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1320       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1321     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1322     ;;
1323
1324   esac
1325 done
1326
1327 if test -n "$ac_prev"; then
1328   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1329   as_fn_error $? "missing argument to $ac_option"
1330 fi
1331
1332 if test -n "$ac_unrecognized_opts"; then
1333   case $enable_option_checking in
1334     no) ;;
1335     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1336     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1337   esac
1338 fi
1339
1340 # Check all directory arguments for consistency.
1341 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1342                 datadir sysconfdir sharedstatedir localstatedir includedir \
1343                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1344                 libdir localedir mandir
1345 do
1346   eval ac_val=\$$ac_var
1347   # Remove trailing slashes.
1348   case $ac_val in
1349     */ )
1350       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1351       eval $ac_var=\$ac_val;;
1352   esac
1353   # Be sure to have absolute directory names.
1354   case $ac_val in
1355     [\\/$]* | ?:[\\/]* )  continue;;
1356     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1357   esac
1358   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1359 done
1360
1361 # There might be people who depend on the old broken behavior: `$host'
1362 # used to hold the argument of --host etc.
1363 # FIXME: To remove some day.
1364 build=$build_alias
1365 host=$host_alias
1366 target=$target_alias
1367
1368 # FIXME: To remove some day.
1369 if test "x$host_alias" != x; then
1370   if test "x$build_alias" = x; then
1371     cross_compiling=maybe
1372     $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1373     If a cross compiler is detected then cross compile mode will be used" >&2
1374   elif test "x$build_alias" != "x$host_alias"; then
1375     cross_compiling=yes
1376   fi
1377 fi
1378
1379 ac_tool_prefix=
1380 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1381
1382 test "$silent" = yes && exec 6>/dev/null
1383
1384
1385 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1386 ac_ls_di=`ls -di .` &&
1387 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1388   as_fn_error $? "working directory cannot be determined"
1389 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1390   as_fn_error $? "pwd does not report name of working directory"
1391
1392
1393 # Find the source files, if location was not specified.
1394 if test -z "$srcdir"; then
1395   ac_srcdir_defaulted=yes
1396   # Try the directory containing this script, then the parent directory.
1397   ac_confdir=`$as_dirname -- "$as_myself" ||
1398 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1399          X"$as_myself" : 'X\(//\)[^/]' \| \
1400          X"$as_myself" : 'X\(//\)$' \| \
1401          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1402 $as_echo X"$as_myself" |
1403     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1404             s//\1/
1405             q
1406           }
1407           /^X\(\/\/\)[^/].*/{
1408             s//\1/
1409             q
1410           }
1411           /^X\(\/\/\)$/{
1412             s//\1/
1413             q
1414           }
1415           /^X\(\/\).*/{
1416             s//\1/
1417             q
1418           }
1419           s/.*/./; q'`
1420   srcdir=$ac_confdir
1421   if test ! -r "$srcdir/$ac_unique_file"; then
1422     srcdir=..
1423   fi
1424 else
1425   ac_srcdir_defaulted=no
1426 fi
1427 if test ! -r "$srcdir/$ac_unique_file"; then
1428   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1429   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1430 fi
1431 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1432 ac_abs_confdir=`(
1433         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1434         pwd)`
1435 # When building in place, set srcdir=.
1436 if test "$ac_abs_confdir" = "$ac_pwd"; then
1437   srcdir=.
1438 fi
1439 # Remove unnecessary trailing slashes from srcdir.
1440 # Double slashes in file names in object file debugging info
1441 # mess up M-x gdb in Emacs.
1442 case $srcdir in
1443 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1444 esac
1445 for ac_var in $ac_precious_vars; do
1446   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1447   eval ac_env_${ac_var}_value=\$${ac_var}
1448   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1449   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1450 done
1451
1452 #
1453 # Report the --help message.
1454 #
1455 if test "$ac_init_help" = "long"; then
1456   # Omit some internal or obsolete options to make the list less imposing.
1457   # This message is too long to be a string in the A/UX 3.1 sh.
1458   cat <<_ACEOF
1459 \`configure' configures libmm-transcode 0.1 to adapt to many kinds of systems.
1460
1461 Usage: $0 [OPTION]... [VAR=VALUE]...
1462
1463 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1464 VAR=VALUE.  See below for descriptions of some of the useful variables.
1465
1466 Defaults for the options are specified in brackets.
1467
1468 Configuration:
1469   -h, --help              display this help and exit
1470       --help=short        display options specific to this package
1471       --help=recursive    display the short help of all the included packages
1472   -V, --version           display version information and exit
1473   -q, --quiet, --silent   do not print \`checking ...' messages
1474       --cache-file=FILE   cache test results in FILE [disabled]
1475   -C, --config-cache      alias for \`--cache-file=config.cache'
1476   -n, --no-create         do not create output files
1477       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1478
1479 Installation directories:
1480   --prefix=PREFIX         install architecture-independent files in PREFIX
1481                           [$ac_default_prefix]
1482   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1483                           [PREFIX]
1484
1485 By default, \`make install' will install all the files in
1486 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1487 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1488 for instance \`--prefix=\$HOME'.
1489
1490 For better control, use the options below.
1491
1492 Fine tuning of the installation directories:
1493   --bindir=DIR            user executables [EPREFIX/bin]
1494   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1495   --libexecdir=DIR        program executables [EPREFIX/libexec]
1496   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1497   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1498   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1499   --libdir=DIR            object code libraries [EPREFIX/lib]
1500   --includedir=DIR        C header files [PREFIX/include]
1501   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1502   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1503   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1504   --infodir=DIR           info documentation [DATAROOTDIR/info]
1505   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1506   --mandir=DIR            man documentation [DATAROOTDIR/man]
1507   --docdir=DIR            documentation root [DATAROOTDIR/doc/libmm-transcode]
1508   --htmldir=DIR           html documentation [DOCDIR]
1509   --dvidir=DIR            dvi documentation [DOCDIR]
1510   --pdfdir=DIR            pdf documentation [DOCDIR]
1511   --psdir=DIR             ps documentation [DOCDIR]
1512 _ACEOF
1513
1514   cat <<\_ACEOF
1515
1516 Program names:
1517   --program-prefix=PREFIX            prepend PREFIX to installed program names
1518   --program-suffix=SUFFIX            append SUFFIX to installed program names
1519   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1520
1521 System types:
1522   --build=BUILD     configure for building on BUILD [guessed]
1523   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1524 _ACEOF
1525 fi
1526
1527 if test -n "$ac_init_help"; then
1528   case $ac_init_help in
1529      short | recursive ) echo "Configuration of libmm-transcode 0.1:";;
1530    esac
1531   cat <<\_ACEOF
1532
1533 Optional Features:
1534   --disable-option-checking  ignore unrecognized --enable/--with options
1535   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1536   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1537   --disable-dependency-tracking  speeds up one-time build
1538   --enable-dependency-tracking   do not reject slow dependency extractors
1539   --enable-shared[=PKGS]  build shared libraries [default=yes]
1540   --enable-static[=PKGS]  build static libraries [default=yes]
1541   --enable-fast-install[=PKGS]
1542                           optimize for fast installation [default=yes]
1543   --disable-libtool-lock  avoid locking (might break parallel builds)
1544
1545 Optional Packages:
1546   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1547   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1548   --with-pic              try to use only PIC/non-PIC objects [default=use
1549                           both]
1550   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1551
1552 Some influential environment variables:
1553   CC          C compiler command
1554   CFLAGS      C compiler flags
1555   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1556               nonstandard directory <lib dir>
1557   LIBS        libraries to pass to the linker, e.g. -l<library>
1558   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1559               you have headers in a nonstandard directory <include dir>
1560   CPP         C preprocessor
1561   PKG_CONFIG  path to pkg-config utility
1562   PKG_CONFIG_PATH
1563               directories to add to pkg-config's search path
1564   PKG_CONFIG_LIBDIR
1565               path overriding pkg-config's built-in search path
1566   MMCOMMON_CFLAGS
1567               C compiler flags for MMCOMMON, overriding pkg-config
1568   MMCOMMON_LIBS
1569               linker flags for MMCOMMON, overriding pkg-config
1570   MMLOG_CFLAGS
1571               C compiler flags for MMLOG, overriding pkg-config
1572   MMLOG_LIBS  linker flags for MMLOG, overriding pkg-config
1573   MMTA_CFLAGS C compiler flags for MMTA, overriding pkg-config
1574   MMTA_LIBS   linker flags for MMTA, overriding pkg-config
1575   GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
1576   GLIB_LIBS   linker flags for GLIB, overriding pkg-config
1577   GST_CFLAGS  C compiler flags for GST, overriding pkg-config
1578   GST_LIBS    linker flags for GST, overriding pkg-config
1579   GST_PLUGIN_BASE_CFLAGS
1580               C compiler flags for GST_PLUGIN_BASE, overriding pkg-config
1581   GST_PLUGIN_BASE_LIBS
1582               linker flags for GST_PLUGIN_BASE, overriding pkg-config
1583   GST_INTERFACE_CFLAGS
1584               C compiler flags for GST_INTERFACE, overriding pkg-config
1585   GST_INTERFACE_LIBS
1586               linker flags for GST_INTERFACE, overriding pkg-config
1587   GSTAPP_CFLAGS
1588               C compiler flags for GSTAPP, overriding pkg-config
1589   GSTAPP_LIBS linker flags for GSTAPP, overriding pkg-config
1590   GSTPBUTILS_CFLAGS
1591               C compiler flags for GSTPBUTILS, overriding pkg-config
1592   GSTPBUTILS_LIBS
1593               linker flags for GSTPBUTILS, overriding pkg-config
1594   GMODULE_CFLAGS
1595               C compiler flags for GMODULE, overriding pkg-config
1596   GMODULE_LIBS
1597               linker flags for GMODULE, overriding pkg-config
1598
1599 Use these variables to override the choices made by `configure' or to help
1600 it to find libraries and programs with nonstandard names/locations.
1601
1602 Report bugs to the package provider.
1603 _ACEOF
1604 ac_status=$?
1605 fi
1606
1607 if test "$ac_init_help" = "recursive"; then
1608   # If there are subdirs, report their specific --help.
1609   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1610     test -d "$ac_dir" ||
1611       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1612       continue
1613     ac_builddir=.
1614
1615 case "$ac_dir" in
1616 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1617 *)
1618   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1619   # A ".." for each directory in $ac_dir_suffix.
1620   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1621   case $ac_top_builddir_sub in
1622   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1623   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1624   esac ;;
1625 esac
1626 ac_abs_top_builddir=$ac_pwd
1627 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1628 # for backward compatibility:
1629 ac_top_builddir=$ac_top_build_prefix
1630
1631 case $srcdir in
1632   .)  # We are building in place.
1633     ac_srcdir=.
1634     ac_top_srcdir=$ac_top_builddir_sub
1635     ac_abs_top_srcdir=$ac_pwd ;;
1636   [\\/]* | ?:[\\/]* )  # Absolute name.
1637     ac_srcdir=$srcdir$ac_dir_suffix;
1638     ac_top_srcdir=$srcdir
1639     ac_abs_top_srcdir=$srcdir ;;
1640   *) # Relative name.
1641     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1642     ac_top_srcdir=$ac_top_build_prefix$srcdir
1643     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1644 esac
1645 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1646
1647     cd "$ac_dir" || { ac_status=$?; continue; }
1648     # Check for guested configure.
1649     if test -f "$ac_srcdir/configure.gnu"; then
1650       echo &&
1651       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1652     elif test -f "$ac_srcdir/configure"; then
1653       echo &&
1654       $SHELL "$ac_srcdir/configure" --help=recursive
1655     else
1656       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1657     fi || ac_status=$?
1658     cd "$ac_pwd" || { ac_status=$?; break; }
1659   done
1660 fi
1661
1662 test -n "$ac_init_help" && exit $ac_status
1663 if $ac_init_version; then
1664   cat <<\_ACEOF
1665 libmm-transcode configure 0.1
1666 generated by GNU Autoconf 2.67
1667
1668 Copyright (C) 2010 Free Software Foundation, Inc.
1669 This configure script is free software; the Free Software Foundation
1670 gives unlimited permission to copy, distribute and modify it.
1671 _ACEOF
1672   exit
1673 fi
1674
1675 ## ------------------------ ##
1676 ## Autoconf initialization. ##
1677 ## ------------------------ ##
1678
1679 # ac_fn_c_try_compile LINENO
1680 # --------------------------
1681 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1682 ac_fn_c_try_compile ()
1683 {
1684   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1685   rm -f conftest.$ac_objext
1686   if { { ac_try="$ac_compile"
1687 case "(($ac_try" in
1688   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1689   *) ac_try_echo=$ac_try;;
1690 esac
1691 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1692 $as_echo "$ac_try_echo"; } >&5
1693   (eval "$ac_compile") 2>conftest.err
1694   ac_status=$?
1695   if test -s conftest.err; then
1696     grep -v '^ *+' conftest.err >conftest.er1
1697     cat conftest.er1 >&5
1698     mv -f conftest.er1 conftest.err
1699   fi
1700   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1701   test $ac_status = 0; } && {
1702          test -z "$ac_c_werror_flag" ||
1703          test ! -s conftest.err
1704        } && test -s conftest.$ac_objext; then :
1705   ac_retval=0
1706 else
1707   $as_echo "$as_me: failed program was:" >&5
1708 sed 's/^/| /' conftest.$ac_ext >&5
1709
1710         ac_retval=1
1711 fi
1712   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1713   as_fn_set_status $ac_retval
1714
1715 } # ac_fn_c_try_compile
1716
1717 # ac_fn_c_try_link LINENO
1718 # -----------------------
1719 # Try to link conftest.$ac_ext, and return whether this succeeded.
1720 ac_fn_c_try_link ()
1721 {
1722   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1723   rm -f conftest.$ac_objext conftest$ac_exeext
1724   if { { ac_try="$ac_link"
1725 case "(($ac_try" in
1726   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1727   *) ac_try_echo=$ac_try;;
1728 esac
1729 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1730 $as_echo "$ac_try_echo"; } >&5
1731   (eval "$ac_link") 2>conftest.err
1732   ac_status=$?
1733   if test -s conftest.err; then
1734     grep -v '^ *+' conftest.err >conftest.er1
1735     cat conftest.er1 >&5
1736     mv -f conftest.er1 conftest.err
1737   fi
1738   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1739   test $ac_status = 0; } && {
1740          test -z "$ac_c_werror_flag" ||
1741          test ! -s conftest.err
1742        } && test -s conftest$ac_exeext && {
1743          test "$cross_compiling" = yes ||
1744          $as_test_x conftest$ac_exeext
1745        }; then :
1746   ac_retval=0
1747 else
1748   $as_echo "$as_me: failed program was:" >&5
1749 sed 's/^/| /' conftest.$ac_ext >&5
1750
1751         ac_retval=1
1752 fi
1753   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1754   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1755   # interfere with the next link command; also delete a directory that is
1756   # left behind by Apple's compiler.  We do this before executing the actions.
1757   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1758   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1759   as_fn_set_status $ac_retval
1760
1761 } # ac_fn_c_try_link
1762
1763 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1764 # -------------------------------------------------------
1765 # Tests whether HEADER exists and can be compiled using the include files in
1766 # INCLUDES, setting the cache variable VAR accordingly.
1767 ac_fn_c_check_header_compile ()
1768 {
1769   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1770   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1771 $as_echo_n "checking for $2... " >&6; }
1772 if eval "test \"\${$3+set}\"" = set; then :
1773   $as_echo_n "(cached) " >&6
1774 else
1775   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1776 /* end confdefs.h.  */
1777 $4
1778 #include <$2>
1779 _ACEOF
1780 if ac_fn_c_try_compile "$LINENO"; then :
1781   eval "$3=yes"
1782 else
1783   eval "$3=no"
1784 fi
1785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1786 fi
1787 eval ac_res=\$$3
1788                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1789 $as_echo "$ac_res" >&6; }
1790   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1791
1792 } # ac_fn_c_check_header_compile
1793
1794 # ac_fn_c_try_cpp LINENO
1795 # ----------------------
1796 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1797 ac_fn_c_try_cpp ()
1798 {
1799   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1800   if { { ac_try="$ac_cpp conftest.$ac_ext"
1801 case "(($ac_try" in
1802   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1803   *) ac_try_echo=$ac_try;;
1804 esac
1805 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1806 $as_echo "$ac_try_echo"; } >&5
1807   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1808   ac_status=$?
1809   if test -s conftest.err; then
1810     grep -v '^ *+' conftest.err >conftest.er1
1811     cat conftest.er1 >&5
1812     mv -f conftest.er1 conftest.err
1813   fi
1814   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1815   test $ac_status = 0; } > conftest.i && {
1816          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1817          test ! -s conftest.err
1818        }; then :
1819   ac_retval=0
1820 else
1821   $as_echo "$as_me: failed program was:" >&5
1822 sed 's/^/| /' conftest.$ac_ext >&5
1823
1824     ac_retval=1
1825 fi
1826   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1827   as_fn_set_status $ac_retval
1828
1829 } # ac_fn_c_try_cpp
1830
1831 # ac_fn_c_try_run LINENO
1832 # ----------------------
1833 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1834 # that executables *can* be run.
1835 ac_fn_c_try_run ()
1836 {
1837   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1838   if { { ac_try="$ac_link"
1839 case "(($ac_try" in
1840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1841   *) ac_try_echo=$ac_try;;
1842 esac
1843 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1844 $as_echo "$ac_try_echo"; } >&5
1845   (eval "$ac_link") 2>&5
1846   ac_status=$?
1847   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1848   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1849   { { case "(($ac_try" in
1850   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1851   *) ac_try_echo=$ac_try;;
1852 esac
1853 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1854 $as_echo "$ac_try_echo"; } >&5
1855   (eval "$ac_try") 2>&5
1856   ac_status=$?
1857   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1858   test $ac_status = 0; }; }; then :
1859   ac_retval=0
1860 else
1861   $as_echo "$as_me: program exited with status $ac_status" >&5
1862        $as_echo "$as_me: failed program was:" >&5
1863 sed 's/^/| /' conftest.$ac_ext >&5
1864
1865        ac_retval=$ac_status
1866 fi
1867   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1868   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1869   as_fn_set_status $ac_retval
1870
1871 } # ac_fn_c_try_run
1872
1873 # ac_fn_c_check_func LINENO FUNC VAR
1874 # ----------------------------------
1875 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1876 ac_fn_c_check_func ()
1877 {
1878   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1879   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1880 $as_echo_n "checking for $2... " >&6; }
1881 if eval "test \"\${$3+set}\"" = set; then :
1882   $as_echo_n "(cached) " >&6
1883 else
1884   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1885 /* end confdefs.h.  */
1886 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1887    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1888 #define $2 innocuous_$2
1889
1890 /* System header to define __stub macros and hopefully few prototypes,
1891     which can conflict with char $2 (); below.
1892     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1893     <limits.h> exists even on freestanding compilers.  */
1894
1895 #ifdef __STDC__
1896 # include <limits.h>
1897 #else
1898 # include <assert.h>
1899 #endif
1900
1901 #undef $2
1902
1903 /* Override any GCC internal prototype to avoid an error.
1904    Use char because int might match the return type of a GCC
1905    builtin and then its argument prototype would still apply.  */
1906 #ifdef __cplusplus
1907 extern "C"
1908 #endif
1909 char $2 ();
1910 /* The GNU C library defines this for functions which it implements
1911     to always fail with ENOSYS.  Some functions are actually named
1912     something starting with __ and the normal name is an alias.  */
1913 #if defined __stub_$2 || defined __stub___$2
1914 choke me
1915 #endif
1916
1917 int
1918 main ()
1919 {
1920 return $2 ();
1921   ;
1922   return 0;
1923 }
1924 _ACEOF
1925 if ac_fn_c_try_link "$LINENO"; then :
1926   eval "$3=yes"
1927 else
1928   eval "$3=no"
1929 fi
1930 rm -f core conftest.err conftest.$ac_objext \
1931     conftest$ac_exeext conftest.$ac_ext
1932 fi
1933 eval ac_res=\$$3
1934                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1935 $as_echo "$ac_res" >&6; }
1936   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1937
1938 } # ac_fn_c_check_func
1939
1940 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1941 # -------------------------------------------------------
1942 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1943 # the include files in INCLUDES and setting the cache variable VAR
1944 # accordingly.
1945 ac_fn_c_check_header_mongrel ()
1946 {
1947   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1948   if eval "test \"\${$3+set}\"" = set; then :
1949   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1950 $as_echo_n "checking for $2... " >&6; }
1951 if eval "test \"\${$3+set}\"" = set; then :
1952   $as_echo_n "(cached) " >&6
1953 fi
1954 eval ac_res=\$$3
1955                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1956 $as_echo "$ac_res" >&6; }
1957 else
1958   # Is the header compilable?
1959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1960 $as_echo_n "checking $2 usability... " >&6; }
1961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1962 /* end confdefs.h.  */
1963 $4
1964 #include <$2>
1965 _ACEOF
1966 if ac_fn_c_try_compile "$LINENO"; then :
1967   ac_header_compiler=yes
1968 else
1969   ac_header_compiler=no
1970 fi
1971 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1973 $as_echo "$ac_header_compiler" >&6; }
1974
1975 # Is the header present?
1976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1977 $as_echo_n "checking $2 presence... " >&6; }
1978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1979 /* end confdefs.h.  */
1980 #include <$2>
1981 _ACEOF
1982 if ac_fn_c_try_cpp "$LINENO"; then :
1983   ac_header_preproc=yes
1984 else
1985   ac_header_preproc=no
1986 fi
1987 rm -f conftest.err conftest.i conftest.$ac_ext
1988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1989 $as_echo "$ac_header_preproc" >&6; }
1990
1991 # So?  What about this header?
1992 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1993   yes:no: )
1994     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1995 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1996     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1997 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1998     ;;
1999   no:yes:* )
2000     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2001 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2002     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
2003 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
2004     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2005 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2006     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
2007 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
2008     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2009 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2010     ;;
2011 esac
2012   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2013 $as_echo_n "checking for $2... " >&6; }
2014 if eval "test \"\${$3+set}\"" = set; then :
2015   $as_echo_n "(cached) " >&6
2016 else
2017   eval "$3=\$ac_header_compiler"
2018 fi
2019 eval ac_res=\$$3
2020                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2021 $as_echo "$ac_res" >&6; }
2022 fi
2023   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2024
2025 } # ac_fn_c_check_header_mongrel
2026 cat >config.log <<_ACEOF
2027 This file contains any messages produced by compilers while
2028 running configure, to aid debugging if configure makes a mistake.
2029
2030 It was created by libmm-transcode $as_me 0.1, which was
2031 generated by GNU Autoconf 2.67.  Invocation command line was
2032
2033   $ $0 $@
2034
2035 _ACEOF
2036 exec 5>>config.log
2037 {
2038 cat <<_ASUNAME
2039 ## --------- ##
2040 ## Platform. ##
2041 ## --------- ##
2042
2043 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2044 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2045 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2046 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2047 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2048
2049 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2050 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2051
2052 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2053 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2054 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2055 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2056 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2057 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2058 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2059
2060 _ASUNAME
2061
2062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2063 for as_dir in $PATH
2064 do
2065   IFS=$as_save_IFS
2066   test -z "$as_dir" && as_dir=.
2067     $as_echo "PATH: $as_dir"
2068   done
2069 IFS=$as_save_IFS
2070
2071 } >&5
2072
2073 cat >&5 <<_ACEOF
2074
2075
2076 ## ----------- ##
2077 ## Core tests. ##
2078 ## ----------- ##
2079
2080 _ACEOF
2081
2082
2083 # Keep a trace of the command line.
2084 # Strip out --no-create and --no-recursion so they do not pile up.
2085 # Strip out --silent because we don't want to record it for future runs.
2086 # Also quote any args containing shell meta-characters.
2087 # Make two passes to allow for proper duplicate-argument suppression.
2088 ac_configure_args=
2089 ac_configure_args0=
2090 ac_configure_args1=
2091 ac_must_keep_next=false
2092 for ac_pass in 1 2
2093 do
2094   for ac_arg
2095   do
2096     case $ac_arg in
2097     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2098     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2099     | -silent | --silent | --silen | --sile | --sil)
2100       continue ;;
2101     *\'*)
2102       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2103     esac
2104     case $ac_pass in
2105     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2106     2)
2107       as_fn_append ac_configure_args1 " '$ac_arg'"
2108       if test $ac_must_keep_next = true; then
2109         ac_must_keep_next=false # Got value, back to normal.
2110       else
2111         case $ac_arg in
2112           *=* | --config-cache | -C | -disable-* | --disable-* \
2113           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2114           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2115           | -with-* | --with-* | -without-* | --without-* | --x)
2116             case "$ac_configure_args0 " in
2117               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2118             esac
2119             ;;
2120           -* ) ac_must_keep_next=true ;;
2121         esac
2122       fi
2123       as_fn_append ac_configure_args " '$ac_arg'"
2124       ;;
2125     esac
2126   done
2127 done
2128 { ac_configure_args0=; unset ac_configure_args0;}
2129 { ac_configure_args1=; unset ac_configure_args1;}
2130
2131 # When interrupted or exit'd, cleanup temporary files, and complete
2132 # config.log.  We remove comments because anyway the quotes in there
2133 # would cause problems or look ugly.
2134 # WARNING: Use '\'' to represent an apostrophe within the trap.
2135 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2136 trap 'exit_status=$?
2137   # Save into config.log some information that might help in debugging.
2138   {
2139     echo
2140
2141     $as_echo "## ---------------- ##
2142 ## Cache variables. ##
2143 ## ---------------- ##"
2144     echo
2145     # The following way of writing the cache mishandles newlines in values,
2146 (
2147   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2148     eval ac_val=\$$ac_var
2149     case $ac_val in #(
2150     *${as_nl}*)
2151       case $ac_var in #(
2152       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2153 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2154       esac
2155       case $ac_var in #(
2156       _ | IFS | as_nl) ;; #(
2157       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2158       *) { eval $ac_var=; unset $ac_var;} ;;
2159       esac ;;
2160     esac
2161   done
2162   (set) 2>&1 |
2163     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2164     *${as_nl}ac_space=\ *)
2165       sed -n \
2166         "s/'\''/'\''\\\\'\'''\''/g;
2167           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2168       ;; #(
2169     *)
2170       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2171       ;;
2172     esac |
2173     sort
2174 )
2175     echo
2176
2177     $as_echo "## ----------------- ##
2178 ## Output variables. ##
2179 ## ----------------- ##"
2180     echo
2181     for ac_var in $ac_subst_vars
2182     do
2183       eval ac_val=\$$ac_var
2184       case $ac_val in
2185       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2186       esac
2187       $as_echo "$ac_var='\''$ac_val'\''"
2188     done | sort
2189     echo
2190
2191     if test -n "$ac_subst_files"; then
2192       $as_echo "## ------------------- ##
2193 ## File substitutions. ##
2194 ## ------------------- ##"
2195       echo
2196       for ac_var in $ac_subst_files
2197       do
2198         eval ac_val=\$$ac_var
2199         case $ac_val in
2200         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2201         esac
2202         $as_echo "$ac_var='\''$ac_val'\''"
2203       done | sort
2204       echo
2205     fi
2206
2207     if test -s confdefs.h; then
2208       $as_echo "## ----------- ##
2209 ## confdefs.h. ##
2210 ## ----------- ##"
2211       echo
2212       cat confdefs.h
2213       echo
2214     fi
2215     test "$ac_signal" != 0 &&
2216       $as_echo "$as_me: caught signal $ac_signal"
2217     $as_echo "$as_me: exit $exit_status"
2218   } >&5
2219   rm -f core *.core core.conftest.* &&
2220     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2221     exit $exit_status
2222 ' 0
2223 for ac_signal in 1 2 13 15; do
2224   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2225 done
2226 ac_signal=0
2227
2228 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2229 rm -f -r conftest* confdefs.h
2230
2231 $as_echo "/* confdefs.h */" > confdefs.h
2232
2233 # Predefined preprocessor variables.
2234
2235 cat >>confdefs.h <<_ACEOF
2236 #define PACKAGE_NAME "$PACKAGE_NAME"
2237 _ACEOF
2238
2239 cat >>confdefs.h <<_ACEOF
2240 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2241 _ACEOF
2242
2243 cat >>confdefs.h <<_ACEOF
2244 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2245 _ACEOF
2246
2247 cat >>confdefs.h <<_ACEOF
2248 #define PACKAGE_STRING "$PACKAGE_STRING"
2249 _ACEOF
2250
2251 cat >>confdefs.h <<_ACEOF
2252 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2253 _ACEOF
2254
2255 cat >>confdefs.h <<_ACEOF
2256 #define PACKAGE_URL "$PACKAGE_URL"
2257 _ACEOF
2258
2259
2260 # Let the site file select an alternate cache file if it wants to.
2261 # Prefer an explicitly selected file to automatically selected ones.
2262 ac_site_file1=NONE
2263 ac_site_file2=NONE
2264 if test -n "$CONFIG_SITE"; then
2265   # We do not want a PATH search for config.site.
2266   case $CONFIG_SITE in #((
2267     -*)  ac_site_file1=./$CONFIG_SITE;;
2268     */*) ac_site_file1=$CONFIG_SITE;;
2269     *)   ac_site_file1=./$CONFIG_SITE;;
2270   esac
2271 elif test "x$prefix" != xNONE; then
2272   ac_site_file1=$prefix/share/config.site
2273   ac_site_file2=$prefix/etc/config.site
2274 else
2275   ac_site_file1=$ac_default_prefix/share/config.site
2276   ac_site_file2=$ac_default_prefix/etc/config.site
2277 fi
2278 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2279 do
2280   test "x$ac_site_file" = xNONE && continue
2281   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2282     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2283 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2284     sed 's/^/| /' "$ac_site_file" >&5
2285     . "$ac_site_file" \
2286       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2287 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2288 as_fn_error $? "failed to load site script $ac_site_file
2289 See \`config.log' for more details" "$LINENO" 5 ; }
2290   fi
2291 done
2292
2293 if test -r "$cache_file"; then
2294   # Some versions of bash will fail to source /dev/null (special files
2295   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2296   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2297     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2298 $as_echo "$as_me: loading cache $cache_file" >&6;}
2299     case $cache_file in
2300       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2301       *)                      . "./$cache_file";;
2302     esac
2303   fi
2304 else
2305   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2306 $as_echo "$as_me: creating cache $cache_file" >&6;}
2307   >$cache_file
2308 fi
2309
2310 # Check that the precious variables saved in the cache have kept the same
2311 # value.
2312 ac_cache_corrupted=false
2313 for ac_var in $ac_precious_vars; do
2314   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2315   eval ac_new_set=\$ac_env_${ac_var}_set
2316   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2317   eval ac_new_val=\$ac_env_${ac_var}_value
2318   case $ac_old_set,$ac_new_set in
2319     set,)
2320       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2321 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2322       ac_cache_corrupted=: ;;
2323     ,set)
2324       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2325 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2326       ac_cache_corrupted=: ;;
2327     ,);;
2328     *)
2329       if test "x$ac_old_val" != "x$ac_new_val"; then
2330         # differences in whitespace do not lead to failure.
2331         ac_old_val_w=`echo x $ac_old_val`
2332         ac_new_val_w=`echo x $ac_new_val`
2333         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2334           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2335 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2336           ac_cache_corrupted=:
2337         else
2338           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2339 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2340           eval $ac_var=\$ac_old_val
2341         fi
2342         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2343 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2344         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2345 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2346       fi;;
2347   esac
2348   # Pass precious variables to config.status.
2349   if test "$ac_new_set" = set; then
2350     case $ac_new_val in
2351     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2352     *) ac_arg=$ac_var=$ac_new_val ;;
2353     esac
2354     case " $ac_configure_args " in
2355       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2356       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2357     esac
2358   fi
2359 done
2360 if $ac_cache_corrupted; then
2361   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2362 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2363   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2364 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2365   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2366 fi
2367 ## -------------------- ##
2368 ## Main body of script. ##
2369 ## -------------------- ##
2370
2371 ac_ext=c
2372 ac_cpp='$CPP $CPPFLAGS'
2373 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2374 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2375 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2376
2377
2378
2379 ac_config_headers="$ac_config_headers config.h"
2380
2381 am__api_version='1.11'
2382
2383 ac_aux_dir=
2384 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2385   if test -f "$ac_dir/install-sh"; then
2386     ac_aux_dir=$ac_dir
2387     ac_install_sh="$ac_aux_dir/install-sh -c"
2388     break
2389   elif test -f "$ac_dir/install.sh"; then
2390     ac_aux_dir=$ac_dir
2391     ac_install_sh="$ac_aux_dir/install.sh -c"
2392     break
2393   elif test -f "$ac_dir/shtool"; then
2394     ac_aux_dir=$ac_dir
2395     ac_install_sh="$ac_aux_dir/shtool install -c"
2396     break
2397   fi
2398 done
2399 if test -z "$ac_aux_dir"; then
2400   as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2401 fi
2402
2403 # These three variables are undocumented and unsupported,
2404 # and are intended to be withdrawn in a future Autoconf release.
2405 # They can cause serious problems if a builder's source tree is in a directory
2406 # whose full name contains unusual characters.
2407 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2408 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2409 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2410
2411
2412 # Find a good install program.  We prefer a C program (faster),
2413 # so one script is as good as another.  But avoid the broken or
2414 # incompatible versions:
2415 # SysV /etc/install, /usr/sbin/install
2416 # SunOS /usr/etc/install
2417 # IRIX /sbin/install
2418 # AIX /bin/install
2419 # AmigaOS /C/install, which installs bootblocks on floppy discs
2420 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2421 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2422 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2423 # OS/2's system install, which has a completely different semantic
2424 # ./install, which can be erroneously created by make from ./install.sh.
2425 # Reject install programs that cannot install multiple files.
2426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2427 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2428 if test -z "$INSTALL"; then
2429 if test "${ac_cv_path_install+set}" = set; then :
2430   $as_echo_n "(cached) " >&6
2431 else
2432   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2433 for as_dir in $PATH
2434 do
2435   IFS=$as_save_IFS
2436   test -z "$as_dir" && as_dir=.
2437     # Account for people who put trailing slashes in PATH elements.
2438 case $as_dir/ in #((
2439   ./ | .// | /[cC]/* | \
2440   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2441   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2442   /usr/ucb/* ) ;;
2443   *)
2444     # OSF1 and SCO ODT 3.0 have their own names for install.
2445     # Don't use installbsd from OSF since it installs stuff as root
2446     # by default.
2447     for ac_prog in ginstall scoinst install; do
2448       for ac_exec_ext in '' $ac_executable_extensions; do
2449         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2450           if test $ac_prog = install &&
2451             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2452             # AIX install.  It has an incompatible calling convention.
2453             :
2454           elif test $ac_prog = install &&
2455             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2456             # program-specific install script used by HP pwplus--don't use.
2457             :
2458           else
2459             rm -rf conftest.one conftest.two conftest.dir
2460             echo one > conftest.one
2461             echo two > conftest.two
2462             mkdir conftest.dir
2463             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2464               test -s conftest.one && test -s conftest.two &&
2465               test -s conftest.dir/conftest.one &&
2466               test -s conftest.dir/conftest.two
2467             then
2468               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2469               break 3
2470             fi
2471           fi
2472         fi
2473       done
2474     done
2475     ;;
2476 esac
2477
2478   done
2479 IFS=$as_save_IFS
2480
2481 rm -rf conftest.one conftest.two conftest.dir
2482
2483 fi
2484   if test "${ac_cv_path_install+set}" = set; then
2485     INSTALL=$ac_cv_path_install
2486   else
2487     # As a last resort, use the slow shell script.  Don't cache a
2488     # value for INSTALL within a source directory, because that will
2489     # break other packages using the cache if that directory is
2490     # removed, or if the value is a relative name.
2491     INSTALL=$ac_install_sh
2492   fi
2493 fi
2494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2495 $as_echo "$INSTALL" >&6; }
2496
2497 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2498 # It thinks the first close brace ends the variable substitution.
2499 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2500
2501 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2502
2503 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2504
2505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2506 $as_echo_n "checking whether build environment is sane... " >&6; }
2507 # Just in case
2508 sleep 1
2509 echo timestamp > conftest.file
2510 # Reject unsafe characters in $srcdir or the absolute working directory
2511 # name.  Accept space and tab only in the latter.
2512 am_lf='
2513 '
2514 case `pwd` in
2515   *[\\\"\#\$\&\'\`$am_lf]*)
2516     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2517 esac
2518 case $srcdir in
2519   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2520     as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2521 esac
2522
2523 # Do `set' in a subshell so we don't clobber the current shell's
2524 # arguments.  Must try -L first in case configure is actually a
2525 # symlink; some systems play weird games with the mod time of symlinks
2526 # (eg FreeBSD returns the mod time of the symlink's containing
2527 # directory).
2528 if (
2529    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2530    if test "$*" = "X"; then
2531       # -L didn't work.
2532       set X `ls -t "$srcdir/configure" conftest.file`
2533    fi
2534    rm -f conftest.file
2535    if test "$*" != "X $srcdir/configure conftest.file" \
2536       && test "$*" != "X conftest.file $srcdir/configure"; then
2537
2538       # If neither matched, then we have a broken ls.  This can happen
2539       # if, for instance, CONFIG_SHELL is bash and it inherits a
2540       # broken ls alias from the environment.  This has actually
2541       # happened.  Such a system could not be considered "sane".
2542       as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2543 alias in your environment" "$LINENO" 5
2544    fi
2545
2546    test "$2" = conftest.file
2547    )
2548 then
2549    # Ok.
2550    :
2551 else
2552    as_fn_error $? "newly created file is older than distributed files!
2553 Check your system clock" "$LINENO" 5
2554 fi
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2556 $as_echo "yes" >&6; }
2557 test "$program_prefix" != NONE &&
2558   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2559 # Use a double $ so make ignores it.
2560 test "$program_suffix" != NONE &&
2561   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2562 # Double any \ or $.
2563 # By default was `s,x,x', remove it if useless.
2564 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2565 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2566
2567 # expand $ac_aux_dir to an absolute path
2568 am_aux_dir=`cd $ac_aux_dir && pwd`
2569
2570 if test x"${MISSING+set}" != xset; then
2571   case $am_aux_dir in
2572   *\ * | *\     *)
2573     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2574   *)
2575     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2576   esac
2577 fi
2578 # Use eval to expand $SHELL
2579 if eval "$MISSING --run true"; then
2580   am_missing_run="$MISSING --run "
2581 else
2582   am_missing_run=
2583   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2584 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2585 fi
2586
2587 if test x"${install_sh}" != xset; then
2588   case $am_aux_dir in
2589   *\ * | *\     *)
2590     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2591   *)
2592     install_sh="\${SHELL} $am_aux_dir/install-sh"
2593   esac
2594 fi
2595
2596 # Installed binaries are usually stripped using `strip' when the user
2597 # run `make install-strip'.  However `strip' might not be the right
2598 # tool to use in cross-compilation environments, therefore Automake
2599 # will honor the `STRIP' environment variable to overrule this program.
2600 if test "$cross_compiling" != no; then
2601   if test -n "$ac_tool_prefix"; then
2602   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2603 set dummy ${ac_tool_prefix}strip; ac_word=$2
2604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2605 $as_echo_n "checking for $ac_word... " >&6; }
2606 if test "${ac_cv_prog_STRIP+set}" = set; then :
2607   $as_echo_n "(cached) " >&6
2608 else
2609   if test -n "$STRIP"; then
2610   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2611 else
2612 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2613 for as_dir in $PATH
2614 do
2615   IFS=$as_save_IFS
2616   test -z "$as_dir" && as_dir=.
2617     for ac_exec_ext in '' $ac_executable_extensions; do
2618   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2619     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2620     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2621     break 2
2622   fi
2623 done
2624   done
2625 IFS=$as_save_IFS
2626
2627 fi
2628 fi
2629 STRIP=$ac_cv_prog_STRIP
2630 if test -n "$STRIP"; then
2631   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2632 $as_echo "$STRIP" >&6; }
2633 else
2634   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2635 $as_echo "no" >&6; }
2636 fi
2637
2638
2639 fi
2640 if test -z "$ac_cv_prog_STRIP"; then
2641   ac_ct_STRIP=$STRIP
2642   # Extract the first word of "strip", so it can be a program name with args.
2643 set dummy strip; ac_word=$2
2644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2645 $as_echo_n "checking for $ac_word... " >&6; }
2646 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2647   $as_echo_n "(cached) " >&6
2648 else
2649   if test -n "$ac_ct_STRIP"; then
2650   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2651 else
2652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2653 for as_dir in $PATH
2654 do
2655   IFS=$as_save_IFS
2656   test -z "$as_dir" && as_dir=.
2657     for ac_exec_ext in '' $ac_executable_extensions; do
2658   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2659     ac_cv_prog_ac_ct_STRIP="strip"
2660     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2661     break 2
2662   fi
2663 done
2664   done
2665 IFS=$as_save_IFS
2666
2667 fi
2668 fi
2669 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2670 if test -n "$ac_ct_STRIP"; then
2671   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2672 $as_echo "$ac_ct_STRIP" >&6; }
2673 else
2674   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2675 $as_echo "no" >&6; }
2676 fi
2677
2678   if test "x$ac_ct_STRIP" = x; then
2679     STRIP=":"
2680   else
2681     case $cross_compiling:$ac_tool_warned in
2682 yes:)
2683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2684 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2685 ac_tool_warned=yes ;;
2686 esac
2687     STRIP=$ac_ct_STRIP
2688   fi
2689 else
2690   STRIP="$ac_cv_prog_STRIP"
2691 fi
2692
2693 fi
2694 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2695
2696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2697 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2698 if test -z "$MKDIR_P"; then
2699   if test "${ac_cv_path_mkdir+set}" = set; then :
2700   $as_echo_n "(cached) " >&6
2701 else
2702   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2703 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2704 do
2705   IFS=$as_save_IFS
2706   test -z "$as_dir" && as_dir=.
2707     for ac_prog in mkdir gmkdir; do
2708          for ac_exec_ext in '' $ac_executable_extensions; do
2709            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2710            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2711              'mkdir (GNU coreutils) '* | \
2712              'mkdir (coreutils) '* | \
2713              'mkdir (fileutils) '4.1*)
2714                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2715                break 3;;
2716            esac
2717          done
2718        done
2719   done
2720 IFS=$as_save_IFS
2721
2722 fi
2723
2724   test -d ./--version && rmdir ./--version
2725   if test "${ac_cv_path_mkdir+set}" = set; then
2726     MKDIR_P="$ac_cv_path_mkdir -p"
2727   else
2728     # As a last resort, use the slow shell script.  Don't cache a
2729     # value for MKDIR_P within a source directory, because that will
2730     # break other packages using the cache if that directory is
2731     # removed, or if the value is a relative name.
2732     MKDIR_P="$ac_install_sh -d"
2733   fi
2734 fi
2735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2736 $as_echo "$MKDIR_P" >&6; }
2737
2738 mkdir_p="$MKDIR_P"
2739 case $mkdir_p in
2740   [\\/$]* | ?:[\\/]*) ;;
2741   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2742 esac
2743
2744 for ac_prog in gawk mawk nawk awk
2745 do
2746   # Extract the first word of "$ac_prog", so it can be a program name with args.
2747 set dummy $ac_prog; ac_word=$2
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2749 $as_echo_n "checking for $ac_word... " >&6; }
2750 if test "${ac_cv_prog_AWK+set}" = set; then :
2751   $as_echo_n "(cached) " >&6
2752 else
2753   if test -n "$AWK"; then
2754   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2755 else
2756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2757 for as_dir in $PATH
2758 do
2759   IFS=$as_save_IFS
2760   test -z "$as_dir" && as_dir=.
2761     for ac_exec_ext in '' $ac_executable_extensions; do
2762   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2763     ac_cv_prog_AWK="$ac_prog"
2764     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2765     break 2
2766   fi
2767 done
2768   done
2769 IFS=$as_save_IFS
2770
2771 fi
2772 fi
2773 AWK=$ac_cv_prog_AWK
2774 if test -n "$AWK"; then
2775   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2776 $as_echo "$AWK" >&6; }
2777 else
2778   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2779 $as_echo "no" >&6; }
2780 fi
2781
2782
2783   test -n "$AWK" && break
2784 done
2785
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2787 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2788 set x ${MAKE-make}
2789 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2790 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2791   $as_echo_n "(cached) " >&6
2792 else
2793   cat >conftest.make <<\_ACEOF
2794 SHELL = /bin/sh
2795 all:
2796         @echo '@@@%%%=$(MAKE)=@@@%%%'
2797 _ACEOF
2798 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2799 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2800   *@@@%%%=?*=@@@%%%*)
2801     eval ac_cv_prog_make_${ac_make}_set=yes;;
2802   *)
2803     eval ac_cv_prog_make_${ac_make}_set=no;;
2804 esac
2805 rm -f conftest.make
2806 fi
2807 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2808   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2809 $as_echo "yes" >&6; }
2810   SET_MAKE=
2811 else
2812   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2813 $as_echo "no" >&6; }
2814   SET_MAKE="MAKE=${MAKE-make}"
2815 fi
2816
2817 rm -rf .tst 2>/dev/null
2818 mkdir .tst 2>/dev/null
2819 if test -d .tst; then
2820   am__leading_dot=.
2821 else
2822   am__leading_dot=_
2823 fi
2824 rmdir .tst 2>/dev/null
2825
2826 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2827   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2828   # is not polluted with repeated "-I."
2829   am__isrc=' -I$(srcdir)'
2830   # test to see if srcdir already configured
2831   if test -f $srcdir/config.status; then
2832     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2833   fi
2834 fi
2835
2836 # test whether we have cygpath
2837 if test -z "$CYGPATH_W"; then
2838   if (cygpath --version) >/dev/null 2>/dev/null; then
2839     CYGPATH_W='cygpath -w'
2840   else
2841     CYGPATH_W=echo
2842   fi
2843 fi
2844
2845
2846 # Define the identity of the package.
2847  PACKAGE='libmm-transcode'
2848  VERSION='0.1'
2849
2850
2851 cat >>confdefs.h <<_ACEOF
2852 #define PACKAGE "$PACKAGE"
2853 _ACEOF
2854
2855
2856 cat >>confdefs.h <<_ACEOF
2857 #define VERSION "$VERSION"
2858 _ACEOF
2859
2860 # Some tools Automake needs.
2861
2862 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2863
2864
2865 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2866
2867
2868 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2869
2870
2871 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2872
2873
2874 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2875
2876 # We need awk for the "check" target.  The system "awk" is bad on
2877 # some platforms.
2878 # Always define AMTAR for backward compatibility.
2879
2880 AMTAR=${AMTAR-"${am_missing_run}tar"}
2881
2882 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2883
2884
2885
2886
2887
2888
2889 # Checks for programs.
2890 ac_ext=c
2891 ac_cpp='$CPP $CPPFLAGS'
2892 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2893 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2894 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2895 if test -n "$ac_tool_prefix"; then
2896   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2897 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2899 $as_echo_n "checking for $ac_word... " >&6; }
2900 if test "${ac_cv_prog_CC+set}" = set; then :
2901   $as_echo_n "(cached) " >&6
2902 else
2903   if test -n "$CC"; then
2904   ac_cv_prog_CC="$CC" # Let the user override the test.
2905 else
2906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2907 for as_dir in $PATH
2908 do
2909   IFS=$as_save_IFS
2910   test -z "$as_dir" && as_dir=.
2911     for ac_exec_ext in '' $ac_executable_extensions; do
2912   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2913     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2914     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2915     break 2
2916   fi
2917 done
2918   done
2919 IFS=$as_save_IFS
2920
2921 fi
2922 fi
2923 CC=$ac_cv_prog_CC
2924 if test -n "$CC"; then
2925   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2926 $as_echo "$CC" >&6; }
2927 else
2928   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2929 $as_echo "no" >&6; }
2930 fi
2931
2932
2933 fi
2934 if test -z "$ac_cv_prog_CC"; then
2935   ac_ct_CC=$CC
2936   # Extract the first word of "gcc", so it can be a program name with args.
2937 set dummy gcc; ac_word=$2
2938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2939 $as_echo_n "checking for $ac_word... " >&6; }
2940 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2941   $as_echo_n "(cached) " >&6
2942 else
2943   if test -n "$ac_ct_CC"; then
2944   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2945 else
2946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2947 for as_dir in $PATH
2948 do
2949   IFS=$as_save_IFS
2950   test -z "$as_dir" && as_dir=.
2951     for ac_exec_ext in '' $ac_executable_extensions; do
2952   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2953     ac_cv_prog_ac_ct_CC="gcc"
2954     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2955     break 2
2956   fi
2957 done
2958   done
2959 IFS=$as_save_IFS
2960
2961 fi
2962 fi
2963 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2964 if test -n "$ac_ct_CC"; then
2965   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2966 $as_echo "$ac_ct_CC" >&6; }
2967 else
2968   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2969 $as_echo "no" >&6; }
2970 fi
2971
2972   if test "x$ac_ct_CC" = x; then
2973     CC=""
2974   else
2975     case $cross_compiling:$ac_tool_warned in
2976 yes:)
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2978 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2979 ac_tool_warned=yes ;;
2980 esac
2981     CC=$ac_ct_CC
2982   fi
2983 else
2984   CC="$ac_cv_prog_CC"
2985 fi
2986
2987 if test -z "$CC"; then
2988           if test -n "$ac_tool_prefix"; then
2989     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2990 set dummy ${ac_tool_prefix}cc; ac_word=$2
2991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2992 $as_echo_n "checking for $ac_word... " >&6; }
2993 if test "${ac_cv_prog_CC+set}" = set; then :
2994   $as_echo_n "(cached) " >&6
2995 else
2996   if test -n "$CC"; then
2997   ac_cv_prog_CC="$CC" # Let the user override the test.
2998 else
2999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3000 for as_dir in $PATH
3001 do
3002   IFS=$as_save_IFS
3003   test -z "$as_dir" && as_dir=.
3004     for ac_exec_ext in '' $ac_executable_extensions; do
3005   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3006     ac_cv_prog_CC="${ac_tool_prefix}cc"
3007     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3008     break 2
3009   fi
3010 done
3011   done
3012 IFS=$as_save_IFS
3013
3014 fi
3015 fi
3016 CC=$ac_cv_prog_CC
3017 if test -n "$CC"; then
3018   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3019 $as_echo "$CC" >&6; }
3020 else
3021   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3022 $as_echo "no" >&6; }
3023 fi
3024
3025
3026   fi
3027 fi
3028 if test -z "$CC"; then
3029   # Extract the first word of "cc", so it can be a program name with args.
3030 set dummy cc; ac_word=$2
3031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3032 $as_echo_n "checking for $ac_word... " >&6; }
3033 if test "${ac_cv_prog_CC+set}" = set; then :
3034   $as_echo_n "(cached) " >&6
3035 else
3036   if test -n "$CC"; then
3037   ac_cv_prog_CC="$CC" # Let the user override the test.
3038 else
3039   ac_prog_rejected=no
3040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3041 for as_dir in $PATH
3042 do
3043   IFS=$as_save_IFS
3044   test -z "$as_dir" && as_dir=.
3045     for ac_exec_ext in '' $ac_executable_extensions; do
3046   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3047     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3048        ac_prog_rejected=yes
3049        continue
3050      fi
3051     ac_cv_prog_CC="cc"
3052     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3053     break 2
3054   fi
3055 done
3056   done
3057 IFS=$as_save_IFS
3058
3059 if test $ac_prog_rejected = yes; then
3060   # We found a bogon in the path, so make sure we never use it.
3061   set dummy $ac_cv_prog_CC
3062   shift
3063   if test $# != 0; then
3064     # We chose a different compiler from the bogus one.
3065     # However, it has the same basename, so the bogon will be chosen
3066     # first if we set CC to just the basename; use the full file name.
3067     shift
3068     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3069   fi
3070 fi
3071 fi
3072 fi
3073 CC=$ac_cv_prog_CC
3074 if test -n "$CC"; then
3075   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3076 $as_echo "$CC" >&6; }
3077 else
3078   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3079 $as_echo "no" >&6; }
3080 fi
3081
3082
3083 fi
3084 if test -z "$CC"; then
3085   if test -n "$ac_tool_prefix"; then
3086   for ac_prog in cl.exe
3087   do
3088     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3089 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3091 $as_echo_n "checking for $ac_word... " >&6; }
3092 if test "${ac_cv_prog_CC+set}" = set; then :
3093   $as_echo_n "(cached) " >&6
3094 else
3095   if test -n "$CC"; then
3096   ac_cv_prog_CC="$CC" # Let the user override the test.
3097 else
3098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3099 for as_dir in $PATH
3100 do
3101   IFS=$as_save_IFS
3102   test -z "$as_dir" && as_dir=.
3103     for ac_exec_ext in '' $ac_executable_extensions; do
3104   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3105     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3106     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3107     break 2
3108   fi
3109 done
3110   done
3111 IFS=$as_save_IFS
3112
3113 fi
3114 fi
3115 CC=$ac_cv_prog_CC
3116 if test -n "$CC"; then
3117   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3118 $as_echo "$CC" >&6; }
3119 else
3120   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3121 $as_echo "no" >&6; }
3122 fi
3123
3124
3125     test -n "$CC" && break
3126   done
3127 fi
3128 if test -z "$CC"; then
3129   ac_ct_CC=$CC
3130   for ac_prog in cl.exe
3131 do
3132   # Extract the first word of "$ac_prog", so it can be a program name with args.
3133 set dummy $ac_prog; ac_word=$2
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3135 $as_echo_n "checking for $ac_word... " >&6; }
3136 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3137   $as_echo_n "(cached) " >&6
3138 else
3139   if test -n "$ac_ct_CC"; then
3140   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3141 else
3142 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3143 for as_dir in $PATH
3144 do
3145   IFS=$as_save_IFS
3146   test -z "$as_dir" && as_dir=.
3147     for ac_exec_ext in '' $ac_executable_extensions; do
3148   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3149     ac_cv_prog_ac_ct_CC="$ac_prog"
3150     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3151     break 2
3152   fi
3153 done
3154   done
3155 IFS=$as_save_IFS
3156
3157 fi
3158 fi
3159 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3160 if test -n "$ac_ct_CC"; then
3161   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3162 $as_echo "$ac_ct_CC" >&6; }
3163 else
3164   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3165 $as_echo "no" >&6; }
3166 fi
3167
3168
3169   test -n "$ac_ct_CC" && break
3170 done
3171
3172   if test "x$ac_ct_CC" = x; then
3173     CC=""
3174   else
3175     case $cross_compiling:$ac_tool_warned in
3176 yes:)
3177 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3178 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3179 ac_tool_warned=yes ;;
3180 esac
3181     CC=$ac_ct_CC
3182   fi
3183 fi
3184
3185 fi
3186
3187
3188 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3189 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3190 as_fn_error $? "no acceptable C compiler found in \$PATH
3191 See \`config.log' for more details" "$LINENO" 5 ; }
3192
3193 # Provide some information about the compiler.
3194 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3195 set X $ac_compile
3196 ac_compiler=$2
3197 for ac_option in --version -v -V -qversion; do
3198   { { ac_try="$ac_compiler $ac_option >&5"
3199 case "(($ac_try" in
3200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3201   *) ac_try_echo=$ac_try;;
3202 esac
3203 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3204 $as_echo "$ac_try_echo"; } >&5
3205   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3206   ac_status=$?
3207   if test -s conftest.err; then
3208     sed '10a\
3209 ... rest of stderr output deleted ...
3210          10q' conftest.err >conftest.er1
3211     cat conftest.er1 >&5
3212   fi
3213   rm -f conftest.er1 conftest.err
3214   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3215   test $ac_status = 0; }
3216 done
3217
3218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3219 /* end confdefs.h.  */
3220
3221 int
3222 main ()
3223 {
3224
3225   ;
3226   return 0;
3227 }
3228 _ACEOF
3229 ac_clean_files_save=$ac_clean_files
3230 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3231 # Try to create an executable without -o first, disregard a.out.
3232 # It will help us diagnose broken compilers, and finding out an intuition
3233 # of exeext.
3234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3235 $as_echo_n "checking whether the C compiler works... " >&6; }
3236 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3237
3238 # The possible output files:
3239 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3240
3241 ac_rmfiles=
3242 for ac_file in $ac_files
3243 do
3244   case $ac_file in
3245     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3246     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3247   esac
3248 done
3249 rm -f $ac_rmfiles
3250
3251 if { { ac_try="$ac_link_default"
3252 case "(($ac_try" in
3253   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3254   *) ac_try_echo=$ac_try;;
3255 esac
3256 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3257 $as_echo "$ac_try_echo"; } >&5
3258   (eval "$ac_link_default") 2>&5
3259   ac_status=$?
3260   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3261   test $ac_status = 0; }; then :
3262   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3263 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3264 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3265 # so that the user can short-circuit this test for compilers unknown to
3266 # Autoconf.
3267 for ac_file in $ac_files ''
3268 do
3269   test -f "$ac_file" || continue
3270   case $ac_file in
3271     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3272         ;;
3273     [ab].out )
3274         # We found the default executable, but exeext='' is most
3275         # certainly right.
3276         break;;
3277     *.* )
3278         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3279         then :; else
3280            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3281         fi
3282         # We set ac_cv_exeext here because the later test for it is not
3283         # safe: cross compilers may not add the suffix if given an `-o'
3284         # argument, so we may need to know it at that point already.
3285         # Even if this section looks crufty: it has the advantage of
3286         # actually working.
3287         break;;
3288     * )
3289         break;;
3290   esac
3291 done
3292 test "$ac_cv_exeext" = no && ac_cv_exeext=
3293
3294 else
3295   ac_file=''
3296 fi
3297 if test -z "$ac_file"; then :
3298   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3299 $as_echo "no" >&6; }
3300 $as_echo "$as_me: failed program was:" >&5
3301 sed 's/^/| /' conftest.$ac_ext >&5
3302
3303 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3304 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3305 as_fn_error 77 "C compiler cannot create executables
3306 See \`config.log' for more details" "$LINENO" 5 ; }
3307 else
3308   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3309 $as_echo "yes" >&6; }
3310 fi
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3312 $as_echo_n "checking for C compiler default output file name... " >&6; }
3313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3314 $as_echo "$ac_file" >&6; }
3315 ac_exeext=$ac_cv_exeext
3316
3317 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3318 ac_clean_files=$ac_clean_files_save
3319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3320 $as_echo_n "checking for suffix of executables... " >&6; }
3321 if { { ac_try="$ac_link"
3322 case "(($ac_try" in
3323   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3324   *) ac_try_echo=$ac_try;;
3325 esac
3326 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3327 $as_echo "$ac_try_echo"; } >&5
3328   (eval "$ac_link") 2>&5
3329   ac_status=$?
3330   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3331   test $ac_status = 0; }; then :
3332   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3333 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3334 # work properly (i.e., refer to `conftest.exe'), while it won't with
3335 # `rm'.
3336 for ac_file in conftest.exe conftest conftest.*; do
3337   test -f "$ac_file" || continue
3338   case $ac_file in
3339     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3340     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3341           break;;
3342     * ) break;;
3343   esac
3344 done
3345 else
3346   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3347 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3348 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3349 See \`config.log' for more details" "$LINENO" 5 ; }
3350 fi
3351 rm -f conftest conftest$ac_cv_exeext
3352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3353 $as_echo "$ac_cv_exeext" >&6; }
3354
3355 rm -f conftest.$ac_ext
3356 EXEEXT=$ac_cv_exeext
3357 ac_exeext=$EXEEXT
3358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3359 /* end confdefs.h.  */
3360 #include <stdio.h>
3361 int
3362 main ()
3363 {
3364 FILE *f = fopen ("conftest.out", "w");
3365  return ferror (f) || fclose (f) != 0;
3366
3367   ;
3368   return 0;
3369 }
3370 _ACEOF
3371 ac_clean_files="$ac_clean_files conftest.out"
3372 # Check that the compiler produces executables we can run.  If not, either
3373 # the compiler is broken, or we cross compile.
3374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3375 $as_echo_n "checking whether we are cross compiling... " >&6; }
3376 if test "$cross_compiling" != yes; then
3377   { { ac_try="$ac_link"
3378 case "(($ac_try" in
3379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3380   *) ac_try_echo=$ac_try;;
3381 esac
3382 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3383 $as_echo "$ac_try_echo"; } >&5
3384   (eval "$ac_link") 2>&5
3385   ac_status=$?
3386   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3387   test $ac_status = 0; }
3388   if { ac_try='./conftest$ac_cv_exeext'
3389   { { case "(($ac_try" in
3390   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3391   *) ac_try_echo=$ac_try;;
3392 esac
3393 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3394 $as_echo "$ac_try_echo"; } >&5
3395   (eval "$ac_try") 2>&5
3396   ac_status=$?
3397   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3398   test $ac_status = 0; }; }; then
3399     cross_compiling=no
3400   else
3401     if test "$cross_compiling" = maybe; then
3402         cross_compiling=yes
3403     else
3404         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3405 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3406 as_fn_error $? "cannot run C compiled programs.
3407 If you meant to cross compile, use \`--host'.
3408 See \`config.log' for more details" "$LINENO" 5 ; }
3409     fi
3410   fi
3411 fi
3412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3413 $as_echo "$cross_compiling" >&6; }
3414
3415 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3416 ac_clean_files=$ac_clean_files_save
3417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3418 $as_echo_n "checking for suffix of object files... " >&6; }
3419 if test "${ac_cv_objext+set}" = set; then :
3420   $as_echo_n "(cached) " >&6
3421 else
3422   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3423 /* end confdefs.h.  */
3424
3425 int
3426 main ()
3427 {
3428
3429   ;
3430   return 0;
3431 }
3432 _ACEOF
3433 rm -f conftest.o conftest.obj
3434 if { { ac_try="$ac_compile"
3435 case "(($ac_try" in
3436   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3437   *) ac_try_echo=$ac_try;;
3438 esac
3439 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3440 $as_echo "$ac_try_echo"; } >&5
3441   (eval "$ac_compile") 2>&5
3442   ac_status=$?
3443   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3444   test $ac_status = 0; }; then :
3445   for ac_file in conftest.o conftest.obj conftest.*; do
3446   test -f "$ac_file" || continue;
3447   case $ac_file in
3448     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3449     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3450        break;;
3451   esac
3452 done
3453 else
3454   $as_echo "$as_me: failed program was:" >&5
3455 sed 's/^/| /' conftest.$ac_ext >&5
3456
3457 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3458 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3459 as_fn_error $? "cannot compute suffix of object files: cannot compile
3460 See \`config.log' for more details" "$LINENO" 5 ; }
3461 fi
3462 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3463 fi
3464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3465 $as_echo "$ac_cv_objext" >&6; }
3466 OBJEXT=$ac_cv_objext
3467 ac_objext=$OBJEXT
3468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3469 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3470 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3471   $as_echo_n "(cached) " >&6
3472 else
3473   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3474 /* end confdefs.h.  */
3475
3476 int
3477 main ()
3478 {
3479 #ifndef __GNUC__
3480        choke me
3481 #endif
3482
3483   ;
3484   return 0;
3485 }
3486 _ACEOF
3487 if ac_fn_c_try_compile "$LINENO"; then :
3488   ac_compiler_gnu=yes
3489 else
3490   ac_compiler_gnu=no
3491 fi
3492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3493 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3494
3495 fi
3496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3497 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3498 if test $ac_compiler_gnu = yes; then
3499   GCC=yes
3500 else
3501   GCC=
3502 fi
3503 ac_test_CFLAGS=${CFLAGS+set}
3504 ac_save_CFLAGS=$CFLAGS
3505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3506 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3507 if test "${ac_cv_prog_cc_g+set}" = set; then :
3508   $as_echo_n "(cached) " >&6
3509 else
3510   ac_save_c_werror_flag=$ac_c_werror_flag
3511    ac_c_werror_flag=yes
3512    ac_cv_prog_cc_g=no
3513    CFLAGS="-g"
3514    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3515 /* end confdefs.h.  */
3516
3517 int
3518 main ()
3519 {
3520
3521   ;
3522   return 0;
3523 }
3524 _ACEOF
3525 if ac_fn_c_try_compile "$LINENO"; then :
3526   ac_cv_prog_cc_g=yes
3527 else
3528   CFLAGS=""
3529       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3530 /* end confdefs.h.  */
3531
3532 int
3533 main ()
3534 {
3535
3536   ;
3537   return 0;
3538 }
3539 _ACEOF
3540 if ac_fn_c_try_compile "$LINENO"; then :
3541
3542 else
3543   ac_c_werror_flag=$ac_save_c_werror_flag
3544          CFLAGS="-g"
3545          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3546 /* end confdefs.h.  */
3547
3548 int
3549 main ()
3550 {
3551
3552   ;
3553   return 0;
3554 }
3555 _ACEOF
3556 if ac_fn_c_try_compile "$LINENO"; then :
3557   ac_cv_prog_cc_g=yes
3558 fi
3559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3560 fi
3561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3562 fi
3563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3564    ac_c_werror_flag=$ac_save_c_werror_flag
3565 fi
3566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3567 $as_echo "$ac_cv_prog_cc_g" >&6; }
3568 if test "$ac_test_CFLAGS" = set; then
3569   CFLAGS=$ac_save_CFLAGS
3570 elif test $ac_cv_prog_cc_g = yes; then
3571   if test "$GCC" = yes; then
3572     CFLAGS="-g -O2"
3573   else
3574     CFLAGS="-g"
3575   fi
3576 else
3577   if test "$GCC" = yes; then
3578     CFLAGS="-O2"
3579   else
3580     CFLAGS=
3581   fi
3582 fi
3583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3584 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3585 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3586   $as_echo_n "(cached) " >&6
3587 else
3588   ac_cv_prog_cc_c89=no
3589 ac_save_CC=$CC
3590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3591 /* end confdefs.h.  */
3592 #include <stdarg.h>
3593 #include <stdio.h>
3594 #include <sys/types.h>
3595 #include <sys/stat.h>
3596 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3597 struct buf { int x; };
3598 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3599 static char *e (p, i)
3600      char **p;
3601      int i;
3602 {
3603   return p[i];
3604 }
3605 static char *f (char * (*g) (char **, int), char **p, ...)
3606 {
3607   char *s;
3608   va_list v;
3609   va_start (v,p);
3610   s = g (p, va_arg (v,int));
3611   va_end (v);
3612   return s;
3613 }
3614
3615 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3616    function prototypes and stuff, but not '\xHH' hex character constants.
3617    These don't provoke an error unfortunately, instead are silently treated
3618    as 'x'.  The following induces an error, until -std is added to get
3619    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3620    array size at least.  It's necessary to write '\x00'==0 to get something
3621    that's true only with -std.  */
3622 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3623
3624 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3625    inside strings and character constants.  */
3626 #define FOO(x) 'x'
3627 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3628
3629 int test (int i, double x);
3630 struct s1 {int (*f) (int a);};
3631 struct s2 {int (*f) (double a);};
3632 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3633 int argc;
3634 char **argv;
3635 int
3636 main ()
3637 {
3638 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3639   ;
3640   return 0;
3641 }
3642 _ACEOF
3643 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3644         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3645 do
3646   CC="$ac_save_CC $ac_arg"
3647   if ac_fn_c_try_compile "$LINENO"; then :
3648   ac_cv_prog_cc_c89=$ac_arg
3649 fi
3650 rm -f core conftest.err conftest.$ac_objext
3651   test "x$ac_cv_prog_cc_c89" != "xno" && break
3652 done
3653 rm -f conftest.$ac_ext
3654 CC=$ac_save_CC
3655
3656 fi
3657 # AC_CACHE_VAL
3658 case "x$ac_cv_prog_cc_c89" in
3659   x)
3660     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3661 $as_echo "none needed" >&6; } ;;
3662   xno)
3663     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3664 $as_echo "unsupported" >&6; } ;;
3665   *)
3666     CC="$CC $ac_cv_prog_cc_c89"
3667     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3668 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3669 esac
3670 if test "x$ac_cv_prog_cc_c89" != xno; then :
3671
3672 fi
3673
3674 ac_ext=c
3675 ac_cpp='$CPP $CPPFLAGS'
3676 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3677 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3678 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3679 DEPDIR="${am__leading_dot}deps"
3680
3681 ac_config_commands="$ac_config_commands depfiles"
3682
3683
3684 am_make=${MAKE-make}
3685 cat > confinc << 'END'
3686 am__doit:
3687         @echo this is the am__doit target
3688 .PHONY: am__doit
3689 END
3690 # If we don't find an include directive, just comment out the code.
3691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3692 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3693 am__include="#"
3694 am__quote=
3695 _am_result=none
3696 # First try GNU make style include.
3697 echo "include confinc" > confmf
3698 # Ignore all kinds of additional output from `make'.
3699 case `$am_make -s -f confmf 2> /dev/null` in #(
3700 *the\ am__doit\ target*)
3701   am__include=include
3702   am__quote=
3703   _am_result=GNU
3704   ;;
3705 esac
3706 # Now try BSD make style include.
3707 if test "$am__include" = "#"; then
3708    echo '.include "confinc"' > confmf
3709    case `$am_make -s -f confmf 2> /dev/null` in #(
3710    *the\ am__doit\ target*)
3711      am__include=.include
3712      am__quote="\""
3713      _am_result=BSD
3714      ;;
3715    esac
3716 fi
3717
3718
3719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3720 $as_echo "$_am_result" >&6; }
3721 rm -f confinc confmf
3722
3723 # Check whether --enable-dependency-tracking was given.
3724 if test "${enable_dependency_tracking+set}" = set; then :
3725   enableval=$enable_dependency_tracking;
3726 fi
3727
3728 if test "x$enable_dependency_tracking" != xno; then
3729   am_depcomp="$ac_aux_dir/depcomp"
3730   AMDEPBACKSLASH='\'
3731 fi
3732  if test "x$enable_dependency_tracking" != xno; then
3733   AMDEP_TRUE=
3734   AMDEP_FALSE='#'
3735 else
3736   AMDEP_TRUE='#'
3737   AMDEP_FALSE=
3738 fi
3739
3740
3741
3742 depcc="$CC"   am_compiler_list=
3743
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3745 $as_echo_n "checking dependency style of $depcc... " >&6; }
3746 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3747   $as_echo_n "(cached) " >&6
3748 else
3749   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3750   # We make a subdir and do the tests there.  Otherwise we can end up
3751   # making bogus files that we don't know about and never remove.  For
3752   # instance it was reported that on HP-UX the gcc test will end up
3753   # making a dummy file named `D' -- because `-MD' means `put the output
3754   # in D'.
3755   mkdir conftest.dir
3756   # Copy depcomp to subdir because otherwise we won't find it if we're
3757   # using a relative directory.
3758   cp "$am_depcomp" conftest.dir
3759   cd conftest.dir
3760   # We will build objects and dependencies in a subdirectory because
3761   # it helps to detect inapplicable dependency modes.  For instance
3762   # both Tru64's cc and ICC support -MD to output dependencies as a
3763   # side effect of compilation, but ICC will put the dependencies in
3764   # the current directory while Tru64 will put them in the object
3765   # directory.
3766   mkdir sub
3767
3768   am_cv_CC_dependencies_compiler_type=none
3769   if test "$am_compiler_list" = ""; then
3770      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3771   fi
3772   am__universal=false
3773   case " $depcc " in #(
3774      *\ -arch\ *\ -arch\ *) am__universal=true ;;
3775      esac
3776
3777   for depmode in $am_compiler_list; do
3778     # Setup a source with many dependencies, because some compilers
3779     # like to wrap large dependency lists on column 80 (with \), and
3780     # we should not choose a depcomp mode which is confused by this.
3781     #
3782     # We need to recreate these files for each test, as the compiler may
3783     # overwrite some of them when testing with obscure command lines.
3784     # This happens at least with the AIX C compiler.
3785     : > sub/conftest.c
3786     for i in 1 2 3 4 5 6; do
3787       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3788       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3789       # Solaris 8's {/usr,}/bin/sh.
3790       touch sub/conftst$i.h
3791     done
3792     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3793
3794     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3795     # mode.  It turns out that the SunPro C++ compiler does not properly
3796     # handle `-M -o', and we need to detect this.  Also, some Intel
3797     # versions had trouble with output in subdirs
3798     am__obj=sub/conftest.${OBJEXT-o}
3799     am__minus_obj="-o $am__obj"
3800     case $depmode in
3801     gcc)
3802       # This depmode causes a compiler race in universal mode.
3803       test "$am__universal" = false || continue
3804       ;;
3805     nosideeffect)
3806       # after this tag, mechanisms are not by side-effect, so they'll
3807       # only be used when explicitly requested
3808       if test "x$enable_dependency_tracking" = xyes; then
3809         continue
3810       else
3811         break
3812       fi
3813       ;;
3814     msvisualcpp | msvcmsys)
3815       # This compiler won't grok `-c -o', but also, the minuso test has
3816       # not run yet.  These depmodes are late enough in the game, and
3817       # so weak that their functioning should not be impacted.
3818       am__obj=conftest.${OBJEXT-o}
3819       am__minus_obj=
3820       ;;
3821     none) break ;;
3822     esac
3823     if depmode=$depmode \
3824        source=sub/conftest.c object=$am__obj \
3825        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3826        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3827          >/dev/null 2>conftest.err &&
3828        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3829        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3830        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3831        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3832       # icc doesn't choke on unknown options, it will just issue warnings
3833       # or remarks (even with -Werror).  So we grep stderr for any message
3834       # that says an option was ignored or not supported.
3835       # When given -MP, icc 7.0 and 7.1 complain thusly:
3836       #   icc: Command line warning: ignoring option '-M'; no argument required
3837       # The diagnosis changed in icc 8.0:
3838       #   icc: Command line remark: option '-MP' not supported
3839       if (grep 'ignoring option' conftest.err ||
3840           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3841         am_cv_CC_dependencies_compiler_type=$depmode
3842         break
3843       fi
3844     fi
3845   done
3846
3847   cd ..
3848   rm -rf conftest.dir
3849 else
3850   am_cv_CC_dependencies_compiler_type=none
3851 fi
3852
3853 fi
3854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3855 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3856 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3857
3858  if
3859   test "x$enable_dependency_tracking" != xno \
3860   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3861   am__fastdepCC_TRUE=
3862   am__fastdepCC_FALSE='#'
3863 else
3864   am__fastdepCC_TRUE='#'
3865   am__fastdepCC_FALSE=
3866 fi
3867
3868
3869 case `pwd` in
3870   *\ * | *\     *)
3871     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3872 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3873 esac
3874
3875
3876
3877 macro_version='2.2.6b'
3878 macro_revision='1.3017'
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892 ltmain="$ac_aux_dir/ltmain.sh"
3893
3894 # Make sure we can run config.sub.
3895 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3896   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3897
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3899 $as_echo_n "checking build system type... " >&6; }
3900 if test "${ac_cv_build+set}" = set; then :
3901   $as_echo_n "(cached) " >&6
3902 else
3903   ac_build_alias=$build_alias
3904 test "x$ac_build_alias" = x &&
3905   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3906 test "x$ac_build_alias" = x &&
3907   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3908 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3909   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3910
3911 fi
3912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3913 $as_echo "$ac_cv_build" >&6; }
3914 case $ac_cv_build in
3915 *-*-*) ;;
3916 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
3917 esac
3918 build=$ac_cv_build
3919 ac_save_IFS=$IFS; IFS='-'
3920 set x $ac_cv_build
3921 shift
3922 build_cpu=$1
3923 build_vendor=$2
3924 shift; shift
3925 # Remember, the first character of IFS is used to create $*,
3926 # except with old shells:
3927 build_os=$*
3928 IFS=$ac_save_IFS
3929 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3930
3931
3932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3933 $as_echo_n "checking host system type... " >&6; }
3934 if test "${ac_cv_host+set}" = set; then :
3935   $as_echo_n "(cached) " >&6
3936 else
3937   if test "x$host_alias" = x; then
3938   ac_cv_host=$ac_cv_build
3939 else
3940   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3941     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3942 fi
3943
3944 fi
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3946 $as_echo "$ac_cv_host" >&6; }
3947 case $ac_cv_host in
3948 *-*-*) ;;
3949 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
3950 esac
3951 host=$ac_cv_host
3952 ac_save_IFS=$IFS; IFS='-'
3953 set x $ac_cv_host
3954 shift
3955 host_cpu=$1
3956 host_vendor=$2
3957 shift; shift
3958 # Remember, the first character of IFS is used to create $*,
3959 # except with old shells:
3960 host_os=$*
3961 IFS=$ac_save_IFS
3962 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3963
3964
3965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3966 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
3967 if test "${ac_cv_path_SED+set}" = set; then :
3968   $as_echo_n "(cached) " >&6
3969 else
3970             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3971      for ac_i in 1 2 3 4 5 6 7; do
3972        ac_script="$ac_script$as_nl$ac_script"
3973      done
3974      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3975      { ac_script=; unset ac_script;}
3976      if test -z "$SED"; then
3977   ac_path_SED_found=false
3978   # Loop through the user's path and test for each of PROGNAME-LIST
3979   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3980 for as_dir in $PATH
3981 do
3982   IFS=$as_save_IFS
3983   test -z "$as_dir" && as_dir=.
3984     for ac_prog in sed gsed; do
3985     for ac_exec_ext in '' $ac_executable_extensions; do
3986       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3987       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
3988 # Check for GNU ac_path_SED and select it if it is found.
3989   # Check for GNU $ac_path_SED
3990 case `"$ac_path_SED" --version 2>&1` in
3991 *GNU*)
3992   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3993 *)
3994   ac_count=0
3995   $as_echo_n 0123456789 >"conftest.in"
3996   while :
3997   do
3998     cat "conftest.in" "conftest.in" >"conftest.tmp"
3999     mv "conftest.tmp" "conftest.in"
4000     cp "conftest.in" "conftest.nl"
4001     $as_echo '' >> "conftest.nl"
4002     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4003     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4004     as_fn_arith $ac_count + 1 && ac_count=$as_val
4005     if test $ac_count -gt ${ac_path_SED_max-0}; then
4006       # Best one so far, save it but keep looking for a better one
4007       ac_cv_path_SED="$ac_path_SED"
4008       ac_path_SED_max=$ac_count
4009     fi
4010     # 10*(2^10) chars as input seems more than enough
4011     test $ac_count -gt 10 && break
4012   done
4013   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4014 esac
4015
4016       $ac_path_SED_found && break 3
4017     done
4018   done
4019   done
4020 IFS=$as_save_IFS
4021   if test -z "$ac_cv_path_SED"; then
4022     as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4023   fi
4024 else
4025   ac_cv_path_SED=$SED
4026 fi
4027
4028 fi
4029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4030 $as_echo "$ac_cv_path_SED" >&6; }
4031  SED="$ac_cv_path_SED"
4032   rm -f conftest.sed
4033
4034 test -z "$SED" && SED=sed
4035 Xsed="$SED -e 1s/^X//"
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4048 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4049 if test "${ac_cv_path_GREP+set}" = set; then :
4050   $as_echo_n "(cached) " >&6
4051 else
4052   if test -z "$GREP"; then
4053   ac_path_GREP_found=false
4054   # Loop through the user's path and test for each of PROGNAME-LIST
4055   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4056 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4057 do
4058   IFS=$as_save_IFS
4059   test -z "$as_dir" && as_dir=.
4060     for ac_prog in grep ggrep; do
4061     for ac_exec_ext in '' $ac_executable_extensions; do
4062       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4063       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4064 # Check for GNU ac_path_GREP and select it if it is found.
4065   # Check for GNU $ac_path_GREP
4066 case `"$ac_path_GREP" --version 2>&1` in
4067 *GNU*)
4068   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4069 *)
4070   ac_count=0
4071   $as_echo_n 0123456789 >"conftest.in"
4072   while :
4073   do
4074     cat "conftest.in" "conftest.in" >"conftest.tmp"
4075     mv "conftest.tmp" "conftest.in"
4076     cp "conftest.in" "conftest.nl"
4077     $as_echo 'GREP' >> "conftest.nl"
4078     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4079     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4080     as_fn_arith $ac_count + 1 && ac_count=$as_val
4081     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4082       # Best one so far, save it but keep looking for a better one
4083       ac_cv_path_GREP="$ac_path_GREP"
4084       ac_path_GREP_max=$ac_count
4085     fi
4086     # 10*(2^10) chars as input seems more than enough
4087     test $ac_count -gt 10 && break
4088   done
4089   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4090 esac
4091
4092       $ac_path_GREP_found && break 3
4093     done
4094   done
4095   done
4096 IFS=$as_save_IFS
4097   if test -z "$ac_cv_path_GREP"; then
4098     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4099   fi
4100 else
4101   ac_cv_path_GREP=$GREP
4102 fi
4103
4104 fi
4105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4106 $as_echo "$ac_cv_path_GREP" >&6; }
4107  GREP="$ac_cv_path_GREP"
4108
4109
4110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4111 $as_echo_n "checking for egrep... " >&6; }
4112 if test "${ac_cv_path_EGREP+set}" = set; then :
4113   $as_echo_n "(cached) " >&6
4114 else
4115   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4116    then ac_cv_path_EGREP="$GREP -E"
4117    else
4118      if test -z "$EGREP"; then
4119   ac_path_EGREP_found=false
4120   # Loop through the user's path and test for each of PROGNAME-LIST
4121   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4122 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4123 do
4124   IFS=$as_save_IFS
4125   test -z "$as_dir" && as_dir=.
4126     for ac_prog in egrep; do
4127     for ac_exec_ext in '' $ac_executable_extensions; do
4128       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4129       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4130 # Check for GNU ac_path_EGREP and select it if it is found.
4131   # Check for GNU $ac_path_EGREP
4132 case `"$ac_path_EGREP" --version 2>&1` in
4133 *GNU*)
4134   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4135 *)
4136   ac_count=0
4137   $as_echo_n 0123456789 >"conftest.in"
4138   while :
4139   do
4140     cat "conftest.in" "conftest.in" >"conftest.tmp"
4141     mv "conftest.tmp" "conftest.in"
4142     cp "conftest.in" "conftest.nl"
4143     $as_echo 'EGREP' >> "conftest.nl"
4144     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4145     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4146     as_fn_arith $ac_count + 1 && ac_count=$as_val
4147     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4148       # Best one so far, save it but keep looking for a better one
4149       ac_cv_path_EGREP="$ac_path_EGREP"
4150       ac_path_EGREP_max=$ac_count
4151     fi
4152     # 10*(2^10) chars as input seems more than enough
4153     test $ac_count -gt 10 && break
4154   done
4155   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4156 esac
4157
4158       $ac_path_EGREP_found && break 3
4159     done
4160   done
4161   done
4162 IFS=$as_save_IFS
4163   if test -z "$ac_cv_path_EGREP"; then
4164     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4165   fi
4166 else
4167   ac_cv_path_EGREP=$EGREP
4168 fi
4169
4170    fi
4171 fi
4172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4173 $as_echo "$ac_cv_path_EGREP" >&6; }
4174  EGREP="$ac_cv_path_EGREP"
4175
4176
4177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4178 $as_echo_n "checking for fgrep... " >&6; }
4179 if test "${ac_cv_path_FGREP+set}" = set; then :
4180   $as_echo_n "(cached) " >&6
4181 else
4182   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4183    then ac_cv_path_FGREP="$GREP -F"
4184    else
4185      if test -z "$FGREP"; then
4186   ac_path_FGREP_found=false
4187   # Loop through the user's path and test for each of PROGNAME-LIST
4188   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4189 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4190 do
4191   IFS=$as_save_IFS
4192   test -z "$as_dir" && as_dir=.
4193     for ac_prog in fgrep; do
4194     for ac_exec_ext in '' $ac_executable_extensions; do
4195       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4196       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4197 # Check for GNU ac_path_FGREP and select it if it is found.
4198   # Check for GNU $ac_path_FGREP
4199 case `"$ac_path_FGREP" --version 2>&1` in
4200 *GNU*)
4201   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4202 *)
4203   ac_count=0
4204   $as_echo_n 0123456789 >"conftest.in"
4205   while :
4206   do
4207     cat "conftest.in" "conftest.in" >"conftest.tmp"
4208     mv "conftest.tmp" "conftest.in"
4209     cp "conftest.in" "conftest.nl"
4210     $as_echo 'FGREP' >> "conftest.nl"
4211     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4212     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4213     as_fn_arith $ac_count + 1 && ac_count=$as_val
4214     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4215       # Best one so far, save it but keep looking for a better one
4216       ac_cv_path_FGREP="$ac_path_FGREP"
4217       ac_path_FGREP_max=$ac_count
4218     fi
4219     # 10*(2^10) chars as input seems more than enough
4220     test $ac_count -gt 10 && break
4221   done
4222   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4223 esac
4224
4225       $ac_path_FGREP_found && break 3
4226     done
4227   done
4228   done
4229 IFS=$as_save_IFS
4230   if test -z "$ac_cv_path_FGREP"; then
4231     as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4232   fi
4233 else
4234   ac_cv_path_FGREP=$FGREP
4235 fi
4236
4237    fi
4238 fi
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4240 $as_echo "$ac_cv_path_FGREP" >&6; }
4241  FGREP="$ac_cv_path_FGREP"
4242
4243
4244 test -z "$GREP" && GREP=grep
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264 # Check whether --with-gnu-ld was given.
4265 if test "${with_gnu_ld+set}" = set; then :
4266   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4267 else
4268   with_gnu_ld=no
4269 fi
4270
4271 ac_prog=ld
4272 if test "$GCC" = yes; then
4273   # Check if gcc -print-prog-name=ld gives a path.
4274   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4275 $as_echo_n "checking for ld used by $CC... " >&6; }
4276   case $host in
4277   *-*-mingw*)
4278     # gcc leaves a trailing carriage return which upsets mingw
4279     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4280   *)
4281     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4282   esac
4283   case $ac_prog in
4284     # Accept absolute paths.
4285     [\\/]* | ?:[\\/]*)
4286       re_direlt='/[^/][^/]*/\.\./'
4287       # Canonicalize the pathname of ld
4288       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4289       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4290         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4291       done
4292       test -z "$LD" && LD="$ac_prog"
4293       ;;
4294   "")
4295     # If it fails, then pretend we aren't using GCC.
4296     ac_prog=ld
4297     ;;
4298   *)
4299     # If it is relative, then search for the first ld in PATH.
4300     with_gnu_ld=unknown
4301     ;;
4302   esac
4303 elif test "$with_gnu_ld" = yes; then
4304   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4305 $as_echo_n "checking for GNU ld... " >&6; }
4306 else
4307   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4308 $as_echo_n "checking for non-GNU ld... " >&6; }
4309 fi
4310 if test "${lt_cv_path_LD+set}" = set; then :
4311   $as_echo_n "(cached) " >&6
4312 else
4313   if test -z "$LD"; then
4314   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4315   for ac_dir in $PATH; do
4316     IFS="$lt_save_ifs"
4317     test -z "$ac_dir" && ac_dir=.
4318     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4319       lt_cv_path_LD="$ac_dir/$ac_prog"
4320       # Check to see if the program is GNU ld.  I'd rather use --version,
4321       # but apparently some variants of GNU ld only accept -v.
4322       # Break only if it was the GNU/non-GNU ld that we prefer.
4323       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4324       *GNU* | *'with BFD'*)
4325         test "$with_gnu_ld" != no && break
4326         ;;
4327       *)
4328         test "$with_gnu_ld" != yes && break
4329         ;;
4330       esac
4331     fi
4332   done
4333   IFS="$lt_save_ifs"
4334 else
4335   lt_cv_path_LD="$LD" # Let the user override the test with a path.
4336 fi
4337 fi
4338
4339 LD="$lt_cv_path_LD"
4340 if test -n "$LD"; then
4341   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4342 $as_echo "$LD" >&6; }
4343 else
4344   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4345 $as_echo "no" >&6; }
4346 fi
4347 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4349 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4350 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4351   $as_echo_n "(cached) " >&6
4352 else
4353   # I'd rather use --version here, but apparently some GNU lds only accept -v.
4354 case `$LD -v 2>&1 </dev/null` in
4355 *GNU* | *'with BFD'*)
4356   lt_cv_prog_gnu_ld=yes
4357   ;;
4358 *)
4359   lt_cv_prog_gnu_ld=no
4360   ;;
4361 esac
4362 fi
4363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4364 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4365 with_gnu_ld=$lt_cv_prog_gnu_ld
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4376 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4377 if test "${lt_cv_path_NM+set}" = set; then :
4378   $as_echo_n "(cached) " >&6
4379 else
4380   if test -n "$NM"; then
4381   # Let the user override the test.
4382   lt_cv_path_NM="$NM"
4383 else
4384   lt_nm_to_check="${ac_tool_prefix}nm"
4385   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4386     lt_nm_to_check="$lt_nm_to_check nm"
4387   fi
4388   for lt_tmp_nm in $lt_nm_to_check; do
4389     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4390     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4391       IFS="$lt_save_ifs"
4392       test -z "$ac_dir" && ac_dir=.
4393       tmp_nm="$ac_dir/$lt_tmp_nm"
4394       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4395         # Check to see if the nm accepts a BSD-compat flag.
4396         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4397         #   nm: unknown option "B" ignored
4398         # Tru64's nm complains that /dev/null is an invalid object file
4399         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4400         */dev/null* | *'Invalid file or object type'*)
4401           lt_cv_path_NM="$tmp_nm -B"
4402           break
4403           ;;
4404         *)
4405           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4406           */dev/null*)
4407             lt_cv_path_NM="$tmp_nm -p"
4408             break
4409             ;;
4410           *)
4411             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4412             continue # so that we can try to find one that supports BSD flags
4413             ;;
4414           esac
4415           ;;
4416         esac
4417       fi
4418     done
4419     IFS="$lt_save_ifs"
4420   done
4421   : ${lt_cv_path_NM=no}
4422 fi
4423 fi
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4425 $as_echo "$lt_cv_path_NM" >&6; }
4426 if test "$lt_cv_path_NM" != "no"; then
4427   NM="$lt_cv_path_NM"
4428 else
4429   # Didn't find any BSD compatible name lister, look for dumpbin.
4430   if test -n "$ac_tool_prefix"; then
4431   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4432   do
4433     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4434 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4436 $as_echo_n "checking for $ac_word... " >&6; }
4437 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4438   $as_echo_n "(cached) " >&6
4439 else
4440   if test -n "$DUMPBIN"; then
4441   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4442 else
4443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4444 for as_dir in $PATH
4445 do
4446   IFS=$as_save_IFS
4447   test -z "$as_dir" && as_dir=.
4448     for ac_exec_ext in '' $ac_executable_extensions; do
4449   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4450     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4451     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4452     break 2
4453   fi
4454 done
4455   done
4456 IFS=$as_save_IFS
4457
4458 fi
4459 fi
4460 DUMPBIN=$ac_cv_prog_DUMPBIN
4461 if test -n "$DUMPBIN"; then
4462   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4463 $as_echo "$DUMPBIN" >&6; }
4464 else
4465   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4466 $as_echo "no" >&6; }
4467 fi
4468
4469
4470     test -n "$DUMPBIN" && break
4471   done
4472 fi
4473 if test -z "$DUMPBIN"; then
4474   ac_ct_DUMPBIN=$DUMPBIN
4475   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4476 do
4477   # Extract the first word of "$ac_prog", so it can be a program name with args.
4478 set dummy $ac_prog; ac_word=$2
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4480 $as_echo_n "checking for $ac_word... " >&6; }
4481 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4482   $as_echo_n "(cached) " >&6
4483 else
4484   if test -n "$ac_ct_DUMPBIN"; then
4485   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4486 else
4487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4488 for as_dir in $PATH
4489 do
4490   IFS=$as_save_IFS
4491   test -z "$as_dir" && as_dir=.
4492     for ac_exec_ext in '' $ac_executable_extensions; do
4493   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4494     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4495     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4496     break 2
4497   fi
4498 done
4499   done
4500 IFS=$as_save_IFS
4501
4502 fi
4503 fi
4504 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4505 if test -n "$ac_ct_DUMPBIN"; then
4506   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4507 $as_echo "$ac_ct_DUMPBIN" >&6; }
4508 else
4509   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4510 $as_echo "no" >&6; }
4511 fi
4512
4513
4514   test -n "$ac_ct_DUMPBIN" && break
4515 done
4516
4517   if test "x$ac_ct_DUMPBIN" = x; then
4518     DUMPBIN=":"
4519   else
4520     case $cross_compiling:$ac_tool_warned in
4521 yes:)
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4523 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4524 ac_tool_warned=yes ;;
4525 esac
4526     DUMPBIN=$ac_ct_DUMPBIN
4527   fi
4528 fi
4529
4530
4531   if test "$DUMPBIN" != ":"; then
4532     NM="$DUMPBIN"
4533   fi
4534 fi
4535 test -z "$NM" && NM=nm
4536
4537
4538
4539
4540
4541
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4543 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4544 if test "${lt_cv_nm_interface+set}" = set; then :
4545   $as_echo_n "(cached) " >&6
4546 else
4547   lt_cv_nm_interface="BSD nm"
4548   echo "int some_variable = 0;" > conftest.$ac_ext
4549   (eval echo "\"\$as_me:4549: $ac_compile\"" >&5)
4550   (eval "$ac_compile" 2>conftest.err)
4551   cat conftest.err >&5
4552   (eval echo "\"\$as_me:4552: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4553   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4554   cat conftest.err >&5
4555   (eval echo "\"\$as_me:4555: output\"" >&5)
4556   cat conftest.out >&5
4557   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4558     lt_cv_nm_interface="MS dumpbin"
4559   fi
4560   rm -f conftest*
4561 fi
4562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4563 $as_echo "$lt_cv_nm_interface" >&6; }
4564
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4566 $as_echo_n "checking whether ln -s works... " >&6; }
4567 LN_S=$as_ln_s
4568 if test "$LN_S" = "ln -s"; then
4569   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4570 $as_echo "yes" >&6; }
4571 else
4572   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4573 $as_echo "no, using $LN_S" >&6; }
4574 fi
4575
4576 # find the maximum length of command line arguments
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4578 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4579 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4580   $as_echo_n "(cached) " >&6
4581 else
4582     i=0
4583   teststring="ABCD"
4584
4585   case $build_os in
4586   msdosdjgpp*)
4587     # On DJGPP, this test can blow up pretty badly due to problems in libc
4588     # (any single argument exceeding 2000 bytes causes a buffer overrun
4589     # during glob expansion).  Even if it were fixed, the result of this
4590     # check would be larger than it should be.
4591     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
4592     ;;
4593
4594   gnu*)
4595     # Under GNU Hurd, this test is not required because there is
4596     # no limit to the length of command line arguments.
4597     # Libtool will interpret -1 as no limit whatsoever
4598     lt_cv_sys_max_cmd_len=-1;
4599     ;;
4600
4601   cygwin* | mingw* | cegcc*)
4602     # On Win9x/ME, this test blows up -- it succeeds, but takes
4603     # about 5 minutes as the teststring grows exponentially.
4604     # Worse, since 9x/ME are not pre-emptively multitasking,
4605     # you end up with a "frozen" computer, even though with patience
4606     # the test eventually succeeds (with a max line length of 256k).
4607     # Instead, let's just punt: use the minimum linelength reported by
4608     # all of the supported platforms: 8192 (on NT/2K/XP).
4609     lt_cv_sys_max_cmd_len=8192;
4610     ;;
4611
4612   amigaos*)
4613     # On AmigaOS with pdksh, this test takes hours, literally.
4614     # So we just punt and use a minimum line length of 8192.
4615     lt_cv_sys_max_cmd_len=8192;
4616     ;;
4617
4618   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4619     # This has been around since 386BSD, at least.  Likely further.
4620     if test -x /sbin/sysctl; then
4621       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4622     elif test -x /usr/sbin/sysctl; then
4623       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4624     else
4625       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
4626     fi
4627     # And add a safety zone
4628     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4629     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4630     ;;
4631
4632   interix*)
4633     # We know the value 262144 and hardcode it with a safety zone (like BSD)
4634     lt_cv_sys_max_cmd_len=196608
4635     ;;
4636
4637   osf*)
4638     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4639     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4640     # nice to cause kernel panics so lets avoid the loop below.
4641     # First set a reasonable default.
4642     lt_cv_sys_max_cmd_len=16384
4643     #
4644     if test -x /sbin/sysconfig; then
4645       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4646         *1*) lt_cv_sys_max_cmd_len=-1 ;;
4647       esac
4648     fi
4649     ;;
4650   sco3.2v5*)
4651     lt_cv_sys_max_cmd_len=102400
4652     ;;
4653   sysv5* | sco5v6* | sysv4.2uw2*)
4654     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4655     if test -n "$kargmax"; then
4656       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
4657     else
4658       lt_cv_sys_max_cmd_len=32768
4659     fi
4660     ;;
4661   *)
4662     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4663     if test -n "$lt_cv_sys_max_cmd_len"; then
4664       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4665       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4666     else
4667       # Make teststring a little bigger before we do anything with it.
4668       # a 1K string should be a reasonable start.
4669       for i in 1 2 3 4 5 6 7 8 ; do
4670         teststring=$teststring$teststring
4671       done
4672       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4673       # If test is not a shell built-in, we'll probably end up computing a
4674       # maximum length that is only half of the actual maximum length, but
4675       # we can't tell.
4676       while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4677                  = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4678               test $i != 17 # 1/2 MB should be enough
4679       do
4680         i=`expr $i + 1`
4681         teststring=$teststring$teststring
4682       done
4683       # Only check the string length outside the loop.
4684       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4685       teststring=
4686       # Add a significant safety factor because C++ compilers can tack on
4687       # massive amounts of additional arguments before passing them to the
4688       # linker.  It appears as though 1/2 is a usable value.
4689       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4690     fi
4691     ;;
4692   esac
4693
4694 fi
4695
4696 if test -n $lt_cv_sys_max_cmd_len ; then
4697   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4698 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4699 else
4700   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4701 $as_echo "none" >&6; }
4702 fi
4703 max_cmd_len=$lt_cv_sys_max_cmd_len
4704
4705
4706
4707
4708
4709
4710 : ${CP="cp -f"}
4711 : ${MV="mv -f"}
4712 : ${RM="rm -f"}
4713
4714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4715 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4716 # Try some XSI features
4717 xsi_shell=no
4718 ( _lt_dummy="a/b/c"
4719   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4720       = c,a/b,, \
4721     && eval 'test $(( 1 + 1 )) -eq 2 \
4722     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4723   && xsi_shell=yes
4724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4725 $as_echo "$xsi_shell" >&6; }
4726
4727
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4729 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4730 lt_shell_append=no
4731 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4732     >/dev/null 2>&1 \
4733   && lt_shell_append=yes
4734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4735 $as_echo "$lt_shell_append" >&6; }
4736
4737
4738 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4739   lt_unset=unset
4740 else
4741   lt_unset=false
4742 fi
4743
4744
4745
4746
4747
4748 # test EBCDIC or ASCII
4749 case `echo X|tr X '\101'` in
4750  A) # ASCII based system
4751     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4752   lt_SP2NL='tr \040 \012'
4753   lt_NL2SP='tr \015\012 \040\040'
4754   ;;
4755  *) # EBCDIC based system
4756   lt_SP2NL='tr \100 \n'
4757   lt_NL2SP='tr \r\n \100\100'
4758   ;;
4759 esac
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4770 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4771 if test "${lt_cv_ld_reload_flag+set}" = set; then :
4772   $as_echo_n "(cached) " >&6
4773 else
4774   lt_cv_ld_reload_flag='-r'
4775 fi
4776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4777 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4778 reload_flag=$lt_cv_ld_reload_flag
4779 case $reload_flag in
4780 "" | " "*) ;;
4781 *) reload_flag=" $reload_flag" ;;
4782 esac
4783 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4784 case $host_os in
4785   darwin*)
4786     if test "$GCC" = yes; then
4787       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4788     else
4789       reload_cmds='$LD$reload_flag -o $output$reload_objs'
4790     fi
4791     ;;
4792 esac
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802 if test -n "$ac_tool_prefix"; then
4803   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4804 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4806 $as_echo_n "checking for $ac_word... " >&6; }
4807 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
4808   $as_echo_n "(cached) " >&6
4809 else
4810   if test -n "$OBJDUMP"; then
4811   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4812 else
4813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4814 for as_dir in $PATH
4815 do
4816   IFS=$as_save_IFS
4817   test -z "$as_dir" && as_dir=.
4818     for ac_exec_ext in '' $ac_executable_extensions; do
4819   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4820     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4821     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4822     break 2
4823   fi
4824 done
4825   done
4826 IFS=$as_save_IFS
4827
4828 fi
4829 fi
4830 OBJDUMP=$ac_cv_prog_OBJDUMP
4831 if test -n "$OBJDUMP"; then
4832   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4833 $as_echo "$OBJDUMP" >&6; }
4834 else
4835   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4836 $as_echo "no" >&6; }
4837 fi
4838
4839
4840 fi
4841 if test -z "$ac_cv_prog_OBJDUMP"; then
4842   ac_ct_OBJDUMP=$OBJDUMP
4843   # Extract the first word of "objdump", so it can be a program name with args.
4844 set dummy objdump; ac_word=$2
4845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4846 $as_echo_n "checking for $ac_word... " >&6; }
4847 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
4848   $as_echo_n "(cached) " >&6
4849 else
4850   if test -n "$ac_ct_OBJDUMP"; then
4851   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4852 else
4853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4854 for as_dir in $PATH
4855 do
4856   IFS=$as_save_IFS
4857   test -z "$as_dir" && as_dir=.
4858     for ac_exec_ext in '' $ac_executable_extensions; do
4859   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4860     ac_cv_prog_ac_ct_OBJDUMP="objdump"
4861     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4862     break 2
4863   fi
4864 done
4865   done
4866 IFS=$as_save_IFS
4867
4868 fi
4869 fi
4870 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4871 if test -n "$ac_ct_OBJDUMP"; then
4872   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4873 $as_echo "$ac_ct_OBJDUMP" >&6; }
4874 else
4875   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4876 $as_echo "no" >&6; }
4877 fi
4878
4879   if test "x$ac_ct_OBJDUMP" = x; then
4880     OBJDUMP="false"
4881   else
4882     case $cross_compiling:$ac_tool_warned in
4883 yes:)
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4885 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4886 ac_tool_warned=yes ;;
4887 esac
4888     OBJDUMP=$ac_ct_OBJDUMP
4889   fi
4890 else
4891   OBJDUMP="$ac_cv_prog_OBJDUMP"
4892 fi
4893
4894 test -z "$OBJDUMP" && OBJDUMP=objdump
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4905 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
4906 if test "${lt_cv_deplibs_check_method+set}" = set; then :
4907   $as_echo_n "(cached) " >&6
4908 else
4909   lt_cv_file_magic_cmd='$MAGIC_CMD'
4910 lt_cv_file_magic_test_file=
4911 lt_cv_deplibs_check_method='unknown'
4912 # Need to set the preceding variable on all platforms that support
4913 # interlibrary dependencies.
4914 # 'none' -- dependencies not supported.
4915 # `unknown' -- same as none, but documents that we really don't know.
4916 # 'pass_all' -- all dependencies passed with no checks.
4917 # 'test_compile' -- check by making test program.
4918 # 'file_magic [[regex]]' -- check by looking for files in library path
4919 # which responds to the $file_magic_cmd with a given extended regex.
4920 # If you have `file' or equivalent on your system and you're not sure
4921 # whether `pass_all' will *always* work, you probably want this one.
4922
4923 case $host_os in
4924 aix[4-9]*)
4925   lt_cv_deplibs_check_method=pass_all
4926   ;;
4927
4928 beos*)
4929   lt_cv_deplibs_check_method=pass_all
4930   ;;
4931
4932 bsdi[45]*)
4933   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4934   lt_cv_file_magic_cmd='/usr/bin/file -L'
4935   lt_cv_file_magic_test_file=/shlib/libc.so
4936   ;;
4937
4938 cygwin*)
4939   # func_win32_libid is a shell function defined in ltmain.sh
4940   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4941   lt_cv_file_magic_cmd='func_win32_libid'
4942   ;;
4943
4944 mingw* | pw32*)
4945   # Base MSYS/MinGW do not provide the 'file' command needed by
4946   # func_win32_libid shell function, so use a weaker test based on 'objdump',
4947   # unless we find 'file', for example because we are cross-compiling.
4948   if ( file / ) >/dev/null 2>&1; then
4949     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4950     lt_cv_file_magic_cmd='func_win32_libid'
4951   else
4952     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4953     lt_cv_file_magic_cmd='$OBJDUMP -f'
4954   fi
4955   ;;
4956
4957 cegcc)
4958   # use the weaker test based on 'objdump'. See mingw*.
4959   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4960   lt_cv_file_magic_cmd='$OBJDUMP -f'
4961   ;;
4962
4963 darwin* | rhapsody*)
4964   lt_cv_deplibs_check_method=pass_all
4965   ;;
4966
4967 freebsd* | dragonfly*)
4968   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4969     case $host_cpu in
4970     i*86 )
4971       # Not sure whether the presence of OpenBSD here was a mistake.
4972       # Let's accept both of them until this is cleared up.
4973       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4974       lt_cv_file_magic_cmd=/usr/bin/file
4975       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4976       ;;
4977     esac
4978   else
4979     lt_cv_deplibs_check_method=pass_all
4980   fi
4981   ;;
4982
4983 gnu*)
4984   lt_cv_deplibs_check_method=pass_all
4985   ;;
4986
4987 hpux10.20* | hpux11*)
4988   lt_cv_file_magic_cmd=/usr/bin/file
4989   case $host_cpu in
4990   ia64*)
4991     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4992     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4993     ;;
4994   hppa*64*)
4995     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]'
4996     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4997     ;;
4998   *)
4999     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5000     lt_cv_file_magic_test_file=/usr/lib/libc.sl
5001     ;;
5002   esac
5003   ;;
5004
5005 interix[3-9]*)
5006   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5007   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5008   ;;
5009
5010 irix5* | irix6* | nonstopux*)
5011   case $LD in
5012   *-32|*"-32 ") libmagic=32-bit;;
5013   *-n32|*"-n32 ") libmagic=N32;;
5014   *-64|*"-64 ") libmagic=64-bit;;
5015   *) libmagic=never-match;;
5016   esac
5017   lt_cv_deplibs_check_method=pass_all
5018   ;;
5019
5020 # This must be Linux ELF.
5021 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5022   lt_cv_deplibs_check_method=pass_all
5023   ;;
5024
5025 netbsd* | netbsdelf*-gnu)
5026   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5027     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5028   else
5029     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5030   fi
5031   ;;
5032
5033 newos6*)
5034   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5035   lt_cv_file_magic_cmd=/usr/bin/file
5036   lt_cv_file_magic_test_file=/usr/lib/libnls.so
5037   ;;
5038
5039 *nto* | *qnx*)
5040   lt_cv_deplibs_check_method=pass_all
5041   ;;
5042
5043 openbsd*)
5044   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5045     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5046   else
5047     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5048   fi
5049   ;;
5050
5051 osf3* | osf4* | osf5*)
5052   lt_cv_deplibs_check_method=pass_all
5053   ;;
5054
5055 rdos*)
5056   lt_cv_deplibs_check_method=pass_all
5057   ;;
5058
5059 solaris*)
5060   lt_cv_deplibs_check_method=pass_all
5061   ;;
5062
5063 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5064   lt_cv_deplibs_check_method=pass_all
5065   ;;
5066
5067 sysv4 | sysv4.3*)
5068   case $host_vendor in
5069   motorola)
5070     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]'
5071     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5072     ;;
5073   ncr)
5074     lt_cv_deplibs_check_method=pass_all
5075     ;;
5076   sequent)
5077     lt_cv_file_magic_cmd='/bin/file'
5078     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5079     ;;
5080   sni)
5081     lt_cv_file_magic_cmd='/bin/file'
5082     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5083     lt_cv_file_magic_test_file=/lib/libc.so
5084     ;;
5085   siemens)
5086     lt_cv_deplibs_check_method=pass_all
5087     ;;
5088   pc)
5089     lt_cv_deplibs_check_method=pass_all
5090     ;;
5091   esac
5092   ;;
5093
5094 tpf*)
5095   lt_cv_deplibs_check_method=pass_all
5096   ;;
5097 esac
5098
5099 fi
5100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5101 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5102 file_magic_cmd=$lt_cv_file_magic_cmd
5103 deplibs_check_method=$lt_cv_deplibs_check_method
5104 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117 if test -n "$ac_tool_prefix"; then
5118   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5119 set dummy ${ac_tool_prefix}ar; ac_word=$2
5120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5121 $as_echo_n "checking for $ac_word... " >&6; }
5122 if test "${ac_cv_prog_AR+set}" = set; then :
5123   $as_echo_n "(cached) " >&6
5124 else
5125   if test -n "$AR"; then
5126   ac_cv_prog_AR="$AR" # Let the user override the test.
5127 else
5128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5129 for as_dir in $PATH
5130 do
5131   IFS=$as_save_IFS
5132   test -z "$as_dir" && as_dir=.
5133     for ac_exec_ext in '' $ac_executable_extensions; do
5134   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5135     ac_cv_prog_AR="${ac_tool_prefix}ar"
5136     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5137     break 2
5138   fi
5139 done
5140   done
5141 IFS=$as_save_IFS
5142
5143 fi
5144 fi
5145 AR=$ac_cv_prog_AR
5146 if test -n "$AR"; then
5147   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5148 $as_echo "$AR" >&6; }
5149 else
5150   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5151 $as_echo "no" >&6; }
5152 fi
5153
5154
5155 fi
5156 if test -z "$ac_cv_prog_AR"; then
5157   ac_ct_AR=$AR
5158   # Extract the first word of "ar", so it can be a program name with args.
5159 set dummy ar; ac_word=$2
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5161 $as_echo_n "checking for $ac_word... " >&6; }
5162 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5163   $as_echo_n "(cached) " >&6
5164 else
5165   if test -n "$ac_ct_AR"; then
5166   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5167 else
5168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5169 for as_dir in $PATH
5170 do
5171   IFS=$as_save_IFS
5172   test -z "$as_dir" && as_dir=.
5173     for ac_exec_ext in '' $ac_executable_extensions; do
5174   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5175     ac_cv_prog_ac_ct_AR="ar"
5176     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5177     break 2
5178   fi
5179 done
5180   done
5181 IFS=$as_save_IFS
5182
5183 fi
5184 fi
5185 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5186 if test -n "$ac_ct_AR"; then
5187   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5188 $as_echo "$ac_ct_AR" >&6; }
5189 else
5190   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5191 $as_echo "no" >&6; }
5192 fi
5193
5194   if test "x$ac_ct_AR" = x; then
5195     AR="false"
5196   else
5197     case $cross_compiling:$ac_tool_warned in
5198 yes:)
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5200 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5201 ac_tool_warned=yes ;;
5202 esac
5203     AR=$ac_ct_AR
5204   fi
5205 else
5206   AR="$ac_cv_prog_AR"
5207 fi
5208
5209 test -z "$AR" && AR=ar
5210 test -z "$AR_FLAGS" && AR_FLAGS=cru
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222 if test -n "$ac_tool_prefix"; then
5223   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5224 set dummy ${ac_tool_prefix}strip; ac_word=$2
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5226 $as_echo_n "checking for $ac_word... " >&6; }
5227 if test "${ac_cv_prog_STRIP+set}" = set; then :
5228   $as_echo_n "(cached) " >&6
5229 else
5230   if test -n "$STRIP"; then
5231   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5232 else
5233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5234 for as_dir in $PATH
5235 do
5236   IFS=$as_save_IFS
5237   test -z "$as_dir" && as_dir=.
5238     for ac_exec_ext in '' $ac_executable_extensions; do
5239   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5240     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5241     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5242     break 2
5243   fi
5244 done
5245   done
5246 IFS=$as_save_IFS
5247
5248 fi
5249 fi
5250 STRIP=$ac_cv_prog_STRIP
5251 if test -n "$STRIP"; then
5252   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5253 $as_echo "$STRIP" >&6; }
5254 else
5255   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5256 $as_echo "no" >&6; }
5257 fi
5258
5259
5260 fi
5261 if test -z "$ac_cv_prog_STRIP"; then
5262   ac_ct_STRIP=$STRIP
5263   # Extract the first word of "strip", so it can be a program name with args.
5264 set dummy strip; ac_word=$2
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5266 $as_echo_n "checking for $ac_word... " >&6; }
5267 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5268   $as_echo_n "(cached) " >&6
5269 else
5270   if test -n "$ac_ct_STRIP"; then
5271   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5272 else
5273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5274 for as_dir in $PATH
5275 do
5276   IFS=$as_save_IFS
5277   test -z "$as_dir" && as_dir=.
5278     for ac_exec_ext in '' $ac_executable_extensions; do
5279   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5280     ac_cv_prog_ac_ct_STRIP="strip"
5281     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5282     break 2
5283   fi
5284 done
5285   done
5286 IFS=$as_save_IFS
5287
5288 fi
5289 fi
5290 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5291 if test -n "$ac_ct_STRIP"; then
5292   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5293 $as_echo "$ac_ct_STRIP" >&6; }
5294 else
5295   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5296 $as_echo "no" >&6; }
5297 fi
5298
5299   if test "x$ac_ct_STRIP" = x; then
5300     STRIP=":"
5301   else
5302     case $cross_compiling:$ac_tool_warned in
5303 yes:)
5304 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5305 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5306 ac_tool_warned=yes ;;
5307 esac
5308     STRIP=$ac_ct_STRIP
5309   fi
5310 else
5311   STRIP="$ac_cv_prog_STRIP"
5312 fi
5313
5314 test -z "$STRIP" && STRIP=:
5315
5316
5317
5318
5319
5320
5321 if test -n "$ac_tool_prefix"; then
5322   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5323 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5325 $as_echo_n "checking for $ac_word... " >&6; }
5326 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5327   $as_echo_n "(cached) " >&6
5328 else
5329   if test -n "$RANLIB"; then
5330   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5331 else
5332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5333 for as_dir in $PATH
5334 do
5335   IFS=$as_save_IFS
5336   test -z "$as_dir" && as_dir=.
5337     for ac_exec_ext in '' $ac_executable_extensions; do
5338   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5339     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5340     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5341     break 2
5342   fi
5343 done
5344   done
5345 IFS=$as_save_IFS
5346
5347 fi
5348 fi
5349 RANLIB=$ac_cv_prog_RANLIB
5350 if test -n "$RANLIB"; then
5351   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5352 $as_echo "$RANLIB" >&6; }
5353 else
5354   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5355 $as_echo "no" >&6; }
5356 fi
5357
5358
5359 fi
5360 if test -z "$ac_cv_prog_RANLIB"; then
5361   ac_ct_RANLIB=$RANLIB
5362   # Extract the first word of "ranlib", so it can be a program name with args.
5363 set dummy ranlib; ac_word=$2
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5365 $as_echo_n "checking for $ac_word... " >&6; }
5366 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5367   $as_echo_n "(cached) " >&6
5368 else
5369   if test -n "$ac_ct_RANLIB"; then
5370   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5371 else
5372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5373 for as_dir in $PATH
5374 do
5375   IFS=$as_save_IFS
5376   test -z "$as_dir" && as_dir=.
5377     for ac_exec_ext in '' $ac_executable_extensions; do
5378   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5379     ac_cv_prog_ac_ct_RANLIB="ranlib"
5380     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5381     break 2
5382   fi
5383 done
5384   done
5385 IFS=$as_save_IFS
5386
5387 fi
5388 fi
5389 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5390 if test -n "$ac_ct_RANLIB"; then
5391   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5392 $as_echo "$ac_ct_RANLIB" >&6; }
5393 else
5394   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5395 $as_echo "no" >&6; }
5396 fi
5397
5398   if test "x$ac_ct_RANLIB" = x; then
5399     RANLIB=":"
5400   else
5401     case $cross_compiling:$ac_tool_warned in
5402 yes:)
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5404 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5405 ac_tool_warned=yes ;;
5406 esac
5407     RANLIB=$ac_ct_RANLIB
5408   fi
5409 else
5410   RANLIB="$ac_cv_prog_RANLIB"
5411 fi
5412
5413 test -z "$RANLIB" && RANLIB=:
5414
5415
5416
5417
5418
5419
5420 # Determine commands to create old-style static archives.
5421 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5422 old_postinstall_cmds='chmod 644 $oldlib'
5423 old_postuninstall_cmds=
5424
5425 if test -n "$RANLIB"; then
5426   case $host_os in
5427   openbsd*)
5428     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5429     ;;
5430   *)
5431     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5432     ;;
5433   esac
5434   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5435 fi
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470 # If no C compiler was specified, use CC.
5471 LTCC=${LTCC-"$CC"}
5472
5473 # If no C compiler flags were specified, use CFLAGS.
5474 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5475
5476 # Allow CC to be a program name with arguments.
5477 compiler=$CC
5478
5479
5480 # Check for command to grab the raw symbol name followed by C symbol from nm.
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5482 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5483 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5484   $as_echo_n "(cached) " >&6
5485 else
5486
5487 # These are sane defaults that work on at least a few old systems.
5488 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
5489
5490 # Character class describing NM global symbol codes.
5491 symcode='[BCDEGRST]'
5492
5493 # Regexp to match symbols that can be accessed directly from C.
5494 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5495
5496 # Define system-specific variables.
5497 case $host_os in
5498 aix*)
5499   symcode='[BCDT]'
5500   ;;
5501 cygwin* | mingw* | pw32* | cegcc*)
5502   symcode='[ABCDGISTW]'
5503   ;;
5504 hpux*)
5505   if test "$host_cpu" = ia64; then
5506     symcode='[ABCDEGRST]'
5507   fi
5508   ;;
5509 irix* | nonstopux*)
5510   symcode='[BCDEGRST]'
5511   ;;
5512 osf*)
5513   symcode='[BCDEGQRST]'
5514   ;;
5515 solaris*)
5516   symcode='[BDRT]'
5517   ;;
5518 sco3.2v5*)
5519   symcode='[DT]'
5520   ;;
5521 sysv4.2uw2*)
5522   symcode='[DT]'
5523   ;;
5524 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5525   symcode='[ABDT]'
5526   ;;
5527 sysv4)
5528   symcode='[DFNSTU]'
5529   ;;
5530 esac
5531
5532 # If we're using GNU nm, then use its standard symbol codes.
5533 case `$NM -V 2>&1` in
5534 *GNU* | *'with BFD'*)
5535   symcode='[ABCDGIRSTW]' ;;
5536 esac
5537
5538 # Transform an extracted symbol line into a proper C declaration.
5539 # Some systems (esp. on ia64) link data and code symbols differently,
5540 # so use this general approach.
5541 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5542
5543 # Transform an extracted symbol line into symbol name and symbol address
5544 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
5545 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'"
5546
5547 # Handle CRLF in mingw tool chain
5548 opt_cr=
5549 case $build_os in
5550 mingw*)
5551   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5552   ;;
5553 esac
5554
5555 # Try without a prefix underscore, then with it.
5556 for ac_symprfx in "" "_"; do
5557
5558   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5559   symxfrm="\\1 $ac_symprfx\\2 \\2"
5560
5561   # Write the raw and C identifiers.
5562   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5563     # Fake it for dumpbin and say T for any non-static function
5564     # and D for any global variable.
5565     # Also find C++ and __fastcall symbols from MSVC++,
5566     # which start with @ or ?.
5567     lt_cv_sys_global_symbol_pipe="$AWK '"\
5568 "     {last_section=section; section=\$ 3};"\
5569 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5570 "     \$ 0!~/External *\|/{next};"\
5571 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5572 "     {if(hide[section]) next};"\
5573 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5574 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5575 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
5576 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5577 "     ' prfx=^$ac_symprfx"
5578   else
5579     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5580   fi
5581
5582   # Check to see that the pipe works correctly.
5583   pipe_works=no
5584
5585   rm -f conftest*
5586   cat > conftest.$ac_ext <<_LT_EOF
5587 #ifdef __cplusplus
5588 extern "C" {
5589 #endif
5590 char nm_test_var;
5591 void nm_test_func(void);
5592 void nm_test_func(void){}
5593 #ifdef __cplusplus
5594 }
5595 #endif
5596 int main(){nm_test_var='a';nm_test_func();return(0);}
5597 _LT_EOF
5598
5599   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5600   (eval $ac_compile) 2>&5
5601   ac_status=$?
5602   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5603   test $ac_status = 0; }; then
5604     # Now try to grab the symbols.
5605     nlist=conftest.nm
5606     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
5607   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5608   ac_status=$?
5609   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5610   test $ac_status = 0; } && test -s "$nlist"; then
5611       # Try sorting and uniquifying the output.
5612       if sort "$nlist" | uniq > "$nlist"T; then
5613         mv -f "$nlist"T "$nlist"
5614       else
5615         rm -f "$nlist"T
5616       fi
5617
5618       # Make sure that we snagged all the symbols we need.
5619       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5620         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5621           cat <<_LT_EOF > conftest.$ac_ext
5622 #ifdef __cplusplus
5623 extern "C" {
5624 #endif
5625
5626 _LT_EOF
5627           # Now generate the symbol file.
5628           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5629
5630           cat <<_LT_EOF >> conftest.$ac_ext
5631
5632 /* The mapping between symbol names and symbols.  */
5633 const struct {
5634   const char *name;
5635   void       *address;
5636 }
5637 lt__PROGRAM__LTX_preloaded_symbols[] =
5638 {
5639   { "@PROGRAM@", (void *) 0 },
5640 _LT_EOF
5641           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5642           cat <<\_LT_EOF >> conftest.$ac_ext
5643   {0, (void *) 0}
5644 };
5645
5646 /* This works around a problem in FreeBSD linker */
5647 #ifdef FREEBSD_WORKAROUND
5648 static const void *lt_preloaded_setup() {
5649   return lt__PROGRAM__LTX_preloaded_symbols;
5650 }
5651 #endif
5652
5653 #ifdef __cplusplus
5654 }
5655 #endif
5656 _LT_EOF
5657           # Now try linking the two files.
5658           mv conftest.$ac_objext conftstm.$ac_objext
5659           lt_save_LIBS="$LIBS"
5660           lt_save_CFLAGS="$CFLAGS"
5661           LIBS="conftstm.$ac_objext"
5662           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5663           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5664   (eval $ac_link) 2>&5
5665   ac_status=$?
5666   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5667   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5668             pipe_works=yes
5669           fi
5670           LIBS="$lt_save_LIBS"
5671           CFLAGS="$lt_save_CFLAGS"
5672         else
5673           echo "cannot find nm_test_func in $nlist" >&5
5674         fi
5675       else
5676         echo "cannot find nm_test_var in $nlist" >&5
5677       fi
5678     else
5679       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5680     fi
5681   else
5682     echo "$progname: failed program was:" >&5
5683     cat conftest.$ac_ext >&5
5684   fi
5685   rm -rf conftest* conftst*
5686
5687   # Do not use the global_symbol_pipe unless it works.
5688   if test "$pipe_works" = yes; then
5689     break
5690   else
5691     lt_cv_sys_global_symbol_pipe=
5692   fi
5693 done
5694
5695 fi
5696
5697 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5698   lt_cv_sys_global_symbol_to_cdecl=
5699 fi
5700 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5701   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5702 $as_echo "failed" >&6; }
5703 else
5704   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5705 $as_echo "ok" >&6; }
5706 fi
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730 # Check whether --enable-libtool-lock was given.
5731 if test "${enable_libtool_lock+set}" = set; then :
5732   enableval=$enable_libtool_lock;
5733 fi
5734
5735 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5736
5737 # Some flags need to be propagated to the compiler or linker for good
5738 # libtool support.
5739 case $host in
5740 ia64-*-hpux*)
5741   # Find out which ABI we are using.
5742   echo 'int i;' > conftest.$ac_ext
5743   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5744   (eval $ac_compile) 2>&5
5745   ac_status=$?
5746   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5747   test $ac_status = 0; }; then
5748     case `/usr/bin/file conftest.$ac_objext` in
5749       *ELF-32*)
5750         HPUX_IA64_MODE="32"
5751         ;;
5752       *ELF-64*)
5753         HPUX_IA64_MODE="64"
5754         ;;
5755     esac
5756   fi
5757   rm -rf conftest*
5758   ;;
5759 *-*-irix6*)
5760   # Find out which ABI we are using.
5761   echo '#line 5761 "configure"' > conftest.$ac_ext
5762   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5763   (eval $ac_compile) 2>&5
5764   ac_status=$?
5765   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5766   test $ac_status = 0; }; then
5767     if test "$lt_cv_prog_gnu_ld" = yes; then
5768       case `/usr/bin/file conftest.$ac_objext` in
5769         *32-bit*)
5770           LD="${LD-ld} -melf32bsmip"
5771           ;;
5772         *N32*)
5773           LD="${LD-ld} -melf32bmipn32"
5774           ;;
5775         *64-bit*)
5776           LD="${LD-ld} -melf64bmip"
5777         ;;
5778       esac
5779     else
5780       case `/usr/bin/file conftest.$ac_objext` in
5781         *32-bit*)
5782           LD="${LD-ld} -32"
5783           ;;
5784         *N32*)
5785           LD="${LD-ld} -n32"
5786           ;;
5787         *64-bit*)
5788           LD="${LD-ld} -64"
5789           ;;
5790       esac
5791     fi
5792   fi
5793   rm -rf conftest*
5794   ;;
5795
5796 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5797 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5798   # Find out which ABI we are using.
5799   echo 'int i;' > conftest.$ac_ext
5800   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5801   (eval $ac_compile) 2>&5
5802   ac_status=$?
5803   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5804   test $ac_status = 0; }; then
5805     case `/usr/bin/file conftest.o` in
5806       *32-bit*)
5807         case $host in
5808           x86_64-*kfreebsd*-gnu)
5809             LD="${LD-ld} -m elf_i386_fbsd"
5810             ;;
5811           x86_64-*linux*)
5812             LD="${LD-ld} -m elf_i386"
5813             ;;
5814           ppc64-*linux*|powerpc64-*linux*)
5815             LD="${LD-ld} -m elf32ppclinux"
5816             ;;
5817           s390x-*linux*)
5818             LD="${LD-ld} -m elf_s390"
5819             ;;
5820           sparc64-*linux*)
5821             LD="${LD-ld} -m elf32_sparc"
5822             ;;
5823         esac
5824         ;;
5825       *64-bit*)
5826         case $host in
5827           x86_64-*kfreebsd*-gnu)
5828             LD="${LD-ld} -m elf_x86_64_fbsd"
5829             ;;
5830           x86_64-*linux*)
5831             LD="${LD-ld} -m elf_x86_64"
5832             ;;
5833           ppc*-*linux*|powerpc*-*linux*)
5834             LD="${LD-ld} -m elf64ppc"
5835             ;;
5836           s390*-*linux*|s390*-*tpf*)
5837             LD="${LD-ld} -m elf64_s390"
5838             ;;
5839           sparc*-*linux*)
5840             LD="${LD-ld} -m elf64_sparc"
5841             ;;
5842         esac
5843         ;;
5844     esac
5845   fi
5846   rm -rf conftest*
5847   ;;
5848
5849 *-*-sco3.2v5*)
5850   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5851   SAVE_CFLAGS="$CFLAGS"
5852   CFLAGS="$CFLAGS -belf"
5853   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5854 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5855 if test "${lt_cv_cc_needs_belf+set}" = set; then :
5856   $as_echo_n "(cached) " >&6
5857 else
5858   ac_ext=c
5859 ac_cpp='$CPP $CPPFLAGS'
5860 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5861 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5862 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5863
5864      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5865 /* end confdefs.h.  */
5866
5867 int
5868 main ()
5869 {
5870
5871   ;
5872   return 0;
5873 }
5874 _ACEOF
5875 if ac_fn_c_try_link "$LINENO"; then :
5876   lt_cv_cc_needs_belf=yes
5877 else
5878   lt_cv_cc_needs_belf=no
5879 fi
5880 rm -f core conftest.err conftest.$ac_objext \
5881     conftest$ac_exeext conftest.$ac_ext
5882      ac_ext=c
5883 ac_cpp='$CPP $CPPFLAGS'
5884 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5885 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5886 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5887
5888 fi
5889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5890 $as_echo "$lt_cv_cc_needs_belf" >&6; }
5891   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5892     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5893     CFLAGS="$SAVE_CFLAGS"
5894   fi
5895   ;;
5896 sparc*-*solaris*)
5897   # Find out which ABI we are using.
5898   echo 'int i;' > conftest.$ac_ext
5899   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5900   (eval $ac_compile) 2>&5
5901   ac_status=$?
5902   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5903   test $ac_status = 0; }; then
5904     case `/usr/bin/file conftest.o` in
5905     *64-bit*)
5906       case $lt_cv_prog_gnu_ld in
5907       yes*) LD="${LD-ld} -m elf64_sparc" ;;
5908       *)
5909         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5910           LD="${LD-ld} -64"
5911         fi
5912         ;;
5913       esac
5914       ;;
5915     esac
5916   fi
5917   rm -rf conftest*
5918   ;;
5919 esac
5920
5921 need_locks="$enable_libtool_lock"
5922
5923
5924   case $host_os in
5925     rhapsody* | darwin*)
5926     if test -n "$ac_tool_prefix"; then
5927   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5928 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5930 $as_echo_n "checking for $ac_word... " >&6; }
5931 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
5932   $as_echo_n "(cached) " >&6
5933 else
5934   if test -n "$DSYMUTIL"; then
5935   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5936 else
5937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5938 for as_dir in $PATH
5939 do
5940   IFS=$as_save_IFS
5941   test -z "$as_dir" && as_dir=.
5942     for ac_exec_ext in '' $ac_executable_extensions; do
5943   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5944     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5945     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5946     break 2
5947   fi
5948 done
5949   done
5950 IFS=$as_save_IFS
5951
5952 fi
5953 fi
5954 DSYMUTIL=$ac_cv_prog_DSYMUTIL
5955 if test -n "$DSYMUTIL"; then
5956   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5957 $as_echo "$DSYMUTIL" >&6; }
5958 else
5959   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5960 $as_echo "no" >&6; }
5961 fi
5962
5963
5964 fi
5965 if test -z "$ac_cv_prog_DSYMUTIL"; then
5966   ac_ct_DSYMUTIL=$DSYMUTIL
5967   # Extract the first word of "dsymutil", so it can be a program name with args.
5968 set dummy dsymutil; ac_word=$2
5969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5970 $as_echo_n "checking for $ac_word... " >&6; }
5971 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
5972   $as_echo_n "(cached) " >&6
5973 else
5974   if test -n "$ac_ct_DSYMUTIL"; then
5975   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5976 else
5977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5978 for as_dir in $PATH
5979 do
5980   IFS=$as_save_IFS
5981   test -z "$as_dir" && as_dir=.
5982     for ac_exec_ext in '' $ac_executable_extensions; do
5983   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5984     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5985     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5986     break 2
5987   fi
5988 done
5989   done
5990 IFS=$as_save_IFS
5991
5992 fi
5993 fi
5994 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5995 if test -n "$ac_ct_DSYMUTIL"; then
5996   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5997 $as_echo "$ac_ct_DSYMUTIL" >&6; }
5998 else
5999   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6000 $as_echo "no" >&6; }
6001 fi
6002
6003   if test "x$ac_ct_DSYMUTIL" = x; then
6004     DSYMUTIL=":"
6005   else
6006     case $cross_compiling:$ac_tool_warned in
6007 yes:)
6008 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6009 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6010 ac_tool_warned=yes ;;
6011 esac
6012     DSYMUTIL=$ac_ct_DSYMUTIL
6013   fi
6014 else
6015   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6016 fi
6017
6018     if test -n "$ac_tool_prefix"; then
6019   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6020 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6022 $as_echo_n "checking for $ac_word... " >&6; }
6023 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6024   $as_echo_n "(cached) " >&6
6025 else
6026   if test -n "$NMEDIT"; then
6027   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6028 else
6029 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6030 for as_dir in $PATH
6031 do
6032   IFS=$as_save_IFS
6033   test -z "$as_dir" && as_dir=.
6034     for ac_exec_ext in '' $ac_executable_extensions; do
6035   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6036     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6037     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6038     break 2
6039   fi
6040 done
6041   done
6042 IFS=$as_save_IFS
6043
6044 fi
6045 fi
6046 NMEDIT=$ac_cv_prog_NMEDIT
6047 if test -n "$NMEDIT"; then
6048   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6049 $as_echo "$NMEDIT" >&6; }
6050 else
6051   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6052 $as_echo "no" >&6; }
6053 fi
6054
6055
6056 fi
6057 if test -z "$ac_cv_prog_NMEDIT"; then
6058   ac_ct_NMEDIT=$NMEDIT
6059   # Extract the first word of "nmedit", so it can be a program name with args.
6060 set dummy nmedit; ac_word=$2
6061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6062 $as_echo_n "checking for $ac_word... " >&6; }
6063 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6064   $as_echo_n "(cached) " >&6
6065 else
6066   if test -n "$ac_ct_NMEDIT"; then
6067   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6068 else
6069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6070 for as_dir in $PATH
6071 do
6072   IFS=$as_save_IFS
6073   test -z "$as_dir" && as_dir=.
6074     for ac_exec_ext in '' $ac_executable_extensions; do
6075   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6076     ac_cv_prog_ac_ct_NMEDIT="nmedit"
6077     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6078     break 2
6079   fi
6080 done
6081   done
6082 IFS=$as_save_IFS
6083
6084 fi
6085 fi
6086 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6087 if test -n "$ac_ct_NMEDIT"; then
6088   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6089 $as_echo "$ac_ct_NMEDIT" >&6; }
6090 else
6091   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6092 $as_echo "no" >&6; }
6093 fi
6094
6095   if test "x$ac_ct_NMEDIT" = x; then
6096     NMEDIT=":"
6097   else
6098     case $cross_compiling:$ac_tool_warned in
6099 yes:)
6100 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6101 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6102 ac_tool_warned=yes ;;
6103 esac
6104     NMEDIT=$ac_ct_NMEDIT
6105   fi
6106 else
6107   NMEDIT="$ac_cv_prog_NMEDIT"
6108 fi
6109
6110     if test -n "$ac_tool_prefix"; then
6111   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6112 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6114 $as_echo_n "checking for $ac_word... " >&6; }
6115 if test "${ac_cv_prog_LIPO+set}" = set; then :
6116   $as_echo_n "(cached) " >&6
6117 else
6118   if test -n "$LIPO"; then
6119   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6120 else
6121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6122 for as_dir in $PATH
6123 do
6124   IFS=$as_save_IFS
6125   test -z "$as_dir" && as_dir=.
6126     for ac_exec_ext in '' $ac_executable_extensions; do
6127   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6128     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6129     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6130     break 2
6131   fi
6132 done
6133   done
6134 IFS=$as_save_IFS
6135
6136 fi
6137 fi
6138 LIPO=$ac_cv_prog_LIPO
6139 if test -n "$LIPO"; then
6140   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6141 $as_echo "$LIPO" >&6; }
6142 else
6143   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6144 $as_echo "no" >&6; }
6145 fi
6146
6147
6148 fi
6149 if test -z "$ac_cv_prog_LIPO"; then
6150   ac_ct_LIPO=$LIPO
6151   # Extract the first word of "lipo", so it can be a program name with args.
6152 set dummy lipo; ac_word=$2
6153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6154 $as_echo_n "checking for $ac_word... " >&6; }
6155 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6156   $as_echo_n "(cached) " >&6
6157 else
6158   if test -n "$ac_ct_LIPO"; then
6159   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6160 else
6161 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6162 for as_dir in $PATH
6163 do
6164   IFS=$as_save_IFS
6165   test -z "$as_dir" && as_dir=.
6166     for ac_exec_ext in '' $ac_executable_extensions; do
6167   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6168     ac_cv_prog_ac_ct_LIPO="lipo"
6169     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6170     break 2
6171   fi
6172 done
6173   done
6174 IFS=$as_save_IFS
6175
6176 fi
6177 fi
6178 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6179 if test -n "$ac_ct_LIPO"; then
6180   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6181 $as_echo "$ac_ct_LIPO" >&6; }
6182 else
6183   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6184 $as_echo "no" >&6; }
6185 fi
6186
6187   if test "x$ac_ct_LIPO" = x; then
6188     LIPO=":"
6189   else
6190     case $cross_compiling:$ac_tool_warned in
6191 yes:)
6192 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6193 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6194 ac_tool_warned=yes ;;
6195 esac
6196     LIPO=$ac_ct_LIPO
6197   fi
6198 else
6199   LIPO="$ac_cv_prog_LIPO"
6200 fi
6201
6202     if test -n "$ac_tool_prefix"; then
6203   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6204 set dummy ${ac_tool_prefix}otool; ac_word=$2
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6206 $as_echo_n "checking for $ac_word... " >&6; }
6207 if test "${ac_cv_prog_OTOOL+set}" = set; then :
6208   $as_echo_n "(cached) " >&6
6209 else
6210   if test -n "$OTOOL"; then
6211   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6212 else
6213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6214 for as_dir in $PATH
6215 do
6216   IFS=$as_save_IFS
6217   test -z "$as_dir" && as_dir=.
6218     for ac_exec_ext in '' $ac_executable_extensions; do
6219   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6220     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6221     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6222     break 2
6223   fi
6224 done
6225   done
6226 IFS=$as_save_IFS
6227
6228 fi
6229 fi
6230 OTOOL=$ac_cv_prog_OTOOL
6231 if test -n "$OTOOL"; then
6232   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6233 $as_echo "$OTOOL" >&6; }
6234 else
6235   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6236 $as_echo "no" >&6; }
6237 fi
6238
6239
6240 fi
6241 if test -z "$ac_cv_prog_OTOOL"; then
6242   ac_ct_OTOOL=$OTOOL
6243   # Extract the first word of "otool", so it can be a program name with args.
6244 set dummy otool; ac_word=$2
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6246 $as_echo_n "checking for $ac_word... " >&6; }
6247 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6248   $as_echo_n "(cached) " >&6
6249 else
6250   if test -n "$ac_ct_OTOOL"; then
6251   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6252 else
6253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6254 for as_dir in $PATH
6255 do
6256   IFS=$as_save_IFS
6257   test -z "$as_dir" && as_dir=.
6258     for ac_exec_ext in '' $ac_executable_extensions; do
6259   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6260     ac_cv_prog_ac_ct_OTOOL="otool"
6261     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6262     break 2
6263   fi
6264 done
6265   done
6266 IFS=$as_save_IFS
6267
6268 fi
6269 fi
6270 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6271 if test -n "$ac_ct_OTOOL"; then
6272   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6273 $as_echo "$ac_ct_OTOOL" >&6; }
6274 else
6275   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6276 $as_echo "no" >&6; }
6277 fi
6278
6279   if test "x$ac_ct_OTOOL" = x; then
6280     OTOOL=":"
6281   else
6282     case $cross_compiling:$ac_tool_warned in
6283 yes:)
6284 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6285 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6286 ac_tool_warned=yes ;;
6287 esac
6288     OTOOL=$ac_ct_OTOOL
6289   fi
6290 else
6291   OTOOL="$ac_cv_prog_OTOOL"
6292 fi
6293
6294     if test -n "$ac_tool_prefix"; then
6295   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6296 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6298 $as_echo_n "checking for $ac_word... " >&6; }
6299 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6300   $as_echo_n "(cached) " >&6
6301 else
6302   if test -n "$OTOOL64"; then
6303   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6304 else
6305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6306 for as_dir in $PATH
6307 do
6308   IFS=$as_save_IFS
6309   test -z "$as_dir" && as_dir=.
6310     for ac_exec_ext in '' $ac_executable_extensions; do
6311   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6312     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6313     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6314     break 2
6315   fi
6316 done
6317   done
6318 IFS=$as_save_IFS
6319
6320 fi
6321 fi
6322 OTOOL64=$ac_cv_prog_OTOOL64
6323 if test -n "$OTOOL64"; then
6324   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6325 $as_echo "$OTOOL64" >&6; }
6326 else
6327   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6328 $as_echo "no" >&6; }
6329 fi
6330
6331
6332 fi
6333 if test -z "$ac_cv_prog_OTOOL64"; then
6334   ac_ct_OTOOL64=$OTOOL64
6335   # Extract the first word of "otool64", so it can be a program name with args.
6336 set dummy otool64; ac_word=$2
6337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6338 $as_echo_n "checking for $ac_word... " >&6; }
6339 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6340   $as_echo_n "(cached) " >&6
6341 else
6342   if test -n "$ac_ct_OTOOL64"; then
6343   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6344 else
6345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6346 for as_dir in $PATH
6347 do
6348   IFS=$as_save_IFS
6349   test -z "$as_dir" && as_dir=.
6350     for ac_exec_ext in '' $ac_executable_extensions; do
6351   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6352     ac_cv_prog_ac_ct_OTOOL64="otool64"
6353     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6354     break 2
6355   fi
6356 done
6357   done
6358 IFS=$as_save_IFS
6359
6360 fi
6361 fi
6362 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6363 if test -n "$ac_ct_OTOOL64"; then
6364   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6365 $as_echo "$ac_ct_OTOOL64" >&6; }
6366 else
6367   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6368 $as_echo "no" >&6; }
6369 fi
6370
6371   if test "x$ac_ct_OTOOL64" = x; then
6372     OTOOL64=":"
6373   else
6374     case $cross_compiling:$ac_tool_warned in
6375 yes:)
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6377 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6378 ac_tool_warned=yes ;;
6379 esac
6380     OTOOL64=$ac_ct_OTOOL64
6381   fi
6382 else
6383   OTOOL64="$ac_cv_prog_OTOOL64"
6384 fi
6385
6386
6387
6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6413 $as_echo_n "checking for -single_module linker flag... " >&6; }
6414 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6415   $as_echo_n "(cached) " >&6
6416 else
6417   lt_cv_apple_cc_single_mod=no
6418       if test -z "${LT_MULTI_MODULE}"; then
6419         # By default we will add the -single_module flag. You can override
6420         # by either setting the environment variable LT_MULTI_MODULE
6421         # non-empty at configure time, or by adding -multi_module to the
6422         # link flags.
6423         rm -rf libconftest.dylib*
6424         echo "int foo(void){return 1;}" > conftest.c
6425         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6426 -dynamiclib -Wl,-single_module conftest.c" >&5
6427         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6428           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6429         _lt_result=$?
6430         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6431           lt_cv_apple_cc_single_mod=yes
6432         else
6433           cat conftest.err >&5
6434         fi
6435         rm -rf libconftest.dylib*
6436         rm -f conftest.*
6437       fi
6438 fi
6439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6440 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6441     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6442 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6443 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6444   $as_echo_n "(cached) " >&6
6445 else
6446   lt_cv_ld_exported_symbols_list=no
6447       save_LDFLAGS=$LDFLAGS
6448       echo "_main" > conftest.sym
6449       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6450       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6451 /* end confdefs.h.  */
6452
6453 int
6454 main ()
6455 {
6456
6457   ;
6458   return 0;
6459 }
6460 _ACEOF
6461 if ac_fn_c_try_link "$LINENO"; then :
6462   lt_cv_ld_exported_symbols_list=yes
6463 else
6464   lt_cv_ld_exported_symbols_list=no
6465 fi
6466 rm -f core conftest.err conftest.$ac_objext \
6467     conftest$ac_exeext conftest.$ac_ext
6468         LDFLAGS="$save_LDFLAGS"
6469
6470 fi
6471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6472 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6473     case $host_os in
6474     rhapsody* | darwin1.[012])
6475       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6476     darwin1.*)
6477       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6478     darwin*) # darwin 5.x on
6479       # if running on 10.5 or later, the deployment target defaults
6480       # to the OS version, if on x86, and 10.4, the deployment
6481       # target defaults to 10.4. Don't you love it?
6482       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6483         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6484           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6485         10.[012]*)
6486           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6487         10.*)
6488           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6489       esac
6490     ;;
6491   esac
6492     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6493       _lt_dar_single_mod='$single_module'
6494     fi
6495     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6496       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6497     else
6498       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6499     fi
6500     if test "$DSYMUTIL" != ":"; then
6501       _lt_dsymutil='~$DSYMUTIL $lib || :'
6502     else
6503       _lt_dsymutil=
6504     fi
6505     ;;
6506   esac
6507
6508 ac_ext=c
6509 ac_cpp='$CPP $CPPFLAGS'
6510 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6511 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6512 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6514 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6515 # On Suns, sometimes $CPP names a directory.
6516 if test -n "$CPP" && test -d "$CPP"; then
6517   CPP=
6518 fi
6519 if test -z "$CPP"; then
6520   if test "${ac_cv_prog_CPP+set}" = set; then :
6521   $as_echo_n "(cached) " >&6
6522 else
6523       # Double quotes because CPP needs to be expanded
6524     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6525     do
6526       ac_preproc_ok=false
6527 for ac_c_preproc_warn_flag in '' yes
6528 do
6529   # Use a header file that comes with gcc, so configuring glibc
6530   # with a fresh cross-compiler works.
6531   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6532   # <limits.h> exists even on freestanding compilers.
6533   # On the NeXT, cc -E runs the code through the compiler's parser,
6534   # not just through cpp. "Syntax error" is here to catch this case.
6535   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6536 /* end confdefs.h.  */
6537 #ifdef __STDC__
6538 # include <limits.h>
6539 #else
6540 # include <assert.h>
6541 #endif
6542                      Syntax error
6543 _ACEOF
6544 if ac_fn_c_try_cpp "$LINENO"; then :
6545
6546 else
6547   # Broken: fails on valid input.
6548 continue
6549 fi
6550 rm -f conftest.err conftest.i conftest.$ac_ext
6551
6552   # OK, works on sane cases.  Now check whether nonexistent headers
6553   # can be detected and how.
6554   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6555 /* end confdefs.h.  */
6556 #include <ac_nonexistent.h>
6557 _ACEOF
6558 if ac_fn_c_try_cpp "$LINENO"; then :
6559   # Broken: success on invalid input.
6560 continue
6561 else
6562   # Passes both tests.
6563 ac_preproc_ok=:
6564 break
6565 fi
6566 rm -f conftest.err conftest.i conftest.$ac_ext
6567
6568 done
6569 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6570 rm -f conftest.i conftest.err conftest.$ac_ext
6571 if $ac_preproc_ok; then :
6572   break
6573 fi
6574
6575     done
6576     ac_cv_prog_CPP=$CPP
6577
6578 fi
6579   CPP=$ac_cv_prog_CPP
6580 else
6581   ac_cv_prog_CPP=$CPP
6582 fi
6583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6584 $as_echo "$CPP" >&6; }
6585 ac_preproc_ok=false
6586 for ac_c_preproc_warn_flag in '' yes
6587 do
6588   # Use a header file that comes with gcc, so configuring glibc
6589   # with a fresh cross-compiler works.
6590   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6591   # <limits.h> exists even on freestanding compilers.
6592   # On the NeXT, cc -E runs the code through the compiler's parser,
6593   # not just through cpp. "Syntax error" is here to catch this case.
6594   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6595 /* end confdefs.h.  */
6596 #ifdef __STDC__
6597 # include <limits.h>
6598 #else
6599 # include <assert.h>
6600 #endif
6601                      Syntax error
6602 _ACEOF
6603 if ac_fn_c_try_cpp "$LINENO"; then :
6604
6605 else
6606   # Broken: fails on valid input.
6607 continue
6608 fi
6609 rm -f conftest.err conftest.i conftest.$ac_ext
6610
6611   # OK, works on sane cases.  Now check whether nonexistent headers
6612   # can be detected and how.
6613   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6614 /* end confdefs.h.  */
6615 #include <ac_nonexistent.h>
6616 _ACEOF
6617 if ac_fn_c_try_cpp "$LINENO"; then :
6618   # Broken: success on invalid input.
6619 continue
6620 else
6621   # Passes both tests.
6622 ac_preproc_ok=:
6623 break
6624 fi
6625 rm -f conftest.err conftest.i conftest.$ac_ext
6626
6627 done
6628 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6629 rm -f conftest.i conftest.err conftest.$ac_ext
6630 if $ac_preproc_ok; then :
6631
6632 else
6633   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6634 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6635 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6636 See \`config.log' for more details" "$LINENO" 5 ; }
6637 fi
6638
6639 ac_ext=c
6640 ac_cpp='$CPP $CPPFLAGS'
6641 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6642 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6643 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6644
6645
6646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6647 $as_echo_n "checking for ANSI C header files... " >&6; }
6648 if test "${ac_cv_header_stdc+set}" = set; then :
6649   $as_echo_n "(cached) " >&6
6650 else
6651   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6652 /* end confdefs.h.  */
6653 #include <stdlib.h>
6654 #include <stdarg.h>
6655 #include <string.h>
6656 #include <float.h>
6657
6658 int
6659 main ()
6660 {
6661
6662   ;
6663   return 0;
6664 }
6665 _ACEOF
6666 if ac_fn_c_try_compile "$LINENO"; then :
6667   ac_cv_header_stdc=yes
6668 else
6669   ac_cv_header_stdc=no
6670 fi
6671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6672
6673 if test $ac_cv_header_stdc = yes; then
6674   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6675   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6676 /* end confdefs.h.  */
6677 #include <string.h>
6678
6679 _ACEOF
6680 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6681   $EGREP "memchr" >/dev/null 2>&1; then :
6682
6683 else
6684   ac_cv_header_stdc=no
6685 fi
6686 rm -f conftest*
6687
6688 fi
6689
6690 if test $ac_cv_header_stdc = yes; then
6691   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6692   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6693 /* end confdefs.h.  */
6694 #include <stdlib.h>
6695
6696 _ACEOF
6697 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6698   $EGREP "free" >/dev/null 2>&1; then :
6699
6700 else
6701   ac_cv_header_stdc=no
6702 fi
6703 rm -f conftest*
6704
6705 fi
6706
6707 if test $ac_cv_header_stdc = yes; then
6708   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6709   if test "$cross_compiling" = yes; then :
6710   :
6711 else
6712   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6713 /* end confdefs.h.  */
6714 #include <ctype.h>
6715 #include <stdlib.h>
6716 #if ((' ' & 0x0FF) == 0x020)
6717 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6718 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6719 #else
6720 # define ISLOWER(c) \
6721                    (('a' <= (c) && (c) <= 'i') \
6722                      || ('j' <= (c) && (c) <= 'r') \
6723                      || ('s' <= (c) && (c) <= 'z'))
6724 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6725 #endif
6726
6727 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6728 int
6729 main ()
6730 {
6731   int i;
6732   for (i = 0; i < 256; i++)
6733     if (XOR (islower (i), ISLOWER (i))
6734         || toupper (i) != TOUPPER (i))
6735       return 2;
6736   return 0;
6737 }
6738 _ACEOF
6739 if ac_fn_c_try_run "$LINENO"; then :
6740
6741 else
6742   ac_cv_header_stdc=no
6743 fi
6744 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6745   conftest.$ac_objext conftest.beam conftest.$ac_ext
6746 fi
6747
6748 fi
6749 fi
6750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6751 $as_echo "$ac_cv_header_stdc" >&6; }
6752 if test $ac_cv_header_stdc = yes; then
6753
6754 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6755
6756 fi
6757
6758 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6759 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6760                   inttypes.h stdint.h unistd.h
6761 do :
6762   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6763 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6764 "
6765 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6766   cat >>confdefs.h <<_ACEOF
6767 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6768 _ACEOF
6769
6770 fi
6771
6772 done
6773
6774
6775 for ac_header in dlfcn.h
6776 do :
6777   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6778 "
6779 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6780   cat >>confdefs.h <<_ACEOF
6781 #define HAVE_DLFCN_H 1
6782 _ACEOF
6783
6784 fi
6785
6786 done
6787
6788
6789
6790 # Set options
6791
6792
6793
6794         enable_dlopen=no
6795
6796
6797   enable_win32_dll=no
6798
6799
6800             # Check whether --enable-shared was given.
6801 if test "${enable_shared+set}" = set; then :
6802   enableval=$enable_shared; p=${PACKAGE-default}
6803     case $enableval in
6804     yes) enable_shared=yes ;;
6805     no) enable_shared=no ;;
6806     *)
6807       enable_shared=no
6808       # Look at the argument we got.  We use all the common list separators.
6809       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6810       for pkg in $enableval; do
6811         IFS="$lt_save_ifs"
6812         if test "X$pkg" = "X$p"; then
6813           enable_shared=yes
6814         fi
6815       done
6816       IFS="$lt_save_ifs"
6817       ;;
6818     esac
6819 else
6820   enable_shared=yes
6821 fi
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831   # Check whether --enable-static was given.
6832 if test "${enable_static+set}" = set; then :
6833   enableval=$enable_static; p=${PACKAGE-default}
6834     case $enableval in
6835     yes) enable_static=yes ;;
6836     no) enable_static=no ;;
6837     *)
6838      enable_static=no
6839       # Look at the argument we got.  We use all the common list separators.
6840       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6841       for pkg in $enableval; do
6842         IFS="$lt_save_ifs"
6843         if test "X$pkg" = "X$p"; then
6844           enable_static=yes
6845         fi
6846       done
6847       IFS="$lt_save_ifs"
6848       ;;
6849     esac
6850 else
6851   enable_static=yes
6852 fi
6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
6863 # Check whether --with-pic was given.
6864 if test "${with_pic+set}" = set; then :
6865   withval=$with_pic; pic_mode="$withval"
6866 else
6867   pic_mode=default
6868 fi
6869
6870
6871 test -z "$pic_mode" && pic_mode=default
6872
6873
6874
6875
6876
6877
6878
6879   # Check whether --enable-fast-install was given.
6880 if test "${enable_fast_install+set}" = set; then :
6881   enableval=$enable_fast_install; p=${PACKAGE-default}
6882     case $enableval in
6883     yes) enable_fast_install=yes ;;
6884     no) enable_fast_install=no ;;
6885     *)
6886       enable_fast_install=no
6887       # Look at the argument we got.  We use all the common list separators.
6888       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6889       for pkg in $enableval; do
6890         IFS="$lt_save_ifs"
6891         if test "X$pkg" = "X$p"; then
6892           enable_fast_install=yes
6893         fi
6894       done
6895       IFS="$lt_save_ifs"
6896       ;;
6897     esac
6898 else
6899   enable_fast_install=yes
6900 fi
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912 # This can be used to rebuild libtool when needed
6913 LIBTOOL_DEPS="$ltmain"
6914
6915 # Always use our own libtool.
6916 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
6917
6918
6919
6920
6921
6922
6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
6941
6942 test -z "$LN_S" && LN_S="ln -s"
6943
6944
6945
6946
6947
6948
6949
6950
6951
6952
6953
6954
6955
6956
6957 if test -n "${ZSH_VERSION+set}" ; then
6958    setopt NO_GLOB_SUBST
6959 fi
6960
6961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
6962 $as_echo_n "checking for objdir... " >&6; }
6963 if test "${lt_cv_objdir+set}" = set; then :
6964   $as_echo_n "(cached) " >&6
6965 else
6966   rm -f .libs 2>/dev/null
6967 mkdir .libs 2>/dev/null
6968 if test -d .libs; then
6969   lt_cv_objdir=.libs
6970 else
6971   # MS-DOS does not allow filenames that begin with a dot.
6972   lt_cv_objdir=_libs
6973 fi
6974 rmdir .libs 2>/dev/null
6975 fi
6976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
6977 $as_echo "$lt_cv_objdir" >&6; }
6978 objdir=$lt_cv_objdir
6979
6980
6981
6982
6983
6984 cat >>confdefs.h <<_ACEOF
6985 #define LT_OBJDIR "$lt_cv_objdir/"
6986 _ACEOF
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004 case $host_os in
7005 aix3*)
7006   # AIX sometimes has problems with the GCC collect2 program.  For some
7007   # reason, if we set the COLLECT_NAMES environment variable, the problems
7008   # vanish in a puff of smoke.
7009   if test "X${COLLECT_NAMES+set}" != Xset; then
7010     COLLECT_NAMES=
7011     export COLLECT_NAMES
7012   fi
7013   ;;
7014 esac
7015
7016 # Sed substitution that helps us do robust quoting.  It backslashifies
7017 # metacharacters that are still active within double-quoted strings.
7018 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7019
7020 # Same as above, but do not quote variable references.
7021 double_quote_subst='s/\(["`\\]\)/\\\1/g'
7022
7023 # Sed substitution to delay expansion of an escaped shell variable in a
7024 # double_quote_subst'ed string.
7025 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7026
7027 # Sed substitution to delay expansion of an escaped single quote.
7028 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7029
7030 # Sed substitution to avoid accidental globbing in evaled expressions
7031 no_glob_subst='s/\*/\\\*/g'
7032
7033 # Global variables:
7034 ofile=libtool
7035 can_build_shared=yes
7036
7037 # All known linkers require a `.a' archive for static linking (except MSVC,
7038 # which needs '.lib').
7039 libext=a
7040
7041 with_gnu_ld="$lt_cv_prog_gnu_ld"
7042
7043 old_CC="$CC"
7044 old_CFLAGS="$CFLAGS"
7045
7046 # Set sane defaults for various variables
7047 test -z "$CC" && CC=cc
7048 test -z "$LTCC" && LTCC=$CC
7049 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7050 test -z "$LD" && LD=ld
7051 test -z "$ac_objext" && ac_objext=o
7052
7053 for cc_temp in $compiler""; do
7054   case $cc_temp in
7055     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7056     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7057     \-*) ;;
7058     *) break;;
7059   esac
7060 done
7061 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7062
7063
7064 # Only perform the check for file, if the check method requires it
7065 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7066 case $deplibs_check_method in
7067 file_magic*)
7068   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7069     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7070 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7071 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7072   $as_echo_n "(cached) " >&6
7073 else
7074   case $MAGIC_CMD in
7075 [\\/*] |  ?:[\\/]*)
7076   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7077   ;;
7078 *)
7079   lt_save_MAGIC_CMD="$MAGIC_CMD"
7080   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7081   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7082   for ac_dir in $ac_dummy; do
7083     IFS="$lt_save_ifs"
7084     test -z "$ac_dir" && ac_dir=.
7085     if test -f $ac_dir/${ac_tool_prefix}file; then
7086       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7087       if test -n "$file_magic_test_file"; then
7088         case $deplibs_check_method in
7089         "file_magic "*)
7090           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7091           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7092           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7093             $EGREP "$file_magic_regex" > /dev/null; then
7094             :
7095           else
7096             cat <<_LT_EOF 1>&2
7097
7098 *** Warning: the command libtool uses to detect shared libraries,
7099 *** $file_magic_cmd, produces output that libtool cannot recognize.
7100 *** The result is that libtool may fail to recognize shared libraries
7101 *** as such.  This will affect the creation of libtool libraries that
7102 *** depend on shared libraries, but programs linked with such libtool
7103 *** libraries will work regardless of this problem.  Nevertheless, you
7104 *** may want to report the problem to your system manager and/or to
7105 *** bug-libtool@gnu.org
7106
7107 _LT_EOF
7108           fi ;;
7109         esac
7110       fi
7111       break
7112     fi
7113   done
7114   IFS="$lt_save_ifs"
7115   MAGIC_CMD="$lt_save_MAGIC_CMD"
7116   ;;
7117 esac
7118 fi
7119
7120 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7121 if test -n "$MAGIC_CMD"; then
7122   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7123 $as_echo "$MAGIC_CMD" >&6; }
7124 else
7125   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7126 $as_echo "no" >&6; }
7127 fi
7128
7129
7130
7131
7132
7133 if test -z "$lt_cv_path_MAGIC_CMD"; then
7134   if test -n "$ac_tool_prefix"; then
7135     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7136 $as_echo_n "checking for file... " >&6; }
7137 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7138   $as_echo_n "(cached) " >&6
7139 else
7140   case $MAGIC_CMD in
7141 [\\/*] |  ?:[\\/]*)
7142   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7143   ;;
7144 *)
7145   lt_save_MAGIC_CMD="$MAGIC_CMD"
7146   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7147   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7148   for ac_dir in $ac_dummy; do
7149     IFS="$lt_save_ifs"
7150     test -z "$ac_dir" && ac_dir=.
7151     if test -f $ac_dir/file; then
7152       lt_cv_path_MAGIC_CMD="$ac_dir/file"
7153       if test -n "$file_magic_test_file"; then
7154         case $deplibs_check_method in
7155         "file_magic "*)
7156           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7157           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7158           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7159             $EGREP "$file_magic_regex" > /dev/null; then
7160             :
7161           else
7162             cat <<_LT_EOF 1>&2
7163
7164 *** Warning: the command libtool uses to detect shared libraries,
7165 *** $file_magic_cmd, produces output that libtool cannot recognize.
7166 *** The result is that libtool may fail to recognize shared libraries
7167 *** as such.  This will affect the creation of libtool libraries that
7168 *** depend on shared libraries, but programs linked with such libtool
7169 *** libraries will work regardless of this problem.  Nevertheless, you
7170 *** may want to report the problem to your system manager and/or to
7171 *** bug-libtool@gnu.org
7172
7173 _LT_EOF
7174           fi ;;
7175         esac
7176       fi
7177       break
7178     fi
7179   done
7180   IFS="$lt_save_ifs"
7181   MAGIC_CMD="$lt_save_MAGIC_CMD"
7182   ;;
7183 esac
7184 fi
7185
7186 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7187 if test -n "$MAGIC_CMD"; then
7188   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7189 $as_echo "$MAGIC_CMD" >&6; }
7190 else
7191   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7192 $as_echo "no" >&6; }
7193 fi
7194
7195
7196   else
7197     MAGIC_CMD=:
7198   fi
7199 fi
7200
7201   fi
7202   ;;
7203 esac
7204
7205 # Use C for the default configuration in the libtool script
7206
7207 lt_save_CC="$CC"
7208 ac_ext=c
7209 ac_cpp='$CPP $CPPFLAGS'
7210 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7211 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7212 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7213
7214
7215 # Source file extension for C test sources.
7216 ac_ext=c
7217
7218 # Object file extension for compiled C test sources.
7219 objext=o
7220 objext=$objext
7221
7222 # Code to be used in simple compile tests
7223 lt_simple_compile_test_code="int some_variable = 0;"
7224
7225 # Code to be used in simple link tests
7226 lt_simple_link_test_code='int main(){return(0);}'
7227
7228
7229
7230
7231
7232
7233
7234 # If no C compiler was specified, use CC.
7235 LTCC=${LTCC-"$CC"}
7236
7237 # If no C compiler flags were specified, use CFLAGS.
7238 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7239
7240 # Allow CC to be a program name with arguments.
7241 compiler=$CC
7242
7243 # Save the default compiler, since it gets overwritten when the other
7244 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7245 compiler_DEFAULT=$CC
7246
7247 # save warnings/boilerplate of simple test code
7248 ac_outfile=conftest.$ac_objext
7249 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7250 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7251 _lt_compiler_boilerplate=`cat conftest.err`
7252 $RM conftest*
7253
7254 ac_outfile=conftest.$ac_objext
7255 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7256 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7257 _lt_linker_boilerplate=`cat conftest.err`
7258 $RM -r conftest*
7259
7260
7261 if test -n "$compiler"; then
7262
7263 lt_prog_compiler_no_builtin_flag=
7264
7265 if test "$GCC" = yes; then
7266   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7267
7268   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7269 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7270 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7271   $as_echo_n "(cached) " >&6
7272 else
7273   lt_cv_prog_compiler_rtti_exceptions=no
7274    ac_outfile=conftest.$ac_objext
7275    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7276    lt_compiler_flag="-fno-rtti -fno-exceptions"
7277    # Insert the option either (1) after the last *FLAGS variable, or
7278    # (2) before a word containing "conftest.", or (3) at the end.
7279    # Note that $ac_compile itself does not contain backslashes and begins
7280    # with a dollar sign (not a hyphen), so the echo should work correctly.
7281    # The option is referenced via a variable to avoid confusing sed.
7282    lt_compile=`echo "$ac_compile" | $SED \
7283    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7284    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7285    -e 's:$: $lt_compiler_flag:'`
7286    (eval echo "\"\$as_me:7286: $lt_compile\"" >&5)
7287    (eval "$lt_compile" 2>conftest.err)
7288    ac_status=$?
7289    cat conftest.err >&5
7290    echo "$as_me:7290: \$? = $ac_status" >&5
7291    if (exit $ac_status) && test -s "$ac_outfile"; then
7292      # The compiler can only warn and ignore the option if not recognized
7293      # So say no if there are warnings other than the usual output.
7294      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7295      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7296      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7297        lt_cv_prog_compiler_rtti_exceptions=yes
7298      fi
7299    fi
7300    $RM conftest*
7301
7302 fi
7303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7304 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7305
7306 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7307     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7308 else
7309     :
7310 fi
7311
7312 fi
7313
7314
7315
7316
7317
7318
7319   lt_prog_compiler_wl=
7320 lt_prog_compiler_pic=
7321 lt_prog_compiler_static=
7322
7323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7324 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7325
7326   if test "$GCC" = yes; then
7327     lt_prog_compiler_wl='-Wl,'
7328     lt_prog_compiler_static='-static'
7329
7330     case $host_os in
7331       aix*)
7332       # All AIX code is PIC.
7333       if test "$host_cpu" = ia64; then
7334         # AIX 5 now supports IA64 processor
7335         lt_prog_compiler_static='-Bstatic'
7336       fi
7337       ;;
7338
7339     amigaos*)
7340       case $host_cpu in
7341       powerpc)
7342             # see comment about AmigaOS4 .so support
7343             lt_prog_compiler_pic='-fPIC'
7344         ;;
7345       m68k)
7346             # FIXME: we need at least 68020 code to build shared libraries, but
7347             # adding the `-m68020' flag to GCC prevents building anything better,
7348             # like `-m68040'.
7349             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7350         ;;
7351       esac
7352       ;;
7353
7354     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7355       # PIC is the default for these OSes.
7356       ;;
7357
7358     mingw* | cygwin* | pw32* | os2* | cegcc*)
7359       # This hack is so that the source file can tell whether it is being
7360       # built for inclusion in a dll (and should export symbols for example).
7361       # Although the cygwin gcc ignores -fPIC, still need this for old-style
7362       # (--disable-auto-import) libraries
7363       lt_prog_compiler_pic='-DDLL_EXPORT'
7364       ;;
7365
7366     darwin* | rhapsody*)
7367       # PIC is the default on this platform
7368       # Common symbols not allowed in MH_DYLIB files
7369       lt_prog_compiler_pic='-fno-common'
7370       ;;
7371
7372     hpux*)
7373       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7374       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
7375       # sets the default TLS model and affects inlining.
7376       case $host_cpu in
7377       hppa*64*)
7378         # +Z the default
7379         ;;
7380       *)
7381         lt_prog_compiler_pic='-fPIC'
7382         ;;
7383       esac
7384       ;;
7385
7386     interix[3-9]*)
7387       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7388       # Instead, we relocate shared libraries at runtime.
7389       ;;
7390
7391     msdosdjgpp*)
7392       # Just because we use GCC doesn't mean we suddenly get shared libraries
7393       # on systems that don't support them.
7394       lt_prog_compiler_can_build_shared=no
7395       enable_shared=no
7396       ;;
7397
7398     *nto* | *qnx*)
7399       # QNX uses GNU C++, but need to define -shared option too, otherwise
7400       # it will coredump.
7401       lt_prog_compiler_pic='-fPIC -shared'
7402       ;;
7403
7404     sysv4*MP*)
7405       if test -d /usr/nec; then
7406         lt_prog_compiler_pic=-Kconform_pic
7407       fi
7408       ;;
7409
7410     *)
7411       lt_prog_compiler_pic='-fPIC'
7412       ;;
7413     esac
7414   else
7415     # PORTME Check for flag to pass linker flags through the system compiler.
7416     case $host_os in
7417     aix*)
7418       lt_prog_compiler_wl='-Wl,'
7419       if test "$host_cpu" = ia64; then
7420         # AIX 5 now supports IA64 processor
7421         lt_prog_compiler_static='-Bstatic'
7422       else
7423         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7424       fi
7425       ;;
7426
7427     mingw* | cygwin* | pw32* | os2* | cegcc*)
7428       # This hack is so that the source file can tell whether it is being
7429       # built for inclusion in a dll (and should export symbols for example).
7430       lt_prog_compiler_pic='-DDLL_EXPORT'
7431       ;;
7432
7433     hpux9* | hpux10* | hpux11*)
7434       lt_prog_compiler_wl='-Wl,'
7435       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7436       # not for PA HP-UX.
7437       case $host_cpu in
7438       hppa*64*|ia64*)
7439         # +Z the default
7440         ;;
7441       *)
7442         lt_prog_compiler_pic='+Z'
7443         ;;
7444       esac
7445       # Is there a better lt_prog_compiler_static that works with the bundled CC?
7446       lt_prog_compiler_static='${wl}-a ${wl}archive'
7447       ;;
7448
7449     irix5* | irix6* | nonstopux*)
7450       lt_prog_compiler_wl='-Wl,'
7451       # PIC (with -KPIC) is the default.
7452       lt_prog_compiler_static='-non_shared'
7453       ;;
7454
7455     linux* | k*bsd*-gnu | kopensolaris*-gnu)
7456       case $cc_basename in
7457       # old Intel for x86_64 which still supported -KPIC.
7458       ecc*)
7459         lt_prog_compiler_wl='-Wl,'
7460         lt_prog_compiler_pic='-KPIC'
7461         lt_prog_compiler_static='-static'
7462         ;;
7463       # icc used to be incompatible with GCC.
7464       # ICC 10 doesn't accept -KPIC any more.
7465       icc* | ifort*)
7466         lt_prog_compiler_wl='-Wl,'
7467         lt_prog_compiler_pic='-fPIC'
7468         lt_prog_compiler_static='-static'
7469         ;;
7470       # Lahey Fortran 8.1.
7471       lf95*)
7472         lt_prog_compiler_wl='-Wl,'
7473         lt_prog_compiler_pic='--shared'
7474         lt_prog_compiler_static='--static'
7475         ;;
7476       pgcc* | pgf77* | pgf90* | pgf95*)
7477         # Portland Group compilers (*not* the Pentium gcc compiler,
7478         # which looks to be a dead project)
7479         lt_prog_compiler_wl='-Wl,'
7480         lt_prog_compiler_pic='-fpic'
7481         lt_prog_compiler_static='-Bstatic'
7482         ;;
7483       ccc*)
7484         lt_prog_compiler_wl='-Wl,'
7485         # All Alpha code is PIC.
7486         lt_prog_compiler_static='-non_shared'
7487         ;;
7488       xl*)
7489         # IBM XL C 8.0/Fortran 10.1 on PPC
7490         lt_prog_compiler_wl='-Wl,'
7491         lt_prog_compiler_pic='-qpic'
7492         lt_prog_compiler_static='-qstaticlink'
7493         ;;
7494       *)
7495         case `$CC -V 2>&1 | sed 5q` in
7496         *Sun\ C*)
7497           # Sun C 5.9
7498           lt_prog_compiler_pic='-KPIC'
7499           lt_prog_compiler_static='-Bstatic'
7500           lt_prog_compiler_wl='-Wl,'
7501           ;;
7502         *Sun\ F*)
7503           # Sun Fortran 8.3 passes all unrecognized flags to the linker
7504           lt_prog_compiler_pic='-KPIC'
7505           lt_prog_compiler_static='-Bstatic'
7506           lt_prog_compiler_wl=''
7507           ;;
7508         esac
7509         ;;
7510       esac
7511       ;;
7512
7513     newsos6)
7514       lt_prog_compiler_pic='-KPIC'
7515       lt_prog_compiler_static='-Bstatic'
7516       ;;
7517
7518     *nto* | *qnx*)
7519       # QNX uses GNU C++, but need to define -shared option too, otherwise
7520       # it will coredump.
7521       lt_prog_compiler_pic='-fPIC -shared'
7522       ;;
7523
7524     osf3* | osf4* | osf5*)
7525       lt_prog_compiler_wl='-Wl,'
7526       # All OSF/1 code is PIC.
7527       lt_prog_compiler_static='-non_shared'
7528       ;;
7529
7530     rdos*)
7531       lt_prog_compiler_static='-non_shared'
7532       ;;
7533
7534     solaris*)
7535       lt_prog_compiler_pic='-KPIC'
7536       lt_prog_compiler_static='-Bstatic'
7537       case $cc_basename in
7538       f77* | f90* | f95*)
7539         lt_prog_compiler_wl='-Qoption ld ';;
7540       *)
7541         lt_prog_compiler_wl='-Wl,';;
7542       esac
7543       ;;
7544
7545     sunos4*)
7546       lt_prog_compiler_wl='-Qoption ld '
7547       lt_prog_compiler_pic='-PIC'
7548       lt_prog_compiler_static='-Bstatic'
7549       ;;
7550
7551     sysv4 | sysv4.2uw2* | sysv4.3*)
7552       lt_prog_compiler_wl='-Wl,'
7553       lt_prog_compiler_pic='-KPIC'
7554       lt_prog_compiler_static='-Bstatic'
7555       ;;
7556
7557     sysv4*MP*)
7558       if test -d /usr/nec ;then
7559         lt_prog_compiler_pic='-Kconform_pic'
7560         lt_prog_compiler_static='-Bstatic'
7561       fi
7562       ;;
7563
7564     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7565       lt_prog_compiler_wl='-Wl,'
7566       lt_prog_compiler_pic='-KPIC'
7567       lt_prog_compiler_static='-Bstatic'
7568       ;;
7569
7570     unicos*)
7571       lt_prog_compiler_wl='-Wl,'
7572       lt_prog_compiler_can_build_shared=no
7573       ;;
7574
7575     uts4*)
7576       lt_prog_compiler_pic='-pic'
7577       lt_prog_compiler_static='-Bstatic'
7578       ;;
7579
7580     *)
7581       lt_prog_compiler_can_build_shared=no
7582       ;;
7583     esac
7584   fi
7585
7586 case $host_os in
7587   # For platforms which do not support PIC, -DPIC is meaningless:
7588   *djgpp*)
7589     lt_prog_compiler_pic=
7590     ;;
7591   *)
7592     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7593     ;;
7594 esac
7595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7596 $as_echo "$lt_prog_compiler_pic" >&6; }
7597
7598
7599
7600
7601
7602
7603 #
7604 # Check to make sure the PIC flag actually works.
7605 #
7606 if test -n "$lt_prog_compiler_pic"; then
7607   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7608 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7609 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7610   $as_echo_n "(cached) " >&6
7611 else
7612   lt_cv_prog_compiler_pic_works=no
7613    ac_outfile=conftest.$ac_objext
7614    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7615    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7616    # Insert the option either (1) after the last *FLAGS variable, or
7617    # (2) before a word containing "conftest.", or (3) at the end.
7618    # Note that $ac_compile itself does not contain backslashes and begins
7619    # with a dollar sign (not a hyphen), so the echo should work correctly.
7620    # The option is referenced via a variable to avoid confusing sed.
7621    lt_compile=`echo "$ac_compile" | $SED \
7622    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7623    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7624    -e 's:$: $lt_compiler_flag:'`
7625    (eval echo "\"\$as_me:7625: $lt_compile\"" >&5)
7626    (eval "$lt_compile" 2>conftest.err)
7627    ac_status=$?
7628    cat conftest.err >&5
7629    echo "$as_me:7629: \$? = $ac_status" >&5
7630    if (exit $ac_status) && test -s "$ac_outfile"; then
7631      # The compiler can only warn and ignore the option if not recognized
7632      # So say no if there are warnings other than the usual output.
7633      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7634      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7635      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7636        lt_cv_prog_compiler_pic_works=yes
7637      fi
7638    fi
7639    $RM conftest*
7640
7641 fi
7642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7643 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7644
7645 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7646     case $lt_prog_compiler_pic in
7647      "" | " "*) ;;
7648      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7649      esac
7650 else
7651     lt_prog_compiler_pic=
7652      lt_prog_compiler_can_build_shared=no
7653 fi
7654
7655 fi
7656
7657
7658
7659
7660
7661
7662 #
7663 # Check to make sure the static flag actually works.
7664 #
7665 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7667 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7668 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7669   $as_echo_n "(cached) " >&6
7670 else
7671   lt_cv_prog_compiler_static_works=no
7672    save_LDFLAGS="$LDFLAGS"
7673    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7674    echo "$lt_simple_link_test_code" > conftest.$ac_ext
7675    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7676      # The linker can only warn and ignore the option if not recognized
7677      # So say no if there are warnings
7678      if test -s conftest.err; then
7679        # Append any errors to the config.log.
7680        cat conftest.err 1>&5
7681        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
7682        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7683        if diff conftest.exp conftest.er2 >/dev/null; then
7684          lt_cv_prog_compiler_static_works=yes
7685        fi
7686      else
7687        lt_cv_prog_compiler_static_works=yes
7688      fi
7689    fi
7690    $RM -r conftest*
7691    LDFLAGS="$save_LDFLAGS"
7692
7693 fi
7694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7695 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7696
7697 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7698     :
7699 else
7700     lt_prog_compiler_static=
7701 fi
7702
7703
7704
7705
7706
7707
7708
7709   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7710 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7711 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7712   $as_echo_n "(cached) " >&6
7713 else
7714   lt_cv_prog_compiler_c_o=no
7715    $RM -r conftest 2>/dev/null
7716    mkdir conftest
7717    cd conftest
7718    mkdir out
7719    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7720
7721    lt_compiler_flag="-o out/conftest2.$ac_objext"
7722    # Insert the option either (1) after the last *FLAGS variable, or
7723    # (2) before a word containing "conftest.", or (3) at the end.
7724    # Note that $ac_compile itself does not contain backslashes and begins
7725    # with a dollar sign (not a hyphen), so the echo should work correctly.
7726    lt_compile=`echo "$ac_compile" | $SED \
7727    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7728    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7729    -e 's:$: $lt_compiler_flag:'`
7730    (eval echo "\"\$as_me:7730: $lt_compile\"" >&5)
7731    (eval "$lt_compile" 2>out/conftest.err)
7732    ac_status=$?
7733    cat out/conftest.err >&5
7734    echo "$as_me:7734: \$? = $ac_status" >&5
7735    if (exit $ac_status) && test -s out/conftest2.$ac_objext
7736    then
7737      # The compiler can only warn and ignore the option if not recognized
7738      # So say no if there are warnings
7739      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7740      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7741      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7742        lt_cv_prog_compiler_c_o=yes
7743      fi
7744    fi
7745    chmod u+w . 2>&5
7746    $RM conftest*
7747    # SGI C++ compiler will create directory out/ii_files/ for
7748    # template instantiation
7749    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7750    $RM out/* && rmdir out
7751    cd ..
7752    $RM -r conftest
7753    $RM conftest*
7754
7755 fi
7756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7757 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7758
7759
7760
7761
7762
7763
7764   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7765 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7766 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7767   $as_echo_n "(cached) " >&6
7768 else
7769   lt_cv_prog_compiler_c_o=no
7770    $RM -r conftest 2>/dev/null
7771    mkdir conftest
7772    cd conftest
7773    mkdir out
7774    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7775
7776    lt_compiler_flag="-o out/conftest2.$ac_objext"
7777    # Insert the option either (1) after the last *FLAGS variable, or
7778    # (2) before a word containing "conftest.", or (3) at the end.
7779    # Note that $ac_compile itself does not contain backslashes and begins
7780    # with a dollar sign (not a hyphen), so the echo should work correctly.
7781    lt_compile=`echo "$ac_compile" | $SED \
7782    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7783    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7784    -e 's:$: $lt_compiler_flag:'`
7785    (eval echo "\"\$as_me:7785: $lt_compile\"" >&5)
7786    (eval "$lt_compile" 2>out/conftest.err)
7787    ac_status=$?
7788    cat out/conftest.err >&5
7789    echo "$as_me:7789: \$? = $ac_status" >&5
7790    if (exit $ac_status) && test -s out/conftest2.$ac_objext
7791    then
7792      # The compiler can only warn and ignore the option if not recognized
7793      # So say no if there are warnings
7794      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7795      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7796      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7797        lt_cv_prog_compiler_c_o=yes
7798      fi
7799    fi
7800    chmod u+w . 2>&5
7801    $RM conftest*
7802    # SGI C++ compiler will create directory out/ii_files/ for
7803    # template instantiation
7804    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7805    $RM out/* && rmdir out
7806    cd ..
7807    $RM -r conftest
7808    $RM conftest*
7809
7810 fi
7811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7812 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7813
7814
7815
7816
7817 hard_links="nottested"
7818 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7819   # do not overwrite the value of need_locks provided by the user
7820   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
7821 $as_echo_n "checking if we can lock with hard links... " >&6; }
7822   hard_links=yes
7823   $RM conftest*
7824   ln conftest.a conftest.b 2>/dev/null && hard_links=no
7825   touch conftest.a
7826   ln conftest.a conftest.b 2>&5 || hard_links=no
7827   ln conftest.a conftest.b 2>/dev/null && hard_links=no
7828   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
7829 $as_echo "$hard_links" >&6; }
7830   if test "$hard_links" = no; then
7831     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7832 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7833     need_locks=warn
7834   fi
7835 else
7836   need_locks=no
7837 fi
7838
7839
7840
7841
7842
7843
7844   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7845 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
7846
7847   runpath_var=
7848   allow_undefined_flag=
7849   always_export_symbols=no
7850   archive_cmds=
7851   archive_expsym_cmds=
7852   compiler_needs_object=no
7853   enable_shared_with_static_runtimes=no
7854   export_dynamic_flag_spec=
7855   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7856   hardcode_automatic=no
7857   hardcode_direct=no
7858   hardcode_direct_absolute=no
7859   hardcode_libdir_flag_spec=
7860   hardcode_libdir_flag_spec_ld=
7861   hardcode_libdir_separator=
7862   hardcode_minus_L=no
7863   hardcode_shlibpath_var=unsupported
7864   inherit_rpath=no
7865   link_all_deplibs=unknown
7866   module_cmds=
7867   module_expsym_cmds=
7868   old_archive_from_new_cmds=
7869   old_archive_from_expsyms_cmds=
7870   thread_safe_flag_spec=
7871   whole_archive_flag_spec=
7872   # include_expsyms should be a list of space-separated symbols to be *always*
7873   # included in the symbol list
7874   include_expsyms=
7875   # exclude_expsyms can be an extended regexp of symbols to exclude
7876   # it will be wrapped by ` (' and `)$', so one must not match beginning or
7877   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7878   # as well as any symbol that contains `d'.
7879   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
7880   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7881   # platforms (ab)use it in PIC code, but their linkers get confused if
7882   # the symbol is explicitly referenced.  Since portable code cannot
7883   # rely on this symbol name, it's probably fine to never include it in
7884   # preloaded symbol tables.
7885   # Exclude shared library initialization/finalization symbols.
7886   extract_expsyms_cmds=
7887
7888   case $host_os in
7889   cygwin* | mingw* | pw32* | cegcc*)
7890     # FIXME: the MSVC++ port hasn't been tested in a loooong time
7891     # When not using gcc, we currently assume that we are using
7892     # Microsoft Visual C++.
7893     if test "$GCC" != yes; then
7894       with_gnu_ld=no
7895     fi
7896     ;;
7897   interix*)
7898     # we just hope/assume this is gcc and not c89 (= MSVC++)
7899     with_gnu_ld=yes
7900     ;;
7901   openbsd*)
7902     with_gnu_ld=no
7903     ;;
7904   linux* | k*bsd*-gnu)
7905     link_all_deplibs=no
7906     ;;
7907   esac
7908
7909   ld_shlibs=yes
7910   if test "$with_gnu_ld" = yes; then
7911     # If archive_cmds runs LD, not CC, wlarc should be empty
7912     wlarc='${wl}'
7913
7914     # Set some defaults for GNU ld with shared library support. These
7915     # are reset later if shared libraries are not supported. Putting them
7916     # here allows them to be overridden if necessary.
7917     runpath_var=LD_RUN_PATH
7918     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7919     export_dynamic_flag_spec='${wl}--export-dynamic'
7920     # ancient GNU ld didn't support --whole-archive et. al.
7921     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
7922       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7923     else
7924       whole_archive_flag_spec=
7925     fi
7926     supports_anon_versioning=no
7927     case `$LD -v 2>&1` in
7928       *GNU\ gold*) supports_anon_versioning=yes ;;
7929       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
7930       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
7931       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
7932       *\ 2.11.*) ;; # other 2.11 versions
7933       *) supports_anon_versioning=yes ;;
7934     esac
7935
7936     # See if GNU ld supports shared libraries.
7937     case $host_os in
7938     aix[3-9]*)
7939       # On AIX/PPC, the GNU linker is very broken
7940       if test "$host_cpu" != ia64; then
7941         ld_shlibs=no
7942         cat <<_LT_EOF 1>&2
7943
7944 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
7945 *** to be unable to reliably create shared libraries on AIX.
7946 *** Therefore, libtool is disabling shared libraries support.  If you
7947 *** really care for shared libraries, you may want to modify your PATH
7948 *** so that a non-GNU linker is found, and then restart.
7949
7950 _LT_EOF
7951       fi
7952       ;;
7953
7954     amigaos*)
7955       case $host_cpu in
7956       powerpc)
7957             # see comment about AmigaOS4 .so support
7958             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7959             archive_expsym_cmds=''
7960         ;;
7961       m68k)
7962             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)'
7963             hardcode_libdir_flag_spec='-L$libdir'
7964             hardcode_minus_L=yes
7965         ;;
7966       esac
7967       ;;
7968
7969     beos*)
7970       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
7971         allow_undefined_flag=unsupported
7972         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
7973         # support --undefined.  This deserves some investigation.  FIXME
7974         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7975       else
7976         ld_shlibs=no
7977       fi
7978       ;;
7979
7980     cygwin* | mingw* | pw32* | cegcc*)
7981       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
7982       # as there is no search path for DLLs.
7983       hardcode_libdir_flag_spec='-L$libdir'
7984       allow_undefined_flag=unsupported
7985       always_export_symbols=no
7986       enable_shared_with_static_runtimes=yes
7987       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
7988
7989       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
7990         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7991         # If the export-symbols file already is a .def file (1st line
7992         # is EXPORTS), use it as is; otherwise, prepend...
7993         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
7994           cp $export_symbols $output_objdir/$soname.def;
7995         else
7996           echo EXPORTS > $output_objdir/$soname.def;
7997           cat $export_symbols >> $output_objdir/$soname.def;
7998         fi~
7999         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8000       else
8001         ld_shlibs=no
8002       fi
8003       ;;
8004
8005     interix[3-9]*)
8006       hardcode_direct=no
8007       hardcode_shlibpath_var=no
8008       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8009       export_dynamic_flag_spec='${wl}-E'
8010       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8011       # Instead, shared libraries are loaded at an image base (0x10000000 by
8012       # default) and relocated if they conflict, which is a slow very memory
8013       # consuming and fragmenting process.  To avoid this, we pick a random,
8014       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8015       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
8016       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8017       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'
8018       ;;
8019
8020     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8021       tmp_diet=no
8022       if test "$host_os" = linux-dietlibc; then
8023         case $cc_basename in
8024           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
8025         esac
8026       fi
8027       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8028          && test "$tmp_diet" = no
8029       then
8030         tmp_addflag=
8031         tmp_sharedflag='-shared'
8032         case $cc_basename,$host_cpu in
8033         pgcc*)                          # Portland Group C compiler
8034           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'
8035           tmp_addflag=' $pic_flag'
8036           ;;
8037         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
8038           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'
8039           tmp_addflag=' $pic_flag -Mnomain' ;;
8040         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
8041           tmp_addflag=' -i_dynamic' ;;
8042         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
8043           tmp_addflag=' -i_dynamic -nofor_main' ;;
8044         ifc* | ifort*)                  # Intel Fortran compiler
8045           tmp_addflag=' -nofor_main' ;;
8046         lf95*)                          # Lahey Fortran 8.1
8047           whole_archive_flag_spec=
8048           tmp_sharedflag='--shared' ;;
8049         xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
8050           tmp_sharedflag='-qmkshrobj'
8051           tmp_addflag= ;;
8052         esac
8053         case `$CC -V 2>&1 | sed 5q` in
8054         *Sun\ C*)                       # Sun C 5.9
8055           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'
8056           compiler_needs_object=yes
8057           tmp_sharedflag='-G' ;;
8058         *Sun\ F*)                       # Sun Fortran 8.3
8059           tmp_sharedflag='-G' ;;
8060         esac
8061         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8062
8063         if test "x$supports_anon_versioning" = xyes; then
8064           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8065             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8066             echo "local: *; };" >> $output_objdir/$libname.ver~
8067             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8068         fi
8069
8070         case $cc_basename in
8071         xlf*)
8072           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8073           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8074           hardcode_libdir_flag_spec=
8075           hardcode_libdir_flag_spec_ld='-rpath $libdir'
8076           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8077           if test "x$supports_anon_versioning" = xyes; then
8078             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8079               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8080               echo "local: *; };" >> $output_objdir/$libname.ver~
8081               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8082           fi
8083           ;;
8084         esac
8085       else
8086         ld_shlibs=no
8087       fi
8088       ;;
8089
8090     netbsd* | netbsdelf*-gnu)
8091       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8092         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8093         wlarc=
8094       else
8095         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8096         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8097       fi
8098       ;;
8099
8100     solaris*)
8101       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8102         ld_shlibs=no
8103         cat <<_LT_EOF 1>&2
8104
8105 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8106 *** create shared libraries on Solaris systems.  Therefore, libtool
8107 *** is disabling shared libraries support.  We urge you to upgrade GNU
8108 *** binutils to release 2.9.1 or newer.  Another option is to modify
8109 *** your PATH or compiler configuration so that the native linker is
8110 *** used, and then restart.
8111
8112 _LT_EOF
8113       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8114         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8115         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8116       else
8117         ld_shlibs=no
8118       fi
8119       ;;
8120
8121     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8122       case `$LD -v 2>&1` in
8123         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8124         ld_shlibs=no
8125         cat <<_LT_EOF 1>&2
8126
8127 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8128 *** reliably create shared libraries on SCO systems.  Therefore, libtool
8129 *** is disabling shared libraries support.  We urge you to upgrade GNU
8130 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
8131 *** your PATH or compiler configuration so that the native linker is
8132 *** used, and then restart.
8133
8134 _LT_EOF
8135         ;;
8136         *)
8137           # For security reasons, it is highly recommended that you always
8138           # use absolute paths for naming shared libraries, and exclude the
8139           # DT_RUNPATH tag from executables and libraries.  But doing so
8140           # requires that you compile everything twice, which is a pain.
8141           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8142             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8143             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8144             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8145           else
8146             ld_shlibs=no
8147           fi
8148         ;;
8149       esac
8150       ;;
8151
8152     sunos4*)
8153       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8154       wlarc=
8155       hardcode_direct=yes
8156       hardcode_shlibpath_var=no
8157       ;;
8158
8159     *)
8160       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8161         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8162         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8163       else
8164         ld_shlibs=no
8165       fi
8166       ;;
8167     esac
8168
8169     if test "$ld_shlibs" = no; then
8170       runpath_var=
8171       hardcode_libdir_flag_spec=
8172       export_dynamic_flag_spec=
8173       whole_archive_flag_spec=
8174     fi
8175   else
8176     # PORTME fill in a description of your system's linker (not GNU ld)
8177     case $host_os in
8178     aix3*)
8179       allow_undefined_flag=unsupported
8180       always_export_symbols=yes
8181       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'
8182       # Note: this linker hardcodes the directories in LIBPATH if there
8183       # are no directories specified by -L.
8184       hardcode_minus_L=yes
8185       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8186         # Neither direct hardcoding nor static linking is supported with a
8187         # broken collect2.
8188         hardcode_direct=unsupported
8189       fi
8190       ;;
8191
8192     aix[4-9]*)
8193       if test "$host_cpu" = ia64; then
8194         # On IA64, the linker does run time linking by default, so we don't
8195         # have to do anything special.
8196         aix_use_runtimelinking=no
8197         exp_sym_flag='-Bexport'
8198         no_entry_flag=""
8199       else
8200         # If we're using GNU nm, then we don't want the "-C" option.
8201         # -C means demangle to AIX nm, but means don't demangle with GNU nm
8202         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8203           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'
8204         else
8205           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'
8206         fi
8207         aix_use_runtimelinking=no
8208
8209         # Test if we are trying to use run time linking or normal
8210         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8211         # need to do runtime linking.
8212         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8213           for ld_flag in $LDFLAGS; do
8214           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8215             aix_use_runtimelinking=yes
8216             break
8217           fi
8218           done
8219           ;;
8220         esac
8221
8222         exp_sym_flag='-bexport'
8223         no_entry_flag='-bnoentry'
8224       fi
8225
8226       # When large executables or shared objects are built, AIX ld can
8227       # have problems creating the table of contents.  If linking a library
8228       # or program results in "error TOC overflow" add -mminimal-toc to
8229       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
8230       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8231
8232       archive_cmds=''
8233       hardcode_direct=yes
8234       hardcode_direct_absolute=yes
8235       hardcode_libdir_separator=':'
8236       link_all_deplibs=yes
8237       file_list_spec='${wl}-f,'
8238
8239       if test "$GCC" = yes; then
8240         case $host_os in aix4.[012]|aix4.[012].*)
8241         # We only want to do this on AIX 4.2 and lower, the check
8242         # below for broken collect2 doesn't work under 4.3+
8243           collect2name=`${CC} -print-prog-name=collect2`
8244           if test -f "$collect2name" &&
8245            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8246           then
8247           # We have reworked collect2
8248           :
8249           else
8250           # We have old collect2
8251           hardcode_direct=unsupported
8252           # It fails to find uninstalled libraries when the uninstalled
8253           # path is not listed in the libpath.  Setting hardcode_minus_L
8254           # to unsupported forces relinking
8255           hardcode_minus_L=yes
8256           hardcode_libdir_flag_spec='-L$libdir'
8257           hardcode_libdir_separator=
8258           fi
8259           ;;
8260         esac
8261         shared_flag='-shared'
8262         if test "$aix_use_runtimelinking" = yes; then
8263           shared_flag="$shared_flag "'${wl}-G'
8264         fi
8265         link_all_deplibs=no
8266       else
8267         # not using gcc
8268         if test "$host_cpu" = ia64; then
8269         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8270         # chokes on -Wl,-G. The following line is correct:
8271           shared_flag='-G'
8272         else
8273           if test "$aix_use_runtimelinking" = yes; then
8274             shared_flag='${wl}-G'
8275           else
8276             shared_flag='${wl}-bM:SRE'
8277           fi
8278         fi
8279       fi
8280
8281       export_dynamic_flag_spec='${wl}-bexpall'
8282       # It seems that -bexpall does not export symbols beginning with
8283       # underscore (_), so it is better to generate a list of symbols to export.
8284       always_export_symbols=yes
8285       if test "$aix_use_runtimelinking" = yes; then
8286         # Warning - without using the other runtime loading flags (-brtl),
8287         # -berok will link without error, but may produce a broken library.
8288         allow_undefined_flag='-berok'
8289         # Determine the default libpath from the value encoded in an
8290         # empty executable.
8291         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8292 /* end confdefs.h.  */
8293
8294 int
8295 main ()
8296 {
8297
8298   ;
8299   return 0;
8300 }
8301 _ACEOF
8302 if ac_fn_c_try_link "$LINENO"; then :
8303
8304 lt_aix_libpath_sed='
8305     /Import File Strings/,/^$/ {
8306         /^0/ {
8307             s/^0  *\(.*\)$/\1/
8308             p
8309         }
8310     }'
8311 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8312 # Check for a 64-bit object if we didn't find anything.
8313 if test -z "$aix_libpath"; then
8314   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8315 fi
8316 fi
8317 rm -f core conftest.err conftest.$ac_objext \
8318     conftest$ac_exeext conftest.$ac_ext
8319 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8320
8321         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8322         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"
8323       else
8324         if test "$host_cpu" = ia64; then
8325           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8326           allow_undefined_flag="-z nodefs"
8327           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"
8328         else
8329          # Determine the default libpath from the value encoded in an
8330          # empty executable.
8331          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8332 /* end confdefs.h.  */
8333
8334 int
8335 main ()
8336 {
8337
8338   ;
8339   return 0;
8340 }
8341 _ACEOF
8342 if ac_fn_c_try_link "$LINENO"; then :
8343
8344 lt_aix_libpath_sed='
8345     /Import File Strings/,/^$/ {
8346         /^0/ {
8347             s/^0  *\(.*\)$/\1/
8348             p
8349         }
8350     }'
8351 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8352 # Check for a 64-bit object if we didn't find anything.
8353 if test -z "$aix_libpath"; then
8354   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8355 fi
8356 fi
8357 rm -f core conftest.err conftest.$ac_objext \
8358     conftest$ac_exeext conftest.$ac_ext
8359 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8360
8361          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8362           # Warning - without using the other run time loading flags,
8363           # -berok will link without error, but may produce a broken library.
8364           no_undefined_flag=' ${wl}-bernotok'
8365           allow_undefined_flag=' ${wl}-berok'
8366           # Exported symbols can be pulled into shared objects from archives
8367           whole_archive_flag_spec='$convenience'
8368           archive_cmds_need_lc=yes
8369           # This is similar to how AIX traditionally builds its shared libraries.
8370           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'
8371         fi
8372       fi
8373       ;;
8374
8375     amigaos*)
8376       case $host_cpu in
8377       powerpc)
8378             # see comment about AmigaOS4 .so support
8379             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8380             archive_expsym_cmds=''
8381         ;;
8382       m68k)
8383             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)'
8384             hardcode_libdir_flag_spec='-L$libdir'
8385             hardcode_minus_L=yes
8386         ;;
8387       esac
8388       ;;
8389
8390     bsdi[45]*)
8391       export_dynamic_flag_spec=-rdynamic
8392       ;;
8393
8394     cygwin* | mingw* | pw32* | cegcc*)
8395       # When not using gcc, we currently assume that we are using
8396       # Microsoft Visual C++.
8397       # hardcode_libdir_flag_spec is actually meaningless, as there is
8398       # no search path for DLLs.
8399       hardcode_libdir_flag_spec=' '
8400       allow_undefined_flag=unsupported
8401       # Tell ltmain to make .lib files, not .a files.
8402       libext=lib
8403       # Tell ltmain to make .dll files, not .so files.
8404       shrext_cmds=".dll"
8405       # FIXME: Setting linknames here is a bad hack.
8406       archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
8407       # The linker will automatically build a .lib file if we build a DLL.
8408       old_archive_from_new_cmds='true'
8409       # FIXME: Should let the user specify the lib program.
8410       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8411       fix_srcfile_path='`cygpath -w "$srcfile"`'
8412       enable_shared_with_static_runtimes=yes
8413       ;;
8414
8415     darwin* | rhapsody*)
8416
8417
8418   archive_cmds_need_lc=no
8419   hardcode_direct=no
8420   hardcode_automatic=yes
8421   hardcode_shlibpath_var=unsupported
8422   whole_archive_flag_spec=''
8423   link_all_deplibs=yes
8424   allow_undefined_flag="$_lt_dar_allow_undefined"
8425   case $cc_basename in
8426      ifort*) _lt_dar_can_shared=yes ;;
8427      *) _lt_dar_can_shared=$GCC ;;
8428   esac
8429   if test "$_lt_dar_can_shared" = "yes"; then
8430     output_verbose_link_cmd=echo
8431     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8432     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8433     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}"
8434     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}"
8435
8436   else
8437   ld_shlibs=no
8438   fi
8439
8440       ;;
8441
8442     dgux*)
8443       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8444       hardcode_libdir_flag_spec='-L$libdir'
8445       hardcode_shlibpath_var=no
8446       ;;
8447
8448     freebsd1*)
8449       ld_shlibs=no
8450       ;;
8451
8452     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8453     # support.  Future versions do this automatically, but an explicit c++rt0.o
8454     # does not break anything, and helps significantly (at the cost of a little
8455     # extra space).
8456     freebsd2.2*)
8457       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8458       hardcode_libdir_flag_spec='-R$libdir'
8459       hardcode_direct=yes
8460       hardcode_shlibpath_var=no
8461       ;;
8462
8463     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8464     freebsd2*)
8465       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8466       hardcode_direct=yes
8467       hardcode_minus_L=yes
8468       hardcode_shlibpath_var=no
8469       ;;
8470
8471     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8472     freebsd* | dragonfly*)
8473       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8474       hardcode_libdir_flag_spec='-R$libdir'
8475       hardcode_direct=yes
8476       hardcode_shlibpath_var=no
8477       ;;
8478
8479     hpux9*)
8480       if test "$GCC" = yes; then
8481         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'
8482       else
8483         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'
8484       fi
8485       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8486       hardcode_libdir_separator=:
8487       hardcode_direct=yes
8488
8489       # hardcode_minus_L: Not really in the search PATH,
8490       # but as the default location of the library.
8491       hardcode_minus_L=yes
8492       export_dynamic_flag_spec='${wl}-E'
8493       ;;
8494
8495     hpux10*)
8496       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8497         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8498       else
8499         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8500       fi
8501       if test "$with_gnu_ld" = no; then
8502         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8503         hardcode_libdir_flag_spec_ld='+b $libdir'
8504         hardcode_libdir_separator=:
8505         hardcode_direct=yes
8506         hardcode_direct_absolute=yes
8507         export_dynamic_flag_spec='${wl}-E'
8508         # hardcode_minus_L: Not really in the search PATH,
8509         # but as the default location of the library.
8510         hardcode_minus_L=yes
8511       fi
8512       ;;
8513
8514     hpux11*)
8515       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8516         case $host_cpu in
8517         hppa*64*)
8518           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8519           ;;
8520         ia64*)
8521           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8522           ;;
8523         *)
8524           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8525           ;;
8526         esac
8527       else
8528         case $host_cpu in
8529         hppa*64*)
8530           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8531           ;;
8532         ia64*)
8533           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8534           ;;
8535         *)
8536           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8537           ;;
8538         esac
8539       fi
8540       if test "$with_gnu_ld" = no; then
8541         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8542         hardcode_libdir_separator=:
8543
8544         case $host_cpu in
8545         hppa*64*|ia64*)
8546           hardcode_direct=no
8547           hardcode_shlibpath_var=no
8548           ;;
8549         *)
8550           hardcode_direct=yes
8551           hardcode_direct_absolute=yes
8552           export_dynamic_flag_spec='${wl}-E'
8553
8554           # hardcode_minus_L: Not really in the search PATH,
8555           # but as the default location of the library.
8556           hardcode_minus_L=yes
8557           ;;
8558         esac
8559       fi
8560       ;;
8561
8562     irix5* | irix6* | nonstopux*)
8563       if test "$GCC" = yes; then
8564         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'
8565         # Try to use the -exported_symbol ld option, if it does not
8566         # work, assume that -exports_file does not work either and
8567         # implicitly export all symbols.
8568         save_LDFLAGS="$LDFLAGS"
8569         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8570         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8571 /* end confdefs.h.  */
8572 int foo(void) {}
8573 _ACEOF
8574 if ac_fn_c_try_link "$LINENO"; then :
8575   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'
8576
8577 fi
8578 rm -f core conftest.err conftest.$ac_objext \
8579     conftest$ac_exeext conftest.$ac_ext
8580         LDFLAGS="$save_LDFLAGS"
8581       else
8582         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'
8583         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'
8584       fi
8585       archive_cmds_need_lc='no'
8586       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8587       hardcode_libdir_separator=:
8588       inherit_rpath=yes
8589       link_all_deplibs=yes
8590       ;;
8591
8592     netbsd* | netbsdelf*-gnu)
8593       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8594         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
8595       else
8596         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
8597       fi
8598       hardcode_libdir_flag_spec='-R$libdir'
8599       hardcode_direct=yes
8600       hardcode_shlibpath_var=no
8601       ;;
8602
8603     newsos6)
8604       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8605       hardcode_direct=yes
8606       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8607       hardcode_libdir_separator=:
8608       hardcode_shlibpath_var=no
8609       ;;
8610
8611     *nto* | *qnx*)
8612       ;;
8613
8614     openbsd*)
8615       if test -f /usr/libexec/ld.so; then
8616         hardcode_direct=yes
8617         hardcode_shlibpath_var=no
8618         hardcode_direct_absolute=yes
8619         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8620           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8621           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8622           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8623           export_dynamic_flag_spec='${wl}-E'
8624         else
8625           case $host_os in
8626            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8627              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8628              hardcode_libdir_flag_spec='-R$libdir'
8629              ;;
8630            *)
8631              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8632              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8633              ;;
8634           esac
8635         fi
8636       else
8637         ld_shlibs=no
8638       fi
8639       ;;
8640
8641     os2*)
8642       hardcode_libdir_flag_spec='-L$libdir'
8643       hardcode_minus_L=yes
8644       allow_undefined_flag=unsupported
8645       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'
8646       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8647       ;;
8648
8649     osf3*)
8650       if test "$GCC" = yes; then
8651         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8652         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'
8653       else
8654         allow_undefined_flag=' -expect_unresolved \*'
8655         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'
8656       fi
8657       archive_cmds_need_lc='no'
8658       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8659       hardcode_libdir_separator=:
8660       ;;
8661
8662     osf4* | osf5*)      # as osf3* with the addition of -msym flag
8663       if test "$GCC" = yes; then
8664         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8665         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'
8666         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8667       else
8668         allow_undefined_flag=' -expect_unresolved \*'
8669         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'
8670         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~
8671         $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'
8672
8673         # Both c and cxx compiler support -rpath directly
8674         hardcode_libdir_flag_spec='-rpath $libdir'
8675       fi
8676       archive_cmds_need_lc='no'
8677       hardcode_libdir_separator=:
8678       ;;
8679
8680     solaris*)
8681       no_undefined_flag=' -z defs'
8682       if test "$GCC" = yes; then
8683         wlarc='${wl}'
8684         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8685         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8686           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8687       else
8688         case `$CC -V 2>&1` in
8689         *"Compilers 5.0"*)
8690           wlarc=''
8691           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8692           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8693           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8694           ;;
8695         *)
8696           wlarc='${wl}'
8697           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8698           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8699           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8700           ;;
8701         esac
8702       fi
8703       hardcode_libdir_flag_spec='-R$libdir'
8704       hardcode_shlibpath_var=no
8705       case $host_os in
8706       solaris2.[0-5] | solaris2.[0-5].*) ;;
8707       *)
8708         # The compiler driver will combine and reorder linker options,
8709         # but understands `-z linker_flag'.  GCC discards it without `$wl',
8710         # but is careful enough not to reorder.
8711         # Supported since Solaris 2.6 (maybe 2.5.1?)
8712         if test "$GCC" = yes; then
8713           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8714         else
8715           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
8716         fi
8717         ;;
8718       esac
8719       link_all_deplibs=yes
8720       ;;
8721
8722     sunos4*)
8723       if test "x$host_vendor" = xsequent; then
8724         # Use $CC to link under sequent, because it throws in some extra .o
8725         # files that make .init and .fini sections work.
8726         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8727       else
8728         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8729       fi
8730       hardcode_libdir_flag_spec='-L$libdir'
8731       hardcode_direct=yes
8732       hardcode_minus_L=yes
8733       hardcode_shlibpath_var=no
8734       ;;
8735
8736     sysv4)
8737       case $host_vendor in
8738         sni)
8739           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8740           hardcode_direct=yes # is this really true???
8741         ;;
8742         siemens)
8743           ## LD is ld it makes a PLAMLIB
8744           ## CC just makes a GrossModule.
8745           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8746           reload_cmds='$CC -r -o $output$reload_objs'
8747           hardcode_direct=no
8748         ;;
8749         motorola)
8750           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8751           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
8752         ;;
8753       esac
8754       runpath_var='LD_RUN_PATH'
8755       hardcode_shlibpath_var=no
8756       ;;
8757
8758     sysv4.3*)
8759       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8760       hardcode_shlibpath_var=no
8761       export_dynamic_flag_spec='-Bexport'
8762       ;;
8763
8764     sysv4*MP*)
8765       if test -d /usr/nec; then
8766         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8767         hardcode_shlibpath_var=no
8768         runpath_var=LD_RUN_PATH
8769         hardcode_runpath_var=yes
8770         ld_shlibs=yes
8771       fi
8772       ;;
8773
8774     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
8775       no_undefined_flag='${wl}-z,text'
8776       archive_cmds_need_lc=no
8777       hardcode_shlibpath_var=no
8778       runpath_var='LD_RUN_PATH'
8779
8780       if test "$GCC" = yes; then
8781         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8782         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8783       else
8784         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8785         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8786       fi
8787       ;;
8788
8789     sysv5* | sco3.2v5* | sco5v6*)
8790       # Note: We can NOT use -z defs as we might desire, because we do not
8791       # link with -lc, and that would cause any symbols used from libc to
8792       # always be unresolved, which means just about no library would
8793       # ever link correctly.  If we're not using GNU ld we use -z text
8794       # though, which does catch some bad symbols but isn't as heavy-handed
8795       # as -z defs.
8796       no_undefined_flag='${wl}-z,text'
8797       allow_undefined_flag='${wl}-z,nodefs'
8798       archive_cmds_need_lc=no
8799       hardcode_shlibpath_var=no
8800       hardcode_libdir_flag_spec='${wl}-R,$libdir'
8801       hardcode_libdir_separator=':'
8802       link_all_deplibs=yes
8803       export_dynamic_flag_spec='${wl}-Bexport'
8804       runpath_var='LD_RUN_PATH'
8805
8806       if test "$GCC" = yes; then
8807         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8808         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8809       else
8810         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8811         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8812       fi
8813       ;;
8814
8815     uts4*)
8816       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8817       hardcode_libdir_flag_spec='-L$libdir'
8818       hardcode_shlibpath_var=no
8819       ;;
8820
8821     *)
8822       ld_shlibs=no
8823       ;;
8824     esac
8825
8826     if test x$host_vendor = xsni; then
8827       case $host in
8828       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
8829         export_dynamic_flag_spec='${wl}-Blargedynsym'
8830         ;;
8831       esac
8832     fi
8833   fi
8834
8835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
8836 $as_echo "$ld_shlibs" >&6; }
8837 test "$ld_shlibs" = no && can_build_shared=no
8838
8839 with_gnu_ld=$with_gnu_ld
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
8855 #
8856 # Do we need to explicitly link libc?
8857 #
8858 case "x$archive_cmds_need_lc" in
8859 x|xyes)
8860   # Assume -lc should be added
8861   archive_cmds_need_lc=yes
8862
8863   if test "$enable_shared" = yes && test "$GCC" = yes; then
8864     case $archive_cmds in
8865     *'~'*)
8866       # FIXME: we may have to deal with multi-command sequences.
8867       ;;
8868     '$CC '*)
8869       # Test whether the compiler implicitly links with -lc since on some
8870       # systems, -lgcc has to come before -lc. If gcc already passes -lc
8871       # to ld, don't add -lc before -lgcc.
8872       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
8873 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
8874       $RM conftest*
8875       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8876
8877       if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8878   (eval $ac_compile) 2>&5
8879   ac_status=$?
8880   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8881   test $ac_status = 0; } 2>conftest.err; then
8882         soname=conftest
8883         lib=conftest
8884         libobjs=conftest.$ac_objext
8885         deplibs=
8886         wl=$lt_prog_compiler_wl
8887         pic_flag=$lt_prog_compiler_pic
8888         compiler_flags=-v
8889         linker_flags=-v
8890         verstring=
8891         output_objdir=.
8892         libname=conftest
8893         lt_save_allow_undefined_flag=$allow_undefined_flag
8894         allow_undefined_flag=
8895         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
8896   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
8897   ac_status=$?
8898   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8899   test $ac_status = 0; }
8900         then
8901           archive_cmds_need_lc=no
8902         else
8903           archive_cmds_need_lc=yes
8904         fi
8905         allow_undefined_flag=$lt_save_allow_undefined_flag
8906       else
8907         cat conftest.err 1>&5
8908       fi
8909       $RM conftest*
8910       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
8911 $as_echo "$archive_cmds_need_lc" >&6; }
8912       ;;
8913     esac
8914   fi
8915   ;;
8916 esac
8917
8918
8919
8920
8921
8922
8923
8924
8925
8926
8927
8928
8929
8930
8931
8932
8933
8934
8935
8936
8937
8938
8939
8940
8941
8942
8943
8944
8945
8946
8947
8948
8949
8950
8951
8952
8953
8954
8955
8956
8957
8958
8959
8960
8961
8962
8963
8964
8965
8966
8967
8968
8969
8970
8971
8972
8973
8974
8975
8976
8977
8978
8979
8980
8981
8982
8983
8984
8985
8986
8987
8988
8989
8990
8991
8992
8993
8994
8995
8996
8997
8998
8999
9000
9001
9002
9003
9004
9005
9006
9007
9008
9009
9010
9011
9012
9013
9014
9015
9016
9017
9018
9019
9020
9021
9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
9052
9053
9054
9055
9056
9057
9058
9059
9060
9061
9062
9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9075 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9076
9077 if test "$GCC" = yes; then
9078   case $host_os in
9079     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9080     *) lt_awk_arg="/^libraries:/" ;;
9081   esac
9082   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9083   if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9084     # if the path contains ";" then we assume it to be the separator
9085     # otherwise default to the standard path separator (i.e. ":") - it is
9086     # assumed that no part of a normal pathname contains ";" but that should
9087     # okay in the real world where ";" in dirpaths is itself problematic.
9088     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9089   else
9090     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9091   fi
9092   # Ok, now we have the path, separated by spaces, we can step through it
9093   # and add multilib dir if necessary.
9094   lt_tmp_lt_search_path_spec=
9095   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9096   for lt_sys_path in $lt_search_path_spec; do
9097     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9098       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9099     else
9100       test -d "$lt_sys_path" && \
9101         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9102     fi
9103   done
9104   lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9105 BEGIN {RS=" "; FS="/|\n";} {
9106   lt_foo="";
9107   lt_count=0;
9108   for (lt_i = NF; lt_i > 0; lt_i--) {
9109     if ($lt_i != "" && $lt_i != ".") {
9110       if ($lt_i == "..") {
9111         lt_count++;
9112       } else {
9113         if (lt_count == 0) {
9114           lt_foo="/" $lt_i lt_foo;
9115         } else {
9116           lt_count--;
9117         }
9118       }
9119     }
9120   }
9121   if (lt_foo != "") { lt_freq[lt_foo]++; }
9122   if (lt_freq[lt_foo] == 1) { print lt_foo; }
9123 }'`
9124   sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9125 else
9126   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9127 fi
9128 library_names_spec=
9129 libname_spec='lib$name'
9130 soname_spec=
9131 shrext_cmds=".so"
9132 postinstall_cmds=
9133 postuninstall_cmds=
9134 finish_cmds=
9135 finish_eval=
9136 shlibpath_var=
9137 shlibpath_overrides_runpath=unknown
9138 version_type=none
9139 dynamic_linker="$host_os ld.so"
9140 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9141 need_lib_prefix=unknown
9142 hardcode_into_libs=no
9143
9144 # when you set need_version to no, make sure it does not cause -set_version
9145 # flags to be left without arguments
9146 need_version=unknown
9147
9148 case $host_os in
9149 aix3*)
9150   version_type=linux
9151   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9152   shlibpath_var=LIBPATH
9153
9154   # AIX 3 has no versioning support, so we append a major version to the name.
9155   soname_spec='${libname}${release}${shared_ext}$major'
9156   ;;
9157
9158 aix[4-9]*)
9159   version_type=linux
9160   need_lib_prefix=no
9161   need_version=no
9162   hardcode_into_libs=yes
9163   if test "$host_cpu" = ia64; then
9164     # AIX 5 supports IA64
9165     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9166     shlibpath_var=LD_LIBRARY_PATH
9167   else
9168     # With GCC up to 2.95.x, collect2 would create an import file
9169     # for dependence libraries.  The import file would start with
9170     # the line `#! .'.  This would cause the generated library to
9171     # depend on `.', always an invalid library.  This was fixed in
9172     # development snapshots of GCC prior to 3.0.
9173     case $host_os in
9174       aix4 | aix4.[01] | aix4.[01].*)
9175       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9176            echo ' yes '
9177            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9178         :
9179       else
9180         can_build_shared=no
9181       fi
9182       ;;
9183     esac
9184     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9185     # soname into executable. Probably we can add versioning support to
9186     # collect2, so additional links can be useful in future.
9187     if test "$aix_use_runtimelinking" = yes; then
9188       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9189       # instead of lib<name>.a to let people know that these are not
9190       # typical AIX shared libraries.
9191       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9192     else
9193       # We preserve .a as extension for shared libraries through AIX4.2
9194       # and later when we are not doing run time linking.
9195       library_names_spec='${libname}${release}.a $libname.a'
9196       soname_spec='${libname}${release}${shared_ext}$major'
9197     fi
9198     shlibpath_var=LIBPATH
9199   fi
9200   ;;
9201
9202 amigaos*)
9203   case $host_cpu in
9204   powerpc)
9205     # Since July 2007 AmigaOS4 officially supports .so libraries.
9206     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9207     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9208     ;;
9209   m68k)
9210     library_names_spec='$libname.ixlibrary $libname.a'
9211     # Create ${libname}_ixlibrary.a entries in /sys/libs.
9212     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'
9213     ;;
9214   esac
9215   ;;
9216
9217 beos*)
9218   library_names_spec='${libname}${shared_ext}'
9219   dynamic_linker="$host_os ld.so"
9220   shlibpath_var=LIBRARY_PATH
9221   ;;
9222
9223 bsdi[45]*)
9224   version_type=linux
9225   need_version=no
9226   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9227   soname_spec='${libname}${release}${shared_ext}$major'
9228   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9229   shlibpath_var=LD_LIBRARY_PATH
9230   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9231   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9232   # the default ld.so.conf also contains /usr/contrib/lib and
9233   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9234   # libtool to hard-code these into programs
9235   ;;
9236
9237 cygwin* | mingw* | pw32* | cegcc*)
9238   version_type=windows
9239   shrext_cmds=".dll"
9240   need_version=no
9241   need_lib_prefix=no
9242
9243   case $GCC,$host_os in
9244   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9245     library_names_spec='$libname.dll.a'
9246     # DLL is installed to $(libdir)/../bin by postinstall_cmds
9247     postinstall_cmds='base_file=`basename \${file}`~
9248       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9249       dldir=$destdir/`dirname \$dlpath`~
9250       test -d \$dldir || mkdir -p \$dldir~
9251       $install_prog $dir/$dlname \$dldir/$dlname~
9252       chmod a+x \$dldir/$dlname~
9253       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9254         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9255       fi'
9256     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9257       dlpath=$dir/\$dldll~
9258        $RM \$dlpath'
9259     shlibpath_overrides_runpath=yes
9260
9261     case $host_os in
9262     cygwin*)
9263       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9264       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9265       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9266       ;;
9267     mingw* | cegcc*)
9268       # MinGW DLLs use traditional 'lib' prefix
9269       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9270       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9271       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9272         # It is most probably a Windows format PATH printed by
9273         # mingw gcc, but we are running on Cygwin. Gcc prints its search
9274         # path with ; separators, and with drive letters. We can handle the
9275         # drive letters (cygwin fileutils understands them), so leave them,
9276         # especially as we might pass files found there to a mingw objdump,
9277         # which wouldn't understand a cygwinified path. Ahh.
9278         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9279       else
9280         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9281       fi
9282       ;;
9283     pw32*)
9284       # pw32 DLLs use 'pw' prefix rather than 'lib'
9285       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9286       ;;
9287     esac
9288     ;;
9289
9290   *)
9291     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9292     ;;
9293   esac
9294   dynamic_linker='Win32 ld.exe'
9295   # FIXME: first we should search . and the directory the executable is in
9296   shlibpath_var=PATH
9297   ;;
9298
9299 darwin* | rhapsody*)
9300   dynamic_linker="$host_os dyld"
9301   version_type=darwin
9302   need_lib_prefix=no
9303   need_version=no
9304   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9305   soname_spec='${libname}${release}${major}$shared_ext'
9306   shlibpath_overrides_runpath=yes
9307   shlibpath_var=DYLD_LIBRARY_PATH
9308   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9309
9310   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9311   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9312   ;;
9313
9314 dgux*)
9315   version_type=linux
9316   need_lib_prefix=no
9317   need_version=no
9318   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9319   soname_spec='${libname}${release}${shared_ext}$major'
9320   shlibpath_var=LD_LIBRARY_PATH
9321   ;;
9322
9323 freebsd1*)
9324   dynamic_linker=no
9325   ;;
9326
9327 freebsd* | dragonfly*)
9328   # DragonFly does not have aout.  When/if they implement a new
9329   # versioning mechanism, adjust this.
9330   if test -x /usr/bin/objformat; then
9331     objformat=`/usr/bin/objformat`
9332   else
9333     case $host_os in
9334     freebsd[123]*) objformat=aout ;;
9335     *) objformat=elf ;;
9336     esac
9337   fi
9338   version_type=freebsd-$objformat
9339   case $version_type in
9340     freebsd-elf*)
9341       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9342       need_version=no
9343       need_lib_prefix=no
9344       ;;
9345     freebsd-*)
9346       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9347       need_version=yes
9348       ;;
9349   esac
9350   shlibpath_var=LD_LIBRARY_PATH
9351   case $host_os in
9352   freebsd2*)
9353     shlibpath_overrides_runpath=yes
9354     ;;
9355   freebsd3.[01]* | freebsdelf3.[01]*)
9356     shlibpath_overrides_runpath=yes
9357     hardcode_into_libs=yes
9358     ;;
9359   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9360   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9361     shlibpath_overrides_runpath=no
9362     hardcode_into_libs=yes
9363     ;;
9364   *) # from 4.6 on, and DragonFly
9365     shlibpath_overrides_runpath=yes
9366     hardcode_into_libs=yes
9367     ;;
9368   esac
9369   ;;
9370
9371 gnu*)
9372   version_type=linux
9373   need_lib_prefix=no
9374   need_version=no
9375   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9376   soname_spec='${libname}${release}${shared_ext}$major'
9377   shlibpath_var=LD_LIBRARY_PATH
9378   hardcode_into_libs=yes
9379   ;;
9380
9381 hpux9* | hpux10* | hpux11*)
9382   # Give a soname corresponding to the major version so that dld.sl refuses to
9383   # link against other versions.
9384   version_type=sunos
9385   need_lib_prefix=no
9386   need_version=no
9387   case $host_cpu in
9388   ia64*)
9389     shrext_cmds='.so'
9390     hardcode_into_libs=yes
9391     dynamic_linker="$host_os dld.so"
9392     shlibpath_var=LD_LIBRARY_PATH
9393     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9394     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9395     soname_spec='${libname}${release}${shared_ext}$major'
9396     if test "X$HPUX_IA64_MODE" = X32; then
9397       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9398     else
9399       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9400     fi
9401     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9402     ;;
9403   hppa*64*)
9404     shrext_cmds='.sl'
9405     hardcode_into_libs=yes
9406     dynamic_linker="$host_os dld.sl"
9407     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9408     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9409     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9410     soname_spec='${libname}${release}${shared_ext}$major'
9411     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9412     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9413     ;;
9414   *)
9415     shrext_cmds='.sl'
9416     dynamic_linker="$host_os dld.sl"
9417     shlibpath_var=SHLIB_PATH
9418     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9419     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9420     soname_spec='${libname}${release}${shared_ext}$major'
9421     ;;
9422   esac
9423   # HP-UX runs *really* slowly unless shared libraries are mode 555.
9424   postinstall_cmds='chmod 555 $lib'
9425   ;;
9426
9427 interix[3-9]*)
9428   version_type=linux
9429   need_lib_prefix=no
9430   need_version=no
9431   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9432   soname_spec='${libname}${release}${shared_ext}$major'
9433   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9434   shlibpath_var=LD_LIBRARY_PATH
9435   shlibpath_overrides_runpath=no
9436   hardcode_into_libs=yes
9437   ;;
9438
9439 irix5* | irix6* | nonstopux*)
9440   case $host_os in
9441     nonstopux*) version_type=nonstopux ;;
9442     *)
9443         if test "$lt_cv_prog_gnu_ld" = yes; then
9444                 version_type=linux
9445         else
9446                 version_type=irix
9447         fi ;;
9448   esac
9449   need_lib_prefix=no
9450   need_version=no
9451   soname_spec='${libname}${release}${shared_ext}$major'
9452   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9453   case $host_os in
9454   irix5* | nonstopux*)
9455     libsuff= shlibsuff=
9456     ;;
9457   *)
9458     case $LD in # libtool.m4 will add one of these switches to LD
9459     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9460       libsuff= shlibsuff= libmagic=32-bit;;
9461     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9462       libsuff=32 shlibsuff=N32 libmagic=N32;;
9463     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9464       libsuff=64 shlibsuff=64 libmagic=64-bit;;
9465     *) libsuff= shlibsuff= libmagic=never-match;;
9466     esac
9467     ;;
9468   esac
9469   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9470   shlibpath_overrides_runpath=no
9471   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9472   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9473   hardcode_into_libs=yes
9474   ;;
9475
9476 # No shared lib support for Linux oldld, aout, or coff.
9477 linux*oldld* | linux*aout* | linux*coff*)
9478   dynamic_linker=no
9479   ;;
9480
9481 # This must be Linux ELF.
9482 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9483   version_type=linux
9484   need_lib_prefix=no
9485   need_version=no
9486   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9487   soname_spec='${libname}${release}${shared_ext}$major'
9488   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9489   shlibpath_var=LD_LIBRARY_PATH
9490   shlibpath_overrides_runpath=no
9491   # Some binutils ld are patched to set DT_RUNPATH
9492   save_LDFLAGS=$LDFLAGS
9493   save_libdir=$libdir
9494   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9495        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9496   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9497 /* end confdefs.h.  */
9498
9499 int
9500 main ()
9501 {
9502
9503   ;
9504   return 0;
9505 }
9506 _ACEOF
9507 if ac_fn_c_try_link "$LINENO"; then :
9508   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9509   shlibpath_overrides_runpath=yes
9510 fi
9511 fi
9512 rm -f core conftest.err conftest.$ac_objext \
9513     conftest$ac_exeext conftest.$ac_ext
9514   LDFLAGS=$save_LDFLAGS
9515   libdir=$save_libdir
9516
9517   # This implies no fast_install, which is unacceptable.
9518   # Some rework will be needed to allow for fast_install
9519   # before this can be enabled.
9520   hardcode_into_libs=yes
9521
9522   # Append ld.so.conf contents to the search path
9523   if test -f /etc/ld.so.conf; then
9524     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' ' '`
9525     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9526   fi
9527
9528   # We used to test for /lib/ld.so.1 and disable shared libraries on
9529   # powerpc, because MkLinux only supported shared libraries with the
9530   # GNU dynamic linker.  Since this was broken with cross compilers,
9531   # most powerpc-linux boxes support dynamic linking these days and
9532   # people can always --disable-shared, the test was removed, and we
9533   # assume the GNU/Linux dynamic linker is in use.
9534   dynamic_linker='GNU/Linux ld.so'
9535   ;;
9536
9537 netbsdelf*-gnu)
9538   version_type=linux
9539   need_lib_prefix=no
9540   need_version=no
9541   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9542   soname_spec='${libname}${release}${shared_ext}$major'
9543   shlibpath_var=LD_LIBRARY_PATH
9544   shlibpath_overrides_runpath=no
9545   hardcode_into_libs=yes
9546   dynamic_linker='NetBSD ld.elf_so'
9547   ;;
9548
9549 netbsd*)
9550   version_type=sunos
9551   need_lib_prefix=no
9552   need_version=no
9553   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9554     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9555     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9556     dynamic_linker='NetBSD (a.out) ld.so'
9557   else
9558     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9559     soname_spec='${libname}${release}${shared_ext}$major'
9560     dynamic_linker='NetBSD ld.elf_so'
9561   fi
9562   shlibpath_var=LD_LIBRARY_PATH
9563   shlibpath_overrides_runpath=yes
9564   hardcode_into_libs=yes
9565   ;;
9566
9567 newsos6)
9568   version_type=linux
9569   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9570   shlibpath_var=LD_LIBRARY_PATH
9571   shlibpath_overrides_runpath=yes
9572   ;;
9573
9574 *nto* | *qnx*)
9575   version_type=qnx
9576   need_lib_prefix=no
9577   need_version=no
9578   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9579   soname_spec='${libname}${release}${shared_ext}$major'
9580   shlibpath_var=LD_LIBRARY_PATH
9581   shlibpath_overrides_runpath=no
9582   hardcode_into_libs=yes
9583   dynamic_linker='ldqnx.so'
9584   ;;
9585
9586 openbsd*)
9587   version_type=sunos
9588   sys_lib_dlsearch_path_spec="/usr/lib"
9589   need_lib_prefix=no
9590   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9591   case $host_os in
9592     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
9593     *)                          need_version=no  ;;
9594   esac
9595   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9596   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9597   shlibpath_var=LD_LIBRARY_PATH
9598   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9599     case $host_os in
9600       openbsd2.[89] | openbsd2.[89].*)
9601         shlibpath_overrides_runpath=no
9602         ;;
9603       *)
9604         shlibpath_overrides_runpath=yes
9605         ;;
9606       esac
9607   else
9608     shlibpath_overrides_runpath=yes
9609   fi
9610   ;;
9611
9612 os2*)
9613   libname_spec='$name'
9614   shrext_cmds=".dll"
9615   need_lib_prefix=no
9616   library_names_spec='$libname${shared_ext} $libname.a'
9617   dynamic_linker='OS/2 ld.exe'
9618   shlibpath_var=LIBPATH
9619   ;;
9620
9621 osf3* | osf4* | osf5*)
9622   version_type=osf
9623   need_lib_prefix=no
9624   need_version=no
9625   soname_spec='${libname}${release}${shared_ext}$major'
9626   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9627   shlibpath_var=LD_LIBRARY_PATH
9628   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9629   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9630   ;;
9631
9632 rdos*)
9633   dynamic_linker=no
9634   ;;
9635
9636 solaris*)
9637   version_type=linux
9638   need_lib_prefix=no
9639   need_version=no
9640   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9641   soname_spec='${libname}${release}${shared_ext}$major'
9642   shlibpath_var=LD_LIBRARY_PATH
9643   shlibpath_overrides_runpath=yes
9644   hardcode_into_libs=yes
9645   # ldd complains unless libraries are executable
9646   postinstall_cmds='chmod +x $lib'
9647   ;;
9648
9649 sunos4*)
9650   version_type=sunos
9651   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9652   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9653   shlibpath_var=LD_LIBRARY_PATH
9654   shlibpath_overrides_runpath=yes
9655   if test "$with_gnu_ld" = yes; then
9656     need_lib_prefix=no
9657   fi
9658   need_version=yes
9659   ;;
9660
9661 sysv4 | sysv4.3*)
9662   version_type=linux
9663   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9664   soname_spec='${libname}${release}${shared_ext}$major'
9665   shlibpath_var=LD_LIBRARY_PATH
9666   case $host_vendor in
9667     sni)
9668       shlibpath_overrides_runpath=no
9669       need_lib_prefix=no
9670       runpath_var=LD_RUN_PATH
9671       ;;
9672     siemens)
9673       need_lib_prefix=no
9674       ;;
9675     motorola)
9676       need_lib_prefix=no
9677       need_version=no
9678       shlibpath_overrides_runpath=no
9679       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
9680       ;;
9681   esac
9682   ;;
9683
9684 sysv4*MP*)
9685   if test -d /usr/nec ;then
9686     version_type=linux
9687     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9688     soname_spec='$libname${shared_ext}.$major'
9689     shlibpath_var=LD_LIBRARY_PATH
9690   fi
9691   ;;
9692
9693 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
9694   version_type=freebsd-elf
9695   need_lib_prefix=no
9696   need_version=no
9697   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9698   soname_spec='${libname}${release}${shared_ext}$major'
9699   shlibpath_var=LD_LIBRARY_PATH
9700   shlibpath_overrides_runpath=yes
9701   hardcode_into_libs=yes
9702   if test "$with_gnu_ld" = yes; then
9703     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9704   else
9705     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
9706     case $host_os in
9707       sco3.2v5*)
9708         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
9709         ;;
9710     esac
9711   fi
9712   sys_lib_dlsearch_path_spec='/usr/lib'
9713   ;;
9714
9715 tpf*)
9716   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
9717   version_type=linux
9718   need_lib_prefix=no
9719   need_version=no
9720   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9721   shlibpath_var=LD_LIBRARY_PATH
9722   shlibpath_overrides_runpath=no
9723   hardcode_into_libs=yes
9724   ;;
9725
9726 uts4*)
9727   version_type=linux
9728   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9729   soname_spec='${libname}${release}${shared_ext}$major'
9730   shlibpath_var=LD_LIBRARY_PATH
9731   ;;
9732
9733 *)
9734   dynamic_linker=no
9735   ;;
9736 esac
9737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
9738 $as_echo "$dynamic_linker" >&6; }
9739 test "$dynamic_linker" = no && can_build_shared=no
9740
9741 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9742 if test "$GCC" = yes; then
9743   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9744 fi
9745
9746 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9747   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
9748 fi
9749 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9750   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
9751 fi
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769
9770
9771
9772
9773
9774
9775
9776
9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833
9834
9835
9836
9837
9838
9839   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
9840 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
9841 hardcode_action=
9842 if test -n "$hardcode_libdir_flag_spec" ||
9843    test -n "$runpath_var" ||
9844    test "X$hardcode_automatic" = "Xyes" ; then
9845
9846   # We can hardcode non-existent directories.
9847   if test "$hardcode_direct" != no &&
9848      # If the only mechanism to avoid hardcoding is shlibpath_var, we
9849      # have to relink, otherwise we might link with an installed library
9850      # when we should be linking with a yet-to-be-installed one
9851      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
9852      test "$hardcode_minus_L" != no; then
9853     # Linking always hardcodes the temporary library directory.
9854     hardcode_action=relink
9855   else
9856     # We can link without hardcoding, and we can hardcode nonexisting dirs.
9857     hardcode_action=immediate
9858   fi
9859 else
9860   # We cannot hardcode anything, or else we can only hardcode existing
9861   # directories.
9862   hardcode_action=unsupported
9863 fi
9864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
9865 $as_echo "$hardcode_action" >&6; }
9866
9867 if test "$hardcode_action" = relink ||
9868    test "$inherit_rpath" = yes; then
9869   # Fast installation is not supported
9870   enable_fast_install=no
9871 elif test "$shlibpath_overrides_runpath" = yes ||
9872      test "$enable_shared" = no; then
9873   # Fast installation is not necessary
9874   enable_fast_install=needless
9875 fi
9876
9877
9878
9879
9880
9881
9882   if test "x$enable_dlopen" != xyes; then
9883   enable_dlopen=unknown
9884   enable_dlopen_self=unknown
9885   enable_dlopen_self_static=unknown
9886 else
9887   lt_cv_dlopen=no
9888   lt_cv_dlopen_libs=
9889
9890   case $host_os in
9891   beos*)
9892     lt_cv_dlopen="load_add_on"
9893     lt_cv_dlopen_libs=
9894     lt_cv_dlopen_self=yes
9895     ;;
9896
9897   mingw* | pw32* | cegcc*)
9898     lt_cv_dlopen="LoadLibrary"
9899     lt_cv_dlopen_libs=
9900     ;;
9901
9902   cygwin*)
9903     lt_cv_dlopen="dlopen"
9904     lt_cv_dlopen_libs=
9905     ;;
9906
9907   darwin*)
9908   # if libdl is installed we need to link against it
9909     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
9910 $as_echo_n "checking for dlopen in -ldl... " >&6; }
9911 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
9912   $as_echo_n "(cached) " >&6
9913 else
9914   ac_check_lib_save_LIBS=$LIBS
9915 LIBS="-ldl  $LIBS"
9916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9917 /* end confdefs.h.  */
9918
9919 /* Override any GCC internal prototype to avoid an error.
9920    Use char because int might match the return type of a GCC
9921    builtin and then its argument prototype would still apply.  */
9922 #ifdef __cplusplus
9923 extern "C"
9924 #endif
9925 char dlopen ();
9926 int
9927 main ()
9928 {
9929 return dlopen ();
9930   ;
9931   return 0;
9932 }
9933 _ACEOF
9934 if ac_fn_c_try_link "$LINENO"; then :
9935   ac_cv_lib_dl_dlopen=yes
9936 else
9937   ac_cv_lib_dl_dlopen=no
9938 fi
9939 rm -f core conftest.err conftest.$ac_objext \
9940     conftest$ac_exeext conftest.$ac_ext
9941 LIBS=$ac_check_lib_save_LIBS
9942 fi
9943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
9944 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
9945 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
9946   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
9947 else
9948
9949     lt_cv_dlopen="dyld"
9950     lt_cv_dlopen_libs=
9951     lt_cv_dlopen_self=yes
9952
9953 fi
9954
9955     ;;
9956
9957   *)
9958     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
9959 if test "x$ac_cv_func_shl_load" = x""yes; then :
9960   lt_cv_dlopen="shl_load"
9961 else
9962   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
9963 $as_echo_n "checking for shl_load in -ldld... " >&6; }
9964 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
9965   $as_echo_n "(cached) " >&6
9966 else
9967   ac_check_lib_save_LIBS=$LIBS
9968 LIBS="-ldld  $LIBS"
9969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9970 /* end confdefs.h.  */
9971
9972 /* Override any GCC internal prototype to avoid an error.
9973    Use char because int might match the return type of a GCC
9974    builtin and then its argument prototype would still apply.  */
9975 #ifdef __cplusplus
9976 extern "C"
9977 #endif
9978 char shl_load ();
9979 int
9980 main ()
9981 {
9982 return shl_load ();
9983   ;
9984   return 0;
9985 }
9986 _ACEOF
9987 if ac_fn_c_try_link "$LINENO"; then :
9988   ac_cv_lib_dld_shl_load=yes
9989 else
9990   ac_cv_lib_dld_shl_load=no
9991 fi
9992 rm -f core conftest.err conftest.$ac_objext \
9993     conftest$ac_exeext conftest.$ac_ext
9994 LIBS=$ac_check_lib_save_LIBS
9995 fi
9996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
9997 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
9998 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
9999   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10000 else
10001   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10002 if test "x$ac_cv_func_dlopen" = x""yes; then :
10003   lt_cv_dlopen="dlopen"
10004 else
10005   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10006 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10007 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10008   $as_echo_n "(cached) " >&6
10009 else
10010   ac_check_lib_save_LIBS=$LIBS
10011 LIBS="-ldl  $LIBS"
10012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10013 /* end confdefs.h.  */
10014
10015 /* Override any GCC internal prototype to avoid an error.
10016    Use char because int might match the return type of a GCC
10017    builtin and then its argument prototype would still apply.  */
10018 #ifdef __cplusplus
10019 extern "C"
10020 #endif
10021 char dlopen ();
10022 int
10023 main ()
10024 {
10025 return dlopen ();
10026   ;
10027   return 0;
10028 }
10029 _ACEOF
10030 if ac_fn_c_try_link "$LINENO"; then :
10031   ac_cv_lib_dl_dlopen=yes
10032 else
10033   ac_cv_lib_dl_dlopen=no
10034 fi
10035 rm -f core conftest.err conftest.$ac_objext \
10036     conftest$ac_exeext conftest.$ac_ext
10037 LIBS=$ac_check_lib_save_LIBS
10038 fi
10039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10040 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10041 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10042   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10043 else
10044   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10045 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10046 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10047   $as_echo_n "(cached) " >&6
10048 else
10049   ac_check_lib_save_LIBS=$LIBS
10050 LIBS="-lsvld  $LIBS"
10051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10052 /* end confdefs.h.  */
10053
10054 /* Override any GCC internal prototype to avoid an error.
10055    Use char because int might match the return type of a GCC
10056    builtin and then its argument prototype would still apply.  */
10057 #ifdef __cplusplus
10058 extern "C"
10059 #endif
10060 char dlopen ();
10061 int
10062 main ()
10063 {
10064 return dlopen ();
10065   ;
10066   return 0;
10067 }
10068 _ACEOF
10069 if ac_fn_c_try_link "$LINENO"; then :
10070   ac_cv_lib_svld_dlopen=yes
10071 else
10072   ac_cv_lib_svld_dlopen=no
10073 fi
10074 rm -f core conftest.err conftest.$ac_objext \
10075     conftest$ac_exeext conftest.$ac_ext
10076 LIBS=$ac_check_lib_save_LIBS
10077 fi
10078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10079 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10080 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10081   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10082 else
10083   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10084 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10085 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10086   $as_echo_n "(cached) " >&6
10087 else
10088   ac_check_lib_save_LIBS=$LIBS
10089 LIBS="-ldld  $LIBS"
10090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10091 /* end confdefs.h.  */
10092
10093 /* Override any GCC internal prototype to avoid an error.
10094    Use char because int might match the return type of a GCC
10095    builtin and then its argument prototype would still apply.  */
10096 #ifdef __cplusplus
10097 extern "C"
10098 #endif
10099 char dld_link ();
10100 int
10101 main ()
10102 {
10103 return dld_link ();
10104   ;
10105   return 0;
10106 }
10107 _ACEOF
10108 if ac_fn_c_try_link "$LINENO"; then :
10109   ac_cv_lib_dld_dld_link=yes
10110 else
10111   ac_cv_lib_dld_dld_link=no
10112 fi
10113 rm -f core conftest.err conftest.$ac_objext \
10114     conftest$ac_exeext conftest.$ac_ext
10115 LIBS=$ac_check_lib_save_LIBS
10116 fi
10117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10118 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10119 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10120   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10121 fi
10122
10123
10124 fi
10125
10126
10127 fi
10128
10129
10130 fi
10131
10132
10133 fi
10134
10135
10136 fi
10137
10138     ;;
10139   esac
10140
10141   if test "x$lt_cv_dlopen" != xno; then
10142     enable_dlopen=yes
10143   else
10144     enable_dlopen=no
10145   fi
10146
10147   case $lt_cv_dlopen in
10148   dlopen)
10149     save_CPPFLAGS="$CPPFLAGS"
10150     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10151
10152     save_LDFLAGS="$LDFLAGS"
10153     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10154
10155     save_LIBS="$LIBS"
10156     LIBS="$lt_cv_dlopen_libs $LIBS"
10157
10158     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10159 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10160 if test "${lt_cv_dlopen_self+set}" = set; then :
10161   $as_echo_n "(cached) " >&6
10162 else
10163           if test "$cross_compiling" = yes; then :
10164   lt_cv_dlopen_self=cross
10165 else
10166   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10167   lt_status=$lt_dlunknown
10168   cat > conftest.$ac_ext <<_LT_EOF
10169 #line 10169 "configure"
10170 #include "confdefs.h"
10171
10172 #if HAVE_DLFCN_H
10173 #include <dlfcn.h>
10174 #endif
10175
10176 #include <stdio.h>
10177
10178 #ifdef RTLD_GLOBAL
10179 #  define LT_DLGLOBAL           RTLD_GLOBAL
10180 #else
10181 #  ifdef DL_GLOBAL
10182 #    define LT_DLGLOBAL         DL_GLOBAL
10183 #  else
10184 #    define LT_DLGLOBAL         0
10185 #  endif
10186 #endif
10187
10188 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10189    find out it does not work in some platform. */
10190 #ifndef LT_DLLAZY_OR_NOW
10191 #  ifdef RTLD_LAZY
10192 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10193 #  else
10194 #    ifdef DL_LAZY
10195 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10196 #    else
10197 #      ifdef RTLD_NOW
10198 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10199 #      else
10200 #        ifdef DL_NOW
10201 #          define LT_DLLAZY_OR_NOW      DL_NOW
10202 #        else
10203 #          define LT_DLLAZY_OR_NOW      0
10204 #        endif
10205 #      endif
10206 #    endif
10207 #  endif
10208 #endif
10209
10210 void fnord() { int i=42;}
10211 int main ()
10212 {
10213   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10214   int status = $lt_dlunknown;
10215
10216   if (self)
10217     {
10218       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10219       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10220       /* dlclose (self); */
10221     }
10222   else
10223     puts (dlerror ());
10224
10225   return status;
10226 }
10227 _LT_EOF
10228   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10229   (eval $ac_link) 2>&5
10230   ac_status=$?
10231   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10232   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10233     (./conftest; exit; ) >&5 2>/dev/null
10234     lt_status=$?
10235     case x$lt_status in
10236       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10237       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10238       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10239     esac
10240   else :
10241     # compilation failed
10242     lt_cv_dlopen_self=no
10243   fi
10244 fi
10245 rm -fr conftest*
10246
10247
10248 fi
10249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10250 $as_echo "$lt_cv_dlopen_self" >&6; }
10251
10252     if test "x$lt_cv_dlopen_self" = xyes; then
10253       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10254       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10255 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10256 if test "${lt_cv_dlopen_self_static+set}" = set; then :
10257   $as_echo_n "(cached) " >&6
10258 else
10259           if test "$cross_compiling" = yes; then :
10260   lt_cv_dlopen_self_static=cross
10261 else
10262   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10263   lt_status=$lt_dlunknown
10264   cat > conftest.$ac_ext <<_LT_EOF
10265 #line 10265 "configure"
10266 #include "confdefs.h"
10267
10268 #if HAVE_DLFCN_H
10269 #include <dlfcn.h>
10270 #endif
10271
10272 #include <stdio.h>
10273
10274 #ifdef RTLD_GLOBAL
10275 #  define LT_DLGLOBAL           RTLD_GLOBAL
10276 #else
10277 #  ifdef DL_GLOBAL
10278 #    define LT_DLGLOBAL         DL_GLOBAL
10279 #  else
10280 #    define LT_DLGLOBAL         0
10281 #  endif
10282 #endif
10283
10284 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10285    find out it does not work in some platform. */
10286 #ifndef LT_DLLAZY_OR_NOW
10287 #  ifdef RTLD_LAZY
10288 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10289 #  else
10290 #    ifdef DL_LAZY
10291 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10292 #    else
10293 #      ifdef RTLD_NOW
10294 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10295 #      else
10296 #        ifdef DL_NOW
10297 #          define LT_DLLAZY_OR_NOW      DL_NOW
10298 #        else
10299 #          define LT_DLLAZY_OR_NOW      0
10300 #        endif
10301 #      endif
10302 #    endif
10303 #  endif
10304 #endif
10305
10306 void fnord() { int i=42;}
10307 int main ()
10308 {
10309   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10310   int status = $lt_dlunknown;
10311
10312   if (self)
10313     {
10314       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10315       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10316       /* dlclose (self); */
10317     }
10318   else
10319     puts (dlerror ());
10320
10321   return status;
10322 }
10323 _LT_EOF
10324   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10325   (eval $ac_link) 2>&5
10326   ac_status=$?
10327   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10328   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10329     (./conftest; exit; ) >&5 2>/dev/null
10330     lt_status=$?
10331     case x$lt_status in
10332       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10333       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10334       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10335     esac
10336   else :
10337     # compilation failed
10338     lt_cv_dlopen_self_static=no
10339   fi
10340 fi
10341 rm -fr conftest*
10342
10343
10344 fi
10345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10346 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10347     fi
10348
10349     CPPFLAGS="$save_CPPFLAGS"
10350     LDFLAGS="$save_LDFLAGS"
10351     LIBS="$save_LIBS"
10352     ;;
10353   esac
10354
10355   case $lt_cv_dlopen_self in
10356   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10357   *) enable_dlopen_self=unknown ;;
10358   esac
10359
10360   case $lt_cv_dlopen_self_static in
10361   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10362   *) enable_dlopen_self_static=unknown ;;
10363   esac
10364 fi
10365
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382 striplib=
10383 old_striplib=
10384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10385 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10386 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10387   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10388   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10389   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10390 $as_echo "yes" >&6; }
10391 else
10392 # FIXME - insert some real tests, host_os isn't really good enough
10393   case $host_os in
10394   darwin*)
10395     if test -n "$STRIP" ; then
10396       striplib="$STRIP -x"
10397       old_striplib="$STRIP -S"
10398       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10399 $as_echo "yes" >&6; }
10400     else
10401       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10402 $as_echo "no" >&6; }
10403     fi
10404     ;;
10405   *)
10406     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10407 $as_echo "no" >&6; }
10408     ;;
10409   esac
10410 fi
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423   # Report which library types will actually be built
10424   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10425 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10426   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10427 $as_echo "$can_build_shared" >&6; }
10428
10429   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10430 $as_echo_n "checking whether to build shared libraries... " >&6; }
10431   test "$can_build_shared" = "no" && enable_shared=no
10432
10433   # On AIX, shared libraries and static libraries use the same namespace, and
10434   # are all built from PIC.
10435   case $host_os in
10436   aix3*)
10437     test "$enable_shared" = yes && enable_static=no
10438     if test -n "$RANLIB"; then
10439       archive_cmds="$archive_cmds~\$RANLIB \$lib"
10440       postinstall_cmds='$RANLIB $lib'
10441     fi
10442     ;;
10443
10444   aix[4-9]*)
10445     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10446       test "$enable_shared" = yes && enable_static=no
10447     fi
10448     ;;
10449   esac
10450   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10451 $as_echo "$enable_shared" >&6; }
10452
10453   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10454 $as_echo_n "checking whether to build static libraries... " >&6; }
10455   # Make sure either enable_shared or enable_static is yes.
10456   test "$enable_shared" = yes || enable_static=yes
10457   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10458 $as_echo "$enable_static" >&6; }
10459
10460
10461
10462
10463 fi
10464 ac_ext=c
10465 ac_cpp='$CPP $CPPFLAGS'
10466 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10467 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10468 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10469
10470 CC="$lt_save_CC"
10471
10472
10473
10474
10475
10476
10477
10478
10479
10480
10481
10482
10483
10484         ac_config_commands="$ac_config_commands libtool"
10485
10486
10487
10488
10489 # Only expand once:
10490
10491
10492
10493 # Checks for libraries.
10494 # FIXME: Replace `main' with a function in `-liniparser':
10495 # AC_CHECK_LIB([iniparser], [main])
10496 # FIXME: Replace `main' with a function in `-ljpeg':
10497 # AC_CHECK_LIB([jpeg], [main])
10498 # FIXME: Replace `main' with a function in `-lrt':
10499 # AC_CHECK_LIB([rt], [main])
10500
10501 # Checks for header files.
10502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
10503 $as_echo_n "checking for ANSI C header files... " >&6; }
10504 if test "${ac_cv_header_stdc+set}" = set; then :
10505   $as_echo_n "(cached) " >&6
10506 else
10507   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10508 /* end confdefs.h.  */
10509 #include <stdlib.h>
10510 #include <stdarg.h>
10511 #include <string.h>
10512 #include <float.h>
10513
10514 int
10515 main ()
10516 {
10517
10518   ;
10519   return 0;
10520 }
10521 _ACEOF
10522 if ac_fn_c_try_compile "$LINENO"; then :
10523   ac_cv_header_stdc=yes
10524 else
10525   ac_cv_header_stdc=no
10526 fi
10527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10528
10529 if test $ac_cv_header_stdc = yes; then
10530   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
10531   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10532 /* end confdefs.h.  */
10533 #include <string.h>
10534
10535 _ACEOF
10536 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10537   $EGREP "memchr" >/dev/null 2>&1; then :
10538
10539 else
10540   ac_cv_header_stdc=no
10541 fi
10542 rm -f conftest*
10543
10544 fi
10545
10546 if test $ac_cv_header_stdc = yes; then
10547   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
10548   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10549 /* end confdefs.h.  */
10550 #include <stdlib.h>
10551
10552 _ACEOF
10553 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10554   $EGREP "free" >/dev/null 2>&1; then :
10555
10556 else
10557   ac_cv_header_stdc=no
10558 fi
10559 rm -f conftest*
10560
10561 fi
10562
10563 if test $ac_cv_header_stdc = yes; then
10564   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
10565   if test "$cross_compiling" = yes; then :
10566   :
10567 else
10568   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10569 /* end confdefs.h.  */
10570 #include <ctype.h>
10571 #include <stdlib.h>
10572 #if ((' ' & 0x0FF) == 0x020)
10573 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
10574 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
10575 #else
10576 # define ISLOWER(c) \
10577                    (('a' <= (c) && (c) <= 'i') \
10578                      || ('j' <= (c) && (c) <= 'r') \
10579                      || ('s' <= (c) && (c) <= 'z'))
10580 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
10581 #endif
10582
10583 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
10584 int
10585 main ()
10586 {
10587   int i;
10588   for (i = 0; i < 256; i++)
10589     if (XOR (islower (i), ISLOWER (i))
10590         || toupper (i) != TOUPPER (i))
10591       return 2;
10592   return 0;
10593 }
10594 _ACEOF
10595 if ac_fn_c_try_run "$LINENO"; then :
10596
10597 else
10598   ac_cv_header_stdc=no
10599 fi
10600 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10601   conftest.$ac_objext conftest.beam conftest.$ac_ext
10602 fi
10603
10604 fi
10605 fi
10606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
10607 $as_echo "$ac_cv_header_stdc" >&6; }
10608 if test $ac_cv_header_stdc = yes; then
10609
10610 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
10611
10612 fi
10613
10614 for ac_header in fcntl.h memory.h stdlib.h string.h unistd.h
10615 do :
10616   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10617 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10618 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10619   cat >>confdefs.h <<_ACEOF
10620 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10621 _ACEOF
10622
10623 fi
10624
10625 done
10626
10627
10628 # Checks for typedefs, structures, and compiler characteristics.
10629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
10630 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
10631 if test "${ac_cv_struct_tm+set}" = set; then :
10632   $as_echo_n "(cached) " >&6
10633 else
10634   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10635 /* end confdefs.h.  */
10636 #include <sys/types.h>
10637 #include <time.h>
10638
10639 int
10640 main ()
10641 {
10642 struct tm tm;
10643                                      int *p = &tm.tm_sec;
10644                                      return !p;
10645   ;
10646   return 0;
10647 }
10648 _ACEOF
10649 if ac_fn_c_try_compile "$LINENO"; then :
10650   ac_cv_struct_tm=time.h
10651 else
10652   ac_cv_struct_tm=sys/time.h
10653 fi
10654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10655 fi
10656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
10657 $as_echo "$ac_cv_struct_tm" >&6; }
10658 if test $ac_cv_struct_tm = sys/time.h; then
10659
10660 $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
10661
10662 fi
10663
10664
10665 # Checks for library functions.
10666 for ac_header in stdlib.h
10667 do :
10668   ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
10669 if test "x$ac_cv_header_stdlib_h" = x""yes; then :
10670   cat >>confdefs.h <<_ACEOF
10671 #define HAVE_STDLIB_H 1
10672 _ACEOF
10673
10674 fi
10675
10676 done
10677
10678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
10679 $as_echo_n "checking for GNU libc compatible malloc... " >&6; }
10680 if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then :
10681   $as_echo_n "(cached) " >&6
10682 else
10683   if test "$cross_compiling" = yes; then :
10684   ac_cv_func_malloc_0_nonnull=no
10685 else
10686   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10687 /* end confdefs.h.  */
10688 #if defined STDC_HEADERS || defined HAVE_STDLIB_H
10689 # include <stdlib.h>
10690 #else
10691 char *malloc ();
10692 #endif
10693
10694 int
10695 main ()
10696 {
10697 return ! malloc (0);
10698   ;
10699   return 0;
10700 }
10701 _ACEOF
10702 if ac_fn_c_try_run "$LINENO"; then :
10703   ac_cv_func_malloc_0_nonnull=yes
10704 else
10705   ac_cv_func_malloc_0_nonnull=no
10706 fi
10707 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10708   conftest.$ac_objext conftest.beam conftest.$ac_ext
10709 fi
10710
10711 fi
10712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
10713 $as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
10714 if test $ac_cv_func_malloc_0_nonnull = yes; then :
10715
10716 $as_echo "#define HAVE_MALLOC 1" >>confdefs.h
10717
10718 else
10719   $as_echo "#define HAVE_MALLOC 0" >>confdefs.h
10720
10721    case " $LIBOBJS " in
10722   *" malloc.$ac_objext "* ) ;;
10723   *) LIBOBJS="$LIBOBJS malloc.$ac_objext"
10724  ;;
10725 esac
10726
10727
10728 $as_echo "#define malloc rpl_malloc" >>confdefs.h
10729
10730 fi
10731
10732
10733 for ac_func in memset strdup
10734 do :
10735   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10736 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10737 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
10738   cat >>confdefs.h <<_ACEOF
10739 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10740 _ACEOF
10741
10742 fi
10743 done
10744
10745
10746
10747
10748
10749
10750
10751
10752 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
10753         if test -n "$ac_tool_prefix"; then
10754   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
10755 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
10756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10757 $as_echo_n "checking for $ac_word... " >&6; }
10758 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
10759   $as_echo_n "(cached) " >&6
10760 else
10761   case $PKG_CONFIG in
10762   [\\/]* | ?:[\\/]*)
10763   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
10764   ;;
10765   *)
10766   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10767 for as_dir in $PATH
10768 do
10769   IFS=$as_save_IFS
10770   test -z "$as_dir" && as_dir=.
10771     for ac_exec_ext in '' $ac_executable_extensions; do
10772   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10773     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10774     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10775     break 2
10776   fi
10777 done
10778   done
10779 IFS=$as_save_IFS
10780
10781   ;;
10782 esac
10783 fi
10784 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
10785 if test -n "$PKG_CONFIG"; then
10786   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
10787 $as_echo "$PKG_CONFIG" >&6; }
10788 else
10789   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10790 $as_echo "no" >&6; }
10791 fi
10792
10793
10794 fi
10795 if test -z "$ac_cv_path_PKG_CONFIG"; then
10796   ac_pt_PKG_CONFIG=$PKG_CONFIG
10797   # Extract the first word of "pkg-config", so it can be a program name with args.
10798 set dummy pkg-config; ac_word=$2
10799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10800 $as_echo_n "checking for $ac_word... " >&6; }
10801 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
10802   $as_echo_n "(cached) " >&6
10803 else
10804   case $ac_pt_PKG_CONFIG in
10805   [\\/]* | ?:[\\/]*)
10806   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
10807   ;;
10808   *)
10809   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10810 for as_dir in $PATH
10811 do
10812   IFS=$as_save_IFS
10813   test -z "$as_dir" && as_dir=.
10814     for ac_exec_ext in '' $ac_executable_extensions; do
10815   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10816     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10817     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10818     break 2
10819   fi
10820 done
10821   done
10822 IFS=$as_save_IFS
10823
10824   ;;
10825 esac
10826 fi
10827 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
10828 if test -n "$ac_pt_PKG_CONFIG"; then
10829   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
10830 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
10831 else
10832   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10833 $as_echo "no" >&6; }
10834 fi
10835
10836   if test "x$ac_pt_PKG_CONFIG" = x; then
10837     PKG_CONFIG=""
10838   else
10839     case $cross_compiling:$ac_tool_warned in
10840 yes:)
10841 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10842 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10843 ac_tool_warned=yes ;;
10844 esac
10845     PKG_CONFIG=$ac_pt_PKG_CONFIG
10846   fi
10847 else
10848   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
10849 fi
10850
10851 fi
10852 if test -n "$PKG_CONFIG"; then
10853         _pkg_min_version=0.9.0
10854         { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
10855 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
10856         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
10857                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10858 $as_echo "yes" >&6; }
10859         else
10860                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10861 $as_echo "no" >&6; }
10862                 PKG_CONFIG=""
10863         fi
10864 fi
10865
10866 pkg_failed=no
10867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MMCOMMON" >&5
10868 $as_echo_n "checking for MMCOMMON... " >&6; }
10869
10870 if test -n "$MMCOMMON_CFLAGS"; then
10871     pkg_cv_MMCOMMON_CFLAGS="$MMCOMMON_CFLAGS"
10872  elif test -n "$PKG_CONFIG"; then
10873     if test -n "$PKG_CONFIG" && \
10874     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mm-common\""; } >&5
10875   ($PKG_CONFIG --exists --print-errors "mm-common") 2>&5
10876   ac_status=$?
10877   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10878   test $ac_status = 0; }; then
10879   pkg_cv_MMCOMMON_CFLAGS=`$PKG_CONFIG --cflags "mm-common" 2>/dev/null`
10880 else
10881   pkg_failed=yes
10882 fi
10883  else
10884     pkg_failed=untried
10885 fi
10886 if test -n "$MMCOMMON_LIBS"; then
10887     pkg_cv_MMCOMMON_LIBS="$MMCOMMON_LIBS"
10888  elif test -n "$PKG_CONFIG"; then
10889     if test -n "$PKG_CONFIG" && \
10890     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mm-common\""; } >&5
10891   ($PKG_CONFIG --exists --print-errors "mm-common") 2>&5
10892   ac_status=$?
10893   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10894   test $ac_status = 0; }; then
10895   pkg_cv_MMCOMMON_LIBS=`$PKG_CONFIG --libs "mm-common" 2>/dev/null`
10896 else
10897   pkg_failed=yes
10898 fi
10899  else
10900     pkg_failed=untried
10901 fi
10902
10903
10904
10905 if test $pkg_failed = yes; then
10906         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10907 $as_echo "no" >&6; }
10908
10909 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
10910         _pkg_short_errors_supported=yes
10911 else
10912         _pkg_short_errors_supported=no
10913 fi
10914         if test $_pkg_short_errors_supported = yes; then
10915                 MMCOMMON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "mm-common" 2>&1`
10916         else
10917                 MMCOMMON_PKG_ERRORS=`$PKG_CONFIG --print-errors "mm-common" 2>&1`
10918         fi
10919         # Put the nasty error message in config.log where it belongs
10920         echo "$MMCOMMON_PKG_ERRORS" >&5
10921
10922         as_fn_error $? "Package requirements (mm-common) were not met:
10923
10924 $MMCOMMON_PKG_ERRORS
10925
10926 Consider adjusting the PKG_CONFIG_PATH environment variable if you
10927 installed software in a non-standard prefix.
10928
10929 Alternatively, you may set the environment variables MMCOMMON_CFLAGS
10930 and MMCOMMON_LIBS to avoid the need to call pkg-config.
10931 See the pkg-config man page for more details." "$LINENO" 5
10932 elif test $pkg_failed = untried; then
10933         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10934 $as_echo "no" >&6; }
10935         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10936 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10937 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
10938 is in your PATH or set the PKG_CONFIG environment variable to the full
10939 path to pkg-config.
10940
10941 Alternatively, you may set the environment variables MMCOMMON_CFLAGS
10942 and MMCOMMON_LIBS to avoid the need to call pkg-config.
10943 See the pkg-config man page for more details.
10944
10945 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
10946 See \`config.log' for more details" "$LINENO" 5 ; }
10947 else
10948         MMCOMMON_CFLAGS=$pkg_cv_MMCOMMON_CFLAGS
10949         MMCOMMON_LIBS=$pkg_cv_MMCOMMON_LIBS
10950         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10951 $as_echo "yes" >&6; }
10952
10953 fi
10954
10955
10956
10957
10958 pkg_failed=no
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MMLOG" >&5
10960 $as_echo_n "checking for MMLOG... " >&6; }
10961
10962 if test -n "$MMLOG_CFLAGS"; then
10963     pkg_cv_MMLOG_CFLAGS="$MMLOG_CFLAGS"
10964  elif test -n "$PKG_CONFIG"; then
10965     if test -n "$PKG_CONFIG" && \
10966     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mm-log\""; } >&5
10967   ($PKG_CONFIG --exists --print-errors "mm-log") 2>&5
10968   ac_status=$?
10969   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10970   test $ac_status = 0; }; then
10971   pkg_cv_MMLOG_CFLAGS=`$PKG_CONFIG --cflags "mm-log" 2>/dev/null`
10972 else
10973   pkg_failed=yes
10974 fi
10975  else
10976     pkg_failed=untried
10977 fi
10978 if test -n "$MMLOG_LIBS"; then
10979     pkg_cv_MMLOG_LIBS="$MMLOG_LIBS"
10980  elif test -n "$PKG_CONFIG"; then
10981     if test -n "$PKG_CONFIG" && \
10982     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mm-log\""; } >&5
10983   ($PKG_CONFIG --exists --print-errors "mm-log") 2>&5
10984   ac_status=$?
10985   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10986   test $ac_status = 0; }; then
10987   pkg_cv_MMLOG_LIBS=`$PKG_CONFIG --libs "mm-log" 2>/dev/null`
10988 else
10989   pkg_failed=yes
10990 fi
10991  else
10992     pkg_failed=untried
10993 fi
10994
10995
10996
10997 if test $pkg_failed = yes; then
10998         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10999 $as_echo "no" >&6; }
11000
11001 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11002         _pkg_short_errors_supported=yes
11003 else
11004         _pkg_short_errors_supported=no
11005 fi
11006         if test $_pkg_short_errors_supported = yes; then
11007                 MMLOG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "mm-log" 2>&1`
11008         else
11009                 MMLOG_PKG_ERRORS=`$PKG_CONFIG --print-errors "mm-log" 2>&1`
11010         fi
11011         # Put the nasty error message in config.log where it belongs
11012         echo "$MMLOG_PKG_ERRORS" >&5
11013
11014         as_fn_error $? "Package requirements (mm-log) were not met:
11015
11016 $MMLOG_PKG_ERRORS
11017
11018 Consider adjusting the PKG_CONFIG_PATH environment variable if you
11019 installed software in a non-standard prefix.
11020
11021 Alternatively, you may set the environment variables MMLOG_CFLAGS
11022 and MMLOG_LIBS to avoid the need to call pkg-config.
11023 See the pkg-config man page for more details." "$LINENO" 5
11024 elif test $pkg_failed = untried; then
11025         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11026 $as_echo "no" >&6; }
11027         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11028 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11029 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
11030 is in your PATH or set the PKG_CONFIG environment variable to the full
11031 path to pkg-config.
11032
11033 Alternatively, you may set the environment variables MMLOG_CFLAGS
11034 and MMLOG_LIBS to avoid the need to call pkg-config.
11035 See the pkg-config man page for more details.
11036
11037 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11038 See \`config.log' for more details" "$LINENO" 5 ; }
11039 else
11040         MMLOG_CFLAGS=$pkg_cv_MMLOG_CFLAGS
11041         MMLOG_LIBS=$pkg_cv_MMLOG_LIBS
11042         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11043 $as_echo "yes" >&6; }
11044
11045 fi
11046
11047
11048
11049
11050 pkg_failed=no
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MMTA" >&5
11052 $as_echo_n "checking for MMTA... " >&6; }
11053
11054 if test -n "$MMTA_CFLAGS"; then
11055     pkg_cv_MMTA_CFLAGS="$MMTA_CFLAGS"
11056  elif test -n "$PKG_CONFIG"; then
11057     if test -n "$PKG_CONFIG" && \
11058     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mm-ta\""; } >&5
11059   ($PKG_CONFIG --exists --print-errors "mm-ta") 2>&5
11060   ac_status=$?
11061   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11062   test $ac_status = 0; }; then
11063   pkg_cv_MMTA_CFLAGS=`$PKG_CONFIG --cflags "mm-ta" 2>/dev/null`
11064 else
11065   pkg_failed=yes
11066 fi
11067  else
11068     pkg_failed=untried
11069 fi
11070 if test -n "$MMTA_LIBS"; then
11071     pkg_cv_MMTA_LIBS="$MMTA_LIBS"
11072  elif test -n "$PKG_CONFIG"; then
11073     if test -n "$PKG_CONFIG" && \
11074     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mm-ta\""; } >&5
11075   ($PKG_CONFIG --exists --print-errors "mm-ta") 2>&5
11076   ac_status=$?
11077   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11078   test $ac_status = 0; }; then
11079   pkg_cv_MMTA_LIBS=`$PKG_CONFIG --libs "mm-ta" 2>/dev/null`
11080 else
11081   pkg_failed=yes
11082 fi
11083  else
11084     pkg_failed=untried
11085 fi
11086
11087
11088
11089 if test $pkg_failed = yes; then
11090         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11091 $as_echo "no" >&6; }
11092
11093 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11094         _pkg_short_errors_supported=yes
11095 else
11096         _pkg_short_errors_supported=no
11097 fi
11098         if test $_pkg_short_errors_supported = yes; then
11099                 MMTA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "mm-ta" 2>&1`
11100         else
11101                 MMTA_PKG_ERRORS=`$PKG_CONFIG --print-errors "mm-ta" 2>&1`
11102         fi
11103         # Put the nasty error message in config.log where it belongs
11104         echo "$MMTA_PKG_ERRORS" >&5
11105
11106         as_fn_error $? "Package requirements (mm-ta) were not met:
11107
11108 $MMTA_PKG_ERRORS
11109
11110 Consider adjusting the PKG_CONFIG_PATH environment variable if you
11111 installed software in a non-standard prefix.
11112
11113 Alternatively, you may set the environment variables MMTA_CFLAGS
11114 and MMTA_LIBS to avoid the need to call pkg-config.
11115 See the pkg-config man page for more details." "$LINENO" 5
11116 elif test $pkg_failed = untried; then
11117         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11118 $as_echo "no" >&6; }
11119         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11120 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11121 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
11122 is in your PATH or set the PKG_CONFIG environment variable to the full
11123 path to pkg-config.
11124
11125 Alternatively, you may set the environment variables MMTA_CFLAGS
11126 and MMTA_LIBS to avoid the need to call pkg-config.
11127 See the pkg-config man page for more details.
11128
11129 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11130 See \`config.log' for more details" "$LINENO" 5 ; }
11131 else
11132         MMTA_CFLAGS=$pkg_cv_MMTA_CFLAGS
11133         MMTA_LIBS=$pkg_cv_MMTA_LIBS
11134         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11135 $as_echo "yes" >&6; }
11136
11137 fi
11138
11139
11140
11141
11142 pkg_failed=no
11143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB" >&5
11144 $as_echo_n "checking for GLIB... " >&6; }
11145
11146 if test -n "$GLIB_CFLAGS"; then
11147     pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS"
11148  elif test -n "$PKG_CONFIG"; then
11149     if test -n "$PKG_CONFIG" && \
11150     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5
11151   ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
11152   ac_status=$?
11153   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11154   test $ac_status = 0; }; then
11155   pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null`
11156 else
11157   pkg_failed=yes
11158 fi
11159  else
11160     pkg_failed=untried
11161 fi
11162 if test -n "$GLIB_LIBS"; then
11163     pkg_cv_GLIB_LIBS="$GLIB_LIBS"
11164  elif test -n "$PKG_CONFIG"; then
11165     if test -n "$PKG_CONFIG" && \
11166     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5
11167   ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
11168   ac_status=$?
11169   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11170   test $ac_status = 0; }; then
11171   pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null`
11172 else
11173   pkg_failed=yes
11174 fi
11175  else
11176     pkg_failed=untried
11177 fi
11178
11179
11180
11181 if test $pkg_failed = yes; then
11182         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11183 $as_echo "no" >&6; }
11184
11185 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11186         _pkg_short_errors_supported=yes
11187 else
11188         _pkg_short_errors_supported=no
11189 fi
11190         if test $_pkg_short_errors_supported = yes; then
11191                 GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0" 2>&1`
11192         else
11193                 GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0" 2>&1`
11194         fi
11195         # Put the nasty error message in config.log where it belongs
11196         echo "$GLIB_PKG_ERRORS" >&5
11197
11198         as_fn_error $? "Package requirements (glib-2.0) were not met:
11199
11200 $GLIB_PKG_ERRORS
11201
11202 Consider adjusting the PKG_CONFIG_PATH environment variable if you
11203 installed software in a non-standard prefix.
11204
11205 Alternatively, you may set the environment variables GLIB_CFLAGS
11206 and GLIB_LIBS to avoid the need to call pkg-config.
11207 See the pkg-config man page for more details." "$LINENO" 5
11208 elif test $pkg_failed = untried; then
11209         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11210 $as_echo "no" >&6; }
11211         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11212 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11213 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
11214 is in your PATH or set the PKG_CONFIG environment variable to the full
11215 path to pkg-config.
11216
11217 Alternatively, you may set the environment variables GLIB_CFLAGS
11218 and GLIB_LIBS to avoid the need to call pkg-config.
11219 See the pkg-config man page for more details.
11220
11221 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11222 See \`config.log' for more details" "$LINENO" 5 ; }
11223 else
11224         GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS
11225         GLIB_LIBS=$pkg_cv_GLIB_LIBS
11226         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11227 $as_echo "yes" >&6; }
11228
11229 fi
11230
11231
11232
11233
11234 pkg_failed=no
11235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GST" >&5
11236 $as_echo_n "checking for GST... " >&6; }
11237
11238 if test -n "$GST_CFLAGS"; then
11239     pkg_cv_GST_CFLAGS="$GST_CFLAGS"
11240  elif test -n "$PKG_CONFIG"; then
11241     if test -n "$PKG_CONFIG" && \
11242     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 >= 0.10\""; } >&5
11243   ($PKG_CONFIG --exists --print-errors "gstreamer-0.10 >= 0.10") 2>&5
11244   ac_status=$?
11245   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11246   test $ac_status = 0; }; then
11247   pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.10 >= 0.10" 2>/dev/null`
11248 else
11249   pkg_failed=yes
11250 fi
11251  else
11252     pkg_failed=untried
11253 fi
11254 if test -n "$GST_LIBS"; then
11255     pkg_cv_GST_LIBS="$GST_LIBS"
11256  elif test -n "$PKG_CONFIG"; then
11257     if test -n "$PKG_CONFIG" && \
11258     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 >= 0.10\""; } >&5
11259   ($PKG_CONFIG --exists --print-errors "gstreamer-0.10 >= 0.10") 2>&5
11260   ac_status=$?
11261   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11262   test $ac_status = 0; }; then
11263   pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-0.10 >= 0.10" 2>/dev/null`
11264 else
11265   pkg_failed=yes
11266 fi
11267  else
11268     pkg_failed=untried
11269 fi
11270
11271
11272
11273 if test $pkg_failed = yes; then
11274         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11275 $as_echo "no" >&6; }
11276
11277 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11278         _pkg_short_errors_supported=yes
11279 else
11280         _pkg_short_errors_supported=no
11281 fi
11282         if test $_pkg_short_errors_supported = yes; then
11283                 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gstreamer-0.10 >= 0.10" 2>&1`
11284         else
11285                 GST_PKG_ERRORS=`$PKG_CONFIG --print-errors "gstreamer-0.10 >= 0.10" 2>&1`
11286         fi
11287         # Put the nasty error message in config.log where it belongs
11288         echo "$GST_PKG_ERRORS" >&5
11289
11290         as_fn_error $? "Package requirements (gstreamer-0.10 >= 0.10) were not met:
11291
11292 $GST_PKG_ERRORS
11293
11294 Consider adjusting the PKG_CONFIG_PATH environment variable if you
11295 installed software in a non-standard prefix.
11296
11297 Alternatively, you may set the environment variables GST_CFLAGS
11298 and GST_LIBS to avoid the need to call pkg-config.
11299 See the pkg-config man page for more details." "$LINENO" 5
11300 elif test $pkg_failed = untried; then
11301         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11302 $as_echo "no" >&6; }
11303         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11304 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11305 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
11306 is in your PATH or set the PKG_CONFIG environment variable to the full
11307 path to pkg-config.
11308
11309 Alternatively, you may set the environment variables GST_CFLAGS
11310 and GST_LIBS to avoid the need to call pkg-config.
11311 See the pkg-config man page for more details.
11312
11313 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11314 See \`config.log' for more details" "$LINENO" 5 ; }
11315 else
11316         GST_CFLAGS=$pkg_cv_GST_CFLAGS
11317         GST_LIBS=$pkg_cv_GST_LIBS
11318         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11319 $as_echo "yes" >&6; }
11320
11321 fi
11322
11323
11324
11325
11326 pkg_failed=no
11327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GST_PLUGIN_BASE" >&5
11328 $as_echo_n "checking for GST_PLUGIN_BASE... " >&6; }
11329
11330 if test -n "$GST_PLUGIN_BASE_CFLAGS"; then
11331     pkg_cv_GST_PLUGIN_BASE_CFLAGS="$GST_PLUGIN_BASE_CFLAGS"
11332  elif test -n "$PKG_CONFIG"; then
11333     if test -n "$PKG_CONFIG" && \
11334     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-plugins-base-0.10 >= 0.10\""; } >&5
11335   ($PKG_CONFIG --exists --print-errors "gstreamer-plugins-base-0.10 >= 0.10") 2>&5
11336   ac_status=$?
11337   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11338   test $ac_status = 0; }; then
11339   pkg_cv_GST_PLUGIN_BASE_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-plugins-base-0.10 >= 0.10" 2>/dev/null`
11340 else
11341   pkg_failed=yes
11342 fi
11343  else
11344     pkg_failed=untried
11345 fi
11346 if test -n "$GST_PLUGIN_BASE_LIBS"; then
11347     pkg_cv_GST_PLUGIN_BASE_LIBS="$GST_PLUGIN_BASE_LIBS"
11348  elif test -n "$PKG_CONFIG"; then
11349     if test -n "$PKG_CONFIG" && \
11350     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-plugins-base-0.10 >= 0.10\""; } >&5
11351   ($PKG_CONFIG --exists --print-errors "gstreamer-plugins-base-0.10 >= 0.10") 2>&5
11352   ac_status=$?
11353   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11354   test $ac_status = 0; }; then
11355   pkg_cv_GST_PLUGIN_BASE_LIBS=`$PKG_CONFIG --libs "gstreamer-plugins-base-0.10 >= 0.10" 2>/dev/null`
11356 else
11357   pkg_failed=yes
11358 fi
11359  else
11360     pkg_failed=untried
11361 fi
11362
11363
11364
11365 if test $pkg_failed = yes; then
11366         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11367 $as_echo "no" >&6; }
11368
11369 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11370         _pkg_short_errors_supported=yes
11371 else
11372         _pkg_short_errors_supported=no
11373 fi
11374         if test $_pkg_short_errors_supported = yes; then
11375                 GST_PLUGIN_BASE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gstreamer-plugins-base-0.10 >= 0.10" 2>&1`
11376         else
11377                 GST_PLUGIN_BASE_PKG_ERRORS=`$PKG_CONFIG --print-errors "gstreamer-plugins-base-0.10 >= 0.10" 2>&1`
11378         fi
11379         # Put the nasty error message in config.log where it belongs
11380         echo "$GST_PLUGIN_BASE_PKG_ERRORS" >&5
11381
11382         as_fn_error $? "Package requirements (gstreamer-plugins-base-0.10 >= 0.10) were not met:
11383
11384 $GST_PLUGIN_BASE_PKG_ERRORS
11385
11386 Consider adjusting the PKG_CONFIG_PATH environment variable if you
11387 installed software in a non-standard prefix.
11388
11389 Alternatively, you may set the environment variables GST_PLUGIN_BASE_CFLAGS
11390 and GST_PLUGIN_BASE_LIBS to avoid the need to call pkg-config.
11391 See the pkg-config man page for more details." "$LINENO" 5
11392 elif test $pkg_failed = untried; then
11393         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11394 $as_echo "no" >&6; }
11395         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11396 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11397 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
11398 is in your PATH or set the PKG_CONFIG environment variable to the full
11399 path to pkg-config.
11400
11401 Alternatively, you may set the environment variables GST_PLUGIN_BASE_CFLAGS
11402 and GST_PLUGIN_BASE_LIBS to avoid the need to call pkg-config.
11403 See the pkg-config man page for more details.
11404
11405 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11406 See \`config.log' for more details" "$LINENO" 5 ; }
11407 else
11408         GST_PLUGIN_BASE_CFLAGS=$pkg_cv_GST_PLUGIN_BASE_CFLAGS
11409         GST_PLUGIN_BASE_LIBS=$pkg_cv_GST_PLUGIN_BASE_LIBS
11410         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11411 $as_echo "yes" >&6; }
11412
11413 fi
11414
11415
11416
11417
11418 pkg_failed=no
11419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GST_INTERFACE" >&5
11420 $as_echo_n "checking for GST_INTERFACE... " >&6; }
11421
11422 if test -n "$GST_INTERFACE_CFLAGS"; then
11423     pkg_cv_GST_INTERFACE_CFLAGS="$GST_INTERFACE_CFLAGS"
11424  elif test -n "$PKG_CONFIG"; then
11425     if test -n "$PKG_CONFIG" && \
11426     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-interfaces-0.10 >= 0.10\""; } >&5
11427   ($PKG_CONFIG --exists --print-errors "gstreamer-interfaces-0.10 >= 0.10") 2>&5
11428   ac_status=$?
11429   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11430   test $ac_status = 0; }; then
11431   pkg_cv_GST_INTERFACE_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-interfaces-0.10 >= 0.10" 2>/dev/null`
11432 else
11433   pkg_failed=yes
11434 fi
11435  else
11436     pkg_failed=untried
11437 fi
11438 if test -n "$GST_INTERFACE_LIBS"; then
11439     pkg_cv_GST_INTERFACE_LIBS="$GST_INTERFACE_LIBS"
11440  elif test -n "$PKG_CONFIG"; then
11441     if test -n "$PKG_CONFIG" && \
11442     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-interfaces-0.10 >= 0.10\""; } >&5
11443   ($PKG_CONFIG --exists --print-errors "gstreamer-interfaces-0.10 >= 0.10") 2>&5
11444   ac_status=$?
11445   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11446   test $ac_status = 0; }; then
11447   pkg_cv_GST_INTERFACE_LIBS=`$PKG_CONFIG --libs "gstreamer-interfaces-0.10 >= 0.10" 2>/dev/null`
11448 else
11449   pkg_failed=yes
11450 fi
11451  else
11452     pkg_failed=untried
11453 fi
11454
11455
11456
11457 if test $pkg_failed = yes; then
11458         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11459 $as_echo "no" >&6; }
11460
11461 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11462         _pkg_short_errors_supported=yes
11463 else
11464         _pkg_short_errors_supported=no
11465 fi
11466         if test $_pkg_short_errors_supported = yes; then
11467                 GST_INTERFACE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gstreamer-interfaces-0.10 >= 0.10" 2>&1`
11468         else
11469                 GST_INTERFACE_PKG_ERRORS=`$PKG_CONFIG --print-errors "gstreamer-interfaces-0.10 >= 0.10" 2>&1`
11470         fi
11471         # Put the nasty error message in config.log where it belongs
11472         echo "$GST_INTERFACE_PKG_ERRORS" >&5
11473
11474         as_fn_error $? "Package requirements (gstreamer-interfaces-0.10 >= 0.10) were not met:
11475
11476 $GST_INTERFACE_PKG_ERRORS
11477
11478 Consider adjusting the PKG_CONFIG_PATH environment variable if you
11479 installed software in a non-standard prefix.
11480
11481 Alternatively, you may set the environment variables GST_INTERFACE_CFLAGS
11482 and GST_INTERFACE_LIBS to avoid the need to call pkg-config.
11483 See the pkg-config man page for more details." "$LINENO" 5
11484 elif test $pkg_failed = untried; then
11485         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11486 $as_echo "no" >&6; }
11487         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11488 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11489 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
11490 is in your PATH or set the PKG_CONFIG environment variable to the full
11491 path to pkg-config.
11492
11493 Alternatively, you may set the environment variables GST_INTERFACE_CFLAGS
11494 and GST_INTERFACE_LIBS to avoid the need to call pkg-config.
11495 See the pkg-config man page for more details.
11496
11497 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11498 See \`config.log' for more details" "$LINENO" 5 ; }
11499 else
11500         GST_INTERFACE_CFLAGS=$pkg_cv_GST_INTERFACE_CFLAGS
11501         GST_INTERFACE_LIBS=$pkg_cv_GST_INTERFACE_LIBS
11502         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11503 $as_echo "yes" >&6; }
11504
11505 fi
11506
11507
11508
11509
11510 pkg_failed=no
11511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GSTAPP" >&5
11512 $as_echo_n "checking for GSTAPP... " >&6; }
11513
11514 if test -n "$GSTAPP_CFLAGS"; then
11515     pkg_cv_GSTAPP_CFLAGS="$GSTAPP_CFLAGS"
11516  elif test -n "$PKG_CONFIG"; then
11517     if test -n "$PKG_CONFIG" && \
11518     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-app-0.10 >= 0.10\""; } >&5
11519   ($PKG_CONFIG --exists --print-errors "gstreamer-app-0.10 >= 0.10") 2>&5
11520   ac_status=$?
11521   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11522   test $ac_status = 0; }; then
11523   pkg_cv_GSTAPP_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-app-0.10 >= 0.10" 2>/dev/null`
11524 else
11525   pkg_failed=yes
11526 fi
11527  else
11528     pkg_failed=untried
11529 fi
11530 if test -n "$GSTAPP_LIBS"; then
11531     pkg_cv_GSTAPP_LIBS="$GSTAPP_LIBS"
11532  elif test -n "$PKG_CONFIG"; then
11533     if test -n "$PKG_CONFIG" && \
11534     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-app-0.10 >= 0.10\""; } >&5
11535   ($PKG_CONFIG --exists --print-errors "gstreamer-app-0.10 >= 0.10") 2>&5
11536   ac_status=$?
11537   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11538   test $ac_status = 0; }; then
11539   pkg_cv_GSTAPP_LIBS=`$PKG_CONFIG --libs "gstreamer-app-0.10 >= 0.10" 2>/dev/null`
11540 else
11541   pkg_failed=yes
11542 fi
11543  else
11544     pkg_failed=untried
11545 fi
11546
11547
11548
11549 if test $pkg_failed = yes; then
11550         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11551 $as_echo "no" >&6; }
11552
11553 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11554         _pkg_short_errors_supported=yes
11555 else
11556         _pkg_short_errors_supported=no
11557 fi
11558         if test $_pkg_short_errors_supported = yes; then
11559                 GSTAPP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gstreamer-app-0.10 >= 0.10" 2>&1`
11560         else
11561                 GSTAPP_PKG_ERRORS=`$PKG_CONFIG --print-errors "gstreamer-app-0.10 >= 0.10" 2>&1`
11562         fi
11563         # Put the nasty error message in config.log where it belongs
11564         echo "$GSTAPP_PKG_ERRORS" >&5
11565
11566         as_fn_error $? "Package requirements (gstreamer-app-0.10 >= 0.10) were not met:
11567
11568 $GSTAPP_PKG_ERRORS
11569
11570 Consider adjusting the PKG_CONFIG_PATH environment variable if you
11571 installed software in a non-standard prefix.
11572
11573 Alternatively, you may set the environment variables GSTAPP_CFLAGS
11574 and GSTAPP_LIBS to avoid the need to call pkg-config.
11575 See the pkg-config man page for more details." "$LINENO" 5
11576 elif test $pkg_failed = untried; then
11577         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11578 $as_echo "no" >&6; }
11579         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11580 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11581 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
11582 is in your PATH or set the PKG_CONFIG environment variable to the full
11583 path to pkg-config.
11584
11585 Alternatively, you may set the environment variables GSTAPP_CFLAGS
11586 and GSTAPP_LIBS to avoid the need to call pkg-config.
11587 See the pkg-config man page for more details.
11588
11589 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11590 See \`config.log' for more details" "$LINENO" 5 ; }
11591 else
11592         GSTAPP_CFLAGS=$pkg_cv_GSTAPP_CFLAGS
11593         GSTAPP_LIBS=$pkg_cv_GSTAPP_LIBS
11594         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11595 $as_echo "yes" >&6; }
11596
11597 fi
11598
11599
11600
11601
11602 pkg_failed=no
11603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GSTPBUTILS" >&5
11604 $as_echo_n "checking for GSTPBUTILS... " >&6; }
11605
11606 if test -n "$GSTPBUTILS_CFLAGS"; then
11607     pkg_cv_GSTPBUTILS_CFLAGS="$GSTPBUTILS_CFLAGS"
11608  elif test -n "$PKG_CONFIG"; then
11609     if test -n "$PKG_CONFIG" && \
11610     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-pbutils-0.10 >= 0.10\""; } >&5
11611   ($PKG_CONFIG --exists --print-errors "gstreamer-pbutils-0.10 >= 0.10") 2>&5
11612   ac_status=$?
11613   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11614   test $ac_status = 0; }; then
11615   pkg_cv_GSTPBUTILS_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-pbutils-0.10 >= 0.10" 2>/dev/null`
11616 else
11617   pkg_failed=yes
11618 fi
11619  else
11620     pkg_failed=untried
11621 fi
11622 if test -n "$GSTPBUTILS_LIBS"; then
11623     pkg_cv_GSTPBUTILS_LIBS="$GSTPBUTILS_LIBS"
11624  elif test -n "$PKG_CONFIG"; then
11625     if test -n "$PKG_CONFIG" && \
11626     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-pbutils-0.10 >= 0.10\""; } >&5
11627   ($PKG_CONFIG --exists --print-errors "gstreamer-pbutils-0.10 >= 0.10") 2>&5
11628   ac_status=$?
11629   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11630   test $ac_status = 0; }; then
11631   pkg_cv_GSTPBUTILS_LIBS=`$PKG_CONFIG --libs "gstreamer-pbutils-0.10 >= 0.10" 2>/dev/null`
11632 else
11633   pkg_failed=yes
11634 fi
11635  else
11636     pkg_failed=untried
11637 fi
11638
11639
11640
11641 if test $pkg_failed = yes; then
11642         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11643 $as_echo "no" >&6; }
11644
11645 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11646         _pkg_short_errors_supported=yes
11647 else
11648         _pkg_short_errors_supported=no
11649 fi
11650         if test $_pkg_short_errors_supported = yes; then
11651                 GSTPBUTILS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gstreamer-pbutils-0.10 >= 0.10" 2>&1`
11652         else
11653                 GSTPBUTILS_PKG_ERRORS=`$PKG_CONFIG --print-errors "gstreamer-pbutils-0.10 >= 0.10" 2>&1`
11654         fi
11655         # Put the nasty error message in config.log where it belongs
11656         echo "$GSTPBUTILS_PKG_ERRORS" >&5
11657
11658         as_fn_error $? "Package requirements (gstreamer-pbutils-0.10 >= 0.10) were not met:
11659
11660 $GSTPBUTILS_PKG_ERRORS
11661
11662 Consider adjusting the PKG_CONFIG_PATH environment variable if you
11663 installed software in a non-standard prefix.
11664
11665 Alternatively, you may set the environment variables GSTPBUTILS_CFLAGS
11666 and GSTPBUTILS_LIBS to avoid the need to call pkg-config.
11667 See the pkg-config man page for more details." "$LINENO" 5
11668 elif test $pkg_failed = untried; then
11669         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11670 $as_echo "no" >&6; }
11671         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11672 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11673 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
11674 is in your PATH or set the PKG_CONFIG environment variable to the full
11675 path to pkg-config.
11676
11677 Alternatively, you may set the environment variables GSTPBUTILS_CFLAGS
11678 and GSTPBUTILS_LIBS to avoid the need to call pkg-config.
11679 See the pkg-config man page for more details.
11680
11681 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11682 See \`config.log' for more details" "$LINENO" 5 ; }
11683 else
11684         GSTPBUTILS_CFLAGS=$pkg_cv_GSTPBUTILS_CFLAGS
11685         GSTPBUTILS_LIBS=$pkg_cv_GSTPBUTILS_LIBS
11686         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11687 $as_echo "yes" >&6; }
11688
11689 fi
11690
11691
11692
11693
11694 pkg_failed=no
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GMODULE" >&5
11696 $as_echo_n "checking for GMODULE... " >&6; }
11697
11698 if test -n "$GMODULE_CFLAGS"; then
11699     pkg_cv_GMODULE_CFLAGS="$GMODULE_CFLAGS"
11700  elif test -n "$PKG_CONFIG"; then
11701     if test -n "$PKG_CONFIG" && \
11702     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gmodule-2.0\""; } >&5
11703   ($PKG_CONFIG --exists --print-errors "gmodule-2.0") 2>&5
11704   ac_status=$?
11705   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11706   test $ac_status = 0; }; then
11707   pkg_cv_GMODULE_CFLAGS=`$PKG_CONFIG --cflags "gmodule-2.0" 2>/dev/null`
11708 else
11709   pkg_failed=yes
11710 fi
11711  else
11712     pkg_failed=untried
11713 fi
11714 if test -n "$GMODULE_LIBS"; then
11715     pkg_cv_GMODULE_LIBS="$GMODULE_LIBS"
11716  elif test -n "$PKG_CONFIG"; then
11717     if test -n "$PKG_CONFIG" && \
11718     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gmodule-2.0\""; } >&5
11719   ($PKG_CONFIG --exists --print-errors "gmodule-2.0") 2>&5
11720   ac_status=$?
11721   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11722   test $ac_status = 0; }; then
11723   pkg_cv_GMODULE_LIBS=`$PKG_CONFIG --libs "gmodule-2.0" 2>/dev/null`
11724 else
11725   pkg_failed=yes
11726 fi
11727  else
11728     pkg_failed=untried
11729 fi
11730
11731
11732
11733 if test $pkg_failed = yes; then
11734         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11735 $as_echo "no" >&6; }
11736
11737 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11738         _pkg_short_errors_supported=yes
11739 else
11740         _pkg_short_errors_supported=no
11741 fi
11742         if test $_pkg_short_errors_supported = yes; then
11743                 GMODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gmodule-2.0" 2>&1`
11744         else
11745                 GMODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors "gmodule-2.0" 2>&1`
11746         fi
11747         # Put the nasty error message in config.log where it belongs
11748         echo "$GMODULE_PKG_ERRORS" >&5
11749
11750         as_fn_error $? "Package requirements (gmodule-2.0) were not met:
11751
11752 $GMODULE_PKG_ERRORS
11753
11754 Consider adjusting the PKG_CONFIG_PATH environment variable if you
11755 installed software in a non-standard prefix.
11756
11757 Alternatively, you may set the environment variables GMODULE_CFLAGS
11758 and GMODULE_LIBS to avoid the need to call pkg-config.
11759 See the pkg-config man page for more details." "$LINENO" 5
11760 elif test $pkg_failed = untried; then
11761         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11762 $as_echo "no" >&6; }
11763         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11764 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11765 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
11766 is in your PATH or set the PKG_CONFIG environment variable to the full
11767 path to pkg-config.
11768
11769 Alternatively, you may set the environment variables GMODULE_CFLAGS
11770 and GMODULE_LIBS to avoid the need to call pkg-config.
11771 See the pkg-config man page for more details.
11772
11773 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11774 See \`config.log' for more details" "$LINENO" 5 ; }
11775 else
11776         GMODULE_CFLAGS=$pkg_cv_GMODULE_CFLAGS
11777         GMODULE_LIBS=$pkg_cv_GMODULE_LIBS
11778         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11779 $as_echo "yes" >&6; }
11780
11781 fi
11782
11783
11784
11785 ac_config_files="$ac_config_files Makefile transcode/Makefile transcode/test/Makefile transcode/mm-transcode.pc"
11786
11787 cat >confcache <<\_ACEOF
11788 # This file is a shell script that caches the results of configure
11789 # tests run on this system so they can be shared between configure
11790 # scripts and configure runs, see configure's option --config-cache.
11791 # It is not useful on other systems.  If it contains results you don't
11792 # want to keep, you may remove or edit it.
11793 #
11794 # config.status only pays attention to the cache file if you give it
11795 # the --recheck option to rerun configure.
11796 #
11797 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11798 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11799 # following values.
11800
11801 _ACEOF
11802
11803 # The following way of writing the cache mishandles newlines in values,
11804 # but we know of no workaround that is simple, portable, and efficient.
11805 # So, we kill variables containing newlines.
11806 # Ultrix sh set writes to stderr and can't be redirected directly,
11807 # and sets the high bit in the cache file unless we assign to the vars.
11808 (
11809   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11810     eval ac_val=\$$ac_var
11811     case $ac_val in #(
11812     *${as_nl}*)
11813       case $ac_var in #(
11814       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11815 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11816       esac
11817       case $ac_var in #(
11818       _ | IFS | as_nl) ;; #(
11819       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11820       *) { eval $ac_var=; unset $ac_var;} ;;
11821       esac ;;
11822     esac
11823   done
11824
11825   (set) 2>&1 |
11826     case $as_nl`(ac_space=' '; set) 2>&1` in #(
11827     *${as_nl}ac_space=\ *)
11828       # `set' does not quote correctly, so add quotes: double-quote
11829       # substitution turns \\\\ into \\, and sed turns \\ into \.
11830       sed -n \
11831         "s/'/'\\\\''/g;
11832           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11833       ;; #(
11834     *)
11835       # `set' quotes correctly as required by POSIX, so do not add quotes.
11836       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11837       ;;
11838     esac |
11839     sort
11840 ) |
11841   sed '
11842      /^ac_cv_env_/b end
11843      t clear
11844      :clear
11845      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11846      t end
11847      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11848      :end' >>confcache
11849 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11850   if test -w "$cache_file"; then
11851     test "x$cache_file" != "x/dev/null" &&
11852       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11853 $as_echo "$as_me: updating cache $cache_file" >&6;}
11854     cat confcache >$cache_file
11855   else
11856     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11857 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11858   fi
11859 fi
11860 rm -f confcache
11861
11862 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11863 # Let make expand exec_prefix.
11864 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11865
11866 DEFS=-DHAVE_CONFIG_H
11867
11868 ac_libobjs=
11869 ac_ltlibobjs=
11870 U=
11871 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11872   # 1. Remove the extension, and $U if already installed.
11873   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11874   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11875   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
11876   #    will be set to the directory where LIBOBJS objects are built.
11877   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11878   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11879 done
11880 LIBOBJS=$ac_libobjs
11881
11882 LTLIBOBJS=$ac_ltlibobjs
11883
11884
11885  if test -n "$EXEEXT"; then
11886   am__EXEEXT_TRUE=
11887   am__EXEEXT_FALSE='#'
11888 else
11889   am__EXEEXT_TRUE='#'
11890   am__EXEEXT_FALSE=
11891 fi
11892
11893 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11894   as_fn_error $? "conditional \"AMDEP\" was never defined.
11895 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11896 fi
11897 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11898   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
11899 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11900 fi
11901
11902 : ${CONFIG_STATUS=./config.status}
11903 ac_write_fail=0
11904 ac_clean_files_save=$ac_clean_files
11905 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11906 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11907 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11908 as_write_fail=0
11909 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11910 #! $SHELL
11911 # Generated by $as_me.
11912 # Run this file to recreate the current configuration.
11913 # Compiler output produced by configure, useful for debugging
11914 # configure, is in config.log if it exists.
11915
11916 debug=false
11917 ac_cs_recheck=false
11918 ac_cs_silent=false
11919
11920 SHELL=\${CONFIG_SHELL-$SHELL}
11921 export SHELL
11922 _ASEOF
11923 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11924 ## -------------------- ##
11925 ## M4sh Initialization. ##
11926 ## -------------------- ##
11927
11928 # Be more Bourne compatible
11929 DUALCASE=1; export DUALCASE # for MKS sh
11930 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11931   emulate sh
11932   NULLCMD=:
11933   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11934   # is contrary to our usage.  Disable this feature.
11935   alias -g '${1+"$@"}'='"$@"'
11936   setopt NO_GLOB_SUBST
11937 else
11938   case `(set -o) 2>/dev/null` in #(
11939   *posix*) :
11940     set -o posix ;; #(
11941   *) :
11942      ;;
11943 esac
11944 fi
11945
11946
11947 as_nl='
11948 '
11949 export as_nl
11950 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11951 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11952 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11953 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11954 # Prefer a ksh shell builtin over an external printf program on Solaris,
11955 # but without wasting forks for bash or zsh.
11956 if test -z "$BASH_VERSION$ZSH_VERSION" \
11957     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11958   as_echo='print -r --'
11959   as_echo_n='print -rn --'
11960 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11961   as_echo='printf %s\n'
11962   as_echo_n='printf %s'
11963 else
11964   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11965     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11966     as_echo_n='/usr/ucb/echo -n'
11967   else
11968     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11969     as_echo_n_body='eval
11970       arg=$1;
11971       case $arg in #(
11972       *"$as_nl"*)
11973         expr "X$arg" : "X\\(.*\\)$as_nl";
11974         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11975       esac;
11976       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11977     '
11978     export as_echo_n_body
11979     as_echo_n='sh -c $as_echo_n_body as_echo'
11980   fi
11981   export as_echo_body
11982   as_echo='sh -c $as_echo_body as_echo'
11983 fi
11984
11985 # The user is always right.
11986 if test "${PATH_SEPARATOR+set}" != set; then
11987   PATH_SEPARATOR=:
11988   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11989     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11990       PATH_SEPARATOR=';'
11991   }
11992 fi
11993
11994
11995 # IFS
11996 # We need space, tab and new line, in precisely that order.  Quoting is
11997 # there to prevent editors from complaining about space-tab.
11998 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11999 # splitting by setting IFS to empty value.)
12000 IFS=" ""        $as_nl"
12001
12002 # Find who we are.  Look in the path if we contain no directory separator.
12003 case $0 in #((
12004   *[\\/]* ) as_myself=$0 ;;
12005   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12006 for as_dir in $PATH
12007 do
12008   IFS=$as_save_IFS
12009   test -z "$as_dir" && as_dir=.
12010     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12011   done
12012 IFS=$as_save_IFS
12013
12014      ;;
12015 esac
12016 # We did not find ourselves, most probably we were run as `sh COMMAND'
12017 # in which case we are not to be found in the path.
12018 if test "x$as_myself" = x; then
12019   as_myself=$0
12020 fi
12021 if test ! -f "$as_myself"; then
12022   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12023   exit 1
12024 fi
12025
12026 # Unset variables that we do not need and which cause bugs (e.g. in
12027 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
12028 # suppresses any "Segmentation fault" message there.  '((' could
12029 # trigger a bug in pdksh 5.2.14.
12030 for as_var in BASH_ENV ENV MAIL MAILPATH
12031 do eval test x\${$as_var+set} = xset \
12032   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12033 done
12034 PS1='$ '
12035 PS2='> '
12036 PS4='+ '
12037
12038 # NLS nuisances.
12039 LC_ALL=C
12040 export LC_ALL
12041 LANGUAGE=C
12042 export LANGUAGE
12043
12044 # CDPATH.
12045 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12046
12047
12048 # as_fn_error STATUS ERROR [LINENO LOG_FD]
12049 # ----------------------------------------
12050 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12051 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12052 # script with STATUS, using 1 if that was 0.
12053 as_fn_error ()
12054 {
12055   as_status=$1; test $as_status -eq 0 && as_status=1
12056   if test "$4"; then
12057     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12058     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
12059   fi
12060   $as_echo "$as_me: error: $2" >&2
12061   as_fn_exit $as_status
12062 } # as_fn_error
12063
12064
12065 # as_fn_set_status STATUS
12066 # -----------------------
12067 # Set $? to STATUS, without forking.
12068 as_fn_set_status ()
12069 {
12070   return $1
12071 } # as_fn_set_status
12072
12073 # as_fn_exit STATUS
12074 # -----------------
12075 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12076 as_fn_exit ()
12077 {
12078   set +e
12079   as_fn_set_status $1
12080   exit $1
12081 } # as_fn_exit
12082
12083 # as_fn_unset VAR
12084 # ---------------
12085 # Portably unset VAR.
12086 as_fn_unset ()
12087 {
12088   { eval $1=; unset $1;}
12089 }
12090 as_unset=as_fn_unset
12091 # as_fn_append VAR VALUE
12092 # ----------------------
12093 # Append the text in VALUE to the end of the definition contained in VAR. Take
12094 # advantage of any shell optimizations that allow amortized linear growth over
12095 # repeated appends, instead of the typical quadratic growth present in naive
12096 # implementations.
12097 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12098   eval 'as_fn_append ()
12099   {
12100     eval $1+=\$2
12101   }'
12102 else
12103   as_fn_append ()
12104   {
12105     eval $1=\$$1\$2
12106   }
12107 fi # as_fn_append
12108
12109 # as_fn_arith ARG...
12110 # ------------------
12111 # Perform arithmetic evaluation on the ARGs, and store the result in the
12112 # global $as_val. Take advantage of shells that can avoid forks. The arguments
12113 # must be portable across $(()) and expr.
12114 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12115   eval 'as_fn_arith ()
12116   {
12117     as_val=$(( $* ))
12118   }'
12119 else
12120   as_fn_arith ()
12121   {
12122     as_val=`expr "$@" || test $? -eq 1`
12123   }
12124 fi # as_fn_arith
12125
12126
12127 if expr a : '\(a\)' >/dev/null 2>&1 &&
12128    test "X`expr 00001 : '.*\(...\)'`" = X001; then
12129   as_expr=expr
12130 else
12131   as_expr=false
12132 fi
12133
12134 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12135   as_basename=basename
12136 else
12137   as_basename=false
12138 fi
12139
12140 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12141   as_dirname=dirname
12142 else
12143   as_dirname=false
12144 fi
12145
12146 as_me=`$as_basename -- "$0" ||
12147 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12148          X"$0" : 'X\(//\)$' \| \
12149          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12150 $as_echo X/"$0" |
12151     sed '/^.*\/\([^/][^/]*\)\/*$/{
12152             s//\1/
12153             q
12154           }
12155           /^X\/\(\/\/\)$/{
12156             s//\1/
12157             q
12158           }
12159           /^X\/\(\/\).*/{
12160             s//\1/
12161             q
12162           }
12163           s/.*/./; q'`
12164
12165 # Avoid depending upon Character Ranges.
12166 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12167 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12168 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12169 as_cr_digits='0123456789'
12170 as_cr_alnum=$as_cr_Letters$as_cr_digits
12171
12172 ECHO_C= ECHO_N= ECHO_T=
12173 case `echo -n x` in #(((((
12174 -n*)
12175   case `echo 'xy\c'` in
12176   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
12177   xy)  ECHO_C='\c';;
12178   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
12179        ECHO_T=' ';;
12180   esac;;
12181 *)
12182   ECHO_N='-n';;
12183 esac
12184
12185 rm -f conf$$ conf$$.exe conf$$.file
12186 if test -d conf$$.dir; then
12187   rm -f conf$$.dir/conf$$.file
12188 else
12189   rm -f conf$$.dir
12190   mkdir conf$$.dir 2>/dev/null
12191 fi
12192 if (echo >conf$$.file) 2>/dev/null; then
12193   if ln -s conf$$.file conf$$ 2>/dev/null; then
12194     as_ln_s='ln -s'
12195     # ... but there are two gotchas:
12196     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12197     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12198     # In both cases, we have to default to `cp -p'.
12199     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12200       as_ln_s='cp -p'
12201   elif ln conf$$.file conf$$ 2>/dev/null; then
12202     as_ln_s=ln
12203   else
12204     as_ln_s='cp -p'
12205   fi
12206 else
12207   as_ln_s='cp -p'
12208 fi
12209 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12210 rmdir conf$$.dir 2>/dev/null
12211
12212
12213 # as_fn_mkdir_p
12214 # -------------
12215 # Create "$as_dir" as a directory, including parents if necessary.
12216 as_fn_mkdir_p ()
12217 {
12218
12219   case $as_dir in #(
12220   -*) as_dir=./$as_dir;;
12221   esac
12222   test -d "$as_dir" || eval $as_mkdir_p || {
12223     as_dirs=
12224     while :; do
12225       case $as_dir in #(
12226       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12227       *) as_qdir=$as_dir;;
12228       esac
12229       as_dirs="'$as_qdir' $as_dirs"
12230       as_dir=`$as_dirname -- "$as_dir" ||
12231 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12232          X"$as_dir" : 'X\(//\)[^/]' \| \
12233          X"$as_dir" : 'X\(//\)$' \| \
12234          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12235 $as_echo X"$as_dir" |
12236     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12237             s//\1/
12238             q
12239           }
12240           /^X\(\/\/\)[^/].*/{
12241             s//\1/
12242             q
12243           }
12244           /^X\(\/\/\)$/{
12245             s//\1/
12246             q
12247           }
12248           /^X\(\/\).*/{
12249             s//\1/
12250             q
12251           }
12252           s/.*/./; q'`
12253       test -d "$as_dir" && break
12254     done
12255     test -z "$as_dirs" || eval "mkdir $as_dirs"
12256   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
12257
12258
12259 } # as_fn_mkdir_p
12260 if mkdir -p . 2>/dev/null; then
12261   as_mkdir_p='mkdir -p "$as_dir"'
12262 else
12263   test -d ./-p && rmdir ./-p
12264   as_mkdir_p=false
12265 fi
12266
12267 if test -x / >/dev/null 2>&1; then
12268   as_test_x='test -x'
12269 else
12270   if ls -dL / >/dev/null 2>&1; then
12271     as_ls_L_option=L
12272   else
12273     as_ls_L_option=
12274   fi
12275   as_test_x='
12276     eval sh -c '\''
12277       if test -d "$1"; then
12278         test -d "$1/.";
12279       else
12280         case $1 in #(
12281         -*)set "./$1";;
12282         esac;
12283         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
12284         ???[sx]*):;;*)false;;esac;fi
12285     '\'' sh
12286   '
12287 fi
12288 as_executable_p=$as_test_x
12289
12290 # Sed expression to map a string onto a valid CPP name.
12291 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12292
12293 # Sed expression to map a string onto a valid variable name.
12294 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12295
12296
12297 exec 6>&1
12298 ## ----------------------------------- ##
12299 ## Main body of $CONFIG_STATUS script. ##
12300 ## ----------------------------------- ##
12301 _ASEOF
12302 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12303
12304 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12305 # Save the log message, to keep $0 and so on meaningful, and to
12306 # report actual input values of CONFIG_FILES etc. instead of their
12307 # values after options handling.
12308 ac_log="
12309 This file was extended by libmm-transcode $as_me 0.1, which was
12310 generated by GNU Autoconf 2.67.  Invocation command line was
12311
12312   CONFIG_FILES    = $CONFIG_FILES
12313   CONFIG_HEADERS  = $CONFIG_HEADERS
12314   CONFIG_LINKS    = $CONFIG_LINKS
12315   CONFIG_COMMANDS = $CONFIG_COMMANDS
12316   $ $0 $@
12317
12318 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12319 "
12320
12321 _ACEOF
12322
12323 case $ac_config_files in *"
12324 "*) set x $ac_config_files; shift; ac_config_files=$*;;
12325 esac
12326
12327 case $ac_config_headers in *"
12328 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12329 esac
12330
12331
12332 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12333 # Files that config.status was made for.
12334 config_files="$ac_config_files"
12335 config_headers="$ac_config_headers"
12336 config_commands="$ac_config_commands"
12337
12338 _ACEOF
12339
12340 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12341 ac_cs_usage="\
12342 \`$as_me' instantiates files and other configuration actions
12343 from templates according to the current configuration.  Unless the files
12344 and actions are specified as TAGs, all are instantiated by default.
12345
12346 Usage: $0 [OPTION]... [TAG]...
12347
12348   -h, --help       print this help, then exit
12349   -V, --version    print version number and configuration settings, then exit
12350       --config     print configuration, then exit
12351   -q, --quiet, --silent
12352                    do not print progress messages
12353   -d, --debug      don't remove temporary files
12354       --recheck    update $as_me by reconfiguring in the same conditions
12355       --file=FILE[:TEMPLATE]
12356                    instantiate the configuration file FILE
12357       --header=FILE[:TEMPLATE]
12358                    instantiate the configuration header FILE
12359
12360 Configuration files:
12361 $config_files
12362
12363 Configuration headers:
12364 $config_headers
12365
12366 Configuration commands:
12367 $config_commands
12368
12369 Report bugs to the package provider."
12370
12371 _ACEOF
12372 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12373 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12374 ac_cs_version="\\
12375 libmm-transcode config.status 0.1
12376 configured by $0, generated by GNU Autoconf 2.67,
12377   with options \\"\$ac_cs_config\\"
12378
12379 Copyright (C) 2010 Free Software Foundation, Inc.
12380 This config.status script is free software; the Free Software Foundation
12381 gives unlimited permission to copy, distribute and modify it."
12382
12383 ac_pwd='$ac_pwd'
12384 srcdir='$srcdir'
12385 INSTALL='$INSTALL'
12386 MKDIR_P='$MKDIR_P'
12387 AWK='$AWK'
12388 test -n "\$AWK" || AWK=awk
12389 _ACEOF
12390
12391 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12392 # The default lists apply if the user does not specify any file.
12393 ac_need_defaults=:
12394 while test $# != 0
12395 do
12396   case $1 in
12397   --*=?*)
12398     ac_option=`expr "X$1" : 'X\([^=]*\)='`
12399     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12400     ac_shift=:
12401     ;;
12402   --*=)
12403     ac_option=`expr "X$1" : 'X\([^=]*\)='`
12404     ac_optarg=
12405     ac_shift=:
12406     ;;
12407   *)
12408     ac_option=$1
12409     ac_optarg=$2
12410     ac_shift=shift
12411     ;;
12412   esac
12413
12414   case $ac_option in
12415   # Handling of the options.
12416   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12417     ac_cs_recheck=: ;;
12418   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12419     $as_echo "$ac_cs_version"; exit ;;
12420   --config | --confi | --conf | --con | --co | --c )
12421     $as_echo "$ac_cs_config"; exit ;;
12422   --debug | --debu | --deb | --de | --d | -d )
12423     debug=: ;;
12424   --file | --fil | --fi | --f )
12425     $ac_shift
12426     case $ac_optarg in
12427     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12428     '') as_fn_error $? "missing file argument" ;;
12429     esac
12430     as_fn_append CONFIG_FILES " '$ac_optarg'"
12431     ac_need_defaults=false;;
12432   --header | --heade | --head | --hea )
12433     $ac_shift
12434     case $ac_optarg in
12435     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12436     esac
12437     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12438     ac_need_defaults=false;;
12439   --he | --h)
12440     # Conflict between --help and --header
12441     as_fn_error $? "ambiguous option: \`$1'
12442 Try \`$0 --help' for more information.";;
12443   --help | --hel | -h )
12444     $as_echo "$ac_cs_usage"; exit ;;
12445   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12446   | -silent | --silent | --silen | --sile | --sil | --si | --s)
12447     ac_cs_silent=: ;;
12448
12449   # This is an error.
12450   -*) as_fn_error $? "unrecognized option: \`$1'
12451 Try \`$0 --help' for more information." ;;
12452
12453   *) as_fn_append ac_config_targets " $1"
12454      ac_need_defaults=false ;;
12455
12456   esac
12457   shift
12458 done
12459
12460 ac_configure_extra_args=
12461
12462 if $ac_cs_silent; then
12463   exec 6>/dev/null
12464   ac_configure_extra_args="$ac_configure_extra_args --silent"
12465 fi
12466
12467 _ACEOF
12468 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12469 if \$ac_cs_recheck; then
12470   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12471   shift
12472   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12473   CONFIG_SHELL='$SHELL'
12474   export CONFIG_SHELL
12475   exec "\$@"
12476 fi
12477
12478 _ACEOF
12479 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12480 exec 5>>config.log
12481 {
12482   echo
12483   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12484 ## Running $as_me. ##
12485 _ASBOX
12486   $as_echo "$ac_log"
12487 } >&5
12488
12489 _ACEOF
12490 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12491 #
12492 # INIT-COMMANDS
12493 #
12494 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
12495
12496
12497 # The HP-UX ksh and POSIX shell print the target directory to stdout
12498 # if CDPATH is set.
12499 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12500
12501 sed_quote_subst='$sed_quote_subst'
12502 double_quote_subst='$double_quote_subst'
12503 delay_variable_subst='$delay_variable_subst'
12504 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
12505 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
12506 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
12507 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
12508 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
12509 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
12510 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
12511 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
12512 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
12513 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
12514 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
12515 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
12516 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
12517 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
12518 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
12519 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
12520 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
12521 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
12522 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
12523 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
12524 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
12525 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
12526 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
12527 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
12528 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
12529 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
12530 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
12531 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12532 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
12533 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
12534 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
12535 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
12536 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12537 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
12538 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
12539 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12540 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12541 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12542 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
12543 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12544 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
12545 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
12546 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
12547 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
12548 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"`'
12549 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"`'
12550 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
12551 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
12552 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
12553 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
12554 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
12555 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
12556 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
12557 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
12558 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
12559 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
12560 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
12561 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
12562 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
12563 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
12564 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
12565 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
12566 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12567 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12568 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
12569 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
12570 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12571 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12572 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
12573 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12574 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12575 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12576 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12577 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12578 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12579 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
12580 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12581 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12582 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12583 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
12584 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
12585 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
12586 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
12587 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
12588 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12589 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
12590 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
12591 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
12592 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
12593 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
12594 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12595 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12596 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12597 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12598 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
12599 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
12600 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
12601 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
12602 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
12603 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12604 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12605 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
12606 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12607 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
12608 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12609 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12610 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12611 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12612 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
12613 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
12614 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12615 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12616 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
12617 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
12618 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
12619 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
12620 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
12621 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
12622
12623 LTCC='$LTCC'
12624 LTCFLAGS='$LTCFLAGS'
12625 compiler='$compiler_DEFAULT'
12626
12627 # Quote evaled strings.
12628 for var in SED \
12629 GREP \
12630 EGREP \
12631 FGREP \
12632 LD \
12633 NM \
12634 LN_S \
12635 lt_SP2NL \
12636 lt_NL2SP \
12637 reload_flag \
12638 OBJDUMP \
12639 deplibs_check_method \
12640 file_magic_cmd \
12641 AR \
12642 AR_FLAGS \
12643 STRIP \
12644 RANLIB \
12645 CC \
12646 CFLAGS \
12647 compiler \
12648 lt_cv_sys_global_symbol_pipe \
12649 lt_cv_sys_global_symbol_to_cdecl \
12650 lt_cv_sys_global_symbol_to_c_name_address \
12651 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12652 SHELL \
12653 ECHO \
12654 lt_prog_compiler_no_builtin_flag \
12655 lt_prog_compiler_wl \
12656 lt_prog_compiler_pic \
12657 lt_prog_compiler_static \
12658 lt_cv_prog_compiler_c_o \
12659 need_locks \
12660 DSYMUTIL \
12661 NMEDIT \
12662 LIPO \
12663 OTOOL \
12664 OTOOL64 \
12665 shrext_cmds \
12666 export_dynamic_flag_spec \
12667 whole_archive_flag_spec \
12668 compiler_needs_object \
12669 with_gnu_ld \
12670 allow_undefined_flag \
12671 no_undefined_flag \
12672 hardcode_libdir_flag_spec \
12673 hardcode_libdir_flag_spec_ld \
12674 hardcode_libdir_separator \
12675 fix_srcfile_path \
12676 exclude_expsyms \
12677 include_expsyms \
12678 file_list_spec \
12679 variables_saved_for_relink \
12680 libname_spec \
12681 library_names_spec \
12682 soname_spec \
12683 finish_eval \
12684 old_striplib \
12685 striplib; do
12686     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12687     *[\\\\\\\`\\"\\\$]*)
12688       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12689       ;;
12690     *)
12691       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12692       ;;
12693     esac
12694 done
12695
12696 # Double-quote double-evaled strings.
12697 for var in reload_cmds \
12698 old_postinstall_cmds \
12699 old_postuninstall_cmds \
12700 old_archive_cmds \
12701 extract_expsyms_cmds \
12702 old_archive_from_new_cmds \
12703 old_archive_from_expsyms_cmds \
12704 archive_cmds \
12705 archive_expsym_cmds \
12706 module_cmds \
12707 module_expsym_cmds \
12708 export_symbols_cmds \
12709 prelink_cmds \
12710 postinstall_cmds \
12711 postuninstall_cmds \
12712 finish_cmds \
12713 sys_lib_search_path_spec \
12714 sys_lib_dlsearch_path_spec; do
12715     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12716     *[\\\\\\\`\\"\\\$]*)
12717       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12718       ;;
12719     *)
12720       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12721       ;;
12722     esac
12723 done
12724
12725 # Fix-up fallback echo if it was mangled by the above quoting rules.
12726 case \$lt_ECHO in
12727 *'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
12728   ;;
12729 esac
12730
12731 ac_aux_dir='$ac_aux_dir'
12732 xsi_shell='$xsi_shell'
12733 lt_shell_append='$lt_shell_append'
12734
12735 # See if we are running on zsh, and set the options which allow our
12736 # commands through without removal of \ escapes INIT.
12737 if test -n "\${ZSH_VERSION+set}" ; then
12738    setopt NO_GLOB_SUBST
12739 fi
12740
12741
12742     PACKAGE='$PACKAGE'
12743     VERSION='$VERSION'
12744     TIMESTAMP='$TIMESTAMP'
12745     RM='$RM'
12746     ofile='$ofile'
12747
12748
12749
12750
12751 _ACEOF
12752
12753 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12754
12755 # Handling of arguments.
12756 for ac_config_target in $ac_config_targets
12757 do
12758   case $ac_config_target in
12759     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12760     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12761     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12762     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12763     "transcode/Makefile") CONFIG_FILES="$CONFIG_FILES transcode/Makefile" ;;
12764     "transcode/test/Makefile") CONFIG_FILES="$CONFIG_FILES transcode/test/Makefile" ;;
12765     "transcode/mm-transcode.pc") CONFIG_FILES="$CONFIG_FILES transcode/mm-transcode.pc" ;;
12766
12767   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
12768   esac
12769 done
12770
12771
12772 # If the user did not use the arguments to specify the items to instantiate,
12773 # then the envvar interface is used.  Set only those that are not.
12774 # We use the long form for the default assignment because of an extremely
12775 # bizarre bug on SunOS 4.1.3.
12776 if $ac_need_defaults; then
12777   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12778   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12779   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12780 fi
12781
12782 # Have a temporary directory for convenience.  Make it in the build tree
12783 # simply because there is no reason against having it here, and in addition,
12784 # creating and moving files from /tmp can sometimes cause problems.
12785 # Hook for its removal unless debugging.
12786 # Note that there is a small window in which the directory will not be cleaned:
12787 # after its creation but before its name has been assigned to `$tmp'.
12788 $debug ||
12789 {
12790   tmp=
12791   trap 'exit_status=$?
12792   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12793 ' 0
12794   trap 'as_fn_exit 1' 1 2 13 15
12795 }
12796 # Create a (secure) tmp directory for tmp files.
12797
12798 {
12799   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12800   test -n "$tmp" && test -d "$tmp"
12801 }  ||
12802 {
12803   tmp=./conf$$-$RANDOM
12804   (umask 077 && mkdir "$tmp")
12805 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12806
12807 # Set up the scripts for CONFIG_FILES section.
12808 # No need to generate them if there are no CONFIG_FILES.
12809 # This happens for instance with `./config.status config.h'.
12810 if test -n "$CONFIG_FILES"; then
12811
12812
12813 ac_cr=`echo X | tr X '\015'`
12814 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12815 # But we know of no other shell where ac_cr would be empty at this
12816 # point, so we can use a bashism as a fallback.
12817 if test "x$ac_cr" = x; then
12818   eval ac_cr=\$\'\\r\'
12819 fi
12820 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12821 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12822   ac_cs_awk_cr='\\r'
12823 else
12824   ac_cs_awk_cr=$ac_cr
12825 fi
12826
12827 echo 'BEGIN {' >"$tmp/subs1.awk" &&
12828 _ACEOF
12829
12830
12831 {
12832   echo "cat >conf$$subs.awk <<_ACEOF" &&
12833   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12834   echo "_ACEOF"
12835 } >conf$$subs.sh ||
12836   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12837 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
12838 ac_delim='%!_!# '
12839 for ac_last_try in false false false false false :; do
12840   . ./conf$$subs.sh ||
12841     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12842
12843   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12844   if test $ac_delim_n = $ac_delim_num; then
12845     break
12846   elif $ac_last_try; then
12847     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12848   else
12849     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12850   fi
12851 done
12852 rm -f conf$$subs.sh
12853
12854 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12855 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12856 _ACEOF
12857 sed -n '
12858 h
12859 s/^/S["/; s/!.*/"]=/
12860 p
12861 g
12862 s/^[^!]*!//
12863 :repl
12864 t repl
12865 s/'"$ac_delim"'$//
12866 t delim
12867 :nl
12868 h
12869 s/\(.\{148\}\)..*/\1/
12870 t more1
12871 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12872 p
12873 n
12874 b repl
12875 :more1
12876 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12877 p
12878 g
12879 s/.\{148\}//
12880 t nl
12881 :delim
12882 h
12883 s/\(.\{148\}\)..*/\1/
12884 t more2
12885 s/["\\]/\\&/g; s/^/"/; s/$/"/
12886 p
12887 b
12888 :more2
12889 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12890 p
12891 g
12892 s/.\{148\}//
12893 t delim
12894 ' <conf$$subs.awk | sed '
12895 /^[^""]/{
12896   N
12897   s/\n//
12898 }
12899 ' >>$CONFIG_STATUS || ac_write_fail=1
12900 rm -f conf$$subs.awk
12901 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12902 _ACAWK
12903 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12904   for (key in S) S_is_set[key] = 1
12905   FS = "\a"
12906
12907 }
12908 {
12909   line = $ 0
12910   nfields = split(line, field, "@")
12911   substed = 0
12912   len = length(field[1])
12913   for (i = 2; i < nfields; i++) {
12914     key = field[i]
12915     keylen = length(key)
12916     if (S_is_set[key]) {
12917       value = S[key]
12918       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12919       len += length(value) + length(field[++i])
12920       substed = 1
12921     } else
12922       len += 1 + keylen
12923   }
12924
12925   print line
12926 }
12927
12928 _ACAWK
12929 _ACEOF
12930 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12931 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12932   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12933 else
12934   cat
12935 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12936   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
12937 _ACEOF
12938
12939 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12940 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
12941 # trailing colons and then remove the whole line if VPATH becomes empty
12942 # (actually we leave an empty line to preserve line numbers).
12943 if test "x$srcdir" = x.; then
12944   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
12945 h
12946 s///
12947 s/^/:/
12948 s/[      ]*$/:/
12949 s/:\$(srcdir):/:/g
12950 s/:\${srcdir}:/:/g
12951 s/:@srcdir@:/:/g
12952 s/^:*//
12953 s/:*$//
12954 x
12955 s/\(=[   ]*\).*/\1/
12956 G
12957 s/\n//
12958 s/^[^=]*=[       ]*$//
12959 }'
12960 fi
12961
12962 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12963 fi # test -n "$CONFIG_FILES"
12964
12965 # Set up the scripts for CONFIG_HEADERS section.
12966 # No need to generate them if there are no CONFIG_HEADERS.
12967 # This happens for instance with `./config.status Makefile'.
12968 if test -n "$CONFIG_HEADERS"; then
12969 cat >"$tmp/defines.awk" <<\_ACAWK ||
12970 BEGIN {
12971 _ACEOF
12972
12973 # Transform confdefs.h into an awk script `defines.awk', embedded as
12974 # here-document in config.status, that substitutes the proper values into
12975 # config.h.in to produce config.h.
12976
12977 # Create a delimiter string that does not exist in confdefs.h, to ease
12978 # handling of long lines.
12979 ac_delim='%!_!# '
12980 for ac_last_try in false false :; do
12981   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12982   if test -z "$ac_t"; then
12983     break
12984   elif $ac_last_try; then
12985     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
12986   else
12987     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12988   fi
12989 done
12990
12991 # For the awk script, D is an array of macro values keyed by name,
12992 # likewise P contains macro parameters if any.  Preserve backslash
12993 # newline sequences.
12994
12995 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12996 sed -n '
12997 s/.\{148\}/&'"$ac_delim"'/g
12998 t rset
12999 :rset
13000 s/^[     ]*#[    ]*define[       ][      ]*/ /
13001 t def
13002 d
13003 :def
13004 s/\\$//
13005 t bsnl
13006 s/["\\]/\\&/g
13007 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
13008 D["\1"]=" \3"/p
13009 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
13010 d
13011 :bsnl
13012 s/["\\]/\\&/g
13013 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
13014 D["\1"]=" \3\\\\\\n"\\/p
13015 t cont
13016 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13017 t cont
13018 d
13019 :cont
13020 n
13021 s/.\{148\}/&'"$ac_delim"'/g
13022 t clear
13023 :clear
13024 s/\\$//
13025 t bsnlc
13026 s/["\\]/\\&/g; s/^/"/; s/$/"/p
13027 d
13028 :bsnlc
13029 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13030 b cont
13031 ' <confdefs.h | sed '
13032 s/'"$ac_delim"'/"\\\
13033 "/g' >>$CONFIG_STATUS || ac_write_fail=1
13034
13035 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13036   for (key in D) D_is_set[key] = 1
13037   FS = "\a"
13038 }
13039 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13040   line = \$ 0
13041   split(line, arg, " ")
13042   if (arg[1] == "#") {
13043     defundef = arg[2]
13044     mac1 = arg[3]
13045   } else {
13046     defundef = substr(arg[1], 2)
13047     mac1 = arg[2]
13048   }
13049   split(mac1, mac2, "(") #)
13050   macro = mac2[1]
13051   prefix = substr(line, 1, index(line, defundef) - 1)
13052   if (D_is_set[macro]) {
13053     # Preserve the white space surrounding the "#".
13054     print prefix "define", macro P[macro] D[macro]
13055     next
13056   } else {
13057     # Replace #undef with comments.  This is necessary, for example,
13058     # in the case of _POSIX_SOURCE, which is predefined and required
13059     # on some systems where configure will not decide to define it.
13060     if (defundef == "undef") {
13061       print "/*", prefix defundef, macro, "*/"
13062       next
13063     }
13064   }
13065 }
13066 { print }
13067 _ACAWK
13068 _ACEOF
13069 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13070   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
13071 fi # test -n "$CONFIG_HEADERS"
13072
13073
13074 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
13075 shift
13076 for ac_tag
13077 do
13078   case $ac_tag in
13079   :[FHLC]) ac_mode=$ac_tag; continue;;
13080   esac
13081   case $ac_mode$ac_tag in
13082   :[FHL]*:*);;
13083   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
13084   :[FH]-) ac_tag=-:-;;
13085   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13086   esac
13087   ac_save_IFS=$IFS
13088   IFS=:
13089   set x $ac_tag
13090   IFS=$ac_save_IFS
13091   shift
13092   ac_file=$1
13093   shift
13094
13095   case $ac_mode in
13096   :L) ac_source=$1;;
13097   :[FH])
13098     ac_file_inputs=
13099     for ac_f
13100     do
13101       case $ac_f in
13102       -) ac_f="$tmp/stdin";;
13103       *) # Look for the file first in the build tree, then in the source tree
13104          # (if the path is not absolute).  The absolute path cannot be DOS-style,
13105          # because $ac_f cannot contain `:'.
13106          test -f "$ac_f" ||
13107            case $ac_f in
13108            [\\/$]*) false;;
13109            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13110            esac ||
13111            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
13112       esac
13113       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13114       as_fn_append ac_file_inputs " '$ac_f'"
13115     done
13116
13117     # Let's still pretend it is `configure' which instantiates (i.e., don't
13118     # use $as_me), people would be surprised to read:
13119     #    /* config.h.  Generated by config.status.  */
13120     configure_input='Generated from '`
13121           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13122         `' by configure.'
13123     if test x"$ac_file" != x-; then
13124       configure_input="$ac_file.  $configure_input"
13125       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13126 $as_echo "$as_me: creating $ac_file" >&6;}
13127     fi
13128     # Neutralize special characters interpreted by sed in replacement strings.
13129     case $configure_input in #(
13130     *\&* | *\|* | *\\* )
13131        ac_sed_conf_input=`$as_echo "$configure_input" |
13132        sed 's/[\\\\&|]/\\\\&/g'`;; #(
13133     *) ac_sed_conf_input=$configure_input;;
13134     esac
13135
13136     case $ac_tag in
13137     *:-:* | *:-) cat >"$tmp/stdin" \
13138       || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
13139     esac
13140     ;;
13141   esac
13142
13143   ac_dir=`$as_dirname -- "$ac_file" ||
13144 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13145          X"$ac_file" : 'X\(//\)[^/]' \| \
13146          X"$ac_file" : 'X\(//\)$' \| \
13147          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13148 $as_echo X"$ac_file" |
13149     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13150             s//\1/
13151             q
13152           }
13153           /^X\(\/\/\)[^/].*/{
13154             s//\1/
13155             q
13156           }
13157           /^X\(\/\/\)$/{
13158             s//\1/
13159             q
13160           }
13161           /^X\(\/\).*/{
13162             s//\1/
13163             q
13164           }
13165           s/.*/./; q'`
13166   as_dir="$ac_dir"; as_fn_mkdir_p
13167   ac_builddir=.
13168
13169 case "$ac_dir" in
13170 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13171 *)
13172   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13173   # A ".." for each directory in $ac_dir_suffix.
13174   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13175   case $ac_top_builddir_sub in
13176   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13177   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13178   esac ;;
13179 esac
13180 ac_abs_top_builddir=$ac_pwd
13181 ac_abs_builddir=$ac_pwd$ac_dir_suffix
13182 # for backward compatibility:
13183 ac_top_builddir=$ac_top_build_prefix
13184
13185 case $srcdir in
13186   .)  # We are building in place.
13187     ac_srcdir=.
13188     ac_top_srcdir=$ac_top_builddir_sub
13189     ac_abs_top_srcdir=$ac_pwd ;;
13190   [\\/]* | ?:[\\/]* )  # Absolute name.
13191     ac_srcdir=$srcdir$ac_dir_suffix;
13192     ac_top_srcdir=$srcdir
13193     ac_abs_top_srcdir=$srcdir ;;
13194   *) # Relative name.
13195     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13196     ac_top_srcdir=$ac_top_build_prefix$srcdir
13197     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13198 esac
13199 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13200
13201
13202   case $ac_mode in
13203   :F)
13204   #
13205   # CONFIG_FILE
13206   #
13207
13208   case $INSTALL in
13209   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13210   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13211   esac
13212   ac_MKDIR_P=$MKDIR_P
13213   case $MKDIR_P in
13214   [\\/$]* | ?:[\\/]* ) ;;
13215   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
13216   esac
13217 _ACEOF
13218
13219 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13220 # If the template does not know about datarootdir, expand it.
13221 # FIXME: This hack should be removed a few years after 2.60.
13222 ac_datarootdir_hack=; ac_datarootdir_seen=
13223 ac_sed_dataroot='
13224 /datarootdir/ {
13225   p
13226   q
13227 }
13228 /@datadir@/p
13229 /@docdir@/p
13230 /@infodir@/p
13231 /@localedir@/p
13232 /@mandir@/p'
13233 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13234 *datarootdir*) ac_datarootdir_seen=yes;;
13235 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13236   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13237 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13238 _ACEOF
13239 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13240   ac_datarootdir_hack='
13241   s&@datadir@&$datadir&g
13242   s&@docdir@&$docdir&g
13243   s&@infodir@&$infodir&g
13244   s&@localedir@&$localedir&g
13245   s&@mandir@&$mandir&g
13246   s&\\\${datarootdir}&$datarootdir&g' ;;
13247 esac
13248 _ACEOF
13249
13250 # Neutralize VPATH when `$srcdir' = `.'.
13251 # Shell code in configure.ac might set extrasub.
13252 # FIXME: do we really want to maintain this feature?
13253 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13254 ac_sed_extra="$ac_vpsub
13255 $extrasub
13256 _ACEOF
13257 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13258 :t
13259 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13260 s|@configure_input@|$ac_sed_conf_input|;t t
13261 s&@top_builddir@&$ac_top_builddir_sub&;t t
13262 s&@top_build_prefix@&$ac_top_build_prefix&;t t
13263 s&@srcdir@&$ac_srcdir&;t t
13264 s&@abs_srcdir@&$ac_abs_srcdir&;t t
13265 s&@top_srcdir@&$ac_top_srcdir&;t t
13266 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13267 s&@builddir@&$ac_builddir&;t t
13268 s&@abs_builddir@&$ac_abs_builddir&;t t
13269 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13270 s&@INSTALL@&$ac_INSTALL&;t t
13271 s&@MKDIR_P@&$ac_MKDIR_P&;t t
13272 $ac_datarootdir_hack
13273 "
13274 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
13275   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13276
13277 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13278   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
13279   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
13280   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13281 which seems to be undefined.  Please make sure it is defined" >&5
13282 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13283 which seems to be undefined.  Please make sure it is defined" >&2;}
13284
13285   rm -f "$tmp/stdin"
13286   case $ac_file in
13287   -) cat "$tmp/out" && rm -f "$tmp/out";;
13288   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
13289   esac \
13290   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13291  ;;
13292   :H)
13293   #
13294   # CONFIG_HEADER
13295   #
13296   if test x"$ac_file" != x-; then
13297     {
13298       $as_echo "/* $configure_input  */" \
13299       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
13300     } >"$tmp/config.h" \
13301       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13302     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
13303       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13304 $as_echo "$as_me: $ac_file is unchanged" >&6;}
13305     else
13306       rm -f "$ac_file"
13307       mv "$tmp/config.h" "$ac_file" \
13308         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13309     fi
13310   else
13311     $as_echo "/* $configure_input  */" \
13312       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
13313       || as_fn_error $? "could not create -" "$LINENO" 5
13314   fi
13315 # Compute "$ac_file"'s index in $config_headers.
13316 _am_arg="$ac_file"
13317 _am_stamp_count=1
13318 for _am_header in $config_headers :; do
13319   case $_am_header in
13320     $_am_arg | $_am_arg:* )
13321       break ;;
13322     * )
13323       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13324   esac
13325 done
13326 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13327 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13328          X"$_am_arg" : 'X\(//\)[^/]' \| \
13329          X"$_am_arg" : 'X\(//\)$' \| \
13330          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13331 $as_echo X"$_am_arg" |
13332     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13333             s//\1/
13334             q
13335           }
13336           /^X\(\/\/\)[^/].*/{
13337             s//\1/
13338             q
13339           }
13340           /^X\(\/\/\)$/{
13341             s//\1/
13342             q
13343           }
13344           /^X\(\/\).*/{
13345             s//\1/
13346             q
13347           }
13348           s/.*/./; q'`/stamp-h$_am_stamp_count
13349  ;;
13350
13351   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13352 $as_echo "$as_me: executing $ac_file commands" >&6;}
13353  ;;
13354   esac
13355
13356
13357   case $ac_file$ac_mode in
13358     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
13359   # Autoconf 2.62 quotes --file arguments for eval, but not when files
13360   # are listed without --file.  Let's play safe and only enable the eval
13361   # if we detect the quoting.
13362   case $CONFIG_FILES in
13363   *\'*) eval set x "$CONFIG_FILES" ;;
13364   *)   set x $CONFIG_FILES ;;
13365   esac
13366   shift
13367   for mf
13368   do
13369     # Strip MF so we end up with the name of the file.
13370     mf=`echo "$mf" | sed -e 's/:.*$//'`
13371     # Check whether this is an Automake generated Makefile or not.
13372     # We used to match only the files named `Makefile.in', but
13373     # some people rename them; so instead we look at the file content.
13374     # Grep'ing the first line is not enough: some people post-process
13375     # each Makefile.in and add a new line on top of each file to say so.
13376     # Grep'ing the whole file is not good either: AIX grep has a line
13377     # limit of 2048, but all sed's we know have understand at least 4000.
13378     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
13379       dirpart=`$as_dirname -- "$mf" ||
13380 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13381          X"$mf" : 'X\(//\)[^/]' \| \
13382          X"$mf" : 'X\(//\)$' \| \
13383          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
13384 $as_echo X"$mf" |
13385     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13386             s//\1/
13387             q
13388           }
13389           /^X\(\/\/\)[^/].*/{
13390             s//\1/
13391             q
13392           }
13393           /^X\(\/\/\)$/{
13394             s//\1/
13395             q
13396           }
13397           /^X\(\/\).*/{
13398             s//\1/
13399             q
13400           }
13401           s/.*/./; q'`
13402     else
13403       continue
13404     fi
13405     # Extract the definition of DEPDIR, am__include, and am__quote
13406     # from the Makefile without running `make'.
13407     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13408     test -z "$DEPDIR" && continue
13409     am__include=`sed -n 's/^am__include = //p' < "$mf"`
13410     test -z "am__include" && continue
13411     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13412     # When using ansi2knr, U may be empty or an underscore; expand it
13413     U=`sed -n 's/^U = //p' < "$mf"`
13414     # Find all dependency output files, they are included files with
13415     # $(DEPDIR) in their names.  We invoke sed twice because it is the
13416     # simplest approach to changing $(DEPDIR) to its actual value in the
13417     # expansion.
13418     for file in `sed -n "
13419       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13420          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
13421       # Make sure the directory exists.
13422       test -f "$dirpart/$file" && continue
13423       fdir=`$as_dirname -- "$file" ||
13424 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13425          X"$file" : 'X\(//\)[^/]' \| \
13426          X"$file" : 'X\(//\)$' \| \
13427          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
13428 $as_echo X"$file" |
13429     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13430             s//\1/
13431             q
13432           }
13433           /^X\(\/\/\)[^/].*/{
13434             s//\1/
13435             q
13436           }
13437           /^X\(\/\/\)$/{
13438             s//\1/
13439             q
13440           }
13441           /^X\(\/\).*/{
13442             s//\1/
13443             q
13444           }
13445           s/.*/./; q'`
13446       as_dir=$dirpart/$fdir; as_fn_mkdir_p
13447       # echo "creating $dirpart/$file"
13448       echo '# dummy' > "$dirpart/$file"
13449     done
13450   done
13451 }
13452  ;;
13453     "libtool":C)
13454
13455     # See if we are running on zsh, and set the options which allow our
13456     # commands through without removal of \ escapes.
13457     if test -n "${ZSH_VERSION+set}" ; then
13458       setopt NO_GLOB_SUBST
13459     fi
13460
13461     cfgfile="${ofile}T"
13462     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13463     $RM "$cfgfile"
13464
13465     cat <<_LT_EOF >> "$cfgfile"
13466 #! $SHELL
13467
13468 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13469 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13470 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13471 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13472 #
13473 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13474 #                 2006, 2007, 2008 Free Software Foundation, Inc.
13475 #   Written by Gordon Matzigkeit, 1996
13476 #
13477 #   This file is part of GNU Libtool.
13478 #
13479 # GNU Libtool is free software; you can redistribute it and/or
13480 # modify it under the terms of the GNU General Public License as
13481 # published by the Free Software Foundation; either version 2 of
13482 # the License, or (at your option) any later version.
13483 #
13484 # As a special exception to the GNU General Public License,
13485 # if you distribute this file as part of a program or library that
13486 # is built using GNU Libtool, you may include this file under the
13487 # same distribution terms that you use for the rest of that program.
13488 #
13489 # GNU Libtool is distributed in the hope that it will be useful,
13490 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13491 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13492 # GNU General Public License for more details.
13493 #
13494 # You should have received a copy of the GNU General Public License
13495 # along with GNU Libtool; see the file COPYING.  If not, a copy
13496 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13497 # obtained by writing to the Free Software Foundation, Inc.,
13498 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13499
13500
13501 # The names of the tagged configurations supported by this script.
13502 available_tags=""
13503
13504 # ### BEGIN LIBTOOL CONFIG
13505
13506 # Which release of libtool.m4 was used?
13507 macro_version=$macro_version
13508 macro_revision=$macro_revision
13509
13510 # Whether or not to build shared libraries.
13511 build_libtool_libs=$enable_shared
13512
13513 # Whether or not to build static libraries.
13514 build_old_libs=$enable_static
13515
13516 # What type of objects to build.
13517 pic_mode=$pic_mode
13518
13519 # Whether or not to optimize for fast installation.
13520 fast_install=$enable_fast_install
13521
13522 # The host system.
13523 host_alias=$host_alias
13524 host=$host
13525 host_os=$host_os
13526
13527 # The build system.
13528 build_alias=$build_alias
13529 build=$build
13530 build_os=$build_os
13531
13532 # A sed program that does not truncate output.
13533 SED=$lt_SED
13534
13535 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13536 Xsed="\$SED -e 1s/^X//"
13537
13538 # A grep program that handles long lines.
13539 GREP=$lt_GREP
13540
13541 # An ERE matcher.
13542 EGREP=$lt_EGREP
13543
13544 # A literal string matcher.
13545 FGREP=$lt_FGREP
13546
13547 # A BSD- or MS-compatible name lister.
13548 NM=$lt_NM
13549
13550 # Whether we need soft or hard links.
13551 LN_S=$lt_LN_S
13552
13553 # What is the maximum length of a command?
13554 max_cmd_len=$max_cmd_len
13555
13556 # Object file suffix (normally "o").
13557 objext=$ac_objext
13558
13559 # Executable file suffix (normally "").
13560 exeext=$exeext
13561
13562 # whether the shell understands "unset".
13563 lt_unset=$lt_unset
13564
13565 # turn spaces into newlines.
13566 SP2NL=$lt_lt_SP2NL
13567
13568 # turn newlines into spaces.
13569 NL2SP=$lt_lt_NL2SP
13570
13571 # How to create reloadable object files.
13572 reload_flag=$lt_reload_flag
13573 reload_cmds=$lt_reload_cmds
13574
13575 # An object symbol dumper.
13576 OBJDUMP=$lt_OBJDUMP
13577
13578 # Method to check whether dependent libraries are shared objects.
13579 deplibs_check_method=$lt_deplibs_check_method
13580
13581 # Command to use when deplibs_check_method == "file_magic".
13582 file_magic_cmd=$lt_file_magic_cmd
13583
13584 # The archiver.
13585 AR=$lt_AR
13586 AR_FLAGS=$lt_AR_FLAGS
13587
13588 # A symbol stripping program.
13589 STRIP=$lt_STRIP
13590
13591 # Commands used to install an old-style archive.
13592 RANLIB=$lt_RANLIB
13593 old_postinstall_cmds=$lt_old_postinstall_cmds
13594 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13595
13596 # A C compiler.
13597 LTCC=$lt_CC
13598
13599 # LTCC compiler flags.
13600 LTCFLAGS=$lt_CFLAGS
13601
13602 # Take the output of nm and produce a listing of raw symbols and C names.
13603 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13604
13605 # Transform the output of nm in a proper C declaration.
13606 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13607
13608 # Transform the output of nm in a C name address pair.
13609 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13610
13611 # Transform the output of nm in a C name address pair when lib prefix is needed.
13612 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13613
13614 # The name of the directory that contains temporary libtool files.
13615 objdir=$objdir
13616
13617 # Shell to use when invoking shell scripts.
13618 SHELL=$lt_SHELL
13619
13620 # An echo program that does not interpret backslashes.
13621 ECHO=$lt_ECHO
13622
13623 # Used to examine libraries when file_magic_cmd begins with "file".
13624 MAGIC_CMD=$MAGIC_CMD
13625
13626 # Must we lock files when doing compilation?
13627 need_locks=$lt_need_locks
13628
13629 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13630 DSYMUTIL=$lt_DSYMUTIL
13631
13632 # Tool to change global to local symbols on Mac OS X.
13633 NMEDIT=$lt_NMEDIT
13634
13635 # Tool to manipulate fat objects and archives on Mac OS X.
13636 LIPO=$lt_LIPO
13637
13638 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13639 OTOOL=$lt_OTOOL
13640
13641 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13642 OTOOL64=$lt_OTOOL64
13643
13644 # Old archive suffix (normally "a").
13645 libext=$libext
13646
13647 # Shared library suffix (normally ".so").
13648 shrext_cmds=$lt_shrext_cmds
13649
13650 # The commands to extract the exported symbol list from a shared archive.
13651 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13652
13653 # Variables whose values should be saved in libtool wrapper scripts and
13654 # restored at link time.
13655 variables_saved_for_relink=$lt_variables_saved_for_relink
13656
13657 # Do we need the "lib" prefix for modules?
13658 need_lib_prefix=$need_lib_prefix
13659
13660 # Do we need a version for libraries?
13661 need_version=$need_version
13662
13663 # Library versioning type.
13664 version_type=$version_type
13665
13666 # Shared library runtime path variable.
13667 runpath_var=$runpath_var
13668
13669 # Shared library path variable.
13670 shlibpath_var=$shlibpath_var
13671
13672 # Is shlibpath searched before the hard-coded library search path?
13673 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13674
13675 # Format of library name prefix.
13676 libname_spec=$lt_libname_spec
13677
13678 # List of archive names.  First name is the real one, the rest are links.
13679 # The last name is the one that the linker finds with -lNAME
13680 library_names_spec=$lt_library_names_spec
13681
13682 # The coded name of the library, if different from the real name.
13683 soname_spec=$lt_soname_spec
13684
13685 # Command to use after installation of a shared archive.
13686 postinstall_cmds=$lt_postinstall_cmds
13687
13688 # Command to use after uninstallation of a shared archive.
13689 postuninstall_cmds=$lt_postuninstall_cmds
13690
13691 # Commands used to finish a libtool library installation in a directory.
13692 finish_cmds=$lt_finish_cmds
13693
13694 # As "finish_cmds", except a single script fragment to be evaled but
13695 # not shown.
13696 finish_eval=$lt_finish_eval
13697
13698 # Whether we should hardcode library paths into libraries.
13699 hardcode_into_libs=$hardcode_into_libs
13700
13701 # Compile-time system search path for libraries.
13702 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13703
13704 # Run-time system search path for libraries.
13705 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13706
13707 # Whether dlopen is supported.
13708 dlopen_support=$enable_dlopen
13709
13710 # Whether dlopen of programs is supported.
13711 dlopen_self=$enable_dlopen_self
13712
13713 # Whether dlopen of statically linked programs is supported.
13714 dlopen_self_static=$enable_dlopen_self_static
13715
13716 # Commands to strip libraries.
13717 old_striplib=$lt_old_striplib
13718 striplib=$lt_striplib
13719
13720
13721 # The linker used to build libraries.
13722 LD=$lt_LD
13723
13724 # Commands used to build an old-style archive.
13725 old_archive_cmds=$lt_old_archive_cmds
13726
13727 # A language specific compiler.
13728 CC=$lt_compiler
13729
13730 # Is the compiler the GNU compiler?
13731 with_gcc=$GCC
13732
13733 # Compiler flag to turn off builtin functions.
13734 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13735
13736 # How to pass a linker flag through the compiler.
13737 wl=$lt_lt_prog_compiler_wl
13738
13739 # Additional compiler flags for building library objects.
13740 pic_flag=$lt_lt_prog_compiler_pic
13741
13742 # Compiler flag to prevent dynamic linking.
13743 link_static_flag=$lt_lt_prog_compiler_static
13744
13745 # Does compiler simultaneously support -c and -o options?
13746 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13747
13748 # Whether or not to add -lc for building shared libraries.
13749 build_libtool_need_lc=$archive_cmds_need_lc
13750
13751 # Whether or not to disallow shared libs when runtime libs are static.
13752 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13753
13754 # Compiler flag to allow reflexive dlopens.
13755 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13756
13757 # Compiler flag to generate shared objects directly from archives.
13758 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13759
13760 # Whether the compiler copes with passing no objects directly.
13761 compiler_needs_object=$lt_compiler_needs_object
13762
13763 # Create an old-style archive from a shared archive.
13764 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13765
13766 # Create a temporary old-style archive to link instead of a shared archive.
13767 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13768
13769 # Commands used to build a shared archive.
13770 archive_cmds=$lt_archive_cmds
13771 archive_expsym_cmds=$lt_archive_expsym_cmds
13772
13773 # Commands used to build a loadable module if different from building
13774 # a shared archive.
13775 module_cmds=$lt_module_cmds
13776 module_expsym_cmds=$lt_module_expsym_cmds
13777
13778 # Whether we are building with GNU ld or not.
13779 with_gnu_ld=$lt_with_gnu_ld
13780
13781 # Flag that allows shared libraries with undefined symbols to be built.
13782 allow_undefined_flag=$lt_allow_undefined_flag
13783
13784 # Flag that enforces no undefined symbols.
13785 no_undefined_flag=$lt_no_undefined_flag
13786
13787 # Flag to hardcode \$libdir into a binary during linking.
13788 # This must work even if \$libdir does not exist
13789 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13790
13791 # If ld is used when linking, flag to hardcode \$libdir into a binary
13792 # during linking.  This must work even if \$libdir does not exist.
13793 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13794
13795 # Whether we need a single "-rpath" flag with a separated argument.
13796 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13797
13798 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13799 # DIR into the resulting binary.
13800 hardcode_direct=$hardcode_direct
13801
13802 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13803 # DIR into the resulting binary and the resulting library dependency is
13804 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13805 # library is relocated.
13806 hardcode_direct_absolute=$hardcode_direct_absolute
13807
13808 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13809 # into the resulting binary.
13810 hardcode_minus_L=$hardcode_minus_L
13811
13812 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13813 # into the resulting binary.
13814 hardcode_shlibpath_var=$hardcode_shlibpath_var
13815
13816 # Set to "yes" if building a shared library automatically hardcodes DIR
13817 # into the library and all subsequent libraries and executables linked
13818 # against it.
13819 hardcode_automatic=$hardcode_automatic
13820
13821 # Set to yes if linker adds runtime paths of dependent libraries
13822 # to runtime path list.
13823 inherit_rpath=$inherit_rpath
13824
13825 # Whether libtool must link a program against all its dependency libraries.
13826 link_all_deplibs=$link_all_deplibs
13827
13828 # Fix the shell variable \$srcfile for the compiler.
13829 fix_srcfile_path=$lt_fix_srcfile_path
13830
13831 # Set to "yes" if exported symbols are required.
13832 always_export_symbols=$always_export_symbols
13833
13834 # The commands to list exported symbols.
13835 export_symbols_cmds=$lt_export_symbols_cmds
13836
13837 # Symbols that should not be listed in the preloaded symbols.
13838 exclude_expsyms=$lt_exclude_expsyms
13839
13840 # Symbols that must always be exported.
13841 include_expsyms=$lt_include_expsyms
13842
13843 # Commands necessary for linking programs (against libraries) with templates.
13844 prelink_cmds=$lt_prelink_cmds
13845
13846 # Specify filename containing input files.
13847 file_list_spec=$lt_file_list_spec
13848
13849 # How to hardcode a shared library path into an executable.
13850 hardcode_action=$hardcode_action
13851
13852 # ### END LIBTOOL CONFIG
13853
13854 _LT_EOF
13855
13856   case $host_os in
13857   aix3*)
13858     cat <<\_LT_EOF >> "$cfgfile"
13859 # AIX sometimes has problems with the GCC collect2 program.  For some
13860 # reason, if we set the COLLECT_NAMES environment variable, the problems
13861 # vanish in a puff of smoke.
13862 if test "X${COLLECT_NAMES+set}" != Xset; then
13863   COLLECT_NAMES=
13864   export COLLECT_NAMES
13865 fi
13866 _LT_EOF
13867     ;;
13868   esac
13869
13870
13871 ltmain="$ac_aux_dir/ltmain.sh"
13872
13873
13874   # We use sed instead of cat because bash on DJGPP gets confused if
13875   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
13876   # text mode, it properly converts lines to CR/LF.  This bash problem
13877   # is reportedly fixed, but why not run on old versions too?
13878   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13879     || (rm -f "$cfgfile"; exit 1)
13880
13881   case $xsi_shell in
13882   yes)
13883     cat << \_LT_EOF >> "$cfgfile"
13884
13885 # func_dirname file append nondir_replacement
13886 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
13887 # otherwise set result to NONDIR_REPLACEMENT.
13888 func_dirname ()
13889 {
13890   case ${1} in
13891     */*) func_dirname_result="${1%/*}${2}" ;;
13892     *  ) func_dirname_result="${3}" ;;
13893   esac
13894 }
13895
13896 # func_basename file
13897 func_basename ()
13898 {
13899   func_basename_result="${1##*/}"
13900 }
13901
13902 # func_dirname_and_basename file append nondir_replacement
13903 # perform func_basename and func_dirname in a single function
13904 # call:
13905 #   dirname:  Compute the dirname of FILE.  If nonempty,
13906 #             add APPEND to the result, otherwise set result
13907 #             to NONDIR_REPLACEMENT.
13908 #             value returned in "$func_dirname_result"
13909 #   basename: Compute filename of FILE.
13910 #             value retuned in "$func_basename_result"
13911 # Implementation must be kept synchronized with func_dirname
13912 # and func_basename. For efficiency, we do not delegate to
13913 # those functions but instead duplicate the functionality here.
13914 func_dirname_and_basename ()
13915 {
13916   case ${1} in
13917     */*) func_dirname_result="${1%/*}${2}" ;;
13918     *  ) func_dirname_result="${3}" ;;
13919   esac
13920   func_basename_result="${1##*/}"
13921 }
13922
13923 # func_stripname prefix suffix name
13924 # strip PREFIX and SUFFIX off of NAME.
13925 # PREFIX and SUFFIX must not contain globbing or regex special
13926 # characters, hashes, percent signs, but SUFFIX may contain a leading
13927 # dot (in which case that matches only a dot).
13928 func_stripname ()
13929 {
13930   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13931   # positional parameters, so assign one to ordinary parameter first.
13932   func_stripname_result=${3}
13933   func_stripname_result=${func_stripname_result#"${1}"}
13934   func_stripname_result=${func_stripname_result%"${2}"}
13935 }
13936
13937 # func_opt_split
13938 func_opt_split ()
13939 {
13940   func_opt_split_opt=${1%%=*}
13941   func_opt_split_arg=${1#*=}
13942 }
13943
13944 # func_lo2o object
13945 func_lo2o ()
13946 {
13947   case ${1} in
13948     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13949     *)    func_lo2o_result=${1} ;;
13950   esac
13951 }
13952
13953 # func_xform libobj-or-source
13954 func_xform ()
13955 {
13956   func_xform_result=${1%.*}.lo
13957 }
13958
13959 # func_arith arithmetic-term...
13960 func_arith ()
13961 {
13962   func_arith_result=$(( $* ))
13963 }
13964
13965 # func_len string
13966 # STRING may not start with a hyphen.
13967 func_len ()
13968 {
13969   func_len_result=${#1}
13970 }
13971
13972 _LT_EOF
13973     ;;
13974   *) # Bourne compatible functions.
13975     cat << \_LT_EOF >> "$cfgfile"
13976
13977 # func_dirname file append nondir_replacement
13978 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
13979 # otherwise set result to NONDIR_REPLACEMENT.
13980 func_dirname ()
13981 {
13982   # Extract subdirectory from the argument.
13983   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
13984   if test "X$func_dirname_result" = "X${1}"; then
13985     func_dirname_result="${3}"
13986   else
13987     func_dirname_result="$func_dirname_result${2}"
13988   fi
13989 }
13990
13991 # func_basename file
13992 func_basename ()
13993 {
13994   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
13995 }
13996
13997
13998 # func_stripname prefix suffix name
13999 # strip PREFIX and SUFFIX off of NAME.
14000 # PREFIX and SUFFIX must not contain globbing or regex special
14001 # characters, hashes, percent signs, but SUFFIX may contain a leading
14002 # dot (in which case that matches only a dot).
14003 # func_strip_suffix prefix name
14004 func_stripname ()
14005 {
14006   case ${2} in
14007     .*) func_stripname_result=`$ECHO "X${3}" \
14008            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
14009     *)  func_stripname_result=`$ECHO "X${3}" \
14010            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
14011   esac
14012 }
14013
14014 # sed scripts:
14015 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14016 my_sed_long_arg='1s/^-[^=]*=//'
14017
14018 # func_opt_split
14019 func_opt_split ()
14020 {
14021   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
14022   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
14023 }
14024
14025 # func_lo2o object
14026 func_lo2o ()
14027 {
14028   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
14029 }
14030
14031 # func_xform libobj-or-source
14032 func_xform ()
14033 {
14034   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
14035 }
14036
14037 # func_arith arithmetic-term...
14038 func_arith ()
14039 {
14040   func_arith_result=`expr "$@"`
14041 }
14042
14043 # func_len string
14044 # STRING may not start with a hyphen.
14045 func_len ()
14046 {
14047   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14048 }
14049
14050 _LT_EOF
14051 esac
14052
14053 case $lt_shell_append in
14054   yes)
14055     cat << \_LT_EOF >> "$cfgfile"
14056
14057 # func_append var value
14058 # Append VALUE to the end of shell variable VAR.
14059 func_append ()
14060 {
14061   eval "$1+=\$2"
14062 }
14063 _LT_EOF
14064     ;;
14065   *)
14066     cat << \_LT_EOF >> "$cfgfile"
14067
14068 # func_append var value
14069 # Append VALUE to the end of shell variable VAR.
14070 func_append ()
14071 {
14072   eval "$1=\$$1\$2"
14073 }
14074
14075 _LT_EOF
14076     ;;
14077   esac
14078
14079
14080   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14081     || (rm -f "$cfgfile"; exit 1)
14082
14083   mv -f "$cfgfile" "$ofile" ||
14084     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14085   chmod +x "$ofile"
14086
14087  ;;
14088
14089   esac
14090 done # for ac_tag
14091
14092
14093 as_fn_exit 0
14094 _ACEOF
14095 ac_clean_files=$ac_clean_files_save
14096
14097 test $ac_write_fail = 0 ||
14098   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
14099
14100
14101 # configure is writing to config.log, and then calls config.status.
14102 # config.status does its own redirection, appending to config.log.
14103 # Unfortunately, on DOS this fails, as config.log is still kept open
14104 # by configure, so config.status won't be able to write to it; its
14105 # output is simply discarded.  So we exec the FD to /dev/null,
14106 # effectively closing config.log, so it can be properly (re)opened and
14107 # appended to by config.status.  When coming back to configure, we
14108 # need to make the FD available again.
14109 if test "$no_create" != yes; then
14110   ac_cs_success=:
14111   ac_config_status_args=
14112   test "$silent" = yes &&
14113     ac_config_status_args="$ac_config_status_args --quiet"
14114   exec 5>/dev/null
14115   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14116   exec 5>>config.log
14117   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14118   # would make configure fail if this is the last instruction.
14119   $ac_cs_success || as_fn_exit 1
14120 fi
14121 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14122   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14123 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14124 fi
14125