Initial import to Tizen
[profile/ivi/pocketsphinx.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for pocketsphinx 0.7.
4 #
5 #
6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
8 # 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 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=$?; test $as_status -eq 0 && as_status=1
367   if test "$3"; then
368     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
369     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
370   fi
371   $as_echo "$as_me: error: $1" >&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, 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='pocketsphinx'
700 PACKAGE_TARNAME='pocketsphinx'
701 PACKAGE_VERSION='0.7'
702 PACKAGE_STRING='pocketsphinx 0.7'
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 LIBOBJS
746 sphinxbasebuild
747 sphinxbase
748 SphinxBase_LIBS
749 SphinxBase_CFLAGS
750 GST_PLUGIN_LDFLAGS
751 plugindir
752 GST_LIBS
753 GST_CFLAGS
754 GST_MAJORMINOR
755 BUILD_GST_FALSE
756 BUILD_GST_TRUE
757 GStreamer_LIBS
758 GStreamer_CFLAGS
759 PKG_CONFIG
760 BUILD_CYTHON_FALSE
761 BUILD_CYTHON_TRUE
762 HAVE_CYTHON
763 BUILD_PYTHON_FALSE
764 BUILD_PYTHON_TRUE
765 PYTHON_CONFIG
766 PYTHON
767 BUILD_DOXYGEN_FALSE
768 BUILD_DOXYGEN_TRUE
769 HAVE_DOXYGEN
770 HAVE_PKGCONFIG
771 CPP
772 OTOOL64
773 OTOOL
774 LIPO
775 NMEDIT
776 DSYMUTIL
777 lt_ECHO
778 RANLIB
779 AR
780 OBJDUMP
781 LN_S
782 NM
783 ac_ct_DUMPBIN
784 DUMPBIN
785 LD
786 FGREP
787 EGREP
788 GREP
789 SED
790 LIBTOOL
791 am__fastdepCC_FALSE
792 am__fastdepCC_TRUE
793 CCDEPMODE
794 AMDEPBACKSLASH
795 AMDEP_FALSE
796 AMDEP_TRUE
797 am__quote
798 am__include
799 DEPDIR
800 OBJEXT
801 EXEEXT
802 ac_ct_CC
803 CPPFLAGS
804 LDFLAGS
805 CFLAGS
806 CC
807 host_os
808 host_vendor
809 host_cpu
810 host
811 build_os
812 build_vendor
813 build_cpu
814 build
815 ACLOCAL_AMFLAGS
816 am__untar
817 am__tar
818 AMTAR
819 am__leading_dot
820 SET_MAKE
821 AWK
822 mkdir_p
823 MKDIR_P
824 INSTALL_STRIP_PROGRAM
825 STRIP
826 install_sh
827 MAKEINFO
828 AUTOHEADER
829 AUTOMAKE
830 AUTOCONF
831 ACLOCAL
832 VERSION
833 PACKAGE
834 CYGPATH_W
835 am__isrc
836 INSTALL_DATA
837 INSTALL_SCRIPT
838 INSTALL_PROGRAM
839 target_alias
840 host_alias
841 build_alias
842 LIBS
843 ECHO_T
844 ECHO_N
845 ECHO_C
846 DEFS
847 mandir
848 localedir
849 libdir
850 psdir
851 pdfdir
852 dvidir
853 htmldir
854 infodir
855 docdir
856 oldincludedir
857 includedir
858 localstatedir
859 sharedstatedir
860 sysconfdir
861 datadir
862 datarootdir
863 libexecdir
864 sbindir
865 bindir
866 program_transform_name
867 prefix
868 exec_prefix
869 PACKAGE_URL
870 PACKAGE_BUGREPORT
871 PACKAGE_STRING
872 PACKAGE_VERSION
873 PACKAGE_TARNAME
874 PACKAGE_NAME
875 PATH_SEPARATOR
876 SHELL'
877 ac_subst_files=''
878 ac_user_opts='
879 enable_option_checking
880 enable_dependency_tracking
881 enable_shared
882 enable_static
883 with_pic
884 enable_fast_install
885 with_gnu_ld
886 enable_libtool_lock
887 with_python
888 with_sphinxbase
889 with_sphinxbase_build
890 '
891       ac_precious_vars='build_alias
892 host_alias
893 target_alias
894 CC
895 CFLAGS
896 LDFLAGS
897 LIBS
898 CPPFLAGS
899 CPP
900 PKG_CONFIG
901 GStreamer_CFLAGS
902 GStreamer_LIBS
903 SphinxBase_CFLAGS
904 SphinxBase_LIBS'
905
906
907 # Initialize some variables set by options.
908 ac_init_help=
909 ac_init_version=false
910 ac_unrecognized_opts=
911 ac_unrecognized_sep=
912 # The variables have the same names as the options, with
913 # dashes changed to underlines.
914 cache_file=/dev/null
915 exec_prefix=NONE
916 no_create=
917 no_recursion=
918 prefix=NONE
919 program_prefix=NONE
920 program_suffix=NONE
921 program_transform_name=s,x,x,
922 silent=
923 site=
924 srcdir=
925 verbose=
926 x_includes=NONE
927 x_libraries=NONE
928
929 # Installation directory options.
930 # These are left unexpanded so users can "make install exec_prefix=/foo"
931 # and all the variables that are supposed to be based on exec_prefix
932 # by default will actually change.
933 # Use braces instead of parens because sh, perl, etc. also accept them.
934 # (The list follows the same order as the GNU Coding Standards.)
935 bindir='${exec_prefix}/bin'
936 sbindir='${exec_prefix}/sbin'
937 libexecdir='${exec_prefix}/libexec'
938 datarootdir='${prefix}/share'
939 datadir='${datarootdir}'
940 sysconfdir='${prefix}/etc'
941 sharedstatedir='${prefix}/com'
942 localstatedir='${prefix}/var'
943 includedir='${prefix}/include'
944 oldincludedir='/usr/include'
945 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
946 infodir='${datarootdir}/info'
947 htmldir='${docdir}'
948 dvidir='${docdir}'
949 pdfdir='${docdir}'
950 psdir='${docdir}'
951 libdir='${exec_prefix}/lib'
952 localedir='${datarootdir}/locale'
953 mandir='${datarootdir}/man'
954
955 ac_prev=
956 ac_dashdash=
957 for ac_option
958 do
959   # If the previous option needs an argument, assign it.
960   if test -n "$ac_prev"; then
961     eval $ac_prev=\$ac_option
962     ac_prev=
963     continue
964   fi
965
966   case $ac_option in
967   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
968   *)    ac_optarg=yes ;;
969   esac
970
971   # Accept the important Cygnus configure options, so we can diagnose typos.
972
973   case $ac_dashdash$ac_option in
974   --)
975     ac_dashdash=yes ;;
976
977   -bindir | --bindir | --bindi | --bind | --bin | --bi)
978     ac_prev=bindir ;;
979   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
980     bindir=$ac_optarg ;;
981
982   -build | --build | --buil | --bui | --bu)
983     ac_prev=build_alias ;;
984   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
985     build_alias=$ac_optarg ;;
986
987   -cache-file | --cache-file | --cache-fil | --cache-fi \
988   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
989     ac_prev=cache_file ;;
990   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
991   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
992     cache_file=$ac_optarg ;;
993
994   --config-cache | -C)
995     cache_file=config.cache ;;
996
997   -datadir | --datadir | --datadi | --datad)
998     ac_prev=datadir ;;
999   -datadir=* | --datadir=* | --datadi=* | --datad=*)
1000     datadir=$ac_optarg ;;
1001
1002   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1003   | --dataroo | --dataro | --datar)
1004     ac_prev=datarootdir ;;
1005   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1006   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1007     datarootdir=$ac_optarg ;;
1008
1009   -disable-* | --disable-*)
1010     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1011     # Reject names that are not valid shell variable names.
1012     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1013       as_fn_error "invalid feature name: $ac_useropt"
1014     ac_useropt_orig=$ac_useropt
1015     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1016     case $ac_user_opts in
1017       *"
1018 "enable_$ac_useropt"
1019 "*) ;;
1020       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1021          ac_unrecognized_sep=', ';;
1022     esac
1023     eval enable_$ac_useropt=no ;;
1024
1025   -docdir | --docdir | --docdi | --doc | --do)
1026     ac_prev=docdir ;;
1027   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1028     docdir=$ac_optarg ;;
1029
1030   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1031     ac_prev=dvidir ;;
1032   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1033     dvidir=$ac_optarg ;;
1034
1035   -enable-* | --enable-*)
1036     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1037     # Reject names that are not valid shell variable names.
1038     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1039       as_fn_error "invalid feature name: $ac_useropt"
1040     ac_useropt_orig=$ac_useropt
1041     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1042     case $ac_user_opts in
1043       *"
1044 "enable_$ac_useropt"
1045 "*) ;;
1046       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1047          ac_unrecognized_sep=', ';;
1048     esac
1049     eval enable_$ac_useropt=\$ac_optarg ;;
1050
1051   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1052   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1053   | --exec | --exe | --ex)
1054     ac_prev=exec_prefix ;;
1055   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1056   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1057   | --exec=* | --exe=* | --ex=*)
1058     exec_prefix=$ac_optarg ;;
1059
1060   -gas | --gas | --ga | --g)
1061     # Obsolete; use --with-gas.
1062     with_gas=yes ;;
1063
1064   -help | --help | --hel | --he | -h)
1065     ac_init_help=long ;;
1066   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1067     ac_init_help=recursive ;;
1068   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1069     ac_init_help=short ;;
1070
1071   -host | --host | --hos | --ho)
1072     ac_prev=host_alias ;;
1073   -host=* | --host=* | --hos=* | --ho=*)
1074     host_alias=$ac_optarg ;;
1075
1076   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1077     ac_prev=htmldir ;;
1078   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1079   | --ht=*)
1080     htmldir=$ac_optarg ;;
1081
1082   -includedir | --includedir | --includedi | --included | --include \
1083   | --includ | --inclu | --incl | --inc)
1084     ac_prev=includedir ;;
1085   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1086   | --includ=* | --inclu=* | --incl=* | --inc=*)
1087     includedir=$ac_optarg ;;
1088
1089   -infodir | --infodir | --infodi | --infod | --info | --inf)
1090     ac_prev=infodir ;;
1091   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1092     infodir=$ac_optarg ;;
1093
1094   -libdir | --libdir | --libdi | --libd)
1095     ac_prev=libdir ;;
1096   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1097     libdir=$ac_optarg ;;
1098
1099   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1100   | --libexe | --libex | --libe)
1101     ac_prev=libexecdir ;;
1102   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1103   | --libexe=* | --libex=* | --libe=*)
1104     libexecdir=$ac_optarg ;;
1105
1106   -localedir | --localedir | --localedi | --localed | --locale)
1107     ac_prev=localedir ;;
1108   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1109     localedir=$ac_optarg ;;
1110
1111   -localstatedir | --localstatedir | --localstatedi | --localstated \
1112   | --localstate | --localstat | --localsta | --localst | --locals)
1113     ac_prev=localstatedir ;;
1114   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1115   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1116     localstatedir=$ac_optarg ;;
1117
1118   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1119     ac_prev=mandir ;;
1120   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1121     mandir=$ac_optarg ;;
1122
1123   -nfp | --nfp | --nf)
1124     # Obsolete; use --without-fp.
1125     with_fp=no ;;
1126
1127   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1128   | --no-cr | --no-c | -n)
1129     no_create=yes ;;
1130
1131   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1132   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1133     no_recursion=yes ;;
1134
1135   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1136   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1137   | --oldin | --oldi | --old | --ol | --o)
1138     ac_prev=oldincludedir ;;
1139   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1140   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1141   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1142     oldincludedir=$ac_optarg ;;
1143
1144   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1145     ac_prev=prefix ;;
1146   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1147     prefix=$ac_optarg ;;
1148
1149   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1150   | --program-pre | --program-pr | --program-p)
1151     ac_prev=program_prefix ;;
1152   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1153   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1154     program_prefix=$ac_optarg ;;
1155
1156   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1157   | --program-suf | --program-su | --program-s)
1158     ac_prev=program_suffix ;;
1159   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1160   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1161     program_suffix=$ac_optarg ;;
1162
1163   -program-transform-name | --program-transform-name \
1164   | --program-transform-nam | --program-transform-na \
1165   | --program-transform-n | --program-transform- \
1166   | --program-transform | --program-transfor \
1167   | --program-transfo | --program-transf \
1168   | --program-trans | --program-tran \
1169   | --progr-tra | --program-tr | --program-t)
1170     ac_prev=program_transform_name ;;
1171   -program-transform-name=* | --program-transform-name=* \
1172   | --program-transform-nam=* | --program-transform-na=* \
1173   | --program-transform-n=* | --program-transform-=* \
1174   | --program-transform=* | --program-transfor=* \
1175   | --program-transfo=* | --program-transf=* \
1176   | --program-trans=* | --program-tran=* \
1177   | --progr-tra=* | --program-tr=* | --program-t=*)
1178     program_transform_name=$ac_optarg ;;
1179
1180   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1181     ac_prev=pdfdir ;;
1182   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1183     pdfdir=$ac_optarg ;;
1184
1185   -psdir | --psdir | --psdi | --psd | --ps)
1186     ac_prev=psdir ;;
1187   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1188     psdir=$ac_optarg ;;
1189
1190   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1191   | -silent | --silent | --silen | --sile | --sil)
1192     silent=yes ;;
1193
1194   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1195     ac_prev=sbindir ;;
1196   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1197   | --sbi=* | --sb=*)
1198     sbindir=$ac_optarg ;;
1199
1200   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1201   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1202   | --sharedst | --shareds | --shared | --share | --shar \
1203   | --sha | --sh)
1204     ac_prev=sharedstatedir ;;
1205   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1206   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1207   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1208   | --sha=* | --sh=*)
1209     sharedstatedir=$ac_optarg ;;
1210
1211   -site | --site | --sit)
1212     ac_prev=site ;;
1213   -site=* | --site=* | --sit=*)
1214     site=$ac_optarg ;;
1215
1216   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1217     ac_prev=srcdir ;;
1218   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1219     srcdir=$ac_optarg ;;
1220
1221   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1222   | --syscon | --sysco | --sysc | --sys | --sy)
1223     ac_prev=sysconfdir ;;
1224   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1225   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1226     sysconfdir=$ac_optarg ;;
1227
1228   -target | --target | --targe | --targ | --tar | --ta | --t)
1229     ac_prev=target_alias ;;
1230   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1231     target_alias=$ac_optarg ;;
1232
1233   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1234     verbose=yes ;;
1235
1236   -version | --version | --versio | --versi | --vers | -V)
1237     ac_init_version=: ;;
1238
1239   -with-* | --with-*)
1240     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1241     # Reject names that are not valid shell variable names.
1242     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1243       as_fn_error "invalid package name: $ac_useropt"
1244     ac_useropt_orig=$ac_useropt
1245     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1246     case $ac_user_opts in
1247       *"
1248 "with_$ac_useropt"
1249 "*) ;;
1250       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1251          ac_unrecognized_sep=', ';;
1252     esac
1253     eval with_$ac_useropt=\$ac_optarg ;;
1254
1255   -without-* | --without-*)
1256     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1257     # Reject names that are not valid shell variable names.
1258     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1259       as_fn_error "invalid package name: $ac_useropt"
1260     ac_useropt_orig=$ac_useropt
1261     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1262     case $ac_user_opts in
1263       *"
1264 "with_$ac_useropt"
1265 "*) ;;
1266       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1267          ac_unrecognized_sep=', ';;
1268     esac
1269     eval with_$ac_useropt=no ;;
1270
1271   --x)
1272     # Obsolete; use --with-x.
1273     with_x=yes ;;
1274
1275   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1276   | --x-incl | --x-inc | --x-in | --x-i)
1277     ac_prev=x_includes ;;
1278   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1279   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1280     x_includes=$ac_optarg ;;
1281
1282   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1283   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1284     ac_prev=x_libraries ;;
1285   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1286   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1287     x_libraries=$ac_optarg ;;
1288
1289   -*) as_fn_error "unrecognized option: \`$ac_option'
1290 Try \`$0 --help' for more information."
1291     ;;
1292
1293   *=*)
1294     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1295     # Reject names that are not valid shell variable names.
1296     case $ac_envvar in #(
1297       '' | [0-9]* | *[!_$as_cr_alnum]* )
1298       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1299     esac
1300     eval $ac_envvar=\$ac_optarg
1301     export $ac_envvar ;;
1302
1303   *)
1304     # FIXME: should be removed in autoconf 3.0.
1305     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1306     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1307       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1308     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1309     ;;
1310
1311   esac
1312 done
1313
1314 if test -n "$ac_prev"; then
1315   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1316   as_fn_error "missing argument to $ac_option"
1317 fi
1318
1319 if test -n "$ac_unrecognized_opts"; then
1320   case $enable_option_checking in
1321     no) ;;
1322     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1323     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1324   esac
1325 fi
1326
1327 # Check all directory arguments for consistency.
1328 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1329                 datadir sysconfdir sharedstatedir localstatedir includedir \
1330                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1331                 libdir localedir mandir
1332 do
1333   eval ac_val=\$$ac_var
1334   # Remove trailing slashes.
1335   case $ac_val in
1336     */ )
1337       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1338       eval $ac_var=\$ac_val;;
1339   esac
1340   # Be sure to have absolute directory names.
1341   case $ac_val in
1342     [\\/$]* | ?:[\\/]* )  continue;;
1343     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1344   esac
1345   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1346 done
1347
1348 # There might be people who depend on the old broken behavior: `$host'
1349 # used to hold the argument of --host etc.
1350 # FIXME: To remove some day.
1351 build=$build_alias
1352 host=$host_alias
1353 target=$target_alias
1354
1355 # FIXME: To remove some day.
1356 if test "x$host_alias" != x; then
1357   if test "x$build_alias" = x; then
1358     cross_compiling=maybe
1359     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1360     If a cross compiler is detected then cross compile mode will be used." >&2
1361   elif test "x$build_alias" != "x$host_alias"; then
1362     cross_compiling=yes
1363   fi
1364 fi
1365
1366 ac_tool_prefix=
1367 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1368
1369 test "$silent" = yes && exec 6>/dev/null
1370
1371
1372 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1373 ac_ls_di=`ls -di .` &&
1374 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1375   as_fn_error "working directory cannot be determined"
1376 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1377   as_fn_error "pwd does not report name of working directory"
1378
1379
1380 # Find the source files, if location was not specified.
1381 if test -z "$srcdir"; then
1382   ac_srcdir_defaulted=yes
1383   # Try the directory containing this script, then the parent directory.
1384   ac_confdir=`$as_dirname -- "$as_myself" ||
1385 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1386          X"$as_myself" : 'X\(//\)[^/]' \| \
1387          X"$as_myself" : 'X\(//\)$' \| \
1388          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1389 $as_echo X"$as_myself" |
1390     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1391             s//\1/
1392             q
1393           }
1394           /^X\(\/\/\)[^/].*/{
1395             s//\1/
1396             q
1397           }
1398           /^X\(\/\/\)$/{
1399             s//\1/
1400             q
1401           }
1402           /^X\(\/\).*/{
1403             s//\1/
1404             q
1405           }
1406           s/.*/./; q'`
1407   srcdir=$ac_confdir
1408   if test ! -r "$srcdir/$ac_unique_file"; then
1409     srcdir=..
1410   fi
1411 else
1412   ac_srcdir_defaulted=no
1413 fi
1414 if test ! -r "$srcdir/$ac_unique_file"; then
1415   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1416   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1417 fi
1418 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1419 ac_abs_confdir=`(
1420         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1421         pwd)`
1422 # When building in place, set srcdir=.
1423 if test "$ac_abs_confdir" = "$ac_pwd"; then
1424   srcdir=.
1425 fi
1426 # Remove unnecessary trailing slashes from srcdir.
1427 # Double slashes in file names in object file debugging info
1428 # mess up M-x gdb in Emacs.
1429 case $srcdir in
1430 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1431 esac
1432 for ac_var in $ac_precious_vars; do
1433   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1434   eval ac_env_${ac_var}_value=\$${ac_var}
1435   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1436   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1437 done
1438
1439 #
1440 # Report the --help message.
1441 #
1442 if test "$ac_init_help" = "long"; then
1443   # Omit some internal or obsolete options to make the list less imposing.
1444   # This message is too long to be a string in the A/UX 3.1 sh.
1445   cat <<_ACEOF
1446 \`configure' configures pocketsphinx 0.7 to adapt to many kinds of systems.
1447
1448 Usage: $0 [OPTION]... [VAR=VALUE]...
1449
1450 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1451 VAR=VALUE.  See below for descriptions of some of the useful variables.
1452
1453 Defaults for the options are specified in brackets.
1454
1455 Configuration:
1456   -h, --help              display this help and exit
1457       --help=short        display options specific to this package
1458       --help=recursive    display the short help of all the included packages
1459   -V, --version           display version information and exit
1460   -q, --quiet, --silent   do not print \`checking...' messages
1461       --cache-file=FILE   cache test results in FILE [disabled]
1462   -C, --config-cache      alias for \`--cache-file=config.cache'
1463   -n, --no-create         do not create output files
1464       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1465
1466 Installation directories:
1467   --prefix=PREFIX         install architecture-independent files in PREFIX
1468                           [$ac_default_prefix]
1469   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1470                           [PREFIX]
1471
1472 By default, \`make install' will install all the files in
1473 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1474 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1475 for instance \`--prefix=\$HOME'.
1476
1477 For better control, use the options below.
1478
1479 Fine tuning of the installation directories:
1480   --bindir=DIR            user executables [EPREFIX/bin]
1481   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1482   --libexecdir=DIR        program executables [EPREFIX/libexec]
1483   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1484   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1485   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1486   --libdir=DIR            object code libraries [EPREFIX/lib]
1487   --includedir=DIR        C header files [PREFIX/include]
1488   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1489   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1490   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1491   --infodir=DIR           info documentation [DATAROOTDIR/info]
1492   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1493   --mandir=DIR            man documentation [DATAROOTDIR/man]
1494   --docdir=DIR            documentation root [DATAROOTDIR/doc/pocketsphinx]
1495   --htmldir=DIR           html documentation [DOCDIR]
1496   --dvidir=DIR            dvi documentation [DOCDIR]
1497   --pdfdir=DIR            pdf documentation [DOCDIR]
1498   --psdir=DIR             ps documentation [DOCDIR]
1499 _ACEOF
1500
1501   cat <<\_ACEOF
1502
1503 Program names:
1504   --program-prefix=PREFIX            prepend PREFIX to installed program names
1505   --program-suffix=SUFFIX            append SUFFIX to installed program names
1506   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1507
1508 System types:
1509   --build=BUILD     configure for building on BUILD [guessed]
1510   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1511 _ACEOF
1512 fi
1513
1514 if test -n "$ac_init_help"; then
1515   case $ac_init_help in
1516      short | recursive ) echo "Configuration of pocketsphinx 0.7:";;
1517    esac
1518   cat <<\_ACEOF
1519
1520 Optional Features:
1521   --disable-option-checking  ignore unrecognized --enable/--with options
1522   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1523   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1524   --disable-dependency-tracking  speeds up one-time build
1525   --enable-dependency-tracking   do not reject slow dependency extractors
1526   --enable-shared[=PKGS]  build shared libraries [default=yes]
1527   --enable-static[=PKGS]  build static libraries [default=yes]
1528   --enable-fast-install[=PKGS]
1529                           optimize for fast installation [default=yes]
1530   --disable-libtool-lock  avoid locking (might break parallel builds)
1531
1532 Optional Packages:
1533   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1534   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1535   --with-pic              try to use only PIC/non-PIC objects [default=use
1536                           both]
1537   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1538   --without-python        Disable Python extension
1539   --with-sphinxbase=DIRECTORY
1540                           Look for SphinxBase source files in DIRECTORY. If
1541                           this is 'auto', the system-wide installation will be
1542                           used.
1543   --with-sphinxbase-build=DIRECTORY
1544                           Look for SphinxBase object files in DIRECTORY
1545
1546 Some influential environment variables:
1547   CC          C compiler command
1548   CFLAGS      C compiler flags
1549   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1550               nonstandard directory <lib dir>
1551   LIBS        libraries to pass to the linker, e.g. -l<library>
1552   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1553               you have headers in a nonstandard directory <include dir>
1554   CPP         C preprocessor
1555   PKG_CONFIG  path to pkg-config utility
1556   GStreamer_CFLAGS
1557               C compiler flags for GStreamer, overriding pkg-config
1558   GStreamer_LIBS
1559               linker flags for GStreamer, overriding pkg-config
1560   SphinxBase_CFLAGS
1561               C compiler flags for SphinxBase, overriding pkg-config
1562   SphinxBase_LIBS
1563               linker flags for SphinxBase, overriding pkg-config
1564
1565 Use these variables to override the choices made by `configure' or to help
1566 it to find libraries and programs with nonstandard names/locations.
1567
1568 Report bugs to the package provider.
1569 _ACEOF
1570 ac_status=$?
1571 fi
1572
1573 if test "$ac_init_help" = "recursive"; then
1574   # If there are subdirs, report their specific --help.
1575   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1576     test -d "$ac_dir" ||
1577       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1578       continue
1579     ac_builddir=.
1580
1581 case "$ac_dir" in
1582 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1583 *)
1584   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1585   # A ".." for each directory in $ac_dir_suffix.
1586   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1587   case $ac_top_builddir_sub in
1588   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1589   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1590   esac ;;
1591 esac
1592 ac_abs_top_builddir=$ac_pwd
1593 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1594 # for backward compatibility:
1595 ac_top_builddir=$ac_top_build_prefix
1596
1597 case $srcdir in
1598   .)  # We are building in place.
1599     ac_srcdir=.
1600     ac_top_srcdir=$ac_top_builddir_sub
1601     ac_abs_top_srcdir=$ac_pwd ;;
1602   [\\/]* | ?:[\\/]* )  # Absolute name.
1603     ac_srcdir=$srcdir$ac_dir_suffix;
1604     ac_top_srcdir=$srcdir
1605     ac_abs_top_srcdir=$srcdir ;;
1606   *) # Relative name.
1607     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1608     ac_top_srcdir=$ac_top_build_prefix$srcdir
1609     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1610 esac
1611 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1612
1613     cd "$ac_dir" || { ac_status=$?; continue; }
1614     # Check for guested configure.
1615     if test -f "$ac_srcdir/configure.gnu"; then
1616       echo &&
1617       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1618     elif test -f "$ac_srcdir/configure"; then
1619       echo &&
1620       $SHELL "$ac_srcdir/configure" --help=recursive
1621     else
1622       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1623     fi || ac_status=$?
1624     cd "$ac_pwd" || { ac_status=$?; break; }
1625   done
1626 fi
1627
1628 test -n "$ac_init_help" && exit $ac_status
1629 if $ac_init_version; then
1630   cat <<\_ACEOF
1631 pocketsphinx configure 0.7
1632 generated by GNU Autoconf 2.65
1633
1634 Copyright (C) 2009 Free Software Foundation, Inc.
1635 This configure script is free software; the Free Software Foundation
1636 gives unlimited permission to copy, distribute and modify it.
1637 _ACEOF
1638   exit
1639 fi
1640
1641 ## ------------------------ ##
1642 ## Autoconf initialization. ##
1643 ## ------------------------ ##
1644
1645 # ac_fn_c_try_compile LINENO
1646 # --------------------------
1647 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1648 ac_fn_c_try_compile ()
1649 {
1650   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1651   rm -f conftest.$ac_objext
1652   if { { ac_try="$ac_compile"
1653 case "(($ac_try" in
1654   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1655   *) ac_try_echo=$ac_try;;
1656 esac
1657 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1658 $as_echo "$ac_try_echo"; } >&5
1659   (eval "$ac_compile") 2>conftest.err
1660   ac_status=$?
1661   if test -s conftest.err; then
1662     grep -v '^ *+' conftest.err >conftest.er1
1663     cat conftest.er1 >&5
1664     mv -f conftest.er1 conftest.err
1665   fi
1666   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1667   test $ac_status = 0; } && {
1668          test -z "$ac_c_werror_flag" ||
1669          test ! -s conftest.err
1670        } && test -s conftest.$ac_objext; then :
1671   ac_retval=0
1672 else
1673   $as_echo "$as_me: failed program was:" >&5
1674 sed 's/^/| /' conftest.$ac_ext >&5
1675
1676         ac_retval=1
1677 fi
1678   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1679   as_fn_set_status $ac_retval
1680
1681 } # ac_fn_c_try_compile
1682
1683 # ac_fn_c_try_link LINENO
1684 # -----------------------
1685 # Try to link conftest.$ac_ext, and return whether this succeeded.
1686 ac_fn_c_try_link ()
1687 {
1688   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1689   rm -f conftest.$ac_objext conftest$ac_exeext
1690   if { { ac_try="$ac_link"
1691 case "(($ac_try" in
1692   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1693   *) ac_try_echo=$ac_try;;
1694 esac
1695 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1696 $as_echo "$ac_try_echo"; } >&5
1697   (eval "$ac_link") 2>conftest.err
1698   ac_status=$?
1699   if test -s conftest.err; then
1700     grep -v '^ *+' conftest.err >conftest.er1
1701     cat conftest.er1 >&5
1702     mv -f conftest.er1 conftest.err
1703   fi
1704   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1705   test $ac_status = 0; } && {
1706          test -z "$ac_c_werror_flag" ||
1707          test ! -s conftest.err
1708        } && test -s conftest$ac_exeext && {
1709          test "$cross_compiling" = yes ||
1710          $as_test_x conftest$ac_exeext
1711        }; then :
1712   ac_retval=0
1713 else
1714   $as_echo "$as_me: failed program was:" >&5
1715 sed 's/^/| /' conftest.$ac_ext >&5
1716
1717         ac_retval=1
1718 fi
1719   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1720   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1721   # interfere with the next link command; also delete a directory that is
1722   # left behind by Apple's compiler.  We do this before executing the actions.
1723   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1724   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1725   as_fn_set_status $ac_retval
1726
1727 } # ac_fn_c_try_link
1728
1729 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1730 # -------------------------------------------------------
1731 # Tests whether HEADER exists and can be compiled using the include files in
1732 # INCLUDES, setting the cache variable VAR accordingly.
1733 ac_fn_c_check_header_compile ()
1734 {
1735   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1736   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1737 $as_echo_n "checking for $2... " >&6; }
1738 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1739   $as_echo_n "(cached) " >&6
1740 else
1741   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1742 /* end confdefs.h.  */
1743 $4
1744 #include <$2>
1745 _ACEOF
1746 if ac_fn_c_try_compile "$LINENO"; then :
1747   eval "$3=yes"
1748 else
1749   eval "$3=no"
1750 fi
1751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1752 fi
1753 eval ac_res=\$$3
1754                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1755 $as_echo "$ac_res" >&6; }
1756   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1757
1758 } # ac_fn_c_check_header_compile
1759
1760 # ac_fn_c_try_cpp LINENO
1761 # ----------------------
1762 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1763 ac_fn_c_try_cpp ()
1764 {
1765   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1766   if { { ac_try="$ac_cpp conftest.$ac_ext"
1767 case "(($ac_try" in
1768   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1769   *) ac_try_echo=$ac_try;;
1770 esac
1771 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1772 $as_echo "$ac_try_echo"; } >&5
1773   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1774   ac_status=$?
1775   if test -s conftest.err; then
1776     grep -v '^ *+' conftest.err >conftest.er1
1777     cat conftest.er1 >&5
1778     mv -f conftest.er1 conftest.err
1779   fi
1780   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1781   test $ac_status = 0; } >/dev/null && {
1782          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1783          test ! -s conftest.err
1784        }; then :
1785   ac_retval=0
1786 else
1787   $as_echo "$as_me: failed program was:" >&5
1788 sed 's/^/| /' conftest.$ac_ext >&5
1789
1790     ac_retval=1
1791 fi
1792   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1793   as_fn_set_status $ac_retval
1794
1795 } # ac_fn_c_try_cpp
1796
1797 # ac_fn_c_try_run LINENO
1798 # ----------------------
1799 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1800 # that executables *can* be run.
1801 ac_fn_c_try_run ()
1802 {
1803   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1804   if { { ac_try="$ac_link"
1805 case "(($ac_try" in
1806   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1807   *) ac_try_echo=$ac_try;;
1808 esac
1809 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1810 $as_echo "$ac_try_echo"; } >&5
1811   (eval "$ac_link") 2>&5
1812   ac_status=$?
1813   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1814   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1815   { { case "(($ac_try" in
1816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1817   *) ac_try_echo=$ac_try;;
1818 esac
1819 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1820 $as_echo "$ac_try_echo"; } >&5
1821   (eval "$ac_try") 2>&5
1822   ac_status=$?
1823   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1824   test $ac_status = 0; }; }; then :
1825   ac_retval=0
1826 else
1827   $as_echo "$as_me: program exited with status $ac_status" >&5
1828        $as_echo "$as_me: failed program was:" >&5
1829 sed 's/^/| /' conftest.$ac_ext >&5
1830
1831        ac_retval=$ac_status
1832 fi
1833   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1834   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1835   as_fn_set_status $ac_retval
1836
1837 } # ac_fn_c_try_run
1838
1839 # ac_fn_c_check_func LINENO FUNC VAR
1840 # ----------------------------------
1841 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1842 ac_fn_c_check_func ()
1843 {
1844   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1845   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1846 $as_echo_n "checking for $2... " >&6; }
1847 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1848   $as_echo_n "(cached) " >&6
1849 else
1850   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1851 /* end confdefs.h.  */
1852 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1853    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1854 #define $2 innocuous_$2
1855
1856 /* System header to define __stub macros and hopefully few prototypes,
1857     which can conflict with char $2 (); below.
1858     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1859     <limits.h> exists even on freestanding compilers.  */
1860
1861 #ifdef __STDC__
1862 # include <limits.h>
1863 #else
1864 # include <assert.h>
1865 #endif
1866
1867 #undef $2
1868
1869 /* Override any GCC internal prototype to avoid an error.
1870    Use char because int might match the return type of a GCC
1871    builtin and then its argument prototype would still apply.  */
1872 #ifdef __cplusplus
1873 extern "C"
1874 #endif
1875 char $2 ();
1876 /* The GNU C library defines this for functions which it implements
1877     to always fail with ENOSYS.  Some functions are actually named
1878     something starting with __ and the normal name is an alias.  */
1879 #if defined __stub_$2 || defined __stub___$2
1880 choke me
1881 #endif
1882
1883 int
1884 main ()
1885 {
1886 return $2 ();
1887   ;
1888   return 0;
1889 }
1890 _ACEOF
1891 if ac_fn_c_try_link "$LINENO"; then :
1892   eval "$3=yes"
1893 else
1894   eval "$3=no"
1895 fi
1896 rm -f core conftest.err conftest.$ac_objext \
1897     conftest$ac_exeext conftest.$ac_ext
1898 fi
1899 eval ac_res=\$$3
1900                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1901 $as_echo "$ac_res" >&6; }
1902   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1903
1904 } # ac_fn_c_check_func
1905
1906 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1907 # -------------------------------------------
1908 # Tests whether TYPE exists after having included INCLUDES, setting cache
1909 # variable VAR accordingly.
1910 ac_fn_c_check_type ()
1911 {
1912   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1913   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1914 $as_echo_n "checking for $2... " >&6; }
1915 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1916   $as_echo_n "(cached) " >&6
1917 else
1918   eval "$3=no"
1919   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1920 /* end confdefs.h.  */
1921 $4
1922 int
1923 main ()
1924 {
1925 if (sizeof ($2))
1926          return 0;
1927   ;
1928   return 0;
1929 }
1930 _ACEOF
1931 if ac_fn_c_try_compile "$LINENO"; then :
1932   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1933 /* end confdefs.h.  */
1934 $4
1935 int
1936 main ()
1937 {
1938 if (sizeof (($2)))
1939             return 0;
1940   ;
1941   return 0;
1942 }
1943 _ACEOF
1944 if ac_fn_c_try_compile "$LINENO"; then :
1945
1946 else
1947   eval "$3=yes"
1948 fi
1949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1950 fi
1951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1952 fi
1953 eval ac_res=\$$3
1954                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1955 $as_echo "$ac_res" >&6; }
1956   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1957
1958 } # ac_fn_c_check_type
1959
1960 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1961 # --------------------------------------------
1962 # Tries to find the compile-time value of EXPR in a program that includes
1963 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1964 # computed
1965 ac_fn_c_compute_int ()
1966 {
1967   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1968   if test "$cross_compiling" = yes; then
1969     # Depending upon the size, compute the lo and hi bounds.
1970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1971 /* end confdefs.h.  */
1972 $4
1973 int
1974 main ()
1975 {
1976 static int test_array [1 - 2 * !(($2) >= 0)];
1977 test_array [0] = 0
1978
1979   ;
1980   return 0;
1981 }
1982 _ACEOF
1983 if ac_fn_c_try_compile "$LINENO"; then :
1984   ac_lo=0 ac_mid=0
1985   while :; do
1986     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1987 /* end confdefs.h.  */
1988 $4
1989 int
1990 main ()
1991 {
1992 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1993 test_array [0] = 0
1994
1995   ;
1996   return 0;
1997 }
1998 _ACEOF
1999 if ac_fn_c_try_compile "$LINENO"; then :
2000   ac_hi=$ac_mid; break
2001 else
2002   as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2003                         if test $ac_lo -le $ac_mid; then
2004                           ac_lo= ac_hi=
2005                           break
2006                         fi
2007                         as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2008 fi
2009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2010   done
2011 else
2012   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2013 /* end confdefs.h.  */
2014 $4
2015 int
2016 main ()
2017 {
2018 static int test_array [1 - 2 * !(($2) < 0)];
2019 test_array [0] = 0
2020
2021   ;
2022   return 0;
2023 }
2024 _ACEOF
2025 if ac_fn_c_try_compile "$LINENO"; then :
2026   ac_hi=-1 ac_mid=-1
2027   while :; do
2028     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2029 /* end confdefs.h.  */
2030 $4
2031 int
2032 main ()
2033 {
2034 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2035 test_array [0] = 0
2036
2037   ;
2038   return 0;
2039 }
2040 _ACEOF
2041 if ac_fn_c_try_compile "$LINENO"; then :
2042   ac_lo=$ac_mid; break
2043 else
2044   as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2045                         if test $ac_mid -le $ac_hi; then
2046                           ac_lo= ac_hi=
2047                           break
2048                         fi
2049                         as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2050 fi
2051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2052   done
2053 else
2054   ac_lo= ac_hi=
2055 fi
2056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2057 fi
2058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2059 # Binary search between lo and hi bounds.
2060 while test "x$ac_lo" != "x$ac_hi"; do
2061   as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2062   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2063 /* end confdefs.h.  */
2064 $4
2065 int
2066 main ()
2067 {
2068 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2069 test_array [0] = 0
2070
2071   ;
2072   return 0;
2073 }
2074 _ACEOF
2075 if ac_fn_c_try_compile "$LINENO"; then :
2076   ac_hi=$ac_mid
2077 else
2078   as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2079 fi
2080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2081 done
2082 case $ac_lo in #((
2083 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2084 '') ac_retval=1 ;;
2085 esac
2086   else
2087     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2088 /* end confdefs.h.  */
2089 $4
2090 static long int longval () { return $2; }
2091 static unsigned long int ulongval () { return $2; }
2092 #include <stdio.h>
2093 #include <stdlib.h>
2094 int
2095 main ()
2096 {
2097
2098   FILE *f = fopen ("conftest.val", "w");
2099   if (! f)
2100     return 1;
2101   if (($2) < 0)
2102     {
2103       long int i = longval ();
2104       if (i != ($2))
2105         return 1;
2106       fprintf (f, "%ld", i);
2107     }
2108   else
2109     {
2110       unsigned long int i = ulongval ();
2111       if (i != ($2))
2112         return 1;
2113       fprintf (f, "%lu", i);
2114     }
2115   /* Do not output a trailing newline, as this causes \r\n confusion
2116      on some platforms.  */
2117   return ferror (f) || fclose (f) != 0;
2118
2119   ;
2120   return 0;
2121 }
2122 _ACEOF
2123 if ac_fn_c_try_run "$LINENO"; then :
2124   echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2125 else
2126   ac_retval=1
2127 fi
2128 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2129   conftest.$ac_objext conftest.beam conftest.$ac_ext
2130 rm -f conftest.val
2131
2132   fi
2133   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2134   as_fn_set_status $ac_retval
2135
2136 } # ac_fn_c_compute_int
2137
2138 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2139 # -------------------------------------------------------
2140 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2141 # the include files in INCLUDES and setting the cache variable VAR
2142 # accordingly.
2143 ac_fn_c_check_header_mongrel ()
2144 {
2145   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2146   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2147   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2148 $as_echo_n "checking for $2... " >&6; }
2149 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2150   $as_echo_n "(cached) " >&6
2151 fi
2152 eval ac_res=\$$3
2153                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2154 $as_echo "$ac_res" >&6; }
2155 else
2156   # Is the header compilable?
2157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2158 $as_echo_n "checking $2 usability... " >&6; }
2159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2160 /* end confdefs.h.  */
2161 $4
2162 #include <$2>
2163 _ACEOF
2164 if ac_fn_c_try_compile "$LINENO"; then :
2165   ac_header_compiler=yes
2166 else
2167   ac_header_compiler=no
2168 fi
2169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2171 $as_echo "$ac_header_compiler" >&6; }
2172
2173 # Is the header present?
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2175 $as_echo_n "checking $2 presence... " >&6; }
2176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2177 /* end confdefs.h.  */
2178 #include <$2>
2179 _ACEOF
2180 if ac_fn_c_try_cpp "$LINENO"; then :
2181   ac_header_preproc=yes
2182 else
2183   ac_header_preproc=no
2184 fi
2185 rm -f conftest.err conftest.$ac_ext
2186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2187 $as_echo "$ac_header_preproc" >&6; }
2188
2189 # So?  What about this header?
2190 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2191   yes:no: )
2192     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2193 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2194     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2195 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2196     ;;
2197   no:yes:* )
2198     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2199 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2200     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
2201 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
2202     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2203 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2204     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
2205 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
2206     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2207 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2208     ;;
2209 esac
2210   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2211 $as_echo_n "checking for $2... " >&6; }
2212 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2213   $as_echo_n "(cached) " >&6
2214 else
2215   eval "$3=\$ac_header_compiler"
2216 fi
2217 eval ac_res=\$$3
2218                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2219 $as_echo "$ac_res" >&6; }
2220 fi
2221   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2222
2223 } # ac_fn_c_check_header_mongrel
2224 cat >config.log <<_ACEOF
2225 This file contains any messages produced by compilers while
2226 running configure, to aid debugging if configure makes a mistake.
2227
2228 It was created by pocketsphinx $as_me 0.7, which was
2229 generated by GNU Autoconf 2.65.  Invocation command line was
2230
2231   $ $0 $@
2232
2233 _ACEOF
2234 exec 5>>config.log
2235 {
2236 cat <<_ASUNAME
2237 ## --------- ##
2238 ## Platform. ##
2239 ## --------- ##
2240
2241 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2242 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2243 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2244 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2245 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2246
2247 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2248 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2249
2250 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2251 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2252 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2253 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2254 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2255 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2256 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2257
2258 _ASUNAME
2259
2260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2261 for as_dir in $PATH
2262 do
2263   IFS=$as_save_IFS
2264   test -z "$as_dir" && as_dir=.
2265     $as_echo "PATH: $as_dir"
2266   done
2267 IFS=$as_save_IFS
2268
2269 } >&5
2270
2271 cat >&5 <<_ACEOF
2272
2273
2274 ## ----------- ##
2275 ## Core tests. ##
2276 ## ----------- ##
2277
2278 _ACEOF
2279
2280
2281 # Keep a trace of the command line.
2282 # Strip out --no-create and --no-recursion so they do not pile up.
2283 # Strip out --silent because we don't want to record it for future runs.
2284 # Also quote any args containing shell meta-characters.
2285 # Make two passes to allow for proper duplicate-argument suppression.
2286 ac_configure_args=
2287 ac_configure_args0=
2288 ac_configure_args1=
2289 ac_must_keep_next=false
2290 for ac_pass in 1 2
2291 do
2292   for ac_arg
2293   do
2294     case $ac_arg in
2295     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2296     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2297     | -silent | --silent | --silen | --sile | --sil)
2298       continue ;;
2299     *\'*)
2300       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2301     esac
2302     case $ac_pass in
2303     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2304     2)
2305       as_fn_append ac_configure_args1 " '$ac_arg'"
2306       if test $ac_must_keep_next = true; then
2307         ac_must_keep_next=false # Got value, back to normal.
2308       else
2309         case $ac_arg in
2310           *=* | --config-cache | -C | -disable-* | --disable-* \
2311           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2312           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2313           | -with-* | --with-* | -without-* | --without-* | --x)
2314             case "$ac_configure_args0 " in
2315               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2316             esac
2317             ;;
2318           -* ) ac_must_keep_next=true ;;
2319         esac
2320       fi
2321       as_fn_append ac_configure_args " '$ac_arg'"
2322       ;;
2323     esac
2324   done
2325 done
2326 { ac_configure_args0=; unset ac_configure_args0;}
2327 { ac_configure_args1=; unset ac_configure_args1;}
2328
2329 # When interrupted or exit'd, cleanup temporary files, and complete
2330 # config.log.  We remove comments because anyway the quotes in there
2331 # would cause problems or look ugly.
2332 # WARNING: Use '\'' to represent an apostrophe within the trap.
2333 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2334 trap 'exit_status=$?
2335   # Save into config.log some information that might help in debugging.
2336   {
2337     echo
2338
2339     cat <<\_ASBOX
2340 ## ---------------- ##
2341 ## Cache variables. ##
2342 ## ---------------- ##
2343 _ASBOX
2344     echo
2345     # The following way of writing the cache mishandles newlines in values,
2346 (
2347   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2348     eval ac_val=\$$ac_var
2349     case $ac_val in #(
2350     *${as_nl}*)
2351       case $ac_var in #(
2352       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2353 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2354       esac
2355       case $ac_var in #(
2356       _ | IFS | as_nl) ;; #(
2357       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2358       *) { eval $ac_var=; unset $ac_var;} ;;
2359       esac ;;
2360     esac
2361   done
2362   (set) 2>&1 |
2363     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2364     *${as_nl}ac_space=\ *)
2365       sed -n \
2366         "s/'\''/'\''\\\\'\'''\''/g;
2367           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2368       ;; #(
2369     *)
2370       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2371       ;;
2372     esac |
2373     sort
2374 )
2375     echo
2376
2377     cat <<\_ASBOX
2378 ## ----------------- ##
2379 ## Output variables. ##
2380 ## ----------------- ##
2381 _ASBOX
2382     echo
2383     for ac_var in $ac_subst_vars
2384     do
2385       eval ac_val=\$$ac_var
2386       case $ac_val in
2387       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2388       esac
2389       $as_echo "$ac_var='\''$ac_val'\''"
2390     done | sort
2391     echo
2392
2393     if test -n "$ac_subst_files"; then
2394       cat <<\_ASBOX
2395 ## ------------------- ##
2396 ## File substitutions. ##
2397 ## ------------------- ##
2398 _ASBOX
2399       echo
2400       for ac_var in $ac_subst_files
2401       do
2402         eval ac_val=\$$ac_var
2403         case $ac_val in
2404         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2405         esac
2406         $as_echo "$ac_var='\''$ac_val'\''"
2407       done | sort
2408       echo
2409     fi
2410
2411     if test -s confdefs.h; then
2412       cat <<\_ASBOX
2413 ## ----------- ##
2414 ## confdefs.h. ##
2415 ## ----------- ##
2416 _ASBOX
2417       echo
2418       cat confdefs.h
2419       echo
2420     fi
2421     test "$ac_signal" != 0 &&
2422       $as_echo "$as_me: caught signal $ac_signal"
2423     $as_echo "$as_me: exit $exit_status"
2424   } >&5
2425   rm -f core *.core core.conftest.* &&
2426     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2427     exit $exit_status
2428 ' 0
2429 for ac_signal in 1 2 13 15; do
2430   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2431 done
2432 ac_signal=0
2433
2434 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2435 rm -f -r conftest* confdefs.h
2436
2437 $as_echo "/* confdefs.h */" > confdefs.h
2438
2439 # Predefined preprocessor variables.
2440
2441 cat >>confdefs.h <<_ACEOF
2442 #define PACKAGE_NAME "$PACKAGE_NAME"
2443 _ACEOF
2444
2445 cat >>confdefs.h <<_ACEOF
2446 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2447 _ACEOF
2448
2449 cat >>confdefs.h <<_ACEOF
2450 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2451 _ACEOF
2452
2453 cat >>confdefs.h <<_ACEOF
2454 #define PACKAGE_STRING "$PACKAGE_STRING"
2455 _ACEOF
2456
2457 cat >>confdefs.h <<_ACEOF
2458 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2459 _ACEOF
2460
2461 cat >>confdefs.h <<_ACEOF
2462 #define PACKAGE_URL "$PACKAGE_URL"
2463 _ACEOF
2464
2465
2466 # Let the site file select an alternate cache file if it wants to.
2467 # Prefer an explicitly selected file to automatically selected ones.
2468 ac_site_file1=NONE
2469 ac_site_file2=NONE
2470 if test -n "$CONFIG_SITE"; then
2471   ac_site_file1=$CONFIG_SITE
2472 elif test "x$prefix" != xNONE; then
2473   ac_site_file1=$prefix/share/config.site
2474   ac_site_file2=$prefix/etc/config.site
2475 else
2476   ac_site_file1=$ac_default_prefix/share/config.site
2477   ac_site_file2=$ac_default_prefix/etc/config.site
2478 fi
2479 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2480 do
2481   test "x$ac_site_file" = xNONE && continue
2482   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2483     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2484 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2485     sed 's/^/| /' "$ac_site_file" >&5
2486     . "$ac_site_file"
2487   fi
2488 done
2489
2490 if test -r "$cache_file"; then
2491   # Some versions of bash will fail to source /dev/null (special files
2492   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2493   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2494     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2495 $as_echo "$as_me: loading cache $cache_file" >&6;}
2496     case $cache_file in
2497       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2498       *)                      . "./$cache_file";;
2499     esac
2500   fi
2501 else
2502   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2503 $as_echo "$as_me: creating cache $cache_file" >&6;}
2504   >$cache_file
2505 fi
2506
2507 # Check that the precious variables saved in the cache have kept the same
2508 # value.
2509 ac_cache_corrupted=false
2510 for ac_var in $ac_precious_vars; do
2511   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2512   eval ac_new_set=\$ac_env_${ac_var}_set
2513   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2514   eval ac_new_val=\$ac_env_${ac_var}_value
2515   case $ac_old_set,$ac_new_set in
2516     set,)
2517       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2518 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2519       ac_cache_corrupted=: ;;
2520     ,set)
2521       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2522 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2523       ac_cache_corrupted=: ;;
2524     ,);;
2525     *)
2526       if test "x$ac_old_val" != "x$ac_new_val"; then
2527         # differences in whitespace do not lead to failure.
2528         ac_old_val_w=`echo x $ac_old_val`
2529         ac_new_val_w=`echo x $ac_new_val`
2530         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2531           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2532 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2533           ac_cache_corrupted=:
2534         else
2535           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2536 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2537           eval $ac_var=\$ac_old_val
2538         fi
2539         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2540 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2541         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2542 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2543       fi;;
2544   esac
2545   # Pass precious variables to config.status.
2546   if test "$ac_new_set" = set; then
2547     case $ac_new_val in
2548     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2549     *) ac_arg=$ac_var=$ac_new_val ;;
2550     esac
2551     case " $ac_configure_args " in
2552       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2553       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2554     esac
2555   fi
2556 done
2557 if $ac_cache_corrupted; then
2558   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2559 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2560   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2561 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2562   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2563 fi
2564 ## -------------------- ##
2565 ## Main body of script. ##
2566 ## -------------------- ##
2567
2568 ac_ext=c
2569 ac_cpp='$CPP $CPPFLAGS'
2570 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2571 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2572 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2573
2574
2575 am__api_version='1.11'
2576
2577 ac_aux_dir=
2578 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2579   for ac_t in install-sh install.sh shtool; do
2580     if test -f "$ac_dir/$ac_t"; then
2581       ac_aux_dir=$ac_dir
2582       ac_install_sh="$ac_aux_dir/$ac_t -c"
2583       break 2
2584     fi
2585   done
2586 done
2587 if test -z "$ac_aux_dir"; then
2588   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2589 fi
2590
2591 # These three variables are undocumented and unsupported,
2592 # and are intended to be withdrawn in a future Autoconf release.
2593 # They can cause serious problems if a builder's source tree is in a directory
2594 # whose full name contains unusual characters.
2595 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2596 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2597 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2598
2599
2600 # Find a good install program.  We prefer a C program (faster),
2601 # so one script is as good as another.  But avoid the broken or
2602 # incompatible versions:
2603 # SysV /etc/install, /usr/sbin/install
2604 # SunOS /usr/etc/install
2605 # IRIX /sbin/install
2606 # AIX /bin/install
2607 # AmigaOS /C/install, which installs bootblocks on floppy discs
2608 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2609 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2610 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2611 # OS/2's system install, which has a completely different semantic
2612 # ./install, which can be erroneously created by make from ./install.sh.
2613 # Reject install programs that cannot install multiple files.
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2615 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2616 if test -z "$INSTALL"; then
2617 if test "${ac_cv_path_install+set}" = set; then :
2618   $as_echo_n "(cached) " >&6
2619 else
2620   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2621 for as_dir in $PATH
2622 do
2623   IFS=$as_save_IFS
2624   test -z "$as_dir" && as_dir=.
2625     # Account for people who put trailing slashes in PATH elements.
2626 case $as_dir/ in #((
2627   ./ | .// | /[cC]/* | \
2628   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2629   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2630   /usr/ucb/* ) ;;
2631   *)
2632     # OSF1 and SCO ODT 3.0 have their own names for install.
2633     # Don't use installbsd from OSF since it installs stuff as root
2634     # by default.
2635     for ac_prog in ginstall scoinst install; do
2636       for ac_exec_ext in '' $ac_executable_extensions; do
2637         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2638           if test $ac_prog = install &&
2639             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2640             # AIX install.  It has an incompatible calling convention.
2641             :
2642           elif test $ac_prog = install &&
2643             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2644             # program-specific install script used by HP pwplus--don't use.
2645             :
2646           else
2647             rm -rf conftest.one conftest.two conftest.dir
2648             echo one > conftest.one
2649             echo two > conftest.two
2650             mkdir conftest.dir
2651             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2652               test -s conftest.one && test -s conftest.two &&
2653               test -s conftest.dir/conftest.one &&
2654               test -s conftest.dir/conftest.two
2655             then
2656               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2657               break 3
2658             fi
2659           fi
2660         fi
2661       done
2662     done
2663     ;;
2664 esac
2665
2666   done
2667 IFS=$as_save_IFS
2668
2669 rm -rf conftest.one conftest.two conftest.dir
2670
2671 fi
2672   if test "${ac_cv_path_install+set}" = set; then
2673     INSTALL=$ac_cv_path_install
2674   else
2675     # As a last resort, use the slow shell script.  Don't cache a
2676     # value for INSTALL within a source directory, because that will
2677     # break other packages using the cache if that directory is
2678     # removed, or if the value is a relative name.
2679     INSTALL=$ac_install_sh
2680   fi
2681 fi
2682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2683 $as_echo "$INSTALL" >&6; }
2684
2685 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2686 # It thinks the first close brace ends the variable substitution.
2687 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2688
2689 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2690
2691 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2692
2693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2694 $as_echo_n "checking whether build environment is sane... " >&6; }
2695 # Just in case
2696 sleep 1
2697 echo timestamp > conftest.file
2698 # Reject unsafe characters in $srcdir or the absolute working directory
2699 # name.  Accept space and tab only in the latter.
2700 am_lf='
2701 '
2702 case `pwd` in
2703   *[\\\"\#\$\&\'\`$am_lf]*)
2704     as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2705 esac
2706 case $srcdir in
2707   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2708     as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2709 esac
2710
2711 # Do `set' in a subshell so we don't clobber the current shell's
2712 # arguments.  Must try -L first in case configure is actually a
2713 # symlink; some systems play weird games with the mod time of symlinks
2714 # (eg FreeBSD returns the mod time of the symlink's containing
2715 # directory).
2716 if (
2717    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2718    if test "$*" = "X"; then
2719       # -L didn't work.
2720       set X `ls -t "$srcdir/configure" conftest.file`
2721    fi
2722    rm -f conftest.file
2723    if test "$*" != "X $srcdir/configure conftest.file" \
2724       && test "$*" != "X conftest.file $srcdir/configure"; then
2725
2726       # If neither matched, then we have a broken ls.  This can happen
2727       # if, for instance, CONFIG_SHELL is bash and it inherits a
2728       # broken ls alias from the environment.  This has actually
2729       # happened.  Such a system could not be considered "sane".
2730       as_fn_error "ls -t appears to fail.  Make sure there is not a broken
2731 alias in your environment" "$LINENO" 5
2732    fi
2733
2734    test "$2" = conftest.file
2735    )
2736 then
2737    # Ok.
2738    :
2739 else
2740    as_fn_error "newly created file is older than distributed files!
2741 Check your system clock" "$LINENO" 5
2742 fi
2743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2744 $as_echo "yes" >&6; }
2745 test "$program_prefix" != NONE &&
2746   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2747 # Use a double $ so make ignores it.
2748 test "$program_suffix" != NONE &&
2749   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2750 # Double any \ or $.
2751 # By default was `s,x,x', remove it if useless.
2752 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2753 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2754
2755 # expand $ac_aux_dir to an absolute path
2756 am_aux_dir=`cd $ac_aux_dir && pwd`
2757
2758 if test x"${MISSING+set}" != xset; then
2759   case $am_aux_dir in
2760   *\ * | *\     *)
2761     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2762   *)
2763     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2764   esac
2765 fi
2766 # Use eval to expand $SHELL
2767 if eval "$MISSING --run true"; then
2768   am_missing_run="$MISSING --run "
2769 else
2770   am_missing_run=
2771   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2772 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2773 fi
2774
2775 if test x"${install_sh}" != xset; then
2776   case $am_aux_dir in
2777   *\ * | *\     *)
2778     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2779   *)
2780     install_sh="\${SHELL} $am_aux_dir/install-sh"
2781   esac
2782 fi
2783
2784 # Installed binaries are usually stripped using `strip' when the user
2785 # run `make install-strip'.  However `strip' might not be the right
2786 # tool to use in cross-compilation environments, therefore Automake
2787 # will honor the `STRIP' environment variable to overrule this program.
2788 if test "$cross_compiling" != no; then
2789   if test -n "$ac_tool_prefix"; then
2790   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2791 set dummy ${ac_tool_prefix}strip; ac_word=$2
2792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2793 $as_echo_n "checking for $ac_word... " >&6; }
2794 if test "${ac_cv_prog_STRIP+set}" = set; then :
2795   $as_echo_n "(cached) " >&6
2796 else
2797   if test -n "$STRIP"; then
2798   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2799 else
2800 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2801 for as_dir in $PATH
2802 do
2803   IFS=$as_save_IFS
2804   test -z "$as_dir" && as_dir=.
2805     for ac_exec_ext in '' $ac_executable_extensions; do
2806   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2807     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2808     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2809     break 2
2810   fi
2811 done
2812   done
2813 IFS=$as_save_IFS
2814
2815 fi
2816 fi
2817 STRIP=$ac_cv_prog_STRIP
2818 if test -n "$STRIP"; then
2819   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2820 $as_echo "$STRIP" >&6; }
2821 else
2822   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2823 $as_echo "no" >&6; }
2824 fi
2825
2826
2827 fi
2828 if test -z "$ac_cv_prog_STRIP"; then
2829   ac_ct_STRIP=$STRIP
2830   # Extract the first word of "strip", so it can be a program name with args.
2831 set dummy strip; ac_word=$2
2832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2833 $as_echo_n "checking for $ac_word... " >&6; }
2834 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2835   $as_echo_n "(cached) " >&6
2836 else
2837   if test -n "$ac_ct_STRIP"; then
2838   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2839 else
2840 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2841 for as_dir in $PATH
2842 do
2843   IFS=$as_save_IFS
2844   test -z "$as_dir" && as_dir=.
2845     for ac_exec_ext in '' $ac_executable_extensions; do
2846   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2847     ac_cv_prog_ac_ct_STRIP="strip"
2848     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2849     break 2
2850   fi
2851 done
2852   done
2853 IFS=$as_save_IFS
2854
2855 fi
2856 fi
2857 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2858 if test -n "$ac_ct_STRIP"; then
2859   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2860 $as_echo "$ac_ct_STRIP" >&6; }
2861 else
2862   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2863 $as_echo "no" >&6; }
2864 fi
2865
2866   if test "x$ac_ct_STRIP" = x; then
2867     STRIP=":"
2868   else
2869     case $cross_compiling:$ac_tool_warned in
2870 yes:)
2871 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2872 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2873 ac_tool_warned=yes ;;
2874 esac
2875     STRIP=$ac_ct_STRIP
2876   fi
2877 else
2878   STRIP="$ac_cv_prog_STRIP"
2879 fi
2880
2881 fi
2882 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2883
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2885 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2886 if test -z "$MKDIR_P"; then
2887   if test "${ac_cv_path_mkdir+set}" = set; then :
2888   $as_echo_n "(cached) " >&6
2889 else
2890   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2891 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2892 do
2893   IFS=$as_save_IFS
2894   test -z "$as_dir" && as_dir=.
2895     for ac_prog in mkdir gmkdir; do
2896          for ac_exec_ext in '' $ac_executable_extensions; do
2897            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2898            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2899              'mkdir (GNU coreutils) '* | \
2900              'mkdir (coreutils) '* | \
2901              'mkdir (fileutils) '4.1*)
2902                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2903                break 3;;
2904            esac
2905          done
2906        done
2907   done
2908 IFS=$as_save_IFS
2909
2910 fi
2911
2912   test -d ./--version && rmdir ./--version
2913   if test "${ac_cv_path_mkdir+set}" = set; then
2914     MKDIR_P="$ac_cv_path_mkdir -p"
2915   else
2916     # As a last resort, use the slow shell script.  Don't cache a
2917     # value for MKDIR_P within a source directory, because that will
2918     # break other packages using the cache if that directory is
2919     # removed, or if the value is a relative name.
2920     MKDIR_P="$ac_install_sh -d"
2921   fi
2922 fi
2923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2924 $as_echo "$MKDIR_P" >&6; }
2925
2926 mkdir_p="$MKDIR_P"
2927 case $mkdir_p in
2928   [\\/$]* | ?:[\\/]*) ;;
2929   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2930 esac
2931
2932 for ac_prog in gawk mawk nawk awk
2933 do
2934   # Extract the first word of "$ac_prog", so it can be a program name with args.
2935 set dummy $ac_prog; ac_word=$2
2936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2937 $as_echo_n "checking for $ac_word... " >&6; }
2938 if test "${ac_cv_prog_AWK+set}" = set; then :
2939   $as_echo_n "(cached) " >&6
2940 else
2941   if test -n "$AWK"; then
2942   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2943 else
2944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2945 for as_dir in $PATH
2946 do
2947   IFS=$as_save_IFS
2948   test -z "$as_dir" && as_dir=.
2949     for ac_exec_ext in '' $ac_executable_extensions; do
2950   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2951     ac_cv_prog_AWK="$ac_prog"
2952     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2953     break 2
2954   fi
2955 done
2956   done
2957 IFS=$as_save_IFS
2958
2959 fi
2960 fi
2961 AWK=$ac_cv_prog_AWK
2962 if test -n "$AWK"; then
2963   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2964 $as_echo "$AWK" >&6; }
2965 else
2966   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2967 $as_echo "no" >&6; }
2968 fi
2969
2970
2971   test -n "$AWK" && break
2972 done
2973
2974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2975 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2976 set x ${MAKE-make}
2977 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2978 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2979   $as_echo_n "(cached) " >&6
2980 else
2981   cat >conftest.make <<\_ACEOF
2982 SHELL = /bin/sh
2983 all:
2984         @echo '@@@%%%=$(MAKE)=@@@%%%'
2985 _ACEOF
2986 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2987 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2988   *@@@%%%=?*=@@@%%%*)
2989     eval ac_cv_prog_make_${ac_make}_set=yes;;
2990   *)
2991     eval ac_cv_prog_make_${ac_make}_set=no;;
2992 esac
2993 rm -f conftest.make
2994 fi
2995 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2996   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2997 $as_echo "yes" >&6; }
2998   SET_MAKE=
2999 else
3000   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3001 $as_echo "no" >&6; }
3002   SET_MAKE="MAKE=${MAKE-make}"
3003 fi
3004
3005 rm -rf .tst 2>/dev/null
3006 mkdir .tst 2>/dev/null
3007 if test -d .tst; then
3008   am__leading_dot=.
3009 else
3010   am__leading_dot=_
3011 fi
3012 rmdir .tst 2>/dev/null
3013
3014 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3015   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3016   # is not polluted with repeated "-I."
3017   am__isrc=' -I$(srcdir)'
3018   # test to see if srcdir already configured
3019   if test -f $srcdir/config.status; then
3020     as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3021   fi
3022 fi
3023
3024 # test whether we have cygpath
3025 if test -z "$CYGPATH_W"; then
3026   if (cygpath --version) >/dev/null 2>/dev/null; then
3027     CYGPATH_W='cygpath -w'
3028   else
3029     CYGPATH_W=echo
3030   fi
3031 fi
3032
3033
3034 # Define the identity of the package.
3035  PACKAGE='pocketsphinx'
3036  VERSION='0.7'
3037
3038
3039 # Some tools Automake needs.
3040
3041 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3042
3043
3044 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3045
3046
3047 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3048
3049
3050 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3051
3052
3053 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3054
3055 # We need awk for the "check" target.  The system "awk" is bad on
3056 # some platforms.
3057 # Always define AMTAR for backward compatibility.
3058
3059 AMTAR=${AMTAR-"${am_missing_run}tar"}
3060
3061 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3062
3063
3064
3065
3066
3067 ACLOCAL_AMFLAGS="-I m4"
3068
3069
3070 CFLAGS=${CFLAGS:--g -O2 -Wall}
3071
3072 # Make sure we can run config.sub.
3073 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3074   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3075
3076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3077 $as_echo_n "checking build system type... " >&6; }
3078 if test "${ac_cv_build+set}" = set; then :
3079   $as_echo_n "(cached) " >&6
3080 else
3081   ac_build_alias=$build_alias
3082 test "x$ac_build_alias" = x &&
3083   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3084 test "x$ac_build_alias" = x &&
3085   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
3086 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3087   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3088
3089 fi
3090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3091 $as_echo "$ac_cv_build" >&6; }
3092 case $ac_cv_build in
3093 *-*-*) ;;
3094 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
3095 esac
3096 build=$ac_cv_build
3097 ac_save_IFS=$IFS; IFS='-'
3098 set x $ac_cv_build
3099 shift
3100 build_cpu=$1
3101 build_vendor=$2
3102 shift; shift
3103 # Remember, the first character of IFS is used to create $*,
3104 # except with old shells:
3105 build_os=$*
3106 IFS=$ac_save_IFS
3107 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3108
3109
3110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3111 $as_echo_n "checking host system type... " >&6; }
3112 if test "${ac_cv_host+set}" = set; then :
3113   $as_echo_n "(cached) " >&6
3114 else
3115   if test "x$host_alias" = x; then
3116   ac_cv_host=$ac_cv_build
3117 else
3118   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3119     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3120 fi
3121
3122 fi
3123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3124 $as_echo "$ac_cv_host" >&6; }
3125 case $ac_cv_host in
3126 *-*-*) ;;
3127 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
3128 esac
3129 host=$ac_cv_host
3130 ac_save_IFS=$IFS; IFS='-'
3131 set x $ac_cv_host
3132 shift
3133 host_cpu=$1
3134 host_vendor=$2
3135 shift; shift
3136 # Remember, the first character of IFS is used to create $*,
3137 # except with old shells:
3138 host_os=$*
3139 IFS=$ac_save_IFS
3140 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3141
3142
3143
3144 case $host in
3145      arm-wince-pe*)
3146         CFLAGS=${CFLAGS:--march=armv4 -mapcs-32 -malignment-traps}
3147         LIBS='-lc -lgcc -lwinsock -lcoredll'
3148         CFLAGS="$CFLAGS -DNEWLIB -DSARM -DWIN32 -DGNUWINCE"
3149         ;;
3150      *apple*)
3151         LIBS="$LIBS -framework CoreAudio -framework AudioToolbox"
3152         ;;
3153      *uclinux*)
3154         # uClinux needs special "flat" binaries
3155         LDFLAGS="$LDFLAGS -Wl,-elf2flt"
3156         ;;
3157      *)
3158      ;;
3159 esac
3160
3161 ac_ext=c
3162 ac_cpp='$CPP $CPPFLAGS'
3163 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3164 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3165 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3166 if test -n "$ac_tool_prefix"; then
3167   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3168 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3170 $as_echo_n "checking for $ac_word... " >&6; }
3171 if test "${ac_cv_prog_CC+set}" = set; then :
3172   $as_echo_n "(cached) " >&6
3173 else
3174   if test -n "$CC"; then
3175   ac_cv_prog_CC="$CC" # Let the user override the test.
3176 else
3177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3178 for as_dir in $PATH
3179 do
3180   IFS=$as_save_IFS
3181   test -z "$as_dir" && as_dir=.
3182     for ac_exec_ext in '' $ac_executable_extensions; do
3183   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3184     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3185     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3186     break 2
3187   fi
3188 done
3189   done
3190 IFS=$as_save_IFS
3191
3192 fi
3193 fi
3194 CC=$ac_cv_prog_CC
3195 if test -n "$CC"; then
3196   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3197 $as_echo "$CC" >&6; }
3198 else
3199   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3200 $as_echo "no" >&6; }
3201 fi
3202
3203
3204 fi
3205 if test -z "$ac_cv_prog_CC"; then
3206   ac_ct_CC=$CC
3207   # Extract the first word of "gcc", so it can be a program name with args.
3208 set dummy gcc; ac_word=$2
3209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3210 $as_echo_n "checking for $ac_word... " >&6; }
3211 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3212   $as_echo_n "(cached) " >&6
3213 else
3214   if test -n "$ac_ct_CC"; then
3215   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3216 else
3217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3218 for as_dir in $PATH
3219 do
3220   IFS=$as_save_IFS
3221   test -z "$as_dir" && as_dir=.
3222     for ac_exec_ext in '' $ac_executable_extensions; do
3223   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3224     ac_cv_prog_ac_ct_CC="gcc"
3225     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3226     break 2
3227   fi
3228 done
3229   done
3230 IFS=$as_save_IFS
3231
3232 fi
3233 fi
3234 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3235 if test -n "$ac_ct_CC"; then
3236   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3237 $as_echo "$ac_ct_CC" >&6; }
3238 else
3239   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3240 $as_echo "no" >&6; }
3241 fi
3242
3243   if test "x$ac_ct_CC" = x; then
3244     CC=""
3245   else
3246     case $cross_compiling:$ac_tool_warned in
3247 yes:)
3248 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3249 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3250 ac_tool_warned=yes ;;
3251 esac
3252     CC=$ac_ct_CC
3253   fi
3254 else
3255   CC="$ac_cv_prog_CC"
3256 fi
3257
3258 if test -z "$CC"; then
3259           if test -n "$ac_tool_prefix"; then
3260     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3261 set dummy ${ac_tool_prefix}cc; ac_word=$2
3262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3263 $as_echo_n "checking for $ac_word... " >&6; }
3264 if test "${ac_cv_prog_CC+set}" = set; then :
3265   $as_echo_n "(cached) " >&6
3266 else
3267   if test -n "$CC"; then
3268   ac_cv_prog_CC="$CC" # Let the user override the test.
3269 else
3270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3271 for as_dir in $PATH
3272 do
3273   IFS=$as_save_IFS
3274   test -z "$as_dir" && as_dir=.
3275     for ac_exec_ext in '' $ac_executable_extensions; do
3276   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3277     ac_cv_prog_CC="${ac_tool_prefix}cc"
3278     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3279     break 2
3280   fi
3281 done
3282   done
3283 IFS=$as_save_IFS
3284
3285 fi
3286 fi
3287 CC=$ac_cv_prog_CC
3288 if test -n "$CC"; then
3289   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3290 $as_echo "$CC" >&6; }
3291 else
3292   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3293 $as_echo "no" >&6; }
3294 fi
3295
3296
3297   fi
3298 fi
3299 if test -z "$CC"; then
3300   # Extract the first word of "cc", so it can be a program name with args.
3301 set dummy cc; ac_word=$2
3302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3303 $as_echo_n "checking for $ac_word... " >&6; }
3304 if test "${ac_cv_prog_CC+set}" = set; then :
3305   $as_echo_n "(cached) " >&6
3306 else
3307   if test -n "$CC"; then
3308   ac_cv_prog_CC="$CC" # Let the user override the test.
3309 else
3310   ac_prog_rejected=no
3311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3312 for as_dir in $PATH
3313 do
3314   IFS=$as_save_IFS
3315   test -z "$as_dir" && as_dir=.
3316     for ac_exec_ext in '' $ac_executable_extensions; do
3317   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3318     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3319        ac_prog_rejected=yes
3320        continue
3321      fi
3322     ac_cv_prog_CC="cc"
3323     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3324     break 2
3325   fi
3326 done
3327   done
3328 IFS=$as_save_IFS
3329
3330 if test $ac_prog_rejected = yes; then
3331   # We found a bogon in the path, so make sure we never use it.
3332   set dummy $ac_cv_prog_CC
3333   shift
3334   if test $# != 0; then
3335     # We chose a different compiler from the bogus one.
3336     # However, it has the same basename, so the bogon will be chosen
3337     # first if we set CC to just the basename; use the full file name.
3338     shift
3339     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3340   fi
3341 fi
3342 fi
3343 fi
3344 CC=$ac_cv_prog_CC
3345 if test -n "$CC"; then
3346   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3347 $as_echo "$CC" >&6; }
3348 else
3349   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3350 $as_echo "no" >&6; }
3351 fi
3352
3353
3354 fi
3355 if test -z "$CC"; then
3356   if test -n "$ac_tool_prefix"; then
3357   for ac_prog in cl.exe
3358   do
3359     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3360 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3362 $as_echo_n "checking for $ac_word... " >&6; }
3363 if test "${ac_cv_prog_CC+set}" = set; then :
3364   $as_echo_n "(cached) " >&6
3365 else
3366   if test -n "$CC"; then
3367   ac_cv_prog_CC="$CC" # Let the user override the test.
3368 else
3369 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3370 for as_dir in $PATH
3371 do
3372   IFS=$as_save_IFS
3373   test -z "$as_dir" && as_dir=.
3374     for ac_exec_ext in '' $ac_executable_extensions; do
3375   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3376     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3377     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3378     break 2
3379   fi
3380 done
3381   done
3382 IFS=$as_save_IFS
3383
3384 fi
3385 fi
3386 CC=$ac_cv_prog_CC
3387 if test -n "$CC"; then
3388   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3389 $as_echo "$CC" >&6; }
3390 else
3391   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3392 $as_echo "no" >&6; }
3393 fi
3394
3395
3396     test -n "$CC" && break
3397   done
3398 fi
3399 if test -z "$CC"; then
3400   ac_ct_CC=$CC
3401   for ac_prog in cl.exe
3402 do
3403   # Extract the first word of "$ac_prog", so it can be a program name with args.
3404 set dummy $ac_prog; ac_word=$2
3405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3406 $as_echo_n "checking for $ac_word... " >&6; }
3407 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3408   $as_echo_n "(cached) " >&6
3409 else
3410   if test -n "$ac_ct_CC"; then
3411   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3412 else
3413 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3414 for as_dir in $PATH
3415 do
3416   IFS=$as_save_IFS
3417   test -z "$as_dir" && as_dir=.
3418     for ac_exec_ext in '' $ac_executable_extensions; do
3419   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3420     ac_cv_prog_ac_ct_CC="$ac_prog"
3421     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3422     break 2
3423   fi
3424 done
3425   done
3426 IFS=$as_save_IFS
3427
3428 fi
3429 fi
3430 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3431 if test -n "$ac_ct_CC"; then
3432   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3433 $as_echo "$ac_ct_CC" >&6; }
3434 else
3435   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3436 $as_echo "no" >&6; }
3437 fi
3438
3439
3440   test -n "$ac_ct_CC" && break
3441 done
3442
3443   if test "x$ac_ct_CC" = x; then
3444     CC=""
3445   else
3446     case $cross_compiling:$ac_tool_warned in
3447 yes:)
3448 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3449 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3450 ac_tool_warned=yes ;;
3451 esac
3452     CC=$ac_ct_CC
3453   fi
3454 fi
3455
3456 fi
3457
3458
3459 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3460 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3461 as_fn_error "no acceptable C compiler found in \$PATH
3462 See \`config.log' for more details." "$LINENO" 5; }
3463
3464 # Provide some information about the compiler.
3465 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3466 set X $ac_compile
3467 ac_compiler=$2
3468 for ac_option in --version -v -V -qversion; do
3469   { { ac_try="$ac_compiler $ac_option >&5"
3470 case "(($ac_try" in
3471   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3472   *) ac_try_echo=$ac_try;;
3473 esac
3474 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3475 $as_echo "$ac_try_echo"; } >&5
3476   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3477   ac_status=$?
3478   if test -s conftest.err; then
3479     sed '10a\
3480 ... rest of stderr output deleted ...
3481          10q' conftest.err >conftest.er1
3482     cat conftest.er1 >&5
3483   fi
3484   rm -f conftest.er1 conftest.err
3485   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3486   test $ac_status = 0; }
3487 done
3488
3489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3490 /* end confdefs.h.  */
3491
3492 int
3493 main ()
3494 {
3495
3496   ;
3497   return 0;
3498 }
3499 _ACEOF
3500 ac_clean_files_save=$ac_clean_files
3501 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3502 # Try to create an executable without -o first, disregard a.out.
3503 # It will help us diagnose broken compilers, and finding out an intuition
3504 # of exeext.
3505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3506 $as_echo_n "checking whether the C compiler works... " >&6; }
3507 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3508
3509 # The possible output files:
3510 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3511
3512 ac_rmfiles=
3513 for ac_file in $ac_files
3514 do
3515   case $ac_file in
3516     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3517     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3518   esac
3519 done
3520 rm -f $ac_rmfiles
3521
3522 if { { ac_try="$ac_link_default"
3523 case "(($ac_try" in
3524   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3525   *) ac_try_echo=$ac_try;;
3526 esac
3527 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3528 $as_echo "$ac_try_echo"; } >&5
3529   (eval "$ac_link_default") 2>&5
3530   ac_status=$?
3531   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3532   test $ac_status = 0; }; then :
3533   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3534 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3535 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3536 # so that the user can short-circuit this test for compilers unknown to
3537 # Autoconf.
3538 for ac_file in $ac_files ''
3539 do
3540   test -f "$ac_file" || continue
3541   case $ac_file in
3542     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3543         ;;
3544     [ab].out )
3545         # We found the default executable, but exeext='' is most
3546         # certainly right.
3547         break;;
3548     *.* )
3549         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3550         then :; else
3551            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3552         fi
3553         # We set ac_cv_exeext here because the later test for it is not
3554         # safe: cross compilers may not add the suffix if given an `-o'
3555         # argument, so we may need to know it at that point already.
3556         # Even if this section looks crufty: it has the advantage of
3557         # actually working.
3558         break;;
3559     * )
3560         break;;
3561   esac
3562 done
3563 test "$ac_cv_exeext" = no && ac_cv_exeext=
3564
3565 else
3566   ac_file=''
3567 fi
3568 if test -z "$ac_file"; then :
3569   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3570 $as_echo "no" >&6; }
3571 $as_echo "$as_me: failed program was:" >&5
3572 sed 's/^/| /' conftest.$ac_ext >&5
3573
3574 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3575 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3576 { as_fn_set_status 77
3577 as_fn_error "C compiler cannot create executables
3578 See \`config.log' for more details." "$LINENO" 5; }; }
3579 else
3580   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3581 $as_echo "yes" >&6; }
3582 fi
3583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3584 $as_echo_n "checking for C compiler default output file name... " >&6; }
3585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3586 $as_echo "$ac_file" >&6; }
3587 ac_exeext=$ac_cv_exeext
3588
3589 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3590 ac_clean_files=$ac_clean_files_save
3591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3592 $as_echo_n "checking for suffix of executables... " >&6; }
3593 if { { ac_try="$ac_link"
3594 case "(($ac_try" in
3595   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3596   *) ac_try_echo=$ac_try;;
3597 esac
3598 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3599 $as_echo "$ac_try_echo"; } >&5
3600   (eval "$ac_link") 2>&5
3601   ac_status=$?
3602   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3603   test $ac_status = 0; }; then :
3604   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3605 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3606 # work properly (i.e., refer to `conftest.exe'), while it won't with
3607 # `rm'.
3608 for ac_file in conftest.exe conftest conftest.*; do
3609   test -f "$ac_file" || continue
3610   case $ac_file in
3611     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3612     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3613           break;;
3614     * ) break;;
3615   esac
3616 done
3617 else
3618   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3619 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3620 as_fn_error "cannot compute suffix of executables: cannot compile and link
3621 See \`config.log' for more details." "$LINENO" 5; }
3622 fi
3623 rm -f conftest conftest$ac_cv_exeext
3624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3625 $as_echo "$ac_cv_exeext" >&6; }
3626
3627 rm -f conftest.$ac_ext
3628 EXEEXT=$ac_cv_exeext
3629 ac_exeext=$EXEEXT
3630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3631 /* end confdefs.h.  */
3632 #include <stdio.h>
3633 int
3634 main ()
3635 {
3636 FILE *f = fopen ("conftest.out", "w");
3637  return ferror (f) || fclose (f) != 0;
3638
3639   ;
3640   return 0;
3641 }
3642 _ACEOF
3643 ac_clean_files="$ac_clean_files conftest.out"
3644 # Check that the compiler produces executables we can run.  If not, either
3645 # the compiler is broken, or we cross compile.
3646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3647 $as_echo_n "checking whether we are cross compiling... " >&6; }
3648 if test "$cross_compiling" != yes; then
3649   { { ac_try="$ac_link"
3650 case "(($ac_try" in
3651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3652   *) ac_try_echo=$ac_try;;
3653 esac
3654 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3655 $as_echo "$ac_try_echo"; } >&5
3656   (eval "$ac_link") 2>&5
3657   ac_status=$?
3658   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3659   test $ac_status = 0; }
3660   if { ac_try='./conftest$ac_cv_exeext'
3661   { { case "(($ac_try" in
3662   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3663   *) ac_try_echo=$ac_try;;
3664 esac
3665 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3666 $as_echo "$ac_try_echo"; } >&5
3667   (eval "$ac_try") 2>&5
3668   ac_status=$?
3669   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3670   test $ac_status = 0; }; }; then
3671     cross_compiling=no
3672   else
3673     if test "$cross_compiling" = maybe; then
3674         cross_compiling=yes
3675     else
3676         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3677 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3678 as_fn_error "cannot run C compiled programs.
3679 If you meant to cross compile, use \`--host'.
3680 See \`config.log' for more details." "$LINENO" 5; }
3681     fi
3682   fi
3683 fi
3684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3685 $as_echo "$cross_compiling" >&6; }
3686
3687 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3688 ac_clean_files=$ac_clean_files_save
3689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3690 $as_echo_n "checking for suffix of object files... " >&6; }
3691 if test "${ac_cv_objext+set}" = set; then :
3692   $as_echo_n "(cached) " >&6
3693 else
3694   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3695 /* end confdefs.h.  */
3696
3697 int
3698 main ()
3699 {
3700
3701   ;
3702   return 0;
3703 }
3704 _ACEOF
3705 rm -f conftest.o conftest.obj
3706 if { { ac_try="$ac_compile"
3707 case "(($ac_try" in
3708   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3709   *) ac_try_echo=$ac_try;;
3710 esac
3711 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3712 $as_echo "$ac_try_echo"; } >&5
3713   (eval "$ac_compile") 2>&5
3714   ac_status=$?
3715   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3716   test $ac_status = 0; }; then :
3717   for ac_file in conftest.o conftest.obj conftest.*; do
3718   test -f "$ac_file" || continue;
3719   case $ac_file in
3720     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3721     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3722        break;;
3723   esac
3724 done
3725 else
3726   $as_echo "$as_me: failed program was:" >&5
3727 sed 's/^/| /' conftest.$ac_ext >&5
3728
3729 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3730 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3731 as_fn_error "cannot compute suffix of object files: cannot compile
3732 See \`config.log' for more details." "$LINENO" 5; }
3733 fi
3734 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3735 fi
3736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3737 $as_echo "$ac_cv_objext" >&6; }
3738 OBJEXT=$ac_cv_objext
3739 ac_objext=$OBJEXT
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3741 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3742 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3743   $as_echo_n "(cached) " >&6
3744 else
3745   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3746 /* end confdefs.h.  */
3747
3748 int
3749 main ()
3750 {
3751 #ifndef __GNUC__
3752        choke me
3753 #endif
3754
3755   ;
3756   return 0;
3757 }
3758 _ACEOF
3759 if ac_fn_c_try_compile "$LINENO"; then :
3760   ac_compiler_gnu=yes
3761 else
3762   ac_compiler_gnu=no
3763 fi
3764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3765 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3766
3767 fi
3768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3769 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3770 if test $ac_compiler_gnu = yes; then
3771   GCC=yes
3772 else
3773   GCC=
3774 fi
3775 ac_test_CFLAGS=${CFLAGS+set}
3776 ac_save_CFLAGS=$CFLAGS
3777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3778 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3779 if test "${ac_cv_prog_cc_g+set}" = set; then :
3780   $as_echo_n "(cached) " >&6
3781 else
3782   ac_save_c_werror_flag=$ac_c_werror_flag
3783    ac_c_werror_flag=yes
3784    ac_cv_prog_cc_g=no
3785    CFLAGS="-g"
3786    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3787 /* end confdefs.h.  */
3788
3789 int
3790 main ()
3791 {
3792
3793   ;
3794   return 0;
3795 }
3796 _ACEOF
3797 if ac_fn_c_try_compile "$LINENO"; then :
3798   ac_cv_prog_cc_g=yes
3799 else
3800   CFLAGS=""
3801       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3802 /* end confdefs.h.  */
3803
3804 int
3805 main ()
3806 {
3807
3808   ;
3809   return 0;
3810 }
3811 _ACEOF
3812 if ac_fn_c_try_compile "$LINENO"; then :
3813
3814 else
3815   ac_c_werror_flag=$ac_save_c_werror_flag
3816          CFLAGS="-g"
3817          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3818 /* end confdefs.h.  */
3819
3820 int
3821 main ()
3822 {
3823
3824   ;
3825   return 0;
3826 }
3827 _ACEOF
3828 if ac_fn_c_try_compile "$LINENO"; then :
3829   ac_cv_prog_cc_g=yes
3830 fi
3831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3832 fi
3833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3834 fi
3835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3836    ac_c_werror_flag=$ac_save_c_werror_flag
3837 fi
3838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3839 $as_echo "$ac_cv_prog_cc_g" >&6; }
3840 if test "$ac_test_CFLAGS" = set; then
3841   CFLAGS=$ac_save_CFLAGS
3842 elif test $ac_cv_prog_cc_g = yes; then
3843   if test "$GCC" = yes; then
3844     CFLAGS="-g -O2"
3845   else
3846     CFLAGS="-g"
3847   fi
3848 else
3849   if test "$GCC" = yes; then
3850     CFLAGS="-O2"
3851   else
3852     CFLAGS=
3853   fi
3854 fi
3855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3856 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3857 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3858   $as_echo_n "(cached) " >&6
3859 else
3860   ac_cv_prog_cc_c89=no
3861 ac_save_CC=$CC
3862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3863 /* end confdefs.h.  */
3864 #include <stdarg.h>
3865 #include <stdio.h>
3866 #include <sys/types.h>
3867 #include <sys/stat.h>
3868 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3869 struct buf { int x; };
3870 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3871 static char *e (p, i)
3872      char **p;
3873      int i;
3874 {
3875   return p[i];
3876 }
3877 static char *f (char * (*g) (char **, int), char **p, ...)
3878 {
3879   char *s;
3880   va_list v;
3881   va_start (v,p);
3882   s = g (p, va_arg (v,int));
3883   va_end (v);
3884   return s;
3885 }
3886
3887 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3888    function prototypes and stuff, but not '\xHH' hex character constants.
3889    These don't provoke an error unfortunately, instead are silently treated
3890    as 'x'.  The following induces an error, until -std is added to get
3891    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3892    array size at least.  It's necessary to write '\x00'==0 to get something
3893    that's true only with -std.  */
3894 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3895
3896 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3897    inside strings and character constants.  */
3898 #define FOO(x) 'x'
3899 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3900
3901 int test (int i, double x);
3902 struct s1 {int (*f) (int a);};
3903 struct s2 {int (*f) (double a);};
3904 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3905 int argc;
3906 char **argv;
3907 int
3908 main ()
3909 {
3910 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3911   ;
3912   return 0;
3913 }
3914 _ACEOF
3915 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3916         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3917 do
3918   CC="$ac_save_CC $ac_arg"
3919   if ac_fn_c_try_compile "$LINENO"; then :
3920   ac_cv_prog_cc_c89=$ac_arg
3921 fi
3922 rm -f core conftest.err conftest.$ac_objext
3923   test "x$ac_cv_prog_cc_c89" != "xno" && break
3924 done
3925 rm -f conftest.$ac_ext
3926 CC=$ac_save_CC
3927
3928 fi
3929 # AC_CACHE_VAL
3930 case "x$ac_cv_prog_cc_c89" in
3931   x)
3932     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3933 $as_echo "none needed" >&6; } ;;
3934   xno)
3935     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3936 $as_echo "unsupported" >&6; } ;;
3937   *)
3938     CC="$CC $ac_cv_prog_cc_c89"
3939     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3940 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3941 esac
3942 if test "x$ac_cv_prog_cc_c89" != xno; then :
3943
3944 fi
3945
3946 ac_ext=c
3947 ac_cpp='$CPP $CPPFLAGS'
3948 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3949 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3950 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3951 DEPDIR="${am__leading_dot}deps"
3952
3953 ac_config_commands="$ac_config_commands depfiles"
3954
3955
3956 am_make=${MAKE-make}
3957 cat > confinc << 'END'
3958 am__doit:
3959         @echo this is the am__doit target
3960 .PHONY: am__doit
3961 END
3962 # If we don't find an include directive, just comment out the code.
3963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3964 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3965 am__include="#"
3966 am__quote=
3967 _am_result=none
3968 # First try GNU make style include.
3969 echo "include confinc" > confmf
3970 # Ignore all kinds of additional output from `make'.
3971 case `$am_make -s -f confmf 2> /dev/null` in #(
3972 *the\ am__doit\ target*)
3973   am__include=include
3974   am__quote=
3975   _am_result=GNU
3976   ;;
3977 esac
3978 # Now try BSD make style include.
3979 if test "$am__include" = "#"; then
3980    echo '.include "confinc"' > confmf
3981    case `$am_make -s -f confmf 2> /dev/null` in #(
3982    *the\ am__doit\ target*)
3983      am__include=.include
3984      am__quote="\""
3985      _am_result=BSD
3986      ;;
3987    esac
3988 fi
3989
3990
3991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3992 $as_echo "$_am_result" >&6; }
3993 rm -f confinc confmf
3994
3995 # Check whether --enable-dependency-tracking was given.
3996 if test "${enable_dependency_tracking+set}" = set; then :
3997   enableval=$enable_dependency_tracking;
3998 fi
3999
4000 if test "x$enable_dependency_tracking" != xno; then
4001   am_depcomp="$ac_aux_dir/depcomp"
4002   AMDEPBACKSLASH='\'
4003 fi
4004  if test "x$enable_dependency_tracking" != xno; then
4005   AMDEP_TRUE=
4006   AMDEP_FALSE='#'
4007 else
4008   AMDEP_TRUE='#'
4009   AMDEP_FALSE=
4010 fi
4011
4012
4013
4014 depcc="$CC"   am_compiler_list=
4015
4016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4017 $as_echo_n "checking dependency style of $depcc... " >&6; }
4018 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4019   $as_echo_n "(cached) " >&6
4020 else
4021   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4022   # We make a subdir and do the tests there.  Otherwise we can end up
4023   # making bogus files that we don't know about and never remove.  For
4024   # instance it was reported that on HP-UX the gcc test will end up
4025   # making a dummy file named `D' -- because `-MD' means `put the output
4026   # in D'.
4027   mkdir conftest.dir
4028   # Copy depcomp to subdir because otherwise we won't find it if we're
4029   # using a relative directory.
4030   cp "$am_depcomp" conftest.dir
4031   cd conftest.dir
4032   # We will build objects and dependencies in a subdirectory because
4033   # it helps to detect inapplicable dependency modes.  For instance
4034   # both Tru64's cc and ICC support -MD to output dependencies as a
4035   # side effect of compilation, but ICC will put the dependencies in
4036   # the current directory while Tru64 will put them in the object
4037   # directory.
4038   mkdir sub
4039
4040   am_cv_CC_dependencies_compiler_type=none
4041   if test "$am_compiler_list" = ""; then
4042      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4043   fi
4044   am__universal=false
4045   case " $depcc " in #(
4046      *\ -arch\ *\ -arch\ *) am__universal=true ;;
4047      esac
4048
4049   for depmode in $am_compiler_list; do
4050     # Setup a source with many dependencies, because some compilers
4051     # like to wrap large dependency lists on column 80 (with \), and
4052     # we should not choose a depcomp mode which is confused by this.
4053     #
4054     # We need to recreate these files for each test, as the compiler may
4055     # overwrite some of them when testing with obscure command lines.
4056     # This happens at least with the AIX C compiler.
4057     : > sub/conftest.c
4058     for i in 1 2 3 4 5 6; do
4059       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4060       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4061       # Solaris 8's {/usr,}/bin/sh.
4062       touch sub/conftst$i.h
4063     done
4064     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4065
4066     # We check with `-c' and `-o' for the sake of the "dashmstdout"
4067     # mode.  It turns out that the SunPro C++ compiler does not properly
4068     # handle `-M -o', and we need to detect this.  Also, some Intel
4069     # versions had trouble with output in subdirs
4070     am__obj=sub/conftest.${OBJEXT-o}
4071     am__minus_obj="-o $am__obj"
4072     case $depmode in
4073     gcc)
4074       # This depmode causes a compiler race in universal mode.
4075       test "$am__universal" = false || continue
4076       ;;
4077     nosideeffect)
4078       # after this tag, mechanisms are not by side-effect, so they'll
4079       # only be used when explicitly requested
4080       if test "x$enable_dependency_tracking" = xyes; then
4081         continue
4082       else
4083         break
4084       fi
4085       ;;
4086     msvisualcpp | msvcmsys)
4087       # This compiler won't grok `-c -o', but also, the minuso test has
4088       # not run yet.  These depmodes are late enough in the game, and
4089       # so weak that their functioning should not be impacted.
4090       am__obj=conftest.${OBJEXT-o}
4091       am__minus_obj=
4092       ;;
4093     none) break ;;
4094     esac
4095     if depmode=$depmode \
4096        source=sub/conftest.c object=$am__obj \
4097        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4098        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4099          >/dev/null 2>conftest.err &&
4100        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4101        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4102        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4103        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4104       # icc doesn't choke on unknown options, it will just issue warnings
4105       # or remarks (even with -Werror).  So we grep stderr for any message
4106       # that says an option was ignored or not supported.
4107       # When given -MP, icc 7.0 and 7.1 complain thusly:
4108       #   icc: Command line warning: ignoring option '-M'; no argument required
4109       # The diagnosis changed in icc 8.0:
4110       #   icc: Command line remark: option '-MP' not supported
4111       if (grep 'ignoring option' conftest.err ||
4112           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4113         am_cv_CC_dependencies_compiler_type=$depmode
4114         break
4115       fi
4116     fi
4117   done
4118
4119   cd ..
4120   rm -rf conftest.dir
4121 else
4122   am_cv_CC_dependencies_compiler_type=none
4123 fi
4124
4125 fi
4126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4127 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4128 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4129
4130  if
4131   test "x$enable_dependency_tracking" != xno \
4132   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4133   am__fastdepCC_TRUE=
4134   am__fastdepCC_FALSE='#'
4135 else
4136   am__fastdepCC_TRUE='#'
4137   am__fastdepCC_FALSE=
4138 fi
4139
4140
4141 case `pwd` in
4142   *\ * | *\     *)
4143     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4144 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4145 esac
4146
4147
4148
4149 macro_version='2.2.6b'
4150 macro_revision='1.3017'
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164 ltmain="$ac_aux_dir/ltmain.sh"
4165
4166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4167 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4168 if test "${ac_cv_path_SED+set}" = set; then :
4169   $as_echo_n "(cached) " >&6
4170 else
4171             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4172      for ac_i in 1 2 3 4 5 6 7; do
4173        ac_script="$ac_script$as_nl$ac_script"
4174      done
4175      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4176      { ac_script=; unset ac_script;}
4177      if test -z "$SED"; then
4178   ac_path_SED_found=false
4179   # Loop through the user's path and test for each of PROGNAME-LIST
4180   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4181 for as_dir in $PATH
4182 do
4183   IFS=$as_save_IFS
4184   test -z "$as_dir" && as_dir=.
4185     for ac_prog in sed gsed; do
4186     for ac_exec_ext in '' $ac_executable_extensions; do
4187       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4188       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4189 # Check for GNU ac_path_SED and select it if it is found.
4190   # Check for GNU $ac_path_SED
4191 case `"$ac_path_SED" --version 2>&1` in
4192 *GNU*)
4193   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4194 *)
4195   ac_count=0
4196   $as_echo_n 0123456789 >"conftest.in"
4197   while :
4198   do
4199     cat "conftest.in" "conftest.in" >"conftest.tmp"
4200     mv "conftest.tmp" "conftest.in"
4201     cp "conftest.in" "conftest.nl"
4202     $as_echo '' >> "conftest.nl"
4203     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4204     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4205     as_fn_arith $ac_count + 1 && ac_count=$as_val
4206     if test $ac_count -gt ${ac_path_SED_max-0}; then
4207       # Best one so far, save it but keep looking for a better one
4208       ac_cv_path_SED="$ac_path_SED"
4209       ac_path_SED_max=$ac_count
4210     fi
4211     # 10*(2^10) chars as input seems more than enough
4212     test $ac_count -gt 10 && break
4213   done
4214   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4215 esac
4216
4217       $ac_path_SED_found && break 3
4218     done
4219   done
4220   done
4221 IFS=$as_save_IFS
4222   if test -z "$ac_cv_path_SED"; then
4223     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
4224   fi
4225 else
4226   ac_cv_path_SED=$SED
4227 fi
4228
4229 fi
4230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4231 $as_echo "$ac_cv_path_SED" >&6; }
4232  SED="$ac_cv_path_SED"
4233   rm -f conftest.sed
4234
4235 test -z "$SED" && SED=sed
4236 Xsed="$SED -e 1s/^X//"
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4249 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4250 if test "${ac_cv_path_GREP+set}" = set; then :
4251   $as_echo_n "(cached) " >&6
4252 else
4253   if test -z "$GREP"; then
4254   ac_path_GREP_found=false
4255   # Loop through the user's path and test for each of PROGNAME-LIST
4256   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4257 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4258 do
4259   IFS=$as_save_IFS
4260   test -z "$as_dir" && as_dir=.
4261     for ac_prog in grep ggrep; do
4262     for ac_exec_ext in '' $ac_executable_extensions; do
4263       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4264       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4265 # Check for GNU ac_path_GREP and select it if it is found.
4266   # Check for GNU $ac_path_GREP
4267 case `"$ac_path_GREP" --version 2>&1` in
4268 *GNU*)
4269   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4270 *)
4271   ac_count=0
4272   $as_echo_n 0123456789 >"conftest.in"
4273   while :
4274   do
4275     cat "conftest.in" "conftest.in" >"conftest.tmp"
4276     mv "conftest.tmp" "conftest.in"
4277     cp "conftest.in" "conftest.nl"
4278     $as_echo 'GREP' >> "conftest.nl"
4279     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4280     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4281     as_fn_arith $ac_count + 1 && ac_count=$as_val
4282     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4283       # Best one so far, save it but keep looking for a better one
4284       ac_cv_path_GREP="$ac_path_GREP"
4285       ac_path_GREP_max=$ac_count
4286     fi
4287     # 10*(2^10) chars as input seems more than enough
4288     test $ac_count -gt 10 && break
4289   done
4290   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4291 esac
4292
4293       $ac_path_GREP_found && break 3
4294     done
4295   done
4296   done
4297 IFS=$as_save_IFS
4298   if test -z "$ac_cv_path_GREP"; then
4299     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4300   fi
4301 else
4302   ac_cv_path_GREP=$GREP
4303 fi
4304
4305 fi
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4307 $as_echo "$ac_cv_path_GREP" >&6; }
4308  GREP="$ac_cv_path_GREP"
4309
4310
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4312 $as_echo_n "checking for egrep... " >&6; }
4313 if test "${ac_cv_path_EGREP+set}" = set; then :
4314   $as_echo_n "(cached) " >&6
4315 else
4316   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4317    then ac_cv_path_EGREP="$GREP -E"
4318    else
4319      if test -z "$EGREP"; then
4320   ac_path_EGREP_found=false
4321   # Loop through the user's path and test for each of PROGNAME-LIST
4322   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4323 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4324 do
4325   IFS=$as_save_IFS
4326   test -z "$as_dir" && as_dir=.
4327     for ac_prog in egrep; do
4328     for ac_exec_ext in '' $ac_executable_extensions; do
4329       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4330       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4331 # Check for GNU ac_path_EGREP and select it if it is found.
4332   # Check for GNU $ac_path_EGREP
4333 case `"$ac_path_EGREP" --version 2>&1` in
4334 *GNU*)
4335   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4336 *)
4337   ac_count=0
4338   $as_echo_n 0123456789 >"conftest.in"
4339   while :
4340   do
4341     cat "conftest.in" "conftest.in" >"conftest.tmp"
4342     mv "conftest.tmp" "conftest.in"
4343     cp "conftest.in" "conftest.nl"
4344     $as_echo 'EGREP' >> "conftest.nl"
4345     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4346     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4347     as_fn_arith $ac_count + 1 && ac_count=$as_val
4348     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4349       # Best one so far, save it but keep looking for a better one
4350       ac_cv_path_EGREP="$ac_path_EGREP"
4351       ac_path_EGREP_max=$ac_count
4352     fi
4353     # 10*(2^10) chars as input seems more than enough
4354     test $ac_count -gt 10 && break
4355   done
4356   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4357 esac
4358
4359       $ac_path_EGREP_found && break 3
4360     done
4361   done
4362   done
4363 IFS=$as_save_IFS
4364   if test -z "$ac_cv_path_EGREP"; then
4365     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4366   fi
4367 else
4368   ac_cv_path_EGREP=$EGREP
4369 fi
4370
4371    fi
4372 fi
4373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4374 $as_echo "$ac_cv_path_EGREP" >&6; }
4375  EGREP="$ac_cv_path_EGREP"
4376
4377
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4379 $as_echo_n "checking for fgrep... " >&6; }
4380 if test "${ac_cv_path_FGREP+set}" = set; then :
4381   $as_echo_n "(cached) " >&6
4382 else
4383   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4384    then ac_cv_path_FGREP="$GREP -F"
4385    else
4386      if test -z "$FGREP"; then
4387   ac_path_FGREP_found=false
4388   # Loop through the user's path and test for each of PROGNAME-LIST
4389   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4390 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4391 do
4392   IFS=$as_save_IFS
4393   test -z "$as_dir" && as_dir=.
4394     for ac_prog in fgrep; do
4395     for ac_exec_ext in '' $ac_executable_extensions; do
4396       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4397       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4398 # Check for GNU ac_path_FGREP and select it if it is found.
4399   # Check for GNU $ac_path_FGREP
4400 case `"$ac_path_FGREP" --version 2>&1` in
4401 *GNU*)
4402   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4403 *)
4404   ac_count=0
4405   $as_echo_n 0123456789 >"conftest.in"
4406   while :
4407   do
4408     cat "conftest.in" "conftest.in" >"conftest.tmp"
4409     mv "conftest.tmp" "conftest.in"
4410     cp "conftest.in" "conftest.nl"
4411     $as_echo 'FGREP' >> "conftest.nl"
4412     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4413     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4414     as_fn_arith $ac_count + 1 && ac_count=$as_val
4415     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4416       # Best one so far, save it but keep looking for a better one
4417       ac_cv_path_FGREP="$ac_path_FGREP"
4418       ac_path_FGREP_max=$ac_count
4419     fi
4420     # 10*(2^10) chars as input seems more than enough
4421     test $ac_count -gt 10 && break
4422   done
4423   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4424 esac
4425
4426       $ac_path_FGREP_found && break 3
4427     done
4428   done
4429   done
4430 IFS=$as_save_IFS
4431   if test -z "$ac_cv_path_FGREP"; then
4432     as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4433   fi
4434 else
4435   ac_cv_path_FGREP=$FGREP
4436 fi
4437
4438    fi
4439 fi
4440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4441 $as_echo "$ac_cv_path_FGREP" >&6; }
4442  FGREP="$ac_cv_path_FGREP"
4443
4444
4445 test -z "$GREP" && GREP=grep
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465 # Check whether --with-gnu-ld was given.
4466 if test "${with_gnu_ld+set}" = set; then :
4467   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4468 else
4469   with_gnu_ld=no
4470 fi
4471
4472 ac_prog=ld
4473 if test "$GCC" = yes; then
4474   # Check if gcc -print-prog-name=ld gives a path.
4475   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4476 $as_echo_n "checking for ld used by $CC... " >&6; }
4477   case $host in
4478   *-*-mingw*)
4479     # gcc leaves a trailing carriage return which upsets mingw
4480     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4481   *)
4482     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4483   esac
4484   case $ac_prog in
4485     # Accept absolute paths.
4486     [\\/]* | ?:[\\/]*)
4487       re_direlt='/[^/][^/]*/\.\./'
4488       # Canonicalize the pathname of ld
4489       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4490       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4491         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4492       done
4493       test -z "$LD" && LD="$ac_prog"
4494       ;;
4495   "")
4496     # If it fails, then pretend we aren't using GCC.
4497     ac_prog=ld
4498     ;;
4499   *)
4500     # If it is relative, then search for the first ld in PATH.
4501     with_gnu_ld=unknown
4502     ;;
4503   esac
4504 elif test "$with_gnu_ld" = yes; then
4505   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4506 $as_echo_n "checking for GNU ld... " >&6; }
4507 else
4508   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4509 $as_echo_n "checking for non-GNU ld... " >&6; }
4510 fi
4511 if test "${lt_cv_path_LD+set}" = set; then :
4512   $as_echo_n "(cached) " >&6
4513 else
4514   if test -z "$LD"; then
4515   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4516   for ac_dir in $PATH; do
4517     IFS="$lt_save_ifs"
4518     test -z "$ac_dir" && ac_dir=.
4519     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4520       lt_cv_path_LD="$ac_dir/$ac_prog"
4521       # Check to see if the program is GNU ld.  I'd rather use --version,
4522       # but apparently some variants of GNU ld only accept -v.
4523       # Break only if it was the GNU/non-GNU ld that we prefer.
4524       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4525       *GNU* | *'with BFD'*)
4526         test "$with_gnu_ld" != no && break
4527         ;;
4528       *)
4529         test "$with_gnu_ld" != yes && break
4530         ;;
4531       esac
4532     fi
4533   done
4534   IFS="$lt_save_ifs"
4535 else
4536   lt_cv_path_LD="$LD" # Let the user override the test with a path.
4537 fi
4538 fi
4539
4540 LD="$lt_cv_path_LD"
4541 if test -n "$LD"; then
4542   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4543 $as_echo "$LD" >&6; }
4544 else
4545   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4546 $as_echo "no" >&6; }
4547 fi
4548 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4550 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4551 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4552   $as_echo_n "(cached) " >&6
4553 else
4554   # I'd rather use --version here, but apparently some GNU lds only accept -v.
4555 case `$LD -v 2>&1 </dev/null` in
4556 *GNU* | *'with BFD'*)
4557   lt_cv_prog_gnu_ld=yes
4558   ;;
4559 *)
4560   lt_cv_prog_gnu_ld=no
4561   ;;
4562 esac
4563 fi
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4565 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4566 with_gnu_ld=$lt_cv_prog_gnu_ld
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4577 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4578 if test "${lt_cv_path_NM+set}" = set; then :
4579   $as_echo_n "(cached) " >&6
4580 else
4581   if test -n "$NM"; then
4582   # Let the user override the test.
4583   lt_cv_path_NM="$NM"
4584 else
4585   lt_nm_to_check="${ac_tool_prefix}nm"
4586   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4587     lt_nm_to_check="$lt_nm_to_check nm"
4588   fi
4589   for lt_tmp_nm in $lt_nm_to_check; do
4590     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4591     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4592       IFS="$lt_save_ifs"
4593       test -z "$ac_dir" && ac_dir=.
4594       tmp_nm="$ac_dir/$lt_tmp_nm"
4595       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4596         # Check to see if the nm accepts a BSD-compat flag.
4597         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4598         #   nm: unknown option "B" ignored
4599         # Tru64's nm complains that /dev/null is an invalid object file
4600         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4601         */dev/null* | *'Invalid file or object type'*)
4602           lt_cv_path_NM="$tmp_nm -B"
4603           break
4604           ;;
4605         *)
4606           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4607           */dev/null*)
4608             lt_cv_path_NM="$tmp_nm -p"
4609             break
4610             ;;
4611           *)
4612             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4613             continue # so that we can try to find one that supports BSD flags
4614             ;;
4615           esac
4616           ;;
4617         esac
4618       fi
4619     done
4620     IFS="$lt_save_ifs"
4621   done
4622   : ${lt_cv_path_NM=no}
4623 fi
4624 fi
4625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4626 $as_echo "$lt_cv_path_NM" >&6; }
4627 if test "$lt_cv_path_NM" != "no"; then
4628   NM="$lt_cv_path_NM"
4629 else
4630   # Didn't find any BSD compatible name lister, look for dumpbin.
4631   if test -n "$ac_tool_prefix"; then
4632   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4633   do
4634     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4635 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4637 $as_echo_n "checking for $ac_word... " >&6; }
4638 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4639   $as_echo_n "(cached) " >&6
4640 else
4641   if test -n "$DUMPBIN"; then
4642   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4643 else
4644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4645 for as_dir in $PATH
4646 do
4647   IFS=$as_save_IFS
4648   test -z "$as_dir" && as_dir=.
4649     for ac_exec_ext in '' $ac_executable_extensions; do
4650   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4651     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4652     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4653     break 2
4654   fi
4655 done
4656   done
4657 IFS=$as_save_IFS
4658
4659 fi
4660 fi
4661 DUMPBIN=$ac_cv_prog_DUMPBIN
4662 if test -n "$DUMPBIN"; then
4663   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4664 $as_echo "$DUMPBIN" >&6; }
4665 else
4666   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4667 $as_echo "no" >&6; }
4668 fi
4669
4670
4671     test -n "$DUMPBIN" && break
4672   done
4673 fi
4674 if test -z "$DUMPBIN"; then
4675   ac_ct_DUMPBIN=$DUMPBIN
4676   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4677 do
4678   # Extract the first word of "$ac_prog", so it can be a program name with args.
4679 set dummy $ac_prog; ac_word=$2
4680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4681 $as_echo_n "checking for $ac_word... " >&6; }
4682 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4683   $as_echo_n "(cached) " >&6
4684 else
4685   if test -n "$ac_ct_DUMPBIN"; then
4686   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4687 else
4688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4689 for as_dir in $PATH
4690 do
4691   IFS=$as_save_IFS
4692   test -z "$as_dir" && as_dir=.
4693     for ac_exec_ext in '' $ac_executable_extensions; do
4694   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4695     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4696     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4697     break 2
4698   fi
4699 done
4700   done
4701 IFS=$as_save_IFS
4702
4703 fi
4704 fi
4705 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4706 if test -n "$ac_ct_DUMPBIN"; then
4707   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4708 $as_echo "$ac_ct_DUMPBIN" >&6; }
4709 else
4710   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4711 $as_echo "no" >&6; }
4712 fi
4713
4714
4715   test -n "$ac_ct_DUMPBIN" && break
4716 done
4717
4718   if test "x$ac_ct_DUMPBIN" = x; then
4719     DUMPBIN=":"
4720   else
4721     case $cross_compiling:$ac_tool_warned in
4722 yes:)
4723 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4724 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4725 ac_tool_warned=yes ;;
4726 esac
4727     DUMPBIN=$ac_ct_DUMPBIN
4728   fi
4729 fi
4730
4731
4732   if test "$DUMPBIN" != ":"; then
4733     NM="$DUMPBIN"
4734   fi
4735 fi
4736 test -z "$NM" && NM=nm
4737
4738
4739
4740
4741
4742
4743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4744 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4745 if test "${lt_cv_nm_interface+set}" = set; then :
4746   $as_echo_n "(cached) " >&6
4747 else
4748   lt_cv_nm_interface="BSD nm"
4749   echo "int some_variable = 0;" > conftest.$ac_ext
4750   (eval echo "\"\$as_me:4750: $ac_compile\"" >&5)
4751   (eval "$ac_compile" 2>conftest.err)
4752   cat conftest.err >&5
4753   (eval echo "\"\$as_me:4753: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4754   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4755   cat conftest.err >&5
4756   (eval echo "\"\$as_me:4756: output\"" >&5)
4757   cat conftest.out >&5
4758   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4759     lt_cv_nm_interface="MS dumpbin"
4760   fi
4761   rm -f conftest*
4762 fi
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4764 $as_echo "$lt_cv_nm_interface" >&6; }
4765
4766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4767 $as_echo_n "checking whether ln -s works... " >&6; }
4768 LN_S=$as_ln_s
4769 if test "$LN_S" = "ln -s"; then
4770   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4771 $as_echo "yes" >&6; }
4772 else
4773   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4774 $as_echo "no, using $LN_S" >&6; }
4775 fi
4776
4777 # find the maximum length of command line arguments
4778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4779 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4780 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4781   $as_echo_n "(cached) " >&6
4782 else
4783     i=0
4784   teststring="ABCD"
4785
4786   case $build_os in
4787   msdosdjgpp*)
4788     # On DJGPP, this test can blow up pretty badly due to problems in libc
4789     # (any single argument exceeding 2000 bytes causes a buffer overrun
4790     # during glob expansion).  Even if it were fixed, the result of this
4791     # check would be larger than it should be.
4792     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
4793     ;;
4794
4795   gnu*)
4796     # Under GNU Hurd, this test is not required because there is
4797     # no limit to the length of command line arguments.
4798     # Libtool will interpret -1 as no limit whatsoever
4799     lt_cv_sys_max_cmd_len=-1;
4800     ;;
4801
4802   cygwin* | mingw* | cegcc*)
4803     # On Win9x/ME, this test blows up -- it succeeds, but takes
4804     # about 5 minutes as the teststring grows exponentially.
4805     # Worse, since 9x/ME are not pre-emptively multitasking,
4806     # you end up with a "frozen" computer, even though with patience
4807     # the test eventually succeeds (with a max line length of 256k).
4808     # Instead, let's just punt: use the minimum linelength reported by
4809     # all of the supported platforms: 8192 (on NT/2K/XP).
4810     lt_cv_sys_max_cmd_len=8192;
4811     ;;
4812
4813   amigaos*)
4814     # On AmigaOS with pdksh, this test takes hours, literally.
4815     # So we just punt and use a minimum line length of 8192.
4816     lt_cv_sys_max_cmd_len=8192;
4817     ;;
4818
4819   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4820     # This has been around since 386BSD, at least.  Likely further.
4821     if test -x /sbin/sysctl; then
4822       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4823     elif test -x /usr/sbin/sysctl; then
4824       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4825     else
4826       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
4827     fi
4828     # And add a safety zone
4829     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4830     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4831     ;;
4832
4833   interix*)
4834     # We know the value 262144 and hardcode it with a safety zone (like BSD)
4835     lt_cv_sys_max_cmd_len=196608
4836     ;;
4837
4838   osf*)
4839     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4840     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4841     # nice to cause kernel panics so lets avoid the loop below.
4842     # First set a reasonable default.
4843     lt_cv_sys_max_cmd_len=16384
4844     #
4845     if test -x /sbin/sysconfig; then
4846       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4847         *1*) lt_cv_sys_max_cmd_len=-1 ;;
4848       esac
4849     fi
4850     ;;
4851   sco3.2v5*)
4852     lt_cv_sys_max_cmd_len=102400
4853     ;;
4854   sysv5* | sco5v6* | sysv4.2uw2*)
4855     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4856     if test -n "$kargmax"; then
4857       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
4858     else
4859       lt_cv_sys_max_cmd_len=32768
4860     fi
4861     ;;
4862   *)
4863     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4864     if test -n "$lt_cv_sys_max_cmd_len"; then
4865       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4866       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4867     else
4868       # Make teststring a little bigger before we do anything with it.
4869       # a 1K string should be a reasonable start.
4870       for i in 1 2 3 4 5 6 7 8 ; do
4871         teststring=$teststring$teststring
4872       done
4873       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4874       # If test is not a shell built-in, we'll probably end up computing a
4875       # maximum length that is only half of the actual maximum length, but
4876       # we can't tell.
4877       while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4878                  = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4879               test $i != 17 # 1/2 MB should be enough
4880       do
4881         i=`expr $i + 1`
4882         teststring=$teststring$teststring
4883       done
4884       # Only check the string length outside the loop.
4885       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4886       teststring=
4887       # Add a significant safety factor because C++ compilers can tack on
4888       # massive amounts of additional arguments before passing them to the
4889       # linker.  It appears as though 1/2 is a usable value.
4890       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4891     fi
4892     ;;
4893   esac
4894
4895 fi
4896
4897 if test -n $lt_cv_sys_max_cmd_len ; then
4898   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4899 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4900 else
4901   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4902 $as_echo "none" >&6; }
4903 fi
4904 max_cmd_len=$lt_cv_sys_max_cmd_len
4905
4906
4907
4908
4909
4910
4911 : ${CP="cp -f"}
4912 : ${MV="mv -f"}
4913 : ${RM="rm -f"}
4914
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4916 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4917 # Try some XSI features
4918 xsi_shell=no
4919 ( _lt_dummy="a/b/c"
4920   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4921       = c,a/b,, \
4922     && eval 'test $(( 1 + 1 )) -eq 2 \
4923     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4924   && xsi_shell=yes
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4926 $as_echo "$xsi_shell" >&6; }
4927
4928
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4930 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4931 lt_shell_append=no
4932 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4933     >/dev/null 2>&1 \
4934   && lt_shell_append=yes
4935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4936 $as_echo "$lt_shell_append" >&6; }
4937
4938
4939 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4940   lt_unset=unset
4941 else
4942   lt_unset=false
4943 fi
4944
4945
4946
4947
4948
4949 # test EBCDIC or ASCII
4950 case `echo X|tr X '\101'` in
4951  A) # ASCII based system
4952     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4953   lt_SP2NL='tr \040 \012'
4954   lt_NL2SP='tr \015\012 \040\040'
4955   ;;
4956  *) # EBCDIC based system
4957   lt_SP2NL='tr \100 \n'
4958   lt_NL2SP='tr \r\n \100\100'
4959   ;;
4960 esac
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4971 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4972 if test "${lt_cv_ld_reload_flag+set}" = set; then :
4973   $as_echo_n "(cached) " >&6
4974 else
4975   lt_cv_ld_reload_flag='-r'
4976 fi
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4978 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4979 reload_flag=$lt_cv_ld_reload_flag
4980 case $reload_flag in
4981 "" | " "*) ;;
4982 *) reload_flag=" $reload_flag" ;;
4983 esac
4984 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4985 case $host_os in
4986   darwin*)
4987     if test "$GCC" = yes; then
4988       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4989     else
4990       reload_cmds='$LD$reload_flag -o $output$reload_objs'
4991     fi
4992     ;;
4993 esac
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003 if test -n "$ac_tool_prefix"; then
5004   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5005 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5007 $as_echo_n "checking for $ac_word... " >&6; }
5008 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5009   $as_echo_n "(cached) " >&6
5010 else
5011   if test -n "$OBJDUMP"; then
5012   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5013 else
5014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5015 for as_dir in $PATH
5016 do
5017   IFS=$as_save_IFS
5018   test -z "$as_dir" && as_dir=.
5019     for ac_exec_ext in '' $ac_executable_extensions; do
5020   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5021     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5022     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5023     break 2
5024   fi
5025 done
5026   done
5027 IFS=$as_save_IFS
5028
5029 fi
5030 fi
5031 OBJDUMP=$ac_cv_prog_OBJDUMP
5032 if test -n "$OBJDUMP"; then
5033   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5034 $as_echo "$OBJDUMP" >&6; }
5035 else
5036   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5037 $as_echo "no" >&6; }
5038 fi
5039
5040
5041 fi
5042 if test -z "$ac_cv_prog_OBJDUMP"; then
5043   ac_ct_OBJDUMP=$OBJDUMP
5044   # Extract the first word of "objdump", so it can be a program name with args.
5045 set dummy objdump; ac_word=$2
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5047 $as_echo_n "checking for $ac_word... " >&6; }
5048 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5049   $as_echo_n "(cached) " >&6
5050 else
5051   if test -n "$ac_ct_OBJDUMP"; then
5052   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5053 else
5054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5055 for as_dir in $PATH
5056 do
5057   IFS=$as_save_IFS
5058   test -z "$as_dir" && as_dir=.
5059     for ac_exec_ext in '' $ac_executable_extensions; do
5060   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5061     ac_cv_prog_ac_ct_OBJDUMP="objdump"
5062     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5063     break 2
5064   fi
5065 done
5066   done
5067 IFS=$as_save_IFS
5068
5069 fi
5070 fi
5071 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5072 if test -n "$ac_ct_OBJDUMP"; then
5073   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5074 $as_echo "$ac_ct_OBJDUMP" >&6; }
5075 else
5076   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5077 $as_echo "no" >&6; }
5078 fi
5079
5080   if test "x$ac_ct_OBJDUMP" = x; then
5081     OBJDUMP="false"
5082   else
5083     case $cross_compiling:$ac_tool_warned in
5084 yes:)
5085 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5086 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5087 ac_tool_warned=yes ;;
5088 esac
5089     OBJDUMP=$ac_ct_OBJDUMP
5090   fi
5091 else
5092   OBJDUMP="$ac_cv_prog_OBJDUMP"
5093 fi
5094
5095 test -z "$OBJDUMP" && OBJDUMP=objdump
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5106 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5107 if test "${lt_cv_deplibs_check_method+set}" = set; then :
5108   $as_echo_n "(cached) " >&6
5109 else
5110   lt_cv_file_magic_cmd='$MAGIC_CMD'
5111 lt_cv_file_magic_test_file=
5112 lt_cv_deplibs_check_method='unknown'
5113 # Need to set the preceding variable on all platforms that support
5114 # interlibrary dependencies.
5115 # 'none' -- dependencies not supported.
5116 # `unknown' -- same as none, but documents that we really don't know.
5117 # 'pass_all' -- all dependencies passed with no checks.
5118 # 'test_compile' -- check by making test program.
5119 # 'file_magic [[regex]]' -- check by looking for files in library path
5120 # which responds to the $file_magic_cmd with a given extended regex.
5121 # If you have `file' or equivalent on your system and you're not sure
5122 # whether `pass_all' will *always* work, you probably want this one.
5123
5124 case $host_os in
5125 aix[4-9]*)
5126   lt_cv_deplibs_check_method=pass_all
5127   ;;
5128
5129 beos*)
5130   lt_cv_deplibs_check_method=pass_all
5131   ;;
5132
5133 bsdi[45]*)
5134   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5135   lt_cv_file_magic_cmd='/usr/bin/file -L'
5136   lt_cv_file_magic_test_file=/shlib/libc.so
5137   ;;
5138
5139 cygwin*)
5140   # func_win32_libid is a shell function defined in ltmain.sh
5141   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5142   lt_cv_file_magic_cmd='func_win32_libid'
5143   ;;
5144
5145 mingw* | pw32*)
5146   # Base MSYS/MinGW do not provide the 'file' command needed by
5147   # func_win32_libid shell function, so use a weaker test based on 'objdump',
5148   # unless we find 'file', for example because we are cross-compiling.
5149   if ( file / ) >/dev/null 2>&1; then
5150     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5151     lt_cv_file_magic_cmd='func_win32_libid'
5152   else
5153     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5154     lt_cv_file_magic_cmd='$OBJDUMP -f'
5155   fi
5156   ;;
5157
5158 cegcc)
5159   # use the weaker test based on 'objdump'. See mingw*.
5160   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5161   lt_cv_file_magic_cmd='$OBJDUMP -f'
5162   ;;
5163
5164 darwin* | rhapsody*)
5165   lt_cv_deplibs_check_method=pass_all
5166   ;;
5167
5168 freebsd* | dragonfly*)
5169   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5170     case $host_cpu in
5171     i*86 )
5172       # Not sure whether the presence of OpenBSD here was a mistake.
5173       # Let's accept both of them until this is cleared up.
5174       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5175       lt_cv_file_magic_cmd=/usr/bin/file
5176       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5177       ;;
5178     esac
5179   else
5180     lt_cv_deplibs_check_method=pass_all
5181   fi
5182   ;;
5183
5184 gnu*)
5185   lt_cv_deplibs_check_method=pass_all
5186   ;;
5187
5188 hpux10.20* | hpux11*)
5189   lt_cv_file_magic_cmd=/usr/bin/file
5190   case $host_cpu in
5191   ia64*)
5192     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5193     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5194     ;;
5195   hppa*64*)
5196     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]'
5197     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5198     ;;
5199   *)
5200     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5201     lt_cv_file_magic_test_file=/usr/lib/libc.sl
5202     ;;
5203   esac
5204   ;;
5205
5206 interix[3-9]*)
5207   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5208   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5209   ;;
5210
5211 irix5* | irix6* | nonstopux*)
5212   case $LD in
5213   *-32|*"-32 ") libmagic=32-bit;;
5214   *-n32|*"-n32 ") libmagic=N32;;
5215   *-64|*"-64 ") libmagic=64-bit;;
5216   *) libmagic=never-match;;
5217   esac
5218   lt_cv_deplibs_check_method=pass_all
5219   ;;
5220
5221 # This must be Linux ELF.
5222 linux* | k*bsd*-gnu)
5223   lt_cv_deplibs_check_method=pass_all
5224   ;;
5225
5226 netbsd*)
5227   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5228     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5229   else
5230     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5231   fi
5232   ;;
5233
5234 newos6*)
5235   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5236   lt_cv_file_magic_cmd=/usr/bin/file
5237   lt_cv_file_magic_test_file=/usr/lib/libnls.so
5238   ;;
5239
5240 *nto* | *qnx*)
5241   lt_cv_deplibs_check_method=pass_all
5242   ;;
5243
5244 openbsd*)
5245   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5246     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5247   else
5248     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5249   fi
5250   ;;
5251
5252 osf3* | osf4* | osf5*)
5253   lt_cv_deplibs_check_method=pass_all
5254   ;;
5255
5256 rdos*)
5257   lt_cv_deplibs_check_method=pass_all
5258   ;;
5259
5260 solaris*)
5261   lt_cv_deplibs_check_method=pass_all
5262   ;;
5263
5264 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5265   lt_cv_deplibs_check_method=pass_all
5266   ;;
5267
5268 sysv4 | sysv4.3*)
5269   case $host_vendor in
5270   motorola)
5271     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]'
5272     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5273     ;;
5274   ncr)
5275     lt_cv_deplibs_check_method=pass_all
5276     ;;
5277   sequent)
5278     lt_cv_file_magic_cmd='/bin/file'
5279     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5280     ;;
5281   sni)
5282     lt_cv_file_magic_cmd='/bin/file'
5283     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5284     lt_cv_file_magic_test_file=/lib/libc.so
5285     ;;
5286   siemens)
5287     lt_cv_deplibs_check_method=pass_all
5288     ;;
5289   pc)
5290     lt_cv_deplibs_check_method=pass_all
5291     ;;
5292   esac
5293   ;;
5294
5295 tpf*)
5296   lt_cv_deplibs_check_method=pass_all
5297   ;;
5298 esac
5299
5300 fi
5301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5302 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5303 file_magic_cmd=$lt_cv_file_magic_cmd
5304 deplibs_check_method=$lt_cv_deplibs_check_method
5305 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318 if test -n "$ac_tool_prefix"; then
5319   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5320 set dummy ${ac_tool_prefix}ar; ac_word=$2
5321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5322 $as_echo_n "checking for $ac_word... " >&6; }
5323 if test "${ac_cv_prog_AR+set}" = set; then :
5324   $as_echo_n "(cached) " >&6
5325 else
5326   if test -n "$AR"; then
5327   ac_cv_prog_AR="$AR" # Let the user override the test.
5328 else
5329 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5330 for as_dir in $PATH
5331 do
5332   IFS=$as_save_IFS
5333   test -z "$as_dir" && as_dir=.
5334     for ac_exec_ext in '' $ac_executable_extensions; do
5335   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5336     ac_cv_prog_AR="${ac_tool_prefix}ar"
5337     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5338     break 2
5339   fi
5340 done
5341   done
5342 IFS=$as_save_IFS
5343
5344 fi
5345 fi
5346 AR=$ac_cv_prog_AR
5347 if test -n "$AR"; then
5348   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5349 $as_echo "$AR" >&6; }
5350 else
5351   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5352 $as_echo "no" >&6; }
5353 fi
5354
5355
5356 fi
5357 if test -z "$ac_cv_prog_AR"; then
5358   ac_ct_AR=$AR
5359   # Extract the first word of "ar", so it can be a program name with args.
5360 set dummy ar; ac_word=$2
5361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5362 $as_echo_n "checking for $ac_word... " >&6; }
5363 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5364   $as_echo_n "(cached) " >&6
5365 else
5366   if test -n "$ac_ct_AR"; then
5367   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5368 else
5369 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5370 for as_dir in $PATH
5371 do
5372   IFS=$as_save_IFS
5373   test -z "$as_dir" && as_dir=.
5374     for ac_exec_ext in '' $ac_executable_extensions; do
5375   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5376     ac_cv_prog_ac_ct_AR="ar"
5377     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5378     break 2
5379   fi
5380 done
5381   done
5382 IFS=$as_save_IFS
5383
5384 fi
5385 fi
5386 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5387 if test -n "$ac_ct_AR"; then
5388   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5389 $as_echo "$ac_ct_AR" >&6; }
5390 else
5391   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5392 $as_echo "no" >&6; }
5393 fi
5394
5395   if test "x$ac_ct_AR" = x; then
5396     AR="false"
5397   else
5398     case $cross_compiling:$ac_tool_warned in
5399 yes:)
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5401 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5402 ac_tool_warned=yes ;;
5403 esac
5404     AR=$ac_ct_AR
5405   fi
5406 else
5407   AR="$ac_cv_prog_AR"
5408 fi
5409
5410 test -z "$AR" && AR=ar
5411 test -z "$AR_FLAGS" && AR_FLAGS=cru
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423 if test -n "$ac_tool_prefix"; then
5424   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5425 set dummy ${ac_tool_prefix}strip; ac_word=$2
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5427 $as_echo_n "checking for $ac_word... " >&6; }
5428 if test "${ac_cv_prog_STRIP+set}" = set; then :
5429   $as_echo_n "(cached) " >&6
5430 else
5431   if test -n "$STRIP"; then
5432   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5433 else
5434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5435 for as_dir in $PATH
5436 do
5437   IFS=$as_save_IFS
5438   test -z "$as_dir" && as_dir=.
5439     for ac_exec_ext in '' $ac_executable_extensions; do
5440   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5441     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5442     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5443     break 2
5444   fi
5445 done
5446   done
5447 IFS=$as_save_IFS
5448
5449 fi
5450 fi
5451 STRIP=$ac_cv_prog_STRIP
5452 if test -n "$STRIP"; then
5453   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5454 $as_echo "$STRIP" >&6; }
5455 else
5456   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5457 $as_echo "no" >&6; }
5458 fi
5459
5460
5461 fi
5462 if test -z "$ac_cv_prog_STRIP"; then
5463   ac_ct_STRIP=$STRIP
5464   # Extract the first word of "strip", so it can be a program name with args.
5465 set dummy strip; ac_word=$2
5466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5467 $as_echo_n "checking for $ac_word... " >&6; }
5468 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5469   $as_echo_n "(cached) " >&6
5470 else
5471   if test -n "$ac_ct_STRIP"; then
5472   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5473 else
5474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5475 for as_dir in $PATH
5476 do
5477   IFS=$as_save_IFS
5478   test -z "$as_dir" && as_dir=.
5479     for ac_exec_ext in '' $ac_executable_extensions; do
5480   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5481     ac_cv_prog_ac_ct_STRIP="strip"
5482     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5483     break 2
5484   fi
5485 done
5486   done
5487 IFS=$as_save_IFS
5488
5489 fi
5490 fi
5491 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5492 if test -n "$ac_ct_STRIP"; then
5493   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5494 $as_echo "$ac_ct_STRIP" >&6; }
5495 else
5496   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5497 $as_echo "no" >&6; }
5498 fi
5499
5500   if test "x$ac_ct_STRIP" = x; then
5501     STRIP=":"
5502   else
5503     case $cross_compiling:$ac_tool_warned in
5504 yes:)
5505 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5506 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5507 ac_tool_warned=yes ;;
5508 esac
5509     STRIP=$ac_ct_STRIP
5510   fi
5511 else
5512   STRIP="$ac_cv_prog_STRIP"
5513 fi
5514
5515 test -z "$STRIP" && STRIP=:
5516
5517
5518
5519
5520
5521
5522 if test -n "$ac_tool_prefix"; then
5523   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5524 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5526 $as_echo_n "checking for $ac_word... " >&6; }
5527 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5528   $as_echo_n "(cached) " >&6
5529 else
5530   if test -n "$RANLIB"; then
5531   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5532 else
5533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5534 for as_dir in $PATH
5535 do
5536   IFS=$as_save_IFS
5537   test -z "$as_dir" && as_dir=.
5538     for ac_exec_ext in '' $ac_executable_extensions; do
5539   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5540     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5541     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5542     break 2
5543   fi
5544 done
5545   done
5546 IFS=$as_save_IFS
5547
5548 fi
5549 fi
5550 RANLIB=$ac_cv_prog_RANLIB
5551 if test -n "$RANLIB"; then
5552   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5553 $as_echo "$RANLIB" >&6; }
5554 else
5555   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5556 $as_echo "no" >&6; }
5557 fi
5558
5559
5560 fi
5561 if test -z "$ac_cv_prog_RANLIB"; then
5562   ac_ct_RANLIB=$RANLIB
5563   # Extract the first word of "ranlib", so it can be a program name with args.
5564 set dummy ranlib; ac_word=$2
5565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5566 $as_echo_n "checking for $ac_word... " >&6; }
5567 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5568   $as_echo_n "(cached) " >&6
5569 else
5570   if test -n "$ac_ct_RANLIB"; then
5571   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5572 else
5573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5574 for as_dir in $PATH
5575 do
5576   IFS=$as_save_IFS
5577   test -z "$as_dir" && as_dir=.
5578     for ac_exec_ext in '' $ac_executable_extensions; do
5579   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5580     ac_cv_prog_ac_ct_RANLIB="ranlib"
5581     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5582     break 2
5583   fi
5584 done
5585   done
5586 IFS=$as_save_IFS
5587
5588 fi
5589 fi
5590 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5591 if test -n "$ac_ct_RANLIB"; then
5592   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5593 $as_echo "$ac_ct_RANLIB" >&6; }
5594 else
5595   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5596 $as_echo "no" >&6; }
5597 fi
5598
5599   if test "x$ac_ct_RANLIB" = x; then
5600     RANLIB=":"
5601   else
5602     case $cross_compiling:$ac_tool_warned in
5603 yes:)
5604 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5605 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5606 ac_tool_warned=yes ;;
5607 esac
5608     RANLIB=$ac_ct_RANLIB
5609   fi
5610 else
5611   RANLIB="$ac_cv_prog_RANLIB"
5612 fi
5613
5614 test -z "$RANLIB" && RANLIB=:
5615
5616
5617
5618
5619
5620
5621 # Determine commands to create old-style static archives.
5622 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5623 old_postinstall_cmds='chmod 644 $oldlib'
5624 old_postuninstall_cmds=
5625
5626 if test -n "$RANLIB"; then
5627   case $host_os in
5628   openbsd*)
5629     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5630     ;;
5631   *)
5632     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5633     ;;
5634   esac
5635   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5636 fi
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671 # If no C compiler was specified, use CC.
5672 LTCC=${LTCC-"$CC"}
5673
5674 # If no C compiler flags were specified, use CFLAGS.
5675 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5676
5677 # Allow CC to be a program name with arguments.
5678 compiler=$CC
5679
5680
5681 # Check for command to grab the raw symbol name followed by C symbol from nm.
5682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5683 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5684 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5685   $as_echo_n "(cached) " >&6
5686 else
5687
5688 # These are sane defaults that work on at least a few old systems.
5689 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
5690
5691 # Character class describing NM global symbol codes.
5692 symcode='[BCDEGRST]'
5693
5694 # Regexp to match symbols that can be accessed directly from C.
5695 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5696
5697 # Define system-specific variables.
5698 case $host_os in
5699 aix*)
5700   symcode='[BCDT]'
5701   ;;
5702 cygwin* | mingw* | pw32* | cegcc*)
5703   symcode='[ABCDGISTW]'
5704   ;;
5705 hpux*)
5706   if test "$host_cpu" = ia64; then
5707     symcode='[ABCDEGRST]'
5708   fi
5709   ;;
5710 irix* | nonstopux*)
5711   symcode='[BCDEGRST]'
5712   ;;
5713 osf*)
5714   symcode='[BCDEGQRST]'
5715   ;;
5716 solaris*)
5717   symcode='[BDRT]'
5718   ;;
5719 sco3.2v5*)
5720   symcode='[DT]'
5721   ;;
5722 sysv4.2uw2*)
5723   symcode='[DT]'
5724   ;;
5725 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5726   symcode='[ABDT]'
5727   ;;
5728 sysv4)
5729   symcode='[DFNSTU]'
5730   ;;
5731 esac
5732
5733 # If we're using GNU nm, then use its standard symbol codes.
5734 case `$NM -V 2>&1` in
5735 *GNU* | *'with BFD'*)
5736   symcode='[ABCDGIRSTW]' ;;
5737 esac
5738
5739 # Transform an extracted symbol line into a proper C declaration.
5740 # Some systems (esp. on ia64) link data and code symbols differently,
5741 # so use this general approach.
5742 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5743
5744 # Transform an extracted symbol line into symbol name and symbol address
5745 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
5746 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'"
5747
5748 # Handle CRLF in mingw tool chain
5749 opt_cr=
5750 case $build_os in
5751 mingw*)
5752   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5753   ;;
5754 esac
5755
5756 # Try without a prefix underscore, then with it.
5757 for ac_symprfx in "" "_"; do
5758
5759   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5760   symxfrm="\\1 $ac_symprfx\\2 \\2"
5761
5762   # Write the raw and C identifiers.
5763   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5764     # Fake it for dumpbin and say T for any non-static function
5765     # and D for any global variable.
5766     # Also find C++ and __fastcall symbols from MSVC++,
5767     # which start with @ or ?.
5768     lt_cv_sys_global_symbol_pipe="$AWK '"\
5769 "     {last_section=section; section=\$ 3};"\
5770 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5771 "     \$ 0!~/External *\|/{next};"\
5772 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5773 "     {if(hide[section]) next};"\
5774 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5775 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5776 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
5777 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5778 "     ' prfx=^$ac_symprfx"
5779   else
5780     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5781   fi
5782
5783   # Check to see that the pipe works correctly.
5784   pipe_works=no
5785
5786   rm -f conftest*
5787   cat > conftest.$ac_ext <<_LT_EOF
5788 #ifdef __cplusplus
5789 extern "C" {
5790 #endif
5791 char nm_test_var;
5792 void nm_test_func(void);
5793 void nm_test_func(void){}
5794 #ifdef __cplusplus
5795 }
5796 #endif
5797 int main(){nm_test_var='a';nm_test_func();return(0);}
5798 _LT_EOF
5799
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     # Now try to grab the symbols.
5806     nlist=conftest.nm
5807     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
5808   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5809   ac_status=$?
5810   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5811   test $ac_status = 0; } && test -s "$nlist"; then
5812       # Try sorting and uniquifying the output.
5813       if sort "$nlist" | uniq > "$nlist"T; then
5814         mv -f "$nlist"T "$nlist"
5815       else
5816         rm -f "$nlist"T
5817       fi
5818
5819       # Make sure that we snagged all the symbols we need.
5820       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5821         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5822           cat <<_LT_EOF > conftest.$ac_ext
5823 #ifdef __cplusplus
5824 extern "C" {
5825 #endif
5826
5827 _LT_EOF
5828           # Now generate the symbol file.
5829           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5830
5831           cat <<_LT_EOF >> conftest.$ac_ext
5832
5833 /* The mapping between symbol names and symbols.  */
5834 const struct {
5835   const char *name;
5836   void       *address;
5837 }
5838 lt__PROGRAM__LTX_preloaded_symbols[] =
5839 {
5840   { "@PROGRAM@", (void *) 0 },
5841 _LT_EOF
5842           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5843           cat <<\_LT_EOF >> conftest.$ac_ext
5844   {0, (void *) 0}
5845 };
5846
5847 /* This works around a problem in FreeBSD linker */
5848 #ifdef FREEBSD_WORKAROUND
5849 static const void *lt_preloaded_setup() {
5850   return lt__PROGRAM__LTX_preloaded_symbols;
5851 }
5852 #endif
5853
5854 #ifdef __cplusplus
5855 }
5856 #endif
5857 _LT_EOF
5858           # Now try linking the two files.
5859           mv conftest.$ac_objext conftstm.$ac_objext
5860           lt_save_LIBS="$LIBS"
5861           lt_save_CFLAGS="$CFLAGS"
5862           LIBS="conftstm.$ac_objext"
5863           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5864           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5865   (eval $ac_link) 2>&5
5866   ac_status=$?
5867   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5868   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5869             pipe_works=yes
5870           fi
5871           LIBS="$lt_save_LIBS"
5872           CFLAGS="$lt_save_CFLAGS"
5873         else
5874           echo "cannot find nm_test_func in $nlist" >&5
5875         fi
5876       else
5877         echo "cannot find nm_test_var in $nlist" >&5
5878       fi
5879     else
5880       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5881     fi
5882   else
5883     echo "$progname: failed program was:" >&5
5884     cat conftest.$ac_ext >&5
5885   fi
5886   rm -rf conftest* conftst*
5887
5888   # Do not use the global_symbol_pipe unless it works.
5889   if test "$pipe_works" = yes; then
5890     break
5891   else
5892     lt_cv_sys_global_symbol_pipe=
5893   fi
5894 done
5895
5896 fi
5897
5898 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5899   lt_cv_sys_global_symbol_to_cdecl=
5900 fi
5901 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5902   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5903 $as_echo "failed" >&6; }
5904 else
5905   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5906 $as_echo "ok" >&6; }
5907 fi
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931 # Check whether --enable-libtool-lock was given.
5932 if test "${enable_libtool_lock+set}" = set; then :
5933   enableval=$enable_libtool_lock;
5934 fi
5935
5936 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5937
5938 # Some flags need to be propagated to the compiler or linker for good
5939 # libtool support.
5940 case $host in
5941 ia64-*-hpux*)
5942   # Find out which ABI we are using.
5943   echo 'int i;' > conftest.$ac_ext
5944   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5945   (eval $ac_compile) 2>&5
5946   ac_status=$?
5947   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5948   test $ac_status = 0; }; then
5949     case `/usr/bin/file conftest.$ac_objext` in
5950       *ELF-32*)
5951         HPUX_IA64_MODE="32"
5952         ;;
5953       *ELF-64*)
5954         HPUX_IA64_MODE="64"
5955         ;;
5956     esac
5957   fi
5958   rm -rf conftest*
5959   ;;
5960 *-*-irix6*)
5961   # Find out which ABI we are using.
5962   echo '#line 5962 "configure"' > conftest.$ac_ext
5963   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5964   (eval $ac_compile) 2>&5
5965   ac_status=$?
5966   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5967   test $ac_status = 0; }; then
5968     if test "$lt_cv_prog_gnu_ld" = yes; then
5969       case `/usr/bin/file conftest.$ac_objext` in
5970         *32-bit*)
5971           LD="${LD-ld} -melf32bsmip"
5972           ;;
5973         *N32*)
5974           LD="${LD-ld} -melf32bmipn32"
5975           ;;
5976         *64-bit*)
5977           LD="${LD-ld} -melf64bmip"
5978         ;;
5979       esac
5980     else
5981       case `/usr/bin/file conftest.$ac_objext` in
5982         *32-bit*)
5983           LD="${LD-ld} -32"
5984           ;;
5985         *N32*)
5986           LD="${LD-ld} -n32"
5987           ;;
5988         *64-bit*)
5989           LD="${LD-ld} -64"
5990           ;;
5991       esac
5992     fi
5993   fi
5994   rm -rf conftest*
5995   ;;
5996
5997 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5998 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5999   # Find out which ABI we are using.
6000   echo 'int i;' > conftest.$ac_ext
6001   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6002   (eval $ac_compile) 2>&5
6003   ac_status=$?
6004   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6005   test $ac_status = 0; }; then
6006     case `/usr/bin/file conftest.o` in
6007       *32-bit*)
6008         case $host in
6009           x86_64-*kfreebsd*-gnu)
6010             LD="${LD-ld} -m elf_i386_fbsd"
6011             ;;
6012           x86_64-*linux*)
6013             LD="${LD-ld} -m elf_i386"
6014             ;;
6015           ppc64-*linux*|powerpc64-*linux*)
6016             LD="${LD-ld} -m elf32ppclinux"
6017             ;;
6018           s390x-*linux*)
6019             LD="${LD-ld} -m elf_s390"
6020             ;;
6021           sparc64-*linux*)
6022             LD="${LD-ld} -m elf32_sparc"
6023             ;;
6024         esac
6025         ;;
6026       *64-bit*)
6027         case $host in
6028           x86_64-*kfreebsd*-gnu)
6029             LD="${LD-ld} -m elf_x86_64_fbsd"
6030             ;;
6031           x86_64-*linux*)
6032             LD="${LD-ld} -m elf_x86_64"
6033             ;;
6034           ppc*-*linux*|powerpc*-*linux*)
6035             LD="${LD-ld} -m elf64ppc"
6036             ;;
6037           s390*-*linux*|s390*-*tpf*)
6038             LD="${LD-ld} -m elf64_s390"
6039             ;;
6040           sparc*-*linux*)
6041             LD="${LD-ld} -m elf64_sparc"
6042             ;;
6043         esac
6044         ;;
6045     esac
6046   fi
6047   rm -rf conftest*
6048   ;;
6049
6050 *-*-sco3.2v5*)
6051   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6052   SAVE_CFLAGS="$CFLAGS"
6053   CFLAGS="$CFLAGS -belf"
6054   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6055 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6056 if test "${lt_cv_cc_needs_belf+set}" = set; then :
6057   $as_echo_n "(cached) " >&6
6058 else
6059   ac_ext=c
6060 ac_cpp='$CPP $CPPFLAGS'
6061 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6062 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6063 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6064
6065      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6066 /* end confdefs.h.  */
6067
6068 int
6069 main ()
6070 {
6071
6072   ;
6073   return 0;
6074 }
6075 _ACEOF
6076 if ac_fn_c_try_link "$LINENO"; then :
6077   lt_cv_cc_needs_belf=yes
6078 else
6079   lt_cv_cc_needs_belf=no
6080 fi
6081 rm -f core conftest.err conftest.$ac_objext \
6082     conftest$ac_exeext conftest.$ac_ext
6083      ac_ext=c
6084 ac_cpp='$CPP $CPPFLAGS'
6085 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6086 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6087 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6088
6089 fi
6090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6091 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6092   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6093     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6094     CFLAGS="$SAVE_CFLAGS"
6095   fi
6096   ;;
6097 sparc*-*solaris*)
6098   # Find out which ABI we are using.
6099   echo 'int i;' > conftest.$ac_ext
6100   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6101   (eval $ac_compile) 2>&5
6102   ac_status=$?
6103   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6104   test $ac_status = 0; }; then
6105     case `/usr/bin/file conftest.o` in
6106     *64-bit*)
6107       case $lt_cv_prog_gnu_ld in
6108       yes*) LD="${LD-ld} -m elf64_sparc" ;;
6109       *)
6110         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6111           LD="${LD-ld} -64"
6112         fi
6113         ;;
6114       esac
6115       ;;
6116     esac
6117   fi
6118   rm -rf conftest*
6119   ;;
6120 esac
6121
6122 need_locks="$enable_libtool_lock"
6123
6124
6125   case $host_os in
6126     rhapsody* | darwin*)
6127     if test -n "$ac_tool_prefix"; then
6128   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6129 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6131 $as_echo_n "checking for $ac_word... " >&6; }
6132 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6133   $as_echo_n "(cached) " >&6
6134 else
6135   if test -n "$DSYMUTIL"; then
6136   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6137 else
6138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6139 for as_dir in $PATH
6140 do
6141   IFS=$as_save_IFS
6142   test -z "$as_dir" && as_dir=.
6143     for ac_exec_ext in '' $ac_executable_extensions; do
6144   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6145     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6146     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6147     break 2
6148   fi
6149 done
6150   done
6151 IFS=$as_save_IFS
6152
6153 fi
6154 fi
6155 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6156 if test -n "$DSYMUTIL"; then
6157   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6158 $as_echo "$DSYMUTIL" >&6; }
6159 else
6160   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6161 $as_echo "no" >&6; }
6162 fi
6163
6164
6165 fi
6166 if test -z "$ac_cv_prog_DSYMUTIL"; then
6167   ac_ct_DSYMUTIL=$DSYMUTIL
6168   # Extract the first word of "dsymutil", so it can be a program name with args.
6169 set dummy dsymutil; ac_word=$2
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6171 $as_echo_n "checking for $ac_word... " >&6; }
6172 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6173   $as_echo_n "(cached) " >&6
6174 else
6175   if test -n "$ac_ct_DSYMUTIL"; then
6176   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6177 else
6178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6179 for as_dir in $PATH
6180 do
6181   IFS=$as_save_IFS
6182   test -z "$as_dir" && as_dir=.
6183     for ac_exec_ext in '' $ac_executable_extensions; do
6184   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6185     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6186     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6187     break 2
6188   fi
6189 done
6190   done
6191 IFS=$as_save_IFS
6192
6193 fi
6194 fi
6195 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6196 if test -n "$ac_ct_DSYMUTIL"; then
6197   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6198 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6199 else
6200   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6201 $as_echo "no" >&6; }
6202 fi
6203
6204   if test "x$ac_ct_DSYMUTIL" = x; then
6205     DSYMUTIL=":"
6206   else
6207     case $cross_compiling:$ac_tool_warned in
6208 yes:)
6209 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6210 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6211 ac_tool_warned=yes ;;
6212 esac
6213     DSYMUTIL=$ac_ct_DSYMUTIL
6214   fi
6215 else
6216   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6217 fi
6218
6219     if test -n "$ac_tool_prefix"; then
6220   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6221 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6223 $as_echo_n "checking for $ac_word... " >&6; }
6224 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6225   $as_echo_n "(cached) " >&6
6226 else
6227   if test -n "$NMEDIT"; then
6228   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6229 else
6230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6231 for as_dir in $PATH
6232 do
6233   IFS=$as_save_IFS
6234   test -z "$as_dir" && as_dir=.
6235     for ac_exec_ext in '' $ac_executable_extensions; do
6236   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6237     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6238     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6239     break 2
6240   fi
6241 done
6242   done
6243 IFS=$as_save_IFS
6244
6245 fi
6246 fi
6247 NMEDIT=$ac_cv_prog_NMEDIT
6248 if test -n "$NMEDIT"; then
6249   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6250 $as_echo "$NMEDIT" >&6; }
6251 else
6252   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6253 $as_echo "no" >&6; }
6254 fi
6255
6256
6257 fi
6258 if test -z "$ac_cv_prog_NMEDIT"; then
6259   ac_ct_NMEDIT=$NMEDIT
6260   # Extract the first word of "nmedit", so it can be a program name with args.
6261 set dummy nmedit; ac_word=$2
6262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6263 $as_echo_n "checking for $ac_word... " >&6; }
6264 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6265   $as_echo_n "(cached) " >&6
6266 else
6267   if test -n "$ac_ct_NMEDIT"; then
6268   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6269 else
6270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6271 for as_dir in $PATH
6272 do
6273   IFS=$as_save_IFS
6274   test -z "$as_dir" && as_dir=.
6275     for ac_exec_ext in '' $ac_executable_extensions; do
6276   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6277     ac_cv_prog_ac_ct_NMEDIT="nmedit"
6278     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6279     break 2
6280   fi
6281 done
6282   done
6283 IFS=$as_save_IFS
6284
6285 fi
6286 fi
6287 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6288 if test -n "$ac_ct_NMEDIT"; then
6289   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6290 $as_echo "$ac_ct_NMEDIT" >&6; }
6291 else
6292   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6293 $as_echo "no" >&6; }
6294 fi
6295
6296   if test "x$ac_ct_NMEDIT" = x; then
6297     NMEDIT=":"
6298   else
6299     case $cross_compiling:$ac_tool_warned in
6300 yes:)
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6302 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6303 ac_tool_warned=yes ;;
6304 esac
6305     NMEDIT=$ac_ct_NMEDIT
6306   fi
6307 else
6308   NMEDIT="$ac_cv_prog_NMEDIT"
6309 fi
6310
6311     if test -n "$ac_tool_prefix"; then
6312   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6313 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6315 $as_echo_n "checking for $ac_word... " >&6; }
6316 if test "${ac_cv_prog_LIPO+set}" = set; then :
6317   $as_echo_n "(cached) " >&6
6318 else
6319   if test -n "$LIPO"; then
6320   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6321 else
6322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6323 for as_dir in $PATH
6324 do
6325   IFS=$as_save_IFS
6326   test -z "$as_dir" && as_dir=.
6327     for ac_exec_ext in '' $ac_executable_extensions; do
6328   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6329     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6330     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6331     break 2
6332   fi
6333 done
6334   done
6335 IFS=$as_save_IFS
6336
6337 fi
6338 fi
6339 LIPO=$ac_cv_prog_LIPO
6340 if test -n "$LIPO"; then
6341   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6342 $as_echo "$LIPO" >&6; }
6343 else
6344   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6345 $as_echo "no" >&6; }
6346 fi
6347
6348
6349 fi
6350 if test -z "$ac_cv_prog_LIPO"; then
6351   ac_ct_LIPO=$LIPO
6352   # Extract the first word of "lipo", so it can be a program name with args.
6353 set dummy lipo; ac_word=$2
6354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6355 $as_echo_n "checking for $ac_word... " >&6; }
6356 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6357   $as_echo_n "(cached) " >&6
6358 else
6359   if test -n "$ac_ct_LIPO"; then
6360   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6361 else
6362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6363 for as_dir in $PATH
6364 do
6365   IFS=$as_save_IFS
6366   test -z "$as_dir" && as_dir=.
6367     for ac_exec_ext in '' $ac_executable_extensions; do
6368   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6369     ac_cv_prog_ac_ct_LIPO="lipo"
6370     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6371     break 2
6372   fi
6373 done
6374   done
6375 IFS=$as_save_IFS
6376
6377 fi
6378 fi
6379 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6380 if test -n "$ac_ct_LIPO"; then
6381   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6382 $as_echo "$ac_ct_LIPO" >&6; }
6383 else
6384   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6385 $as_echo "no" >&6; }
6386 fi
6387
6388   if test "x$ac_ct_LIPO" = x; then
6389     LIPO=":"
6390   else
6391     case $cross_compiling:$ac_tool_warned in
6392 yes:)
6393 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6394 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6395 ac_tool_warned=yes ;;
6396 esac
6397     LIPO=$ac_ct_LIPO
6398   fi
6399 else
6400   LIPO="$ac_cv_prog_LIPO"
6401 fi
6402
6403     if test -n "$ac_tool_prefix"; then
6404   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6405 set dummy ${ac_tool_prefix}otool; ac_word=$2
6406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6407 $as_echo_n "checking for $ac_word... " >&6; }
6408 if test "${ac_cv_prog_OTOOL+set}" = set; then :
6409   $as_echo_n "(cached) " >&6
6410 else
6411   if test -n "$OTOOL"; then
6412   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6413 else
6414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6415 for as_dir in $PATH
6416 do
6417   IFS=$as_save_IFS
6418   test -z "$as_dir" && as_dir=.
6419     for ac_exec_ext in '' $ac_executable_extensions; do
6420   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6421     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6422     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6423     break 2
6424   fi
6425 done
6426   done
6427 IFS=$as_save_IFS
6428
6429 fi
6430 fi
6431 OTOOL=$ac_cv_prog_OTOOL
6432 if test -n "$OTOOL"; then
6433   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6434 $as_echo "$OTOOL" >&6; }
6435 else
6436   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6437 $as_echo "no" >&6; }
6438 fi
6439
6440
6441 fi
6442 if test -z "$ac_cv_prog_OTOOL"; then
6443   ac_ct_OTOOL=$OTOOL
6444   # Extract the first word of "otool", so it can be a program name with args.
6445 set dummy otool; ac_word=$2
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6447 $as_echo_n "checking for $ac_word... " >&6; }
6448 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6449   $as_echo_n "(cached) " >&6
6450 else
6451   if test -n "$ac_ct_OTOOL"; then
6452   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6453 else
6454 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6455 for as_dir in $PATH
6456 do
6457   IFS=$as_save_IFS
6458   test -z "$as_dir" && as_dir=.
6459     for ac_exec_ext in '' $ac_executable_extensions; do
6460   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6461     ac_cv_prog_ac_ct_OTOOL="otool"
6462     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6463     break 2
6464   fi
6465 done
6466   done
6467 IFS=$as_save_IFS
6468
6469 fi
6470 fi
6471 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6472 if test -n "$ac_ct_OTOOL"; then
6473   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6474 $as_echo "$ac_ct_OTOOL" >&6; }
6475 else
6476   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6477 $as_echo "no" >&6; }
6478 fi
6479
6480   if test "x$ac_ct_OTOOL" = x; then
6481     OTOOL=":"
6482   else
6483     case $cross_compiling:$ac_tool_warned in
6484 yes:)
6485 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6486 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6487 ac_tool_warned=yes ;;
6488 esac
6489     OTOOL=$ac_ct_OTOOL
6490   fi
6491 else
6492   OTOOL="$ac_cv_prog_OTOOL"
6493 fi
6494
6495     if test -n "$ac_tool_prefix"; then
6496   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6497 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6499 $as_echo_n "checking for $ac_word... " >&6; }
6500 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6501   $as_echo_n "(cached) " >&6
6502 else
6503   if test -n "$OTOOL64"; then
6504   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6505 else
6506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6507 for as_dir in $PATH
6508 do
6509   IFS=$as_save_IFS
6510   test -z "$as_dir" && as_dir=.
6511     for ac_exec_ext in '' $ac_executable_extensions; do
6512   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6513     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6514     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6515     break 2
6516   fi
6517 done
6518   done
6519 IFS=$as_save_IFS
6520
6521 fi
6522 fi
6523 OTOOL64=$ac_cv_prog_OTOOL64
6524 if test -n "$OTOOL64"; then
6525   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6526 $as_echo "$OTOOL64" >&6; }
6527 else
6528   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6529 $as_echo "no" >&6; }
6530 fi
6531
6532
6533 fi
6534 if test -z "$ac_cv_prog_OTOOL64"; then
6535   ac_ct_OTOOL64=$OTOOL64
6536   # Extract the first word of "otool64", so it can be a program name with args.
6537 set dummy otool64; ac_word=$2
6538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6539 $as_echo_n "checking for $ac_word... " >&6; }
6540 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6541   $as_echo_n "(cached) " >&6
6542 else
6543   if test -n "$ac_ct_OTOOL64"; then
6544   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6545 else
6546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6547 for as_dir in $PATH
6548 do
6549   IFS=$as_save_IFS
6550   test -z "$as_dir" && as_dir=.
6551     for ac_exec_ext in '' $ac_executable_extensions; do
6552   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6553     ac_cv_prog_ac_ct_OTOOL64="otool64"
6554     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6555     break 2
6556   fi
6557 done
6558   done
6559 IFS=$as_save_IFS
6560
6561 fi
6562 fi
6563 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6564 if test -n "$ac_ct_OTOOL64"; then
6565   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6566 $as_echo "$ac_ct_OTOOL64" >&6; }
6567 else
6568   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6569 $as_echo "no" >&6; }
6570 fi
6571
6572   if test "x$ac_ct_OTOOL64" = x; then
6573     OTOOL64=":"
6574   else
6575     case $cross_compiling:$ac_tool_warned in
6576 yes:)
6577 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6578 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6579 ac_tool_warned=yes ;;
6580 esac
6581     OTOOL64=$ac_ct_OTOOL64
6582   fi
6583 else
6584   OTOOL64="$ac_cv_prog_OTOOL64"
6585 fi
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
6609
6610
6611
6612
6613     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6614 $as_echo_n "checking for -single_module linker flag... " >&6; }
6615 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6616   $as_echo_n "(cached) " >&6
6617 else
6618   lt_cv_apple_cc_single_mod=no
6619       if test -z "${LT_MULTI_MODULE}"; then
6620         # By default we will add the -single_module flag. You can override
6621         # by either setting the environment variable LT_MULTI_MODULE
6622         # non-empty at configure time, or by adding -multi_module to the
6623         # link flags.
6624         rm -rf libconftest.dylib*
6625         echo "int foo(void){return 1;}" > conftest.c
6626         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6627 -dynamiclib -Wl,-single_module conftest.c" >&5
6628         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6629           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6630         _lt_result=$?
6631         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6632           lt_cv_apple_cc_single_mod=yes
6633         else
6634           cat conftest.err >&5
6635         fi
6636         rm -rf libconftest.dylib*
6637         rm -f conftest.*
6638       fi
6639 fi
6640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6641 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6642     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6643 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6644 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6645   $as_echo_n "(cached) " >&6
6646 else
6647   lt_cv_ld_exported_symbols_list=no
6648       save_LDFLAGS=$LDFLAGS
6649       echo "_main" > conftest.sym
6650       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6651       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6652 /* end confdefs.h.  */
6653
6654 int
6655 main ()
6656 {
6657
6658   ;
6659   return 0;
6660 }
6661 _ACEOF
6662 if ac_fn_c_try_link "$LINENO"; then :
6663   lt_cv_ld_exported_symbols_list=yes
6664 else
6665   lt_cv_ld_exported_symbols_list=no
6666 fi
6667 rm -f core conftest.err conftest.$ac_objext \
6668     conftest$ac_exeext conftest.$ac_ext
6669         LDFLAGS="$save_LDFLAGS"
6670
6671 fi
6672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6673 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6674     case $host_os in
6675     rhapsody* | darwin1.[012])
6676       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6677     darwin1.*)
6678       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6679     darwin*) # darwin 5.x on
6680       # if running on 10.5 or later, the deployment target defaults
6681       # to the OS version, if on x86, and 10.4, the deployment
6682       # target defaults to 10.4. Don't you love it?
6683       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6684         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6685           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6686         10.[012]*)
6687           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6688         10.*)
6689           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6690       esac
6691     ;;
6692   esac
6693     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6694       _lt_dar_single_mod='$single_module'
6695     fi
6696     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6697       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6698     else
6699       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6700     fi
6701     if test "$DSYMUTIL" != ":"; then
6702       _lt_dsymutil='~$DSYMUTIL $lib || :'
6703     else
6704       _lt_dsymutil=
6705     fi
6706     ;;
6707   esac
6708
6709 ac_ext=c
6710 ac_cpp='$CPP $CPPFLAGS'
6711 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6712 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6713 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6715 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6716 # On Suns, sometimes $CPP names a directory.
6717 if test -n "$CPP" && test -d "$CPP"; then
6718   CPP=
6719 fi
6720 if test -z "$CPP"; then
6721   if test "${ac_cv_prog_CPP+set}" = set; then :
6722   $as_echo_n "(cached) " >&6
6723 else
6724       # Double quotes because CPP needs to be expanded
6725     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6726     do
6727       ac_preproc_ok=false
6728 for ac_c_preproc_warn_flag in '' yes
6729 do
6730   # Use a header file that comes with gcc, so configuring glibc
6731   # with a fresh cross-compiler works.
6732   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6733   # <limits.h> exists even on freestanding compilers.
6734   # On the NeXT, cc -E runs the code through the compiler's parser,
6735   # not just through cpp. "Syntax error" is here to catch this case.
6736   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6737 /* end confdefs.h.  */
6738 #ifdef __STDC__
6739 # include <limits.h>
6740 #else
6741 # include <assert.h>
6742 #endif
6743                      Syntax error
6744 _ACEOF
6745 if ac_fn_c_try_cpp "$LINENO"; then :
6746
6747 else
6748   # Broken: fails on valid input.
6749 continue
6750 fi
6751 rm -f conftest.err conftest.$ac_ext
6752
6753   # OK, works on sane cases.  Now check whether nonexistent headers
6754   # can be detected and how.
6755   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6756 /* end confdefs.h.  */
6757 #include <ac_nonexistent.h>
6758 _ACEOF
6759 if ac_fn_c_try_cpp "$LINENO"; then :
6760   # Broken: success on invalid input.
6761 continue
6762 else
6763   # Passes both tests.
6764 ac_preproc_ok=:
6765 break
6766 fi
6767 rm -f conftest.err conftest.$ac_ext
6768
6769 done
6770 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6771 rm -f conftest.err conftest.$ac_ext
6772 if $ac_preproc_ok; then :
6773   break
6774 fi
6775
6776     done
6777     ac_cv_prog_CPP=$CPP
6778
6779 fi
6780   CPP=$ac_cv_prog_CPP
6781 else
6782   ac_cv_prog_CPP=$CPP
6783 fi
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6785 $as_echo "$CPP" >&6; }
6786 ac_preproc_ok=false
6787 for ac_c_preproc_warn_flag in '' yes
6788 do
6789   # Use a header file that comes with gcc, so configuring glibc
6790   # with a fresh cross-compiler works.
6791   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6792   # <limits.h> exists even on freestanding compilers.
6793   # On the NeXT, cc -E runs the code through the compiler's parser,
6794   # not just through cpp. "Syntax error" is here to catch this case.
6795   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6796 /* end confdefs.h.  */
6797 #ifdef __STDC__
6798 # include <limits.h>
6799 #else
6800 # include <assert.h>
6801 #endif
6802                      Syntax error
6803 _ACEOF
6804 if ac_fn_c_try_cpp "$LINENO"; then :
6805
6806 else
6807   # Broken: fails on valid input.
6808 continue
6809 fi
6810 rm -f conftest.err conftest.$ac_ext
6811
6812   # OK, works on sane cases.  Now check whether nonexistent headers
6813   # can be detected and how.
6814   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6815 /* end confdefs.h.  */
6816 #include <ac_nonexistent.h>
6817 _ACEOF
6818 if ac_fn_c_try_cpp "$LINENO"; then :
6819   # Broken: success on invalid input.
6820 continue
6821 else
6822   # Passes both tests.
6823 ac_preproc_ok=:
6824 break
6825 fi
6826 rm -f conftest.err conftest.$ac_ext
6827
6828 done
6829 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6830 rm -f conftest.err conftest.$ac_ext
6831 if $ac_preproc_ok; then :
6832
6833 else
6834   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6835 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6836 as_fn_error "C preprocessor \"$CPP\" fails sanity check
6837 See \`config.log' for more details." "$LINENO" 5; }
6838 fi
6839
6840 ac_ext=c
6841 ac_cpp='$CPP $CPPFLAGS'
6842 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6843 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6844 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6845
6846
6847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6848 $as_echo_n "checking for ANSI C header files... " >&6; }
6849 if test "${ac_cv_header_stdc+set}" = set; then :
6850   $as_echo_n "(cached) " >&6
6851 else
6852   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6853 /* end confdefs.h.  */
6854 #include <stdlib.h>
6855 #include <stdarg.h>
6856 #include <string.h>
6857 #include <float.h>
6858
6859 int
6860 main ()
6861 {
6862
6863   ;
6864   return 0;
6865 }
6866 _ACEOF
6867 if ac_fn_c_try_compile "$LINENO"; then :
6868   ac_cv_header_stdc=yes
6869 else
6870   ac_cv_header_stdc=no
6871 fi
6872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6873
6874 if test $ac_cv_header_stdc = yes; then
6875   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6876   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6877 /* end confdefs.h.  */
6878 #include <string.h>
6879
6880 _ACEOF
6881 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6882   $EGREP "memchr" >/dev/null 2>&1; then :
6883
6884 else
6885   ac_cv_header_stdc=no
6886 fi
6887 rm -f conftest*
6888
6889 fi
6890
6891 if test $ac_cv_header_stdc = yes; then
6892   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6893   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6894 /* end confdefs.h.  */
6895 #include <stdlib.h>
6896
6897 _ACEOF
6898 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6899   $EGREP "free" >/dev/null 2>&1; then :
6900
6901 else
6902   ac_cv_header_stdc=no
6903 fi
6904 rm -f conftest*
6905
6906 fi
6907
6908 if test $ac_cv_header_stdc = yes; then
6909   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6910   if test "$cross_compiling" = yes; then :
6911   :
6912 else
6913   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6914 /* end confdefs.h.  */
6915 #include <ctype.h>
6916 #include <stdlib.h>
6917 #if ((' ' & 0x0FF) == 0x020)
6918 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6919 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6920 #else
6921 # define ISLOWER(c) \
6922                    (('a' <= (c) && (c) <= 'i') \
6923                      || ('j' <= (c) && (c) <= 'r') \
6924                      || ('s' <= (c) && (c) <= 'z'))
6925 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6926 #endif
6927
6928 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6929 int
6930 main ()
6931 {
6932   int i;
6933   for (i = 0; i < 256; i++)
6934     if (XOR (islower (i), ISLOWER (i))
6935         || toupper (i) != TOUPPER (i))
6936       return 2;
6937   return 0;
6938 }
6939 _ACEOF
6940 if ac_fn_c_try_run "$LINENO"; then :
6941
6942 else
6943   ac_cv_header_stdc=no
6944 fi
6945 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6946   conftest.$ac_objext conftest.beam conftest.$ac_ext
6947 fi
6948
6949 fi
6950 fi
6951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6952 $as_echo "$ac_cv_header_stdc" >&6; }
6953 if test $ac_cv_header_stdc = yes; then
6954
6955 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6956
6957 fi
6958
6959 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6960 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6961                   inttypes.h stdint.h unistd.h
6962 do :
6963   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6964 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6965 "
6966 eval as_val=\$$as_ac_Header
6967    if test "x$as_val" = x""yes; then :
6968   cat >>confdefs.h <<_ACEOF
6969 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6970 _ACEOF
6971
6972 fi
6973
6974 done
6975
6976
6977 for ac_header in dlfcn.h
6978 do :
6979   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6980 "
6981 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6982   cat >>confdefs.h <<_ACEOF
6983 #define HAVE_DLFCN_H 1
6984 _ACEOF
6985
6986 fi
6987
6988 done
6989
6990
6991
6992 # Set options
6993
6994
6995
6996         enable_dlopen=no
6997
6998
6999   enable_win32_dll=no
7000
7001
7002             # Check whether --enable-shared was given.
7003 if test "${enable_shared+set}" = set; then :
7004   enableval=$enable_shared; p=${PACKAGE-default}
7005     case $enableval in
7006     yes) enable_shared=yes ;;
7007     no) enable_shared=no ;;
7008     *)
7009       enable_shared=no
7010       # Look at the argument we got.  We use all the common list separators.
7011       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7012       for pkg in $enableval; do
7013         IFS="$lt_save_ifs"
7014         if test "X$pkg" = "X$p"; then
7015           enable_shared=yes
7016         fi
7017       done
7018       IFS="$lt_save_ifs"
7019       ;;
7020     esac
7021 else
7022   enable_shared=yes
7023 fi
7024
7025
7026
7027
7028
7029
7030
7031
7032
7033   # Check whether --enable-static was given.
7034 if test "${enable_static+set}" = set; then :
7035   enableval=$enable_static; p=${PACKAGE-default}
7036     case $enableval in
7037     yes) enable_static=yes ;;
7038     no) enable_static=no ;;
7039     *)
7040      enable_static=no
7041       # Look at the argument we got.  We use all the common list separators.
7042       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7043       for pkg in $enableval; do
7044         IFS="$lt_save_ifs"
7045         if test "X$pkg" = "X$p"; then
7046           enable_static=yes
7047         fi
7048       done
7049       IFS="$lt_save_ifs"
7050       ;;
7051     esac
7052 else
7053   enable_static=yes
7054 fi
7055
7056
7057
7058
7059
7060
7061
7062
7063
7064
7065 # Check whether --with-pic was given.
7066 if test "${with_pic+set}" = set; then :
7067   withval=$with_pic; pic_mode="$withval"
7068 else
7069   pic_mode=default
7070 fi
7071
7072
7073 test -z "$pic_mode" && pic_mode=default
7074
7075
7076
7077
7078
7079
7080
7081   # Check whether --enable-fast-install was given.
7082 if test "${enable_fast_install+set}" = set; then :
7083   enableval=$enable_fast_install; p=${PACKAGE-default}
7084     case $enableval in
7085     yes) enable_fast_install=yes ;;
7086     no) enable_fast_install=no ;;
7087     *)
7088       enable_fast_install=no
7089       # Look at the argument we got.  We use all the common list separators.
7090       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7091       for pkg in $enableval; do
7092         IFS="$lt_save_ifs"
7093         if test "X$pkg" = "X$p"; then
7094           enable_fast_install=yes
7095         fi
7096       done
7097       IFS="$lt_save_ifs"
7098       ;;
7099     esac
7100 else
7101   enable_fast_install=yes
7102 fi
7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114 # This can be used to rebuild libtool when needed
7115 LIBTOOL_DEPS="$ltmain"
7116
7117 # Always use our own libtool.
7118 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144 test -z "$LN_S" && LN_S="ln -s"
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159 if test -n "${ZSH_VERSION+set}" ; then
7160    setopt NO_GLOB_SUBST
7161 fi
7162
7163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7164 $as_echo_n "checking for objdir... " >&6; }
7165 if test "${lt_cv_objdir+set}" = set; then :
7166   $as_echo_n "(cached) " >&6
7167 else
7168   rm -f .libs 2>/dev/null
7169 mkdir .libs 2>/dev/null
7170 if test -d .libs; then
7171   lt_cv_objdir=.libs
7172 else
7173   # MS-DOS does not allow filenames that begin with a dot.
7174   lt_cv_objdir=_libs
7175 fi
7176 rmdir .libs 2>/dev/null
7177 fi
7178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7179 $as_echo "$lt_cv_objdir" >&6; }
7180 objdir=$lt_cv_objdir
7181
7182
7183
7184
7185
7186 cat >>confdefs.h <<_ACEOF
7187 #define LT_OBJDIR "$lt_cv_objdir/"
7188 _ACEOF
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206 case $host_os in
7207 aix3*)
7208   # AIX sometimes has problems with the GCC collect2 program.  For some
7209   # reason, if we set the COLLECT_NAMES environment variable, the problems
7210   # vanish in a puff of smoke.
7211   if test "X${COLLECT_NAMES+set}" != Xset; then
7212     COLLECT_NAMES=
7213     export COLLECT_NAMES
7214   fi
7215   ;;
7216 esac
7217
7218 # Sed substitution that helps us do robust quoting.  It backslashifies
7219 # metacharacters that are still active within double-quoted strings.
7220 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7221
7222 # Same as above, but do not quote variable references.
7223 double_quote_subst='s/\(["`\\]\)/\\\1/g'
7224
7225 # Sed substitution to delay expansion of an escaped shell variable in a
7226 # double_quote_subst'ed string.
7227 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7228
7229 # Sed substitution to delay expansion of an escaped single quote.
7230 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7231
7232 # Sed substitution to avoid accidental globbing in evaled expressions
7233 no_glob_subst='s/\*/\\\*/g'
7234
7235 # Global variables:
7236 ofile=libtool
7237 can_build_shared=yes
7238
7239 # All known linkers require a `.a' archive for static linking (except MSVC,
7240 # which needs '.lib').
7241 libext=a
7242
7243 with_gnu_ld="$lt_cv_prog_gnu_ld"
7244
7245 old_CC="$CC"
7246 old_CFLAGS="$CFLAGS"
7247
7248 # Set sane defaults for various variables
7249 test -z "$CC" && CC=cc
7250 test -z "$LTCC" && LTCC=$CC
7251 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7252 test -z "$LD" && LD=ld
7253 test -z "$ac_objext" && ac_objext=o
7254
7255 for cc_temp in $compiler""; do
7256   case $cc_temp in
7257     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7258     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7259     \-*) ;;
7260     *) break;;
7261   esac
7262 done
7263 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7264
7265
7266 # Only perform the check for file, if the check method requires it
7267 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7268 case $deplibs_check_method in
7269 file_magic*)
7270   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7271     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7272 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7273 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7274   $as_echo_n "(cached) " >&6
7275 else
7276   case $MAGIC_CMD in
7277 [\\/*] |  ?:[\\/]*)
7278   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7279   ;;
7280 *)
7281   lt_save_MAGIC_CMD="$MAGIC_CMD"
7282   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7283   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7284   for ac_dir in $ac_dummy; do
7285     IFS="$lt_save_ifs"
7286     test -z "$ac_dir" && ac_dir=.
7287     if test -f $ac_dir/${ac_tool_prefix}file; then
7288       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7289       if test -n "$file_magic_test_file"; then
7290         case $deplibs_check_method in
7291         "file_magic "*)
7292           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7293           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7294           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7295             $EGREP "$file_magic_regex" > /dev/null; then
7296             :
7297           else
7298             cat <<_LT_EOF 1>&2
7299
7300 *** Warning: the command libtool uses to detect shared libraries,
7301 *** $file_magic_cmd, produces output that libtool cannot recognize.
7302 *** The result is that libtool may fail to recognize shared libraries
7303 *** as such.  This will affect the creation of libtool libraries that
7304 *** depend on shared libraries, but programs linked with such libtool
7305 *** libraries will work regardless of this problem.  Nevertheless, you
7306 *** may want to report the problem to your system manager and/or to
7307 *** bug-libtool@gnu.org
7308
7309 _LT_EOF
7310           fi ;;
7311         esac
7312       fi
7313       break
7314     fi
7315   done
7316   IFS="$lt_save_ifs"
7317   MAGIC_CMD="$lt_save_MAGIC_CMD"
7318   ;;
7319 esac
7320 fi
7321
7322 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7323 if test -n "$MAGIC_CMD"; then
7324   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7325 $as_echo "$MAGIC_CMD" >&6; }
7326 else
7327   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7328 $as_echo "no" >&6; }
7329 fi
7330
7331
7332
7333
7334
7335 if test -z "$lt_cv_path_MAGIC_CMD"; then
7336   if test -n "$ac_tool_prefix"; then
7337     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7338 $as_echo_n "checking for file... " >&6; }
7339 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7340   $as_echo_n "(cached) " >&6
7341 else
7342   case $MAGIC_CMD in
7343 [\\/*] |  ?:[\\/]*)
7344   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7345   ;;
7346 *)
7347   lt_save_MAGIC_CMD="$MAGIC_CMD"
7348   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7349   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7350   for ac_dir in $ac_dummy; do
7351     IFS="$lt_save_ifs"
7352     test -z "$ac_dir" && ac_dir=.
7353     if test -f $ac_dir/file; then
7354       lt_cv_path_MAGIC_CMD="$ac_dir/file"
7355       if test -n "$file_magic_test_file"; then
7356         case $deplibs_check_method in
7357         "file_magic "*)
7358           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7359           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7360           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7361             $EGREP "$file_magic_regex" > /dev/null; then
7362             :
7363           else
7364             cat <<_LT_EOF 1>&2
7365
7366 *** Warning: the command libtool uses to detect shared libraries,
7367 *** $file_magic_cmd, produces output that libtool cannot recognize.
7368 *** The result is that libtool may fail to recognize shared libraries
7369 *** as such.  This will affect the creation of libtool libraries that
7370 *** depend on shared libraries, but programs linked with such libtool
7371 *** libraries will work regardless of this problem.  Nevertheless, you
7372 *** may want to report the problem to your system manager and/or to
7373 *** bug-libtool@gnu.org
7374
7375 _LT_EOF
7376           fi ;;
7377         esac
7378       fi
7379       break
7380     fi
7381   done
7382   IFS="$lt_save_ifs"
7383   MAGIC_CMD="$lt_save_MAGIC_CMD"
7384   ;;
7385 esac
7386 fi
7387
7388 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7389 if test -n "$MAGIC_CMD"; then
7390   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7391 $as_echo "$MAGIC_CMD" >&6; }
7392 else
7393   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7394 $as_echo "no" >&6; }
7395 fi
7396
7397
7398   else
7399     MAGIC_CMD=:
7400   fi
7401 fi
7402
7403   fi
7404   ;;
7405 esac
7406
7407 # Use C for the default configuration in the libtool script
7408
7409 lt_save_CC="$CC"
7410 ac_ext=c
7411 ac_cpp='$CPP $CPPFLAGS'
7412 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7413 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7414 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7415
7416
7417 # Source file extension for C test sources.
7418 ac_ext=c
7419
7420 # Object file extension for compiled C test sources.
7421 objext=o
7422 objext=$objext
7423
7424 # Code to be used in simple compile tests
7425 lt_simple_compile_test_code="int some_variable = 0;"
7426
7427 # Code to be used in simple link tests
7428 lt_simple_link_test_code='int main(){return(0);}'
7429
7430
7431
7432
7433
7434
7435
7436 # If no C compiler was specified, use CC.
7437 LTCC=${LTCC-"$CC"}
7438
7439 # If no C compiler flags were specified, use CFLAGS.
7440 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7441
7442 # Allow CC to be a program name with arguments.
7443 compiler=$CC
7444
7445 # Save the default compiler, since it gets overwritten when the other
7446 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7447 compiler_DEFAULT=$CC
7448
7449 # save warnings/boilerplate of simple test code
7450 ac_outfile=conftest.$ac_objext
7451 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7452 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7453 _lt_compiler_boilerplate=`cat conftest.err`
7454 $RM conftest*
7455
7456 ac_outfile=conftest.$ac_objext
7457 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7458 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7459 _lt_linker_boilerplate=`cat conftest.err`
7460 $RM -r conftest*
7461
7462
7463 if test -n "$compiler"; then
7464
7465 lt_prog_compiler_no_builtin_flag=
7466
7467 if test "$GCC" = yes; then
7468   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7469
7470   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7471 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7472 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7473   $as_echo_n "(cached) " >&6
7474 else
7475   lt_cv_prog_compiler_rtti_exceptions=no
7476    ac_outfile=conftest.$ac_objext
7477    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7478    lt_compiler_flag="-fno-rtti -fno-exceptions"
7479    # Insert the option either (1) after the last *FLAGS variable, or
7480    # (2) before a word containing "conftest.", or (3) at the end.
7481    # Note that $ac_compile itself does not contain backslashes and begins
7482    # with a dollar sign (not a hyphen), so the echo should work correctly.
7483    # The option is referenced via a variable to avoid confusing sed.
7484    lt_compile=`echo "$ac_compile" | $SED \
7485    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7486    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7487    -e 's:$: $lt_compiler_flag:'`
7488    (eval echo "\"\$as_me:7488: $lt_compile\"" >&5)
7489    (eval "$lt_compile" 2>conftest.err)
7490    ac_status=$?
7491    cat conftest.err >&5
7492    echo "$as_me:7492: \$? = $ac_status" >&5
7493    if (exit $ac_status) && test -s "$ac_outfile"; then
7494      # The compiler can only warn and ignore the option if not recognized
7495      # So say no if there are warnings other than the usual output.
7496      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7497      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7498      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7499        lt_cv_prog_compiler_rtti_exceptions=yes
7500      fi
7501    fi
7502    $RM conftest*
7503
7504 fi
7505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7506 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7507
7508 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7509     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7510 else
7511     :
7512 fi
7513
7514 fi
7515
7516
7517
7518
7519
7520
7521   lt_prog_compiler_wl=
7522 lt_prog_compiler_pic=
7523 lt_prog_compiler_static=
7524
7525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7526 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7527
7528   if test "$GCC" = yes; then
7529     lt_prog_compiler_wl='-Wl,'
7530     lt_prog_compiler_static='-static'
7531
7532     case $host_os in
7533       aix*)
7534       # All AIX code is PIC.
7535       if test "$host_cpu" = ia64; then
7536         # AIX 5 now supports IA64 processor
7537         lt_prog_compiler_static='-Bstatic'
7538       fi
7539       ;;
7540
7541     amigaos*)
7542       case $host_cpu in
7543       powerpc)
7544             # see comment about AmigaOS4 .so support
7545             lt_prog_compiler_pic='-fPIC'
7546         ;;
7547       m68k)
7548             # FIXME: we need at least 68020 code to build shared libraries, but
7549             # adding the `-m68020' flag to GCC prevents building anything better,
7550             # like `-m68040'.
7551             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7552         ;;
7553       esac
7554       ;;
7555
7556     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7557       # PIC is the default for these OSes.
7558       ;;
7559
7560     mingw* | cygwin* | pw32* | os2* | cegcc*)
7561       # This hack is so that the source file can tell whether it is being
7562       # built for inclusion in a dll (and should export symbols for example).
7563       # Although the cygwin gcc ignores -fPIC, still need this for old-style
7564       # (--disable-auto-import) libraries
7565       lt_prog_compiler_pic='-DDLL_EXPORT'
7566       ;;
7567
7568     darwin* | rhapsody*)
7569       # PIC is the default on this platform
7570       # Common symbols not allowed in MH_DYLIB files
7571       lt_prog_compiler_pic='-fno-common'
7572       ;;
7573
7574     hpux*)
7575       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7576       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
7577       # sets the default TLS model and affects inlining.
7578       case $host_cpu in
7579       hppa*64*)
7580         # +Z the default
7581         ;;
7582       *)
7583         lt_prog_compiler_pic='-fPIC'
7584         ;;
7585       esac
7586       ;;
7587
7588     interix[3-9]*)
7589       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7590       # Instead, we relocate shared libraries at runtime.
7591       ;;
7592
7593     msdosdjgpp*)
7594       # Just because we use GCC doesn't mean we suddenly get shared libraries
7595       # on systems that don't support them.
7596       lt_prog_compiler_can_build_shared=no
7597       enable_shared=no
7598       ;;
7599
7600     *nto* | *qnx*)
7601       # QNX uses GNU C++, but need to define -shared option too, otherwise
7602       # it will coredump.
7603       lt_prog_compiler_pic='-fPIC -shared'
7604       ;;
7605
7606     sysv4*MP*)
7607       if test -d /usr/nec; then
7608         lt_prog_compiler_pic=-Kconform_pic
7609       fi
7610       ;;
7611
7612     *)
7613       lt_prog_compiler_pic='-fPIC'
7614       ;;
7615     esac
7616   else
7617     # PORTME Check for flag to pass linker flags through the system compiler.
7618     case $host_os in
7619     aix*)
7620       lt_prog_compiler_wl='-Wl,'
7621       if test "$host_cpu" = ia64; then
7622         # AIX 5 now supports IA64 processor
7623         lt_prog_compiler_static='-Bstatic'
7624       else
7625         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7626       fi
7627       ;;
7628
7629     mingw* | cygwin* | pw32* | os2* | cegcc*)
7630       # This hack is so that the source file can tell whether it is being
7631       # built for inclusion in a dll (and should export symbols for example).
7632       lt_prog_compiler_pic='-DDLL_EXPORT'
7633       ;;
7634
7635     hpux9* | hpux10* | hpux11*)
7636       lt_prog_compiler_wl='-Wl,'
7637       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7638       # not for PA HP-UX.
7639       case $host_cpu in
7640       hppa*64*|ia64*)
7641         # +Z the default
7642         ;;
7643       *)
7644         lt_prog_compiler_pic='+Z'
7645         ;;
7646       esac
7647       # Is there a better lt_prog_compiler_static that works with the bundled CC?
7648       lt_prog_compiler_static='${wl}-a ${wl}archive'
7649       ;;
7650
7651     irix5* | irix6* | nonstopux*)
7652       lt_prog_compiler_wl='-Wl,'
7653       # PIC (with -KPIC) is the default.
7654       lt_prog_compiler_static='-non_shared'
7655       ;;
7656
7657     linux* | k*bsd*-gnu)
7658       case $cc_basename in
7659       # old Intel for x86_64 which still supported -KPIC.
7660       ecc*)
7661         lt_prog_compiler_wl='-Wl,'
7662         lt_prog_compiler_pic='-KPIC'
7663         lt_prog_compiler_static='-static'
7664         ;;
7665       # icc used to be incompatible with GCC.
7666       # ICC 10 doesn't accept -KPIC any more.
7667       icc* | ifort*)
7668         lt_prog_compiler_wl='-Wl,'
7669         lt_prog_compiler_pic='-fPIC'
7670         lt_prog_compiler_static='-static'
7671         ;;
7672       # Lahey Fortran 8.1.
7673       lf95*)
7674         lt_prog_compiler_wl='-Wl,'
7675         lt_prog_compiler_pic='--shared'
7676         lt_prog_compiler_static='--static'
7677         ;;
7678       pgcc* | pgf77* | pgf90* | pgf95*)
7679         # Portland Group compilers (*not* the Pentium gcc compiler,
7680         # which looks to be a dead project)
7681         lt_prog_compiler_wl='-Wl,'
7682         lt_prog_compiler_pic='-fpic'
7683         lt_prog_compiler_static='-Bstatic'
7684         ;;
7685       ccc*)
7686         lt_prog_compiler_wl='-Wl,'
7687         # All Alpha code is PIC.
7688         lt_prog_compiler_static='-non_shared'
7689         ;;
7690       xl*)
7691         # IBM XL C 8.0/Fortran 10.1 on PPC
7692         lt_prog_compiler_wl='-Wl,'
7693         lt_prog_compiler_pic='-qpic'
7694         lt_prog_compiler_static='-qstaticlink'
7695         ;;
7696       *)
7697         case `$CC -V 2>&1 | sed 5q` in
7698         *Sun\ C*)
7699           # Sun C 5.9
7700           lt_prog_compiler_pic='-KPIC'
7701           lt_prog_compiler_static='-Bstatic'
7702           lt_prog_compiler_wl='-Wl,'
7703           ;;
7704         *Sun\ F*)
7705           # Sun Fortran 8.3 passes all unrecognized flags to the linker
7706           lt_prog_compiler_pic='-KPIC'
7707           lt_prog_compiler_static='-Bstatic'
7708           lt_prog_compiler_wl=''
7709           ;;
7710         esac
7711         ;;
7712       esac
7713       ;;
7714
7715     newsos6)
7716       lt_prog_compiler_pic='-KPIC'
7717       lt_prog_compiler_static='-Bstatic'
7718       ;;
7719
7720     *nto* | *qnx*)
7721       # QNX uses GNU C++, but need to define -shared option too, otherwise
7722       # it will coredump.
7723       lt_prog_compiler_pic='-fPIC -shared'
7724       ;;
7725
7726     osf3* | osf4* | osf5*)
7727       lt_prog_compiler_wl='-Wl,'
7728       # All OSF/1 code is PIC.
7729       lt_prog_compiler_static='-non_shared'
7730       ;;
7731
7732     rdos*)
7733       lt_prog_compiler_static='-non_shared'
7734       ;;
7735
7736     solaris*)
7737       lt_prog_compiler_pic='-KPIC'
7738       lt_prog_compiler_static='-Bstatic'
7739       case $cc_basename in
7740       f77* | f90* | f95*)
7741         lt_prog_compiler_wl='-Qoption ld ';;
7742       *)
7743         lt_prog_compiler_wl='-Wl,';;
7744       esac
7745       ;;
7746
7747     sunos4*)
7748       lt_prog_compiler_wl='-Qoption ld '
7749       lt_prog_compiler_pic='-PIC'
7750       lt_prog_compiler_static='-Bstatic'
7751       ;;
7752
7753     sysv4 | sysv4.2uw2* | sysv4.3*)
7754       lt_prog_compiler_wl='-Wl,'
7755       lt_prog_compiler_pic='-KPIC'
7756       lt_prog_compiler_static='-Bstatic'
7757       ;;
7758
7759     sysv4*MP*)
7760       if test -d /usr/nec ;then
7761         lt_prog_compiler_pic='-Kconform_pic'
7762         lt_prog_compiler_static='-Bstatic'
7763       fi
7764       ;;
7765
7766     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7767       lt_prog_compiler_wl='-Wl,'
7768       lt_prog_compiler_pic='-KPIC'
7769       lt_prog_compiler_static='-Bstatic'
7770       ;;
7771
7772     unicos*)
7773       lt_prog_compiler_wl='-Wl,'
7774       lt_prog_compiler_can_build_shared=no
7775       ;;
7776
7777     uts4*)
7778       lt_prog_compiler_pic='-pic'
7779       lt_prog_compiler_static='-Bstatic'
7780       ;;
7781
7782     *)
7783       lt_prog_compiler_can_build_shared=no
7784       ;;
7785     esac
7786   fi
7787
7788 case $host_os in
7789   # For platforms which do not support PIC, -DPIC is meaningless:
7790   *djgpp*)
7791     lt_prog_compiler_pic=
7792     ;;
7793   *)
7794     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7795     ;;
7796 esac
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7798 $as_echo "$lt_prog_compiler_pic" >&6; }
7799
7800
7801
7802
7803
7804
7805 #
7806 # Check to make sure the PIC flag actually works.
7807 #
7808 if test -n "$lt_prog_compiler_pic"; then
7809   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7810 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7811 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7812   $as_echo_n "(cached) " >&6
7813 else
7814   lt_cv_prog_compiler_pic_works=no
7815    ac_outfile=conftest.$ac_objext
7816    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7817    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7818    # Insert the option either (1) after the last *FLAGS variable, or
7819    # (2) before a word containing "conftest.", or (3) at the end.
7820    # Note that $ac_compile itself does not contain backslashes and begins
7821    # with a dollar sign (not a hyphen), so the echo should work correctly.
7822    # The option is referenced via a variable to avoid confusing sed.
7823    lt_compile=`echo "$ac_compile" | $SED \
7824    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7825    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7826    -e 's:$: $lt_compiler_flag:'`
7827    (eval echo "\"\$as_me:7827: $lt_compile\"" >&5)
7828    (eval "$lt_compile" 2>conftest.err)
7829    ac_status=$?
7830    cat conftest.err >&5
7831    echo "$as_me:7831: \$? = $ac_status" >&5
7832    if (exit $ac_status) && test -s "$ac_outfile"; then
7833      # The compiler can only warn and ignore the option if not recognized
7834      # So say no if there are warnings other than the usual output.
7835      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7836      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7837      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7838        lt_cv_prog_compiler_pic_works=yes
7839      fi
7840    fi
7841    $RM conftest*
7842
7843 fi
7844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7845 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7846
7847 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7848     case $lt_prog_compiler_pic in
7849      "" | " "*) ;;
7850      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7851      esac
7852 else
7853     lt_prog_compiler_pic=
7854      lt_prog_compiler_can_build_shared=no
7855 fi
7856
7857 fi
7858
7859
7860
7861
7862
7863
7864 #
7865 # Check to make sure the static flag actually works.
7866 #
7867 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7869 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7870 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7871   $as_echo_n "(cached) " >&6
7872 else
7873   lt_cv_prog_compiler_static_works=no
7874    save_LDFLAGS="$LDFLAGS"
7875    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7876    echo "$lt_simple_link_test_code" > conftest.$ac_ext
7877    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7878      # The linker can only warn and ignore the option if not recognized
7879      # So say no if there are warnings
7880      if test -s conftest.err; then
7881        # Append any errors to the config.log.
7882        cat conftest.err 1>&5
7883        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
7884        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7885        if diff conftest.exp conftest.er2 >/dev/null; then
7886          lt_cv_prog_compiler_static_works=yes
7887        fi
7888      else
7889        lt_cv_prog_compiler_static_works=yes
7890      fi
7891    fi
7892    $RM -r conftest*
7893    LDFLAGS="$save_LDFLAGS"
7894
7895 fi
7896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7897 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7898
7899 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7900     :
7901 else
7902     lt_prog_compiler_static=
7903 fi
7904
7905
7906
7907
7908
7909
7910
7911   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7912 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7913 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7914   $as_echo_n "(cached) " >&6
7915 else
7916   lt_cv_prog_compiler_c_o=no
7917    $RM -r conftest 2>/dev/null
7918    mkdir conftest
7919    cd conftest
7920    mkdir out
7921    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7922
7923    lt_compiler_flag="-o out/conftest2.$ac_objext"
7924    # Insert the option either (1) after the last *FLAGS variable, or
7925    # (2) before a word containing "conftest.", or (3) at the end.
7926    # Note that $ac_compile itself does not contain backslashes and begins
7927    # with a dollar sign (not a hyphen), so the echo should work correctly.
7928    lt_compile=`echo "$ac_compile" | $SED \
7929    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7930    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7931    -e 's:$: $lt_compiler_flag:'`
7932    (eval echo "\"\$as_me:7932: $lt_compile\"" >&5)
7933    (eval "$lt_compile" 2>out/conftest.err)
7934    ac_status=$?
7935    cat out/conftest.err >&5
7936    echo "$as_me:7936: \$? = $ac_status" >&5
7937    if (exit $ac_status) && test -s out/conftest2.$ac_objext
7938    then
7939      # The compiler can only warn and ignore the option if not recognized
7940      # So say no if there are warnings
7941      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7942      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7943      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7944        lt_cv_prog_compiler_c_o=yes
7945      fi
7946    fi
7947    chmod u+w . 2>&5
7948    $RM conftest*
7949    # SGI C++ compiler will create directory out/ii_files/ for
7950    # template instantiation
7951    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7952    $RM out/* && rmdir out
7953    cd ..
7954    $RM -r conftest
7955    $RM conftest*
7956
7957 fi
7958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7959 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7960
7961
7962
7963
7964
7965
7966   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7967 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7968 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7969   $as_echo_n "(cached) " >&6
7970 else
7971   lt_cv_prog_compiler_c_o=no
7972    $RM -r conftest 2>/dev/null
7973    mkdir conftest
7974    cd conftest
7975    mkdir out
7976    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7977
7978    lt_compiler_flag="-o out/conftest2.$ac_objext"
7979    # Insert the option either (1) after the last *FLAGS variable, or
7980    # (2) before a word containing "conftest.", or (3) at the end.
7981    # Note that $ac_compile itself does not contain backslashes and begins
7982    # with a dollar sign (not a hyphen), so the echo should work correctly.
7983    lt_compile=`echo "$ac_compile" | $SED \
7984    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7985    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7986    -e 's:$: $lt_compiler_flag:'`
7987    (eval echo "\"\$as_me:7987: $lt_compile\"" >&5)
7988    (eval "$lt_compile" 2>out/conftest.err)
7989    ac_status=$?
7990    cat out/conftest.err >&5
7991    echo "$as_me:7991: \$? = $ac_status" >&5
7992    if (exit $ac_status) && test -s out/conftest2.$ac_objext
7993    then
7994      # The compiler can only warn and ignore the option if not recognized
7995      # So say no if there are warnings
7996      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7997      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7998      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7999        lt_cv_prog_compiler_c_o=yes
8000      fi
8001    fi
8002    chmod u+w . 2>&5
8003    $RM conftest*
8004    # SGI C++ compiler will create directory out/ii_files/ for
8005    # template instantiation
8006    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8007    $RM out/* && rmdir out
8008    cd ..
8009    $RM -r conftest
8010    $RM conftest*
8011
8012 fi
8013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8014 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8015
8016
8017
8018
8019 hard_links="nottested"
8020 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8021   # do not overwrite the value of need_locks provided by the user
8022   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8023 $as_echo_n "checking if we can lock with hard links... " >&6; }
8024   hard_links=yes
8025   $RM conftest*
8026   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8027   touch conftest.a
8028   ln conftest.a conftest.b 2>&5 || hard_links=no
8029   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8030   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8031 $as_echo "$hard_links" >&6; }
8032   if test "$hard_links" = no; then
8033     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8034 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8035     need_locks=warn
8036   fi
8037 else
8038   need_locks=no
8039 fi
8040
8041
8042
8043
8044
8045
8046   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8047 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8048
8049   runpath_var=
8050   allow_undefined_flag=
8051   always_export_symbols=no
8052   archive_cmds=
8053   archive_expsym_cmds=
8054   compiler_needs_object=no
8055   enable_shared_with_static_runtimes=no
8056   export_dynamic_flag_spec=
8057   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8058   hardcode_automatic=no
8059   hardcode_direct=no
8060   hardcode_direct_absolute=no
8061   hardcode_libdir_flag_spec=
8062   hardcode_libdir_flag_spec_ld=
8063   hardcode_libdir_separator=
8064   hardcode_minus_L=no
8065   hardcode_shlibpath_var=unsupported
8066   inherit_rpath=no
8067   link_all_deplibs=unknown
8068   module_cmds=
8069   module_expsym_cmds=
8070   old_archive_from_new_cmds=
8071   old_archive_from_expsyms_cmds=
8072   thread_safe_flag_spec=
8073   whole_archive_flag_spec=
8074   # include_expsyms should be a list of space-separated symbols to be *always*
8075   # included in the symbol list
8076   include_expsyms=
8077   # exclude_expsyms can be an extended regexp of symbols to exclude
8078   # it will be wrapped by ` (' and `)$', so one must not match beginning or
8079   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8080   # as well as any symbol that contains `d'.
8081   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8082   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8083   # platforms (ab)use it in PIC code, but their linkers get confused if
8084   # the symbol is explicitly referenced.  Since portable code cannot
8085   # rely on this symbol name, it's probably fine to never include it in
8086   # preloaded symbol tables.
8087   # Exclude shared library initialization/finalization symbols.
8088   extract_expsyms_cmds=
8089
8090   case $host_os in
8091   cygwin* | mingw* | pw32* | cegcc*)
8092     # FIXME: the MSVC++ port hasn't been tested in a loooong time
8093     # When not using gcc, we currently assume that we are using
8094     # Microsoft Visual C++.
8095     if test "$GCC" != yes; then
8096       with_gnu_ld=no
8097     fi
8098     ;;
8099   interix*)
8100     # we just hope/assume this is gcc and not c89 (= MSVC++)
8101     with_gnu_ld=yes
8102     ;;
8103   openbsd*)
8104     with_gnu_ld=no
8105     ;;
8106   esac
8107
8108   ld_shlibs=yes
8109   if test "$with_gnu_ld" = yes; then
8110     # If archive_cmds runs LD, not CC, wlarc should be empty
8111     wlarc='${wl}'
8112
8113     # Set some defaults for GNU ld with shared library support. These
8114     # are reset later if shared libraries are not supported. Putting them
8115     # here allows them to be overridden if necessary.
8116     runpath_var=LD_RUN_PATH
8117     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8118     export_dynamic_flag_spec='${wl}--export-dynamic'
8119     # ancient GNU ld didn't support --whole-archive et. al.
8120     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8121       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8122     else
8123       whole_archive_flag_spec=
8124     fi
8125     supports_anon_versioning=no
8126     case `$LD -v 2>&1` in
8127       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8128       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8129       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8130       *\ 2.11.*) ;; # other 2.11 versions
8131       *) supports_anon_versioning=yes ;;
8132     esac
8133
8134     # See if GNU ld supports shared libraries.
8135     case $host_os in
8136     aix[3-9]*)
8137       # On AIX/PPC, the GNU linker is very broken
8138       if test "$host_cpu" != ia64; then
8139         ld_shlibs=no
8140         cat <<_LT_EOF 1>&2
8141
8142 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
8143 *** to be unable to reliably create shared libraries on AIX.
8144 *** Therefore, libtool is disabling shared libraries support.  If you
8145 *** really care for shared libraries, you may want to modify your PATH
8146 *** so that a non-GNU linker is found, and then restart.
8147
8148 _LT_EOF
8149       fi
8150       ;;
8151
8152     amigaos*)
8153       case $host_cpu in
8154       powerpc)
8155             # see comment about AmigaOS4 .so support
8156             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8157             archive_expsym_cmds=''
8158         ;;
8159       m68k)
8160             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)'
8161             hardcode_libdir_flag_spec='-L$libdir'
8162             hardcode_minus_L=yes
8163         ;;
8164       esac
8165       ;;
8166
8167     beos*)
8168       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8169         allow_undefined_flag=unsupported
8170         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8171         # support --undefined.  This deserves some investigation.  FIXME
8172         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8173       else
8174         ld_shlibs=no
8175       fi
8176       ;;
8177
8178     cygwin* | mingw* | pw32* | cegcc*)
8179       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8180       # as there is no search path for DLLs.
8181       hardcode_libdir_flag_spec='-L$libdir'
8182       allow_undefined_flag=unsupported
8183       always_export_symbols=no
8184       enable_shared_with_static_runtimes=yes
8185       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8186
8187       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8188         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8189         # If the export-symbols file already is a .def file (1st line
8190         # is EXPORTS), use it as is; otherwise, prepend...
8191         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8192           cp $export_symbols $output_objdir/$soname.def;
8193         else
8194           echo EXPORTS > $output_objdir/$soname.def;
8195           cat $export_symbols >> $output_objdir/$soname.def;
8196         fi~
8197         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8198       else
8199         ld_shlibs=no
8200       fi
8201       ;;
8202
8203     interix[3-9]*)
8204       hardcode_direct=no
8205       hardcode_shlibpath_var=no
8206       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8207       export_dynamic_flag_spec='${wl}-E'
8208       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8209       # Instead, shared libraries are loaded at an image base (0x10000000 by
8210       # default) and relocated if they conflict, which is a slow very memory
8211       # consuming and fragmenting process.  To avoid this, we pick a random,
8212       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8213       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
8214       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8215       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'
8216       ;;
8217
8218     gnu* | linux* | tpf* | k*bsd*-gnu)
8219       tmp_diet=no
8220       if test "$host_os" = linux-dietlibc; then
8221         case $cc_basename in
8222           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
8223         esac
8224       fi
8225       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8226          && test "$tmp_diet" = no
8227       then
8228         tmp_addflag=
8229         tmp_sharedflag='-shared'
8230         case $cc_basename,$host_cpu in
8231         pgcc*)                          # Portland Group C compiler
8232           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'
8233           tmp_addflag=' $pic_flag'
8234           ;;
8235         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
8236           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'
8237           tmp_addflag=' $pic_flag -Mnomain' ;;
8238         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
8239           tmp_addflag=' -i_dynamic' ;;
8240         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
8241           tmp_addflag=' -i_dynamic -nofor_main' ;;
8242         ifc* | ifort*)                  # Intel Fortran compiler
8243           tmp_addflag=' -nofor_main' ;;
8244         lf95*)                          # Lahey Fortran 8.1
8245           whole_archive_flag_spec=
8246           tmp_sharedflag='--shared' ;;
8247         xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
8248           tmp_sharedflag='-qmkshrobj'
8249           tmp_addflag= ;;
8250         esac
8251         case `$CC -V 2>&1 | sed 5q` in
8252         *Sun\ C*)                       # Sun C 5.9
8253           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'
8254           compiler_needs_object=yes
8255           tmp_sharedflag='-G' ;;
8256         *Sun\ F*)                       # Sun Fortran 8.3
8257           tmp_sharedflag='-G' ;;
8258         esac
8259         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8260
8261         if test "x$supports_anon_versioning" = xyes; then
8262           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8263             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8264             echo "local: *; };" >> $output_objdir/$libname.ver~
8265             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8266         fi
8267
8268         case $cc_basename in
8269         xlf*)
8270           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8271           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8272           hardcode_libdir_flag_spec=
8273           hardcode_libdir_flag_spec_ld='-rpath $libdir'
8274           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8275           if test "x$supports_anon_versioning" = xyes; then
8276             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8277               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8278               echo "local: *; };" >> $output_objdir/$libname.ver~
8279               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8280           fi
8281           ;;
8282         esac
8283       else
8284         ld_shlibs=no
8285       fi
8286       ;;
8287
8288     netbsd*)
8289       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8290         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8291         wlarc=
8292       else
8293         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8294         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8295       fi
8296       ;;
8297
8298     solaris*)
8299       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8300         ld_shlibs=no
8301         cat <<_LT_EOF 1>&2
8302
8303 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8304 *** create shared libraries on Solaris systems.  Therefore, libtool
8305 *** is disabling shared libraries support.  We urge you to upgrade GNU
8306 *** binutils to release 2.9.1 or newer.  Another option is to modify
8307 *** your PATH or compiler configuration so that the native linker is
8308 *** used, and then restart.
8309
8310 _LT_EOF
8311       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8312         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8313         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8314       else
8315         ld_shlibs=no
8316       fi
8317       ;;
8318
8319     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8320       case `$LD -v 2>&1` in
8321         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8322         ld_shlibs=no
8323         cat <<_LT_EOF 1>&2
8324
8325 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8326 *** reliably create shared libraries on SCO systems.  Therefore, libtool
8327 *** is disabling shared libraries support.  We urge you to upgrade GNU
8328 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
8329 *** your PATH or compiler configuration so that the native linker is
8330 *** used, and then restart.
8331
8332 _LT_EOF
8333         ;;
8334         *)
8335           # For security reasons, it is highly recommended that you always
8336           # use absolute paths for naming shared libraries, and exclude the
8337           # DT_RUNPATH tag from executables and libraries.  But doing so
8338           # requires that you compile everything twice, which is a pain.
8339           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8340             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8341             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8342             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8343           else
8344             ld_shlibs=no
8345           fi
8346         ;;
8347       esac
8348       ;;
8349
8350     sunos4*)
8351       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8352       wlarc=
8353       hardcode_direct=yes
8354       hardcode_shlibpath_var=no
8355       ;;
8356
8357     *)
8358       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8359         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8360         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8361       else
8362         ld_shlibs=no
8363       fi
8364       ;;
8365     esac
8366
8367     if test "$ld_shlibs" = no; then
8368       runpath_var=
8369       hardcode_libdir_flag_spec=
8370       export_dynamic_flag_spec=
8371       whole_archive_flag_spec=
8372     fi
8373   else
8374     # PORTME fill in a description of your system's linker (not GNU ld)
8375     case $host_os in
8376     aix3*)
8377       allow_undefined_flag=unsupported
8378       always_export_symbols=yes
8379       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'
8380       # Note: this linker hardcodes the directories in LIBPATH if there
8381       # are no directories specified by -L.
8382       hardcode_minus_L=yes
8383       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8384         # Neither direct hardcoding nor static linking is supported with a
8385         # broken collect2.
8386         hardcode_direct=unsupported
8387       fi
8388       ;;
8389
8390     aix[4-9]*)
8391       if test "$host_cpu" = ia64; then
8392         # On IA64, the linker does run time linking by default, so we don't
8393         # have to do anything special.
8394         aix_use_runtimelinking=no
8395         exp_sym_flag='-Bexport'
8396         no_entry_flag=""
8397       else
8398         # If we're using GNU nm, then we don't want the "-C" option.
8399         # -C means demangle to AIX nm, but means don't demangle with GNU nm
8400         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8401           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'
8402         else
8403           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'
8404         fi
8405         aix_use_runtimelinking=no
8406
8407         # Test if we are trying to use run time linking or normal
8408         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8409         # need to do runtime linking.
8410         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8411           for ld_flag in $LDFLAGS; do
8412           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8413             aix_use_runtimelinking=yes
8414             break
8415           fi
8416           done
8417           ;;
8418         esac
8419
8420         exp_sym_flag='-bexport'
8421         no_entry_flag='-bnoentry'
8422       fi
8423
8424       # When large executables or shared objects are built, AIX ld can
8425       # have problems creating the table of contents.  If linking a library
8426       # or program results in "error TOC overflow" add -mminimal-toc to
8427       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
8428       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8429
8430       archive_cmds=''
8431       hardcode_direct=yes
8432       hardcode_direct_absolute=yes
8433       hardcode_libdir_separator=':'
8434       link_all_deplibs=yes
8435       file_list_spec='${wl}-f,'
8436
8437       if test "$GCC" = yes; then
8438         case $host_os in aix4.[012]|aix4.[012].*)
8439         # We only want to do this on AIX 4.2 and lower, the check
8440         # below for broken collect2 doesn't work under 4.3+
8441           collect2name=`${CC} -print-prog-name=collect2`
8442           if test -f "$collect2name" &&
8443            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8444           then
8445           # We have reworked collect2
8446           :
8447           else
8448           # We have old collect2
8449           hardcode_direct=unsupported
8450           # It fails to find uninstalled libraries when the uninstalled
8451           # path is not listed in the libpath.  Setting hardcode_minus_L
8452           # to unsupported forces relinking
8453           hardcode_minus_L=yes
8454           hardcode_libdir_flag_spec='-L$libdir'
8455           hardcode_libdir_separator=
8456           fi
8457           ;;
8458         esac
8459         shared_flag='-shared'
8460         if test "$aix_use_runtimelinking" = yes; then
8461           shared_flag="$shared_flag "'${wl}-G'
8462         fi
8463       else
8464         # not using gcc
8465         if test "$host_cpu" = ia64; then
8466         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8467         # chokes on -Wl,-G. The following line is correct:
8468           shared_flag='-G'
8469         else
8470           if test "$aix_use_runtimelinking" = yes; then
8471             shared_flag='${wl}-G'
8472           else
8473             shared_flag='${wl}-bM:SRE'
8474           fi
8475         fi
8476       fi
8477
8478       export_dynamic_flag_spec='${wl}-bexpall'
8479       # It seems that -bexpall does not export symbols beginning with
8480       # underscore (_), so it is better to generate a list of symbols to export.
8481       always_export_symbols=yes
8482       if test "$aix_use_runtimelinking" = yes; then
8483         # Warning - without using the other runtime loading flags (-brtl),
8484         # -berok will link without error, but may produce a broken library.
8485         allow_undefined_flag='-berok'
8486         # Determine the default libpath from the value encoded in an
8487         # empty executable.
8488         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8489 /* end confdefs.h.  */
8490
8491 int
8492 main ()
8493 {
8494
8495   ;
8496   return 0;
8497 }
8498 _ACEOF
8499 if ac_fn_c_try_link "$LINENO"; then :
8500
8501 lt_aix_libpath_sed='
8502     /Import File Strings/,/^$/ {
8503         /^0/ {
8504             s/^0  *\(.*\)$/\1/
8505             p
8506         }
8507     }'
8508 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8509 # Check for a 64-bit object if we didn't find anything.
8510 if test -z "$aix_libpath"; then
8511   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8512 fi
8513 fi
8514 rm -f core conftest.err conftest.$ac_objext \
8515     conftest$ac_exeext conftest.$ac_ext
8516 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8517
8518         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8519         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"
8520       else
8521         if test "$host_cpu" = ia64; then
8522           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8523           allow_undefined_flag="-z nodefs"
8524           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"
8525         else
8526          # Determine the default libpath from the value encoded in an
8527          # empty executable.
8528          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8529 /* end confdefs.h.  */
8530
8531 int
8532 main ()
8533 {
8534
8535   ;
8536   return 0;
8537 }
8538 _ACEOF
8539 if ac_fn_c_try_link "$LINENO"; then :
8540
8541 lt_aix_libpath_sed='
8542     /Import File Strings/,/^$/ {
8543         /^0/ {
8544             s/^0  *\(.*\)$/\1/
8545             p
8546         }
8547     }'
8548 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8549 # Check for a 64-bit object if we didn't find anything.
8550 if test -z "$aix_libpath"; then
8551   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8552 fi
8553 fi
8554 rm -f core conftest.err conftest.$ac_objext \
8555     conftest$ac_exeext conftest.$ac_ext
8556 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8557
8558          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8559           # Warning - without using the other run time loading flags,
8560           # -berok will link without error, but may produce a broken library.
8561           no_undefined_flag=' ${wl}-bernotok'
8562           allow_undefined_flag=' ${wl}-berok'
8563           # Exported symbols can be pulled into shared objects from archives
8564           whole_archive_flag_spec='$convenience'
8565           archive_cmds_need_lc=yes
8566           # This is similar to how AIX traditionally builds its shared libraries.
8567           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'
8568         fi
8569       fi
8570       ;;
8571
8572     amigaos*)
8573       case $host_cpu in
8574       powerpc)
8575             # see comment about AmigaOS4 .so support
8576             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8577             archive_expsym_cmds=''
8578         ;;
8579       m68k)
8580             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)'
8581             hardcode_libdir_flag_spec='-L$libdir'
8582             hardcode_minus_L=yes
8583         ;;
8584       esac
8585       ;;
8586
8587     bsdi[45]*)
8588       export_dynamic_flag_spec=-rdynamic
8589       ;;
8590
8591     cygwin* | mingw* | pw32* | cegcc*)
8592       # When not using gcc, we currently assume that we are using
8593       # Microsoft Visual C++.
8594       # hardcode_libdir_flag_spec is actually meaningless, as there is
8595       # no search path for DLLs.
8596       hardcode_libdir_flag_spec=' '
8597       allow_undefined_flag=unsupported
8598       # Tell ltmain to make .lib files, not .a files.
8599       libext=lib
8600       # Tell ltmain to make .dll files, not .so files.
8601       shrext_cmds=".dll"
8602       # FIXME: Setting linknames here is a bad hack.
8603       archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
8604       # The linker will automatically build a .lib file if we build a DLL.
8605       old_archive_from_new_cmds='true'
8606       # FIXME: Should let the user specify the lib program.
8607       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8608       fix_srcfile_path='`cygpath -w "$srcfile"`'
8609       enable_shared_with_static_runtimes=yes
8610       ;;
8611
8612     darwin* | rhapsody*)
8613
8614
8615   archive_cmds_need_lc=no
8616   hardcode_direct=no
8617   hardcode_automatic=yes
8618   hardcode_shlibpath_var=unsupported
8619   whole_archive_flag_spec=''
8620   link_all_deplibs=yes
8621   allow_undefined_flag="$_lt_dar_allow_undefined"
8622   case $cc_basename in
8623      ifort*) _lt_dar_can_shared=yes ;;
8624      *) _lt_dar_can_shared=$GCC ;;
8625   esac
8626   if test "$_lt_dar_can_shared" = "yes"; then
8627     output_verbose_link_cmd=echo
8628     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8629     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8630     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}"
8631     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}"
8632
8633   else
8634   ld_shlibs=no
8635   fi
8636
8637       ;;
8638
8639     dgux*)
8640       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8641       hardcode_libdir_flag_spec='-L$libdir'
8642       hardcode_shlibpath_var=no
8643       ;;
8644
8645     freebsd1*)
8646       ld_shlibs=no
8647       ;;
8648
8649     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8650     # support.  Future versions do this automatically, but an explicit c++rt0.o
8651     # does not break anything, and helps significantly (at the cost of a little
8652     # extra space).
8653     freebsd2.2*)
8654       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8655       hardcode_libdir_flag_spec='-R$libdir'
8656       hardcode_direct=yes
8657       hardcode_shlibpath_var=no
8658       ;;
8659
8660     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8661     freebsd2*)
8662       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8663       hardcode_direct=yes
8664       hardcode_minus_L=yes
8665       hardcode_shlibpath_var=no
8666       ;;
8667
8668     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8669     freebsd* | dragonfly*)
8670       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8671       hardcode_libdir_flag_spec='-R$libdir'
8672       hardcode_direct=yes
8673       hardcode_shlibpath_var=no
8674       ;;
8675
8676     hpux9*)
8677       if test "$GCC" = yes; then
8678         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'
8679       else
8680         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'
8681       fi
8682       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8683       hardcode_libdir_separator=:
8684       hardcode_direct=yes
8685
8686       # hardcode_minus_L: Not really in the search PATH,
8687       # but as the default location of the library.
8688       hardcode_minus_L=yes
8689       export_dynamic_flag_spec='${wl}-E'
8690       ;;
8691
8692     hpux10*)
8693       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8694         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8695       else
8696         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8697       fi
8698       if test "$with_gnu_ld" = no; then
8699         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8700         hardcode_libdir_flag_spec_ld='+b $libdir'
8701         hardcode_libdir_separator=:
8702         hardcode_direct=yes
8703         hardcode_direct_absolute=yes
8704         export_dynamic_flag_spec='${wl}-E'
8705         # hardcode_minus_L: Not really in the search PATH,
8706         # but as the default location of the library.
8707         hardcode_minus_L=yes
8708       fi
8709       ;;
8710
8711     hpux11*)
8712       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8713         case $host_cpu in
8714         hppa*64*)
8715           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8716           ;;
8717         ia64*)
8718           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8719           ;;
8720         *)
8721           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8722           ;;
8723         esac
8724       else
8725         case $host_cpu in
8726         hppa*64*)
8727           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8728           ;;
8729         ia64*)
8730           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8731           ;;
8732         *)
8733           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8734           ;;
8735         esac
8736       fi
8737       if test "$with_gnu_ld" = no; then
8738         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8739         hardcode_libdir_separator=:
8740
8741         case $host_cpu in
8742         hppa*64*|ia64*)
8743           hardcode_direct=no
8744           hardcode_shlibpath_var=no
8745           ;;
8746         *)
8747           hardcode_direct=yes
8748           hardcode_direct_absolute=yes
8749           export_dynamic_flag_spec='${wl}-E'
8750
8751           # hardcode_minus_L: Not really in the search PATH,
8752           # but as the default location of the library.
8753           hardcode_minus_L=yes
8754           ;;
8755         esac
8756       fi
8757       ;;
8758
8759     irix5* | irix6* | nonstopux*)
8760       if test "$GCC" = yes; then
8761         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'
8762         # Try to use the -exported_symbol ld option, if it does not
8763         # work, assume that -exports_file does not work either and
8764         # implicitly export all symbols.
8765         save_LDFLAGS="$LDFLAGS"
8766         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8767         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8768 /* end confdefs.h.  */
8769 int foo(void) {}
8770 _ACEOF
8771 if ac_fn_c_try_link "$LINENO"; then :
8772   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'
8773
8774 fi
8775 rm -f core conftest.err conftest.$ac_objext \
8776     conftest$ac_exeext conftest.$ac_ext
8777         LDFLAGS="$save_LDFLAGS"
8778       else
8779         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'
8780         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'
8781       fi
8782       archive_cmds_need_lc='no'
8783       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8784       hardcode_libdir_separator=:
8785       inherit_rpath=yes
8786       link_all_deplibs=yes
8787       ;;
8788
8789     netbsd*)
8790       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8791         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
8792       else
8793         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
8794       fi
8795       hardcode_libdir_flag_spec='-R$libdir'
8796       hardcode_direct=yes
8797       hardcode_shlibpath_var=no
8798       ;;
8799
8800     newsos6)
8801       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8802       hardcode_direct=yes
8803       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8804       hardcode_libdir_separator=:
8805       hardcode_shlibpath_var=no
8806       ;;
8807
8808     *nto* | *qnx*)
8809       ;;
8810
8811     openbsd*)
8812       if test -f /usr/libexec/ld.so; then
8813         hardcode_direct=yes
8814         hardcode_shlibpath_var=no
8815         hardcode_direct_absolute=yes
8816         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8817           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8818           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8819           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8820           export_dynamic_flag_spec='${wl}-E'
8821         else
8822           case $host_os in
8823            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8824              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8825              hardcode_libdir_flag_spec='-R$libdir'
8826              ;;
8827            *)
8828              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8829              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8830              ;;
8831           esac
8832         fi
8833       else
8834         ld_shlibs=no
8835       fi
8836       ;;
8837
8838     os2*)
8839       hardcode_libdir_flag_spec='-L$libdir'
8840       hardcode_minus_L=yes
8841       allow_undefined_flag=unsupported
8842       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'
8843       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8844       ;;
8845
8846     osf3*)
8847       if test "$GCC" = yes; then
8848         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8849         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'
8850       else
8851         allow_undefined_flag=' -expect_unresolved \*'
8852         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'
8853       fi
8854       archive_cmds_need_lc='no'
8855       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8856       hardcode_libdir_separator=:
8857       ;;
8858
8859     osf4* | osf5*)      # as osf3* with the addition of -msym flag
8860       if test "$GCC" = yes; then
8861         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8862         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'
8863         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8864       else
8865         allow_undefined_flag=' -expect_unresolved \*'
8866         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'
8867         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~
8868         $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'
8869
8870         # Both c and cxx compiler support -rpath directly
8871         hardcode_libdir_flag_spec='-rpath $libdir'
8872       fi
8873       archive_cmds_need_lc='no'
8874       hardcode_libdir_separator=:
8875       ;;
8876
8877     solaris*)
8878       no_undefined_flag=' -z defs'
8879       if test "$GCC" = yes; then
8880         wlarc='${wl}'
8881         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8882         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8883           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8884       else
8885         case `$CC -V 2>&1` in
8886         *"Compilers 5.0"*)
8887           wlarc=''
8888           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8889           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8890           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8891           ;;
8892         *)
8893           wlarc='${wl}'
8894           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8895           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8896           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8897           ;;
8898         esac
8899       fi
8900       hardcode_libdir_flag_spec='-R$libdir'
8901       hardcode_shlibpath_var=no
8902       case $host_os in
8903       solaris2.[0-5] | solaris2.[0-5].*) ;;
8904       *)
8905         # The compiler driver will combine and reorder linker options,
8906         # but understands `-z linker_flag'.  GCC discards it without `$wl',
8907         # but is careful enough not to reorder.
8908         # Supported since Solaris 2.6 (maybe 2.5.1?)
8909         if test "$GCC" = yes; then
8910           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8911         else
8912           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
8913         fi
8914         ;;
8915       esac
8916       link_all_deplibs=yes
8917       ;;
8918
8919     sunos4*)
8920       if test "x$host_vendor" = xsequent; then
8921         # Use $CC to link under sequent, because it throws in some extra .o
8922         # files that make .init and .fini sections work.
8923         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8924       else
8925         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8926       fi
8927       hardcode_libdir_flag_spec='-L$libdir'
8928       hardcode_direct=yes
8929       hardcode_minus_L=yes
8930       hardcode_shlibpath_var=no
8931       ;;
8932
8933     sysv4)
8934       case $host_vendor in
8935         sni)
8936           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8937           hardcode_direct=yes # is this really true???
8938         ;;
8939         siemens)
8940           ## LD is ld it makes a PLAMLIB
8941           ## CC just makes a GrossModule.
8942           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8943           reload_cmds='$CC -r -o $output$reload_objs'
8944           hardcode_direct=no
8945         ;;
8946         motorola)
8947           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8948           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
8949         ;;
8950       esac
8951       runpath_var='LD_RUN_PATH'
8952       hardcode_shlibpath_var=no
8953       ;;
8954
8955     sysv4.3*)
8956       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8957       hardcode_shlibpath_var=no
8958       export_dynamic_flag_spec='-Bexport'
8959       ;;
8960
8961     sysv4*MP*)
8962       if test -d /usr/nec; then
8963         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8964         hardcode_shlibpath_var=no
8965         runpath_var=LD_RUN_PATH
8966         hardcode_runpath_var=yes
8967         ld_shlibs=yes
8968       fi
8969       ;;
8970
8971     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
8972       no_undefined_flag='${wl}-z,text'
8973       archive_cmds_need_lc=no
8974       hardcode_shlibpath_var=no
8975       runpath_var='LD_RUN_PATH'
8976
8977       if test "$GCC" = yes; then
8978         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8979         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8980       else
8981         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8982         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8983       fi
8984       ;;
8985
8986     sysv5* | sco3.2v5* | sco5v6*)
8987       # Note: We can NOT use -z defs as we might desire, because we do not
8988       # link with -lc, and that would cause any symbols used from libc to
8989       # always be unresolved, which means just about no library would
8990       # ever link correctly.  If we're not using GNU ld we use -z text
8991       # though, which does catch some bad symbols but isn't as heavy-handed
8992       # as -z defs.
8993       no_undefined_flag='${wl}-z,text'
8994       allow_undefined_flag='${wl}-z,nodefs'
8995       archive_cmds_need_lc=no
8996       hardcode_shlibpath_var=no
8997       hardcode_libdir_flag_spec='${wl}-R,$libdir'
8998       hardcode_libdir_separator=':'
8999       link_all_deplibs=yes
9000       export_dynamic_flag_spec='${wl}-Bexport'
9001       runpath_var='LD_RUN_PATH'
9002
9003       if test "$GCC" = yes; then
9004         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9005         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9006       else
9007         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9008         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9009       fi
9010       ;;
9011
9012     uts4*)
9013       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9014       hardcode_libdir_flag_spec='-L$libdir'
9015       hardcode_shlibpath_var=no
9016       ;;
9017
9018     *)
9019       ld_shlibs=no
9020       ;;
9021     esac
9022
9023     if test x$host_vendor = xsni; then
9024       case $host in
9025       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9026         export_dynamic_flag_spec='${wl}-Blargedynsym'
9027         ;;
9028       esac
9029     fi
9030   fi
9031
9032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9033 $as_echo "$ld_shlibs" >&6; }
9034 test "$ld_shlibs" = no && can_build_shared=no
9035
9036 with_gnu_ld=$with_gnu_ld
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
9052 #
9053 # Do we need to explicitly link libc?
9054 #
9055 case "x$archive_cmds_need_lc" in
9056 x|xyes)
9057   # Assume -lc should be added
9058   archive_cmds_need_lc=yes
9059
9060   if test "$enable_shared" = yes && test "$GCC" = yes; then
9061     case $archive_cmds in
9062     *'~'*)
9063       # FIXME: we may have to deal with multi-command sequences.
9064       ;;
9065     '$CC '*)
9066       # Test whether the compiler implicitly links with -lc since on some
9067       # systems, -lgcc has to come before -lc. If gcc already passes -lc
9068       # to ld, don't add -lc before -lgcc.
9069       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9070 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9071       $RM conftest*
9072       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9073
9074       if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9075   (eval $ac_compile) 2>&5
9076   ac_status=$?
9077   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9078   test $ac_status = 0; } 2>conftest.err; then
9079         soname=conftest
9080         lib=conftest
9081         libobjs=conftest.$ac_objext
9082         deplibs=
9083         wl=$lt_prog_compiler_wl
9084         pic_flag=$lt_prog_compiler_pic
9085         compiler_flags=-v
9086         linker_flags=-v
9087         verstring=
9088         output_objdir=.
9089         libname=conftest
9090         lt_save_allow_undefined_flag=$allow_undefined_flag
9091         allow_undefined_flag=
9092         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9093   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9094   ac_status=$?
9095   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9096   test $ac_status = 0; }
9097         then
9098           archive_cmds_need_lc=no
9099         else
9100           archive_cmds_need_lc=yes
9101         fi
9102         allow_undefined_flag=$lt_save_allow_undefined_flag
9103       else
9104         cat conftest.err 1>&5
9105       fi
9106       $RM conftest*
9107       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
9108 $as_echo "$archive_cmds_need_lc" >&6; }
9109       ;;
9110     esac
9111   fi
9112   ;;
9113 esac
9114
9115
9116
9117
9118
9119
9120
9121
9122
9123
9124
9125
9126
9127
9128
9129
9130
9131
9132
9133
9134
9135
9136
9137
9138
9139
9140
9141
9142
9143
9144
9145
9146
9147
9148
9149
9150
9151
9152
9153
9154
9155
9156
9157
9158
9159
9160
9161
9162
9163
9164
9165
9166
9167
9168
9169
9170
9171
9172
9173
9174
9175
9176
9177
9178
9179
9180
9181
9182
9183
9184
9185
9186
9187
9188
9189
9190
9191
9192
9193
9194
9195
9196
9197
9198
9199
9200
9201
9202
9203
9204
9205
9206
9207
9208
9209
9210
9211
9212
9213
9214
9215
9216
9217
9218
9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
9232
9233
9234
9235
9236
9237
9238
9239
9240
9241
9242
9243
9244
9245
9246
9247
9248
9249
9250
9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9272 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9273
9274 if test "$GCC" = yes; then
9275   case $host_os in
9276     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9277     *) lt_awk_arg="/^libraries:/" ;;
9278   esac
9279   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9280   if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9281     # if the path contains ";" then we assume it to be the separator
9282     # otherwise default to the standard path separator (i.e. ":") - it is
9283     # assumed that no part of a normal pathname contains ";" but that should
9284     # okay in the real world where ";" in dirpaths is itself problematic.
9285     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9286   else
9287     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9288   fi
9289   # Ok, now we have the path, separated by spaces, we can step through it
9290   # and add multilib dir if necessary.
9291   lt_tmp_lt_search_path_spec=
9292   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9293   for lt_sys_path in $lt_search_path_spec; do
9294     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9295       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9296     else
9297       test -d "$lt_sys_path" && \
9298         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9299     fi
9300   done
9301   lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9302 BEGIN {RS=" "; FS="/|\n";} {
9303   lt_foo="";
9304   lt_count=0;
9305   for (lt_i = NF; lt_i > 0; lt_i--) {
9306     if ($lt_i != "" && $lt_i != ".") {
9307       if ($lt_i == "..") {
9308         lt_count++;
9309       } else {
9310         if (lt_count == 0) {
9311           lt_foo="/" $lt_i lt_foo;
9312         } else {
9313           lt_count--;
9314         }
9315       }
9316     }
9317   }
9318   if (lt_foo != "") { lt_freq[lt_foo]++; }
9319   if (lt_freq[lt_foo] == 1) { print lt_foo; }
9320 }'`
9321   sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9322 else
9323   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9324 fi
9325 library_names_spec=
9326 libname_spec='lib$name'
9327 soname_spec=
9328 shrext_cmds=".so"
9329 postinstall_cmds=
9330 postuninstall_cmds=
9331 finish_cmds=
9332 finish_eval=
9333 shlibpath_var=
9334 shlibpath_overrides_runpath=unknown
9335 version_type=none
9336 dynamic_linker="$host_os ld.so"
9337 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9338 need_lib_prefix=unknown
9339 hardcode_into_libs=no
9340
9341 # when you set need_version to no, make sure it does not cause -set_version
9342 # flags to be left without arguments
9343 need_version=unknown
9344
9345 case $host_os in
9346 aix3*)
9347   version_type=linux
9348   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9349   shlibpath_var=LIBPATH
9350
9351   # AIX 3 has no versioning support, so we append a major version to the name.
9352   soname_spec='${libname}${release}${shared_ext}$major'
9353   ;;
9354
9355 aix[4-9]*)
9356   version_type=linux
9357   need_lib_prefix=no
9358   need_version=no
9359   hardcode_into_libs=yes
9360   if test "$host_cpu" = ia64; then
9361     # AIX 5 supports IA64
9362     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9363     shlibpath_var=LD_LIBRARY_PATH
9364   else
9365     # With GCC up to 2.95.x, collect2 would create an import file
9366     # for dependence libraries.  The import file would start with
9367     # the line `#! .'.  This would cause the generated library to
9368     # depend on `.', always an invalid library.  This was fixed in
9369     # development snapshots of GCC prior to 3.0.
9370     case $host_os in
9371       aix4 | aix4.[01] | aix4.[01].*)
9372       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9373            echo ' yes '
9374            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9375         :
9376       else
9377         can_build_shared=no
9378       fi
9379       ;;
9380     esac
9381     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9382     # soname into executable. Probably we can add versioning support to
9383     # collect2, so additional links can be useful in future.
9384     if test "$aix_use_runtimelinking" = yes; then
9385       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9386       # instead of lib<name>.a to let people know that these are not
9387       # typical AIX shared libraries.
9388       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9389     else
9390       # We preserve .a as extension for shared libraries through AIX4.2
9391       # and later when we are not doing run time linking.
9392       library_names_spec='${libname}${release}.a $libname.a'
9393       soname_spec='${libname}${release}${shared_ext}$major'
9394     fi
9395     shlibpath_var=LIBPATH
9396   fi
9397   ;;
9398
9399 amigaos*)
9400   case $host_cpu in
9401   powerpc)
9402     # Since July 2007 AmigaOS4 officially supports .so libraries.
9403     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9404     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9405     ;;
9406   m68k)
9407     library_names_spec='$libname.ixlibrary $libname.a'
9408     # Create ${libname}_ixlibrary.a entries in /sys/libs.
9409     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'
9410     ;;
9411   esac
9412   ;;
9413
9414 beos*)
9415   library_names_spec='${libname}${shared_ext}'
9416   dynamic_linker="$host_os ld.so"
9417   shlibpath_var=LIBRARY_PATH
9418   ;;
9419
9420 bsdi[45]*)
9421   version_type=linux
9422   need_version=no
9423   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9424   soname_spec='${libname}${release}${shared_ext}$major'
9425   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9426   shlibpath_var=LD_LIBRARY_PATH
9427   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9428   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9429   # the default ld.so.conf also contains /usr/contrib/lib and
9430   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9431   # libtool to hard-code these into programs
9432   ;;
9433
9434 cygwin* | mingw* | pw32* | cegcc*)
9435   version_type=windows
9436   shrext_cmds=".dll"
9437   need_version=no
9438   need_lib_prefix=no
9439
9440   case $GCC,$host_os in
9441   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9442     library_names_spec='$libname.dll.a'
9443     # DLL is installed to $(libdir)/../bin by postinstall_cmds
9444     postinstall_cmds='base_file=`basename \${file}`~
9445       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9446       dldir=$destdir/`dirname \$dlpath`~
9447       test -d \$dldir || mkdir -p \$dldir~
9448       $install_prog $dir/$dlname \$dldir/$dlname~
9449       chmod a+x \$dldir/$dlname~
9450       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9451         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9452       fi'
9453     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9454       dlpath=$dir/\$dldll~
9455        $RM \$dlpath'
9456     shlibpath_overrides_runpath=yes
9457
9458     case $host_os in
9459     cygwin*)
9460       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9461       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9462       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9463       ;;
9464     mingw* | cegcc*)
9465       # MinGW DLLs use traditional 'lib' prefix
9466       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9467       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9468       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9469         # It is most probably a Windows format PATH printed by
9470         # mingw gcc, but we are running on Cygwin. Gcc prints its search
9471         # path with ; separators, and with drive letters. We can handle the
9472         # drive letters (cygwin fileutils understands them), so leave them,
9473         # especially as we might pass files found there to a mingw objdump,
9474         # which wouldn't understand a cygwinified path. Ahh.
9475         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9476       else
9477         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9478       fi
9479       ;;
9480     pw32*)
9481       # pw32 DLLs use 'pw' prefix rather than 'lib'
9482       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9483       ;;
9484     esac
9485     ;;
9486
9487   *)
9488     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9489     ;;
9490   esac
9491   dynamic_linker='Win32 ld.exe'
9492   # FIXME: first we should search . and the directory the executable is in
9493   shlibpath_var=PATH
9494   ;;
9495
9496 darwin* | rhapsody*)
9497   dynamic_linker="$host_os dyld"
9498   version_type=darwin
9499   need_lib_prefix=no
9500   need_version=no
9501   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9502   soname_spec='${libname}${release}${major}$shared_ext'
9503   shlibpath_overrides_runpath=yes
9504   shlibpath_var=DYLD_LIBRARY_PATH
9505   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9506
9507   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9508   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9509   ;;
9510
9511 dgux*)
9512   version_type=linux
9513   need_lib_prefix=no
9514   need_version=no
9515   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9516   soname_spec='${libname}${release}${shared_ext}$major'
9517   shlibpath_var=LD_LIBRARY_PATH
9518   ;;
9519
9520 freebsd1*)
9521   dynamic_linker=no
9522   ;;
9523
9524 freebsd* | dragonfly*)
9525   # DragonFly does not have aout.  When/if they implement a new
9526   # versioning mechanism, adjust this.
9527   if test -x /usr/bin/objformat; then
9528     objformat=`/usr/bin/objformat`
9529   else
9530     case $host_os in
9531     freebsd[123]*) objformat=aout ;;
9532     *) objformat=elf ;;
9533     esac
9534   fi
9535   version_type=freebsd-$objformat
9536   case $version_type in
9537     freebsd-elf*)
9538       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9539       need_version=no
9540       need_lib_prefix=no
9541       ;;
9542     freebsd-*)
9543       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9544       need_version=yes
9545       ;;
9546   esac
9547   shlibpath_var=LD_LIBRARY_PATH
9548   case $host_os in
9549   freebsd2*)
9550     shlibpath_overrides_runpath=yes
9551     ;;
9552   freebsd3.[01]* | freebsdelf3.[01]*)
9553     shlibpath_overrides_runpath=yes
9554     hardcode_into_libs=yes
9555     ;;
9556   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9557   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9558     shlibpath_overrides_runpath=no
9559     hardcode_into_libs=yes
9560     ;;
9561   *) # from 4.6 on, and DragonFly
9562     shlibpath_overrides_runpath=yes
9563     hardcode_into_libs=yes
9564     ;;
9565   esac
9566   ;;
9567
9568 gnu*)
9569   version_type=linux
9570   need_lib_prefix=no
9571   need_version=no
9572   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9573   soname_spec='${libname}${release}${shared_ext}$major'
9574   shlibpath_var=LD_LIBRARY_PATH
9575   hardcode_into_libs=yes
9576   ;;
9577
9578 hpux9* | hpux10* | hpux11*)
9579   # Give a soname corresponding to the major version so that dld.sl refuses to
9580   # link against other versions.
9581   version_type=sunos
9582   need_lib_prefix=no
9583   need_version=no
9584   case $host_cpu in
9585   ia64*)
9586     shrext_cmds='.so'
9587     hardcode_into_libs=yes
9588     dynamic_linker="$host_os dld.so"
9589     shlibpath_var=LD_LIBRARY_PATH
9590     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9591     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9592     soname_spec='${libname}${release}${shared_ext}$major'
9593     if test "X$HPUX_IA64_MODE" = X32; then
9594       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9595     else
9596       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9597     fi
9598     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9599     ;;
9600   hppa*64*)
9601     shrext_cmds='.sl'
9602     hardcode_into_libs=yes
9603     dynamic_linker="$host_os dld.sl"
9604     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9605     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9606     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9607     soname_spec='${libname}${release}${shared_ext}$major'
9608     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9609     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9610     ;;
9611   *)
9612     shrext_cmds='.sl'
9613     dynamic_linker="$host_os dld.sl"
9614     shlibpath_var=SHLIB_PATH
9615     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9616     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9617     soname_spec='${libname}${release}${shared_ext}$major'
9618     ;;
9619   esac
9620   # HP-UX runs *really* slowly unless shared libraries are mode 555.
9621   postinstall_cmds='chmod 555 $lib'
9622   ;;
9623
9624 interix[3-9]*)
9625   version_type=linux
9626   need_lib_prefix=no
9627   need_version=no
9628   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9629   soname_spec='${libname}${release}${shared_ext}$major'
9630   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9631   shlibpath_var=LD_LIBRARY_PATH
9632   shlibpath_overrides_runpath=no
9633   hardcode_into_libs=yes
9634   ;;
9635
9636 irix5* | irix6* | nonstopux*)
9637   case $host_os in
9638     nonstopux*) version_type=nonstopux ;;
9639     *)
9640         if test "$lt_cv_prog_gnu_ld" = yes; then
9641                 version_type=linux
9642         else
9643                 version_type=irix
9644         fi ;;
9645   esac
9646   need_lib_prefix=no
9647   need_version=no
9648   soname_spec='${libname}${release}${shared_ext}$major'
9649   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9650   case $host_os in
9651   irix5* | nonstopux*)
9652     libsuff= shlibsuff=
9653     ;;
9654   *)
9655     case $LD in # libtool.m4 will add one of these switches to LD
9656     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9657       libsuff= shlibsuff= libmagic=32-bit;;
9658     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9659       libsuff=32 shlibsuff=N32 libmagic=N32;;
9660     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9661       libsuff=64 shlibsuff=64 libmagic=64-bit;;
9662     *) libsuff= shlibsuff= libmagic=never-match;;
9663     esac
9664     ;;
9665   esac
9666   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9667   shlibpath_overrides_runpath=no
9668   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9669   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9670   hardcode_into_libs=yes
9671   ;;
9672
9673 # No shared lib support for Linux oldld, aout, or coff.
9674 linux*oldld* | linux*aout* | linux*coff*)
9675   dynamic_linker=no
9676   ;;
9677
9678 # This must be Linux ELF.
9679 linux* | k*bsd*-gnu)
9680   version_type=linux
9681   need_lib_prefix=no
9682   need_version=no
9683   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9684   soname_spec='${libname}${release}${shared_ext}$major'
9685   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9686   shlibpath_var=LD_LIBRARY_PATH
9687   shlibpath_overrides_runpath=no
9688   # Some binutils ld are patched to set DT_RUNPATH
9689   save_LDFLAGS=$LDFLAGS
9690   save_libdir=$libdir
9691   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9692        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9693   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9694 /* end confdefs.h.  */
9695
9696 int
9697 main ()
9698 {
9699
9700   ;
9701   return 0;
9702 }
9703 _ACEOF
9704 if ac_fn_c_try_link "$LINENO"; then :
9705   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9706   shlibpath_overrides_runpath=yes
9707 fi
9708 fi
9709 rm -f core conftest.err conftest.$ac_objext \
9710     conftest$ac_exeext conftest.$ac_ext
9711   LDFLAGS=$save_LDFLAGS
9712   libdir=$save_libdir
9713
9714   # This implies no fast_install, which is unacceptable.
9715   # Some rework will be needed to allow for fast_install
9716   # before this can be enabled.
9717   hardcode_into_libs=yes
9718
9719   # Add ABI-specific directories to the system library path.
9720   sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
9721
9722   # Append ld.so.conf contents to the search path
9723   if test -f /etc/ld.so.conf; then
9724     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' ' '`
9725     sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
9726   fi
9727
9728   # We used to test for /lib/ld.so.1 and disable shared libraries on
9729   # powerpc, because MkLinux only supported shared libraries with the
9730   # GNU dynamic linker.  Since this was broken with cross compilers,
9731   # most powerpc-linux boxes support dynamic linking these days and
9732   # people can always --disable-shared, the test was removed, and we
9733   # assume the GNU/Linux dynamic linker is in use.
9734   dynamic_linker='GNU/Linux ld.so'
9735   ;;
9736
9737 netbsd*)
9738   version_type=sunos
9739   need_lib_prefix=no
9740   need_version=no
9741   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9742     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9743     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9744     dynamic_linker='NetBSD (a.out) ld.so'
9745   else
9746     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9747     soname_spec='${libname}${release}${shared_ext}$major'
9748     dynamic_linker='NetBSD ld.elf_so'
9749   fi
9750   shlibpath_var=LD_LIBRARY_PATH
9751   shlibpath_overrides_runpath=yes
9752   hardcode_into_libs=yes
9753   ;;
9754
9755 newsos6)
9756   version_type=linux
9757   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9758   shlibpath_var=LD_LIBRARY_PATH
9759   shlibpath_overrides_runpath=yes
9760   ;;
9761
9762 *nto* | *qnx*)
9763   version_type=qnx
9764   need_lib_prefix=no
9765   need_version=no
9766   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9767   soname_spec='${libname}${release}${shared_ext}$major'
9768   shlibpath_var=LD_LIBRARY_PATH
9769   shlibpath_overrides_runpath=no
9770   hardcode_into_libs=yes
9771   dynamic_linker='ldqnx.so'
9772   ;;
9773
9774 openbsd*)
9775   version_type=sunos
9776   sys_lib_dlsearch_path_spec="/usr/lib"
9777   need_lib_prefix=no
9778   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9779   case $host_os in
9780     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
9781     *)                          need_version=no  ;;
9782   esac
9783   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9784   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9785   shlibpath_var=LD_LIBRARY_PATH
9786   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9787     case $host_os in
9788       openbsd2.[89] | openbsd2.[89].*)
9789         shlibpath_overrides_runpath=no
9790         ;;
9791       *)
9792         shlibpath_overrides_runpath=yes
9793         ;;
9794       esac
9795   else
9796     shlibpath_overrides_runpath=yes
9797   fi
9798   ;;
9799
9800 os2*)
9801   libname_spec='$name'
9802   shrext_cmds=".dll"
9803   need_lib_prefix=no
9804   library_names_spec='$libname${shared_ext} $libname.a'
9805   dynamic_linker='OS/2 ld.exe'
9806   shlibpath_var=LIBPATH
9807   ;;
9808
9809 osf3* | osf4* | osf5*)
9810   version_type=osf
9811   need_lib_prefix=no
9812   need_version=no
9813   soname_spec='${libname}${release}${shared_ext}$major'
9814   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9815   shlibpath_var=LD_LIBRARY_PATH
9816   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9817   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9818   ;;
9819
9820 rdos*)
9821   dynamic_linker=no
9822   ;;
9823
9824 solaris*)
9825   version_type=linux
9826   need_lib_prefix=no
9827   need_version=no
9828   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9829   soname_spec='${libname}${release}${shared_ext}$major'
9830   shlibpath_var=LD_LIBRARY_PATH
9831   shlibpath_overrides_runpath=yes
9832   hardcode_into_libs=yes
9833   # ldd complains unless libraries are executable
9834   postinstall_cmds='chmod +x $lib'
9835   ;;
9836
9837 sunos4*)
9838   version_type=sunos
9839   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9840   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9841   shlibpath_var=LD_LIBRARY_PATH
9842   shlibpath_overrides_runpath=yes
9843   if test "$with_gnu_ld" = yes; then
9844     need_lib_prefix=no
9845   fi
9846   need_version=yes
9847   ;;
9848
9849 sysv4 | sysv4.3*)
9850   version_type=linux
9851   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9852   soname_spec='${libname}${release}${shared_ext}$major'
9853   shlibpath_var=LD_LIBRARY_PATH
9854   case $host_vendor in
9855     sni)
9856       shlibpath_overrides_runpath=no
9857       need_lib_prefix=no
9858       runpath_var=LD_RUN_PATH
9859       ;;
9860     siemens)
9861       need_lib_prefix=no
9862       ;;
9863     motorola)
9864       need_lib_prefix=no
9865       need_version=no
9866       shlibpath_overrides_runpath=no
9867       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
9868       ;;
9869   esac
9870   ;;
9871
9872 sysv4*MP*)
9873   if test -d /usr/nec ;then
9874     version_type=linux
9875     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9876     soname_spec='$libname${shared_ext}.$major'
9877     shlibpath_var=LD_LIBRARY_PATH
9878   fi
9879   ;;
9880
9881 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
9882   version_type=freebsd-elf
9883   need_lib_prefix=no
9884   need_version=no
9885   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9886   soname_spec='${libname}${release}${shared_ext}$major'
9887   shlibpath_var=LD_LIBRARY_PATH
9888   shlibpath_overrides_runpath=yes
9889   hardcode_into_libs=yes
9890   if test "$with_gnu_ld" = yes; then
9891     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9892   else
9893     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
9894     case $host_os in
9895       sco3.2v5*)
9896         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
9897         ;;
9898     esac
9899   fi
9900   sys_lib_dlsearch_path_spec='/usr/lib'
9901   ;;
9902
9903 tpf*)
9904   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
9905   version_type=linux
9906   need_lib_prefix=no
9907   need_version=no
9908   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9909   shlibpath_var=LD_LIBRARY_PATH
9910   shlibpath_overrides_runpath=no
9911   hardcode_into_libs=yes
9912   ;;
9913
9914 uts4*)
9915   version_type=linux
9916   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9917   soname_spec='${libname}${release}${shared_ext}$major'
9918   shlibpath_var=LD_LIBRARY_PATH
9919   ;;
9920
9921 *)
9922   dynamic_linker=no
9923   ;;
9924 esac
9925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
9926 $as_echo "$dynamic_linker" >&6; }
9927 test "$dynamic_linker" = no && can_build_shared=no
9928
9929 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9930 if test "$GCC" = yes; then
9931   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9932 fi
9933
9934 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9935   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
9936 fi
9937 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9938   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
9939 fi
9940
9941
9942
9943
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10028 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10029 hardcode_action=
10030 if test -n "$hardcode_libdir_flag_spec" ||
10031    test -n "$runpath_var" ||
10032    test "X$hardcode_automatic" = "Xyes" ; then
10033
10034   # We can hardcode non-existent directories.
10035   if test "$hardcode_direct" != no &&
10036      # If the only mechanism to avoid hardcoding is shlibpath_var, we
10037      # have to relink, otherwise we might link with an installed library
10038      # when we should be linking with a yet-to-be-installed one
10039      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10040      test "$hardcode_minus_L" != no; then
10041     # Linking always hardcodes the temporary library directory.
10042     hardcode_action=relink
10043   else
10044     # We can link without hardcoding, and we can hardcode nonexisting dirs.
10045     hardcode_action=immediate
10046   fi
10047 else
10048   # We cannot hardcode anything, or else we can only hardcode existing
10049   # directories.
10050   hardcode_action=unsupported
10051 fi
10052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10053 $as_echo "$hardcode_action" >&6; }
10054
10055 if test "$hardcode_action" = relink ||
10056    test "$inherit_rpath" = yes; then
10057   # Fast installation is not supported
10058   enable_fast_install=no
10059 elif test "$shlibpath_overrides_runpath" = yes ||
10060      test "$enable_shared" = no; then
10061   # Fast installation is not necessary
10062   enable_fast_install=needless
10063 fi
10064
10065
10066
10067
10068
10069
10070   if test "x$enable_dlopen" != xyes; then
10071   enable_dlopen=unknown
10072   enable_dlopen_self=unknown
10073   enable_dlopen_self_static=unknown
10074 else
10075   lt_cv_dlopen=no
10076   lt_cv_dlopen_libs=
10077
10078   case $host_os in
10079   beos*)
10080     lt_cv_dlopen="load_add_on"
10081     lt_cv_dlopen_libs=
10082     lt_cv_dlopen_self=yes
10083     ;;
10084
10085   mingw* | pw32* | cegcc*)
10086     lt_cv_dlopen="LoadLibrary"
10087     lt_cv_dlopen_libs=
10088     ;;
10089
10090   cygwin*)
10091     lt_cv_dlopen="dlopen"
10092     lt_cv_dlopen_libs=
10093     ;;
10094
10095   darwin*)
10096   # if libdl is installed we need to link against it
10097     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10098 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10099 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10100   $as_echo_n "(cached) " >&6
10101 else
10102   ac_check_lib_save_LIBS=$LIBS
10103 LIBS="-ldl  $LIBS"
10104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10105 /* end confdefs.h.  */
10106
10107 /* Override any GCC internal prototype to avoid an error.
10108    Use char because int might match the return type of a GCC
10109    builtin and then its argument prototype would still apply.  */
10110 #ifdef __cplusplus
10111 extern "C"
10112 #endif
10113 char dlopen ();
10114 int
10115 main ()
10116 {
10117 return dlopen ();
10118   ;
10119   return 0;
10120 }
10121 _ACEOF
10122 if ac_fn_c_try_link "$LINENO"; then :
10123   ac_cv_lib_dl_dlopen=yes
10124 else
10125   ac_cv_lib_dl_dlopen=no
10126 fi
10127 rm -f core conftest.err conftest.$ac_objext \
10128     conftest$ac_exeext conftest.$ac_ext
10129 LIBS=$ac_check_lib_save_LIBS
10130 fi
10131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10132 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10133 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10134   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10135 else
10136
10137     lt_cv_dlopen="dyld"
10138     lt_cv_dlopen_libs=
10139     lt_cv_dlopen_self=yes
10140
10141 fi
10142
10143     ;;
10144
10145   *)
10146     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10147 if test "x$ac_cv_func_shl_load" = x""yes; then :
10148   lt_cv_dlopen="shl_load"
10149 else
10150   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10151 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10152 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10153   $as_echo_n "(cached) " >&6
10154 else
10155   ac_check_lib_save_LIBS=$LIBS
10156 LIBS="-ldld  $LIBS"
10157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10158 /* end confdefs.h.  */
10159
10160 /* Override any GCC internal prototype to avoid an error.
10161    Use char because int might match the return type of a GCC
10162    builtin and then its argument prototype would still apply.  */
10163 #ifdef __cplusplus
10164 extern "C"
10165 #endif
10166 char shl_load ();
10167 int
10168 main ()
10169 {
10170 return shl_load ();
10171   ;
10172   return 0;
10173 }
10174 _ACEOF
10175 if ac_fn_c_try_link "$LINENO"; then :
10176   ac_cv_lib_dld_shl_load=yes
10177 else
10178   ac_cv_lib_dld_shl_load=no
10179 fi
10180 rm -f core conftest.err conftest.$ac_objext \
10181     conftest$ac_exeext conftest.$ac_ext
10182 LIBS=$ac_check_lib_save_LIBS
10183 fi
10184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10185 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10186 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10187   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10188 else
10189   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10190 if test "x$ac_cv_func_dlopen" = x""yes; then :
10191   lt_cv_dlopen="dlopen"
10192 else
10193   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10194 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10195 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10196   $as_echo_n "(cached) " >&6
10197 else
10198   ac_check_lib_save_LIBS=$LIBS
10199 LIBS="-ldl  $LIBS"
10200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10201 /* end confdefs.h.  */
10202
10203 /* Override any GCC internal prototype to avoid an error.
10204    Use char because int might match the return type of a GCC
10205    builtin and then its argument prototype would still apply.  */
10206 #ifdef __cplusplus
10207 extern "C"
10208 #endif
10209 char dlopen ();
10210 int
10211 main ()
10212 {
10213 return dlopen ();
10214   ;
10215   return 0;
10216 }
10217 _ACEOF
10218 if ac_fn_c_try_link "$LINENO"; then :
10219   ac_cv_lib_dl_dlopen=yes
10220 else
10221   ac_cv_lib_dl_dlopen=no
10222 fi
10223 rm -f core conftest.err conftest.$ac_objext \
10224     conftest$ac_exeext conftest.$ac_ext
10225 LIBS=$ac_check_lib_save_LIBS
10226 fi
10227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10228 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10229 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10230   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10231 else
10232   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10233 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10234 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10235   $as_echo_n "(cached) " >&6
10236 else
10237   ac_check_lib_save_LIBS=$LIBS
10238 LIBS="-lsvld  $LIBS"
10239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10240 /* end confdefs.h.  */
10241
10242 /* Override any GCC internal prototype to avoid an error.
10243    Use char because int might match the return type of a GCC
10244    builtin and then its argument prototype would still apply.  */
10245 #ifdef __cplusplus
10246 extern "C"
10247 #endif
10248 char dlopen ();
10249 int
10250 main ()
10251 {
10252 return dlopen ();
10253   ;
10254   return 0;
10255 }
10256 _ACEOF
10257 if ac_fn_c_try_link "$LINENO"; then :
10258   ac_cv_lib_svld_dlopen=yes
10259 else
10260   ac_cv_lib_svld_dlopen=no
10261 fi
10262 rm -f core conftest.err conftest.$ac_objext \
10263     conftest$ac_exeext conftest.$ac_ext
10264 LIBS=$ac_check_lib_save_LIBS
10265 fi
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10267 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10268 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10269   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10270 else
10271   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10272 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10273 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10274   $as_echo_n "(cached) " >&6
10275 else
10276   ac_check_lib_save_LIBS=$LIBS
10277 LIBS="-ldld  $LIBS"
10278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10279 /* end confdefs.h.  */
10280
10281 /* Override any GCC internal prototype to avoid an error.
10282    Use char because int might match the return type of a GCC
10283    builtin and then its argument prototype would still apply.  */
10284 #ifdef __cplusplus
10285 extern "C"
10286 #endif
10287 char dld_link ();
10288 int
10289 main ()
10290 {
10291 return dld_link ();
10292   ;
10293   return 0;
10294 }
10295 _ACEOF
10296 if ac_fn_c_try_link "$LINENO"; then :
10297   ac_cv_lib_dld_dld_link=yes
10298 else
10299   ac_cv_lib_dld_dld_link=no
10300 fi
10301 rm -f core conftest.err conftest.$ac_objext \
10302     conftest$ac_exeext conftest.$ac_ext
10303 LIBS=$ac_check_lib_save_LIBS
10304 fi
10305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10306 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10307 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10308   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10309 fi
10310
10311
10312 fi
10313
10314
10315 fi
10316
10317
10318 fi
10319
10320
10321 fi
10322
10323
10324 fi
10325
10326     ;;
10327   esac
10328
10329   if test "x$lt_cv_dlopen" != xno; then
10330     enable_dlopen=yes
10331   else
10332     enable_dlopen=no
10333   fi
10334
10335   case $lt_cv_dlopen in
10336   dlopen)
10337     save_CPPFLAGS="$CPPFLAGS"
10338     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10339
10340     save_LDFLAGS="$LDFLAGS"
10341     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10342
10343     save_LIBS="$LIBS"
10344     LIBS="$lt_cv_dlopen_libs $LIBS"
10345
10346     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10347 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10348 if test "${lt_cv_dlopen_self+set}" = set; then :
10349   $as_echo_n "(cached) " >&6
10350 else
10351           if test "$cross_compiling" = yes; then :
10352   lt_cv_dlopen_self=cross
10353 else
10354   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10355   lt_status=$lt_dlunknown
10356   cat > conftest.$ac_ext <<_LT_EOF
10357 #line 10357 "configure"
10358 #include "confdefs.h"
10359
10360 #if HAVE_DLFCN_H
10361 #include <dlfcn.h>
10362 #endif
10363
10364 #include <stdio.h>
10365
10366 #ifdef RTLD_GLOBAL
10367 #  define LT_DLGLOBAL           RTLD_GLOBAL
10368 #else
10369 #  ifdef DL_GLOBAL
10370 #    define LT_DLGLOBAL         DL_GLOBAL
10371 #  else
10372 #    define LT_DLGLOBAL         0
10373 #  endif
10374 #endif
10375
10376 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10377    find out it does not work in some platform. */
10378 #ifndef LT_DLLAZY_OR_NOW
10379 #  ifdef RTLD_LAZY
10380 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10381 #  else
10382 #    ifdef DL_LAZY
10383 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10384 #    else
10385 #      ifdef RTLD_NOW
10386 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10387 #      else
10388 #        ifdef DL_NOW
10389 #          define LT_DLLAZY_OR_NOW      DL_NOW
10390 #        else
10391 #          define LT_DLLAZY_OR_NOW      0
10392 #        endif
10393 #      endif
10394 #    endif
10395 #  endif
10396 #endif
10397
10398 void fnord() { int i=42;}
10399 int main ()
10400 {
10401   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10402   int status = $lt_dlunknown;
10403
10404   if (self)
10405     {
10406       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10407       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10408       /* dlclose (self); */
10409     }
10410   else
10411     puts (dlerror ());
10412
10413   return status;
10414 }
10415 _LT_EOF
10416   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10417   (eval $ac_link) 2>&5
10418   ac_status=$?
10419   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10420   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10421     (./conftest; exit; ) >&5 2>/dev/null
10422     lt_status=$?
10423     case x$lt_status in
10424       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10425       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10426       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10427     esac
10428   else :
10429     # compilation failed
10430     lt_cv_dlopen_self=no
10431   fi
10432 fi
10433 rm -fr conftest*
10434
10435
10436 fi
10437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10438 $as_echo "$lt_cv_dlopen_self" >&6; }
10439
10440     if test "x$lt_cv_dlopen_self" = xyes; then
10441       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10442       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10443 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10444 if test "${lt_cv_dlopen_self_static+set}" = set; then :
10445   $as_echo_n "(cached) " >&6
10446 else
10447           if test "$cross_compiling" = yes; then :
10448   lt_cv_dlopen_self_static=cross
10449 else
10450   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10451   lt_status=$lt_dlunknown
10452   cat > conftest.$ac_ext <<_LT_EOF
10453 #line 10453 "configure"
10454 #include "confdefs.h"
10455
10456 #if HAVE_DLFCN_H
10457 #include <dlfcn.h>
10458 #endif
10459
10460 #include <stdio.h>
10461
10462 #ifdef RTLD_GLOBAL
10463 #  define LT_DLGLOBAL           RTLD_GLOBAL
10464 #else
10465 #  ifdef DL_GLOBAL
10466 #    define LT_DLGLOBAL         DL_GLOBAL
10467 #  else
10468 #    define LT_DLGLOBAL         0
10469 #  endif
10470 #endif
10471
10472 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10473    find out it does not work in some platform. */
10474 #ifndef LT_DLLAZY_OR_NOW
10475 #  ifdef RTLD_LAZY
10476 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10477 #  else
10478 #    ifdef DL_LAZY
10479 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10480 #    else
10481 #      ifdef RTLD_NOW
10482 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10483 #      else
10484 #        ifdef DL_NOW
10485 #          define LT_DLLAZY_OR_NOW      DL_NOW
10486 #        else
10487 #          define LT_DLLAZY_OR_NOW      0
10488 #        endif
10489 #      endif
10490 #    endif
10491 #  endif
10492 #endif
10493
10494 void fnord() { int i=42;}
10495 int main ()
10496 {
10497   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10498   int status = $lt_dlunknown;
10499
10500   if (self)
10501     {
10502       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10503       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10504       /* dlclose (self); */
10505     }
10506   else
10507     puts (dlerror ());
10508
10509   return status;
10510 }
10511 _LT_EOF
10512   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10513   (eval $ac_link) 2>&5
10514   ac_status=$?
10515   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10516   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10517     (./conftest; exit; ) >&5 2>/dev/null
10518     lt_status=$?
10519     case x$lt_status in
10520       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10521       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10522       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10523     esac
10524   else :
10525     # compilation failed
10526     lt_cv_dlopen_self_static=no
10527   fi
10528 fi
10529 rm -fr conftest*
10530
10531
10532 fi
10533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10534 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10535     fi
10536
10537     CPPFLAGS="$save_CPPFLAGS"
10538     LDFLAGS="$save_LDFLAGS"
10539     LIBS="$save_LIBS"
10540     ;;
10541   esac
10542
10543   case $lt_cv_dlopen_self in
10544   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10545   *) enable_dlopen_self=unknown ;;
10546   esac
10547
10548   case $lt_cv_dlopen_self_static in
10549   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10550   *) enable_dlopen_self_static=unknown ;;
10551   esac
10552 fi
10553
10554
10555
10556
10557
10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570 striplib=
10571 old_striplib=
10572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10573 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10574 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10575   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10576   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10577   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10578 $as_echo "yes" >&6; }
10579 else
10580 # FIXME - insert some real tests, host_os isn't really good enough
10581   case $host_os in
10582   darwin*)
10583     if test -n "$STRIP" ; then
10584       striplib="$STRIP -x"
10585       old_striplib="$STRIP -S"
10586       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10587 $as_echo "yes" >&6; }
10588     else
10589       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10590 $as_echo "no" >&6; }
10591     fi
10592     ;;
10593   *)
10594     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10595 $as_echo "no" >&6; }
10596     ;;
10597   esac
10598 fi
10599
10600
10601
10602
10603
10604
10605
10606
10607
10608
10609
10610
10611   # Report which library types will actually be built
10612   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10613 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10614   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10615 $as_echo "$can_build_shared" >&6; }
10616
10617   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10618 $as_echo_n "checking whether to build shared libraries... " >&6; }
10619   test "$can_build_shared" = "no" && enable_shared=no
10620
10621   # On AIX, shared libraries and static libraries use the same namespace, and
10622   # are all built from PIC.
10623   case $host_os in
10624   aix3*)
10625     test "$enable_shared" = yes && enable_static=no
10626     if test -n "$RANLIB"; then
10627       archive_cmds="$archive_cmds~\$RANLIB \$lib"
10628       postinstall_cmds='$RANLIB $lib'
10629     fi
10630     ;;
10631
10632   aix[4-9]*)
10633     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10634       test "$enable_shared" = yes && enable_static=no
10635     fi
10636     ;;
10637   esac
10638   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10639 $as_echo "$enable_shared" >&6; }
10640
10641   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10642 $as_echo_n "checking whether to build static libraries... " >&6; }
10643   # Make sure either enable_shared or enable_static is yes.
10644   test "$enable_shared" = yes || enable_static=yes
10645   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10646 $as_echo "$enable_static" >&6; }
10647
10648
10649
10650
10651 fi
10652 ac_ext=c
10653 ac_cpp='$CPP $CPPFLAGS'
10654 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10655 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10656 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10657
10658 CC="$lt_save_CC"
10659
10660
10661
10662
10663
10664
10665
10666
10667
10668
10669
10670
10671
10672         ac_config_commands="$ac_config_commands libtool"
10673
10674
10675
10676
10677 # Only expand once:
10678
10679
10680  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
10681 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
10682 if test "${ac_cv_c_bigendian+set}" = set; then :
10683   $as_echo_n "(cached) " >&6
10684 else
10685   ac_cv_c_bigendian=unknown
10686     # See if we're dealing with a universal compiler.
10687     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10688 /* end confdefs.h.  */
10689 #ifndef __APPLE_CC__
10690                not a universal capable compiler
10691              #endif
10692              typedef int dummy;
10693
10694 _ACEOF
10695 if ac_fn_c_try_compile "$LINENO"; then :
10696
10697         # Check for potential -arch flags.  It is not universal unless
10698         # there are at least two -arch flags with different values.
10699         ac_arch=
10700         ac_prev=
10701         for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
10702          if test -n "$ac_prev"; then
10703            case $ac_word in
10704              i?86 | x86_64 | ppc | ppc64)
10705                if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
10706                  ac_arch=$ac_word
10707                else
10708                  ac_cv_c_bigendian=universal
10709                  break
10710                fi
10711                ;;
10712            esac
10713            ac_prev=
10714          elif test "x$ac_word" = "x-arch"; then
10715            ac_prev=arch
10716          fi
10717        done
10718 fi
10719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10720     if test $ac_cv_c_bigendian = unknown; then
10721       # See if sys/param.h defines the BYTE_ORDER macro.
10722       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10723 /* end confdefs.h.  */
10724 #include <sys/types.h>
10725              #include <sys/param.h>
10726
10727 int
10728 main ()
10729 {
10730 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
10731                      && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
10732                      && LITTLE_ENDIAN)
10733               bogus endian macros
10734              #endif
10735
10736   ;
10737   return 0;
10738 }
10739 _ACEOF
10740 if ac_fn_c_try_compile "$LINENO"; then :
10741   # It does; now see whether it defined to BIG_ENDIAN or not.
10742          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10743 /* end confdefs.h.  */
10744 #include <sys/types.h>
10745                 #include <sys/param.h>
10746
10747 int
10748 main ()
10749 {
10750 #if BYTE_ORDER != BIG_ENDIAN
10751                  not big endian
10752                 #endif
10753
10754   ;
10755   return 0;
10756 }
10757 _ACEOF
10758 if ac_fn_c_try_compile "$LINENO"; then :
10759   ac_cv_c_bigendian=yes
10760 else
10761   ac_cv_c_bigendian=no
10762 fi
10763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10764 fi
10765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10766     fi
10767     if test $ac_cv_c_bigendian = unknown; then
10768       # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
10769       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10770 /* end confdefs.h.  */
10771 #include <limits.h>
10772
10773 int
10774 main ()
10775 {
10776 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
10777               bogus endian macros
10778              #endif
10779
10780   ;
10781   return 0;
10782 }
10783 _ACEOF
10784 if ac_fn_c_try_compile "$LINENO"; then :
10785   # It does; now see whether it defined to _BIG_ENDIAN or not.
10786          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10787 /* end confdefs.h.  */
10788 #include <limits.h>
10789
10790 int
10791 main ()
10792 {
10793 #ifndef _BIG_ENDIAN
10794                  not big endian
10795                 #endif
10796
10797   ;
10798   return 0;
10799 }
10800 _ACEOF
10801 if ac_fn_c_try_compile "$LINENO"; then :
10802   ac_cv_c_bigendian=yes
10803 else
10804   ac_cv_c_bigendian=no
10805 fi
10806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10807 fi
10808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10809     fi
10810     if test $ac_cv_c_bigendian = unknown; then
10811       # Compile a test program.
10812       if test "$cross_compiling" = yes; then :
10813   # Try to guess by grepping values from an object file.
10814          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10815 /* end confdefs.h.  */
10816 short int ascii_mm[] =
10817                   { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
10818                 short int ascii_ii[] =
10819                   { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
10820                 int use_ascii (int i) {
10821                   return ascii_mm[i] + ascii_ii[i];
10822                 }
10823                 short int ebcdic_ii[] =
10824                   { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
10825                 short int ebcdic_mm[] =
10826                   { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
10827                 int use_ebcdic (int i) {
10828                   return ebcdic_mm[i] + ebcdic_ii[i];
10829                 }
10830                 extern int foo;
10831
10832 int
10833 main ()
10834 {
10835 return use_ascii (foo) == use_ebcdic (foo);
10836   ;
10837   return 0;
10838 }
10839 _ACEOF
10840 if ac_fn_c_try_compile "$LINENO"; then :
10841   if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
10842               ac_cv_c_bigendian=yes
10843             fi
10844             if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
10845               if test "$ac_cv_c_bigendian" = unknown; then
10846                 ac_cv_c_bigendian=no
10847               else
10848                 # finding both strings is unlikely to happen, but who knows?
10849                 ac_cv_c_bigendian=unknown
10850               fi
10851             fi
10852 fi
10853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10854 else
10855   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10856 /* end confdefs.h.  */
10857 $ac_includes_default
10858 int
10859 main ()
10860 {
10861
10862              /* Are we little or big endian?  From Harbison&Steele.  */
10863              union
10864              {
10865                long int l;
10866                char c[sizeof (long int)];
10867              } u;
10868              u.l = 1;
10869              return u.c[sizeof (long int) - 1] == 1;
10870
10871   ;
10872   return 0;
10873 }
10874 _ACEOF
10875 if ac_fn_c_try_run "$LINENO"; then :
10876   ac_cv_c_bigendian=no
10877 else
10878   ac_cv_c_bigendian=yes
10879 fi
10880 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10881   conftest.$ac_objext conftest.beam conftest.$ac_ext
10882 fi
10883
10884     fi
10885 fi
10886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
10887 $as_echo "$ac_cv_c_bigendian" >&6; }
10888  case $ac_cv_c_bigendian in #(
10889    yes)
10890      $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
10891 ;; #(
10892    no)
10893       ;; #(
10894    universal)
10895
10896 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
10897
10898      ;; #(
10899    *)
10900      as_fn_error "unknown endianness
10901  presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
10902  esac
10903
10904 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
10905 if test "x$ac_cv_type_long_long" = x""yes; then :
10906
10907 cat >>confdefs.h <<_ACEOF
10908 #define HAVE_LONG_LONG 1
10909 _ACEOF
10910
10911
10912 fi
10913
10914 # The cast to long int works around a bug in the HP C Compiler
10915 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
10916 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
10917 # This bug is HP SR number 8606223364.
10918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
10919 $as_echo_n "checking size of long long... " >&6; }
10920 if test "${ac_cv_sizeof_long_long+set}" = set; then :
10921   $as_echo_n "(cached) " >&6
10922 else
10923   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long"        "$ac_includes_default"; then :
10924
10925 else
10926   if test "$ac_cv_type_long_long" = yes; then
10927      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10928 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10929 { as_fn_set_status 77
10930 as_fn_error "cannot compute sizeof (long long)
10931 See \`config.log' for more details." "$LINENO" 5; }; }
10932    else
10933      ac_cv_sizeof_long_long=0
10934    fi
10935 fi
10936
10937 fi
10938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
10939 $as_echo "$ac_cv_sizeof_long_long" >&6; }
10940
10941
10942
10943 cat >>confdefs.h <<_ACEOF
10944 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10945 _ACEOF
10946
10947
10948 for ac_func in dup2
10949 do :
10950   ac_fn_c_check_func "$LINENO" "dup2" "ac_cv_func_dup2"
10951 if test "x$ac_cv_func_dup2" = x""yes; then :
10952   cat >>confdefs.h <<_ACEOF
10953 #define HAVE_DUP2 1
10954 _ACEOF
10955
10956 fi
10957 done
10958
10959
10960 # Extract the first word of "pkg-config", so it can be a program name with args.
10961 set dummy pkg-config; ac_word=$2
10962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10963 $as_echo_n "checking for $ac_word... " >&6; }
10964 if test "${ac_cv_prog_HAVE_PKGCONFIG+set}" = set; then :
10965   $as_echo_n "(cached) " >&6
10966 else
10967   if test -n "$HAVE_PKGCONFIG"; then
10968   ac_cv_prog_HAVE_PKGCONFIG="$HAVE_PKGCONFIG" # Let the user override the test.
10969 else
10970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10971 for as_dir in $PATH
10972 do
10973   IFS=$as_save_IFS
10974   test -z "$as_dir" && as_dir=.
10975     for ac_exec_ext in '' $ac_executable_extensions; do
10976   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10977     ac_cv_prog_HAVE_PKGCONFIG="yes"
10978     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10979     break 2
10980   fi
10981 done
10982   done
10983 IFS=$as_save_IFS
10984
10985   test -z "$ac_cv_prog_HAVE_PKGCONFIG" && ac_cv_prog_HAVE_PKGCONFIG="no"
10986 fi
10987 fi
10988 HAVE_PKGCONFIG=$ac_cv_prog_HAVE_PKGCONFIG
10989 if test -n "$HAVE_PKGCONFIG"; then
10990   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_PKGCONFIG" >&5
10991 $as_echo "$HAVE_PKGCONFIG" >&6; }
10992 else
10993   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10994 $as_echo "no" >&6; }
10995 fi
10996
10997
10998
10999 # Extract the first word of "doxygen", so it can be a program name with args.
11000 set dummy doxygen; ac_word=$2
11001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11002 $as_echo_n "checking for $ac_word... " >&6; }
11003 if test "${ac_cv_prog_HAVE_DOXYGEN+set}" = set; then :
11004   $as_echo_n "(cached) " >&6
11005 else
11006   if test -n "$HAVE_DOXYGEN"; then
11007   ac_cv_prog_HAVE_DOXYGEN="$HAVE_DOXYGEN" # Let the user override the test.
11008 else
11009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11010 for as_dir in $PATH
11011 do
11012   IFS=$as_save_IFS
11013   test -z "$as_dir" && as_dir=.
11014     for ac_exec_ext in '' $ac_executable_extensions; do
11015   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11016     ac_cv_prog_HAVE_DOXYGEN="yes"
11017     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11018     break 2
11019   fi
11020 done
11021   done
11022 IFS=$as_save_IFS
11023
11024   test -z "$ac_cv_prog_HAVE_DOXYGEN" && ac_cv_prog_HAVE_DOXYGEN="no"
11025 fi
11026 fi
11027 HAVE_DOXYGEN=$ac_cv_prog_HAVE_DOXYGEN
11028 if test -n "$HAVE_DOXYGEN"; then
11029   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_DOXYGEN" >&5
11030 $as_echo "$HAVE_DOXYGEN" >&6; }
11031 else
11032   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11033 $as_echo "no" >&6; }
11034 fi
11035
11036
11037  if test "x$HAVE_DOXYGEN" = "xyes"; then
11038   BUILD_DOXYGEN_TRUE=
11039   BUILD_DOXYGEN_FALSE='#'
11040 else
11041   BUILD_DOXYGEN_TRUE='#'
11042   BUILD_DOXYGEN_FALSE=
11043 fi
11044
11045
11046 use_python=true
11047 PYTHON=python
11048
11049 # Check whether --with-python was given.
11050 if test "${with_python+set}" = set; then :
11051   withval=$with_python;
11052 if test x$withval = xno; then
11053    use_python=false
11054    PYTHON=bogus
11055 elif test x$withval = xyes; then
11056    # No specific python binary was given, so check for it in PATH
11057    use_python=true
11058    PYTHON=python
11059 else
11060    # A python was given, assume it is in the user's PATH or is fully qualified
11061    use_python=true
11062    PYTHON="$withval"
11063    PYTHON_CONFIG="$withval"-config
11064 fi
11065
11066 fi
11067
11068 if test "x$use_python" = xtrue -a "x$PYTHON" = xpython; then
11069    # Extract the first word of "python", so it can be a program name with args.
11070 set dummy python; ac_word=$2
11071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11072 $as_echo_n "checking for $ac_word... " >&6; }
11073 if test "${ac_cv_path_PYTHON+set}" = set; then :
11074   $as_echo_n "(cached) " >&6
11075 else
11076   case $PYTHON in
11077   [\\/]* | ?:[\\/]*)
11078   ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
11079   ;;
11080   *)
11081   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11082 for as_dir in $PATH
11083 do
11084   IFS=$as_save_IFS
11085   test -z "$as_dir" && as_dir=.
11086     for ac_exec_ext in '' $ac_executable_extensions; do
11087   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11088     ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
11089     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11090     break 2
11091   fi
11092 done
11093   done
11094 IFS=$as_save_IFS
11095
11096   test -z "$ac_cv_path_PYTHON" && ac_cv_path_PYTHON="bogus"
11097   ;;
11098 esac
11099 fi
11100 PYTHON=$ac_cv_path_PYTHON
11101 if test -n "$PYTHON"; then
11102   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
11103 $as_echo "$PYTHON" >&6; }
11104 else
11105   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11106 $as_echo "no" >&6; }
11107 fi
11108
11109
11110    # Extract the first word of "python-config", so it can be a program name with args.
11111 set dummy python-config; ac_word=$2
11112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11113 $as_echo_n "checking for $ac_word... " >&6; }
11114 if test "${ac_cv_path_PYTHON_CONFIG+set}" = set; then :
11115   $as_echo_n "(cached) " >&6
11116 else
11117   case $PYTHON_CONFIG in
11118   [\\/]* | ?:[\\/]*)
11119   ac_cv_path_PYTHON_CONFIG="$PYTHON_CONFIG" # Let the user override the test with a path.
11120   ;;
11121   *)
11122   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11123 for as_dir in $PATH
11124 do
11125   IFS=$as_save_IFS
11126   test -z "$as_dir" && as_dir=.
11127     for ac_exec_ext in '' $ac_executable_extensions; do
11128   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11129     ac_cv_path_PYTHON_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11130     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11131     break 2
11132   fi
11133 done
11134   done
11135 IFS=$as_save_IFS
11136
11137   test -z "$ac_cv_path_PYTHON_CONFIG" && ac_cv_path_PYTHON_CONFIG="bogus"
11138   ;;
11139 esac
11140 fi
11141 PYTHON_CONFIG=$ac_cv_path_PYTHON_CONFIG
11142 if test -n "$PYTHON_CONFIG"; then
11143   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_CONFIG" >&5
11144 $as_echo "$PYTHON_CONFIG" >&6; }
11145 else
11146   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11147 $as_echo "no" >&6; }
11148 fi
11149
11150
11151 fi
11152 if test "x$use_python" = xtrue -a "x$PYTHON" != xbogus -a "x$PYTHON_CONFIG" != xbogus; then
11153     PYTHON_INCLUDES=`"$PYTHON_CONFIG" --includes`
11154     CPPFLAGS="$CPPFLAGS $PYTHON_INCLUDES"
11155     ac_fn_c_check_header_mongrel "$LINENO" "Python.h" "ac_cv_header_Python_h" "$ac_includes_default"
11156 if test "x$ac_cv_header_Python_h" = x""yes; then :
11157   use_python=true
11158 else
11159   use_python=false
11160 fi
11161
11162
11163 else
11164     use_python=false
11165     PYTHON=bogus
11166 fi
11167 if test "x$use_python" != xtrue ; then
11168     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling python since development headers were not found" >&5
11169 $as_echo "$as_me: WARNING: Disabling python since development headers were not found" >&2;}
11170 fi
11171  if test "x$use_python" = "xtrue"; then
11172   BUILD_PYTHON_TRUE=
11173   BUILD_PYTHON_FALSE='#'
11174 else
11175   BUILD_PYTHON_TRUE='#'
11176   BUILD_PYTHON_FALSE=
11177 fi
11178
11179
11180
11181 if test "x$PYTHON" != "xbogus"; then
11182    # Extract the first word of "cython", so it can be a program name with args.
11183 set dummy cython; ac_word=$2
11184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11185 $as_echo_n "checking for $ac_word... " >&6; }
11186 if test "${ac_cv_prog_HAVE_CYTHON+set}" = set; then :
11187   $as_echo_n "(cached) " >&6
11188 else
11189   if test -n "$HAVE_CYTHON"; then
11190   ac_cv_prog_HAVE_CYTHON="$HAVE_CYTHON" # Let the user override the test.
11191 else
11192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11193 for as_dir in $PATH
11194 do
11195   IFS=$as_save_IFS
11196   test -z "$as_dir" && as_dir=.
11197     for ac_exec_ext in '' $ac_executable_extensions; do
11198   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11199     ac_cv_prog_HAVE_CYTHON="yes"
11200     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11201     break 2
11202   fi
11203 done
11204   done
11205 IFS=$as_save_IFS
11206
11207   test -z "$ac_cv_prog_HAVE_CYTHON" && ac_cv_prog_HAVE_CYTHON="no"
11208 fi
11209 fi
11210 HAVE_CYTHON=$ac_cv_prog_HAVE_CYTHON
11211 if test -n "$HAVE_CYTHON"; then
11212   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_CYTHON" >&5
11213 $as_echo "$HAVE_CYTHON" >&6; }
11214 else
11215   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11216 $as_echo "no" >&6; }
11217 fi
11218
11219
11220 fi
11221  if test "x$HAVE_CYTHON" = "xyes"; then
11222   BUILD_CYTHON_TRUE=
11223   BUILD_CYTHON_FALSE='#'
11224 else
11225   BUILD_CYTHON_TRUE='#'
11226   BUILD_CYTHON_FALSE=
11227 fi
11228
11229
11230 GST_MAJORMINOR=0.10
11231
11232
11233 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
11234         if test -n "$ac_tool_prefix"; then
11235   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
11236 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
11237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11238 $as_echo_n "checking for $ac_word... " >&6; }
11239 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
11240   $as_echo_n "(cached) " >&6
11241 else
11242   case $PKG_CONFIG in
11243   [\\/]* | ?:[\\/]*)
11244   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
11245   ;;
11246   *)
11247   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11248 for as_dir in $PATH
11249 do
11250   IFS=$as_save_IFS
11251   test -z "$as_dir" && as_dir=.
11252     for ac_exec_ext in '' $ac_executable_extensions; do
11253   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11254     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11255     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11256     break 2
11257   fi
11258 done
11259   done
11260 IFS=$as_save_IFS
11261
11262   ;;
11263 esac
11264 fi
11265 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
11266 if test -n "$PKG_CONFIG"; then
11267   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
11268 $as_echo "$PKG_CONFIG" >&6; }
11269 else
11270   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11271 $as_echo "no" >&6; }
11272 fi
11273
11274
11275 fi
11276 if test -z "$ac_cv_path_PKG_CONFIG"; then
11277   ac_pt_PKG_CONFIG=$PKG_CONFIG
11278   # Extract the first word of "pkg-config", so it can be a program name with args.
11279 set dummy pkg-config; ac_word=$2
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11281 $as_echo_n "checking for $ac_word... " >&6; }
11282 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
11283   $as_echo_n "(cached) " >&6
11284 else
11285   case $ac_pt_PKG_CONFIG in
11286   [\\/]* | ?:[\\/]*)
11287   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
11288   ;;
11289   *)
11290   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11291 for as_dir in $PATH
11292 do
11293   IFS=$as_save_IFS
11294   test -z "$as_dir" && as_dir=.
11295     for ac_exec_ext in '' $ac_executable_extensions; do
11296   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11297     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11298     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11299     break 2
11300   fi
11301 done
11302   done
11303 IFS=$as_save_IFS
11304
11305   ;;
11306 esac
11307 fi
11308 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
11309 if test -n "$ac_pt_PKG_CONFIG"; then
11310   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
11311 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
11312 else
11313   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11314 $as_echo "no" >&6; }
11315 fi
11316
11317   if test "x$ac_pt_PKG_CONFIG" = x; then
11318     PKG_CONFIG=""
11319   else
11320     case $cross_compiling:$ac_tool_warned in
11321 yes:)
11322 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11323 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11324 ac_tool_warned=yes ;;
11325 esac
11326     PKG_CONFIG=$ac_pt_PKG_CONFIG
11327   fi
11328 else
11329   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
11330 fi
11331
11332 fi
11333 if test -n "$PKG_CONFIG"; then
11334         _pkg_min_version=0.9.0
11335         { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
11336 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
11337         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
11338                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11339 $as_echo "yes" >&6; }
11340         else
11341                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11342 $as_echo "no" >&6; }
11343                 PKG_CONFIG=""
11344         fi
11345
11346 fi
11347
11348 pkg_failed=no
11349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GStreamer" >&5
11350 $as_echo_n "checking for GStreamer... " >&6; }
11351
11352 if test -n "$PKG_CONFIG"; then
11353     if test -n "$GStreamer_CFLAGS"; then
11354         pkg_cv_GStreamer_CFLAGS="$GStreamer_CFLAGS"
11355     else
11356         if test -n "$PKG_CONFIG" && \
11357     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_MAJORMINOR >= 0.10.0
11358                        gstreamer-base-\$GST_MAJORMINOR >= 0.10.0
11359                        gstreamer-plugins-base-\$GST_MAJORMINOR >= 0.10.0\""; } >&5
11360   ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_MAJORMINOR >= 0.10.0
11361                        gstreamer-base-$GST_MAJORMINOR >= 0.10.0
11362                        gstreamer-plugins-base-$GST_MAJORMINOR >= 0.10.0") 2>&5
11363   ac_status=$?
11364   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11365   test $ac_status = 0; }; then
11366   pkg_cv_GStreamer_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_MAJORMINOR >= 0.10.0
11367                        gstreamer-base-$GST_MAJORMINOR >= 0.10.0
11368                        gstreamer-plugins-base-$GST_MAJORMINOR >= 0.10.0" 2>/dev/null`
11369 else
11370   pkg_failed=yes
11371 fi
11372     fi
11373 else
11374         pkg_failed=untried
11375 fi
11376 if test -n "$PKG_CONFIG"; then
11377     if test -n "$GStreamer_LIBS"; then
11378         pkg_cv_GStreamer_LIBS="$GStreamer_LIBS"
11379     else
11380         if test -n "$PKG_CONFIG" && \
11381     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_MAJORMINOR >= 0.10.0
11382                        gstreamer-base-\$GST_MAJORMINOR >= 0.10.0
11383                        gstreamer-plugins-base-\$GST_MAJORMINOR >= 0.10.0\""; } >&5
11384   ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_MAJORMINOR >= 0.10.0
11385                        gstreamer-base-$GST_MAJORMINOR >= 0.10.0
11386                        gstreamer-plugins-base-$GST_MAJORMINOR >= 0.10.0") 2>&5
11387   ac_status=$?
11388   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11389   test $ac_status = 0; }; then
11390   pkg_cv_GStreamer_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_MAJORMINOR >= 0.10.0
11391                        gstreamer-base-$GST_MAJORMINOR >= 0.10.0
11392                        gstreamer-plugins-base-$GST_MAJORMINOR >= 0.10.0" 2>/dev/null`
11393 else
11394   pkg_failed=yes
11395 fi
11396     fi
11397 else
11398         pkg_failed=untried
11399 fi
11400
11401
11402
11403 if test $pkg_failed = yes; then
11404
11405 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11406         _pkg_short_errors_supported=yes
11407 else
11408         _pkg_short_errors_supported=no
11409 fi
11410         if test $_pkg_short_errors_supported = yes; then
11411                 GStreamer_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_MAJORMINOR >= 0.10.0
11412                        gstreamer-base-$GST_MAJORMINOR >= 0.10.0
11413                        gstreamer-plugins-base-$GST_MAJORMINOR >= 0.10.0"`
11414         else
11415                 GStreamer_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_MAJORMINOR >= 0.10.0
11416                        gstreamer-base-$GST_MAJORMINOR >= 0.10.0
11417                        gstreamer-plugins-base-$GST_MAJORMINOR >= 0.10.0"`
11418         fi
11419         # Put the nasty error message in config.log where it belongs
11420         echo "$GStreamer_PKG_ERRORS" >&5
11421
11422         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11423 $as_echo "no" >&6; }
11424                 HAVE_GST=no
11425 elif test $pkg_failed = untried; then
11426         HAVE_GST=no
11427 else
11428         GStreamer_CFLAGS=$pkg_cv_GStreamer_CFLAGS
11429         GStreamer_LIBS=$pkg_cv_GStreamer_LIBS
11430         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11431 $as_echo "yes" >&6; }
11432         HAVE_GST=yes
11433 fi
11434  if test x$cross_compiling != xyes && test "x$HAVE_GST" = "xyes"; then
11435   BUILD_GST_TRUE=
11436   BUILD_GST_FALSE='#'
11437 else
11438   BUILD_GST_TRUE='#'
11439   BUILD_GST_FALSE=
11440 fi
11441
11442 GST_CFLAGS="$GStreamer_CFLAGS $GStreamer_ERROR"
11443 GST_LIBS="$GStreamer_LIBS"
11444
11445
11446
11447
11448 if test "x${prefix}" = "x$HOME"; then
11449   plugindir="$HOME/.gstreamer-$GST_MAJORMINOR/plugins"
11450 else
11451   plugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR"
11452 fi
11453
11454
11455 GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex _*\(gst_\|Gst\|GST_\).*'
11456
11457
11458
11459 # Check whether --with-sphinxbase was given.
11460 if test "${with_sphinxbase+set}" = set; then :
11461   withval=$with_sphinxbase; sphinxbase=$withval
11462 fi
11463
11464
11465
11466 # Check whether --with-sphinxbase-build was given.
11467 if test "${with_sphinxbase_build+set}" = set; then :
11468   withval=$with_sphinxbase_build; sphinxbasebuild=$withval
11469 fi
11470
11471
11472
11473 if test x$sphinxbase = x; then
11474    dn=`dirname $0`
11475    case "$dn" in
11476         .)
11477         sbdir="`pwd`/.."
11478         ;;
11479         \\/* | ?:\\/*)
11480         sbdir="$dn/.."
11481         ;;
11482         *)
11483         sbdir="`pwd`/$dn/.."
11484         ;;
11485    esac
11486    # Look for sphinxbase in the parent directory
11487    for sb in "$sbdir/sphinxbase" \
11488           "$sbdir/sphinxbase"*; do
11489        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sphinxbase in $sb" >&5
11490 $as_echo_n "checking for sphinxbase in $sb... " >&6; }
11491        if test -f "$sb/src/libsphinxbase/libsphinxbase.la"; then
11492           sphinxbase="$sb"
11493           { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11494 $as_echo "yes" >&6; }
11495           break
11496        else
11497           { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11498 $as_echo "no" >&6; }
11499        fi
11500    done
11501 fi
11502
11503 if test x$sphinxbase = x || test x$sphinxbase = xauto; then
11504    sphinxbase=
11505    if test "x$HAVE_PKGCONFIG" = "xno"; then
11506       SphinxBase_CFLAGS = "-Iusr/include/sphinxbase -I/usr/local/include/sphinxbase"
11507       SphinxBase_LIBS = "-lsphinxbase"
11508    else
11509
11510 pkg_failed=no
11511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SphinxBase" >&5
11512 $as_echo_n "checking for SphinxBase... " >&6; }
11513
11514 if test -n "$PKG_CONFIG"; then
11515     if test -n "$SphinxBase_CFLAGS"; then
11516         pkg_cv_SphinxBase_CFLAGS="$SphinxBase_CFLAGS"
11517     else
11518         if test -n "$PKG_CONFIG" && \
11519     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sphinxbase\""; } >&5
11520   ($PKG_CONFIG --exists --print-errors "sphinxbase") 2>&5
11521   ac_status=$?
11522   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11523   test $ac_status = 0; }; then
11524   pkg_cv_SphinxBase_CFLAGS=`$PKG_CONFIG --cflags "sphinxbase" 2>/dev/null`
11525 else
11526   pkg_failed=yes
11527 fi
11528     fi
11529 else
11530         pkg_failed=untried
11531 fi
11532 if test -n "$PKG_CONFIG"; then
11533     if test -n "$SphinxBase_LIBS"; then
11534         pkg_cv_SphinxBase_LIBS="$SphinxBase_LIBS"
11535     else
11536         if test -n "$PKG_CONFIG" && \
11537     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sphinxbase\""; } >&5
11538   ($PKG_CONFIG --exists --print-errors "sphinxbase") 2>&5
11539   ac_status=$?
11540   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11541   test $ac_status = 0; }; then
11542   pkg_cv_SphinxBase_LIBS=`$PKG_CONFIG --libs "sphinxbase" 2>/dev/null`
11543 else
11544   pkg_failed=yes
11545 fi
11546     fi
11547 else
11548         pkg_failed=untried
11549 fi
11550
11551
11552
11553 if test $pkg_failed = yes; then
11554
11555 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11556         _pkg_short_errors_supported=yes
11557 else
11558         _pkg_short_errors_supported=no
11559 fi
11560         if test $_pkg_short_errors_supported = yes; then
11561                 SphinxBase_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "sphinxbase"`
11562         else
11563                 SphinxBase_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "sphinxbase"`
11564         fi
11565         # Put the nasty error message in config.log where it belongs
11566         echo "$SphinxBase_PKG_ERRORS" >&5
11567
11568         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11569 $as_echo "no" >&6; }
11570
11571       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11572 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11573 as_fn_error "SphinxBase was not found on your system.
11574 Make sure that you have installed it and that the
11575 PKG_CONFIG_PATH environment variable is set correctly, if
11576 it was installed in a non-standard prefix.
11577 See \`config.log' for more details." "$LINENO" 5; }
11578 elif test $pkg_failed = untried; then
11579
11580       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11581 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11582 as_fn_error "SphinxBase was not found on your system.
11583 Make sure that you have installed it and that the
11584 PKG_CONFIG_PATH environment variable is set correctly, if
11585 it was installed in a non-standard prefix.
11586 See \`config.log' for more details." "$LINENO" 5; }
11587 else
11588         SphinxBase_CFLAGS=$pkg_cv_SphinxBase_CFLAGS
11589         SphinxBase_LIBS=$pkg_cv_SphinxBase_LIBS
11590         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11591 $as_echo "yes" >&6; }
11592         :
11593 fi
11594    fi
11595    LIBS="$LIBS $SphinxBase_LIBS"
11596    CPPFLAGS="$CPPFLAGS $SphinxBase_CFLAGS"
11597    ac_fn_c_check_header_mongrel "$LINENO" "sphinx_config.h" "ac_cv_header_sphinx_config_h" "$ac_includes_default"
11598 if test "x$ac_cv_header_sphinx_config_h" = x""yes; then :
11599
11600 else
11601
11602    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11603 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11604 as_fn_error "SphinxBase was not found on your system.
11605 See \`config.log' for more details." "$LINENO" 5; }
11606 fi
11607
11608
11609 fi
11610
11611 : ${sphinxbasebuild=$sphinxbase}
11612 if test x$sphinxbase != x && test x$cross_compiling = xyes; then
11613    CPPFLAGS="-I$sphinxbase/include -I$sphinxbasebuild/include $CPPFLAGS"
11614    LIBS="$LIBS -lsphinxbase"
11615    # We include libsphinxbase/.libs because of stupid broken versions of libtool
11616    LDFLAGS="$LDFLAGS -L$sphinxbasebuild/src/libsphinxad \
11617                      -L$sphinxbasebuild/src/libsphinxbase \
11618                      -L$sphinxbasebuild/src/libsphinxbase/.libs"
11619 fi
11620 if test x$sphinxbase != x && test x$cross_compiling != xyes; then
11621    as_ac_File=`$as_echo "ac_cv_file_$sphinxbase/include/sphinxbase/prim_type.h" | $as_tr_sh`
11622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sphinxbase/include/sphinxbase/prim_type.h" >&5
11623 $as_echo_n "checking for $sphinxbase/include/sphinxbase/prim_type.h... " >&6; }
11624 if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then :
11625   $as_echo_n "(cached) " >&6
11626 else
11627   test "$cross_compiling" = yes &&
11628   as_fn_error "cannot check for file existence when cross compiling" "$LINENO" 5
11629 if test -r "$sphinxbase/include/sphinxbase/prim_type.h"; then
11630   eval "$as_ac_File=yes"
11631 else
11632   eval "$as_ac_File=no"
11633 fi
11634 fi
11635 eval ac_res=\$$as_ac_File
11636                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11637 $as_echo "$ac_res" >&6; }
11638 eval as_val=\$$as_ac_File
11639    if test "x$as_val" = x""yes; then :
11640   CPPFLAGS="-I$sphinxbase/include $CPPFLAGS"
11641 else
11642   as_fn_error "SphinxBase headers not found in $sphinxbase.  Please use the
11643 --with-sphinxbase option to \`configure' to specify the location of
11644 SphinxBase.  Run $0 --help for more information." "$LINENO" 5
11645 fi
11646
11647 fi
11648 # We include libsphinxbase/.libs because of stupid broken versions of libtool
11649 if test x$sphinxbasebuild != x && test x$cross_compiling != xyes; then
11650    as_ac_File=`$as_echo "ac_cv_file_$sphinxbasebuild/src/libsphinxbase/libsphinxbase.la" | $as_tr_sh`
11651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sphinxbasebuild/src/libsphinxbase/libsphinxbase.la" >&5
11652 $as_echo_n "checking for $sphinxbasebuild/src/libsphinxbase/libsphinxbase.la... " >&6; }
11653 if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then :
11654   $as_echo_n "(cached) " >&6
11655 else
11656   test "$cross_compiling" = yes &&
11657   as_fn_error "cannot check for file existence when cross compiling" "$LINENO" 5
11658 if test -r "$sphinxbasebuild/src/libsphinxbase/libsphinxbase.la"; then
11659   eval "$as_ac_File=yes"
11660 else
11661   eval "$as_ac_File=no"
11662 fi
11663 fi
11664 eval ac_res=\$$as_ac_File
11665                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11666 $as_echo "$ac_res" >&6; }
11667 eval as_val=\$$as_ac_File
11668    if test "x$as_val" = x""yes; then :
11669   CPPFLAGS="-I$sphinxbasebuild/include $CPPFLAGS"
11670 LIBS="$LIBS -lsphinxbase"
11671 LDFLAGS="$LDFLAGS -L$sphinxbasebuild/src/libsphinxad \
11672                   -L$sphinxbasebuild/src/libsphinxbase \
11673                   -L$sphinxbasebuild/src/libsphinxbase/.libs"
11674 else
11675   as_fn_error "SphinxBase libraries were not found in $sphinxbasebuild.
11676 Use the --with-sphinxbase-build option to \`configure' to specify
11677 the build directory for SphinxBase.  Run $0 --help for more information." "$LINENO" 5
11678 fi
11679
11680 fi
11681
11682
11683
11684
11685 ac_config_files="$ac_config_files pocketsphinx.pc Makefile include/Makefile python/Makefile python/setup.py src/Makefile src/libpocketsphinx/Makefile src/programs/Makefile src/gst-plugin/Makefile doc/Makefile doc/doxyfile model/Makefile model/hmm/Makefile model/lm/Makefile scripts/Makefile test/Makefile test/testfuncs.sh test/unit/Makefile test/regression/Makefile"
11686
11687 cat >confcache <<\_ACEOF
11688 # This file is a shell script that caches the results of configure
11689 # tests run on this system so they can be shared between configure
11690 # scripts and configure runs, see configure's option --config-cache.
11691 # It is not useful on other systems.  If it contains results you don't
11692 # want to keep, you may remove or edit it.
11693 #
11694 # config.status only pays attention to the cache file if you give it
11695 # the --recheck option to rerun configure.
11696 #
11697 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11698 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11699 # following values.
11700
11701 _ACEOF
11702
11703 # The following way of writing the cache mishandles newlines in values,
11704 # but we know of no workaround that is simple, portable, and efficient.
11705 # So, we kill variables containing newlines.
11706 # Ultrix sh set writes to stderr and can't be redirected directly,
11707 # and sets the high bit in the cache file unless we assign to the vars.
11708 (
11709   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11710     eval ac_val=\$$ac_var
11711     case $ac_val in #(
11712     *${as_nl}*)
11713       case $ac_var in #(
11714       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11715 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11716       esac
11717       case $ac_var in #(
11718       _ | IFS | as_nl) ;; #(
11719       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11720       *) { eval $ac_var=; unset $ac_var;} ;;
11721       esac ;;
11722     esac
11723   done
11724
11725   (set) 2>&1 |
11726     case $as_nl`(ac_space=' '; set) 2>&1` in #(
11727     *${as_nl}ac_space=\ *)
11728       # `set' does not quote correctly, so add quotes: double-quote
11729       # substitution turns \\\\ into \\, and sed turns \\ into \.
11730       sed -n \
11731         "s/'/'\\\\''/g;
11732           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11733       ;; #(
11734     *)
11735       # `set' quotes correctly as required by POSIX, so do not add quotes.
11736       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11737       ;;
11738     esac |
11739     sort
11740 ) |
11741   sed '
11742      /^ac_cv_env_/b end
11743      t clear
11744      :clear
11745      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11746      t end
11747      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11748      :end' >>confcache
11749 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11750   if test -w "$cache_file"; then
11751     test "x$cache_file" != "x/dev/null" &&
11752       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11753 $as_echo "$as_me: updating cache $cache_file" >&6;}
11754     cat confcache >$cache_file
11755   else
11756     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11757 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11758   fi
11759 fi
11760 rm -f confcache
11761
11762 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11763 # Let make expand exec_prefix.
11764 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11765
11766 # Transform confdefs.h into DEFS.
11767 # Protect against shell expansion while executing Makefile rules.
11768 # Protect against Makefile macro expansion.
11769 #
11770 # If the first sed substitution is executed (which looks for macros that
11771 # take arguments), then branch to the quote section.  Otherwise,
11772 # look for a macro that doesn't take arguments.
11773 ac_script='
11774 :mline
11775 /\\$/{
11776  N
11777  s,\\\n,,
11778  b mline
11779 }
11780 t clear
11781 :clear
11782 s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
11783 t quote
11784 s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
11785 t quote
11786 b any
11787 :quote
11788 s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
11789 s/\[/\\&/g
11790 s/\]/\\&/g
11791 s/\$/$$/g
11792 H
11793 :any
11794 ${
11795         g
11796         s/^\n//
11797         s/\n/ /g
11798         p
11799 }
11800 '
11801 DEFS=`sed -n "$ac_script" confdefs.h`
11802
11803
11804 ac_libobjs=
11805 ac_ltlibobjs=
11806 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11807   # 1. Remove the extension, and $U if already installed.
11808   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11809   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11810   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
11811   #    will be set to the directory where LIBOBJS objects are built.
11812   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11813   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11814 done
11815 LIBOBJS=$ac_libobjs
11816
11817 LTLIBOBJS=$ac_ltlibobjs
11818
11819
11820  if test -n "$EXEEXT"; then
11821   am__EXEEXT_TRUE=
11822   am__EXEEXT_FALSE='#'
11823 else
11824   am__EXEEXT_TRUE='#'
11825   am__EXEEXT_FALSE=
11826 fi
11827
11828 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11829   as_fn_error "conditional \"AMDEP\" was never defined.
11830 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11831 fi
11832 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11833   as_fn_error "conditional \"am__fastdepCC\" was never defined.
11834 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11835 fi
11836
11837 if test -z "${BUILD_DOXYGEN_TRUE}" && test -z "${BUILD_DOXYGEN_FALSE}"; then
11838   as_fn_error "conditional \"BUILD_DOXYGEN\" was never defined.
11839 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11840 fi
11841 if test -z "${BUILD_PYTHON_TRUE}" && test -z "${BUILD_PYTHON_FALSE}"; then
11842   as_fn_error "conditional \"BUILD_PYTHON\" was never defined.
11843 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11844 fi
11845 if test -z "${BUILD_CYTHON_TRUE}" && test -z "${BUILD_CYTHON_FALSE}"; then
11846   as_fn_error "conditional \"BUILD_CYTHON\" was never defined.
11847 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11848 fi
11849 if test -z "${BUILD_GST_TRUE}" && test -z "${BUILD_GST_FALSE}"; then
11850   as_fn_error "conditional \"BUILD_GST\" was never defined.
11851 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11852 fi
11853
11854 : ${CONFIG_STATUS=./config.status}
11855 ac_write_fail=0
11856 ac_clean_files_save=$ac_clean_files
11857 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11858 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11859 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11860 as_write_fail=0
11861 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11862 #! $SHELL
11863 # Generated by $as_me.
11864 # Run this file to recreate the current configuration.
11865 # Compiler output produced by configure, useful for debugging
11866 # configure, is in config.log if it exists.
11867
11868 debug=false
11869 ac_cs_recheck=false
11870 ac_cs_silent=false
11871
11872 SHELL=\${CONFIG_SHELL-$SHELL}
11873 export SHELL
11874 _ASEOF
11875 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11876 ## -------------------- ##
11877 ## M4sh Initialization. ##
11878 ## -------------------- ##
11879
11880 # Be more Bourne compatible
11881 DUALCASE=1; export DUALCASE # for MKS sh
11882 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11883   emulate sh
11884   NULLCMD=:
11885   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11886   # is contrary to our usage.  Disable this feature.
11887   alias -g '${1+"$@"}'='"$@"'
11888   setopt NO_GLOB_SUBST
11889 else
11890   case `(set -o) 2>/dev/null` in #(
11891   *posix*) :
11892     set -o posix ;; #(
11893   *) :
11894      ;;
11895 esac
11896 fi
11897
11898
11899 as_nl='
11900 '
11901 export as_nl
11902 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11903 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11904 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11905 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11906 # Prefer a ksh shell builtin over an external printf program on Solaris,
11907 # but without wasting forks for bash or zsh.
11908 if test -z "$BASH_VERSION$ZSH_VERSION" \
11909     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11910   as_echo='print -r --'
11911   as_echo_n='print -rn --'
11912 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11913   as_echo='printf %s\n'
11914   as_echo_n='printf %s'
11915 else
11916   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11917     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11918     as_echo_n='/usr/ucb/echo -n'
11919   else
11920     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11921     as_echo_n_body='eval
11922       arg=$1;
11923       case $arg in #(
11924       *"$as_nl"*)
11925         expr "X$arg" : "X\\(.*\\)$as_nl";
11926         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11927       esac;
11928       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11929     '
11930     export as_echo_n_body
11931     as_echo_n='sh -c $as_echo_n_body as_echo'
11932   fi
11933   export as_echo_body
11934   as_echo='sh -c $as_echo_body as_echo'
11935 fi
11936
11937 # The user is always right.
11938 if test "${PATH_SEPARATOR+set}" != set; then
11939   PATH_SEPARATOR=:
11940   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11941     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11942       PATH_SEPARATOR=';'
11943   }
11944 fi
11945
11946
11947 # IFS
11948 # We need space, tab and new line, in precisely that order.  Quoting is
11949 # there to prevent editors from complaining about space-tab.
11950 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11951 # splitting by setting IFS to empty value.)
11952 IFS=" ""        $as_nl"
11953
11954 # Find who we are.  Look in the path if we contain no directory separator.
11955 case $0 in #((
11956   *[\\/]* ) as_myself=$0 ;;
11957   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11958 for as_dir in $PATH
11959 do
11960   IFS=$as_save_IFS
11961   test -z "$as_dir" && as_dir=.
11962     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11963   done
11964 IFS=$as_save_IFS
11965
11966      ;;
11967 esac
11968 # We did not find ourselves, most probably we were run as `sh COMMAND'
11969 # in which case we are not to be found in the path.
11970 if test "x$as_myself" = x; then
11971   as_myself=$0
11972 fi
11973 if test ! -f "$as_myself"; then
11974   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11975   exit 1
11976 fi
11977
11978 # Unset variables that we do not need and which cause bugs (e.g. in
11979 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
11980 # suppresses any "Segmentation fault" message there.  '((' could
11981 # trigger a bug in pdksh 5.2.14.
11982 for as_var in BASH_ENV ENV MAIL MAILPATH
11983 do eval test x\${$as_var+set} = xset \
11984   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11985 done
11986 PS1='$ '
11987 PS2='> '
11988 PS4='+ '
11989
11990 # NLS nuisances.
11991 LC_ALL=C
11992 export LC_ALL
11993 LANGUAGE=C
11994 export LANGUAGE
11995
11996 # CDPATH.
11997 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11998
11999
12000 # as_fn_error ERROR [LINENO LOG_FD]
12001 # ---------------------------------
12002 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12003 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12004 # script with status $?, using 1 if that was 0.
12005 as_fn_error ()
12006 {
12007   as_status=$?; test $as_status -eq 0 && as_status=1
12008   if test "$3"; then
12009     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12010     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
12011   fi
12012   $as_echo "$as_me: error: $1" >&2
12013   as_fn_exit $as_status
12014 } # as_fn_error
12015
12016
12017 # as_fn_set_status STATUS
12018 # -----------------------
12019 # Set $? to STATUS, without forking.
12020 as_fn_set_status ()
12021 {
12022   return $1
12023 } # as_fn_set_status
12024
12025 # as_fn_exit STATUS
12026 # -----------------
12027 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12028 as_fn_exit ()
12029 {
12030   set +e
12031   as_fn_set_status $1
12032   exit $1
12033 } # as_fn_exit
12034
12035 # as_fn_unset VAR
12036 # ---------------
12037 # Portably unset VAR.
12038 as_fn_unset ()
12039 {
12040   { eval $1=; unset $1;}
12041 }
12042 as_unset=as_fn_unset
12043 # as_fn_append VAR VALUE
12044 # ----------------------
12045 # Append the text in VALUE to the end of the definition contained in VAR. Take
12046 # advantage of any shell optimizations that allow amortized linear growth over
12047 # repeated appends, instead of the typical quadratic growth present in naive
12048 # implementations.
12049 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12050   eval 'as_fn_append ()
12051   {
12052     eval $1+=\$2
12053   }'
12054 else
12055   as_fn_append ()
12056   {
12057     eval $1=\$$1\$2
12058   }
12059 fi # as_fn_append
12060
12061 # as_fn_arith ARG...
12062 # ------------------
12063 # Perform arithmetic evaluation on the ARGs, and store the result in the
12064 # global $as_val. Take advantage of shells that can avoid forks. The arguments
12065 # must be portable across $(()) and expr.
12066 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12067   eval 'as_fn_arith ()
12068   {
12069     as_val=$(( $* ))
12070   }'
12071 else
12072   as_fn_arith ()
12073   {
12074     as_val=`expr "$@" || test $? -eq 1`
12075   }
12076 fi # as_fn_arith
12077
12078
12079 if expr a : '\(a\)' >/dev/null 2>&1 &&
12080    test "X`expr 00001 : '.*\(...\)'`" = X001; then
12081   as_expr=expr
12082 else
12083   as_expr=false
12084 fi
12085
12086 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12087   as_basename=basename
12088 else
12089   as_basename=false
12090 fi
12091
12092 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12093   as_dirname=dirname
12094 else
12095   as_dirname=false
12096 fi
12097
12098 as_me=`$as_basename -- "$0" ||
12099 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12100          X"$0" : 'X\(//\)$' \| \
12101          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12102 $as_echo X/"$0" |
12103     sed '/^.*\/\([^/][^/]*\)\/*$/{
12104             s//\1/
12105             q
12106           }
12107           /^X\/\(\/\/\)$/{
12108             s//\1/
12109             q
12110           }
12111           /^X\/\(\/\).*/{
12112             s//\1/
12113             q
12114           }
12115           s/.*/./; q'`
12116
12117 # Avoid depending upon Character Ranges.
12118 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12119 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12120 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12121 as_cr_digits='0123456789'
12122 as_cr_alnum=$as_cr_Letters$as_cr_digits
12123
12124 ECHO_C= ECHO_N= ECHO_T=
12125 case `echo -n x` in #(((((
12126 -n*)
12127   case `echo 'xy\c'` in
12128   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
12129   xy)  ECHO_C='\c';;
12130   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
12131        ECHO_T=' ';;
12132   esac;;
12133 *)
12134   ECHO_N='-n';;
12135 esac
12136
12137 rm -f conf$$ conf$$.exe conf$$.file
12138 if test -d conf$$.dir; then
12139   rm -f conf$$.dir/conf$$.file
12140 else
12141   rm -f conf$$.dir
12142   mkdir conf$$.dir 2>/dev/null
12143 fi
12144 if (echo >conf$$.file) 2>/dev/null; then
12145   if ln -s conf$$.file conf$$ 2>/dev/null; then
12146     as_ln_s='ln -s'
12147     # ... but there are two gotchas:
12148     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12149     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12150     # In both cases, we have to default to `cp -p'.
12151     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12152       as_ln_s='cp -p'
12153   elif ln conf$$.file conf$$ 2>/dev/null; then
12154     as_ln_s=ln
12155   else
12156     as_ln_s='cp -p'
12157   fi
12158 else
12159   as_ln_s='cp -p'
12160 fi
12161 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12162 rmdir conf$$.dir 2>/dev/null
12163
12164
12165 # as_fn_mkdir_p
12166 # -------------
12167 # Create "$as_dir" as a directory, including parents if necessary.
12168 as_fn_mkdir_p ()
12169 {
12170
12171   case $as_dir in #(
12172   -*) as_dir=./$as_dir;;
12173   esac
12174   test -d "$as_dir" || eval $as_mkdir_p || {
12175     as_dirs=
12176     while :; do
12177       case $as_dir in #(
12178       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12179       *) as_qdir=$as_dir;;
12180       esac
12181       as_dirs="'$as_qdir' $as_dirs"
12182       as_dir=`$as_dirname -- "$as_dir" ||
12183 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12184          X"$as_dir" : 'X\(//\)[^/]' \| \
12185          X"$as_dir" : 'X\(//\)$' \| \
12186          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12187 $as_echo X"$as_dir" |
12188     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12189             s//\1/
12190             q
12191           }
12192           /^X\(\/\/\)[^/].*/{
12193             s//\1/
12194             q
12195           }
12196           /^X\(\/\/\)$/{
12197             s//\1/
12198             q
12199           }
12200           /^X\(\/\).*/{
12201             s//\1/
12202             q
12203           }
12204           s/.*/./; q'`
12205       test -d "$as_dir" && break
12206     done
12207     test -z "$as_dirs" || eval "mkdir $as_dirs"
12208   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
12209
12210
12211 } # as_fn_mkdir_p
12212 if mkdir -p . 2>/dev/null; then
12213   as_mkdir_p='mkdir -p "$as_dir"'
12214 else
12215   test -d ./-p && rmdir ./-p
12216   as_mkdir_p=false
12217 fi
12218
12219 if test -x / >/dev/null 2>&1; then
12220   as_test_x='test -x'
12221 else
12222   if ls -dL / >/dev/null 2>&1; then
12223     as_ls_L_option=L
12224   else
12225     as_ls_L_option=
12226   fi
12227   as_test_x='
12228     eval sh -c '\''
12229       if test -d "$1"; then
12230         test -d "$1/.";
12231       else
12232         case $1 in #(
12233         -*)set "./$1";;
12234         esac;
12235         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
12236         ???[sx]*):;;*)false;;esac;fi
12237     '\'' sh
12238   '
12239 fi
12240 as_executable_p=$as_test_x
12241
12242 # Sed expression to map a string onto a valid CPP name.
12243 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12244
12245 # Sed expression to map a string onto a valid variable name.
12246 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12247
12248
12249 exec 6>&1
12250 ## ----------------------------------- ##
12251 ## Main body of $CONFIG_STATUS script. ##
12252 ## ----------------------------------- ##
12253 _ASEOF
12254 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12255
12256 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12257 # Save the log message, to keep $0 and so on meaningful, and to
12258 # report actual input values of CONFIG_FILES etc. instead of their
12259 # values after options handling.
12260 ac_log="
12261 This file was extended by pocketsphinx $as_me 0.7, which was
12262 generated by GNU Autoconf 2.65.  Invocation command line was
12263
12264   CONFIG_FILES    = $CONFIG_FILES
12265   CONFIG_HEADERS  = $CONFIG_HEADERS
12266   CONFIG_LINKS    = $CONFIG_LINKS
12267   CONFIG_COMMANDS = $CONFIG_COMMANDS
12268   $ $0 $@
12269
12270 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12271 "
12272
12273 _ACEOF
12274
12275 case $ac_config_files in *"
12276 "*) set x $ac_config_files; shift; ac_config_files=$*;;
12277 esac
12278
12279
12280
12281 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12282 # Files that config.status was made for.
12283 config_files="$ac_config_files"
12284 config_commands="$ac_config_commands"
12285
12286 _ACEOF
12287
12288 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12289 ac_cs_usage="\
12290 \`$as_me' instantiates files and other configuration actions
12291 from templates according to the current configuration.  Unless the files
12292 and actions are specified as TAGs, all are instantiated by default.
12293
12294 Usage: $0 [OPTION]... [TAG]...
12295
12296   -h, --help       print this help, then exit
12297   -V, --version    print version number and configuration settings, then exit
12298       --config     print configuration, then exit
12299   -q, --quiet, --silent
12300                    do not print progress messages
12301   -d, --debug      don't remove temporary files
12302       --recheck    update $as_me by reconfiguring in the same conditions
12303       --file=FILE[:TEMPLATE]
12304                    instantiate the configuration file FILE
12305
12306 Configuration files:
12307 $config_files
12308
12309 Configuration commands:
12310 $config_commands
12311
12312 Report bugs to the package provider."
12313
12314 _ACEOF
12315 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12316 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12317 ac_cs_version="\\
12318 pocketsphinx config.status 0.7
12319 configured by $0, generated by GNU Autoconf 2.65,
12320   with options \\"\$ac_cs_config\\"
12321
12322 Copyright (C) 2009 Free Software Foundation, Inc.
12323 This config.status script is free software; the Free Software Foundation
12324 gives unlimited permission to copy, distribute and modify it."
12325
12326 ac_pwd='$ac_pwd'
12327 srcdir='$srcdir'
12328 INSTALL='$INSTALL'
12329 MKDIR_P='$MKDIR_P'
12330 AWK='$AWK'
12331 test -n "\$AWK" || AWK=awk
12332 _ACEOF
12333
12334 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12335 # The default lists apply if the user does not specify any file.
12336 ac_need_defaults=:
12337 while test $# != 0
12338 do
12339   case $1 in
12340   --*=*)
12341     ac_option=`expr "X$1" : 'X\([^=]*\)='`
12342     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12343     ac_shift=:
12344     ;;
12345   *)
12346     ac_option=$1
12347     ac_optarg=$2
12348     ac_shift=shift
12349     ;;
12350   esac
12351
12352   case $ac_option in
12353   # Handling of the options.
12354   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12355     ac_cs_recheck=: ;;
12356   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12357     $as_echo "$ac_cs_version"; exit ;;
12358   --config | --confi | --conf | --con | --co | --c )
12359     $as_echo "$ac_cs_config"; exit ;;
12360   --debug | --debu | --deb | --de | --d | -d )
12361     debug=: ;;
12362   --file | --fil | --fi | --f )
12363     $ac_shift
12364     case $ac_optarg in
12365     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12366     esac
12367     as_fn_append CONFIG_FILES " '$ac_optarg'"
12368     ac_need_defaults=false;;
12369   --he | --h |  --help | --hel | -h )
12370     $as_echo "$ac_cs_usage"; exit ;;
12371   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12372   | -silent | --silent | --silen | --sile | --sil | --si | --s)
12373     ac_cs_silent=: ;;
12374
12375   # This is an error.
12376   -*) as_fn_error "unrecognized option: \`$1'
12377 Try \`$0 --help' for more information." ;;
12378
12379   *) as_fn_append ac_config_targets " $1"
12380      ac_need_defaults=false ;;
12381
12382   esac
12383   shift
12384 done
12385
12386 ac_configure_extra_args=
12387
12388 if $ac_cs_silent; then
12389   exec 6>/dev/null
12390   ac_configure_extra_args="$ac_configure_extra_args --silent"
12391 fi
12392
12393 _ACEOF
12394 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12395 if \$ac_cs_recheck; then
12396   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12397   shift
12398   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12399   CONFIG_SHELL='$SHELL'
12400   export CONFIG_SHELL
12401   exec "\$@"
12402 fi
12403
12404 _ACEOF
12405 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12406 exec 5>>config.log
12407 {
12408   echo
12409   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12410 ## Running $as_me. ##
12411 _ASBOX
12412   $as_echo "$ac_log"
12413 } >&5
12414
12415 _ACEOF
12416 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12417 #
12418 # INIT-COMMANDS
12419 #
12420 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
12421
12422
12423 # The HP-UX ksh and POSIX shell print the target directory to stdout
12424 # if CDPATH is set.
12425 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12426
12427 sed_quote_subst='$sed_quote_subst'
12428 double_quote_subst='$double_quote_subst'
12429 delay_variable_subst='$delay_variable_subst'
12430 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
12431 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
12432 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
12433 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
12434 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
12435 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
12436 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
12437 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
12438 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
12439 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
12440 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
12441 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
12442 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
12443 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
12444 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
12445 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
12446 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
12447 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
12448 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
12449 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
12450 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
12451 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
12452 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
12453 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
12454 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
12455 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
12456 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
12457 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12458 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
12459 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
12460 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
12461 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
12462 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12463 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
12464 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
12465 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12466 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12467 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12468 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
12469 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12470 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
12471 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
12472 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
12473 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
12474 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"`'
12475 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"`'
12476 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
12477 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
12478 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
12479 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
12480 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
12481 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
12482 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
12483 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
12484 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
12485 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
12486 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
12487 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
12488 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
12489 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
12490 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
12491 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
12492 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12493 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12494 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
12495 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
12496 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12497 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12498 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
12499 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12500 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12501 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12502 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12503 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12504 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12505 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
12506 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12507 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12508 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12509 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
12510 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
12511 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
12512 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
12513 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
12514 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12515 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
12516 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
12517 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
12518 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
12519 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
12520 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12521 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12522 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12523 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12524 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
12525 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
12526 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
12527 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
12528 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
12529 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12530 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12531 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
12532 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12533 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
12534 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12535 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12536 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12537 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12538 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
12539 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
12540 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12541 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12542 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
12543 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
12544 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
12545 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
12546 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
12547 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
12548
12549 LTCC='$LTCC'
12550 LTCFLAGS='$LTCFLAGS'
12551 compiler='$compiler_DEFAULT'
12552
12553 # Quote evaled strings.
12554 for var in SED \
12555 GREP \
12556 EGREP \
12557 FGREP \
12558 LD \
12559 NM \
12560 LN_S \
12561 lt_SP2NL \
12562 lt_NL2SP \
12563 reload_flag \
12564 OBJDUMP \
12565 deplibs_check_method \
12566 file_magic_cmd \
12567 AR \
12568 AR_FLAGS \
12569 STRIP \
12570 RANLIB \
12571 CC \
12572 CFLAGS \
12573 compiler \
12574 lt_cv_sys_global_symbol_pipe \
12575 lt_cv_sys_global_symbol_to_cdecl \
12576 lt_cv_sys_global_symbol_to_c_name_address \
12577 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12578 SHELL \
12579 ECHO \
12580 lt_prog_compiler_no_builtin_flag \
12581 lt_prog_compiler_wl \
12582 lt_prog_compiler_pic \
12583 lt_prog_compiler_static \
12584 lt_cv_prog_compiler_c_o \
12585 need_locks \
12586 DSYMUTIL \
12587 NMEDIT \
12588 LIPO \
12589 OTOOL \
12590 OTOOL64 \
12591 shrext_cmds \
12592 export_dynamic_flag_spec \
12593 whole_archive_flag_spec \
12594 compiler_needs_object \
12595 with_gnu_ld \
12596 allow_undefined_flag \
12597 no_undefined_flag \
12598 hardcode_libdir_flag_spec \
12599 hardcode_libdir_flag_spec_ld \
12600 hardcode_libdir_separator \
12601 fix_srcfile_path \
12602 exclude_expsyms \
12603 include_expsyms \
12604 file_list_spec \
12605 variables_saved_for_relink \
12606 libname_spec \
12607 library_names_spec \
12608 soname_spec \
12609 finish_eval \
12610 old_striplib \
12611 striplib; do
12612     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12613     *[\\\\\\\`\\"\\\$]*)
12614       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12615       ;;
12616     *)
12617       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12618       ;;
12619     esac
12620 done
12621
12622 # Double-quote double-evaled strings.
12623 for var in reload_cmds \
12624 old_postinstall_cmds \
12625 old_postuninstall_cmds \
12626 old_archive_cmds \
12627 extract_expsyms_cmds \
12628 old_archive_from_new_cmds \
12629 old_archive_from_expsyms_cmds \
12630 archive_cmds \
12631 archive_expsym_cmds \
12632 module_cmds \
12633 module_expsym_cmds \
12634 export_symbols_cmds \
12635 prelink_cmds \
12636 postinstall_cmds \
12637 postuninstall_cmds \
12638 finish_cmds \
12639 sys_lib_search_path_spec \
12640 sys_lib_dlsearch_path_spec; do
12641     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12642     *[\\\\\\\`\\"\\\$]*)
12643       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12644       ;;
12645     *)
12646       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12647       ;;
12648     esac
12649 done
12650
12651 # Fix-up fallback echo if it was mangled by the above quoting rules.
12652 case \$lt_ECHO in
12653 *'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
12654   ;;
12655 esac
12656
12657 ac_aux_dir='$ac_aux_dir'
12658 xsi_shell='$xsi_shell'
12659 lt_shell_append='$lt_shell_append'
12660
12661 # See if we are running on zsh, and set the options which allow our
12662 # commands through without removal of \ escapes INIT.
12663 if test -n "\${ZSH_VERSION+set}" ; then
12664    setopt NO_GLOB_SUBST
12665 fi
12666
12667
12668     PACKAGE='$PACKAGE'
12669     VERSION='$VERSION'
12670     TIMESTAMP='$TIMESTAMP'
12671     RM='$RM'
12672     ofile='$ofile'
12673
12674
12675
12676
12677 _ACEOF
12678
12679 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12680
12681 # Handling of arguments.
12682 for ac_config_target in $ac_config_targets
12683 do
12684   case $ac_config_target in
12685     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12686     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12687     "pocketsphinx.pc") CONFIG_FILES="$CONFIG_FILES pocketsphinx.pc" ;;
12688     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12689     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
12690     "python/Makefile") CONFIG_FILES="$CONFIG_FILES python/Makefile" ;;
12691     "python/setup.py") CONFIG_FILES="$CONFIG_FILES python/setup.py" ;;
12692     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
12693     "src/libpocketsphinx/Makefile") CONFIG_FILES="$CONFIG_FILES src/libpocketsphinx/Makefile" ;;
12694     "src/programs/Makefile") CONFIG_FILES="$CONFIG_FILES src/programs/Makefile" ;;
12695     "src/gst-plugin/Makefile") CONFIG_FILES="$CONFIG_FILES src/gst-plugin/Makefile" ;;
12696     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
12697     "doc/doxyfile") CONFIG_FILES="$CONFIG_FILES doc/doxyfile" ;;
12698     "model/Makefile") CONFIG_FILES="$CONFIG_FILES model/Makefile" ;;
12699     "model/hmm/Makefile") CONFIG_FILES="$CONFIG_FILES model/hmm/Makefile" ;;
12700     "model/lm/Makefile") CONFIG_FILES="$CONFIG_FILES model/lm/Makefile" ;;
12701     "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
12702     "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
12703     "test/testfuncs.sh") CONFIG_FILES="$CONFIG_FILES test/testfuncs.sh" ;;
12704     "test/unit/Makefile") CONFIG_FILES="$CONFIG_FILES test/unit/Makefile" ;;
12705     "test/regression/Makefile") CONFIG_FILES="$CONFIG_FILES test/regression/Makefile" ;;
12706
12707   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12708   esac
12709 done
12710
12711
12712 # If the user did not use the arguments to specify the items to instantiate,
12713 # then the envvar interface is used.  Set only those that are not.
12714 # We use the long form for the default assignment because of an extremely
12715 # bizarre bug on SunOS 4.1.3.
12716 if $ac_need_defaults; then
12717   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12718   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12719 fi
12720
12721 # Have a temporary directory for convenience.  Make it in the build tree
12722 # simply because there is no reason against having it here, and in addition,
12723 # creating and moving files from /tmp can sometimes cause problems.
12724 # Hook for its removal unless debugging.
12725 # Note that there is a small window in which the directory will not be cleaned:
12726 # after its creation but before its name has been assigned to `$tmp'.
12727 $debug ||
12728 {
12729   tmp=
12730   trap 'exit_status=$?
12731   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12732 ' 0
12733   trap 'as_fn_exit 1' 1 2 13 15
12734 }
12735 # Create a (secure) tmp directory for tmp files.
12736
12737 {
12738   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12739   test -n "$tmp" && test -d "$tmp"
12740 }  ||
12741 {
12742   tmp=./conf$$-$RANDOM
12743   (umask 077 && mkdir "$tmp")
12744 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
12745
12746 # Set up the scripts for CONFIG_FILES section.
12747 # No need to generate them if there are no CONFIG_FILES.
12748 # This happens for instance with `./config.status config.h'.
12749 if test -n "$CONFIG_FILES"; then
12750
12751
12752 ac_cr=`echo X | tr X '\015'`
12753 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12754 # But we know of no other shell where ac_cr would be empty at this
12755 # point, so we can use a bashism as a fallback.
12756 if test "x$ac_cr" = x; then
12757   eval ac_cr=\$\'\\r\'
12758 fi
12759 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12760 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12761   ac_cs_awk_cr='\r'
12762 else
12763   ac_cs_awk_cr=$ac_cr
12764 fi
12765
12766 echo 'BEGIN {' >"$tmp/subs1.awk" &&
12767 _ACEOF
12768
12769
12770 {
12771   echo "cat >conf$$subs.awk <<_ACEOF" &&
12772   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12773   echo "_ACEOF"
12774 } >conf$$subs.sh ||
12775   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12776 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
12777 ac_delim='%!_!# '
12778 for ac_last_try in false false false false false :; do
12779   . ./conf$$subs.sh ||
12780     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12781
12782   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12783   if test $ac_delim_n = $ac_delim_num; then
12784     break
12785   elif $ac_last_try; then
12786     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12787   else
12788     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12789   fi
12790 done
12791 rm -f conf$$subs.sh
12792
12793 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12794 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12795 _ACEOF
12796 sed -n '
12797 h
12798 s/^/S["/; s/!.*/"]=/
12799 p
12800 g
12801 s/^[^!]*!//
12802 :repl
12803 t repl
12804 s/'"$ac_delim"'$//
12805 t delim
12806 :nl
12807 h
12808 s/\(.\{148\}\)..*/\1/
12809 t more1
12810 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12811 p
12812 n
12813 b repl
12814 :more1
12815 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12816 p
12817 g
12818 s/.\{148\}//
12819 t nl
12820 :delim
12821 h
12822 s/\(.\{148\}\)..*/\1/
12823 t more2
12824 s/["\\]/\\&/g; s/^/"/; s/$/"/
12825 p
12826 b
12827 :more2
12828 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12829 p
12830 g
12831 s/.\{148\}//
12832 t delim
12833 ' <conf$$subs.awk | sed '
12834 /^[^""]/{
12835   N
12836   s/\n//
12837 }
12838 ' >>$CONFIG_STATUS || ac_write_fail=1
12839 rm -f conf$$subs.awk
12840 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12841 _ACAWK
12842 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12843   for (key in S) S_is_set[key] = 1
12844   FS = "\a"
12845
12846 }
12847 {
12848   line = $ 0
12849   nfields = split(line, field, "@")
12850   substed = 0
12851   len = length(field[1])
12852   for (i = 2; i < nfields; i++) {
12853     key = field[i]
12854     keylen = length(key)
12855     if (S_is_set[key]) {
12856       value = S[key]
12857       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12858       len += length(value) + length(field[++i])
12859       substed = 1
12860     } else
12861       len += 1 + keylen
12862   }
12863
12864   print line
12865 }
12866
12867 _ACAWK
12868 _ACEOF
12869 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12870 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12871   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12872 else
12873   cat
12874 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12875   || as_fn_error "could not setup config files machinery" "$LINENO" 5
12876 _ACEOF
12877
12878 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12879 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12880 # trailing colons and then remove the whole line if VPATH becomes empty
12881 # (actually we leave an empty line to preserve line numbers).
12882 if test "x$srcdir" = x.; then
12883   ac_vpsub='/^[  ]*VPATH[        ]*=/{
12884 s/:*\$(srcdir):*/:/
12885 s/:*\${srcdir}:*/:/
12886 s/:*@srcdir@:*/:/
12887 s/^\([^=]*=[     ]*\):*/\1/
12888 s/:*$//
12889 s/^[^=]*=[       ]*$//
12890 }'
12891 fi
12892
12893 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12894 fi # test -n "$CONFIG_FILES"
12895
12896
12897 eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
12898 shift
12899 for ac_tag
12900 do
12901   case $ac_tag in
12902   :[FHLC]) ac_mode=$ac_tag; continue;;
12903   esac
12904   case $ac_mode$ac_tag in
12905   :[FHL]*:*);;
12906   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
12907   :[FH]-) ac_tag=-:-;;
12908   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12909   esac
12910   ac_save_IFS=$IFS
12911   IFS=:
12912   set x $ac_tag
12913   IFS=$ac_save_IFS
12914   shift
12915   ac_file=$1
12916   shift
12917
12918   case $ac_mode in
12919   :L) ac_source=$1;;
12920   :[FH])
12921     ac_file_inputs=
12922     for ac_f
12923     do
12924       case $ac_f in
12925       -) ac_f="$tmp/stdin";;
12926       *) # Look for the file first in the build tree, then in the source tree
12927          # (if the path is not absolute).  The absolute path cannot be DOS-style,
12928          # because $ac_f cannot contain `:'.
12929          test -f "$ac_f" ||
12930            case $ac_f in
12931            [\\/$]*) false;;
12932            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12933            esac ||
12934            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12935       esac
12936       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12937       as_fn_append ac_file_inputs " '$ac_f'"
12938     done
12939
12940     # Let's still pretend it is `configure' which instantiates (i.e., don't
12941     # use $as_me), people would be surprised to read:
12942     #    /* config.h.  Generated by config.status.  */
12943     configure_input='Generated from '`
12944           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12945         `' by configure.'
12946     if test x"$ac_file" != x-; then
12947       configure_input="$ac_file.  $configure_input"
12948       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12949 $as_echo "$as_me: creating $ac_file" >&6;}
12950     fi
12951     # Neutralize special characters interpreted by sed in replacement strings.
12952     case $configure_input in #(
12953     *\&* | *\|* | *\\* )
12954        ac_sed_conf_input=`$as_echo "$configure_input" |
12955        sed 's/[\\\\&|]/\\\\&/g'`;; #(
12956     *) ac_sed_conf_input=$configure_input;;
12957     esac
12958
12959     case $ac_tag in
12960     *:-:* | *:-) cat >"$tmp/stdin" \
12961       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
12962     esac
12963     ;;
12964   esac
12965
12966   ac_dir=`$as_dirname -- "$ac_file" ||
12967 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12968          X"$ac_file" : 'X\(//\)[^/]' \| \
12969          X"$ac_file" : 'X\(//\)$' \| \
12970          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12971 $as_echo X"$ac_file" |
12972     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12973             s//\1/
12974             q
12975           }
12976           /^X\(\/\/\)[^/].*/{
12977             s//\1/
12978             q
12979           }
12980           /^X\(\/\/\)$/{
12981             s//\1/
12982             q
12983           }
12984           /^X\(\/\).*/{
12985             s//\1/
12986             q
12987           }
12988           s/.*/./; q'`
12989   as_dir="$ac_dir"; as_fn_mkdir_p
12990   ac_builddir=.
12991
12992 case "$ac_dir" in
12993 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12994 *)
12995   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12996   # A ".." for each directory in $ac_dir_suffix.
12997   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12998   case $ac_top_builddir_sub in
12999   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13000   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13001   esac ;;
13002 esac
13003 ac_abs_top_builddir=$ac_pwd
13004 ac_abs_builddir=$ac_pwd$ac_dir_suffix
13005 # for backward compatibility:
13006 ac_top_builddir=$ac_top_build_prefix
13007
13008 case $srcdir in
13009   .)  # We are building in place.
13010     ac_srcdir=.
13011     ac_top_srcdir=$ac_top_builddir_sub
13012     ac_abs_top_srcdir=$ac_pwd ;;
13013   [\\/]* | ?:[\\/]* )  # Absolute name.
13014     ac_srcdir=$srcdir$ac_dir_suffix;
13015     ac_top_srcdir=$srcdir
13016     ac_abs_top_srcdir=$srcdir ;;
13017   *) # Relative name.
13018     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13019     ac_top_srcdir=$ac_top_build_prefix$srcdir
13020     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13021 esac
13022 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13023
13024
13025   case $ac_mode in
13026   :F)
13027   #
13028   # CONFIG_FILE
13029   #
13030
13031   case $INSTALL in
13032   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13033   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13034   esac
13035   ac_MKDIR_P=$MKDIR_P
13036   case $MKDIR_P in
13037   [\\/$]* | ?:[\\/]* ) ;;
13038   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
13039   esac
13040 _ACEOF
13041
13042 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13043 # If the template does not know about datarootdir, expand it.
13044 # FIXME: This hack should be removed a few years after 2.60.
13045 ac_datarootdir_hack=; ac_datarootdir_seen=
13046 ac_sed_dataroot='
13047 /datarootdir/ {
13048   p
13049   q
13050 }
13051 /@datadir@/p
13052 /@docdir@/p
13053 /@infodir@/p
13054 /@localedir@/p
13055 /@mandir@/p'
13056 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13057 *datarootdir*) ac_datarootdir_seen=yes;;
13058 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13059   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13060 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13061 _ACEOF
13062 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13063   ac_datarootdir_hack='
13064   s&@datadir@&$datadir&g
13065   s&@docdir@&$docdir&g
13066   s&@infodir@&$infodir&g
13067   s&@localedir@&$localedir&g
13068   s&@mandir@&$mandir&g
13069   s&\\\${datarootdir}&$datarootdir&g' ;;
13070 esac
13071 _ACEOF
13072
13073 # Neutralize VPATH when `$srcdir' = `.'.
13074 # Shell code in configure.ac might set extrasub.
13075 # FIXME: do we really want to maintain this feature?
13076 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13077 ac_sed_extra="$ac_vpsub
13078 $extrasub
13079 _ACEOF
13080 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13081 :t
13082 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13083 s|@configure_input@|$ac_sed_conf_input|;t t
13084 s&@top_builddir@&$ac_top_builddir_sub&;t t
13085 s&@top_build_prefix@&$ac_top_build_prefix&;t t
13086 s&@srcdir@&$ac_srcdir&;t t
13087 s&@abs_srcdir@&$ac_abs_srcdir&;t t
13088 s&@top_srcdir@&$ac_top_srcdir&;t t
13089 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13090 s&@builddir@&$ac_builddir&;t t
13091 s&@abs_builddir@&$ac_abs_builddir&;t t
13092 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13093 s&@INSTALL@&$ac_INSTALL&;t t
13094 s&@MKDIR_P@&$ac_MKDIR_P&;t t
13095 $ac_datarootdir_hack
13096 "
13097 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
13098   || as_fn_error "could not create $ac_file" "$LINENO" 5
13099
13100 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13101   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
13102   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
13103   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13104 which seems to be undefined.  Please make sure it is defined." >&5
13105 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13106 which seems to be undefined.  Please make sure it is defined." >&2;}
13107
13108   rm -f "$tmp/stdin"
13109   case $ac_file in
13110   -) cat "$tmp/out" && rm -f "$tmp/out";;
13111   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
13112   esac \
13113   || as_fn_error "could not create $ac_file" "$LINENO" 5
13114  ;;
13115
13116
13117   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13118 $as_echo "$as_me: executing $ac_file commands" >&6;}
13119  ;;
13120   esac
13121
13122
13123   case $ac_file$ac_mode in
13124     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
13125   # Autoconf 2.62 quotes --file arguments for eval, but not when files
13126   # are listed without --file.  Let's play safe and only enable the eval
13127   # if we detect the quoting.
13128   case $CONFIG_FILES in
13129   *\'*) eval set x "$CONFIG_FILES" ;;
13130   *)   set x $CONFIG_FILES ;;
13131   esac
13132   shift
13133   for mf
13134   do
13135     # Strip MF so we end up with the name of the file.
13136     mf=`echo "$mf" | sed -e 's/:.*$//'`
13137     # Check whether this is an Automake generated Makefile or not.
13138     # We used to match only the files named `Makefile.in', but
13139     # some people rename them; so instead we look at the file content.
13140     # Grep'ing the first line is not enough: some people post-process
13141     # each Makefile.in and add a new line on top of each file to say so.
13142     # Grep'ing the whole file is not good either: AIX grep has a line
13143     # limit of 2048, but all sed's we know have understand at least 4000.
13144     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
13145       dirpart=`$as_dirname -- "$mf" ||
13146 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13147          X"$mf" : 'X\(//\)[^/]' \| \
13148          X"$mf" : 'X\(//\)$' \| \
13149          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
13150 $as_echo X"$mf" |
13151     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13152             s//\1/
13153             q
13154           }
13155           /^X\(\/\/\)[^/].*/{
13156             s//\1/
13157             q
13158           }
13159           /^X\(\/\/\)$/{
13160             s//\1/
13161             q
13162           }
13163           /^X\(\/\).*/{
13164             s//\1/
13165             q
13166           }
13167           s/.*/./; q'`
13168     else
13169       continue
13170     fi
13171     # Extract the definition of DEPDIR, am__include, and am__quote
13172     # from the Makefile without running `make'.
13173     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13174     test -z "$DEPDIR" && continue
13175     am__include=`sed -n 's/^am__include = //p' < "$mf"`
13176     test -z "am__include" && continue
13177     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13178     # When using ansi2knr, U may be empty or an underscore; expand it
13179     U=`sed -n 's/^U = //p' < "$mf"`
13180     # Find all dependency output files, they are included files with
13181     # $(DEPDIR) in their names.  We invoke sed twice because it is the
13182     # simplest approach to changing $(DEPDIR) to its actual value in the
13183     # expansion.
13184     for file in `sed -n "
13185       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13186          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
13187       # Make sure the directory exists.
13188       test -f "$dirpart/$file" && continue
13189       fdir=`$as_dirname -- "$file" ||
13190 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13191          X"$file" : 'X\(//\)[^/]' \| \
13192          X"$file" : 'X\(//\)$' \| \
13193          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
13194 $as_echo X"$file" |
13195     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13196             s//\1/
13197             q
13198           }
13199           /^X\(\/\/\)[^/].*/{
13200             s//\1/
13201             q
13202           }
13203           /^X\(\/\/\)$/{
13204             s//\1/
13205             q
13206           }
13207           /^X\(\/\).*/{
13208             s//\1/
13209             q
13210           }
13211           s/.*/./; q'`
13212       as_dir=$dirpart/$fdir; as_fn_mkdir_p
13213       # echo "creating $dirpart/$file"
13214       echo '# dummy' > "$dirpart/$file"
13215     done
13216   done
13217 }
13218  ;;
13219     "libtool":C)
13220
13221     # See if we are running on zsh, and set the options which allow our
13222     # commands through without removal of \ escapes.
13223     if test -n "${ZSH_VERSION+set}" ; then
13224       setopt NO_GLOB_SUBST
13225     fi
13226
13227     cfgfile="${ofile}T"
13228     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13229     $RM "$cfgfile"
13230
13231     cat <<_LT_EOF >> "$cfgfile"
13232 #! $SHELL
13233
13234 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13235 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13236 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13237 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13238 #
13239 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13240 #                 2006, 2007, 2008 Free Software Foundation, Inc.
13241 #   Written by Gordon Matzigkeit, 1996
13242 #
13243 #   This file is part of GNU Libtool.
13244 #
13245 # GNU Libtool is free software; you can redistribute it and/or
13246 # modify it under the terms of the GNU General Public License as
13247 # published by the Free Software Foundation; either version 2 of
13248 # the License, or (at your option) any later version.
13249 #
13250 # As a special exception to the GNU General Public License,
13251 # if you distribute this file as part of a program or library that
13252 # is built using GNU Libtool, you may include this file under the
13253 # same distribution terms that you use for the rest of that program.
13254 #
13255 # GNU Libtool is distributed in the hope that it will be useful,
13256 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13257 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13258 # GNU General Public License for more details.
13259 #
13260 # You should have received a copy of the GNU General Public License
13261 # along with GNU Libtool; see the file COPYING.  If not, a copy
13262 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13263 # obtained by writing to the Free Software Foundation, Inc.,
13264 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13265
13266
13267 # The names of the tagged configurations supported by this script.
13268 available_tags=""
13269
13270 # ### BEGIN LIBTOOL CONFIG
13271
13272 # Which release of libtool.m4 was used?
13273 macro_version=$macro_version
13274 macro_revision=$macro_revision
13275
13276 # Whether or not to build shared libraries.
13277 build_libtool_libs=$enable_shared
13278
13279 # Whether or not to build static libraries.
13280 build_old_libs=$enable_static
13281
13282 # What type of objects to build.
13283 pic_mode=$pic_mode
13284
13285 # Whether or not to optimize for fast installation.
13286 fast_install=$enable_fast_install
13287
13288 # The host system.
13289 host_alias=$host_alias
13290 host=$host
13291 host_os=$host_os
13292
13293 # The build system.
13294 build_alias=$build_alias
13295 build=$build
13296 build_os=$build_os
13297
13298 # A sed program that does not truncate output.
13299 SED=$lt_SED
13300
13301 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13302 Xsed="\$SED -e 1s/^X//"
13303
13304 # A grep program that handles long lines.
13305 GREP=$lt_GREP
13306
13307 # An ERE matcher.
13308 EGREP=$lt_EGREP
13309
13310 # A literal string matcher.
13311 FGREP=$lt_FGREP
13312
13313 # A BSD- or MS-compatible name lister.
13314 NM=$lt_NM
13315
13316 # Whether we need soft or hard links.
13317 LN_S=$lt_LN_S
13318
13319 # What is the maximum length of a command?
13320 max_cmd_len=$max_cmd_len
13321
13322 # Object file suffix (normally "o").
13323 objext=$ac_objext
13324
13325 # Executable file suffix (normally "").
13326 exeext=$exeext
13327
13328 # whether the shell understands "unset".
13329 lt_unset=$lt_unset
13330
13331 # turn spaces into newlines.
13332 SP2NL=$lt_lt_SP2NL
13333
13334 # turn newlines into spaces.
13335 NL2SP=$lt_lt_NL2SP
13336
13337 # How to create reloadable object files.
13338 reload_flag=$lt_reload_flag
13339 reload_cmds=$lt_reload_cmds
13340
13341 # An object symbol dumper.
13342 OBJDUMP=$lt_OBJDUMP
13343
13344 # Method to check whether dependent libraries are shared objects.
13345 deplibs_check_method=$lt_deplibs_check_method
13346
13347 # Command to use when deplibs_check_method == "file_magic".
13348 file_magic_cmd=$lt_file_magic_cmd
13349
13350 # The archiver.
13351 AR=$lt_AR
13352 AR_FLAGS=$lt_AR_FLAGS
13353
13354 # A symbol stripping program.
13355 STRIP=$lt_STRIP
13356
13357 # Commands used to install an old-style archive.
13358 RANLIB=$lt_RANLIB
13359 old_postinstall_cmds=$lt_old_postinstall_cmds
13360 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13361
13362 # A C compiler.
13363 LTCC=$lt_CC
13364
13365 # LTCC compiler flags.
13366 LTCFLAGS=$lt_CFLAGS
13367
13368 # Take the output of nm and produce a listing of raw symbols and C names.
13369 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13370
13371 # Transform the output of nm in a proper C declaration.
13372 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13373
13374 # Transform the output of nm in a C name address pair.
13375 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13376
13377 # Transform the output of nm in a C name address pair when lib prefix is needed.
13378 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13379
13380 # The name of the directory that contains temporary libtool files.
13381 objdir=$objdir
13382
13383 # Shell to use when invoking shell scripts.
13384 SHELL=$lt_SHELL
13385
13386 # An echo program that does not interpret backslashes.
13387 ECHO=$lt_ECHO
13388
13389 # Used to examine libraries when file_magic_cmd begins with "file".
13390 MAGIC_CMD=$MAGIC_CMD
13391
13392 # Must we lock files when doing compilation?
13393 need_locks=$lt_need_locks
13394
13395 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13396 DSYMUTIL=$lt_DSYMUTIL
13397
13398 # Tool to change global to local symbols on Mac OS X.
13399 NMEDIT=$lt_NMEDIT
13400
13401 # Tool to manipulate fat objects and archives on Mac OS X.
13402 LIPO=$lt_LIPO
13403
13404 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13405 OTOOL=$lt_OTOOL
13406
13407 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13408 OTOOL64=$lt_OTOOL64
13409
13410 # Old archive suffix (normally "a").
13411 libext=$libext
13412
13413 # Shared library suffix (normally ".so").
13414 shrext_cmds=$lt_shrext_cmds
13415
13416 # The commands to extract the exported symbol list from a shared archive.
13417 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13418
13419 # Variables whose values should be saved in libtool wrapper scripts and
13420 # restored at link time.
13421 variables_saved_for_relink=$lt_variables_saved_for_relink
13422
13423 # Do we need the "lib" prefix for modules?
13424 need_lib_prefix=$need_lib_prefix
13425
13426 # Do we need a version for libraries?
13427 need_version=$need_version
13428
13429 # Library versioning type.
13430 version_type=$version_type
13431
13432 # Shared library runtime path variable.
13433 runpath_var=$runpath_var
13434
13435 # Shared library path variable.
13436 shlibpath_var=$shlibpath_var
13437
13438 # Is shlibpath searched before the hard-coded library search path?
13439 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13440
13441 # Format of library name prefix.
13442 libname_spec=$lt_libname_spec
13443
13444 # List of archive names.  First name is the real one, the rest are links.
13445 # The last name is the one that the linker finds with -lNAME
13446 library_names_spec=$lt_library_names_spec
13447
13448 # The coded name of the library, if different from the real name.
13449 soname_spec=$lt_soname_spec
13450
13451 # Command to use after installation of a shared archive.
13452 postinstall_cmds=$lt_postinstall_cmds
13453
13454 # Command to use after uninstallation of a shared archive.
13455 postuninstall_cmds=$lt_postuninstall_cmds
13456
13457 # Commands used to finish a libtool library installation in a directory.
13458 finish_cmds=$lt_finish_cmds
13459
13460 # As "finish_cmds", except a single script fragment to be evaled but
13461 # not shown.
13462 finish_eval=$lt_finish_eval
13463
13464 # Whether we should hardcode library paths into libraries.
13465 hardcode_into_libs=$hardcode_into_libs
13466
13467 # Compile-time system search path for libraries.
13468 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13469
13470 # Run-time system search path for libraries.
13471 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13472
13473 # Whether dlopen is supported.
13474 dlopen_support=$enable_dlopen
13475
13476 # Whether dlopen of programs is supported.
13477 dlopen_self=$enable_dlopen_self
13478
13479 # Whether dlopen of statically linked programs is supported.
13480 dlopen_self_static=$enable_dlopen_self_static
13481
13482 # Commands to strip libraries.
13483 old_striplib=$lt_old_striplib
13484 striplib=$lt_striplib
13485
13486
13487 # The linker used to build libraries.
13488 LD=$lt_LD
13489
13490 # Commands used to build an old-style archive.
13491 old_archive_cmds=$lt_old_archive_cmds
13492
13493 # A language specific compiler.
13494 CC=$lt_compiler
13495
13496 # Is the compiler the GNU compiler?
13497 with_gcc=$GCC
13498
13499 # Compiler flag to turn off builtin functions.
13500 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13501
13502 # How to pass a linker flag through the compiler.
13503 wl=$lt_lt_prog_compiler_wl
13504
13505 # Additional compiler flags for building library objects.
13506 pic_flag=$lt_lt_prog_compiler_pic
13507
13508 # Compiler flag to prevent dynamic linking.
13509 link_static_flag=$lt_lt_prog_compiler_static
13510
13511 # Does compiler simultaneously support -c and -o options?
13512 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13513
13514 # Whether or not to add -lc for building shared libraries.
13515 build_libtool_need_lc=$archive_cmds_need_lc
13516
13517 # Whether or not to disallow shared libs when runtime libs are static.
13518 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13519
13520 # Compiler flag to allow reflexive dlopens.
13521 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13522
13523 # Compiler flag to generate shared objects directly from archives.
13524 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13525
13526 # Whether the compiler copes with passing no objects directly.
13527 compiler_needs_object=$lt_compiler_needs_object
13528
13529 # Create an old-style archive from a shared archive.
13530 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13531
13532 # Create a temporary old-style archive to link instead of a shared archive.
13533 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13534
13535 # Commands used to build a shared archive.
13536 archive_cmds=$lt_archive_cmds
13537 archive_expsym_cmds=$lt_archive_expsym_cmds
13538
13539 # Commands used to build a loadable module if different from building
13540 # a shared archive.
13541 module_cmds=$lt_module_cmds
13542 module_expsym_cmds=$lt_module_expsym_cmds
13543
13544 # Whether we are building with GNU ld or not.
13545 with_gnu_ld=$lt_with_gnu_ld
13546
13547 # Flag that allows shared libraries with undefined symbols to be built.
13548 allow_undefined_flag=$lt_allow_undefined_flag
13549
13550 # Flag that enforces no undefined symbols.
13551 no_undefined_flag=$lt_no_undefined_flag
13552
13553 # Flag to hardcode \$libdir into a binary during linking.
13554 # This must work even if \$libdir does not exist
13555 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13556
13557 # If ld is used when linking, flag to hardcode \$libdir into a binary
13558 # during linking.  This must work even if \$libdir does not exist.
13559 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13560
13561 # Whether we need a single "-rpath" flag with a separated argument.
13562 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13563
13564 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13565 # DIR into the resulting binary.
13566 hardcode_direct=$hardcode_direct
13567
13568 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13569 # DIR into the resulting binary and the resulting library dependency is
13570 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13571 # library is relocated.
13572 hardcode_direct_absolute=$hardcode_direct_absolute
13573
13574 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13575 # into the resulting binary.
13576 hardcode_minus_L=$hardcode_minus_L
13577
13578 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13579 # into the resulting binary.
13580 hardcode_shlibpath_var=$hardcode_shlibpath_var
13581
13582 # Set to "yes" if building a shared library automatically hardcodes DIR
13583 # into the library and all subsequent libraries and executables linked
13584 # against it.
13585 hardcode_automatic=$hardcode_automatic
13586
13587 # Set to yes if linker adds runtime paths of dependent libraries
13588 # to runtime path list.
13589 inherit_rpath=$inherit_rpath
13590
13591 # Whether libtool must link a program against all its dependency libraries.
13592 link_all_deplibs=$link_all_deplibs
13593
13594 # Fix the shell variable \$srcfile for the compiler.
13595 fix_srcfile_path=$lt_fix_srcfile_path
13596
13597 # Set to "yes" if exported symbols are required.
13598 always_export_symbols=$always_export_symbols
13599
13600 # The commands to list exported symbols.
13601 export_symbols_cmds=$lt_export_symbols_cmds
13602
13603 # Symbols that should not be listed in the preloaded symbols.
13604 exclude_expsyms=$lt_exclude_expsyms
13605
13606 # Symbols that must always be exported.
13607 include_expsyms=$lt_include_expsyms
13608
13609 # Commands necessary for linking programs (against libraries) with templates.
13610 prelink_cmds=$lt_prelink_cmds
13611
13612 # Specify filename containing input files.
13613 file_list_spec=$lt_file_list_spec
13614
13615 # How to hardcode a shared library path into an executable.
13616 hardcode_action=$hardcode_action
13617
13618 # ### END LIBTOOL CONFIG
13619
13620 _LT_EOF
13621
13622   case $host_os in
13623   aix3*)
13624     cat <<\_LT_EOF >> "$cfgfile"
13625 # AIX sometimes has problems with the GCC collect2 program.  For some
13626 # reason, if we set the COLLECT_NAMES environment variable, the problems
13627 # vanish in a puff of smoke.
13628 if test "X${COLLECT_NAMES+set}" != Xset; then
13629   COLLECT_NAMES=
13630   export COLLECT_NAMES
13631 fi
13632 _LT_EOF
13633     ;;
13634   esac
13635
13636
13637 ltmain="$ac_aux_dir/ltmain.sh"
13638
13639
13640   # We use sed instead of cat because bash on DJGPP gets confused if
13641   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
13642   # text mode, it properly converts lines to CR/LF.  This bash problem
13643   # is reportedly fixed, but why not run on old versions too?
13644   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13645     || (rm -f "$cfgfile"; exit 1)
13646
13647   case $xsi_shell in
13648   yes)
13649     cat << \_LT_EOF >> "$cfgfile"
13650
13651 # func_dirname file append nondir_replacement
13652 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
13653 # otherwise set result to NONDIR_REPLACEMENT.
13654 func_dirname ()
13655 {
13656   case ${1} in
13657     */*) func_dirname_result="${1%/*}${2}" ;;
13658     *  ) func_dirname_result="${3}" ;;
13659   esac
13660 }
13661
13662 # func_basename file
13663 func_basename ()
13664 {
13665   func_basename_result="${1##*/}"
13666 }
13667
13668 # func_dirname_and_basename file append nondir_replacement
13669 # perform func_basename and func_dirname in a single function
13670 # call:
13671 #   dirname:  Compute the dirname of FILE.  If nonempty,
13672 #             add APPEND to the result, otherwise set result
13673 #             to NONDIR_REPLACEMENT.
13674 #             value returned in "$func_dirname_result"
13675 #   basename: Compute filename of FILE.
13676 #             value retuned in "$func_basename_result"
13677 # Implementation must be kept synchronized with func_dirname
13678 # and func_basename. For efficiency, we do not delegate to
13679 # those functions but instead duplicate the functionality here.
13680 func_dirname_and_basename ()
13681 {
13682   case ${1} in
13683     */*) func_dirname_result="${1%/*}${2}" ;;
13684     *  ) func_dirname_result="${3}" ;;
13685   esac
13686   func_basename_result="${1##*/}"
13687 }
13688
13689 # func_stripname prefix suffix name
13690 # strip PREFIX and SUFFIX off of NAME.
13691 # PREFIX and SUFFIX must not contain globbing or regex special
13692 # characters, hashes, percent signs, but SUFFIX may contain a leading
13693 # dot (in which case that matches only a dot).
13694 func_stripname ()
13695 {
13696   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13697   # positional parameters, so assign one to ordinary parameter first.
13698   func_stripname_result=${3}
13699   func_stripname_result=${func_stripname_result#"${1}"}
13700   func_stripname_result=${func_stripname_result%"${2}"}
13701 }
13702
13703 # func_opt_split
13704 func_opt_split ()
13705 {
13706   func_opt_split_opt=${1%%=*}
13707   func_opt_split_arg=${1#*=}
13708 }
13709
13710 # func_lo2o object
13711 func_lo2o ()
13712 {
13713   case ${1} in
13714     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13715     *)    func_lo2o_result=${1} ;;
13716   esac
13717 }
13718
13719 # func_xform libobj-or-source
13720 func_xform ()
13721 {
13722   func_xform_result=${1%.*}.lo
13723 }
13724
13725 # func_arith arithmetic-term...
13726 func_arith ()
13727 {
13728   func_arith_result=$(( $* ))
13729 }
13730
13731 # func_len string
13732 # STRING may not start with a hyphen.
13733 func_len ()
13734 {
13735   func_len_result=${#1}
13736 }
13737
13738 _LT_EOF
13739     ;;
13740   *) # Bourne compatible functions.
13741     cat << \_LT_EOF >> "$cfgfile"
13742
13743 # func_dirname file append nondir_replacement
13744 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
13745 # otherwise set result to NONDIR_REPLACEMENT.
13746 func_dirname ()
13747 {
13748   # Extract subdirectory from the argument.
13749   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
13750   if test "X$func_dirname_result" = "X${1}"; then
13751     func_dirname_result="${3}"
13752   else
13753     func_dirname_result="$func_dirname_result${2}"
13754   fi
13755 }
13756
13757 # func_basename file
13758 func_basename ()
13759 {
13760   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
13761 }
13762
13763
13764 # func_stripname prefix suffix name
13765 # strip PREFIX and SUFFIX off of NAME.
13766 # PREFIX and SUFFIX must not contain globbing or regex special
13767 # characters, hashes, percent signs, but SUFFIX may contain a leading
13768 # dot (in which case that matches only a dot).
13769 # func_strip_suffix prefix name
13770 func_stripname ()
13771 {
13772   case ${2} in
13773     .*) func_stripname_result=`$ECHO "X${3}" \
13774            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
13775     *)  func_stripname_result=`$ECHO "X${3}" \
13776            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
13777   esac
13778 }
13779
13780 # sed scripts:
13781 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13782 my_sed_long_arg='1s/^-[^=]*=//'
13783
13784 # func_opt_split
13785 func_opt_split ()
13786 {
13787   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
13788   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
13789 }
13790
13791 # func_lo2o object
13792 func_lo2o ()
13793 {
13794   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
13795 }
13796
13797 # func_xform libobj-or-source
13798 func_xform ()
13799 {
13800   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
13801 }
13802
13803 # func_arith arithmetic-term...
13804 func_arith ()
13805 {
13806   func_arith_result=`expr "$@"`
13807 }
13808
13809 # func_len string
13810 # STRING may not start with a hyphen.
13811 func_len ()
13812 {
13813   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13814 }
13815
13816 _LT_EOF
13817 esac
13818
13819 case $lt_shell_append in
13820   yes)
13821     cat << \_LT_EOF >> "$cfgfile"
13822
13823 # func_append var value
13824 # Append VALUE to the end of shell variable VAR.
13825 func_append ()
13826 {
13827   eval "$1+=\$2"
13828 }
13829 _LT_EOF
13830     ;;
13831   *)
13832     cat << \_LT_EOF >> "$cfgfile"
13833
13834 # func_append var value
13835 # Append VALUE to the end of shell variable VAR.
13836 func_append ()
13837 {
13838   eval "$1=\$$1\$2"
13839 }
13840
13841 _LT_EOF
13842     ;;
13843   esac
13844
13845
13846   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13847     || (rm -f "$cfgfile"; exit 1)
13848
13849   mv -f "$cfgfile" "$ofile" ||
13850     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13851   chmod +x "$ofile"
13852
13853  ;;
13854
13855   esac
13856 done # for ac_tag
13857
13858
13859 as_fn_exit 0
13860 _ACEOF
13861 ac_clean_files=$ac_clean_files_save
13862
13863 test $ac_write_fail = 0 ||
13864   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
13865
13866
13867 # configure is writing to config.log, and then calls config.status.
13868 # config.status does its own redirection, appending to config.log.
13869 # Unfortunately, on DOS this fails, as config.log is still kept open
13870 # by configure, so config.status won't be able to write to it; its
13871 # output is simply discarded.  So we exec the FD to /dev/null,
13872 # effectively closing config.log, so it can be properly (re)opened and
13873 # appended to by config.status.  When coming back to configure, we
13874 # need to make the FD available again.
13875 if test "$no_create" != yes; then
13876   ac_cs_success=:
13877   ac_config_status_args=
13878   test "$silent" = yes &&
13879     ac_config_status_args="$ac_config_status_args --quiet"
13880   exec 5>/dev/null
13881   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13882   exec 5>>config.log
13883   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13884   # would make configure fail if this is the last instruction.
13885   $ac_cs_success || as_fn_exit $?
13886 fi
13887 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13888   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13889 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13890 fi
13891