update latest
[framework/multimedia/libmm-utility.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.67 for libmm-utility 0.1.
4 #
5 #
6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
8 # Foundation, Inc.
9 #
10 #
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20   emulate sh
21   NULLCMD=:
22   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23   # is contrary to our usage.  Disable this feature.
24   alias -g '${1+"$@"}'='"$@"'
25   setopt NO_GLOB_SUBST
26 else
27   case `(set -o) 2>/dev/null` in #(
28   *posix*) :
29     set -o posix ;; #(
30   *) :
31      ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47   as_echo='print -r --'
48   as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in #(
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83
84 # IFS
85 # We need space, tab and new line, in precisely that order.  Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" ""        $as_nl"
90
91 # Find who we are.  Look in the path if we contain no directory separator.
92 case $0 in #((
93   *[\\/]* ) as_myself=$0 ;;
94   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
96 do
97   IFS=$as_save_IFS
98   test -z "$as_dir" && as_dir=.
99     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100   done
101 IFS=$as_save_IFS
102
103      ;;
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108   as_myself=$0
109 fi
110 if test ! -f "$as_myself"; then
111   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112   exit 1
113 fi
114
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there.  '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
126
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
132
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
136 if test "x$CONFIG_SHELL" = x; then
137   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138   emulate sh
139   NULLCMD=:
140   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141   # is contrary to our usage.  Disable this feature.
142   alias -g '\${1+\"\$@\"}'='\"\$@\"'
143   setopt NO_GLOB_SUBST
144 else
145   case \`(set -o) 2>/dev/null\` in #(
146   *posix*) :
147     set -o posix ;; #(
148   *) :
149      ;;
150 esac
151 fi
152 "
153   as_required="as_fn_return () { (exit \$1); }
154 as_fn_success () { as_fn_return 0; }
155 as_fn_failure () { as_fn_return 1; }
156 as_fn_ret_success () { return 0; }
157 as_fn_ret_failure () { return 1; }
158
159 exitcode=0
160 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165
166 else
167   exitcode=1; echo positional parameters were not saved.
168 fi
169 test x\$exitcode = x0 || exit 1"
170   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
174 test \$(( 1 + 1 )) = 2 || exit 1"
175   if (eval "$as_required") 2>/dev/null; then :
176   as_have_required=yes
177 else
178   as_have_required=no
179 fi
180   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
181
182 else
183   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
184 as_found=false
185 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
186 do
187   IFS=$as_save_IFS
188   test -z "$as_dir" && as_dir=.
189   as_found=:
190   case $as_dir in #(
191          /*)
192            for as_base in sh bash ksh sh5; do
193              # Try only shells that exist, to save several forks.
194              as_shell=$as_dir/$as_base
195              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
196                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
197   CONFIG_SHELL=$as_shell as_have_required=yes
198                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
199   break 2
200 fi
201 fi
202            done;;
203        esac
204   as_found=false
205 done
206 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
207               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
208   CONFIG_SHELL=$SHELL as_have_required=yes
209 fi; }
210 IFS=$as_save_IFS
211
212
213       if test "x$CONFIG_SHELL" != x; then :
214   # We cannot yet assume a decent shell, so we have to provide a
215         # neutralization value for shells without unset; and this also
216         # works around shells that cannot unset nonexistent variables.
217         BASH_ENV=/dev/null
218         ENV=/dev/null
219         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
220         export CONFIG_SHELL
221         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222 fi
223
224     if test x$as_have_required = xno; then :
225   $as_echo "$0: This script requires a shell more modern than all"
226   $as_echo "$0: the shells that I found on your system."
227   if test x${ZSH_VERSION+set} = xset ; then
228     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
229     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
230   else
231     $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
232 $0: including any error possibly output before this
233 $0: message. Then install a modern shell, or manually run
234 $0: the script under such a shell if you do have one."
235   fi
236   exit 1
237 fi
238 fi
239 fi
240 SHELL=${CONFIG_SHELL-/bin/sh}
241 export SHELL
242 # Unset more variables known to interfere with behavior of common tools.
243 CLICOLOR_FORCE= GREP_OPTIONS=
244 unset CLICOLOR_FORCE GREP_OPTIONS
245
246 ## --------------------- ##
247 ## M4sh Shell Functions. ##
248 ## --------------------- ##
249 # as_fn_unset VAR
250 # ---------------
251 # Portably unset VAR.
252 as_fn_unset ()
253 {
254   { eval $1=; unset $1;}
255 }
256 as_unset=as_fn_unset
257
258 # as_fn_set_status STATUS
259 # -----------------------
260 # Set $? to STATUS, without forking.
261 as_fn_set_status ()
262 {
263   return $1
264 } # as_fn_set_status
265
266 # as_fn_exit STATUS
267 # -----------------
268 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
269 as_fn_exit ()
270 {
271   set +e
272   as_fn_set_status $1
273   exit $1
274 } # as_fn_exit
275
276 # as_fn_mkdir_p
277 # -------------
278 # Create "$as_dir" as a directory, including parents if necessary.
279 as_fn_mkdir_p ()
280 {
281
282   case $as_dir in #(
283   -*) as_dir=./$as_dir;;
284   esac
285   test -d "$as_dir" || eval $as_mkdir_p || {
286     as_dirs=
287     while :; do
288       case $as_dir in #(
289       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
290       *) as_qdir=$as_dir;;
291       esac
292       as_dirs="'$as_qdir' $as_dirs"
293       as_dir=`$as_dirname -- "$as_dir" ||
294 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
295          X"$as_dir" : 'X\(//\)[^/]' \| \
296          X"$as_dir" : 'X\(//\)$' \| \
297          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
298 $as_echo X"$as_dir" |
299     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
300             s//\1/
301             q
302           }
303           /^X\(\/\/\)[^/].*/{
304             s//\1/
305             q
306           }
307           /^X\(\/\/\)$/{
308             s//\1/
309             q
310           }
311           /^X\(\/\).*/{
312             s//\1/
313             q
314           }
315           s/.*/./; q'`
316       test -d "$as_dir" && break
317     done
318     test -z "$as_dirs" || eval "mkdir $as_dirs"
319   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
320
321
322 } # as_fn_mkdir_p
323 # as_fn_append VAR VALUE
324 # ----------------------
325 # Append the text in VALUE to the end of the definition contained in VAR. Take
326 # advantage of any shell optimizations that allow amortized linear growth over
327 # repeated appends, instead of the typical quadratic growth present in naive
328 # implementations.
329 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
330   eval 'as_fn_append ()
331   {
332     eval $1+=\$2
333   }'
334 else
335   as_fn_append ()
336   {
337     eval $1=\$$1\$2
338   }
339 fi # as_fn_append
340
341 # as_fn_arith ARG...
342 # ------------------
343 # Perform arithmetic evaluation on the ARGs, and store the result in the
344 # global $as_val. Take advantage of shells that can avoid forks. The arguments
345 # must be portable across $(()) and expr.
346 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
347   eval 'as_fn_arith ()
348   {
349     as_val=$(( $* ))
350   }'
351 else
352   as_fn_arith ()
353   {
354     as_val=`expr "$@" || test $? -eq 1`
355   }
356 fi # as_fn_arith
357
358
359 # as_fn_error STATUS ERROR [LINENO LOG_FD]
360 # ----------------------------------------
361 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
362 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
363 # script with STATUS, using 1 if that was 0.
364 as_fn_error ()
365 {
366   as_status=$1; test $as_status -eq 0 && as_status=1
367   if test "$4"; then
368     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
369     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
370   fi
371   $as_echo "$as_me: error: $2" >&2
372   as_fn_exit $as_status
373 } # as_fn_error
374
375 if expr a : '\(a\)' >/dev/null 2>&1 &&
376    test "X`expr 00001 : '.*\(...\)'`" = X001; then
377   as_expr=expr
378 else
379   as_expr=false
380 fi
381
382 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
383   as_basename=basename
384 else
385   as_basename=false
386 fi
387
388 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
389   as_dirname=dirname
390 else
391   as_dirname=false
392 fi
393
394 as_me=`$as_basename -- "$0" ||
395 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
396          X"$0" : 'X\(//\)$' \| \
397          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
398 $as_echo X/"$0" |
399     sed '/^.*\/\([^/][^/]*\)\/*$/{
400             s//\1/
401             q
402           }
403           /^X\/\(\/\/\)$/{
404             s//\1/
405             q
406           }
407           /^X\/\(\/\).*/{
408             s//\1/
409             q
410           }
411           s/.*/./; q'`
412
413 # Avoid depending upon Character Ranges.
414 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
415 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
416 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
417 as_cr_digits='0123456789'
418 as_cr_alnum=$as_cr_Letters$as_cr_digits
419
420
421   as_lineno_1=$LINENO as_lineno_1a=$LINENO
422   as_lineno_2=$LINENO as_lineno_2a=$LINENO
423   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
424   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
425   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
426   sed -n '
427     p
428     /[$]LINENO/=
429   ' <$as_myself |
430     sed '
431       s/[$]LINENO.*/&-/
432       t lineno
433       b
434       :lineno
435       N
436       :loop
437       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
438       t loop
439       s/-\n.*//
440     ' >$as_me.lineno &&
441   chmod +x "$as_me.lineno" ||
442     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
443
444   # Don't try to exec as it changes $[0], causing all sort of problems
445   # (the dirname of $[0] is not the place where we might find the
446   # original and so on.  Autoconf is especially sensitive to this).
447   . "./$as_me.lineno"
448   # Exit status is that of the last command.
449   exit
450 }
451
452 ECHO_C= ECHO_N= ECHO_T=
453 case `echo -n x` in #(((((
454 -n*)
455   case `echo 'xy\c'` in
456   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
457   xy)  ECHO_C='\c';;
458   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
459        ECHO_T=' ';;
460   esac;;
461 *)
462   ECHO_N='-n';;
463 esac
464
465 rm -f conf$$ conf$$.exe conf$$.file
466 if test -d conf$$.dir; then
467   rm -f conf$$.dir/conf$$.file
468 else
469   rm -f conf$$.dir
470   mkdir conf$$.dir 2>/dev/null
471 fi
472 if (echo >conf$$.file) 2>/dev/null; then
473   if ln -s conf$$.file conf$$ 2>/dev/null; then
474     as_ln_s='ln -s'
475     # ... but there are two gotchas:
476     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
477     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
478     # In both cases, we have to default to `cp -p'.
479     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
480       as_ln_s='cp -p'
481   elif ln conf$$.file conf$$ 2>/dev/null; then
482     as_ln_s=ln
483   else
484     as_ln_s='cp -p'
485   fi
486 else
487   as_ln_s='cp -p'
488 fi
489 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
490 rmdir conf$$.dir 2>/dev/null
491
492 if mkdir -p . 2>/dev/null; then
493   as_mkdir_p='mkdir -p "$as_dir"'
494 else
495   test -d ./-p && rmdir ./-p
496   as_mkdir_p=false
497 fi
498
499 if test -x / >/dev/null 2>&1; then
500   as_test_x='test -x'
501 else
502   if ls -dL / >/dev/null 2>&1; then
503     as_ls_L_option=L
504   else
505     as_ls_L_option=
506   fi
507   as_test_x='
508     eval sh -c '\''
509       if test -d "$1"; then
510         test -d "$1/.";
511       else
512         case $1 in #(
513         -*)set "./$1";;
514         esac;
515         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
516         ???[sx]*):;;*)false;;esac;fi
517     '\'' sh
518   '
519 fi
520 as_executable_p=$as_test_x
521
522 # Sed expression to map a string onto a valid CPP name.
523 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
524
525 # Sed expression to map a string onto a valid variable name.
526 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
527
528
529
530 # Check that we are running under the correct shell.
531 SHELL=${CONFIG_SHELL-/bin/sh}
532
533 case X$lt_ECHO in
534 X*--fallback-echo)
535   # Remove one level of quotation (which was required for Make).
536   ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
537   ;;
538 esac
539
540 ECHO=${lt_ECHO-echo}
541 if test "X$1" = X--no-reexec; then
542   # Discard the --no-reexec flag, and continue.
543   shift
544 elif test "X$1" = X--fallback-echo; then
545   # Avoid inline document here, it may be left over
546   :
547 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
548   # Yippee, $ECHO works!
549   :
550 else
551   # Restart under the correct shell.
552   exec $SHELL "$0" --no-reexec ${1+"$@"}
553 fi
554
555 if test "X$1" = X--fallback-echo; then
556   # used as fallback echo
557   shift
558   cat <<_LT_EOF
559 $*
560 _LT_EOF
561   exit 0
562 fi
563
564 # The HP-UX ksh and POSIX shell print the target directory to stdout
565 # if CDPATH is set.
566 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
567
568 if test -z "$lt_ECHO"; then
569   if test "X${echo_test_string+set}" != Xset; then
570     # find a string as large as possible, as long as the shell can cope with it
571     for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
572       # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
573       if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
574          { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
575       then
576         break
577       fi
578     done
579   fi
580
581   if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
582      echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
583      test "X$echo_testing_string" = "X$echo_test_string"; then
584     :
585   else
586     # The Solaris, AIX, and Digital Unix default echo programs unquote
587     # backslashes.  This makes it impossible to quote backslashes using
588     #   echo "$something" | sed 's/\\/\\\\/g'
589     #
590     # So, first we look for a working echo in the user's PATH.
591
592     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
593     for dir in $PATH /usr/ucb; do
594       IFS="$lt_save_ifs"
595       if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
596          test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
597          echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
598          test "X$echo_testing_string" = "X$echo_test_string"; then
599         ECHO="$dir/echo"
600         break
601       fi
602     done
603     IFS="$lt_save_ifs"
604
605     if test "X$ECHO" = Xecho; then
606       # We didn't find a better echo, so look for alternatives.
607       if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
608          echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
609          test "X$echo_testing_string" = "X$echo_test_string"; then
610         # This shell has a builtin print -r that does the trick.
611         ECHO='print -r'
612       elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
613            test "X$CONFIG_SHELL" != X/bin/ksh; then
614         # If we have ksh, try running configure again with it.
615         ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
616         export ORIGINAL_CONFIG_SHELL
617         CONFIG_SHELL=/bin/ksh
618         export CONFIG_SHELL
619         exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
620       else
621         # Try using printf.
622         ECHO='printf %s\n'
623         if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
624            echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
625            test "X$echo_testing_string" = "X$echo_test_string"; then
626           # Cool, printf works
627           :
628         elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
629              test "X$echo_testing_string" = 'X\t' &&
630              echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
631              test "X$echo_testing_string" = "X$echo_test_string"; then
632           CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
633           export CONFIG_SHELL
634           SHELL="$CONFIG_SHELL"
635           export SHELL
636           ECHO="$CONFIG_SHELL $0 --fallback-echo"
637         elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
638              test "X$echo_testing_string" = 'X\t' &&
639              echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
640              test "X$echo_testing_string" = "X$echo_test_string"; then
641           ECHO="$CONFIG_SHELL $0 --fallback-echo"
642         else
643           # maybe with a smaller string...
644           prev=:
645
646           for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
647             if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
648             then
649               break
650             fi
651             prev="$cmd"
652           done
653
654           if test "$prev" != 'sed 50q "$0"'; then
655             echo_test_string=`eval $prev`
656             export echo_test_string
657             exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
658           else
659             # Oops.  We lost completely, so just stick with echo.
660             ECHO=echo
661           fi
662         fi
663       fi
664     fi
665   fi
666 fi
667
668 # Copy echo and quote the copy suitably for passing to libtool from
669 # the Makefile, instead of quoting the original, which is used later.
670 lt_ECHO=$ECHO
671 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
672    lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
673 fi
674
675
676
677
678 test -n "$DJDIR" || exec 7<&0 </dev/null
679 exec 6>&1
680
681 # Name of the host.
682 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
683 # so uname gets run too.
684 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
685
686 #
687 # Initializations.
688 #
689 ac_default_prefix=/usr/local
690 ac_clean_files=
691 ac_config_libobj_dir=.
692 LIBOBJS=
693 cross_compiling=no
694 subdirs=
695 MFLAGS=
696 MAKEFLAGS=
697
698 # Identity of this package.
699 PACKAGE_NAME='libmm-utility'
700 PACKAGE_TARNAME='libmm-utility'
701 PACKAGE_VERSION='0.1'
702 PACKAGE_STRING='libmm-utility 0.1'
703 PACKAGE_BUGREPORT=''
704 PACKAGE_URL=''
705
706 # Factoring default headers for most tests.
707 ac_includes_default="\
708 #include <stdio.h>
709 #ifdef HAVE_SYS_TYPES_H
710 # include <sys/types.h>
711 #endif
712 #ifdef HAVE_SYS_STAT_H
713 # include <sys/stat.h>
714 #endif
715 #ifdef STDC_HEADERS
716 # include <stdlib.h>
717 # include <stddef.h>
718 #else
719 # ifdef HAVE_STDLIB_H
720 #  include <stdlib.h>
721 # endif
722 #endif
723 #ifdef HAVE_STRING_H
724 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
725 #  include <memory.h>
726 # endif
727 # include <string.h>
728 #endif
729 #ifdef HAVE_STRINGS_H
730 # include <strings.h>
731 #endif
732 #ifdef HAVE_INTTYPES_H
733 # include <inttypes.h>
734 #endif
735 #ifdef HAVE_STDINT_H
736 # include <stdint.h>
737 #endif
738 #ifdef HAVE_UNISTD_H
739 # include <unistd.h>
740 #endif"
741
742 ac_subst_vars='am__EXEEXT_FALSE
743 am__EXEEXT_TRUE
744 LTLIBOBJS
745 GMODULE_LIBS
746 GMODULE_CFLAGS
747 GLIB_LIBS
748 GLIB_CFLAGS
749 MMTA_LIBS
750 MMTA_CFLAGS
751 MMLOG_LIBS
752 MMLOG_CFLAGS
753 MMCOMMON_LIBS
754 MMCOMMON_CFLAGS
755 PKG_CONFIG_LIBDIR
756 PKG_CONFIG_PATH
757 PKG_CONFIG
758 LIBOBJS
759 CPP
760 OTOOL64
761 OTOOL
762 LIPO
763 NMEDIT
764 DSYMUTIL
765 lt_ECHO
766 RANLIB
767 AR
768 OBJDUMP
769 LN_S
770 NM
771 ac_ct_DUMPBIN
772 DUMPBIN
773 LD
774 FGREP
775 EGREP
776 GREP
777 SED
778 host_os
779 host_vendor
780 host_cpu
781 host
782 build_os
783 build_vendor
784 build_cpu
785 build
786 LIBTOOL
787 am__fastdepCC_FALSE
788 am__fastdepCC_TRUE
789 CCDEPMODE
790 AMDEPBACKSLASH
791 AMDEP_FALSE
792 AMDEP_TRUE
793 am__quote
794 am__include
795 DEPDIR
796 OBJEXT
797 EXEEXT
798 ac_ct_CC
799 CPPFLAGS
800 LDFLAGS
801 CFLAGS
802 CC
803 am__untar
804 am__tar
805 AMTAR
806 am__leading_dot
807 SET_MAKE
808 AWK
809 mkdir_p
810 MKDIR_P
811 INSTALL_STRIP_PROGRAM
812 STRIP
813 install_sh
814 MAKEINFO
815 AUTOHEADER
816 AUTOMAKE
817 AUTOCONF
818 ACLOCAL
819 VERSION
820 PACKAGE
821 CYGPATH_W
822 am__isrc
823 INSTALL_DATA
824 INSTALL_SCRIPT
825 INSTALL_PROGRAM
826 target_alias
827 host_alias
828 build_alias
829 LIBS
830 ECHO_T
831 ECHO_N
832 ECHO_C
833 DEFS
834 mandir
835 localedir
836 libdir
837 psdir
838 pdfdir
839 dvidir
840 htmldir
841 infodir
842 docdir
843 oldincludedir
844 includedir
845 localstatedir
846 sharedstatedir
847 sysconfdir
848 datadir
849 datarootdir
850 libexecdir
851 sbindir
852 bindir
853 program_transform_name
854 prefix
855 exec_prefix
856 PACKAGE_URL
857 PACKAGE_BUGREPORT
858 PACKAGE_STRING
859 PACKAGE_VERSION
860 PACKAGE_TARNAME
861 PACKAGE_NAME
862 PATH_SEPARATOR
863 SHELL'
864 ac_subst_files=''
865 ac_user_opts='
866 enable_option_checking
867 enable_dependency_tracking
868 enable_shared
869 enable_static
870 with_pic
871 enable_fast_install
872 with_gnu_ld
873 enable_libtool_lock
874 '
875       ac_precious_vars='build_alias
876 host_alias
877 target_alias
878 CC
879 CFLAGS
880 LDFLAGS
881 LIBS
882 CPPFLAGS
883 CPP
884 PKG_CONFIG
885 PKG_CONFIG_PATH
886 PKG_CONFIG_LIBDIR
887 MMCOMMON_CFLAGS
888 MMCOMMON_LIBS
889 MMLOG_CFLAGS
890 MMLOG_LIBS
891 MMTA_CFLAGS
892 MMTA_LIBS
893 GLIB_CFLAGS
894 GLIB_LIBS
895 GMODULE_CFLAGS
896 GMODULE_LIBS'
897
898
899 # Initialize some variables set by options.
900 ac_init_help=
901 ac_init_version=false
902 ac_unrecognized_opts=
903 ac_unrecognized_sep=
904 # The variables have the same names as the options, with
905 # dashes changed to underlines.
906 cache_file=/dev/null
907 exec_prefix=NONE
908 no_create=
909 no_recursion=
910 prefix=NONE
911 program_prefix=NONE
912 program_suffix=NONE
913 program_transform_name=s,x,x,
914 silent=
915 site=
916 srcdir=
917 verbose=
918 x_includes=NONE
919 x_libraries=NONE
920
921 # Installation directory options.
922 # These are left unexpanded so users can "make install exec_prefix=/foo"
923 # and all the variables that are supposed to be based on exec_prefix
924 # by default will actually change.
925 # Use braces instead of parens because sh, perl, etc. also accept them.
926 # (The list follows the same order as the GNU Coding Standards.)
927 bindir='${exec_prefix}/bin'
928 sbindir='${exec_prefix}/sbin'
929 libexecdir='${exec_prefix}/libexec'
930 datarootdir='${prefix}/share'
931 datadir='${datarootdir}'
932 sysconfdir='${prefix}/etc'
933 sharedstatedir='${prefix}/com'
934 localstatedir='${prefix}/var'
935 includedir='${prefix}/include'
936 oldincludedir='/usr/include'
937 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
938 infodir='${datarootdir}/info'
939 htmldir='${docdir}'
940 dvidir='${docdir}'
941 pdfdir='${docdir}'
942 psdir='${docdir}'
943 libdir='${exec_prefix}/lib'
944 localedir='${datarootdir}/locale'
945 mandir='${datarootdir}/man'
946
947 ac_prev=
948 ac_dashdash=
949 for ac_option
950 do
951   # If the previous option needs an argument, assign it.
952   if test -n "$ac_prev"; then
953     eval $ac_prev=\$ac_option
954     ac_prev=
955     continue
956   fi
957
958   case $ac_option in
959   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
960   *=)   ac_optarg= ;;
961   *)    ac_optarg=yes ;;
962   esac
963
964   # Accept the important Cygnus configure options, so we can diagnose typos.
965
966   case $ac_dashdash$ac_option in
967   --)
968     ac_dashdash=yes ;;
969
970   -bindir | --bindir | --bindi | --bind | --bin | --bi)
971     ac_prev=bindir ;;
972   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
973     bindir=$ac_optarg ;;
974
975   -build | --build | --buil | --bui | --bu)
976     ac_prev=build_alias ;;
977   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
978     build_alias=$ac_optarg ;;
979
980   -cache-file | --cache-file | --cache-fil | --cache-fi \
981   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
982     ac_prev=cache_file ;;
983   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
984   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
985     cache_file=$ac_optarg ;;
986
987   --config-cache | -C)
988     cache_file=config.cache ;;
989
990   -datadir | --datadir | --datadi | --datad)
991     ac_prev=datadir ;;
992   -datadir=* | --datadir=* | --datadi=* | --datad=*)
993     datadir=$ac_optarg ;;
994
995   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
996   | --dataroo | --dataro | --datar)
997     ac_prev=datarootdir ;;
998   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
999   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1000     datarootdir=$ac_optarg ;;
1001
1002   -disable-* | --disable-*)
1003     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1004     # Reject names that are not valid shell variable names.
1005     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1006       as_fn_error $? "invalid feature name: $ac_useropt"
1007     ac_useropt_orig=$ac_useropt
1008     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1009     case $ac_user_opts in
1010       *"
1011 "enable_$ac_useropt"
1012 "*) ;;
1013       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1014          ac_unrecognized_sep=', ';;
1015     esac
1016     eval enable_$ac_useropt=no ;;
1017
1018   -docdir | --docdir | --docdi | --doc | --do)
1019     ac_prev=docdir ;;
1020   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1021     docdir=$ac_optarg ;;
1022
1023   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1024     ac_prev=dvidir ;;
1025   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1026     dvidir=$ac_optarg ;;
1027
1028   -enable-* | --enable-*)
1029     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1030     # Reject names that are not valid shell variable names.
1031     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1032       as_fn_error $? "invalid feature name: $ac_useropt"
1033     ac_useropt_orig=$ac_useropt
1034     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1035     case $ac_user_opts in
1036       *"
1037 "enable_$ac_useropt"
1038 "*) ;;
1039       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1040          ac_unrecognized_sep=', ';;
1041     esac
1042     eval enable_$ac_useropt=\$ac_optarg ;;
1043
1044   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1045   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1046   | --exec | --exe | --ex)
1047     ac_prev=exec_prefix ;;
1048   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1049   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1050   | --exec=* | --exe=* | --ex=*)
1051     exec_prefix=$ac_optarg ;;
1052
1053   -gas | --gas | --ga | --g)
1054     # Obsolete; use --with-gas.
1055     with_gas=yes ;;
1056
1057   -help | --help | --hel | --he | -h)
1058     ac_init_help=long ;;
1059   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1060     ac_init_help=recursive ;;
1061   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1062     ac_init_help=short ;;
1063
1064   -host | --host | --hos | --ho)
1065     ac_prev=host_alias ;;
1066   -host=* | --host=* | --hos=* | --ho=*)
1067     host_alias=$ac_optarg ;;
1068
1069   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1070     ac_prev=htmldir ;;
1071   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1072   | --ht=*)
1073     htmldir=$ac_optarg ;;
1074
1075   -includedir | --includedir | --includedi | --included | --include \
1076   | --includ | --inclu | --incl | --inc)
1077     ac_prev=includedir ;;
1078   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1079   | --includ=* | --inclu=* | --incl=* | --inc=*)
1080     includedir=$ac_optarg ;;
1081
1082   -infodir | --infodir | --infodi | --infod | --info | --inf)
1083     ac_prev=infodir ;;
1084   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1085     infodir=$ac_optarg ;;
1086
1087   -libdir | --libdir | --libdi | --libd)
1088     ac_prev=libdir ;;
1089   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1090     libdir=$ac_optarg ;;
1091
1092   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1093   | --libexe | --libex | --libe)
1094     ac_prev=libexecdir ;;
1095   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1096   | --libexe=* | --libex=* | --libe=*)
1097     libexecdir=$ac_optarg ;;
1098
1099   -localedir | --localedir | --localedi | --localed | --locale)
1100     ac_prev=localedir ;;
1101   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1102     localedir=$ac_optarg ;;
1103
1104   -localstatedir | --localstatedir | --localstatedi | --localstated \
1105   | --localstate | --localstat | --localsta | --localst | --locals)
1106     ac_prev=localstatedir ;;
1107   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1108   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1109     localstatedir=$ac_optarg ;;
1110
1111   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1112     ac_prev=mandir ;;
1113   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1114     mandir=$ac_optarg ;;
1115
1116   -nfp | --nfp | --nf)
1117     # Obsolete; use --without-fp.
1118     with_fp=no ;;
1119
1120   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1121   | --no-cr | --no-c | -n)
1122     no_create=yes ;;
1123
1124   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1125   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1126     no_recursion=yes ;;
1127
1128   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1129   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1130   | --oldin | --oldi | --old | --ol | --o)
1131     ac_prev=oldincludedir ;;
1132   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1133   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1134   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1135     oldincludedir=$ac_optarg ;;
1136
1137   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1138     ac_prev=prefix ;;
1139   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1140     prefix=$ac_optarg ;;
1141
1142   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1143   | --program-pre | --program-pr | --program-p)
1144     ac_prev=program_prefix ;;
1145   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1146   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1147     program_prefix=$ac_optarg ;;
1148
1149   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1150   | --program-suf | --program-su | --program-s)
1151     ac_prev=program_suffix ;;
1152   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1153   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1154     program_suffix=$ac_optarg ;;
1155
1156   -program-transform-name | --program-transform-name \
1157   | --program-transform-nam | --program-transform-na \
1158   | --program-transform-n | --program-transform- \
1159   | --program-transform | --program-transfor \
1160   | --program-transfo | --program-transf \
1161   | --program-trans | --program-tran \
1162   | --progr-tra | --program-tr | --program-t)
1163     ac_prev=program_transform_name ;;
1164   -program-transform-name=* | --program-transform-name=* \
1165   | --program-transform-nam=* | --program-transform-na=* \
1166   | --program-transform-n=* | --program-transform-=* \
1167   | --program-transform=* | --program-transfor=* \
1168   | --program-transfo=* | --program-transf=* \
1169   | --program-trans=* | --program-tran=* \
1170   | --progr-tra=* | --program-tr=* | --program-t=*)
1171     program_transform_name=$ac_optarg ;;
1172
1173   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1174     ac_prev=pdfdir ;;
1175   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1176     pdfdir=$ac_optarg ;;
1177
1178   -psdir | --psdir | --psdi | --psd | --ps)
1179     ac_prev=psdir ;;
1180   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1181     psdir=$ac_optarg ;;
1182
1183   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1184   | -silent | --silent | --silen | --sile | --sil)
1185     silent=yes ;;
1186
1187   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1188     ac_prev=sbindir ;;
1189   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1190   | --sbi=* | --sb=*)
1191     sbindir=$ac_optarg ;;
1192
1193   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1194   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1195   | --sharedst | --shareds | --shared | --share | --shar \
1196   | --sha | --sh)
1197     ac_prev=sharedstatedir ;;
1198   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1199   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1200   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1201   | --sha=* | --sh=*)
1202     sharedstatedir=$ac_optarg ;;
1203
1204   -site | --site | --sit)
1205     ac_prev=site ;;
1206   -site=* | --site=* | --sit=*)
1207     site=$ac_optarg ;;
1208
1209   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1210     ac_prev=srcdir ;;
1211   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1212     srcdir=$ac_optarg ;;
1213
1214   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1215   | --syscon | --sysco | --sysc | --sys | --sy)
1216     ac_prev=sysconfdir ;;
1217   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1218   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1219     sysconfdir=$ac_optarg ;;
1220
1221   -target | --target | --targe | --targ | --tar | --ta | --t)
1222     ac_prev=target_alias ;;
1223   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1224     target_alias=$ac_optarg ;;
1225
1226   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1227     verbose=yes ;;
1228
1229   -version | --version | --versio | --versi | --vers | -V)
1230     ac_init_version=: ;;
1231
1232   -with-* | --with-*)
1233     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1234     # Reject names that are not valid shell variable names.
1235     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1236       as_fn_error $? "invalid package name: $ac_useropt"
1237     ac_useropt_orig=$ac_useropt
1238     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1239     case $ac_user_opts in
1240       *"
1241 "with_$ac_useropt"
1242 "*) ;;
1243       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1244          ac_unrecognized_sep=', ';;
1245     esac
1246     eval with_$ac_useropt=\$ac_optarg ;;
1247
1248   -without-* | --without-*)
1249     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1250     # Reject names that are not valid shell variable names.
1251     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1252       as_fn_error $? "invalid package name: $ac_useropt"
1253     ac_useropt_orig=$ac_useropt
1254     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1255     case $ac_user_opts in
1256       *"
1257 "with_$ac_useropt"
1258 "*) ;;
1259       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1260          ac_unrecognized_sep=', ';;
1261     esac
1262     eval with_$ac_useropt=no ;;
1263
1264   --x)
1265     # Obsolete; use --with-x.
1266     with_x=yes ;;
1267
1268   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1269   | --x-incl | --x-inc | --x-in | --x-i)
1270     ac_prev=x_includes ;;
1271   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1272   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1273     x_includes=$ac_optarg ;;
1274
1275   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1276   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1277     ac_prev=x_libraries ;;
1278   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1279   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1280     x_libraries=$ac_optarg ;;
1281
1282   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1283 Try \`$0 --help' for more information"
1284     ;;
1285
1286   *=*)
1287     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1288     # Reject names that are not valid shell variable names.
1289     case $ac_envvar in #(
1290       '' | [0-9]* | *[!_$as_cr_alnum]* )
1291       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1292     esac
1293     eval $ac_envvar=\$ac_optarg
1294     export $ac_envvar ;;
1295
1296   *)
1297     # FIXME: should be removed in autoconf 3.0.
1298     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1299     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1300       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1301     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1302     ;;
1303
1304   esac
1305 done
1306
1307 if test -n "$ac_prev"; then
1308   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1309   as_fn_error $? "missing argument to $ac_option"
1310 fi
1311
1312 if test -n "$ac_unrecognized_opts"; then
1313   case $enable_option_checking in
1314     no) ;;
1315     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1316     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1317   esac
1318 fi
1319
1320 # Check all directory arguments for consistency.
1321 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1322                 datadir sysconfdir sharedstatedir localstatedir includedir \
1323                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1324                 libdir localedir mandir
1325 do
1326   eval ac_val=\$$ac_var
1327   # Remove trailing slashes.
1328   case $ac_val in
1329     */ )
1330       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1331       eval $ac_var=\$ac_val;;
1332   esac
1333   # Be sure to have absolute directory names.
1334   case $ac_val in
1335     [\\/$]* | ?:[\\/]* )  continue;;
1336     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1337   esac
1338   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1339 done
1340
1341 # There might be people who depend on the old broken behavior: `$host'
1342 # used to hold the argument of --host etc.
1343 # FIXME: To remove some day.
1344 build=$build_alias
1345 host=$host_alias
1346 target=$target_alias
1347
1348 # FIXME: To remove some day.
1349 if test "x$host_alias" != x; then
1350   if test "x$build_alias" = x; then
1351     cross_compiling=maybe
1352     $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1353     If a cross compiler is detected then cross compile mode will be used" >&2
1354   elif test "x$build_alias" != "x$host_alias"; then
1355     cross_compiling=yes
1356   fi
1357 fi
1358
1359 ac_tool_prefix=
1360 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1361
1362 test "$silent" = yes && exec 6>/dev/null
1363
1364
1365 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1366 ac_ls_di=`ls -di .` &&
1367 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1368   as_fn_error $? "working directory cannot be determined"
1369 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1370   as_fn_error $? "pwd does not report name of working directory"
1371
1372
1373 # Find the source files, if location was not specified.
1374 if test -z "$srcdir"; then
1375   ac_srcdir_defaulted=yes
1376   # Try the directory containing this script, then the parent directory.
1377   ac_confdir=`$as_dirname -- "$as_myself" ||
1378 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1379          X"$as_myself" : 'X\(//\)[^/]' \| \
1380          X"$as_myself" : 'X\(//\)$' \| \
1381          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1382 $as_echo X"$as_myself" |
1383     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1384             s//\1/
1385             q
1386           }
1387           /^X\(\/\/\)[^/].*/{
1388             s//\1/
1389             q
1390           }
1391           /^X\(\/\/\)$/{
1392             s//\1/
1393             q
1394           }
1395           /^X\(\/\).*/{
1396             s//\1/
1397             q
1398           }
1399           s/.*/./; q'`
1400   srcdir=$ac_confdir
1401   if test ! -r "$srcdir/$ac_unique_file"; then
1402     srcdir=..
1403   fi
1404 else
1405   ac_srcdir_defaulted=no
1406 fi
1407 if test ! -r "$srcdir/$ac_unique_file"; then
1408   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1409   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1410 fi
1411 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1412 ac_abs_confdir=`(
1413         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1414         pwd)`
1415 # When building in place, set srcdir=.
1416 if test "$ac_abs_confdir" = "$ac_pwd"; then
1417   srcdir=.
1418 fi
1419 # Remove unnecessary trailing slashes from srcdir.
1420 # Double slashes in file names in object file debugging info
1421 # mess up M-x gdb in Emacs.
1422 case $srcdir in
1423 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1424 esac
1425 for ac_var in $ac_precious_vars; do
1426   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1427   eval ac_env_${ac_var}_value=\$${ac_var}
1428   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1429   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1430 done
1431
1432 #
1433 # Report the --help message.
1434 #
1435 if test "$ac_init_help" = "long"; then
1436   # Omit some internal or obsolete options to make the list less imposing.
1437   # This message is too long to be a string in the A/UX 3.1 sh.
1438   cat <<_ACEOF
1439 \`configure' configures libmm-utility 0.1 to adapt to many kinds of systems.
1440
1441 Usage: $0 [OPTION]... [VAR=VALUE]...
1442
1443 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1444 VAR=VALUE.  See below for descriptions of some of the useful variables.
1445
1446 Defaults for the options are specified in brackets.
1447
1448 Configuration:
1449   -h, --help              display this help and exit
1450       --help=short        display options specific to this package
1451       --help=recursive    display the short help of all the included packages
1452   -V, --version           display version information and exit
1453   -q, --quiet, --silent   do not print \`checking ...' messages
1454       --cache-file=FILE   cache test results in FILE [disabled]
1455   -C, --config-cache      alias for \`--cache-file=config.cache'
1456   -n, --no-create         do not create output files
1457       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1458
1459 Installation directories:
1460   --prefix=PREFIX         install architecture-independent files in PREFIX
1461                           [$ac_default_prefix]
1462   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1463                           [PREFIX]
1464
1465 By default, \`make install' will install all the files in
1466 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1467 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1468 for instance \`--prefix=\$HOME'.
1469
1470 For better control, use the options below.
1471
1472 Fine tuning of the installation directories:
1473   --bindir=DIR            user executables [EPREFIX/bin]
1474   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1475   --libexecdir=DIR        program executables [EPREFIX/libexec]
1476   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1477   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1478   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1479   --libdir=DIR            object code libraries [EPREFIX/lib]
1480   --includedir=DIR        C header files [PREFIX/include]
1481   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1482   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1483   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1484   --infodir=DIR           info documentation [DATAROOTDIR/info]
1485   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1486   --mandir=DIR            man documentation [DATAROOTDIR/man]
1487   --docdir=DIR            documentation root [DATAROOTDIR/doc/libmm-utility]
1488   --htmldir=DIR           html documentation [DOCDIR]
1489   --dvidir=DIR            dvi documentation [DOCDIR]
1490   --pdfdir=DIR            pdf documentation [DOCDIR]
1491   --psdir=DIR             ps documentation [DOCDIR]
1492 _ACEOF
1493
1494   cat <<\_ACEOF
1495
1496 Program names:
1497   --program-prefix=PREFIX            prepend PREFIX to installed program names
1498   --program-suffix=SUFFIX            append SUFFIX to installed program names
1499   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1500
1501 System types:
1502   --build=BUILD     configure for building on BUILD [guessed]
1503   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1504 _ACEOF
1505 fi
1506
1507 if test -n "$ac_init_help"; then
1508   case $ac_init_help in
1509      short | recursive ) echo "Configuration of libmm-utility 0.1:";;
1510    esac
1511   cat <<\_ACEOF
1512
1513 Optional Features:
1514   --disable-option-checking  ignore unrecognized --enable/--with options
1515   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1516   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1517   --disable-dependency-tracking  speeds up one-time build
1518   --enable-dependency-tracking   do not reject slow dependency extractors
1519   --enable-shared[=PKGS]  build shared libraries [default=yes]
1520   --enable-static[=PKGS]  build static libraries [default=yes]
1521   --enable-fast-install[=PKGS]
1522                           optimize for fast installation [default=yes]
1523   --disable-libtool-lock  avoid locking (might break parallel builds)
1524
1525 Optional Packages:
1526   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1527   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1528   --with-pic              try to use only PIC/non-PIC objects [default=use
1529                           both]
1530   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1531
1532 Some influential environment variables:
1533   CC          C compiler command
1534   CFLAGS      C compiler flags
1535   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1536               nonstandard directory <lib dir>
1537   LIBS        libraries to pass to the linker, e.g. -l<library>
1538   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1539               you have headers in a nonstandard directory <include dir>
1540   CPP         C preprocessor
1541   PKG_CONFIG  path to pkg-config utility
1542   PKG_CONFIG_PATH
1543               directories to add to pkg-config's search path
1544   PKG_CONFIG_LIBDIR
1545               path overriding pkg-config's built-in search path
1546   MMCOMMON_CFLAGS
1547               C compiler flags for MMCOMMON, overriding pkg-config
1548   MMCOMMON_LIBS
1549               linker flags for MMCOMMON, overriding pkg-config
1550   MMLOG_CFLAGS
1551               C compiler flags for MMLOG, overriding pkg-config
1552   MMLOG_LIBS  linker flags for MMLOG, overriding pkg-config
1553   MMTA_CFLAGS C compiler flags for MMTA, overriding pkg-config
1554   MMTA_LIBS   linker flags for MMTA, overriding pkg-config
1555   GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
1556   GLIB_LIBS   linker flags for GLIB, overriding pkg-config
1557   GMODULE_CFLAGS
1558               C compiler flags for GMODULE, overriding pkg-config
1559   GMODULE_LIBS
1560               linker flags for GMODULE, overriding pkg-config
1561
1562 Use these variables to override the choices made by `configure' or to help
1563 it to find libraries and programs with nonstandard names/locations.
1564
1565 Report bugs to the package provider.
1566 _ACEOF
1567 ac_status=$?
1568 fi
1569
1570 if test "$ac_init_help" = "recursive"; then
1571   # If there are subdirs, report their specific --help.
1572   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1573     test -d "$ac_dir" ||
1574       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1575       continue
1576     ac_builddir=.
1577
1578 case "$ac_dir" in
1579 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1580 *)
1581   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1582   # A ".." for each directory in $ac_dir_suffix.
1583   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1584   case $ac_top_builddir_sub in
1585   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1586   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1587   esac ;;
1588 esac
1589 ac_abs_top_builddir=$ac_pwd
1590 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1591 # for backward compatibility:
1592 ac_top_builddir=$ac_top_build_prefix
1593
1594 case $srcdir in
1595   .)  # We are building in place.
1596     ac_srcdir=.
1597     ac_top_srcdir=$ac_top_builddir_sub
1598     ac_abs_top_srcdir=$ac_pwd ;;
1599   [\\/]* | ?:[\\/]* )  # Absolute name.
1600     ac_srcdir=$srcdir$ac_dir_suffix;
1601     ac_top_srcdir=$srcdir
1602     ac_abs_top_srcdir=$srcdir ;;
1603   *) # Relative name.
1604     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1605     ac_top_srcdir=$ac_top_build_prefix$srcdir
1606     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1607 esac
1608 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1609
1610     cd "$ac_dir" || { ac_status=$?; continue; }
1611     # Check for guested configure.
1612     if test -f "$ac_srcdir/configure.gnu"; then
1613       echo &&
1614       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1615     elif test -f "$ac_srcdir/configure"; then
1616       echo &&
1617       $SHELL "$ac_srcdir/configure" --help=recursive
1618     else
1619       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1620     fi || ac_status=$?
1621     cd "$ac_pwd" || { ac_status=$?; break; }
1622   done
1623 fi
1624
1625 test -n "$ac_init_help" && exit $ac_status
1626 if $ac_init_version; then
1627   cat <<\_ACEOF
1628 libmm-utility configure 0.1
1629 generated by GNU Autoconf 2.67
1630
1631 Copyright (C) 2010 Free Software Foundation, Inc.
1632 This configure script is free software; the Free Software Foundation
1633 gives unlimited permission to copy, distribute and modify it.
1634 _ACEOF
1635   exit
1636 fi
1637
1638 ## ------------------------ ##
1639 ## Autoconf initialization. ##
1640 ## ------------------------ ##
1641
1642 # ac_fn_c_try_compile LINENO
1643 # --------------------------
1644 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1645 ac_fn_c_try_compile ()
1646 {
1647   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1648   rm -f conftest.$ac_objext
1649   if { { ac_try="$ac_compile"
1650 case "(($ac_try" in
1651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1652   *) ac_try_echo=$ac_try;;
1653 esac
1654 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1655 $as_echo "$ac_try_echo"; } >&5
1656   (eval "$ac_compile") 2>conftest.err
1657   ac_status=$?
1658   if test -s conftest.err; then
1659     grep -v '^ *+' conftest.err >conftest.er1
1660     cat conftest.er1 >&5
1661     mv -f conftest.er1 conftest.err
1662   fi
1663   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1664   test $ac_status = 0; } && {
1665          test -z "$ac_c_werror_flag" ||
1666          test ! -s conftest.err
1667        } && test -s conftest.$ac_objext; then :
1668   ac_retval=0
1669 else
1670   $as_echo "$as_me: failed program was:" >&5
1671 sed 's/^/| /' conftest.$ac_ext >&5
1672
1673         ac_retval=1
1674 fi
1675   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1676   as_fn_set_status $ac_retval
1677
1678 } # ac_fn_c_try_compile
1679
1680 # ac_fn_c_try_link LINENO
1681 # -----------------------
1682 # Try to link conftest.$ac_ext, and return whether this succeeded.
1683 ac_fn_c_try_link ()
1684 {
1685   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1686   rm -f conftest.$ac_objext conftest$ac_exeext
1687   if { { ac_try="$ac_link"
1688 case "(($ac_try" in
1689   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1690   *) ac_try_echo=$ac_try;;
1691 esac
1692 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1693 $as_echo "$ac_try_echo"; } >&5
1694   (eval "$ac_link") 2>conftest.err
1695   ac_status=$?
1696   if test -s conftest.err; then
1697     grep -v '^ *+' conftest.err >conftest.er1
1698     cat conftest.er1 >&5
1699     mv -f conftest.er1 conftest.err
1700   fi
1701   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1702   test $ac_status = 0; } && {
1703          test -z "$ac_c_werror_flag" ||
1704          test ! -s conftest.err
1705        } && test -s conftest$ac_exeext && {
1706          test "$cross_compiling" = yes ||
1707          $as_test_x conftest$ac_exeext
1708        }; then :
1709   ac_retval=0
1710 else
1711   $as_echo "$as_me: failed program was:" >&5
1712 sed 's/^/| /' conftest.$ac_ext >&5
1713
1714         ac_retval=1
1715 fi
1716   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1717   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1718   # interfere with the next link command; also delete a directory that is
1719   # left behind by Apple's compiler.  We do this before executing the actions.
1720   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1721   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1722   as_fn_set_status $ac_retval
1723
1724 } # ac_fn_c_try_link
1725
1726 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1727 # -------------------------------------------------------
1728 # Tests whether HEADER exists and can be compiled using the include files in
1729 # INCLUDES, setting the cache variable VAR accordingly.
1730 ac_fn_c_check_header_compile ()
1731 {
1732   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1733   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1734 $as_echo_n "checking for $2... " >&6; }
1735 if eval "test \"\${$3+set}\"" = set; then :
1736   $as_echo_n "(cached) " >&6
1737 else
1738   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1739 /* end confdefs.h.  */
1740 $4
1741 #include <$2>
1742 _ACEOF
1743 if ac_fn_c_try_compile "$LINENO"; then :
1744   eval "$3=yes"
1745 else
1746   eval "$3=no"
1747 fi
1748 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1749 fi
1750 eval ac_res=\$$3
1751                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1752 $as_echo "$ac_res" >&6; }
1753   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1754
1755 } # ac_fn_c_check_header_compile
1756
1757 # ac_fn_c_try_cpp LINENO
1758 # ----------------------
1759 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1760 ac_fn_c_try_cpp ()
1761 {
1762   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1763   if { { ac_try="$ac_cpp conftest.$ac_ext"
1764 case "(($ac_try" in
1765   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1766   *) ac_try_echo=$ac_try;;
1767 esac
1768 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1769 $as_echo "$ac_try_echo"; } >&5
1770   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1771   ac_status=$?
1772   if test -s conftest.err; then
1773     grep -v '^ *+' conftest.err >conftest.er1
1774     cat conftest.er1 >&5
1775     mv -f conftest.er1 conftest.err
1776   fi
1777   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1778   test $ac_status = 0; } > conftest.i && {
1779          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1780          test ! -s conftest.err
1781        }; then :
1782   ac_retval=0
1783 else
1784   $as_echo "$as_me: failed program was:" >&5
1785 sed 's/^/| /' conftest.$ac_ext >&5
1786
1787     ac_retval=1
1788 fi
1789   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1790   as_fn_set_status $ac_retval
1791
1792 } # ac_fn_c_try_cpp
1793
1794 # ac_fn_c_try_run LINENO
1795 # ----------------------
1796 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1797 # that executables *can* be run.
1798 ac_fn_c_try_run ()
1799 {
1800   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1801   if { { ac_try="$ac_link"
1802 case "(($ac_try" in
1803   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1804   *) ac_try_echo=$ac_try;;
1805 esac
1806 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1807 $as_echo "$ac_try_echo"; } >&5
1808   (eval "$ac_link") 2>&5
1809   ac_status=$?
1810   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1811   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1812   { { case "(($ac_try" in
1813   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1814   *) ac_try_echo=$ac_try;;
1815 esac
1816 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1817 $as_echo "$ac_try_echo"; } >&5
1818   (eval "$ac_try") 2>&5
1819   ac_status=$?
1820   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1821   test $ac_status = 0; }; }; then :
1822   ac_retval=0
1823 else
1824   $as_echo "$as_me: program exited with status $ac_status" >&5
1825        $as_echo "$as_me: failed program was:" >&5
1826 sed 's/^/| /' conftest.$ac_ext >&5
1827
1828        ac_retval=$ac_status
1829 fi
1830   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1831   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1832   as_fn_set_status $ac_retval
1833
1834 } # ac_fn_c_try_run
1835
1836 # ac_fn_c_check_func LINENO FUNC VAR
1837 # ----------------------------------
1838 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1839 ac_fn_c_check_func ()
1840 {
1841   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1842   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1843 $as_echo_n "checking for $2... " >&6; }
1844 if eval "test \"\${$3+set}\"" = set; then :
1845   $as_echo_n "(cached) " >&6
1846 else
1847   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1848 /* end confdefs.h.  */
1849 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1850    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1851 #define $2 innocuous_$2
1852
1853 /* System header to define __stub macros and hopefully few prototypes,
1854     which can conflict with char $2 (); below.
1855     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1856     <limits.h> exists even on freestanding compilers.  */
1857
1858 #ifdef __STDC__
1859 # include <limits.h>
1860 #else
1861 # include <assert.h>
1862 #endif
1863
1864 #undef $2
1865
1866 /* Override any GCC internal prototype to avoid an error.
1867    Use char because int might match the return type of a GCC
1868    builtin and then its argument prototype would still apply.  */
1869 #ifdef __cplusplus
1870 extern "C"
1871 #endif
1872 char $2 ();
1873 /* The GNU C library defines this for functions which it implements
1874     to always fail with ENOSYS.  Some functions are actually named
1875     something starting with __ and the normal name is an alias.  */
1876 #if defined __stub_$2 || defined __stub___$2
1877 choke me
1878 #endif
1879
1880 int
1881 main ()
1882 {
1883 return $2 ();
1884   ;
1885   return 0;
1886 }
1887 _ACEOF
1888 if ac_fn_c_try_link "$LINENO"; then :
1889   eval "$3=yes"
1890 else
1891   eval "$3=no"
1892 fi
1893 rm -f core conftest.err conftest.$ac_objext \
1894     conftest$ac_exeext conftest.$ac_ext
1895 fi
1896 eval ac_res=\$$3
1897                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1898 $as_echo "$ac_res" >&6; }
1899   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1900
1901 } # ac_fn_c_check_func
1902
1903 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1904 # -------------------------------------------------------
1905 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1906 # the include files in INCLUDES and setting the cache variable VAR
1907 # accordingly.
1908 ac_fn_c_check_header_mongrel ()
1909 {
1910   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1911   if eval "test \"\${$3+set}\"" = set; then :
1912   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1913 $as_echo_n "checking for $2... " >&6; }
1914 if eval "test \"\${$3+set}\"" = set; then :
1915   $as_echo_n "(cached) " >&6
1916 fi
1917 eval ac_res=\$$3
1918                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1919 $as_echo "$ac_res" >&6; }
1920 else
1921   # Is the header compilable?
1922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1923 $as_echo_n "checking $2 usability... " >&6; }
1924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1925 /* end confdefs.h.  */
1926 $4
1927 #include <$2>
1928 _ACEOF
1929 if ac_fn_c_try_compile "$LINENO"; then :
1930   ac_header_compiler=yes
1931 else
1932   ac_header_compiler=no
1933 fi
1934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1936 $as_echo "$ac_header_compiler" >&6; }
1937
1938 # Is the header present?
1939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1940 $as_echo_n "checking $2 presence... " >&6; }
1941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1942 /* end confdefs.h.  */
1943 #include <$2>
1944 _ACEOF
1945 if ac_fn_c_try_cpp "$LINENO"; then :
1946   ac_header_preproc=yes
1947 else
1948   ac_header_preproc=no
1949 fi
1950 rm -f conftest.err conftest.i conftest.$ac_ext
1951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1952 $as_echo "$ac_header_preproc" >&6; }
1953
1954 # So?  What about this header?
1955 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1956   yes:no: )
1957     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1958 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1959     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1960 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1961     ;;
1962   no:yes:* )
1963     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1964 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1965     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1966 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1967     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1968 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1969     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1970 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1971     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1972 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1973     ;;
1974 esac
1975   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1976 $as_echo_n "checking for $2... " >&6; }
1977 if eval "test \"\${$3+set}\"" = set; then :
1978   $as_echo_n "(cached) " >&6
1979 else
1980   eval "$3=\$ac_header_compiler"
1981 fi
1982 eval ac_res=\$$3
1983                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1984 $as_echo "$ac_res" >&6; }
1985 fi
1986   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1987
1988 } # ac_fn_c_check_header_mongrel
1989 cat >config.log <<_ACEOF
1990 This file contains any messages produced by compilers while
1991 running configure, to aid debugging if configure makes a mistake.
1992
1993 It was created by libmm-utility $as_me 0.1, which was
1994 generated by GNU Autoconf 2.67.  Invocation command line was
1995
1996   $ $0 $@
1997
1998 _ACEOF
1999 exec 5>>config.log
2000 {
2001 cat <<_ASUNAME
2002 ## --------- ##
2003 ## Platform. ##
2004 ## --------- ##
2005
2006 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2007 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2008 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2009 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2010 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2011
2012 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2013 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2014
2015 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2016 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2017 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2018 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2019 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2020 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2021 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2022
2023 _ASUNAME
2024
2025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2026 for as_dir in $PATH
2027 do
2028   IFS=$as_save_IFS
2029   test -z "$as_dir" && as_dir=.
2030     $as_echo "PATH: $as_dir"
2031   done
2032 IFS=$as_save_IFS
2033
2034 } >&5
2035
2036 cat >&5 <<_ACEOF
2037
2038
2039 ## ----------- ##
2040 ## Core tests. ##
2041 ## ----------- ##
2042
2043 _ACEOF
2044
2045
2046 # Keep a trace of the command line.
2047 # Strip out --no-create and --no-recursion so they do not pile up.
2048 # Strip out --silent because we don't want to record it for future runs.
2049 # Also quote any args containing shell meta-characters.
2050 # Make two passes to allow for proper duplicate-argument suppression.
2051 ac_configure_args=
2052 ac_configure_args0=
2053 ac_configure_args1=
2054 ac_must_keep_next=false
2055 for ac_pass in 1 2
2056 do
2057   for ac_arg
2058   do
2059     case $ac_arg in
2060     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2061     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2062     | -silent | --silent | --silen | --sile | --sil)
2063       continue ;;
2064     *\'*)
2065       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2066     esac
2067     case $ac_pass in
2068     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2069     2)
2070       as_fn_append ac_configure_args1 " '$ac_arg'"
2071       if test $ac_must_keep_next = true; then
2072         ac_must_keep_next=false # Got value, back to normal.
2073       else
2074         case $ac_arg in
2075           *=* | --config-cache | -C | -disable-* | --disable-* \
2076           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2077           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2078           | -with-* | --with-* | -without-* | --without-* | --x)
2079             case "$ac_configure_args0 " in
2080               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2081             esac
2082             ;;
2083           -* ) ac_must_keep_next=true ;;
2084         esac
2085       fi
2086       as_fn_append ac_configure_args " '$ac_arg'"
2087       ;;
2088     esac
2089   done
2090 done
2091 { ac_configure_args0=; unset ac_configure_args0;}
2092 { ac_configure_args1=; unset ac_configure_args1;}
2093
2094 # When interrupted or exit'd, cleanup temporary files, and complete
2095 # config.log.  We remove comments because anyway the quotes in there
2096 # would cause problems or look ugly.
2097 # WARNING: Use '\'' to represent an apostrophe within the trap.
2098 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2099 trap 'exit_status=$?
2100   # Save into config.log some information that might help in debugging.
2101   {
2102     echo
2103
2104     $as_echo "## ---------------- ##
2105 ## Cache variables. ##
2106 ## ---------------- ##"
2107     echo
2108     # The following way of writing the cache mishandles newlines in values,
2109 (
2110   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2111     eval ac_val=\$$ac_var
2112     case $ac_val in #(
2113     *${as_nl}*)
2114       case $ac_var in #(
2115       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2116 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2117       esac
2118       case $ac_var in #(
2119       _ | IFS | as_nl) ;; #(
2120       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2121       *) { eval $ac_var=; unset $ac_var;} ;;
2122       esac ;;
2123     esac
2124   done
2125   (set) 2>&1 |
2126     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2127     *${as_nl}ac_space=\ *)
2128       sed -n \
2129         "s/'\''/'\''\\\\'\'''\''/g;
2130           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2131       ;; #(
2132     *)
2133       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2134       ;;
2135     esac |
2136     sort
2137 )
2138     echo
2139
2140     $as_echo "## ----------------- ##
2141 ## Output variables. ##
2142 ## ----------------- ##"
2143     echo
2144     for ac_var in $ac_subst_vars
2145     do
2146       eval ac_val=\$$ac_var
2147       case $ac_val in
2148       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2149       esac
2150       $as_echo "$ac_var='\''$ac_val'\''"
2151     done | sort
2152     echo
2153
2154     if test -n "$ac_subst_files"; then
2155       $as_echo "## ------------------- ##
2156 ## File substitutions. ##
2157 ## ------------------- ##"
2158       echo
2159       for ac_var in $ac_subst_files
2160       do
2161         eval ac_val=\$$ac_var
2162         case $ac_val in
2163         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2164         esac
2165         $as_echo "$ac_var='\''$ac_val'\''"
2166       done | sort
2167       echo
2168     fi
2169
2170     if test -s confdefs.h; then
2171       $as_echo "## ----------- ##
2172 ## confdefs.h. ##
2173 ## ----------- ##"
2174       echo
2175       cat confdefs.h
2176       echo
2177     fi
2178     test "$ac_signal" != 0 &&
2179       $as_echo "$as_me: caught signal $ac_signal"
2180     $as_echo "$as_me: exit $exit_status"
2181   } >&5
2182   rm -f core *.core core.conftest.* &&
2183     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2184     exit $exit_status
2185 ' 0
2186 for ac_signal in 1 2 13 15; do
2187   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2188 done
2189 ac_signal=0
2190
2191 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2192 rm -f -r conftest* confdefs.h
2193
2194 $as_echo "/* confdefs.h */" > confdefs.h
2195
2196 # Predefined preprocessor variables.
2197
2198 cat >>confdefs.h <<_ACEOF
2199 #define PACKAGE_NAME "$PACKAGE_NAME"
2200 _ACEOF
2201
2202 cat >>confdefs.h <<_ACEOF
2203 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2204 _ACEOF
2205
2206 cat >>confdefs.h <<_ACEOF
2207 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2208 _ACEOF
2209
2210 cat >>confdefs.h <<_ACEOF
2211 #define PACKAGE_STRING "$PACKAGE_STRING"
2212 _ACEOF
2213
2214 cat >>confdefs.h <<_ACEOF
2215 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2216 _ACEOF
2217
2218 cat >>confdefs.h <<_ACEOF
2219 #define PACKAGE_URL "$PACKAGE_URL"
2220 _ACEOF
2221
2222
2223 # Let the site file select an alternate cache file if it wants to.
2224 # Prefer an explicitly selected file to automatically selected ones.
2225 ac_site_file1=NONE
2226 ac_site_file2=NONE
2227 if test -n "$CONFIG_SITE"; then
2228   # We do not want a PATH search for config.site.
2229   case $CONFIG_SITE in #((
2230     -*)  ac_site_file1=./$CONFIG_SITE;;
2231     */*) ac_site_file1=$CONFIG_SITE;;
2232     *)   ac_site_file1=./$CONFIG_SITE;;
2233   esac
2234 elif test "x$prefix" != xNONE; then
2235   ac_site_file1=$prefix/share/config.site
2236   ac_site_file2=$prefix/etc/config.site
2237 else
2238   ac_site_file1=$ac_default_prefix/share/config.site
2239   ac_site_file2=$ac_default_prefix/etc/config.site
2240 fi
2241 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2242 do
2243   test "x$ac_site_file" = xNONE && continue
2244   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2245     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2246 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2247     sed 's/^/| /' "$ac_site_file" >&5
2248     . "$ac_site_file" \
2249       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2250 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2251 as_fn_error $? "failed to load site script $ac_site_file
2252 See \`config.log' for more details" "$LINENO" 5 ; }
2253   fi
2254 done
2255
2256 if test -r "$cache_file"; then
2257   # Some versions of bash will fail to source /dev/null (special files
2258   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2259   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2260     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2261 $as_echo "$as_me: loading cache $cache_file" >&6;}
2262     case $cache_file in
2263       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2264       *)                      . "./$cache_file";;
2265     esac
2266   fi
2267 else
2268   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2269 $as_echo "$as_me: creating cache $cache_file" >&6;}
2270   >$cache_file
2271 fi
2272
2273 # Check that the precious variables saved in the cache have kept the same
2274 # value.
2275 ac_cache_corrupted=false
2276 for ac_var in $ac_precious_vars; do
2277   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2278   eval ac_new_set=\$ac_env_${ac_var}_set
2279   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2280   eval ac_new_val=\$ac_env_${ac_var}_value
2281   case $ac_old_set,$ac_new_set in
2282     set,)
2283       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2284 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2285       ac_cache_corrupted=: ;;
2286     ,set)
2287       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2288 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2289       ac_cache_corrupted=: ;;
2290     ,);;
2291     *)
2292       if test "x$ac_old_val" != "x$ac_new_val"; then
2293         # differences in whitespace do not lead to failure.
2294         ac_old_val_w=`echo x $ac_old_val`
2295         ac_new_val_w=`echo x $ac_new_val`
2296         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2297           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2298 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2299           ac_cache_corrupted=:
2300         else
2301           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2302 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2303           eval $ac_var=\$ac_old_val
2304         fi
2305         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2306 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2307         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2308 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2309       fi;;
2310   esac
2311   # Pass precious variables to config.status.
2312   if test "$ac_new_set" = set; then
2313     case $ac_new_val in
2314     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2315     *) ac_arg=$ac_var=$ac_new_val ;;
2316     esac
2317     case " $ac_configure_args " in
2318       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2319       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2320     esac
2321   fi
2322 done
2323 if $ac_cache_corrupted; then
2324   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2325 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2326   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2327 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2328   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2329 fi
2330 ## -------------------- ##
2331 ## Main body of script. ##
2332 ## -------------------- ##
2333
2334 ac_ext=c
2335 ac_cpp='$CPP $CPPFLAGS'
2336 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2337 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2338 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2339
2340
2341
2342 ac_config_headers="$ac_config_headers config.h"
2343
2344 am__api_version='1.11'
2345
2346 ac_aux_dir=
2347 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2348   if test -f "$ac_dir/install-sh"; then
2349     ac_aux_dir=$ac_dir
2350     ac_install_sh="$ac_aux_dir/install-sh -c"
2351     break
2352   elif test -f "$ac_dir/install.sh"; then
2353     ac_aux_dir=$ac_dir
2354     ac_install_sh="$ac_aux_dir/install.sh -c"
2355     break
2356   elif test -f "$ac_dir/shtool"; then
2357     ac_aux_dir=$ac_dir
2358     ac_install_sh="$ac_aux_dir/shtool install -c"
2359     break
2360   fi
2361 done
2362 if test -z "$ac_aux_dir"; then
2363   as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2364 fi
2365
2366 # These three variables are undocumented and unsupported,
2367 # and are intended to be withdrawn in a future Autoconf release.
2368 # They can cause serious problems if a builder's source tree is in a directory
2369 # whose full name contains unusual characters.
2370 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2371 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2372 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2373
2374
2375 # Find a good install program.  We prefer a C program (faster),
2376 # so one script is as good as another.  But avoid the broken or
2377 # incompatible versions:
2378 # SysV /etc/install, /usr/sbin/install
2379 # SunOS /usr/etc/install
2380 # IRIX /sbin/install
2381 # AIX /bin/install
2382 # AmigaOS /C/install, which installs bootblocks on floppy discs
2383 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2384 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2385 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2386 # OS/2's system install, which has a completely different semantic
2387 # ./install, which can be erroneously created by make from ./install.sh.
2388 # Reject install programs that cannot install multiple files.
2389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2390 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2391 if test -z "$INSTALL"; then
2392 if test "${ac_cv_path_install+set}" = set; then :
2393   $as_echo_n "(cached) " >&6
2394 else
2395   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2396 for as_dir in $PATH
2397 do
2398   IFS=$as_save_IFS
2399   test -z "$as_dir" && as_dir=.
2400     # Account for people who put trailing slashes in PATH elements.
2401 case $as_dir/ in #((
2402   ./ | .// | /[cC]/* | \
2403   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2404   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2405   /usr/ucb/* ) ;;
2406   *)
2407     # OSF1 and SCO ODT 3.0 have their own names for install.
2408     # Don't use installbsd from OSF since it installs stuff as root
2409     # by default.
2410     for ac_prog in ginstall scoinst install; do
2411       for ac_exec_ext in '' $ac_executable_extensions; do
2412         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2413           if test $ac_prog = install &&
2414             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2415             # AIX install.  It has an incompatible calling convention.
2416             :
2417           elif test $ac_prog = install &&
2418             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2419             # program-specific install script used by HP pwplus--don't use.
2420             :
2421           else
2422             rm -rf conftest.one conftest.two conftest.dir
2423             echo one > conftest.one
2424             echo two > conftest.two
2425             mkdir conftest.dir
2426             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2427               test -s conftest.one && test -s conftest.two &&
2428               test -s conftest.dir/conftest.one &&
2429               test -s conftest.dir/conftest.two
2430             then
2431               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2432               break 3
2433             fi
2434           fi
2435         fi
2436       done
2437     done
2438     ;;
2439 esac
2440
2441   done
2442 IFS=$as_save_IFS
2443
2444 rm -rf conftest.one conftest.two conftest.dir
2445
2446 fi
2447   if test "${ac_cv_path_install+set}" = set; then
2448     INSTALL=$ac_cv_path_install
2449   else
2450     # As a last resort, use the slow shell script.  Don't cache a
2451     # value for INSTALL within a source directory, because that will
2452     # break other packages using the cache if that directory is
2453     # removed, or if the value is a relative name.
2454     INSTALL=$ac_install_sh
2455   fi
2456 fi
2457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2458 $as_echo "$INSTALL" >&6; }
2459
2460 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2461 # It thinks the first close brace ends the variable substitution.
2462 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2463
2464 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2465
2466 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2467
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2469 $as_echo_n "checking whether build environment is sane... " >&6; }
2470 # Just in case
2471 sleep 1
2472 echo timestamp > conftest.file
2473 # Reject unsafe characters in $srcdir or the absolute working directory
2474 # name.  Accept space and tab only in the latter.
2475 am_lf='
2476 '
2477 case `pwd` in
2478   *[\\\"\#\$\&\'\`$am_lf]*)
2479     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2480 esac
2481 case $srcdir in
2482   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2483     as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2484 esac
2485
2486 # Do `set' in a subshell so we don't clobber the current shell's
2487 # arguments.  Must try -L first in case configure is actually a
2488 # symlink; some systems play weird games with the mod time of symlinks
2489 # (eg FreeBSD returns the mod time of the symlink's containing
2490 # directory).
2491 if (
2492    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2493    if test "$*" = "X"; then
2494       # -L didn't work.
2495       set X `ls -t "$srcdir/configure" conftest.file`
2496    fi
2497    rm -f conftest.file
2498    if test "$*" != "X $srcdir/configure conftest.file" \
2499       && test "$*" != "X conftest.file $srcdir/configure"; then
2500
2501       # If neither matched, then we have a broken ls.  This can happen
2502       # if, for instance, CONFIG_SHELL is bash and it inherits a
2503       # broken ls alias from the environment.  This has actually
2504       # happened.  Such a system could not be considered "sane".
2505       as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2506 alias in your environment" "$LINENO" 5
2507    fi
2508
2509    test "$2" = conftest.file
2510    )
2511 then
2512    # Ok.
2513    :
2514 else
2515    as_fn_error $? "newly created file is older than distributed files!
2516 Check your system clock" "$LINENO" 5
2517 fi
2518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2519 $as_echo "yes" >&6; }
2520 test "$program_prefix" != NONE &&
2521   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2522 # Use a double $ so make ignores it.
2523 test "$program_suffix" != NONE &&
2524   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2525 # Double any \ or $.
2526 # By default was `s,x,x', remove it if useless.
2527 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2528 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2529
2530 # expand $ac_aux_dir to an absolute path
2531 am_aux_dir=`cd $ac_aux_dir && pwd`
2532
2533 if test x"${MISSING+set}" != xset; then
2534   case $am_aux_dir in
2535   *\ * | *\     *)
2536     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2537   *)
2538     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2539   esac
2540 fi
2541 # Use eval to expand $SHELL
2542 if eval "$MISSING --run true"; then
2543   am_missing_run="$MISSING --run "
2544 else
2545   am_missing_run=
2546   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2547 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2548 fi
2549
2550 if test x"${install_sh}" != xset; then
2551   case $am_aux_dir in
2552   *\ * | *\     *)
2553     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2554   *)
2555     install_sh="\${SHELL} $am_aux_dir/install-sh"
2556   esac
2557 fi
2558
2559 # Installed binaries are usually stripped using `strip' when the user
2560 # run `make install-strip'.  However `strip' might not be the right
2561 # tool to use in cross-compilation environments, therefore Automake
2562 # will honor the `STRIP' environment variable to overrule this program.
2563 if test "$cross_compiling" != no; then
2564   if test -n "$ac_tool_prefix"; then
2565   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2566 set dummy ${ac_tool_prefix}strip; ac_word=$2
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2568 $as_echo_n "checking for $ac_word... " >&6; }
2569 if test "${ac_cv_prog_STRIP+set}" = set; then :
2570   $as_echo_n "(cached) " >&6
2571 else
2572   if test -n "$STRIP"; then
2573   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2574 else
2575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2576 for as_dir in $PATH
2577 do
2578   IFS=$as_save_IFS
2579   test -z "$as_dir" && as_dir=.
2580     for ac_exec_ext in '' $ac_executable_extensions; do
2581   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2582     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2583     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2584     break 2
2585   fi
2586 done
2587   done
2588 IFS=$as_save_IFS
2589
2590 fi
2591 fi
2592 STRIP=$ac_cv_prog_STRIP
2593 if test -n "$STRIP"; then
2594   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2595 $as_echo "$STRIP" >&6; }
2596 else
2597   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2598 $as_echo "no" >&6; }
2599 fi
2600
2601
2602 fi
2603 if test -z "$ac_cv_prog_STRIP"; then
2604   ac_ct_STRIP=$STRIP
2605   # Extract the first word of "strip", so it can be a program name with args.
2606 set dummy strip; ac_word=$2
2607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2608 $as_echo_n "checking for $ac_word... " >&6; }
2609 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2610   $as_echo_n "(cached) " >&6
2611 else
2612   if test -n "$ac_ct_STRIP"; then
2613   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2614 else
2615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2616 for as_dir in $PATH
2617 do
2618   IFS=$as_save_IFS
2619   test -z "$as_dir" && as_dir=.
2620     for ac_exec_ext in '' $ac_executable_extensions; do
2621   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2622     ac_cv_prog_ac_ct_STRIP="strip"
2623     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2624     break 2
2625   fi
2626 done
2627   done
2628 IFS=$as_save_IFS
2629
2630 fi
2631 fi
2632 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2633 if test -n "$ac_ct_STRIP"; then
2634   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2635 $as_echo "$ac_ct_STRIP" >&6; }
2636 else
2637   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2638 $as_echo "no" >&6; }
2639 fi
2640
2641   if test "x$ac_ct_STRIP" = x; then
2642     STRIP=":"
2643   else
2644     case $cross_compiling:$ac_tool_warned in
2645 yes:)
2646 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2647 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2648 ac_tool_warned=yes ;;
2649 esac
2650     STRIP=$ac_ct_STRIP
2651   fi
2652 else
2653   STRIP="$ac_cv_prog_STRIP"
2654 fi
2655
2656 fi
2657 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2658
2659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2660 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2661 if test -z "$MKDIR_P"; then
2662   if test "${ac_cv_path_mkdir+set}" = set; then :
2663   $as_echo_n "(cached) " >&6
2664 else
2665   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2666 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2667 do
2668   IFS=$as_save_IFS
2669   test -z "$as_dir" && as_dir=.
2670     for ac_prog in mkdir gmkdir; do
2671          for ac_exec_ext in '' $ac_executable_extensions; do
2672            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2673            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2674              'mkdir (GNU coreutils) '* | \
2675              'mkdir (coreutils) '* | \
2676              'mkdir (fileutils) '4.1*)
2677                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2678                break 3;;
2679            esac
2680          done
2681        done
2682   done
2683 IFS=$as_save_IFS
2684
2685 fi
2686
2687   test -d ./--version && rmdir ./--version
2688   if test "${ac_cv_path_mkdir+set}" = set; then
2689     MKDIR_P="$ac_cv_path_mkdir -p"
2690   else
2691     # As a last resort, use the slow shell script.  Don't cache a
2692     # value for MKDIR_P within a source directory, because that will
2693     # break other packages using the cache if that directory is
2694     # removed, or if the value is a relative name.
2695     MKDIR_P="$ac_install_sh -d"
2696   fi
2697 fi
2698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2699 $as_echo "$MKDIR_P" >&6; }
2700
2701 mkdir_p="$MKDIR_P"
2702 case $mkdir_p in
2703   [\\/$]* | ?:[\\/]*) ;;
2704   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2705 esac
2706
2707 for ac_prog in gawk mawk nawk awk
2708 do
2709   # Extract the first word of "$ac_prog", so it can be a program name with args.
2710 set dummy $ac_prog; ac_word=$2
2711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2712 $as_echo_n "checking for $ac_word... " >&6; }
2713 if test "${ac_cv_prog_AWK+set}" = set; then :
2714   $as_echo_n "(cached) " >&6
2715 else
2716   if test -n "$AWK"; then
2717   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2718 else
2719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2720 for as_dir in $PATH
2721 do
2722   IFS=$as_save_IFS
2723   test -z "$as_dir" && as_dir=.
2724     for ac_exec_ext in '' $ac_executable_extensions; do
2725   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2726     ac_cv_prog_AWK="$ac_prog"
2727     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2728     break 2
2729   fi
2730 done
2731   done
2732 IFS=$as_save_IFS
2733
2734 fi
2735 fi
2736 AWK=$ac_cv_prog_AWK
2737 if test -n "$AWK"; then
2738   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2739 $as_echo "$AWK" >&6; }
2740 else
2741   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2742 $as_echo "no" >&6; }
2743 fi
2744
2745
2746   test -n "$AWK" && break
2747 done
2748
2749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2750 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2751 set x ${MAKE-make}
2752 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2753 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2754   $as_echo_n "(cached) " >&6
2755 else
2756   cat >conftest.make <<\_ACEOF
2757 SHELL = /bin/sh
2758 all:
2759         @echo '@@@%%%=$(MAKE)=@@@%%%'
2760 _ACEOF
2761 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2762 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2763   *@@@%%%=?*=@@@%%%*)
2764     eval ac_cv_prog_make_${ac_make}_set=yes;;
2765   *)
2766     eval ac_cv_prog_make_${ac_make}_set=no;;
2767 esac
2768 rm -f conftest.make
2769 fi
2770 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2771   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2772 $as_echo "yes" >&6; }
2773   SET_MAKE=
2774 else
2775   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2776 $as_echo "no" >&6; }
2777   SET_MAKE="MAKE=${MAKE-make}"
2778 fi
2779
2780 rm -rf .tst 2>/dev/null
2781 mkdir .tst 2>/dev/null
2782 if test -d .tst; then
2783   am__leading_dot=.
2784 else
2785   am__leading_dot=_
2786 fi
2787 rmdir .tst 2>/dev/null
2788
2789 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2790   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2791   # is not polluted with repeated "-I."
2792   am__isrc=' -I$(srcdir)'
2793   # test to see if srcdir already configured
2794   if test -f $srcdir/config.status; then
2795     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2796   fi
2797 fi
2798
2799 # test whether we have cygpath
2800 if test -z "$CYGPATH_W"; then
2801   if (cygpath --version) >/dev/null 2>/dev/null; then
2802     CYGPATH_W='cygpath -w'
2803   else
2804     CYGPATH_W=echo
2805   fi
2806 fi
2807
2808
2809 # Define the identity of the package.
2810  PACKAGE='libmm-utility'
2811  VERSION='0.1'
2812
2813
2814 cat >>confdefs.h <<_ACEOF
2815 #define PACKAGE "$PACKAGE"
2816 _ACEOF
2817
2818
2819 cat >>confdefs.h <<_ACEOF
2820 #define VERSION "$VERSION"
2821 _ACEOF
2822
2823 # Some tools Automake needs.
2824
2825 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2826
2827
2828 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2829
2830
2831 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2832
2833
2834 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2835
2836
2837 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2838
2839 # We need awk for the "check" target.  The system "awk" is bad on
2840 # some platforms.
2841 # Always define AMTAR for backward compatibility.
2842
2843 AMTAR=${AMTAR-"${am_missing_run}tar"}
2844
2845 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2846
2847
2848
2849
2850
2851
2852 # Checks for programs.
2853 ac_ext=c
2854 ac_cpp='$CPP $CPPFLAGS'
2855 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2856 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2857 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2858 if test -n "$ac_tool_prefix"; then
2859   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2860 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2862 $as_echo_n "checking for $ac_word... " >&6; }
2863 if test "${ac_cv_prog_CC+set}" = set; then :
2864   $as_echo_n "(cached) " >&6
2865 else
2866   if test -n "$CC"; then
2867   ac_cv_prog_CC="$CC" # Let the user override the test.
2868 else
2869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2870 for as_dir in $PATH
2871 do
2872   IFS=$as_save_IFS
2873   test -z "$as_dir" && as_dir=.
2874     for ac_exec_ext in '' $ac_executable_extensions; do
2875   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2876     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2877     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2878     break 2
2879   fi
2880 done
2881   done
2882 IFS=$as_save_IFS
2883
2884 fi
2885 fi
2886 CC=$ac_cv_prog_CC
2887 if test -n "$CC"; then
2888   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2889 $as_echo "$CC" >&6; }
2890 else
2891   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2892 $as_echo "no" >&6; }
2893 fi
2894
2895
2896 fi
2897 if test -z "$ac_cv_prog_CC"; then
2898   ac_ct_CC=$CC
2899   # Extract the first word of "gcc", so it can be a program name with args.
2900 set dummy gcc; ac_word=$2
2901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2902 $as_echo_n "checking for $ac_word... " >&6; }
2903 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2904   $as_echo_n "(cached) " >&6
2905 else
2906   if test -n "$ac_ct_CC"; then
2907   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2908 else
2909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2910 for as_dir in $PATH
2911 do
2912   IFS=$as_save_IFS
2913   test -z "$as_dir" && as_dir=.
2914     for ac_exec_ext in '' $ac_executable_extensions; do
2915   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2916     ac_cv_prog_ac_ct_CC="gcc"
2917     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2918     break 2
2919   fi
2920 done
2921   done
2922 IFS=$as_save_IFS
2923
2924 fi
2925 fi
2926 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2927 if test -n "$ac_ct_CC"; then
2928   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2929 $as_echo "$ac_ct_CC" >&6; }
2930 else
2931   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2932 $as_echo "no" >&6; }
2933 fi
2934
2935   if test "x$ac_ct_CC" = x; then
2936     CC=""
2937   else
2938     case $cross_compiling:$ac_tool_warned in
2939 yes:)
2940 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2941 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2942 ac_tool_warned=yes ;;
2943 esac
2944     CC=$ac_ct_CC
2945   fi
2946 else
2947   CC="$ac_cv_prog_CC"
2948 fi
2949
2950 if test -z "$CC"; then
2951           if test -n "$ac_tool_prefix"; then
2952     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2953 set dummy ${ac_tool_prefix}cc; ac_word=$2
2954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2955 $as_echo_n "checking for $ac_word... " >&6; }
2956 if test "${ac_cv_prog_CC+set}" = set; then :
2957   $as_echo_n "(cached) " >&6
2958 else
2959   if test -n "$CC"; then
2960   ac_cv_prog_CC="$CC" # Let the user override the test.
2961 else
2962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2963 for as_dir in $PATH
2964 do
2965   IFS=$as_save_IFS
2966   test -z "$as_dir" && as_dir=.
2967     for ac_exec_ext in '' $ac_executable_extensions; do
2968   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2969     ac_cv_prog_CC="${ac_tool_prefix}cc"
2970     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2971     break 2
2972   fi
2973 done
2974   done
2975 IFS=$as_save_IFS
2976
2977 fi
2978 fi
2979 CC=$ac_cv_prog_CC
2980 if test -n "$CC"; then
2981   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2982 $as_echo "$CC" >&6; }
2983 else
2984   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2985 $as_echo "no" >&6; }
2986 fi
2987
2988
2989   fi
2990 fi
2991 if test -z "$CC"; then
2992   # Extract the first word of "cc", so it can be a program name with args.
2993 set dummy cc; ac_word=$2
2994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2995 $as_echo_n "checking for $ac_word... " >&6; }
2996 if test "${ac_cv_prog_CC+set}" = set; then :
2997   $as_echo_n "(cached) " >&6
2998 else
2999   if test -n "$CC"; then
3000   ac_cv_prog_CC="$CC" # Let the user override the test.
3001 else
3002   ac_prog_rejected=no
3003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3004 for as_dir in $PATH
3005 do
3006   IFS=$as_save_IFS
3007   test -z "$as_dir" && as_dir=.
3008     for ac_exec_ext in '' $ac_executable_extensions; do
3009   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3010     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3011        ac_prog_rejected=yes
3012        continue
3013      fi
3014     ac_cv_prog_CC="cc"
3015     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3016     break 2
3017   fi
3018 done
3019   done
3020 IFS=$as_save_IFS
3021
3022 if test $ac_prog_rejected = yes; then
3023   # We found a bogon in the path, so make sure we never use it.
3024   set dummy $ac_cv_prog_CC
3025   shift
3026   if test $# != 0; then
3027     # We chose a different compiler from the bogus one.
3028     # However, it has the same basename, so the bogon will be chosen
3029     # first if we set CC to just the basename; use the full file name.
3030     shift
3031     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3032   fi
3033 fi
3034 fi
3035 fi
3036 CC=$ac_cv_prog_CC
3037 if test -n "$CC"; then
3038   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3039 $as_echo "$CC" >&6; }
3040 else
3041   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3042 $as_echo "no" >&6; }
3043 fi
3044
3045
3046 fi
3047 if test -z "$CC"; then
3048   if test -n "$ac_tool_prefix"; then
3049   for ac_prog in cl.exe
3050   do
3051     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3052 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3054 $as_echo_n "checking for $ac_word... " >&6; }
3055 if test "${ac_cv_prog_CC+set}" = set; then :
3056   $as_echo_n "(cached) " >&6
3057 else
3058   if test -n "$CC"; then
3059   ac_cv_prog_CC="$CC" # Let the user override the test.
3060 else
3061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3062 for as_dir in $PATH
3063 do
3064   IFS=$as_save_IFS
3065   test -z "$as_dir" && as_dir=.
3066     for ac_exec_ext in '' $ac_executable_extensions; do
3067   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3068     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3069     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3070     break 2
3071   fi
3072 done
3073   done
3074 IFS=$as_save_IFS
3075
3076 fi
3077 fi
3078 CC=$ac_cv_prog_CC
3079 if test -n "$CC"; then
3080   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3081 $as_echo "$CC" >&6; }
3082 else
3083   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3084 $as_echo "no" >&6; }
3085 fi
3086
3087
3088     test -n "$CC" && break
3089   done
3090 fi
3091 if test -z "$CC"; then
3092   ac_ct_CC=$CC
3093   for ac_prog in cl.exe
3094 do
3095   # Extract the first word of "$ac_prog", so it can be a program name with args.
3096 set dummy $ac_prog; ac_word=$2
3097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3098 $as_echo_n "checking for $ac_word... " >&6; }
3099 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3100   $as_echo_n "(cached) " >&6
3101 else
3102   if test -n "$ac_ct_CC"; then
3103   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3104 else
3105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3106 for as_dir in $PATH
3107 do
3108   IFS=$as_save_IFS
3109   test -z "$as_dir" && as_dir=.
3110     for ac_exec_ext in '' $ac_executable_extensions; do
3111   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3112     ac_cv_prog_ac_ct_CC="$ac_prog"
3113     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3114     break 2
3115   fi
3116 done
3117   done
3118 IFS=$as_save_IFS
3119
3120 fi
3121 fi
3122 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3123 if test -n "$ac_ct_CC"; then
3124   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3125 $as_echo "$ac_ct_CC" >&6; }
3126 else
3127   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3128 $as_echo "no" >&6; }
3129 fi
3130
3131
3132   test -n "$ac_ct_CC" && break
3133 done
3134
3135   if test "x$ac_ct_CC" = x; then
3136     CC=""
3137   else
3138     case $cross_compiling:$ac_tool_warned in
3139 yes:)
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3141 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3142 ac_tool_warned=yes ;;
3143 esac
3144     CC=$ac_ct_CC
3145   fi
3146 fi
3147
3148 fi
3149
3150
3151 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3152 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3153 as_fn_error $? "no acceptable C compiler found in \$PATH
3154 See \`config.log' for more details" "$LINENO" 5 ; }
3155
3156 # Provide some information about the compiler.
3157 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3158 set X $ac_compile
3159 ac_compiler=$2
3160 for ac_option in --version -v -V -qversion; do
3161   { { ac_try="$ac_compiler $ac_option >&5"
3162 case "(($ac_try" in
3163   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3164   *) ac_try_echo=$ac_try;;
3165 esac
3166 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3167 $as_echo "$ac_try_echo"; } >&5
3168   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3169   ac_status=$?
3170   if test -s conftest.err; then
3171     sed '10a\
3172 ... rest of stderr output deleted ...
3173          10q' conftest.err >conftest.er1
3174     cat conftest.er1 >&5
3175   fi
3176   rm -f conftest.er1 conftest.err
3177   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3178   test $ac_status = 0; }
3179 done
3180
3181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3182 /* end confdefs.h.  */
3183
3184 int
3185 main ()
3186 {
3187
3188   ;
3189   return 0;
3190 }
3191 _ACEOF
3192 ac_clean_files_save=$ac_clean_files
3193 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3194 # Try to create an executable without -o first, disregard a.out.
3195 # It will help us diagnose broken compilers, and finding out an intuition
3196 # of exeext.
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3198 $as_echo_n "checking whether the C compiler works... " >&6; }
3199 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3200
3201 # The possible output files:
3202 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3203
3204 ac_rmfiles=
3205 for ac_file in $ac_files
3206 do
3207   case $ac_file in
3208     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3209     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3210   esac
3211 done
3212 rm -f $ac_rmfiles
3213
3214 if { { ac_try="$ac_link_default"
3215 case "(($ac_try" in
3216   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3217   *) ac_try_echo=$ac_try;;
3218 esac
3219 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3220 $as_echo "$ac_try_echo"; } >&5
3221   (eval "$ac_link_default") 2>&5
3222   ac_status=$?
3223   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3224   test $ac_status = 0; }; then :
3225   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3226 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3227 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3228 # so that the user can short-circuit this test for compilers unknown to
3229 # Autoconf.
3230 for ac_file in $ac_files ''
3231 do
3232   test -f "$ac_file" || continue
3233   case $ac_file in
3234     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3235         ;;
3236     [ab].out )
3237         # We found the default executable, but exeext='' is most
3238         # certainly right.
3239         break;;
3240     *.* )
3241         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3242         then :; else
3243            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3244         fi
3245         # We set ac_cv_exeext here because the later test for it is not
3246         # safe: cross compilers may not add the suffix if given an `-o'
3247         # argument, so we may need to know it at that point already.
3248         # Even if this section looks crufty: it has the advantage of
3249         # actually working.
3250         break;;
3251     * )
3252         break;;
3253   esac
3254 done
3255 test "$ac_cv_exeext" = no && ac_cv_exeext=
3256
3257 else
3258   ac_file=''
3259 fi
3260 if test -z "$ac_file"; then :
3261   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3262 $as_echo "no" >&6; }
3263 $as_echo "$as_me: failed program was:" >&5
3264 sed 's/^/| /' conftest.$ac_ext >&5
3265
3266 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3267 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3268 as_fn_error 77 "C compiler cannot create executables
3269 See \`config.log' for more details" "$LINENO" 5 ; }
3270 else
3271   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3272 $as_echo "yes" >&6; }
3273 fi
3274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3275 $as_echo_n "checking for C compiler default output file name... " >&6; }
3276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3277 $as_echo "$ac_file" >&6; }
3278 ac_exeext=$ac_cv_exeext
3279
3280 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3281 ac_clean_files=$ac_clean_files_save
3282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3283 $as_echo_n "checking for suffix of executables... " >&6; }
3284 if { { ac_try="$ac_link"
3285 case "(($ac_try" in
3286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3287   *) ac_try_echo=$ac_try;;
3288 esac
3289 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3290 $as_echo "$ac_try_echo"; } >&5
3291   (eval "$ac_link") 2>&5
3292   ac_status=$?
3293   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3294   test $ac_status = 0; }; then :
3295   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3296 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3297 # work properly (i.e., refer to `conftest.exe'), while it won't with
3298 # `rm'.
3299 for ac_file in conftest.exe conftest conftest.*; do
3300   test -f "$ac_file" || continue
3301   case $ac_file in
3302     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3303     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3304           break;;
3305     * ) break;;
3306   esac
3307 done
3308 else
3309   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3310 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3311 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3312 See \`config.log' for more details" "$LINENO" 5 ; }
3313 fi
3314 rm -f conftest conftest$ac_cv_exeext
3315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3316 $as_echo "$ac_cv_exeext" >&6; }
3317
3318 rm -f conftest.$ac_ext
3319 EXEEXT=$ac_cv_exeext
3320 ac_exeext=$EXEEXT
3321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3322 /* end confdefs.h.  */
3323 #include <stdio.h>
3324 int
3325 main ()
3326 {
3327 FILE *f = fopen ("conftest.out", "w");
3328  return ferror (f) || fclose (f) != 0;
3329
3330   ;
3331   return 0;
3332 }
3333 _ACEOF
3334 ac_clean_files="$ac_clean_files conftest.out"
3335 # Check that the compiler produces executables we can run.  If not, either
3336 # the compiler is broken, or we cross compile.
3337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3338 $as_echo_n "checking whether we are cross compiling... " >&6; }
3339 if test "$cross_compiling" != yes; then
3340   { { ac_try="$ac_link"
3341 case "(($ac_try" in
3342   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3343   *) ac_try_echo=$ac_try;;
3344 esac
3345 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3346 $as_echo "$ac_try_echo"; } >&5
3347   (eval "$ac_link") 2>&5
3348   ac_status=$?
3349   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3350   test $ac_status = 0; }
3351   if { ac_try='./conftest$ac_cv_exeext'
3352   { { case "(($ac_try" in
3353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3354   *) ac_try_echo=$ac_try;;
3355 esac
3356 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3357 $as_echo "$ac_try_echo"; } >&5
3358   (eval "$ac_try") 2>&5
3359   ac_status=$?
3360   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3361   test $ac_status = 0; }; }; then
3362     cross_compiling=no
3363   else
3364     if test "$cross_compiling" = maybe; then
3365         cross_compiling=yes
3366     else
3367         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3368 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3369 as_fn_error $? "cannot run C compiled programs.
3370 If you meant to cross compile, use \`--host'.
3371 See \`config.log' for more details" "$LINENO" 5 ; }
3372     fi
3373   fi
3374 fi
3375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3376 $as_echo "$cross_compiling" >&6; }
3377
3378 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3379 ac_clean_files=$ac_clean_files_save
3380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3381 $as_echo_n "checking for suffix of object files... " >&6; }
3382 if test "${ac_cv_objext+set}" = set; then :
3383   $as_echo_n "(cached) " >&6
3384 else
3385   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3386 /* end confdefs.h.  */
3387
3388 int
3389 main ()
3390 {
3391
3392   ;
3393   return 0;
3394 }
3395 _ACEOF
3396 rm -f conftest.o conftest.obj
3397 if { { ac_try="$ac_compile"
3398 case "(($ac_try" in
3399   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3400   *) ac_try_echo=$ac_try;;
3401 esac
3402 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3403 $as_echo "$ac_try_echo"; } >&5
3404   (eval "$ac_compile") 2>&5
3405   ac_status=$?
3406   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3407   test $ac_status = 0; }; then :
3408   for ac_file in conftest.o conftest.obj conftest.*; do
3409   test -f "$ac_file" || continue;
3410   case $ac_file in
3411     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3412     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3413        break;;
3414   esac
3415 done
3416 else
3417   $as_echo "$as_me: failed program was:" >&5
3418 sed 's/^/| /' conftest.$ac_ext >&5
3419
3420 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3421 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3422 as_fn_error $? "cannot compute suffix of object files: cannot compile
3423 See \`config.log' for more details" "$LINENO" 5 ; }
3424 fi
3425 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3426 fi
3427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3428 $as_echo "$ac_cv_objext" >&6; }
3429 OBJEXT=$ac_cv_objext
3430 ac_objext=$OBJEXT
3431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3432 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3433 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3434   $as_echo_n "(cached) " >&6
3435 else
3436   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3437 /* end confdefs.h.  */
3438
3439 int
3440 main ()
3441 {
3442 #ifndef __GNUC__
3443        choke me
3444 #endif
3445
3446   ;
3447   return 0;
3448 }
3449 _ACEOF
3450 if ac_fn_c_try_compile "$LINENO"; then :
3451   ac_compiler_gnu=yes
3452 else
3453   ac_compiler_gnu=no
3454 fi
3455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3456 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3457
3458 fi
3459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3460 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3461 if test $ac_compiler_gnu = yes; then
3462   GCC=yes
3463 else
3464   GCC=
3465 fi
3466 ac_test_CFLAGS=${CFLAGS+set}
3467 ac_save_CFLAGS=$CFLAGS
3468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3469 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3470 if test "${ac_cv_prog_cc_g+set}" = set; then :
3471   $as_echo_n "(cached) " >&6
3472 else
3473   ac_save_c_werror_flag=$ac_c_werror_flag
3474    ac_c_werror_flag=yes
3475    ac_cv_prog_cc_g=no
3476    CFLAGS="-g"
3477    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3478 /* end confdefs.h.  */
3479
3480 int
3481 main ()
3482 {
3483
3484   ;
3485   return 0;
3486 }
3487 _ACEOF
3488 if ac_fn_c_try_compile "$LINENO"; then :
3489   ac_cv_prog_cc_g=yes
3490 else
3491   CFLAGS=""
3492       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3493 /* end confdefs.h.  */
3494
3495 int
3496 main ()
3497 {
3498
3499   ;
3500   return 0;
3501 }
3502 _ACEOF
3503 if ac_fn_c_try_compile "$LINENO"; then :
3504
3505 else
3506   ac_c_werror_flag=$ac_save_c_werror_flag
3507          CFLAGS="-g"
3508          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3509 /* end confdefs.h.  */
3510
3511 int
3512 main ()
3513 {
3514
3515   ;
3516   return 0;
3517 }
3518 _ACEOF
3519 if ac_fn_c_try_compile "$LINENO"; then :
3520   ac_cv_prog_cc_g=yes
3521 fi
3522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3523 fi
3524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3525 fi
3526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3527    ac_c_werror_flag=$ac_save_c_werror_flag
3528 fi
3529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3530 $as_echo "$ac_cv_prog_cc_g" >&6; }
3531 if test "$ac_test_CFLAGS" = set; then
3532   CFLAGS=$ac_save_CFLAGS
3533 elif test $ac_cv_prog_cc_g = yes; then
3534   if test "$GCC" = yes; then
3535     CFLAGS="-g -O2"
3536   else
3537     CFLAGS="-g"
3538   fi
3539 else
3540   if test "$GCC" = yes; then
3541     CFLAGS="-O2"
3542   else
3543     CFLAGS=
3544   fi
3545 fi
3546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3547 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3548 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3549   $as_echo_n "(cached) " >&6
3550 else
3551   ac_cv_prog_cc_c89=no
3552 ac_save_CC=$CC
3553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3554 /* end confdefs.h.  */
3555 #include <stdarg.h>
3556 #include <stdio.h>
3557 #include <sys/types.h>
3558 #include <sys/stat.h>
3559 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3560 struct buf { int x; };
3561 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3562 static char *e (p, i)
3563      char **p;
3564      int i;
3565 {
3566   return p[i];
3567 }
3568 static char *f (char * (*g) (char **, int), char **p, ...)
3569 {
3570   char *s;
3571   va_list v;
3572   va_start (v,p);
3573   s = g (p, va_arg (v,int));
3574   va_end (v);
3575   return s;
3576 }
3577
3578 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3579    function prototypes and stuff, but not '\xHH' hex character constants.
3580    These don't provoke an error unfortunately, instead are silently treated
3581    as 'x'.  The following induces an error, until -std is added to get
3582    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3583    array size at least.  It's necessary to write '\x00'==0 to get something
3584    that's true only with -std.  */
3585 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3586
3587 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3588    inside strings and character constants.  */
3589 #define FOO(x) 'x'
3590 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3591
3592 int test (int i, double x);
3593 struct s1 {int (*f) (int a);};
3594 struct s2 {int (*f) (double a);};
3595 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3596 int argc;
3597 char **argv;
3598 int
3599 main ()
3600 {
3601 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3602   ;
3603   return 0;
3604 }
3605 _ACEOF
3606 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3607         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3608 do
3609   CC="$ac_save_CC $ac_arg"
3610   if ac_fn_c_try_compile "$LINENO"; then :
3611   ac_cv_prog_cc_c89=$ac_arg
3612 fi
3613 rm -f core conftest.err conftest.$ac_objext
3614   test "x$ac_cv_prog_cc_c89" != "xno" && break
3615 done
3616 rm -f conftest.$ac_ext
3617 CC=$ac_save_CC
3618
3619 fi
3620 # AC_CACHE_VAL
3621 case "x$ac_cv_prog_cc_c89" in
3622   x)
3623     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3624 $as_echo "none needed" >&6; } ;;
3625   xno)
3626     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3627 $as_echo "unsupported" >&6; } ;;
3628   *)
3629     CC="$CC $ac_cv_prog_cc_c89"
3630     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3631 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3632 esac
3633 if test "x$ac_cv_prog_cc_c89" != xno; then :
3634
3635 fi
3636
3637 ac_ext=c
3638 ac_cpp='$CPP $CPPFLAGS'
3639 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3640 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3641 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3642 DEPDIR="${am__leading_dot}deps"
3643
3644 ac_config_commands="$ac_config_commands depfiles"
3645
3646
3647 am_make=${MAKE-make}
3648 cat > confinc << 'END'
3649 am__doit:
3650         @echo this is the am__doit target
3651 .PHONY: am__doit
3652 END
3653 # If we don't find an include directive, just comment out the code.
3654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3655 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3656 am__include="#"
3657 am__quote=
3658 _am_result=none
3659 # First try GNU make style include.
3660 echo "include confinc" > confmf
3661 # Ignore all kinds of additional output from `make'.
3662 case `$am_make -s -f confmf 2> /dev/null` in #(
3663 *the\ am__doit\ target*)
3664   am__include=include
3665   am__quote=
3666   _am_result=GNU
3667   ;;
3668 esac
3669 # Now try BSD make style include.
3670 if test "$am__include" = "#"; then
3671    echo '.include "confinc"' > confmf
3672    case `$am_make -s -f confmf 2> /dev/null` in #(
3673    *the\ am__doit\ target*)
3674      am__include=.include
3675      am__quote="\""
3676      _am_result=BSD
3677      ;;
3678    esac
3679 fi
3680
3681
3682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3683 $as_echo "$_am_result" >&6; }
3684 rm -f confinc confmf
3685
3686 # Check whether --enable-dependency-tracking was given.
3687 if test "${enable_dependency_tracking+set}" = set; then :
3688   enableval=$enable_dependency_tracking;
3689 fi
3690
3691 if test "x$enable_dependency_tracking" != xno; then
3692   am_depcomp="$ac_aux_dir/depcomp"
3693   AMDEPBACKSLASH='\'
3694 fi
3695  if test "x$enable_dependency_tracking" != xno; then
3696   AMDEP_TRUE=
3697   AMDEP_FALSE='#'
3698 else
3699   AMDEP_TRUE='#'
3700   AMDEP_FALSE=
3701 fi
3702
3703
3704
3705 depcc="$CC"   am_compiler_list=
3706
3707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3708 $as_echo_n "checking dependency style of $depcc... " >&6; }
3709 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3710   $as_echo_n "(cached) " >&6
3711 else
3712   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3713   # We make a subdir and do the tests there.  Otherwise we can end up
3714   # making bogus files that we don't know about and never remove.  For
3715   # instance it was reported that on HP-UX the gcc test will end up
3716   # making a dummy file named `D' -- because `-MD' means `put the output
3717   # in D'.
3718   mkdir conftest.dir
3719   # Copy depcomp to subdir because otherwise we won't find it if we're
3720   # using a relative directory.
3721   cp "$am_depcomp" conftest.dir
3722   cd conftest.dir
3723   # We will build objects and dependencies in a subdirectory because
3724   # it helps to detect inapplicable dependency modes.  For instance
3725   # both Tru64's cc and ICC support -MD to output dependencies as a
3726   # side effect of compilation, but ICC will put the dependencies in
3727   # the current directory while Tru64 will put them in the object
3728   # directory.
3729   mkdir sub
3730
3731   am_cv_CC_dependencies_compiler_type=none
3732   if test "$am_compiler_list" = ""; then
3733      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3734   fi
3735   am__universal=false
3736   case " $depcc " in #(
3737      *\ -arch\ *\ -arch\ *) am__universal=true ;;
3738      esac
3739
3740   for depmode in $am_compiler_list; do
3741     # Setup a source with many dependencies, because some compilers
3742     # like to wrap large dependency lists on column 80 (with \), and
3743     # we should not choose a depcomp mode which is confused by this.
3744     #
3745     # We need to recreate these files for each test, as the compiler may
3746     # overwrite some of them when testing with obscure command lines.
3747     # This happens at least with the AIX C compiler.
3748     : > sub/conftest.c
3749     for i in 1 2 3 4 5 6; do
3750       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3751       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3752       # Solaris 8's {/usr,}/bin/sh.
3753       touch sub/conftst$i.h
3754     done
3755     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3756
3757     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3758     # mode.  It turns out that the SunPro C++ compiler does not properly
3759     # handle `-M -o', and we need to detect this.  Also, some Intel
3760     # versions had trouble with output in subdirs
3761     am__obj=sub/conftest.${OBJEXT-o}
3762     am__minus_obj="-o $am__obj"
3763     case $depmode in
3764     gcc)
3765       # This depmode causes a compiler race in universal mode.
3766       test "$am__universal" = false || continue
3767       ;;
3768     nosideeffect)
3769       # after this tag, mechanisms are not by side-effect, so they'll
3770       # only be used when explicitly requested
3771       if test "x$enable_dependency_tracking" = xyes; then
3772         continue
3773       else
3774         break
3775       fi
3776       ;;
3777     msvisualcpp | msvcmsys)
3778       # This compiler won't grok `-c -o', but also, the minuso test has
3779       # not run yet.  These depmodes are late enough in the game, and
3780       # so weak that their functioning should not be impacted.
3781       am__obj=conftest.${OBJEXT-o}
3782       am__minus_obj=
3783       ;;
3784     none) break ;;
3785     esac
3786     if depmode=$depmode \
3787        source=sub/conftest.c object=$am__obj \
3788        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3789        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3790          >/dev/null 2>conftest.err &&
3791        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3792        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3793        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3794        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3795       # icc doesn't choke on unknown options, it will just issue warnings
3796       # or remarks (even with -Werror).  So we grep stderr for any message
3797       # that says an option was ignored or not supported.
3798       # When given -MP, icc 7.0 and 7.1 complain thusly:
3799       #   icc: Command line warning: ignoring option '-M'; no argument required
3800       # The diagnosis changed in icc 8.0:
3801       #   icc: Command line remark: option '-MP' not supported
3802       if (grep 'ignoring option' conftest.err ||
3803           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3804         am_cv_CC_dependencies_compiler_type=$depmode
3805         break
3806       fi
3807     fi
3808   done
3809
3810   cd ..
3811   rm -rf conftest.dir
3812 else
3813   am_cv_CC_dependencies_compiler_type=none
3814 fi
3815
3816 fi
3817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3818 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3819 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3820
3821  if
3822   test "x$enable_dependency_tracking" != xno \
3823   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3824   am__fastdepCC_TRUE=
3825   am__fastdepCC_FALSE='#'
3826 else
3827   am__fastdepCC_TRUE='#'
3828   am__fastdepCC_FALSE=
3829 fi
3830
3831
3832 case `pwd` in
3833   *\ * | *\     *)
3834     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3835 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3836 esac
3837
3838
3839
3840 macro_version='2.2.6b'
3841 macro_revision='1.3017'
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855 ltmain="$ac_aux_dir/ltmain.sh"
3856
3857 # Make sure we can run config.sub.
3858 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3859   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3860
3861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3862 $as_echo_n "checking build system type... " >&6; }
3863 if test "${ac_cv_build+set}" = set; then :
3864   $as_echo_n "(cached) " >&6
3865 else
3866   ac_build_alias=$build_alias
3867 test "x$ac_build_alias" = x &&
3868   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3869 test "x$ac_build_alias" = x &&
3870   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3871 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3872   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3873
3874 fi
3875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3876 $as_echo "$ac_cv_build" >&6; }
3877 case $ac_cv_build in
3878 *-*-*) ;;
3879 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
3880 esac
3881 build=$ac_cv_build
3882 ac_save_IFS=$IFS; IFS='-'
3883 set x $ac_cv_build
3884 shift
3885 build_cpu=$1
3886 build_vendor=$2
3887 shift; shift
3888 # Remember, the first character of IFS is used to create $*,
3889 # except with old shells:
3890 build_os=$*
3891 IFS=$ac_save_IFS
3892 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3893
3894
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3896 $as_echo_n "checking host system type... " >&6; }
3897 if test "${ac_cv_host+set}" = set; then :
3898   $as_echo_n "(cached) " >&6
3899 else
3900   if test "x$host_alias" = x; then
3901   ac_cv_host=$ac_cv_build
3902 else
3903   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3904     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3905 fi
3906
3907 fi
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3909 $as_echo "$ac_cv_host" >&6; }
3910 case $ac_cv_host in
3911 *-*-*) ;;
3912 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
3913 esac
3914 host=$ac_cv_host
3915 ac_save_IFS=$IFS; IFS='-'
3916 set x $ac_cv_host
3917 shift
3918 host_cpu=$1
3919 host_vendor=$2
3920 shift; shift
3921 # Remember, the first character of IFS is used to create $*,
3922 # except with old shells:
3923 host_os=$*
3924 IFS=$ac_save_IFS
3925 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3926
3927
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3929 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
3930 if test "${ac_cv_path_SED+set}" = set; then :
3931   $as_echo_n "(cached) " >&6
3932 else
3933             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3934      for ac_i in 1 2 3 4 5 6 7; do
3935        ac_script="$ac_script$as_nl$ac_script"
3936      done
3937      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3938      { ac_script=; unset ac_script;}
3939      if test -z "$SED"; then
3940   ac_path_SED_found=false
3941   # Loop through the user's path and test for each of PROGNAME-LIST
3942   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3943 for as_dir in $PATH
3944 do
3945   IFS=$as_save_IFS
3946   test -z "$as_dir" && as_dir=.
3947     for ac_prog in sed gsed; do
3948     for ac_exec_ext in '' $ac_executable_extensions; do
3949       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3950       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
3951 # Check for GNU ac_path_SED and select it if it is found.
3952   # Check for GNU $ac_path_SED
3953 case `"$ac_path_SED" --version 2>&1` in
3954 *GNU*)
3955   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3956 *)
3957   ac_count=0
3958   $as_echo_n 0123456789 >"conftest.in"
3959   while :
3960   do
3961     cat "conftest.in" "conftest.in" >"conftest.tmp"
3962     mv "conftest.tmp" "conftest.in"
3963     cp "conftest.in" "conftest.nl"
3964     $as_echo '' >> "conftest.nl"
3965     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3966     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3967     as_fn_arith $ac_count + 1 && ac_count=$as_val
3968     if test $ac_count -gt ${ac_path_SED_max-0}; then
3969       # Best one so far, save it but keep looking for a better one
3970       ac_cv_path_SED="$ac_path_SED"
3971       ac_path_SED_max=$ac_count
3972     fi
3973     # 10*(2^10) chars as input seems more than enough
3974     test $ac_count -gt 10 && break
3975   done
3976   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3977 esac
3978
3979       $ac_path_SED_found && break 3
3980     done
3981   done
3982   done
3983 IFS=$as_save_IFS
3984   if test -z "$ac_cv_path_SED"; then
3985     as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
3986   fi
3987 else
3988   ac_cv_path_SED=$SED
3989 fi
3990
3991 fi
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3993 $as_echo "$ac_cv_path_SED" >&6; }
3994  SED="$ac_cv_path_SED"
3995   rm -f conftest.sed
3996
3997 test -z "$SED" && SED=sed
3998 Xsed="$SED -e 1s/^X//"
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4011 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4012 if test "${ac_cv_path_GREP+set}" = set; then :
4013   $as_echo_n "(cached) " >&6
4014 else
4015   if test -z "$GREP"; then
4016   ac_path_GREP_found=false
4017   # Loop through the user's path and test for each of PROGNAME-LIST
4018   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4019 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4020 do
4021   IFS=$as_save_IFS
4022   test -z "$as_dir" && as_dir=.
4023     for ac_prog in grep ggrep; do
4024     for ac_exec_ext in '' $ac_executable_extensions; do
4025       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4026       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4027 # Check for GNU ac_path_GREP and select it if it is found.
4028   # Check for GNU $ac_path_GREP
4029 case `"$ac_path_GREP" --version 2>&1` in
4030 *GNU*)
4031   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4032 *)
4033   ac_count=0
4034   $as_echo_n 0123456789 >"conftest.in"
4035   while :
4036   do
4037     cat "conftest.in" "conftest.in" >"conftest.tmp"
4038     mv "conftest.tmp" "conftest.in"
4039     cp "conftest.in" "conftest.nl"
4040     $as_echo 'GREP' >> "conftest.nl"
4041     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4042     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4043     as_fn_arith $ac_count + 1 && ac_count=$as_val
4044     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4045       # Best one so far, save it but keep looking for a better one
4046       ac_cv_path_GREP="$ac_path_GREP"
4047       ac_path_GREP_max=$ac_count
4048     fi
4049     # 10*(2^10) chars as input seems more than enough
4050     test $ac_count -gt 10 && break
4051   done
4052   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4053 esac
4054
4055       $ac_path_GREP_found && break 3
4056     done
4057   done
4058   done
4059 IFS=$as_save_IFS
4060   if test -z "$ac_cv_path_GREP"; then
4061     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4062   fi
4063 else
4064   ac_cv_path_GREP=$GREP
4065 fi
4066
4067 fi
4068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4069 $as_echo "$ac_cv_path_GREP" >&6; }
4070  GREP="$ac_cv_path_GREP"
4071
4072
4073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4074 $as_echo_n "checking for egrep... " >&6; }
4075 if test "${ac_cv_path_EGREP+set}" = set; then :
4076   $as_echo_n "(cached) " >&6
4077 else
4078   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4079    then ac_cv_path_EGREP="$GREP -E"
4080    else
4081      if test -z "$EGREP"; then
4082   ac_path_EGREP_found=false
4083   # Loop through the user's path and test for each of PROGNAME-LIST
4084   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4085 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4086 do
4087   IFS=$as_save_IFS
4088   test -z "$as_dir" && as_dir=.
4089     for ac_prog in egrep; do
4090     for ac_exec_ext in '' $ac_executable_extensions; do
4091       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4092       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4093 # Check for GNU ac_path_EGREP and select it if it is found.
4094   # Check for GNU $ac_path_EGREP
4095 case `"$ac_path_EGREP" --version 2>&1` in
4096 *GNU*)
4097   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4098 *)
4099   ac_count=0
4100   $as_echo_n 0123456789 >"conftest.in"
4101   while :
4102   do
4103     cat "conftest.in" "conftest.in" >"conftest.tmp"
4104     mv "conftest.tmp" "conftest.in"
4105     cp "conftest.in" "conftest.nl"
4106     $as_echo 'EGREP' >> "conftest.nl"
4107     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4108     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4109     as_fn_arith $ac_count + 1 && ac_count=$as_val
4110     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4111       # Best one so far, save it but keep looking for a better one
4112       ac_cv_path_EGREP="$ac_path_EGREP"
4113       ac_path_EGREP_max=$ac_count
4114     fi
4115     # 10*(2^10) chars as input seems more than enough
4116     test $ac_count -gt 10 && break
4117   done
4118   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4119 esac
4120
4121       $ac_path_EGREP_found && break 3
4122     done
4123   done
4124   done
4125 IFS=$as_save_IFS
4126   if test -z "$ac_cv_path_EGREP"; then
4127     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4128   fi
4129 else
4130   ac_cv_path_EGREP=$EGREP
4131 fi
4132
4133    fi
4134 fi
4135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4136 $as_echo "$ac_cv_path_EGREP" >&6; }
4137  EGREP="$ac_cv_path_EGREP"
4138
4139
4140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4141 $as_echo_n "checking for fgrep... " >&6; }
4142 if test "${ac_cv_path_FGREP+set}" = set; then :
4143   $as_echo_n "(cached) " >&6
4144 else
4145   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4146    then ac_cv_path_FGREP="$GREP -F"
4147    else
4148      if test -z "$FGREP"; then
4149   ac_path_FGREP_found=false
4150   # Loop through the user's path and test for each of PROGNAME-LIST
4151   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4152 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4153 do
4154   IFS=$as_save_IFS
4155   test -z "$as_dir" && as_dir=.
4156     for ac_prog in fgrep; do
4157     for ac_exec_ext in '' $ac_executable_extensions; do
4158       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4159       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4160 # Check for GNU ac_path_FGREP and select it if it is found.
4161   # Check for GNU $ac_path_FGREP
4162 case `"$ac_path_FGREP" --version 2>&1` in
4163 *GNU*)
4164   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4165 *)
4166   ac_count=0
4167   $as_echo_n 0123456789 >"conftest.in"
4168   while :
4169   do
4170     cat "conftest.in" "conftest.in" >"conftest.tmp"
4171     mv "conftest.tmp" "conftest.in"
4172     cp "conftest.in" "conftest.nl"
4173     $as_echo 'FGREP' >> "conftest.nl"
4174     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4175     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4176     as_fn_arith $ac_count + 1 && ac_count=$as_val
4177     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4178       # Best one so far, save it but keep looking for a better one
4179       ac_cv_path_FGREP="$ac_path_FGREP"
4180       ac_path_FGREP_max=$ac_count
4181     fi
4182     # 10*(2^10) chars as input seems more than enough
4183     test $ac_count -gt 10 && break
4184   done
4185   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4186 esac
4187
4188       $ac_path_FGREP_found && break 3
4189     done
4190   done
4191   done
4192 IFS=$as_save_IFS
4193   if test -z "$ac_cv_path_FGREP"; then
4194     as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4195   fi
4196 else
4197   ac_cv_path_FGREP=$FGREP
4198 fi
4199
4200    fi
4201 fi
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4203 $as_echo "$ac_cv_path_FGREP" >&6; }
4204  FGREP="$ac_cv_path_FGREP"
4205
4206
4207 test -z "$GREP" && GREP=grep
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227 # Check whether --with-gnu-ld was given.
4228 if test "${with_gnu_ld+set}" = set; then :
4229   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4230 else
4231   with_gnu_ld=no
4232 fi
4233
4234 ac_prog=ld
4235 if test "$GCC" = yes; then
4236   # Check if gcc -print-prog-name=ld gives a path.
4237   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4238 $as_echo_n "checking for ld used by $CC... " >&6; }
4239   case $host in
4240   *-*-mingw*)
4241     # gcc leaves a trailing carriage return which upsets mingw
4242     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4243   *)
4244     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4245   esac
4246   case $ac_prog in
4247     # Accept absolute paths.
4248     [\\/]* | ?:[\\/]*)
4249       re_direlt='/[^/][^/]*/\.\./'
4250       # Canonicalize the pathname of ld
4251       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4252       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4253         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4254       done
4255       test -z "$LD" && LD="$ac_prog"
4256       ;;
4257   "")
4258     # If it fails, then pretend we aren't using GCC.
4259     ac_prog=ld
4260     ;;
4261   *)
4262     # If it is relative, then search for the first ld in PATH.
4263     with_gnu_ld=unknown
4264     ;;
4265   esac
4266 elif test "$with_gnu_ld" = yes; then
4267   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4268 $as_echo_n "checking for GNU ld... " >&6; }
4269 else
4270   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4271 $as_echo_n "checking for non-GNU ld... " >&6; }
4272 fi
4273 if test "${lt_cv_path_LD+set}" = set; then :
4274   $as_echo_n "(cached) " >&6
4275 else
4276   if test -z "$LD"; then
4277   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4278   for ac_dir in $PATH; do
4279     IFS="$lt_save_ifs"
4280     test -z "$ac_dir" && ac_dir=.
4281     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4282       lt_cv_path_LD="$ac_dir/$ac_prog"
4283       # Check to see if the program is GNU ld.  I'd rather use --version,
4284       # but apparently some variants of GNU ld only accept -v.
4285       # Break only if it was the GNU/non-GNU ld that we prefer.
4286       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4287       *GNU* | *'with BFD'*)
4288         test "$with_gnu_ld" != no && break
4289         ;;
4290       *)
4291         test "$with_gnu_ld" != yes && break
4292         ;;
4293       esac
4294     fi
4295   done
4296   IFS="$lt_save_ifs"
4297 else
4298   lt_cv_path_LD="$LD" # Let the user override the test with a path.
4299 fi
4300 fi
4301
4302 LD="$lt_cv_path_LD"
4303 if test -n "$LD"; then
4304   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4305 $as_echo "$LD" >&6; }
4306 else
4307   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4308 $as_echo "no" >&6; }
4309 fi
4310 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4312 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4313 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4314   $as_echo_n "(cached) " >&6
4315 else
4316   # I'd rather use --version here, but apparently some GNU lds only accept -v.
4317 case `$LD -v 2>&1 </dev/null` in
4318 *GNU* | *'with BFD'*)
4319   lt_cv_prog_gnu_ld=yes
4320   ;;
4321 *)
4322   lt_cv_prog_gnu_ld=no
4323   ;;
4324 esac
4325 fi
4326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4327 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4328 with_gnu_ld=$lt_cv_prog_gnu_ld
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4339 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4340 if test "${lt_cv_path_NM+set}" = set; then :
4341   $as_echo_n "(cached) " >&6
4342 else
4343   if test -n "$NM"; then
4344   # Let the user override the test.
4345   lt_cv_path_NM="$NM"
4346 else
4347   lt_nm_to_check="${ac_tool_prefix}nm"
4348   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4349     lt_nm_to_check="$lt_nm_to_check nm"
4350   fi
4351   for lt_tmp_nm in $lt_nm_to_check; do
4352     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4353     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4354       IFS="$lt_save_ifs"
4355       test -z "$ac_dir" && ac_dir=.
4356       tmp_nm="$ac_dir/$lt_tmp_nm"
4357       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4358         # Check to see if the nm accepts a BSD-compat flag.
4359         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4360         #   nm: unknown option "B" ignored
4361         # Tru64's nm complains that /dev/null is an invalid object file
4362         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4363         */dev/null* | *'Invalid file or object type'*)
4364           lt_cv_path_NM="$tmp_nm -B"
4365           break
4366           ;;
4367         *)
4368           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4369           */dev/null*)
4370             lt_cv_path_NM="$tmp_nm -p"
4371             break
4372             ;;
4373           *)
4374             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4375             continue # so that we can try to find one that supports BSD flags
4376             ;;
4377           esac
4378           ;;
4379         esac
4380       fi
4381     done
4382     IFS="$lt_save_ifs"
4383   done
4384   : ${lt_cv_path_NM=no}
4385 fi
4386 fi
4387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4388 $as_echo "$lt_cv_path_NM" >&6; }
4389 if test "$lt_cv_path_NM" != "no"; then
4390   NM="$lt_cv_path_NM"
4391 else
4392   # Didn't find any BSD compatible name lister, look for dumpbin.
4393   if test -n "$ac_tool_prefix"; then
4394   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4395   do
4396     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4397 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4399 $as_echo_n "checking for $ac_word... " >&6; }
4400 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4401   $as_echo_n "(cached) " >&6
4402 else
4403   if test -n "$DUMPBIN"; then
4404   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4405 else
4406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4407 for as_dir in $PATH
4408 do
4409   IFS=$as_save_IFS
4410   test -z "$as_dir" && as_dir=.
4411     for ac_exec_ext in '' $ac_executable_extensions; do
4412   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4413     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4414     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4415     break 2
4416   fi
4417 done
4418   done
4419 IFS=$as_save_IFS
4420
4421 fi
4422 fi
4423 DUMPBIN=$ac_cv_prog_DUMPBIN
4424 if test -n "$DUMPBIN"; then
4425   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4426 $as_echo "$DUMPBIN" >&6; }
4427 else
4428   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4429 $as_echo "no" >&6; }
4430 fi
4431
4432
4433     test -n "$DUMPBIN" && break
4434   done
4435 fi
4436 if test -z "$DUMPBIN"; then
4437   ac_ct_DUMPBIN=$DUMPBIN
4438   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4439 do
4440   # Extract the first word of "$ac_prog", so it can be a program name with args.
4441 set dummy $ac_prog; ac_word=$2
4442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4443 $as_echo_n "checking for $ac_word... " >&6; }
4444 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4445   $as_echo_n "(cached) " >&6
4446 else
4447   if test -n "$ac_ct_DUMPBIN"; then
4448   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4449 else
4450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4451 for as_dir in $PATH
4452 do
4453   IFS=$as_save_IFS
4454   test -z "$as_dir" && as_dir=.
4455     for ac_exec_ext in '' $ac_executable_extensions; do
4456   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4457     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4458     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4459     break 2
4460   fi
4461 done
4462   done
4463 IFS=$as_save_IFS
4464
4465 fi
4466 fi
4467 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4468 if test -n "$ac_ct_DUMPBIN"; then
4469   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4470 $as_echo "$ac_ct_DUMPBIN" >&6; }
4471 else
4472   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4473 $as_echo "no" >&6; }
4474 fi
4475
4476
4477   test -n "$ac_ct_DUMPBIN" && break
4478 done
4479
4480   if test "x$ac_ct_DUMPBIN" = x; then
4481     DUMPBIN=":"
4482   else
4483     case $cross_compiling:$ac_tool_warned in
4484 yes:)
4485 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4486 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4487 ac_tool_warned=yes ;;
4488 esac
4489     DUMPBIN=$ac_ct_DUMPBIN
4490   fi
4491 fi
4492
4493
4494   if test "$DUMPBIN" != ":"; then
4495     NM="$DUMPBIN"
4496   fi
4497 fi
4498 test -z "$NM" && NM=nm
4499
4500
4501
4502
4503
4504
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4506 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4507 if test "${lt_cv_nm_interface+set}" = set; then :
4508   $as_echo_n "(cached) " >&6
4509 else
4510   lt_cv_nm_interface="BSD nm"
4511   echo "int some_variable = 0;" > conftest.$ac_ext
4512   (eval echo "\"\$as_me:4512: $ac_compile\"" >&5)
4513   (eval "$ac_compile" 2>conftest.err)
4514   cat conftest.err >&5
4515   (eval echo "\"\$as_me:4515: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4516   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4517   cat conftest.err >&5
4518   (eval echo "\"\$as_me:4518: output\"" >&5)
4519   cat conftest.out >&5
4520   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4521     lt_cv_nm_interface="MS dumpbin"
4522   fi
4523   rm -f conftest*
4524 fi
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4526 $as_echo "$lt_cv_nm_interface" >&6; }
4527
4528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4529 $as_echo_n "checking whether ln -s works... " >&6; }
4530 LN_S=$as_ln_s
4531 if test "$LN_S" = "ln -s"; then
4532   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4533 $as_echo "yes" >&6; }
4534 else
4535   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4536 $as_echo "no, using $LN_S" >&6; }
4537 fi
4538
4539 # find the maximum length of command line arguments
4540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4541 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4542 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4543   $as_echo_n "(cached) " >&6
4544 else
4545     i=0
4546   teststring="ABCD"
4547
4548   case $build_os in
4549   msdosdjgpp*)
4550     # On DJGPP, this test can blow up pretty badly due to problems in libc
4551     # (any single argument exceeding 2000 bytes causes a buffer overrun
4552     # during glob expansion).  Even if it were fixed, the result of this
4553     # check would be larger than it should be.
4554     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
4555     ;;
4556
4557   gnu*)
4558     # Under GNU Hurd, this test is not required because there is
4559     # no limit to the length of command line arguments.
4560     # Libtool will interpret -1 as no limit whatsoever
4561     lt_cv_sys_max_cmd_len=-1;
4562     ;;
4563
4564   cygwin* | mingw* | cegcc*)
4565     # On Win9x/ME, this test blows up -- it succeeds, but takes
4566     # about 5 minutes as the teststring grows exponentially.
4567     # Worse, since 9x/ME are not pre-emptively multitasking,
4568     # you end up with a "frozen" computer, even though with patience
4569     # the test eventually succeeds (with a max line length of 256k).
4570     # Instead, let's just punt: use the minimum linelength reported by
4571     # all of the supported platforms: 8192 (on NT/2K/XP).
4572     lt_cv_sys_max_cmd_len=8192;
4573     ;;
4574
4575   amigaos*)
4576     # On AmigaOS with pdksh, this test takes hours, literally.
4577     # So we just punt and use a minimum line length of 8192.
4578     lt_cv_sys_max_cmd_len=8192;
4579     ;;
4580
4581   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4582     # This has been around since 386BSD, at least.  Likely further.
4583     if test -x /sbin/sysctl; then
4584       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4585     elif test -x /usr/sbin/sysctl; then
4586       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4587     else
4588       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
4589     fi
4590     # And add a safety zone
4591     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4592     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4593     ;;
4594
4595   interix*)
4596     # We know the value 262144 and hardcode it with a safety zone (like BSD)
4597     lt_cv_sys_max_cmd_len=196608
4598     ;;
4599
4600   osf*)
4601     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4602     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4603     # nice to cause kernel panics so lets avoid the loop below.
4604     # First set a reasonable default.
4605     lt_cv_sys_max_cmd_len=16384
4606     #
4607     if test -x /sbin/sysconfig; then
4608       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4609         *1*) lt_cv_sys_max_cmd_len=-1 ;;
4610       esac
4611     fi
4612     ;;
4613   sco3.2v5*)
4614     lt_cv_sys_max_cmd_len=102400
4615     ;;
4616   sysv5* | sco5v6* | sysv4.2uw2*)
4617     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4618     if test -n "$kargmax"; then
4619       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
4620     else
4621       lt_cv_sys_max_cmd_len=32768
4622     fi
4623     ;;
4624   *)
4625     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4626     if test -n "$lt_cv_sys_max_cmd_len"; then
4627       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4628       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4629     else
4630       # Make teststring a little bigger before we do anything with it.
4631       # a 1K string should be a reasonable start.
4632       for i in 1 2 3 4 5 6 7 8 ; do
4633         teststring=$teststring$teststring
4634       done
4635       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4636       # If test is not a shell built-in, we'll probably end up computing a
4637       # maximum length that is only half of the actual maximum length, but
4638       # we can't tell.
4639       while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4640                  = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4641               test $i != 17 # 1/2 MB should be enough
4642       do
4643         i=`expr $i + 1`
4644         teststring=$teststring$teststring
4645       done
4646       # Only check the string length outside the loop.
4647       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4648       teststring=
4649       # Add a significant safety factor because C++ compilers can tack on
4650       # massive amounts of additional arguments before passing them to the
4651       # linker.  It appears as though 1/2 is a usable value.
4652       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4653     fi
4654     ;;
4655   esac
4656
4657 fi
4658
4659 if test -n $lt_cv_sys_max_cmd_len ; then
4660   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4661 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4662 else
4663   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4664 $as_echo "none" >&6; }
4665 fi
4666 max_cmd_len=$lt_cv_sys_max_cmd_len
4667
4668
4669
4670
4671
4672
4673 : ${CP="cp -f"}
4674 : ${MV="mv -f"}
4675 : ${RM="rm -f"}
4676
4677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4678 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4679 # Try some XSI features
4680 xsi_shell=no
4681 ( _lt_dummy="a/b/c"
4682   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4683       = c,a/b,, \
4684     && eval 'test $(( 1 + 1 )) -eq 2 \
4685     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4686   && xsi_shell=yes
4687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4688 $as_echo "$xsi_shell" >&6; }
4689
4690
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4692 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4693 lt_shell_append=no
4694 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4695     >/dev/null 2>&1 \
4696   && lt_shell_append=yes
4697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4698 $as_echo "$lt_shell_append" >&6; }
4699
4700
4701 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4702   lt_unset=unset
4703 else
4704   lt_unset=false
4705 fi
4706
4707
4708
4709
4710
4711 # test EBCDIC or ASCII
4712 case `echo X|tr X '\101'` in
4713  A) # ASCII based system
4714     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4715   lt_SP2NL='tr \040 \012'
4716   lt_NL2SP='tr \015\012 \040\040'
4717   ;;
4718  *) # EBCDIC based system
4719   lt_SP2NL='tr \100 \n'
4720   lt_NL2SP='tr \r\n \100\100'
4721   ;;
4722 esac
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4733 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4734 if test "${lt_cv_ld_reload_flag+set}" = set; then :
4735   $as_echo_n "(cached) " >&6
4736 else
4737   lt_cv_ld_reload_flag='-r'
4738 fi
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4740 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4741 reload_flag=$lt_cv_ld_reload_flag
4742 case $reload_flag in
4743 "" | " "*) ;;
4744 *) reload_flag=" $reload_flag" ;;
4745 esac
4746 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4747 case $host_os in
4748   darwin*)
4749     if test "$GCC" = yes; then
4750       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4751     else
4752       reload_cmds='$LD$reload_flag -o $output$reload_objs'
4753     fi
4754     ;;
4755 esac
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765 if test -n "$ac_tool_prefix"; then
4766   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4767 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4769 $as_echo_n "checking for $ac_word... " >&6; }
4770 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
4771   $as_echo_n "(cached) " >&6
4772 else
4773   if test -n "$OBJDUMP"; then
4774   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4775 else
4776 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4777 for as_dir in $PATH
4778 do
4779   IFS=$as_save_IFS
4780   test -z "$as_dir" && as_dir=.
4781     for ac_exec_ext in '' $ac_executable_extensions; do
4782   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4783     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4784     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4785     break 2
4786   fi
4787 done
4788   done
4789 IFS=$as_save_IFS
4790
4791 fi
4792 fi
4793 OBJDUMP=$ac_cv_prog_OBJDUMP
4794 if test -n "$OBJDUMP"; then
4795   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4796 $as_echo "$OBJDUMP" >&6; }
4797 else
4798   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4799 $as_echo "no" >&6; }
4800 fi
4801
4802
4803 fi
4804 if test -z "$ac_cv_prog_OBJDUMP"; then
4805   ac_ct_OBJDUMP=$OBJDUMP
4806   # Extract the first word of "objdump", so it can be a program name with args.
4807 set dummy objdump; ac_word=$2
4808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4809 $as_echo_n "checking for $ac_word... " >&6; }
4810 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
4811   $as_echo_n "(cached) " >&6
4812 else
4813   if test -n "$ac_ct_OBJDUMP"; then
4814   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4815 else
4816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4817 for as_dir in $PATH
4818 do
4819   IFS=$as_save_IFS
4820   test -z "$as_dir" && as_dir=.
4821     for ac_exec_ext in '' $ac_executable_extensions; do
4822   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4823     ac_cv_prog_ac_ct_OBJDUMP="objdump"
4824     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4825     break 2
4826   fi
4827 done
4828   done
4829 IFS=$as_save_IFS
4830
4831 fi
4832 fi
4833 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4834 if test -n "$ac_ct_OBJDUMP"; then
4835   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4836 $as_echo "$ac_ct_OBJDUMP" >&6; }
4837 else
4838   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4839 $as_echo "no" >&6; }
4840 fi
4841
4842   if test "x$ac_ct_OBJDUMP" = x; then
4843     OBJDUMP="false"
4844   else
4845     case $cross_compiling:$ac_tool_warned in
4846 yes:)
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4848 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4849 ac_tool_warned=yes ;;
4850 esac
4851     OBJDUMP=$ac_ct_OBJDUMP
4852   fi
4853 else
4854   OBJDUMP="$ac_cv_prog_OBJDUMP"
4855 fi
4856
4857 test -z "$OBJDUMP" && OBJDUMP=objdump
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4868 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
4869 if test "${lt_cv_deplibs_check_method+set}" = set; then :
4870   $as_echo_n "(cached) " >&6
4871 else
4872   lt_cv_file_magic_cmd='$MAGIC_CMD'
4873 lt_cv_file_magic_test_file=
4874 lt_cv_deplibs_check_method='unknown'
4875 # Need to set the preceding variable on all platforms that support
4876 # interlibrary dependencies.
4877 # 'none' -- dependencies not supported.
4878 # `unknown' -- same as none, but documents that we really don't know.
4879 # 'pass_all' -- all dependencies passed with no checks.
4880 # 'test_compile' -- check by making test program.
4881 # 'file_magic [[regex]]' -- check by looking for files in library path
4882 # which responds to the $file_magic_cmd with a given extended regex.
4883 # If you have `file' or equivalent on your system and you're not sure
4884 # whether `pass_all' will *always* work, you probably want this one.
4885
4886 case $host_os in
4887 aix[4-9]*)
4888   lt_cv_deplibs_check_method=pass_all
4889   ;;
4890
4891 beos*)
4892   lt_cv_deplibs_check_method=pass_all
4893   ;;
4894
4895 bsdi[45]*)
4896   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4897   lt_cv_file_magic_cmd='/usr/bin/file -L'
4898   lt_cv_file_magic_test_file=/shlib/libc.so
4899   ;;
4900
4901 cygwin*)
4902   # func_win32_libid is a shell function defined in ltmain.sh
4903   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4904   lt_cv_file_magic_cmd='func_win32_libid'
4905   ;;
4906
4907 mingw* | pw32*)
4908   # Base MSYS/MinGW do not provide the 'file' command needed by
4909   # func_win32_libid shell function, so use a weaker test based on 'objdump',
4910   # unless we find 'file', for example because we are cross-compiling.
4911   if ( file / ) >/dev/null 2>&1; then
4912     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4913     lt_cv_file_magic_cmd='func_win32_libid'
4914   else
4915     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4916     lt_cv_file_magic_cmd='$OBJDUMP -f'
4917   fi
4918   ;;
4919
4920 cegcc)
4921   # use the weaker test based on 'objdump'. See mingw*.
4922   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4923   lt_cv_file_magic_cmd='$OBJDUMP -f'
4924   ;;
4925
4926 darwin* | rhapsody*)
4927   lt_cv_deplibs_check_method=pass_all
4928   ;;
4929
4930 freebsd* | dragonfly*)
4931   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4932     case $host_cpu in
4933     i*86 )
4934       # Not sure whether the presence of OpenBSD here was a mistake.
4935       # Let's accept both of them until this is cleared up.
4936       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4937       lt_cv_file_magic_cmd=/usr/bin/file
4938       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4939       ;;
4940     esac
4941   else
4942     lt_cv_deplibs_check_method=pass_all
4943   fi
4944   ;;
4945
4946 gnu*)
4947   lt_cv_deplibs_check_method=pass_all
4948   ;;
4949
4950 hpux10.20* | hpux11*)
4951   lt_cv_file_magic_cmd=/usr/bin/file
4952   case $host_cpu in
4953   ia64*)
4954     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4955     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4956     ;;
4957   hppa*64*)
4958     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
4959     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4960     ;;
4961   *)
4962     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
4963     lt_cv_file_magic_test_file=/usr/lib/libc.sl
4964     ;;
4965   esac
4966   ;;
4967
4968 interix[3-9]*)
4969   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4970   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4971   ;;
4972
4973 irix5* | irix6* | nonstopux*)
4974   case $LD in
4975   *-32|*"-32 ") libmagic=32-bit;;
4976   *-n32|*"-n32 ") libmagic=N32;;
4977   *-64|*"-64 ") libmagic=64-bit;;
4978   *) libmagic=never-match;;
4979   esac
4980   lt_cv_deplibs_check_method=pass_all
4981   ;;
4982
4983 # This must be Linux ELF.
4984 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4985   lt_cv_deplibs_check_method=pass_all
4986   ;;
4987
4988 netbsd* | netbsdelf*-gnu)
4989   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4990     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4991   else
4992     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4993   fi
4994   ;;
4995
4996 newos6*)
4997   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4998   lt_cv_file_magic_cmd=/usr/bin/file
4999   lt_cv_file_magic_test_file=/usr/lib/libnls.so
5000   ;;
5001
5002 *nto* | *qnx*)
5003   lt_cv_deplibs_check_method=pass_all
5004   ;;
5005
5006 openbsd*)
5007   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5008     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5009   else
5010     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5011   fi
5012   ;;
5013
5014 osf3* | osf4* | osf5*)
5015   lt_cv_deplibs_check_method=pass_all
5016   ;;
5017
5018 rdos*)
5019   lt_cv_deplibs_check_method=pass_all
5020   ;;
5021
5022 solaris*)
5023   lt_cv_deplibs_check_method=pass_all
5024   ;;
5025
5026 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5027   lt_cv_deplibs_check_method=pass_all
5028   ;;
5029
5030 sysv4 | sysv4.3*)
5031   case $host_vendor in
5032   motorola)
5033     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
5034     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5035     ;;
5036   ncr)
5037     lt_cv_deplibs_check_method=pass_all
5038     ;;
5039   sequent)
5040     lt_cv_file_magic_cmd='/bin/file'
5041     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5042     ;;
5043   sni)
5044     lt_cv_file_magic_cmd='/bin/file'
5045     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5046     lt_cv_file_magic_test_file=/lib/libc.so
5047     ;;
5048   siemens)
5049     lt_cv_deplibs_check_method=pass_all
5050     ;;
5051   pc)
5052     lt_cv_deplibs_check_method=pass_all
5053     ;;
5054   esac
5055   ;;
5056
5057 tpf*)
5058   lt_cv_deplibs_check_method=pass_all
5059   ;;
5060 esac
5061
5062 fi
5063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5064 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5065 file_magic_cmd=$lt_cv_file_magic_cmd
5066 deplibs_check_method=$lt_cv_deplibs_check_method
5067 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080 if test -n "$ac_tool_prefix"; then
5081   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5082 set dummy ${ac_tool_prefix}ar; ac_word=$2
5083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5084 $as_echo_n "checking for $ac_word... " >&6; }
5085 if test "${ac_cv_prog_AR+set}" = set; then :
5086   $as_echo_n "(cached) " >&6
5087 else
5088   if test -n "$AR"; then
5089   ac_cv_prog_AR="$AR" # Let the user override the test.
5090 else
5091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5092 for as_dir in $PATH
5093 do
5094   IFS=$as_save_IFS
5095   test -z "$as_dir" && as_dir=.
5096     for ac_exec_ext in '' $ac_executable_extensions; do
5097   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5098     ac_cv_prog_AR="${ac_tool_prefix}ar"
5099     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5100     break 2
5101   fi
5102 done
5103   done
5104 IFS=$as_save_IFS
5105
5106 fi
5107 fi
5108 AR=$ac_cv_prog_AR
5109 if test -n "$AR"; then
5110   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5111 $as_echo "$AR" >&6; }
5112 else
5113   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5114 $as_echo "no" >&6; }
5115 fi
5116
5117
5118 fi
5119 if test -z "$ac_cv_prog_AR"; then
5120   ac_ct_AR=$AR
5121   # Extract the first word of "ar", so it can be a program name with args.
5122 set dummy ar; ac_word=$2
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5124 $as_echo_n "checking for $ac_word... " >&6; }
5125 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5126   $as_echo_n "(cached) " >&6
5127 else
5128   if test -n "$ac_ct_AR"; then
5129   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5130 else
5131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5132 for as_dir in $PATH
5133 do
5134   IFS=$as_save_IFS
5135   test -z "$as_dir" && as_dir=.
5136     for ac_exec_ext in '' $ac_executable_extensions; do
5137   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5138     ac_cv_prog_ac_ct_AR="ar"
5139     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5140     break 2
5141   fi
5142 done
5143   done
5144 IFS=$as_save_IFS
5145
5146 fi
5147 fi
5148 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5149 if test -n "$ac_ct_AR"; then
5150   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5151 $as_echo "$ac_ct_AR" >&6; }
5152 else
5153   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5154 $as_echo "no" >&6; }
5155 fi
5156
5157   if test "x$ac_ct_AR" = x; then
5158     AR="false"
5159   else
5160     case $cross_compiling:$ac_tool_warned in
5161 yes:)
5162 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5163 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5164 ac_tool_warned=yes ;;
5165 esac
5166     AR=$ac_ct_AR
5167   fi
5168 else
5169   AR="$ac_cv_prog_AR"
5170 fi
5171
5172 test -z "$AR" && AR=ar
5173 test -z "$AR_FLAGS" && AR_FLAGS=cru
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185 if test -n "$ac_tool_prefix"; then
5186   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5187 set dummy ${ac_tool_prefix}strip; ac_word=$2
5188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5189 $as_echo_n "checking for $ac_word... " >&6; }
5190 if test "${ac_cv_prog_STRIP+set}" = set; then :
5191   $as_echo_n "(cached) " >&6
5192 else
5193   if test -n "$STRIP"; then
5194   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5195 else
5196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5197 for as_dir in $PATH
5198 do
5199   IFS=$as_save_IFS
5200   test -z "$as_dir" && as_dir=.
5201     for ac_exec_ext in '' $ac_executable_extensions; do
5202   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5203     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5204     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5205     break 2
5206   fi
5207 done
5208   done
5209 IFS=$as_save_IFS
5210
5211 fi
5212 fi
5213 STRIP=$ac_cv_prog_STRIP
5214 if test -n "$STRIP"; then
5215   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5216 $as_echo "$STRIP" >&6; }
5217 else
5218   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5219 $as_echo "no" >&6; }
5220 fi
5221
5222
5223 fi
5224 if test -z "$ac_cv_prog_STRIP"; then
5225   ac_ct_STRIP=$STRIP
5226   # Extract the first word of "strip", so it can be a program name with args.
5227 set dummy strip; ac_word=$2
5228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5229 $as_echo_n "checking for $ac_word... " >&6; }
5230 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5231   $as_echo_n "(cached) " >&6
5232 else
5233   if test -n "$ac_ct_STRIP"; then
5234   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5235 else
5236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5237 for as_dir in $PATH
5238 do
5239   IFS=$as_save_IFS
5240   test -z "$as_dir" && as_dir=.
5241     for ac_exec_ext in '' $ac_executable_extensions; do
5242   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5243     ac_cv_prog_ac_ct_STRIP="strip"
5244     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5245     break 2
5246   fi
5247 done
5248   done
5249 IFS=$as_save_IFS
5250
5251 fi
5252 fi
5253 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5254 if test -n "$ac_ct_STRIP"; then
5255   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5256 $as_echo "$ac_ct_STRIP" >&6; }
5257 else
5258   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5259 $as_echo "no" >&6; }
5260 fi
5261
5262   if test "x$ac_ct_STRIP" = x; then
5263     STRIP=":"
5264   else
5265     case $cross_compiling:$ac_tool_warned in
5266 yes:)
5267 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5268 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5269 ac_tool_warned=yes ;;
5270 esac
5271     STRIP=$ac_ct_STRIP
5272   fi
5273 else
5274   STRIP="$ac_cv_prog_STRIP"
5275 fi
5276
5277 test -z "$STRIP" && STRIP=:
5278
5279
5280
5281
5282
5283
5284 if test -n "$ac_tool_prefix"; then
5285   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5286 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5288 $as_echo_n "checking for $ac_word... " >&6; }
5289 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5290   $as_echo_n "(cached) " >&6
5291 else
5292   if test -n "$RANLIB"; then
5293   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5294 else
5295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5296 for as_dir in $PATH
5297 do
5298   IFS=$as_save_IFS
5299   test -z "$as_dir" && as_dir=.
5300     for ac_exec_ext in '' $ac_executable_extensions; do
5301   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5302     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5303     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5304     break 2
5305   fi
5306 done
5307   done
5308 IFS=$as_save_IFS
5309
5310 fi
5311 fi
5312 RANLIB=$ac_cv_prog_RANLIB
5313 if test -n "$RANLIB"; then
5314   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5315 $as_echo "$RANLIB" >&6; }
5316 else
5317   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5318 $as_echo "no" >&6; }
5319 fi
5320
5321
5322 fi
5323 if test -z "$ac_cv_prog_RANLIB"; then
5324   ac_ct_RANLIB=$RANLIB
5325   # Extract the first word of "ranlib", so it can be a program name with args.
5326 set dummy ranlib; ac_word=$2
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5328 $as_echo_n "checking for $ac_word... " >&6; }
5329 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5330   $as_echo_n "(cached) " >&6
5331 else
5332   if test -n "$ac_ct_RANLIB"; then
5333   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5334 else
5335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5336 for as_dir in $PATH
5337 do
5338   IFS=$as_save_IFS
5339   test -z "$as_dir" && as_dir=.
5340     for ac_exec_ext in '' $ac_executable_extensions; do
5341   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5342     ac_cv_prog_ac_ct_RANLIB="ranlib"
5343     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5344     break 2
5345   fi
5346 done
5347   done
5348 IFS=$as_save_IFS
5349
5350 fi
5351 fi
5352 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5353 if test -n "$ac_ct_RANLIB"; then
5354   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5355 $as_echo "$ac_ct_RANLIB" >&6; }
5356 else
5357   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5358 $as_echo "no" >&6; }
5359 fi
5360
5361   if test "x$ac_ct_RANLIB" = x; then
5362     RANLIB=":"
5363   else
5364     case $cross_compiling:$ac_tool_warned in
5365 yes:)
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5367 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5368 ac_tool_warned=yes ;;
5369 esac
5370     RANLIB=$ac_ct_RANLIB
5371   fi
5372 else
5373   RANLIB="$ac_cv_prog_RANLIB"
5374 fi
5375
5376 test -z "$RANLIB" && RANLIB=:
5377
5378
5379
5380
5381
5382
5383 # Determine commands to create old-style static archives.
5384 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5385 old_postinstall_cmds='chmod 644 $oldlib'
5386 old_postuninstall_cmds=
5387
5388 if test -n "$RANLIB"; then
5389   case $host_os in
5390   openbsd*)
5391     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5392     ;;
5393   *)
5394     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5395     ;;
5396   esac
5397   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5398 fi
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433 # If no C compiler was specified, use CC.
5434 LTCC=${LTCC-"$CC"}
5435
5436 # If no C compiler flags were specified, use CFLAGS.
5437 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5438
5439 # Allow CC to be a program name with arguments.
5440 compiler=$CC
5441
5442
5443 # Check for command to grab the raw symbol name followed by C symbol from nm.
5444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5445 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5446 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5447   $as_echo_n "(cached) " >&6
5448 else
5449
5450 # These are sane defaults that work on at least a few old systems.
5451 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
5452
5453 # Character class describing NM global symbol codes.
5454 symcode='[BCDEGRST]'
5455
5456 # Regexp to match symbols that can be accessed directly from C.
5457 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5458
5459 # Define system-specific variables.
5460 case $host_os in
5461 aix*)
5462   symcode='[BCDT]'
5463   ;;
5464 cygwin* | mingw* | pw32* | cegcc*)
5465   symcode='[ABCDGISTW]'
5466   ;;
5467 hpux*)
5468   if test "$host_cpu" = ia64; then
5469     symcode='[ABCDEGRST]'
5470   fi
5471   ;;
5472 irix* | nonstopux*)
5473   symcode='[BCDEGRST]'
5474   ;;
5475 osf*)
5476   symcode='[BCDEGQRST]'
5477   ;;
5478 solaris*)
5479   symcode='[BDRT]'
5480   ;;
5481 sco3.2v5*)
5482   symcode='[DT]'
5483   ;;
5484 sysv4.2uw2*)
5485   symcode='[DT]'
5486   ;;
5487 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5488   symcode='[ABDT]'
5489   ;;
5490 sysv4)
5491   symcode='[DFNSTU]'
5492   ;;
5493 esac
5494
5495 # If we're using GNU nm, then use its standard symbol codes.
5496 case `$NM -V 2>&1` in
5497 *GNU* | *'with BFD'*)
5498   symcode='[ABCDGIRSTW]' ;;
5499 esac
5500
5501 # Transform an extracted symbol line into a proper C declaration.
5502 # Some systems (esp. on ia64) link data and code symbols differently,
5503 # so use this general approach.
5504 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5505
5506 # Transform an extracted symbol line into symbol name and symbol address
5507 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
5508 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
5509
5510 # Handle CRLF in mingw tool chain
5511 opt_cr=
5512 case $build_os in
5513 mingw*)
5514   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5515   ;;
5516 esac
5517
5518 # Try without a prefix underscore, then with it.
5519 for ac_symprfx in "" "_"; do
5520
5521   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5522   symxfrm="\\1 $ac_symprfx\\2 \\2"
5523
5524   # Write the raw and C identifiers.
5525   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5526     # Fake it for dumpbin and say T for any non-static function
5527     # and D for any global variable.
5528     # Also find C++ and __fastcall symbols from MSVC++,
5529     # which start with @ or ?.
5530     lt_cv_sys_global_symbol_pipe="$AWK '"\
5531 "     {last_section=section; section=\$ 3};"\
5532 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5533 "     \$ 0!~/External *\|/{next};"\
5534 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5535 "     {if(hide[section]) next};"\
5536 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5537 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5538 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
5539 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5540 "     ' prfx=^$ac_symprfx"
5541   else
5542     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5543   fi
5544
5545   # Check to see that the pipe works correctly.
5546   pipe_works=no
5547
5548   rm -f conftest*
5549   cat > conftest.$ac_ext <<_LT_EOF
5550 #ifdef __cplusplus
5551 extern "C" {
5552 #endif
5553 char nm_test_var;
5554 void nm_test_func(void);
5555 void nm_test_func(void){}
5556 #ifdef __cplusplus
5557 }
5558 #endif
5559 int main(){nm_test_var='a';nm_test_func();return(0);}
5560 _LT_EOF
5561
5562   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5563   (eval $ac_compile) 2>&5
5564   ac_status=$?
5565   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5566   test $ac_status = 0; }; then
5567     # Now try to grab the symbols.
5568     nlist=conftest.nm
5569     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
5570   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5571   ac_status=$?
5572   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5573   test $ac_status = 0; } && test -s "$nlist"; then
5574       # Try sorting and uniquifying the output.
5575       if sort "$nlist" | uniq > "$nlist"T; then
5576         mv -f "$nlist"T "$nlist"
5577       else
5578         rm -f "$nlist"T
5579       fi
5580
5581       # Make sure that we snagged all the symbols we need.
5582       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5583         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5584           cat <<_LT_EOF > conftest.$ac_ext
5585 #ifdef __cplusplus
5586 extern "C" {
5587 #endif
5588
5589 _LT_EOF
5590           # Now generate the symbol file.
5591           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5592
5593           cat <<_LT_EOF >> conftest.$ac_ext
5594
5595 /* The mapping between symbol names and symbols.  */
5596 const struct {
5597   const char *name;
5598   void       *address;
5599 }
5600 lt__PROGRAM__LTX_preloaded_symbols[] =
5601 {
5602   { "@PROGRAM@", (void *) 0 },
5603 _LT_EOF
5604           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5605           cat <<\_LT_EOF >> conftest.$ac_ext
5606   {0, (void *) 0}
5607 };
5608
5609 /* This works around a problem in FreeBSD linker */
5610 #ifdef FREEBSD_WORKAROUND
5611 static const void *lt_preloaded_setup() {
5612   return lt__PROGRAM__LTX_preloaded_symbols;
5613 }
5614 #endif
5615
5616 #ifdef __cplusplus
5617 }
5618 #endif
5619 _LT_EOF
5620           # Now try linking the two files.
5621           mv conftest.$ac_objext conftstm.$ac_objext
5622           lt_save_LIBS="$LIBS"
5623           lt_save_CFLAGS="$CFLAGS"
5624           LIBS="conftstm.$ac_objext"
5625           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5626           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5627   (eval $ac_link) 2>&5
5628   ac_status=$?
5629   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5630   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5631             pipe_works=yes
5632           fi
5633           LIBS="$lt_save_LIBS"
5634           CFLAGS="$lt_save_CFLAGS"
5635         else
5636           echo "cannot find nm_test_func in $nlist" >&5
5637         fi
5638       else
5639         echo "cannot find nm_test_var in $nlist" >&5
5640       fi
5641     else
5642       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5643     fi
5644   else
5645     echo "$progname: failed program was:" >&5
5646     cat conftest.$ac_ext >&5
5647   fi
5648   rm -rf conftest* conftst*
5649
5650   # Do not use the global_symbol_pipe unless it works.
5651   if test "$pipe_works" = yes; then
5652     break
5653   else
5654     lt_cv_sys_global_symbol_pipe=
5655   fi
5656 done
5657
5658 fi
5659
5660 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5661   lt_cv_sys_global_symbol_to_cdecl=
5662 fi
5663 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5664   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5665 $as_echo "failed" >&6; }
5666 else
5667   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5668 $as_echo "ok" >&6; }
5669 fi
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693 # Check whether --enable-libtool-lock was given.
5694 if test "${enable_libtool_lock+set}" = set; then :
5695   enableval=$enable_libtool_lock;
5696 fi
5697
5698 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5699
5700 # Some flags need to be propagated to the compiler or linker for good
5701 # libtool support.
5702 case $host in
5703 ia64-*-hpux*)
5704   # Find out which ABI we are using.
5705   echo 'int i;' > conftest.$ac_ext
5706   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5707   (eval $ac_compile) 2>&5
5708   ac_status=$?
5709   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5710   test $ac_status = 0; }; then
5711     case `/usr/bin/file conftest.$ac_objext` in
5712       *ELF-32*)
5713         HPUX_IA64_MODE="32"
5714         ;;
5715       *ELF-64*)
5716         HPUX_IA64_MODE="64"
5717         ;;
5718     esac
5719   fi
5720   rm -rf conftest*
5721   ;;
5722 *-*-irix6*)
5723   # Find out which ABI we are using.
5724   echo '#line 5724 "configure"' > conftest.$ac_ext
5725   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5726   (eval $ac_compile) 2>&5
5727   ac_status=$?
5728   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5729   test $ac_status = 0; }; then
5730     if test "$lt_cv_prog_gnu_ld" = yes; then
5731       case `/usr/bin/file conftest.$ac_objext` in
5732         *32-bit*)
5733           LD="${LD-ld} -melf32bsmip"
5734           ;;
5735         *N32*)
5736           LD="${LD-ld} -melf32bmipn32"
5737           ;;
5738         *64-bit*)
5739           LD="${LD-ld} -melf64bmip"
5740         ;;
5741       esac
5742     else
5743       case `/usr/bin/file conftest.$ac_objext` in
5744         *32-bit*)
5745           LD="${LD-ld} -32"
5746           ;;
5747         *N32*)
5748           LD="${LD-ld} -n32"
5749           ;;
5750         *64-bit*)
5751           LD="${LD-ld} -64"
5752           ;;
5753       esac
5754     fi
5755   fi
5756   rm -rf conftest*
5757   ;;
5758
5759 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5760 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5761   # Find out which ABI we are using.
5762   echo 'int i;' > conftest.$ac_ext
5763   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5764   (eval $ac_compile) 2>&5
5765   ac_status=$?
5766   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5767   test $ac_status = 0; }; then
5768     case `/usr/bin/file conftest.o` in
5769       *32-bit*)
5770         case $host in
5771           x86_64-*kfreebsd*-gnu)
5772             LD="${LD-ld} -m elf_i386_fbsd"
5773             ;;
5774           x86_64-*linux*)
5775             LD="${LD-ld} -m elf_i386"
5776             ;;
5777           ppc64-*linux*|powerpc64-*linux*)
5778             LD="${LD-ld} -m elf32ppclinux"
5779             ;;
5780           s390x-*linux*)
5781             LD="${LD-ld} -m elf_s390"
5782             ;;
5783           sparc64-*linux*)
5784             LD="${LD-ld} -m elf32_sparc"
5785             ;;
5786         esac
5787         ;;
5788       *64-bit*)
5789         case $host in
5790           x86_64-*kfreebsd*-gnu)
5791             LD="${LD-ld} -m elf_x86_64_fbsd"
5792             ;;
5793           x86_64-*linux*)
5794             LD="${LD-ld} -m elf_x86_64"
5795             ;;
5796           ppc*-*linux*|powerpc*-*linux*)
5797             LD="${LD-ld} -m elf64ppc"
5798             ;;
5799           s390*-*linux*|s390*-*tpf*)
5800             LD="${LD-ld} -m elf64_s390"
5801             ;;
5802           sparc*-*linux*)
5803             LD="${LD-ld} -m elf64_sparc"
5804             ;;
5805         esac
5806         ;;
5807     esac
5808   fi
5809   rm -rf conftest*
5810   ;;
5811
5812 *-*-sco3.2v5*)
5813   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5814   SAVE_CFLAGS="$CFLAGS"
5815   CFLAGS="$CFLAGS -belf"
5816   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5817 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5818 if test "${lt_cv_cc_needs_belf+set}" = set; then :
5819   $as_echo_n "(cached) " >&6
5820 else
5821   ac_ext=c
5822 ac_cpp='$CPP $CPPFLAGS'
5823 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5824 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5825 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5826
5827      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5828 /* end confdefs.h.  */
5829
5830 int
5831 main ()
5832 {
5833
5834   ;
5835   return 0;
5836 }
5837 _ACEOF
5838 if ac_fn_c_try_link "$LINENO"; then :
5839   lt_cv_cc_needs_belf=yes
5840 else
5841   lt_cv_cc_needs_belf=no
5842 fi
5843 rm -f core conftest.err conftest.$ac_objext \
5844     conftest$ac_exeext conftest.$ac_ext
5845      ac_ext=c
5846 ac_cpp='$CPP $CPPFLAGS'
5847 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5848 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5849 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5850
5851 fi
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5853 $as_echo "$lt_cv_cc_needs_belf" >&6; }
5854   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5855     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5856     CFLAGS="$SAVE_CFLAGS"
5857   fi
5858   ;;
5859 sparc*-*solaris*)
5860   # Find out which ABI we are using.
5861   echo 'int i;' > conftest.$ac_ext
5862   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5863   (eval $ac_compile) 2>&5
5864   ac_status=$?
5865   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5866   test $ac_status = 0; }; then
5867     case `/usr/bin/file conftest.o` in
5868     *64-bit*)
5869       case $lt_cv_prog_gnu_ld in
5870       yes*) LD="${LD-ld} -m elf64_sparc" ;;
5871       *)
5872         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5873           LD="${LD-ld} -64"
5874         fi
5875         ;;
5876       esac
5877       ;;
5878     esac
5879   fi
5880   rm -rf conftest*
5881   ;;
5882 esac
5883
5884 need_locks="$enable_libtool_lock"
5885
5886
5887   case $host_os in
5888     rhapsody* | darwin*)
5889     if test -n "$ac_tool_prefix"; then
5890   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5891 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5893 $as_echo_n "checking for $ac_word... " >&6; }
5894 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
5895   $as_echo_n "(cached) " >&6
5896 else
5897   if test -n "$DSYMUTIL"; then
5898   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5899 else
5900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5901 for as_dir in $PATH
5902 do
5903   IFS=$as_save_IFS
5904   test -z "$as_dir" && as_dir=.
5905     for ac_exec_ext in '' $ac_executable_extensions; do
5906   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5907     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5908     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5909     break 2
5910   fi
5911 done
5912   done
5913 IFS=$as_save_IFS
5914
5915 fi
5916 fi
5917 DSYMUTIL=$ac_cv_prog_DSYMUTIL
5918 if test -n "$DSYMUTIL"; then
5919   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5920 $as_echo "$DSYMUTIL" >&6; }
5921 else
5922   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5923 $as_echo "no" >&6; }
5924 fi
5925
5926
5927 fi
5928 if test -z "$ac_cv_prog_DSYMUTIL"; then
5929   ac_ct_DSYMUTIL=$DSYMUTIL
5930   # Extract the first word of "dsymutil", so it can be a program name with args.
5931 set dummy dsymutil; ac_word=$2
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5933 $as_echo_n "checking for $ac_word... " >&6; }
5934 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
5935   $as_echo_n "(cached) " >&6
5936 else
5937   if test -n "$ac_ct_DSYMUTIL"; then
5938   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5939 else
5940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5941 for as_dir in $PATH
5942 do
5943   IFS=$as_save_IFS
5944   test -z "$as_dir" && as_dir=.
5945     for ac_exec_ext in '' $ac_executable_extensions; do
5946   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5947     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5948     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5949     break 2
5950   fi
5951 done
5952   done
5953 IFS=$as_save_IFS
5954
5955 fi
5956 fi
5957 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5958 if test -n "$ac_ct_DSYMUTIL"; then
5959   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5960 $as_echo "$ac_ct_DSYMUTIL" >&6; }
5961 else
5962   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5963 $as_echo "no" >&6; }
5964 fi
5965
5966   if test "x$ac_ct_DSYMUTIL" = x; then
5967     DSYMUTIL=":"
5968   else
5969     case $cross_compiling:$ac_tool_warned in
5970 yes:)
5971 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5972 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5973 ac_tool_warned=yes ;;
5974 esac
5975     DSYMUTIL=$ac_ct_DSYMUTIL
5976   fi
5977 else
5978   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5979 fi
5980
5981     if test -n "$ac_tool_prefix"; then
5982   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5983 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5985 $as_echo_n "checking for $ac_word... " >&6; }
5986 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
5987   $as_echo_n "(cached) " >&6
5988 else
5989   if test -n "$NMEDIT"; then
5990   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5991 else
5992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5993 for as_dir in $PATH
5994 do
5995   IFS=$as_save_IFS
5996   test -z "$as_dir" && as_dir=.
5997     for ac_exec_ext in '' $ac_executable_extensions; do
5998   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5999     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6000     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6001     break 2
6002   fi
6003 done
6004   done
6005 IFS=$as_save_IFS
6006
6007 fi
6008 fi
6009 NMEDIT=$ac_cv_prog_NMEDIT
6010 if test -n "$NMEDIT"; then
6011   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6012 $as_echo "$NMEDIT" >&6; }
6013 else
6014   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6015 $as_echo "no" >&6; }
6016 fi
6017
6018
6019 fi
6020 if test -z "$ac_cv_prog_NMEDIT"; then
6021   ac_ct_NMEDIT=$NMEDIT
6022   # Extract the first word of "nmedit", so it can be a program name with args.
6023 set dummy nmedit; ac_word=$2
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6025 $as_echo_n "checking for $ac_word... " >&6; }
6026 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6027   $as_echo_n "(cached) " >&6
6028 else
6029   if test -n "$ac_ct_NMEDIT"; then
6030   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6031 else
6032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6033 for as_dir in $PATH
6034 do
6035   IFS=$as_save_IFS
6036   test -z "$as_dir" && as_dir=.
6037     for ac_exec_ext in '' $ac_executable_extensions; do
6038   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6039     ac_cv_prog_ac_ct_NMEDIT="nmedit"
6040     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6041     break 2
6042   fi
6043 done
6044   done
6045 IFS=$as_save_IFS
6046
6047 fi
6048 fi
6049 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6050 if test -n "$ac_ct_NMEDIT"; then
6051   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6052 $as_echo "$ac_ct_NMEDIT" >&6; }
6053 else
6054   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6055 $as_echo "no" >&6; }
6056 fi
6057
6058   if test "x$ac_ct_NMEDIT" = x; then
6059     NMEDIT=":"
6060   else
6061     case $cross_compiling:$ac_tool_warned in
6062 yes:)
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6064 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6065 ac_tool_warned=yes ;;
6066 esac
6067     NMEDIT=$ac_ct_NMEDIT
6068   fi
6069 else
6070   NMEDIT="$ac_cv_prog_NMEDIT"
6071 fi
6072
6073     if test -n "$ac_tool_prefix"; then
6074   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6075 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6077 $as_echo_n "checking for $ac_word... " >&6; }
6078 if test "${ac_cv_prog_LIPO+set}" = set; then :
6079   $as_echo_n "(cached) " >&6
6080 else
6081   if test -n "$LIPO"; then
6082   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6083 else
6084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6085 for as_dir in $PATH
6086 do
6087   IFS=$as_save_IFS
6088   test -z "$as_dir" && as_dir=.
6089     for ac_exec_ext in '' $ac_executable_extensions; do
6090   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6091     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6092     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6093     break 2
6094   fi
6095 done
6096   done
6097 IFS=$as_save_IFS
6098
6099 fi
6100 fi
6101 LIPO=$ac_cv_prog_LIPO
6102 if test -n "$LIPO"; then
6103   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6104 $as_echo "$LIPO" >&6; }
6105 else
6106   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6107 $as_echo "no" >&6; }
6108 fi
6109
6110
6111 fi
6112 if test -z "$ac_cv_prog_LIPO"; then
6113   ac_ct_LIPO=$LIPO
6114   # Extract the first word of "lipo", so it can be a program name with args.
6115 set dummy lipo; ac_word=$2
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6117 $as_echo_n "checking for $ac_word... " >&6; }
6118 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6119   $as_echo_n "(cached) " >&6
6120 else
6121   if test -n "$ac_ct_LIPO"; then
6122   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6123 else
6124 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6125 for as_dir in $PATH
6126 do
6127   IFS=$as_save_IFS
6128   test -z "$as_dir" && as_dir=.
6129     for ac_exec_ext in '' $ac_executable_extensions; do
6130   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6131     ac_cv_prog_ac_ct_LIPO="lipo"
6132     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6133     break 2
6134   fi
6135 done
6136   done
6137 IFS=$as_save_IFS
6138
6139 fi
6140 fi
6141 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6142 if test -n "$ac_ct_LIPO"; then
6143   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6144 $as_echo "$ac_ct_LIPO" >&6; }
6145 else
6146   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6147 $as_echo "no" >&6; }
6148 fi
6149
6150   if test "x$ac_ct_LIPO" = x; then
6151     LIPO=":"
6152   else
6153     case $cross_compiling:$ac_tool_warned in
6154 yes:)
6155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6156 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6157 ac_tool_warned=yes ;;
6158 esac
6159     LIPO=$ac_ct_LIPO
6160   fi
6161 else
6162   LIPO="$ac_cv_prog_LIPO"
6163 fi
6164
6165     if test -n "$ac_tool_prefix"; then
6166   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6167 set dummy ${ac_tool_prefix}otool; ac_word=$2
6168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6169 $as_echo_n "checking for $ac_word... " >&6; }
6170 if test "${ac_cv_prog_OTOOL+set}" = set; then :
6171   $as_echo_n "(cached) " >&6
6172 else
6173   if test -n "$OTOOL"; then
6174   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6175 else
6176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6177 for as_dir in $PATH
6178 do
6179   IFS=$as_save_IFS
6180   test -z "$as_dir" && as_dir=.
6181     for ac_exec_ext in '' $ac_executable_extensions; do
6182   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6183     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6184     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6185     break 2
6186   fi
6187 done
6188   done
6189 IFS=$as_save_IFS
6190
6191 fi
6192 fi
6193 OTOOL=$ac_cv_prog_OTOOL
6194 if test -n "$OTOOL"; then
6195   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6196 $as_echo "$OTOOL" >&6; }
6197 else
6198   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6199 $as_echo "no" >&6; }
6200 fi
6201
6202
6203 fi
6204 if test -z "$ac_cv_prog_OTOOL"; then
6205   ac_ct_OTOOL=$OTOOL
6206   # Extract the first word of "otool", so it can be a program name with args.
6207 set dummy otool; ac_word=$2
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6209 $as_echo_n "checking for $ac_word... " >&6; }
6210 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6211   $as_echo_n "(cached) " >&6
6212 else
6213   if test -n "$ac_ct_OTOOL"; then
6214   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6215 else
6216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6217 for as_dir in $PATH
6218 do
6219   IFS=$as_save_IFS
6220   test -z "$as_dir" && as_dir=.
6221     for ac_exec_ext in '' $ac_executable_extensions; do
6222   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6223     ac_cv_prog_ac_ct_OTOOL="otool"
6224     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6225     break 2
6226   fi
6227 done
6228   done
6229 IFS=$as_save_IFS
6230
6231 fi
6232 fi
6233 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6234 if test -n "$ac_ct_OTOOL"; then
6235   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6236 $as_echo "$ac_ct_OTOOL" >&6; }
6237 else
6238   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6239 $as_echo "no" >&6; }
6240 fi
6241
6242   if test "x$ac_ct_OTOOL" = x; then
6243     OTOOL=":"
6244   else
6245     case $cross_compiling:$ac_tool_warned in
6246 yes:)
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6248 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6249 ac_tool_warned=yes ;;
6250 esac
6251     OTOOL=$ac_ct_OTOOL
6252   fi
6253 else
6254   OTOOL="$ac_cv_prog_OTOOL"
6255 fi
6256
6257     if test -n "$ac_tool_prefix"; then
6258   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6259 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6261 $as_echo_n "checking for $ac_word... " >&6; }
6262 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6263   $as_echo_n "(cached) " >&6
6264 else
6265   if test -n "$OTOOL64"; then
6266   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6267 else
6268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6269 for as_dir in $PATH
6270 do
6271   IFS=$as_save_IFS
6272   test -z "$as_dir" && as_dir=.
6273     for ac_exec_ext in '' $ac_executable_extensions; do
6274   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6275     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6276     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6277     break 2
6278   fi
6279 done
6280   done
6281 IFS=$as_save_IFS
6282
6283 fi
6284 fi
6285 OTOOL64=$ac_cv_prog_OTOOL64
6286 if test -n "$OTOOL64"; then
6287   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6288 $as_echo "$OTOOL64" >&6; }
6289 else
6290   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6291 $as_echo "no" >&6; }
6292 fi
6293
6294
6295 fi
6296 if test -z "$ac_cv_prog_OTOOL64"; then
6297   ac_ct_OTOOL64=$OTOOL64
6298   # Extract the first word of "otool64", so it can be a program name with args.
6299 set dummy otool64; ac_word=$2
6300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6301 $as_echo_n "checking for $ac_word... " >&6; }
6302 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6303   $as_echo_n "(cached) " >&6
6304 else
6305   if test -n "$ac_ct_OTOOL64"; then
6306   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6307 else
6308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6309 for as_dir in $PATH
6310 do
6311   IFS=$as_save_IFS
6312   test -z "$as_dir" && as_dir=.
6313     for ac_exec_ext in '' $ac_executable_extensions; do
6314   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6315     ac_cv_prog_ac_ct_OTOOL64="otool64"
6316     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6317     break 2
6318   fi
6319 done
6320   done
6321 IFS=$as_save_IFS
6322
6323 fi
6324 fi
6325 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6326 if test -n "$ac_ct_OTOOL64"; then
6327   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6328 $as_echo "$ac_ct_OTOOL64" >&6; }
6329 else
6330   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6331 $as_echo "no" >&6; }
6332 fi
6333
6334   if test "x$ac_ct_OTOOL64" = x; then
6335     OTOOL64=":"
6336   else
6337     case $cross_compiling:$ac_tool_warned in
6338 yes:)
6339 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6340 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6341 ac_tool_warned=yes ;;
6342 esac
6343     OTOOL64=$ac_ct_OTOOL64
6344   fi
6345 else
6346   OTOOL64="$ac_cv_prog_OTOOL64"
6347 fi
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
6374
6375     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6376 $as_echo_n "checking for -single_module linker flag... " >&6; }
6377 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6378   $as_echo_n "(cached) " >&6
6379 else
6380   lt_cv_apple_cc_single_mod=no
6381       if test -z "${LT_MULTI_MODULE}"; then
6382         # By default we will add the -single_module flag. You can override
6383         # by either setting the environment variable LT_MULTI_MODULE
6384         # non-empty at configure time, or by adding -multi_module to the
6385         # link flags.
6386         rm -rf libconftest.dylib*
6387         echo "int foo(void){return 1;}" > conftest.c
6388         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6389 -dynamiclib -Wl,-single_module conftest.c" >&5
6390         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6391           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6392         _lt_result=$?
6393         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6394           lt_cv_apple_cc_single_mod=yes
6395         else
6396           cat conftest.err >&5
6397         fi
6398         rm -rf libconftest.dylib*
6399         rm -f conftest.*
6400       fi
6401 fi
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6403 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6404     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6405 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6406 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6407   $as_echo_n "(cached) " >&6
6408 else
6409   lt_cv_ld_exported_symbols_list=no
6410       save_LDFLAGS=$LDFLAGS
6411       echo "_main" > conftest.sym
6412       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6413       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6414 /* end confdefs.h.  */
6415
6416 int
6417 main ()
6418 {
6419
6420   ;
6421   return 0;
6422 }
6423 _ACEOF
6424 if ac_fn_c_try_link "$LINENO"; then :
6425   lt_cv_ld_exported_symbols_list=yes
6426 else
6427   lt_cv_ld_exported_symbols_list=no
6428 fi
6429 rm -f core conftest.err conftest.$ac_objext \
6430     conftest$ac_exeext conftest.$ac_ext
6431         LDFLAGS="$save_LDFLAGS"
6432
6433 fi
6434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6435 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6436     case $host_os in
6437     rhapsody* | darwin1.[012])
6438       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6439     darwin1.*)
6440       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6441     darwin*) # darwin 5.x on
6442       # if running on 10.5 or later, the deployment target defaults
6443       # to the OS version, if on x86, and 10.4, the deployment
6444       # target defaults to 10.4. Don't you love it?
6445       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6446         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6447           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6448         10.[012]*)
6449           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6450         10.*)
6451           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6452       esac
6453     ;;
6454   esac
6455     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6456       _lt_dar_single_mod='$single_module'
6457     fi
6458     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6459       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6460     else
6461       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6462     fi
6463     if test "$DSYMUTIL" != ":"; then
6464       _lt_dsymutil='~$DSYMUTIL $lib || :'
6465     else
6466       _lt_dsymutil=
6467     fi
6468     ;;
6469   esac
6470
6471 ac_ext=c
6472 ac_cpp='$CPP $CPPFLAGS'
6473 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6474 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6475 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6477 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6478 # On Suns, sometimes $CPP names a directory.
6479 if test -n "$CPP" && test -d "$CPP"; then
6480   CPP=
6481 fi
6482 if test -z "$CPP"; then
6483   if test "${ac_cv_prog_CPP+set}" = set; then :
6484   $as_echo_n "(cached) " >&6
6485 else
6486       # Double quotes because CPP needs to be expanded
6487     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6488     do
6489       ac_preproc_ok=false
6490 for ac_c_preproc_warn_flag in '' yes
6491 do
6492   # Use a header file that comes with gcc, so configuring glibc
6493   # with a fresh cross-compiler works.
6494   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6495   # <limits.h> exists even on freestanding compilers.
6496   # On the NeXT, cc -E runs the code through the compiler's parser,
6497   # not just through cpp. "Syntax error" is here to catch this case.
6498   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6499 /* end confdefs.h.  */
6500 #ifdef __STDC__
6501 # include <limits.h>
6502 #else
6503 # include <assert.h>
6504 #endif
6505                      Syntax error
6506 _ACEOF
6507 if ac_fn_c_try_cpp "$LINENO"; then :
6508
6509 else
6510   # Broken: fails on valid input.
6511 continue
6512 fi
6513 rm -f conftest.err conftest.i conftest.$ac_ext
6514
6515   # OK, works on sane cases.  Now check whether nonexistent headers
6516   # can be detected and how.
6517   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6518 /* end confdefs.h.  */
6519 #include <ac_nonexistent.h>
6520 _ACEOF
6521 if ac_fn_c_try_cpp "$LINENO"; then :
6522   # Broken: success on invalid input.
6523 continue
6524 else
6525   # Passes both tests.
6526 ac_preproc_ok=:
6527 break
6528 fi
6529 rm -f conftest.err conftest.i conftest.$ac_ext
6530
6531 done
6532 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6533 rm -f conftest.i conftest.err conftest.$ac_ext
6534 if $ac_preproc_ok; then :
6535   break
6536 fi
6537
6538     done
6539     ac_cv_prog_CPP=$CPP
6540
6541 fi
6542   CPP=$ac_cv_prog_CPP
6543 else
6544   ac_cv_prog_CPP=$CPP
6545 fi
6546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6547 $as_echo "$CPP" >&6; }
6548 ac_preproc_ok=false
6549 for ac_c_preproc_warn_flag in '' yes
6550 do
6551   # Use a header file that comes with gcc, so configuring glibc
6552   # with a fresh cross-compiler works.
6553   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6554   # <limits.h> exists even on freestanding compilers.
6555   # On the NeXT, cc -E runs the code through the compiler's parser,
6556   # not just through cpp. "Syntax error" is here to catch this case.
6557   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6558 /* end confdefs.h.  */
6559 #ifdef __STDC__
6560 # include <limits.h>
6561 #else
6562 # include <assert.h>
6563 #endif
6564                      Syntax error
6565 _ACEOF
6566 if ac_fn_c_try_cpp "$LINENO"; then :
6567
6568 else
6569   # Broken: fails on valid input.
6570 continue
6571 fi
6572 rm -f conftest.err conftest.i conftest.$ac_ext
6573
6574   # OK, works on sane cases.  Now check whether nonexistent headers
6575   # can be detected and how.
6576   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6577 /* end confdefs.h.  */
6578 #include <ac_nonexistent.h>
6579 _ACEOF
6580 if ac_fn_c_try_cpp "$LINENO"; then :
6581   # Broken: success on invalid input.
6582 continue
6583 else
6584   # Passes both tests.
6585 ac_preproc_ok=:
6586 break
6587 fi
6588 rm -f conftest.err conftest.i conftest.$ac_ext
6589
6590 done
6591 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6592 rm -f conftest.i conftest.err conftest.$ac_ext
6593 if $ac_preproc_ok; then :
6594
6595 else
6596   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6597 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6598 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6599 See \`config.log' for more details" "$LINENO" 5 ; }
6600 fi
6601
6602 ac_ext=c
6603 ac_cpp='$CPP $CPPFLAGS'
6604 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6605 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6606 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6607
6608
6609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6610 $as_echo_n "checking for ANSI C header files... " >&6; }
6611 if test "${ac_cv_header_stdc+set}" = set; then :
6612   $as_echo_n "(cached) " >&6
6613 else
6614   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6615 /* end confdefs.h.  */
6616 #include <stdlib.h>
6617 #include <stdarg.h>
6618 #include <string.h>
6619 #include <float.h>
6620
6621 int
6622 main ()
6623 {
6624
6625   ;
6626   return 0;
6627 }
6628 _ACEOF
6629 if ac_fn_c_try_compile "$LINENO"; then :
6630   ac_cv_header_stdc=yes
6631 else
6632   ac_cv_header_stdc=no
6633 fi
6634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6635
6636 if test $ac_cv_header_stdc = yes; then
6637   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6638   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6639 /* end confdefs.h.  */
6640 #include <string.h>
6641
6642 _ACEOF
6643 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6644   $EGREP "memchr" >/dev/null 2>&1; then :
6645
6646 else
6647   ac_cv_header_stdc=no
6648 fi
6649 rm -f conftest*
6650
6651 fi
6652
6653 if test $ac_cv_header_stdc = yes; then
6654   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6655   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6656 /* end confdefs.h.  */
6657 #include <stdlib.h>
6658
6659 _ACEOF
6660 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6661   $EGREP "free" >/dev/null 2>&1; then :
6662
6663 else
6664   ac_cv_header_stdc=no
6665 fi
6666 rm -f conftest*
6667
6668 fi
6669
6670 if test $ac_cv_header_stdc = yes; then
6671   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6672   if test "$cross_compiling" = yes; then :
6673   :
6674 else
6675   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6676 /* end confdefs.h.  */
6677 #include <ctype.h>
6678 #include <stdlib.h>
6679 #if ((' ' & 0x0FF) == 0x020)
6680 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6681 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6682 #else
6683 # define ISLOWER(c) \
6684                    (('a' <= (c) && (c) <= 'i') \
6685                      || ('j' <= (c) && (c) <= 'r') \
6686                      || ('s' <= (c) && (c) <= 'z'))
6687 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6688 #endif
6689
6690 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6691 int
6692 main ()
6693 {
6694   int i;
6695   for (i = 0; i < 256; i++)
6696     if (XOR (islower (i), ISLOWER (i))
6697         || toupper (i) != TOUPPER (i))
6698       return 2;
6699   return 0;
6700 }
6701 _ACEOF
6702 if ac_fn_c_try_run "$LINENO"; then :
6703
6704 else
6705   ac_cv_header_stdc=no
6706 fi
6707 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6708   conftest.$ac_objext conftest.beam conftest.$ac_ext
6709 fi
6710
6711 fi
6712 fi
6713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6714 $as_echo "$ac_cv_header_stdc" >&6; }
6715 if test $ac_cv_header_stdc = yes; then
6716
6717 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6718
6719 fi
6720
6721 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6722 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6723                   inttypes.h stdint.h unistd.h
6724 do :
6725   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6726 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6727 "
6728 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6729   cat >>confdefs.h <<_ACEOF
6730 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6731 _ACEOF
6732
6733 fi
6734
6735 done
6736
6737
6738 for ac_header in dlfcn.h
6739 do :
6740   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6741 "
6742 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6743   cat >>confdefs.h <<_ACEOF
6744 #define HAVE_DLFCN_H 1
6745 _ACEOF
6746
6747 fi
6748
6749 done
6750
6751
6752
6753 # Set options
6754
6755
6756
6757         enable_dlopen=no
6758
6759
6760   enable_win32_dll=no
6761
6762
6763             # Check whether --enable-shared was given.
6764 if test "${enable_shared+set}" = set; then :
6765   enableval=$enable_shared; p=${PACKAGE-default}
6766     case $enableval in
6767     yes) enable_shared=yes ;;
6768     no) enable_shared=no ;;
6769     *)
6770       enable_shared=no
6771       # Look at the argument we got.  We use all the common list separators.
6772       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6773       for pkg in $enableval; do
6774         IFS="$lt_save_ifs"
6775         if test "X$pkg" = "X$p"; then
6776           enable_shared=yes
6777         fi
6778       done
6779       IFS="$lt_save_ifs"
6780       ;;
6781     esac
6782 else
6783   enable_shared=yes
6784 fi
6785
6786
6787
6788
6789
6790
6791
6792
6793
6794   # Check whether --enable-static was given.
6795 if test "${enable_static+set}" = set; then :
6796   enableval=$enable_static; p=${PACKAGE-default}
6797     case $enableval in
6798     yes) enable_static=yes ;;
6799     no) enable_static=no ;;
6800     *)
6801      enable_static=no
6802       # Look at the argument we got.  We use all the common list separators.
6803       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6804       for pkg in $enableval; do
6805         IFS="$lt_save_ifs"
6806         if test "X$pkg" = "X$p"; then
6807           enable_static=yes
6808         fi
6809       done
6810       IFS="$lt_save_ifs"
6811       ;;
6812     esac
6813 else
6814   enable_static=yes
6815 fi
6816
6817
6818
6819
6820
6821
6822
6823
6824
6825
6826 # Check whether --with-pic was given.
6827 if test "${with_pic+set}" = set; then :
6828   withval=$with_pic; pic_mode="$withval"
6829 else
6830   pic_mode=default
6831 fi
6832
6833
6834 test -z "$pic_mode" && pic_mode=default
6835
6836
6837
6838
6839
6840
6841
6842   # Check whether --enable-fast-install was given.
6843 if test "${enable_fast_install+set}" = set; then :
6844   enableval=$enable_fast_install; p=${PACKAGE-default}
6845     case $enableval in
6846     yes) enable_fast_install=yes ;;
6847     no) enable_fast_install=no ;;
6848     *)
6849       enable_fast_install=no
6850       # Look at the argument we got.  We use all the common list separators.
6851       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6852       for pkg in $enableval; do
6853         IFS="$lt_save_ifs"
6854         if test "X$pkg" = "X$p"; then
6855           enable_fast_install=yes
6856         fi
6857       done
6858       IFS="$lt_save_ifs"
6859       ;;
6860     esac
6861 else
6862   enable_fast_install=yes
6863 fi
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
6874
6875 # This can be used to rebuild libtool when needed
6876 LIBTOOL_DEPS="$ltmain"
6877
6878 # Always use our own libtool.
6879 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
6880
6881
6882
6883
6884
6885
6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905 test -z "$LN_S" && LN_S="ln -s"
6906
6907
6908
6909
6910
6911
6912
6913
6914
6915
6916
6917
6918
6919
6920 if test -n "${ZSH_VERSION+set}" ; then
6921    setopt NO_GLOB_SUBST
6922 fi
6923
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
6925 $as_echo_n "checking for objdir... " >&6; }
6926 if test "${lt_cv_objdir+set}" = set; then :
6927   $as_echo_n "(cached) " >&6
6928 else
6929   rm -f .libs 2>/dev/null
6930 mkdir .libs 2>/dev/null
6931 if test -d .libs; then
6932   lt_cv_objdir=.libs
6933 else
6934   # MS-DOS does not allow filenames that begin with a dot.
6935   lt_cv_objdir=_libs
6936 fi
6937 rmdir .libs 2>/dev/null
6938 fi
6939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
6940 $as_echo "$lt_cv_objdir" >&6; }
6941 objdir=$lt_cv_objdir
6942
6943
6944
6945
6946
6947 cat >>confdefs.h <<_ACEOF
6948 #define LT_OBJDIR "$lt_cv_objdir/"
6949 _ACEOF
6950
6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967 case $host_os in
6968 aix3*)
6969   # AIX sometimes has problems with the GCC collect2 program.  For some
6970   # reason, if we set the COLLECT_NAMES environment variable, the problems
6971   # vanish in a puff of smoke.
6972   if test "X${COLLECT_NAMES+set}" != Xset; then
6973     COLLECT_NAMES=
6974     export COLLECT_NAMES
6975   fi
6976   ;;
6977 esac
6978
6979 # Sed substitution that helps us do robust quoting.  It backslashifies
6980 # metacharacters that are still active within double-quoted strings.
6981 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
6982
6983 # Same as above, but do not quote variable references.
6984 double_quote_subst='s/\(["`\\]\)/\\\1/g'
6985
6986 # Sed substitution to delay expansion of an escaped shell variable in a
6987 # double_quote_subst'ed string.
6988 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6989
6990 # Sed substitution to delay expansion of an escaped single quote.
6991 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
6992
6993 # Sed substitution to avoid accidental globbing in evaled expressions
6994 no_glob_subst='s/\*/\\\*/g'
6995
6996 # Global variables:
6997 ofile=libtool
6998 can_build_shared=yes
6999
7000 # All known linkers require a `.a' archive for static linking (except MSVC,
7001 # which needs '.lib').
7002 libext=a
7003
7004 with_gnu_ld="$lt_cv_prog_gnu_ld"
7005
7006 old_CC="$CC"
7007 old_CFLAGS="$CFLAGS"
7008
7009 # Set sane defaults for various variables
7010 test -z "$CC" && CC=cc
7011 test -z "$LTCC" && LTCC=$CC
7012 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7013 test -z "$LD" && LD=ld
7014 test -z "$ac_objext" && ac_objext=o
7015
7016 for cc_temp in $compiler""; do
7017   case $cc_temp in
7018     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7019     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7020     \-*) ;;
7021     *) break;;
7022   esac
7023 done
7024 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7025
7026
7027 # Only perform the check for file, if the check method requires it
7028 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7029 case $deplibs_check_method in
7030 file_magic*)
7031   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7032     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7033 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7034 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7035   $as_echo_n "(cached) " >&6
7036 else
7037   case $MAGIC_CMD in
7038 [\\/*] |  ?:[\\/]*)
7039   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7040   ;;
7041 *)
7042   lt_save_MAGIC_CMD="$MAGIC_CMD"
7043   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7044   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7045   for ac_dir in $ac_dummy; do
7046     IFS="$lt_save_ifs"
7047     test -z "$ac_dir" && ac_dir=.
7048     if test -f $ac_dir/${ac_tool_prefix}file; then
7049       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7050       if test -n "$file_magic_test_file"; then
7051         case $deplibs_check_method in
7052         "file_magic "*)
7053           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7054           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7055           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7056             $EGREP "$file_magic_regex" > /dev/null; then
7057             :
7058           else
7059             cat <<_LT_EOF 1>&2
7060
7061 *** Warning: the command libtool uses to detect shared libraries,
7062 *** $file_magic_cmd, produces output that libtool cannot recognize.
7063 *** The result is that libtool may fail to recognize shared libraries
7064 *** as such.  This will affect the creation of libtool libraries that
7065 *** depend on shared libraries, but programs linked with such libtool
7066 *** libraries will work regardless of this problem.  Nevertheless, you
7067 *** may want to report the problem to your system manager and/or to
7068 *** bug-libtool@gnu.org
7069
7070 _LT_EOF
7071           fi ;;
7072         esac
7073       fi
7074       break
7075     fi
7076   done
7077   IFS="$lt_save_ifs"
7078   MAGIC_CMD="$lt_save_MAGIC_CMD"
7079   ;;
7080 esac
7081 fi
7082
7083 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7084 if test -n "$MAGIC_CMD"; then
7085   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7086 $as_echo "$MAGIC_CMD" >&6; }
7087 else
7088   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7089 $as_echo "no" >&6; }
7090 fi
7091
7092
7093
7094
7095
7096 if test -z "$lt_cv_path_MAGIC_CMD"; then
7097   if test -n "$ac_tool_prefix"; then
7098     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7099 $as_echo_n "checking for file... " >&6; }
7100 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7101   $as_echo_n "(cached) " >&6
7102 else
7103   case $MAGIC_CMD in
7104 [\\/*] |  ?:[\\/]*)
7105   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7106   ;;
7107 *)
7108   lt_save_MAGIC_CMD="$MAGIC_CMD"
7109   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7110   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7111   for ac_dir in $ac_dummy; do
7112     IFS="$lt_save_ifs"
7113     test -z "$ac_dir" && ac_dir=.
7114     if test -f $ac_dir/file; then
7115       lt_cv_path_MAGIC_CMD="$ac_dir/file"
7116       if test -n "$file_magic_test_file"; then
7117         case $deplibs_check_method in
7118         "file_magic "*)
7119           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7120           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7121           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7122             $EGREP "$file_magic_regex" > /dev/null; then
7123             :
7124           else
7125             cat <<_LT_EOF 1>&2
7126
7127 *** Warning: the command libtool uses to detect shared libraries,
7128 *** $file_magic_cmd, produces output that libtool cannot recognize.
7129 *** The result is that libtool may fail to recognize shared libraries
7130 *** as such.  This will affect the creation of libtool libraries that
7131 *** depend on shared libraries, but programs linked with such libtool
7132 *** libraries will work regardless of this problem.  Nevertheless, you
7133 *** may want to report the problem to your system manager and/or to
7134 *** bug-libtool@gnu.org
7135
7136 _LT_EOF
7137           fi ;;
7138         esac
7139       fi
7140       break
7141     fi
7142   done
7143   IFS="$lt_save_ifs"
7144   MAGIC_CMD="$lt_save_MAGIC_CMD"
7145   ;;
7146 esac
7147 fi
7148
7149 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7150 if test -n "$MAGIC_CMD"; then
7151   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7152 $as_echo "$MAGIC_CMD" >&6; }
7153 else
7154   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7155 $as_echo "no" >&6; }
7156 fi
7157
7158
7159   else
7160     MAGIC_CMD=:
7161   fi
7162 fi
7163
7164   fi
7165   ;;
7166 esac
7167
7168 # Use C for the default configuration in the libtool script
7169
7170 lt_save_CC="$CC"
7171 ac_ext=c
7172 ac_cpp='$CPP $CPPFLAGS'
7173 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7174 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7175 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7176
7177
7178 # Source file extension for C test sources.
7179 ac_ext=c
7180
7181 # Object file extension for compiled C test sources.
7182 objext=o
7183 objext=$objext
7184
7185 # Code to be used in simple compile tests
7186 lt_simple_compile_test_code="int some_variable = 0;"
7187
7188 # Code to be used in simple link tests
7189 lt_simple_link_test_code='int main(){return(0);}'
7190
7191
7192
7193
7194
7195
7196
7197 # If no C compiler was specified, use CC.
7198 LTCC=${LTCC-"$CC"}
7199
7200 # If no C compiler flags were specified, use CFLAGS.
7201 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7202
7203 # Allow CC to be a program name with arguments.
7204 compiler=$CC
7205
7206 # Save the default compiler, since it gets overwritten when the other
7207 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7208 compiler_DEFAULT=$CC
7209
7210 # save warnings/boilerplate of simple test code
7211 ac_outfile=conftest.$ac_objext
7212 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7213 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7214 _lt_compiler_boilerplate=`cat conftest.err`
7215 $RM conftest*
7216
7217 ac_outfile=conftest.$ac_objext
7218 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7219 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7220 _lt_linker_boilerplate=`cat conftest.err`
7221 $RM -r conftest*
7222
7223
7224 if test -n "$compiler"; then
7225
7226 lt_prog_compiler_no_builtin_flag=
7227
7228 if test "$GCC" = yes; then
7229   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7230
7231   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7232 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7233 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7234   $as_echo_n "(cached) " >&6
7235 else
7236   lt_cv_prog_compiler_rtti_exceptions=no
7237    ac_outfile=conftest.$ac_objext
7238    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7239    lt_compiler_flag="-fno-rtti -fno-exceptions"
7240    # Insert the option either (1) after the last *FLAGS variable, or
7241    # (2) before a word containing "conftest.", or (3) at the end.
7242    # Note that $ac_compile itself does not contain backslashes and begins
7243    # with a dollar sign (not a hyphen), so the echo should work correctly.
7244    # The option is referenced via a variable to avoid confusing sed.
7245    lt_compile=`echo "$ac_compile" | $SED \
7246    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7247    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7248    -e 's:$: $lt_compiler_flag:'`
7249    (eval echo "\"\$as_me:7249: $lt_compile\"" >&5)
7250    (eval "$lt_compile" 2>conftest.err)
7251    ac_status=$?
7252    cat conftest.err >&5
7253    echo "$as_me:7253: \$? = $ac_status" >&5
7254    if (exit $ac_status) && test -s "$ac_outfile"; then
7255      # The compiler can only warn and ignore the option if not recognized
7256      # So say no if there are warnings other than the usual output.
7257      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7258      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7259      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7260        lt_cv_prog_compiler_rtti_exceptions=yes
7261      fi
7262    fi
7263    $RM conftest*
7264
7265 fi
7266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7267 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7268
7269 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7270     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7271 else
7272     :
7273 fi
7274
7275 fi
7276
7277
7278
7279
7280
7281
7282   lt_prog_compiler_wl=
7283 lt_prog_compiler_pic=
7284 lt_prog_compiler_static=
7285
7286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7287 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7288
7289   if test "$GCC" = yes; then
7290     lt_prog_compiler_wl='-Wl,'
7291     lt_prog_compiler_static='-static'
7292
7293     case $host_os in
7294       aix*)
7295       # All AIX code is PIC.
7296       if test "$host_cpu" = ia64; then
7297         # AIX 5 now supports IA64 processor
7298         lt_prog_compiler_static='-Bstatic'
7299       fi
7300       ;;
7301
7302     amigaos*)
7303       case $host_cpu in
7304       powerpc)
7305             # see comment about AmigaOS4 .so support
7306             lt_prog_compiler_pic='-fPIC'
7307         ;;
7308       m68k)
7309             # FIXME: we need at least 68020 code to build shared libraries, but
7310             # adding the `-m68020' flag to GCC prevents building anything better,
7311             # like `-m68040'.
7312             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7313         ;;
7314       esac
7315       ;;
7316
7317     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7318       # PIC is the default for these OSes.
7319       ;;
7320
7321     mingw* | cygwin* | pw32* | os2* | cegcc*)
7322       # This hack is so that the source file can tell whether it is being
7323       # built for inclusion in a dll (and should export symbols for example).
7324       # Although the cygwin gcc ignores -fPIC, still need this for old-style
7325       # (--disable-auto-import) libraries
7326       lt_prog_compiler_pic='-DDLL_EXPORT'
7327       ;;
7328
7329     darwin* | rhapsody*)
7330       # PIC is the default on this platform
7331       # Common symbols not allowed in MH_DYLIB files
7332       lt_prog_compiler_pic='-fno-common'
7333       ;;
7334
7335     hpux*)
7336       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7337       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
7338       # sets the default TLS model and affects inlining.
7339       case $host_cpu in
7340       hppa*64*)
7341         # +Z the default
7342         ;;
7343       *)
7344         lt_prog_compiler_pic='-fPIC'
7345         ;;
7346       esac
7347       ;;
7348
7349     interix[3-9]*)
7350       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7351       # Instead, we relocate shared libraries at runtime.
7352       ;;
7353
7354     msdosdjgpp*)
7355       # Just because we use GCC doesn't mean we suddenly get shared libraries
7356       # on systems that don't support them.
7357       lt_prog_compiler_can_build_shared=no
7358       enable_shared=no
7359       ;;
7360
7361     *nto* | *qnx*)
7362       # QNX uses GNU C++, but need to define -shared option too, otherwise
7363       # it will coredump.
7364       lt_prog_compiler_pic='-fPIC -shared'
7365       ;;
7366
7367     sysv4*MP*)
7368       if test -d /usr/nec; then
7369         lt_prog_compiler_pic=-Kconform_pic
7370       fi
7371       ;;
7372
7373     *)
7374       lt_prog_compiler_pic='-fPIC'
7375       ;;
7376     esac
7377   else
7378     # PORTME Check for flag to pass linker flags through the system compiler.
7379     case $host_os in
7380     aix*)
7381       lt_prog_compiler_wl='-Wl,'
7382       if test "$host_cpu" = ia64; then
7383         # AIX 5 now supports IA64 processor
7384         lt_prog_compiler_static='-Bstatic'
7385       else
7386         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7387       fi
7388       ;;
7389
7390     mingw* | cygwin* | pw32* | os2* | cegcc*)
7391       # This hack is so that the source file can tell whether it is being
7392       # built for inclusion in a dll (and should export symbols for example).
7393       lt_prog_compiler_pic='-DDLL_EXPORT'
7394       ;;
7395
7396     hpux9* | hpux10* | hpux11*)
7397       lt_prog_compiler_wl='-Wl,'
7398       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7399       # not for PA HP-UX.
7400       case $host_cpu in
7401       hppa*64*|ia64*)
7402         # +Z the default
7403         ;;
7404       *)
7405         lt_prog_compiler_pic='+Z'
7406         ;;
7407       esac
7408       # Is there a better lt_prog_compiler_static that works with the bundled CC?
7409       lt_prog_compiler_static='${wl}-a ${wl}archive'
7410       ;;
7411
7412     irix5* | irix6* | nonstopux*)
7413       lt_prog_compiler_wl='-Wl,'
7414       # PIC (with -KPIC) is the default.
7415       lt_prog_compiler_static='-non_shared'
7416       ;;
7417
7418     linux* | k*bsd*-gnu | kopensolaris*-gnu)
7419       case $cc_basename in
7420       # old Intel for x86_64 which still supported -KPIC.
7421       ecc*)
7422         lt_prog_compiler_wl='-Wl,'
7423         lt_prog_compiler_pic='-KPIC'
7424         lt_prog_compiler_static='-static'
7425         ;;
7426       # icc used to be incompatible with GCC.
7427       # ICC 10 doesn't accept -KPIC any more.
7428       icc* | ifort*)
7429         lt_prog_compiler_wl='-Wl,'
7430         lt_prog_compiler_pic='-fPIC'
7431         lt_prog_compiler_static='-static'
7432         ;;
7433       # Lahey Fortran 8.1.
7434       lf95*)
7435         lt_prog_compiler_wl='-Wl,'
7436         lt_prog_compiler_pic='--shared'
7437         lt_prog_compiler_static='--static'
7438         ;;
7439       pgcc* | pgf77* | pgf90* | pgf95*)
7440         # Portland Group compilers (*not* the Pentium gcc compiler,
7441         # which looks to be a dead project)
7442         lt_prog_compiler_wl='-Wl,'
7443         lt_prog_compiler_pic='-fpic'
7444         lt_prog_compiler_static='-Bstatic'
7445         ;;
7446       ccc*)
7447         lt_prog_compiler_wl='-Wl,'
7448         # All Alpha code is PIC.
7449         lt_prog_compiler_static='-non_shared'
7450         ;;
7451       xl*)
7452         # IBM XL C 8.0/Fortran 10.1 on PPC
7453         lt_prog_compiler_wl='-Wl,'
7454         lt_prog_compiler_pic='-qpic'
7455         lt_prog_compiler_static='-qstaticlink'
7456         ;;
7457       *)
7458         case `$CC -V 2>&1 | sed 5q` in
7459         *Sun\ C*)
7460           # Sun C 5.9
7461           lt_prog_compiler_pic='-KPIC'
7462           lt_prog_compiler_static='-Bstatic'
7463           lt_prog_compiler_wl='-Wl,'
7464           ;;
7465         *Sun\ F*)
7466           # Sun Fortran 8.3 passes all unrecognized flags to the linker
7467           lt_prog_compiler_pic='-KPIC'
7468           lt_prog_compiler_static='-Bstatic'
7469           lt_prog_compiler_wl=''
7470           ;;
7471         esac
7472         ;;
7473       esac
7474       ;;
7475
7476     newsos6)
7477       lt_prog_compiler_pic='-KPIC'
7478       lt_prog_compiler_static='-Bstatic'
7479       ;;
7480
7481     *nto* | *qnx*)
7482       # QNX uses GNU C++, but need to define -shared option too, otherwise
7483       # it will coredump.
7484       lt_prog_compiler_pic='-fPIC -shared'
7485       ;;
7486
7487     osf3* | osf4* | osf5*)
7488       lt_prog_compiler_wl='-Wl,'
7489       # All OSF/1 code is PIC.
7490       lt_prog_compiler_static='-non_shared'
7491       ;;
7492
7493     rdos*)
7494       lt_prog_compiler_static='-non_shared'
7495       ;;
7496
7497     solaris*)
7498       lt_prog_compiler_pic='-KPIC'
7499       lt_prog_compiler_static='-Bstatic'
7500       case $cc_basename in
7501       f77* | f90* | f95*)
7502         lt_prog_compiler_wl='-Qoption ld ';;
7503       *)
7504         lt_prog_compiler_wl='-Wl,';;
7505       esac
7506       ;;
7507
7508     sunos4*)
7509       lt_prog_compiler_wl='-Qoption ld '
7510       lt_prog_compiler_pic='-PIC'
7511       lt_prog_compiler_static='-Bstatic'
7512       ;;
7513
7514     sysv4 | sysv4.2uw2* | sysv4.3*)
7515       lt_prog_compiler_wl='-Wl,'
7516       lt_prog_compiler_pic='-KPIC'
7517       lt_prog_compiler_static='-Bstatic'
7518       ;;
7519
7520     sysv4*MP*)
7521       if test -d /usr/nec ;then
7522         lt_prog_compiler_pic='-Kconform_pic'
7523         lt_prog_compiler_static='-Bstatic'
7524       fi
7525       ;;
7526
7527     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7528       lt_prog_compiler_wl='-Wl,'
7529       lt_prog_compiler_pic='-KPIC'
7530       lt_prog_compiler_static='-Bstatic'
7531       ;;
7532
7533     unicos*)
7534       lt_prog_compiler_wl='-Wl,'
7535       lt_prog_compiler_can_build_shared=no
7536       ;;
7537
7538     uts4*)
7539       lt_prog_compiler_pic='-pic'
7540       lt_prog_compiler_static='-Bstatic'
7541       ;;
7542
7543     *)
7544       lt_prog_compiler_can_build_shared=no
7545       ;;
7546     esac
7547   fi
7548
7549 case $host_os in
7550   # For platforms which do not support PIC, -DPIC is meaningless:
7551   *djgpp*)
7552     lt_prog_compiler_pic=
7553     ;;
7554   *)
7555     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7556     ;;
7557 esac
7558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7559 $as_echo "$lt_prog_compiler_pic" >&6; }
7560
7561
7562
7563
7564
7565
7566 #
7567 # Check to make sure the PIC flag actually works.
7568 #
7569 if test -n "$lt_prog_compiler_pic"; then
7570   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7571 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7572 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7573   $as_echo_n "(cached) " >&6
7574 else
7575   lt_cv_prog_compiler_pic_works=no
7576    ac_outfile=conftest.$ac_objext
7577    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7578    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7579    # Insert the option either (1) after the last *FLAGS variable, or
7580    # (2) before a word containing "conftest.", or (3) at the end.
7581    # Note that $ac_compile itself does not contain backslashes and begins
7582    # with a dollar sign (not a hyphen), so the echo should work correctly.
7583    # The option is referenced via a variable to avoid confusing sed.
7584    lt_compile=`echo "$ac_compile" | $SED \
7585    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7586    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7587    -e 's:$: $lt_compiler_flag:'`
7588    (eval echo "\"\$as_me:7588: $lt_compile\"" >&5)
7589    (eval "$lt_compile" 2>conftest.err)
7590    ac_status=$?
7591    cat conftest.err >&5
7592    echo "$as_me:7592: \$? = $ac_status" >&5
7593    if (exit $ac_status) && test -s "$ac_outfile"; then
7594      # The compiler can only warn and ignore the option if not recognized
7595      # So say no if there are warnings other than the usual output.
7596      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7597      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7598      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7599        lt_cv_prog_compiler_pic_works=yes
7600      fi
7601    fi
7602    $RM conftest*
7603
7604 fi
7605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7606 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7607
7608 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7609     case $lt_prog_compiler_pic in
7610      "" | " "*) ;;
7611      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7612      esac
7613 else
7614     lt_prog_compiler_pic=
7615      lt_prog_compiler_can_build_shared=no
7616 fi
7617
7618 fi
7619
7620
7621
7622
7623
7624
7625 #
7626 # Check to make sure the static flag actually works.
7627 #
7628 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7630 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7631 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7632   $as_echo_n "(cached) " >&6
7633 else
7634   lt_cv_prog_compiler_static_works=no
7635    save_LDFLAGS="$LDFLAGS"
7636    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7637    echo "$lt_simple_link_test_code" > conftest.$ac_ext
7638    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7639      # The linker can only warn and ignore the option if not recognized
7640      # So say no if there are warnings
7641      if test -s conftest.err; then
7642        # Append any errors to the config.log.
7643        cat conftest.err 1>&5
7644        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
7645        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7646        if diff conftest.exp conftest.er2 >/dev/null; then
7647          lt_cv_prog_compiler_static_works=yes
7648        fi
7649      else
7650        lt_cv_prog_compiler_static_works=yes
7651      fi
7652    fi
7653    $RM -r conftest*
7654    LDFLAGS="$save_LDFLAGS"
7655
7656 fi
7657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7658 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7659
7660 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7661     :
7662 else
7663     lt_prog_compiler_static=
7664 fi
7665
7666
7667
7668
7669
7670
7671
7672   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7673 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7674 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7675   $as_echo_n "(cached) " >&6
7676 else
7677   lt_cv_prog_compiler_c_o=no
7678    $RM -r conftest 2>/dev/null
7679    mkdir conftest
7680    cd conftest
7681    mkdir out
7682    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7683
7684    lt_compiler_flag="-o out/conftest2.$ac_objext"
7685    # Insert the option either (1) after the last *FLAGS variable, or
7686    # (2) before a word containing "conftest.", or (3) at the end.
7687    # Note that $ac_compile itself does not contain backslashes and begins
7688    # with a dollar sign (not a hyphen), so the echo should work correctly.
7689    lt_compile=`echo "$ac_compile" | $SED \
7690    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7691    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7692    -e 's:$: $lt_compiler_flag:'`
7693    (eval echo "\"\$as_me:7693: $lt_compile\"" >&5)
7694    (eval "$lt_compile" 2>out/conftest.err)
7695    ac_status=$?
7696    cat out/conftest.err >&5
7697    echo "$as_me:7697: \$? = $ac_status" >&5
7698    if (exit $ac_status) && test -s out/conftest2.$ac_objext
7699    then
7700      # The compiler can only warn and ignore the option if not recognized
7701      # So say no if there are warnings
7702      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7703      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7704      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7705        lt_cv_prog_compiler_c_o=yes
7706      fi
7707    fi
7708    chmod u+w . 2>&5
7709    $RM conftest*
7710    # SGI C++ compiler will create directory out/ii_files/ for
7711    # template instantiation
7712    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7713    $RM out/* && rmdir out
7714    cd ..
7715    $RM -r conftest
7716    $RM conftest*
7717
7718 fi
7719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7720 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7721
7722
7723
7724
7725
7726
7727   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7728 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7729 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7730   $as_echo_n "(cached) " >&6
7731 else
7732   lt_cv_prog_compiler_c_o=no
7733    $RM -r conftest 2>/dev/null
7734    mkdir conftest
7735    cd conftest
7736    mkdir out
7737    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7738
7739    lt_compiler_flag="-o out/conftest2.$ac_objext"
7740    # Insert the option either (1) after the last *FLAGS variable, or
7741    # (2) before a word containing "conftest.", or (3) at the end.
7742    # Note that $ac_compile itself does not contain backslashes and begins
7743    # with a dollar sign (not a hyphen), so the echo should work correctly.
7744    lt_compile=`echo "$ac_compile" | $SED \
7745    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7746    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7747    -e 's:$: $lt_compiler_flag:'`
7748    (eval echo "\"\$as_me:7748: $lt_compile\"" >&5)
7749    (eval "$lt_compile" 2>out/conftest.err)
7750    ac_status=$?
7751    cat out/conftest.err >&5
7752    echo "$as_me:7752: \$? = $ac_status" >&5
7753    if (exit $ac_status) && test -s out/conftest2.$ac_objext
7754    then
7755      # The compiler can only warn and ignore the option if not recognized
7756      # So say no if there are warnings
7757      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7758      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7759      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7760        lt_cv_prog_compiler_c_o=yes
7761      fi
7762    fi
7763    chmod u+w . 2>&5
7764    $RM conftest*
7765    # SGI C++ compiler will create directory out/ii_files/ for
7766    # template instantiation
7767    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7768    $RM out/* && rmdir out
7769    cd ..
7770    $RM -r conftest
7771    $RM conftest*
7772
7773 fi
7774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7775 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7776
7777
7778
7779
7780 hard_links="nottested"
7781 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7782   # do not overwrite the value of need_locks provided by the user
7783   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
7784 $as_echo_n "checking if we can lock with hard links... " >&6; }
7785   hard_links=yes
7786   $RM conftest*
7787   ln conftest.a conftest.b 2>/dev/null && hard_links=no
7788   touch conftest.a
7789   ln conftest.a conftest.b 2>&5 || hard_links=no
7790   ln conftest.a conftest.b 2>/dev/null && hard_links=no
7791   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
7792 $as_echo "$hard_links" >&6; }
7793   if test "$hard_links" = no; then
7794     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7795 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7796     need_locks=warn
7797   fi
7798 else
7799   need_locks=no
7800 fi
7801
7802
7803
7804
7805
7806
7807   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7808 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
7809
7810   runpath_var=
7811   allow_undefined_flag=
7812   always_export_symbols=no
7813   archive_cmds=
7814   archive_expsym_cmds=
7815   compiler_needs_object=no
7816   enable_shared_with_static_runtimes=no
7817   export_dynamic_flag_spec=
7818   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7819   hardcode_automatic=no
7820   hardcode_direct=no
7821   hardcode_direct_absolute=no
7822   hardcode_libdir_flag_spec=
7823   hardcode_libdir_flag_spec_ld=
7824   hardcode_libdir_separator=
7825   hardcode_minus_L=no
7826   hardcode_shlibpath_var=unsupported
7827   inherit_rpath=no
7828   link_all_deplibs=unknown
7829   module_cmds=
7830   module_expsym_cmds=
7831   old_archive_from_new_cmds=
7832   old_archive_from_expsyms_cmds=
7833   thread_safe_flag_spec=
7834   whole_archive_flag_spec=
7835   # include_expsyms should be a list of space-separated symbols to be *always*
7836   # included in the symbol list
7837   include_expsyms=
7838   # exclude_expsyms can be an extended regexp of symbols to exclude
7839   # it will be wrapped by ` (' and `)$', so one must not match beginning or
7840   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7841   # as well as any symbol that contains `d'.
7842   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
7843   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7844   # platforms (ab)use it in PIC code, but their linkers get confused if
7845   # the symbol is explicitly referenced.  Since portable code cannot
7846   # rely on this symbol name, it's probably fine to never include it in
7847   # preloaded symbol tables.
7848   # Exclude shared library initialization/finalization symbols.
7849   extract_expsyms_cmds=
7850
7851   case $host_os in
7852   cygwin* | mingw* | pw32* | cegcc*)
7853     # FIXME: the MSVC++ port hasn't been tested in a loooong time
7854     # When not using gcc, we currently assume that we are using
7855     # Microsoft Visual C++.
7856     if test "$GCC" != yes; then
7857       with_gnu_ld=no
7858     fi
7859     ;;
7860   interix*)
7861     # we just hope/assume this is gcc and not c89 (= MSVC++)
7862     with_gnu_ld=yes
7863     ;;
7864   openbsd*)
7865     with_gnu_ld=no
7866     ;;
7867   linux* | k*bsd*-gnu)
7868     link_all_deplibs=no
7869     ;;
7870   esac
7871
7872   ld_shlibs=yes
7873   if test "$with_gnu_ld" = yes; then
7874     # If archive_cmds runs LD, not CC, wlarc should be empty
7875     wlarc='${wl}'
7876
7877     # Set some defaults for GNU ld with shared library support. These
7878     # are reset later if shared libraries are not supported. Putting them
7879     # here allows them to be overridden if necessary.
7880     runpath_var=LD_RUN_PATH
7881     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7882     export_dynamic_flag_spec='${wl}--export-dynamic'
7883     # ancient GNU ld didn't support --whole-archive et. al.
7884     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
7885       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7886     else
7887       whole_archive_flag_spec=
7888     fi
7889     supports_anon_versioning=no
7890     case `$LD -v 2>&1` in
7891       *GNU\ gold*) supports_anon_versioning=yes ;;
7892       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
7893       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
7894       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
7895       *\ 2.11.*) ;; # other 2.11 versions
7896       *) supports_anon_versioning=yes ;;
7897     esac
7898
7899     # See if GNU ld supports shared libraries.
7900     case $host_os in
7901     aix[3-9]*)
7902       # On AIX/PPC, the GNU linker is very broken
7903       if test "$host_cpu" != ia64; then
7904         ld_shlibs=no
7905         cat <<_LT_EOF 1>&2
7906
7907 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
7908 *** to be unable to reliably create shared libraries on AIX.
7909 *** Therefore, libtool is disabling shared libraries support.  If you
7910 *** really care for shared libraries, you may want to modify your PATH
7911 *** so that a non-GNU linker is found, and then restart.
7912
7913 _LT_EOF
7914       fi
7915       ;;
7916
7917     amigaos*)
7918       case $host_cpu in
7919       powerpc)
7920             # see comment about AmigaOS4 .so support
7921             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7922             archive_expsym_cmds=''
7923         ;;
7924       m68k)
7925             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)'
7926             hardcode_libdir_flag_spec='-L$libdir'
7927             hardcode_minus_L=yes
7928         ;;
7929       esac
7930       ;;
7931
7932     beos*)
7933       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
7934         allow_undefined_flag=unsupported
7935         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
7936         # support --undefined.  This deserves some investigation.  FIXME
7937         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7938       else
7939         ld_shlibs=no
7940       fi
7941       ;;
7942
7943     cygwin* | mingw* | pw32* | cegcc*)
7944       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
7945       # as there is no search path for DLLs.
7946       hardcode_libdir_flag_spec='-L$libdir'
7947       allow_undefined_flag=unsupported
7948       always_export_symbols=no
7949       enable_shared_with_static_runtimes=yes
7950       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
7951
7952       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
7953         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7954         # If the export-symbols file already is a .def file (1st line
7955         # is EXPORTS), use it as is; otherwise, prepend...
7956         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
7957           cp $export_symbols $output_objdir/$soname.def;
7958         else
7959           echo EXPORTS > $output_objdir/$soname.def;
7960           cat $export_symbols >> $output_objdir/$soname.def;
7961         fi~
7962         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7963       else
7964         ld_shlibs=no
7965       fi
7966       ;;
7967
7968     interix[3-9]*)
7969       hardcode_direct=no
7970       hardcode_shlibpath_var=no
7971       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
7972       export_dynamic_flag_spec='${wl}-E'
7973       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
7974       # Instead, shared libraries are loaded at an image base (0x10000000 by
7975       # default) and relocated if they conflict, which is a slow very memory
7976       # consuming and fragmenting process.  To avoid this, we pick a random,
7977       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
7978       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
7979       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
7980       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'
7981       ;;
7982
7983     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
7984       tmp_diet=no
7985       if test "$host_os" = linux-dietlibc; then
7986         case $cc_basename in
7987           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
7988         esac
7989       fi
7990       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
7991          && test "$tmp_diet" = no
7992       then
7993         tmp_addflag=
7994         tmp_sharedflag='-shared'
7995         case $cc_basename,$host_cpu in
7996         pgcc*)                          # Portland Group C compiler
7997           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'
7998           tmp_addflag=' $pic_flag'
7999           ;;
8000         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
8001           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'
8002           tmp_addflag=' $pic_flag -Mnomain' ;;
8003         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
8004           tmp_addflag=' -i_dynamic' ;;
8005         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
8006           tmp_addflag=' -i_dynamic -nofor_main' ;;
8007         ifc* | ifort*)                  # Intel Fortran compiler
8008           tmp_addflag=' -nofor_main' ;;
8009         lf95*)                          # Lahey Fortran 8.1
8010           whole_archive_flag_spec=
8011           tmp_sharedflag='--shared' ;;
8012         xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
8013           tmp_sharedflag='-qmkshrobj'
8014           tmp_addflag= ;;
8015         esac
8016         case `$CC -V 2>&1 | sed 5q` in
8017         *Sun\ C*)                       # Sun C 5.9
8018           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'
8019           compiler_needs_object=yes
8020           tmp_sharedflag='-G' ;;
8021         *Sun\ F*)                       # Sun Fortran 8.3
8022           tmp_sharedflag='-G' ;;
8023         esac
8024         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8025
8026         if test "x$supports_anon_versioning" = xyes; then
8027           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8028             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8029             echo "local: *; };" >> $output_objdir/$libname.ver~
8030             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8031         fi
8032
8033         case $cc_basename in
8034         xlf*)
8035           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8036           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8037           hardcode_libdir_flag_spec=
8038           hardcode_libdir_flag_spec_ld='-rpath $libdir'
8039           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8040           if test "x$supports_anon_versioning" = xyes; then
8041             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8042               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8043               echo "local: *; };" >> $output_objdir/$libname.ver~
8044               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8045           fi
8046           ;;
8047         esac
8048       else
8049         ld_shlibs=no
8050       fi
8051       ;;
8052
8053     netbsd* | netbsdelf*-gnu)
8054       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8055         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8056         wlarc=
8057       else
8058         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8059         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8060       fi
8061       ;;
8062
8063     solaris*)
8064       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8065         ld_shlibs=no
8066         cat <<_LT_EOF 1>&2
8067
8068 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8069 *** create shared libraries on Solaris systems.  Therefore, libtool
8070 *** is disabling shared libraries support.  We urge you to upgrade GNU
8071 *** binutils to release 2.9.1 or newer.  Another option is to modify
8072 *** your PATH or compiler configuration so that the native linker is
8073 *** used, and then restart.
8074
8075 _LT_EOF
8076       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8077         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8078         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8079       else
8080         ld_shlibs=no
8081       fi
8082       ;;
8083
8084     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8085       case `$LD -v 2>&1` in
8086         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8087         ld_shlibs=no
8088         cat <<_LT_EOF 1>&2
8089
8090 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8091 *** reliably create shared libraries on SCO systems.  Therefore, libtool
8092 *** is disabling shared libraries support.  We urge you to upgrade GNU
8093 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
8094 *** your PATH or compiler configuration so that the native linker is
8095 *** used, and then restart.
8096
8097 _LT_EOF
8098         ;;
8099         *)
8100           # For security reasons, it is highly recommended that you always
8101           # use absolute paths for naming shared libraries, and exclude the
8102           # DT_RUNPATH tag from executables and libraries.  But doing so
8103           # requires that you compile everything twice, which is a pain.
8104           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8105             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8106             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8107             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8108           else
8109             ld_shlibs=no
8110           fi
8111         ;;
8112       esac
8113       ;;
8114
8115     sunos4*)
8116       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8117       wlarc=
8118       hardcode_direct=yes
8119       hardcode_shlibpath_var=no
8120       ;;
8121
8122     *)
8123       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8124         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8125         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8126       else
8127         ld_shlibs=no
8128       fi
8129       ;;
8130     esac
8131
8132     if test "$ld_shlibs" = no; then
8133       runpath_var=
8134       hardcode_libdir_flag_spec=
8135       export_dynamic_flag_spec=
8136       whole_archive_flag_spec=
8137     fi
8138   else
8139     # PORTME fill in a description of your system's linker (not GNU ld)
8140     case $host_os in
8141     aix3*)
8142       allow_undefined_flag=unsupported
8143       always_export_symbols=yes
8144       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'
8145       # Note: this linker hardcodes the directories in LIBPATH if there
8146       # are no directories specified by -L.
8147       hardcode_minus_L=yes
8148       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8149         # Neither direct hardcoding nor static linking is supported with a
8150         # broken collect2.
8151         hardcode_direct=unsupported
8152       fi
8153       ;;
8154
8155     aix[4-9]*)
8156       if test "$host_cpu" = ia64; then
8157         # On IA64, the linker does run time linking by default, so we don't
8158         # have to do anything special.
8159         aix_use_runtimelinking=no
8160         exp_sym_flag='-Bexport'
8161         no_entry_flag=""
8162       else
8163         # If we're using GNU nm, then we don't want the "-C" option.
8164         # -C means demangle to AIX nm, but means don't demangle with GNU nm
8165         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8166           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'
8167         else
8168           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'
8169         fi
8170         aix_use_runtimelinking=no
8171
8172         # Test if we are trying to use run time linking or normal
8173         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8174         # need to do runtime linking.
8175         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8176           for ld_flag in $LDFLAGS; do
8177           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8178             aix_use_runtimelinking=yes
8179             break
8180           fi
8181           done
8182           ;;
8183         esac
8184
8185         exp_sym_flag='-bexport'
8186         no_entry_flag='-bnoentry'
8187       fi
8188
8189       # When large executables or shared objects are built, AIX ld can
8190       # have problems creating the table of contents.  If linking a library
8191       # or program results in "error TOC overflow" add -mminimal-toc to
8192       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
8193       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8194
8195       archive_cmds=''
8196       hardcode_direct=yes
8197       hardcode_direct_absolute=yes
8198       hardcode_libdir_separator=':'
8199       link_all_deplibs=yes
8200       file_list_spec='${wl}-f,'
8201
8202       if test "$GCC" = yes; then
8203         case $host_os in aix4.[012]|aix4.[012].*)
8204         # We only want to do this on AIX 4.2 and lower, the check
8205         # below for broken collect2 doesn't work under 4.3+
8206           collect2name=`${CC} -print-prog-name=collect2`
8207           if test -f "$collect2name" &&
8208            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8209           then
8210           # We have reworked collect2
8211           :
8212           else
8213           # We have old collect2
8214           hardcode_direct=unsupported
8215           # It fails to find uninstalled libraries when the uninstalled
8216           # path is not listed in the libpath.  Setting hardcode_minus_L
8217           # to unsupported forces relinking
8218           hardcode_minus_L=yes
8219           hardcode_libdir_flag_spec='-L$libdir'
8220           hardcode_libdir_separator=
8221           fi
8222           ;;
8223         esac
8224         shared_flag='-shared'
8225         if test "$aix_use_runtimelinking" = yes; then
8226           shared_flag="$shared_flag "'${wl}-G'
8227         fi
8228         link_all_deplibs=no
8229       else
8230         # not using gcc
8231         if test "$host_cpu" = ia64; then
8232         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8233         # chokes on -Wl,-G. The following line is correct:
8234           shared_flag='-G'
8235         else
8236           if test "$aix_use_runtimelinking" = yes; then
8237             shared_flag='${wl}-G'
8238           else
8239             shared_flag='${wl}-bM:SRE'
8240           fi
8241         fi
8242       fi
8243
8244       export_dynamic_flag_spec='${wl}-bexpall'
8245       # It seems that -bexpall does not export symbols beginning with
8246       # underscore (_), so it is better to generate a list of symbols to export.
8247       always_export_symbols=yes
8248       if test "$aix_use_runtimelinking" = yes; then
8249         # Warning - without using the other runtime loading flags (-brtl),
8250         # -berok will link without error, but may produce a broken library.
8251         allow_undefined_flag='-berok'
8252         # Determine the default libpath from the value encoded in an
8253         # empty executable.
8254         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8255 /* end confdefs.h.  */
8256
8257 int
8258 main ()
8259 {
8260
8261   ;
8262   return 0;
8263 }
8264 _ACEOF
8265 if ac_fn_c_try_link "$LINENO"; then :
8266
8267 lt_aix_libpath_sed='
8268     /Import File Strings/,/^$/ {
8269         /^0/ {
8270             s/^0  *\(.*\)$/\1/
8271             p
8272         }
8273     }'
8274 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8275 # Check for a 64-bit object if we didn't find anything.
8276 if test -z "$aix_libpath"; then
8277   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8278 fi
8279 fi
8280 rm -f core conftest.err conftest.$ac_objext \
8281     conftest$ac_exeext conftest.$ac_ext
8282 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8283
8284         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8285         archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8286       else
8287         if test "$host_cpu" = ia64; then
8288           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8289           allow_undefined_flag="-z nodefs"
8290           archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
8291         else
8292          # Determine the default libpath from the value encoded in an
8293          # empty executable.
8294          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8295 /* end confdefs.h.  */
8296
8297 int
8298 main ()
8299 {
8300
8301   ;
8302   return 0;
8303 }
8304 _ACEOF
8305 if ac_fn_c_try_link "$LINENO"; then :
8306
8307 lt_aix_libpath_sed='
8308     /Import File Strings/,/^$/ {
8309         /^0/ {
8310             s/^0  *\(.*\)$/\1/
8311             p
8312         }
8313     }'
8314 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8315 # Check for a 64-bit object if we didn't find anything.
8316 if test -z "$aix_libpath"; then
8317   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8318 fi
8319 fi
8320 rm -f core conftest.err conftest.$ac_objext \
8321     conftest$ac_exeext conftest.$ac_ext
8322 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8323
8324          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8325           # Warning - without using the other run time loading flags,
8326           # -berok will link without error, but may produce a broken library.
8327           no_undefined_flag=' ${wl}-bernotok'
8328           allow_undefined_flag=' ${wl}-berok'
8329           # Exported symbols can be pulled into shared objects from archives
8330           whole_archive_flag_spec='$convenience'
8331           archive_cmds_need_lc=yes
8332           # This is similar to how AIX traditionally builds its shared libraries.
8333           archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
8334         fi
8335       fi
8336       ;;
8337
8338     amigaos*)
8339       case $host_cpu in
8340       powerpc)
8341             # see comment about AmigaOS4 .so support
8342             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8343             archive_expsym_cmds=''
8344         ;;
8345       m68k)
8346             archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
8347             hardcode_libdir_flag_spec='-L$libdir'
8348             hardcode_minus_L=yes
8349         ;;
8350       esac
8351       ;;
8352
8353     bsdi[45]*)
8354       export_dynamic_flag_spec=-rdynamic
8355       ;;
8356
8357     cygwin* | mingw* | pw32* | cegcc*)
8358       # When not using gcc, we currently assume that we are using
8359       # Microsoft Visual C++.
8360       # hardcode_libdir_flag_spec is actually meaningless, as there is
8361       # no search path for DLLs.
8362       hardcode_libdir_flag_spec=' '
8363       allow_undefined_flag=unsupported
8364       # Tell ltmain to make .lib files, not .a files.
8365       libext=lib
8366       # Tell ltmain to make .dll files, not .so files.
8367       shrext_cmds=".dll"
8368       # FIXME: Setting linknames here is a bad hack.
8369       archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
8370       # The linker will automatically build a .lib file if we build a DLL.
8371       old_archive_from_new_cmds='true'
8372       # FIXME: Should let the user specify the lib program.
8373       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8374       fix_srcfile_path='`cygpath -w "$srcfile"`'
8375       enable_shared_with_static_runtimes=yes
8376       ;;
8377
8378     darwin* | rhapsody*)
8379
8380
8381   archive_cmds_need_lc=no
8382   hardcode_direct=no
8383   hardcode_automatic=yes
8384   hardcode_shlibpath_var=unsupported
8385   whole_archive_flag_spec=''
8386   link_all_deplibs=yes
8387   allow_undefined_flag="$_lt_dar_allow_undefined"
8388   case $cc_basename in
8389      ifort*) _lt_dar_can_shared=yes ;;
8390      *) _lt_dar_can_shared=$GCC ;;
8391   esac
8392   if test "$_lt_dar_can_shared" = "yes"; then
8393     output_verbose_link_cmd=echo
8394     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8395     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8396     archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
8397     module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
8398
8399   else
8400   ld_shlibs=no
8401   fi
8402
8403       ;;
8404
8405     dgux*)
8406       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8407       hardcode_libdir_flag_spec='-L$libdir'
8408       hardcode_shlibpath_var=no
8409       ;;
8410
8411     freebsd1*)
8412       ld_shlibs=no
8413       ;;
8414
8415     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8416     # support.  Future versions do this automatically, but an explicit c++rt0.o
8417     # does not break anything, and helps significantly (at the cost of a little
8418     # extra space).
8419     freebsd2.2*)
8420       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8421       hardcode_libdir_flag_spec='-R$libdir'
8422       hardcode_direct=yes
8423       hardcode_shlibpath_var=no
8424       ;;
8425
8426     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8427     freebsd2*)
8428       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8429       hardcode_direct=yes
8430       hardcode_minus_L=yes
8431       hardcode_shlibpath_var=no
8432       ;;
8433
8434     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8435     freebsd* | dragonfly*)
8436       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8437       hardcode_libdir_flag_spec='-R$libdir'
8438       hardcode_direct=yes
8439       hardcode_shlibpath_var=no
8440       ;;
8441
8442     hpux9*)
8443       if test "$GCC" = yes; then
8444         archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8445       else
8446         archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8447       fi
8448       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8449       hardcode_libdir_separator=:
8450       hardcode_direct=yes
8451
8452       # hardcode_minus_L: Not really in the search PATH,
8453       # but as the default location of the library.
8454       hardcode_minus_L=yes
8455       export_dynamic_flag_spec='${wl}-E'
8456       ;;
8457
8458     hpux10*)
8459       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8460         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8461       else
8462         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8463       fi
8464       if test "$with_gnu_ld" = no; then
8465         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8466         hardcode_libdir_flag_spec_ld='+b $libdir'
8467         hardcode_libdir_separator=:
8468         hardcode_direct=yes
8469         hardcode_direct_absolute=yes
8470         export_dynamic_flag_spec='${wl}-E'
8471         # hardcode_minus_L: Not really in the search PATH,
8472         # but as the default location of the library.
8473         hardcode_minus_L=yes
8474       fi
8475       ;;
8476
8477     hpux11*)
8478       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8479         case $host_cpu in
8480         hppa*64*)
8481           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8482           ;;
8483         ia64*)
8484           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8485           ;;
8486         *)
8487           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8488           ;;
8489         esac
8490       else
8491         case $host_cpu in
8492         hppa*64*)
8493           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8494           ;;
8495         ia64*)
8496           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8497           ;;
8498         *)
8499           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8500           ;;
8501         esac
8502       fi
8503       if test "$with_gnu_ld" = no; then
8504         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8505         hardcode_libdir_separator=:
8506
8507         case $host_cpu in
8508         hppa*64*|ia64*)
8509           hardcode_direct=no
8510           hardcode_shlibpath_var=no
8511           ;;
8512         *)
8513           hardcode_direct=yes
8514           hardcode_direct_absolute=yes
8515           export_dynamic_flag_spec='${wl}-E'
8516
8517           # hardcode_minus_L: Not really in the search PATH,
8518           # but as the default location of the library.
8519           hardcode_minus_L=yes
8520           ;;
8521         esac
8522       fi
8523       ;;
8524
8525     irix5* | irix6* | nonstopux*)
8526       if test "$GCC" = yes; then
8527         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8528         # Try to use the -exported_symbol ld option, if it does not
8529         # work, assume that -exports_file does not work either and
8530         # implicitly export all symbols.
8531         save_LDFLAGS="$LDFLAGS"
8532         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8533         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8534 /* end confdefs.h.  */
8535 int foo(void) {}
8536 _ACEOF
8537 if ac_fn_c_try_link "$LINENO"; then :
8538   archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
8539
8540 fi
8541 rm -f core conftest.err conftest.$ac_objext \
8542     conftest$ac_exeext conftest.$ac_ext
8543         LDFLAGS="$save_LDFLAGS"
8544       else
8545         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8546         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
8547       fi
8548       archive_cmds_need_lc='no'
8549       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8550       hardcode_libdir_separator=:
8551       inherit_rpath=yes
8552       link_all_deplibs=yes
8553       ;;
8554
8555     netbsd* | netbsdelf*-gnu)
8556       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8557         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
8558       else
8559         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
8560       fi
8561       hardcode_libdir_flag_spec='-R$libdir'
8562       hardcode_direct=yes
8563       hardcode_shlibpath_var=no
8564       ;;
8565
8566     newsos6)
8567       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8568       hardcode_direct=yes
8569       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8570       hardcode_libdir_separator=:
8571       hardcode_shlibpath_var=no
8572       ;;
8573
8574     *nto* | *qnx*)
8575       ;;
8576
8577     openbsd*)
8578       if test -f /usr/libexec/ld.so; then
8579         hardcode_direct=yes
8580         hardcode_shlibpath_var=no
8581         hardcode_direct_absolute=yes
8582         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8583           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8584           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8585           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8586           export_dynamic_flag_spec='${wl}-E'
8587         else
8588           case $host_os in
8589            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8590              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8591              hardcode_libdir_flag_spec='-R$libdir'
8592              ;;
8593            *)
8594              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8595              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8596              ;;
8597           esac
8598         fi
8599       else
8600         ld_shlibs=no
8601       fi
8602       ;;
8603
8604     os2*)
8605       hardcode_libdir_flag_spec='-L$libdir'
8606       hardcode_minus_L=yes
8607       allow_undefined_flag=unsupported
8608       archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
8609       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8610       ;;
8611
8612     osf3*)
8613       if test "$GCC" = yes; then
8614         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8615         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8616       else
8617         allow_undefined_flag=' -expect_unresolved \*'
8618         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8619       fi
8620       archive_cmds_need_lc='no'
8621       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8622       hardcode_libdir_separator=:
8623       ;;
8624
8625     osf4* | osf5*)      # as osf3* with the addition of -msym flag
8626       if test "$GCC" = yes; then
8627         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8628         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8629         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8630       else
8631         allow_undefined_flag=' -expect_unresolved \*'
8632         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8633         archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
8634         $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
8635
8636         # Both c and cxx compiler support -rpath directly
8637         hardcode_libdir_flag_spec='-rpath $libdir'
8638       fi
8639       archive_cmds_need_lc='no'
8640       hardcode_libdir_separator=:
8641       ;;
8642
8643     solaris*)
8644       no_undefined_flag=' -z defs'
8645       if test "$GCC" = yes; then
8646         wlarc='${wl}'
8647         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8648         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8649           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8650       else
8651         case `$CC -V 2>&1` in
8652         *"Compilers 5.0"*)
8653           wlarc=''
8654           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8655           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8656           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8657           ;;
8658         *)
8659           wlarc='${wl}'
8660           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8661           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8662           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8663           ;;
8664         esac
8665       fi
8666       hardcode_libdir_flag_spec='-R$libdir'
8667       hardcode_shlibpath_var=no
8668       case $host_os in
8669       solaris2.[0-5] | solaris2.[0-5].*) ;;
8670       *)
8671         # The compiler driver will combine and reorder linker options,
8672         # but understands `-z linker_flag'.  GCC discards it without `$wl',
8673         # but is careful enough not to reorder.
8674         # Supported since Solaris 2.6 (maybe 2.5.1?)
8675         if test "$GCC" = yes; then
8676           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8677         else
8678           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
8679         fi
8680         ;;
8681       esac
8682       link_all_deplibs=yes
8683       ;;
8684
8685     sunos4*)
8686       if test "x$host_vendor" = xsequent; then
8687         # Use $CC to link under sequent, because it throws in some extra .o
8688         # files that make .init and .fini sections work.
8689         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8690       else
8691         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8692       fi
8693       hardcode_libdir_flag_spec='-L$libdir'
8694       hardcode_direct=yes
8695       hardcode_minus_L=yes
8696       hardcode_shlibpath_var=no
8697       ;;
8698
8699     sysv4)
8700       case $host_vendor in
8701         sni)
8702           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8703           hardcode_direct=yes # is this really true???
8704         ;;
8705         siemens)
8706           ## LD is ld it makes a PLAMLIB
8707           ## CC just makes a GrossModule.
8708           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8709           reload_cmds='$CC -r -o $output$reload_objs'
8710           hardcode_direct=no
8711         ;;
8712         motorola)
8713           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8714           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
8715         ;;
8716       esac
8717       runpath_var='LD_RUN_PATH'
8718       hardcode_shlibpath_var=no
8719       ;;
8720
8721     sysv4.3*)
8722       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8723       hardcode_shlibpath_var=no
8724       export_dynamic_flag_spec='-Bexport'
8725       ;;
8726
8727     sysv4*MP*)
8728       if test -d /usr/nec; then
8729         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8730         hardcode_shlibpath_var=no
8731         runpath_var=LD_RUN_PATH
8732         hardcode_runpath_var=yes
8733         ld_shlibs=yes
8734       fi
8735       ;;
8736
8737     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
8738       no_undefined_flag='${wl}-z,text'
8739       archive_cmds_need_lc=no
8740       hardcode_shlibpath_var=no
8741       runpath_var='LD_RUN_PATH'
8742
8743       if test "$GCC" = yes; then
8744         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8745         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8746       else
8747         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8748         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8749       fi
8750       ;;
8751
8752     sysv5* | sco3.2v5* | sco5v6*)
8753       # Note: We can NOT use -z defs as we might desire, because we do not
8754       # link with -lc, and that would cause any symbols used from libc to
8755       # always be unresolved, which means just about no library would
8756       # ever link correctly.  If we're not using GNU ld we use -z text
8757       # though, which does catch some bad symbols but isn't as heavy-handed
8758       # as -z defs.
8759       no_undefined_flag='${wl}-z,text'
8760       allow_undefined_flag='${wl}-z,nodefs'
8761       archive_cmds_need_lc=no
8762       hardcode_shlibpath_var=no
8763       hardcode_libdir_flag_spec='${wl}-R,$libdir'
8764       hardcode_libdir_separator=':'
8765       link_all_deplibs=yes
8766       export_dynamic_flag_spec='${wl}-Bexport'
8767       runpath_var='LD_RUN_PATH'
8768
8769       if test "$GCC" = yes; then
8770         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8771         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8772       else
8773         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8774         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8775       fi
8776       ;;
8777
8778     uts4*)
8779       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8780       hardcode_libdir_flag_spec='-L$libdir'
8781       hardcode_shlibpath_var=no
8782       ;;
8783
8784     *)
8785       ld_shlibs=no
8786       ;;
8787     esac
8788
8789     if test x$host_vendor = xsni; then
8790       case $host in
8791       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
8792         export_dynamic_flag_spec='${wl}-Blargedynsym'
8793         ;;
8794       esac
8795     fi
8796   fi
8797
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
8799 $as_echo "$ld_shlibs" >&6; }
8800 test "$ld_shlibs" = no && can_build_shared=no
8801
8802 with_gnu_ld=$with_gnu_ld
8803
8804
8805
8806
8807
8808
8809
8810
8811
8812
8813
8814
8815
8816
8817
8818 #
8819 # Do we need to explicitly link libc?
8820 #
8821 case "x$archive_cmds_need_lc" in
8822 x|xyes)
8823   # Assume -lc should be added
8824   archive_cmds_need_lc=yes
8825
8826   if test "$enable_shared" = yes && test "$GCC" = yes; then
8827     case $archive_cmds in
8828     *'~'*)
8829       # FIXME: we may have to deal with multi-command sequences.
8830       ;;
8831     '$CC '*)
8832       # Test whether the compiler implicitly links with -lc since on some
8833       # systems, -lgcc has to come before -lc. If gcc already passes -lc
8834       # to ld, don't add -lc before -lgcc.
8835       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
8836 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
8837       $RM conftest*
8838       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8839
8840       if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8841   (eval $ac_compile) 2>&5
8842   ac_status=$?
8843   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8844   test $ac_status = 0; } 2>conftest.err; then
8845         soname=conftest
8846         lib=conftest
8847         libobjs=conftest.$ac_objext
8848         deplibs=
8849         wl=$lt_prog_compiler_wl
8850         pic_flag=$lt_prog_compiler_pic
8851         compiler_flags=-v
8852         linker_flags=-v
8853         verstring=
8854         output_objdir=.
8855         libname=conftest
8856         lt_save_allow_undefined_flag=$allow_undefined_flag
8857         allow_undefined_flag=
8858         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
8859   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
8860   ac_status=$?
8861   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8862   test $ac_status = 0; }
8863         then
8864           archive_cmds_need_lc=no
8865         else
8866           archive_cmds_need_lc=yes
8867         fi
8868         allow_undefined_flag=$lt_save_allow_undefined_flag
8869       else
8870         cat conftest.err 1>&5
8871       fi
8872       $RM conftest*
8873       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
8874 $as_echo "$archive_cmds_need_lc" >&6; }
8875       ;;
8876     esac
8877   fi
8878   ;;
8879 esac
8880
8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
8922
8923
8924
8925
8926
8927
8928
8929
8930
8931
8932
8933
8934
8935
8936
8937
8938
8939
8940
8941
8942
8943
8944
8945
8946
8947
8948
8949
8950
8951
8952
8953
8954
8955
8956
8957
8958
8959
8960
8961
8962
8963
8964
8965
8966
8967
8968
8969
8970
8971
8972
8973
8974
8975
8976
8977
8978
8979
8980
8981
8982
8983
8984
8985
8986
8987
8988
8989
8990
8991
8992
8993
8994
8995
8996
8997
8998
8999
9000
9001
9002
9003
9004
9005
9006
9007
9008
9009
9010
9011
9012
9013
9014
9015
9016
9017
9018
9019
9020
9021
9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9038 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9039
9040 if test "$GCC" = yes; then
9041   case $host_os in
9042     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9043     *) lt_awk_arg="/^libraries:/" ;;
9044   esac
9045   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9046   if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9047     # if the path contains ";" then we assume it to be the separator
9048     # otherwise default to the standard path separator (i.e. ":") - it is
9049     # assumed that no part of a normal pathname contains ";" but that should
9050     # okay in the real world where ";" in dirpaths is itself problematic.
9051     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9052   else
9053     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9054   fi
9055   # Ok, now we have the path, separated by spaces, we can step through it
9056   # and add multilib dir if necessary.
9057   lt_tmp_lt_search_path_spec=
9058   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9059   for lt_sys_path in $lt_search_path_spec; do
9060     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9061       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9062     else
9063       test -d "$lt_sys_path" && \
9064         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9065     fi
9066   done
9067   lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9068 BEGIN {RS=" "; FS="/|\n";} {
9069   lt_foo="";
9070   lt_count=0;
9071   for (lt_i = NF; lt_i > 0; lt_i--) {
9072     if ($lt_i != "" && $lt_i != ".") {
9073       if ($lt_i == "..") {
9074         lt_count++;
9075       } else {
9076         if (lt_count == 0) {
9077           lt_foo="/" $lt_i lt_foo;
9078         } else {
9079           lt_count--;
9080         }
9081       }
9082     }
9083   }
9084   if (lt_foo != "") { lt_freq[lt_foo]++; }
9085   if (lt_freq[lt_foo] == 1) { print lt_foo; }
9086 }'`
9087   sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9088 else
9089   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9090 fi
9091 library_names_spec=
9092 libname_spec='lib$name'
9093 soname_spec=
9094 shrext_cmds=".so"
9095 postinstall_cmds=
9096 postuninstall_cmds=
9097 finish_cmds=
9098 finish_eval=
9099 shlibpath_var=
9100 shlibpath_overrides_runpath=unknown
9101 version_type=none
9102 dynamic_linker="$host_os ld.so"
9103 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9104 need_lib_prefix=unknown
9105 hardcode_into_libs=no
9106
9107 # when you set need_version to no, make sure it does not cause -set_version
9108 # flags to be left without arguments
9109 need_version=unknown
9110
9111 case $host_os in
9112 aix3*)
9113   version_type=linux
9114   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9115   shlibpath_var=LIBPATH
9116
9117   # AIX 3 has no versioning support, so we append a major version to the name.
9118   soname_spec='${libname}${release}${shared_ext}$major'
9119   ;;
9120
9121 aix[4-9]*)
9122   version_type=linux
9123   need_lib_prefix=no
9124   need_version=no
9125   hardcode_into_libs=yes
9126   if test "$host_cpu" = ia64; then
9127     # AIX 5 supports IA64
9128     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9129     shlibpath_var=LD_LIBRARY_PATH
9130   else
9131     # With GCC up to 2.95.x, collect2 would create an import file
9132     # for dependence libraries.  The import file would start with
9133     # the line `#! .'.  This would cause the generated library to
9134     # depend on `.', always an invalid library.  This was fixed in
9135     # development snapshots of GCC prior to 3.0.
9136     case $host_os in
9137       aix4 | aix4.[01] | aix4.[01].*)
9138       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9139            echo ' yes '
9140            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9141         :
9142       else
9143         can_build_shared=no
9144       fi
9145       ;;
9146     esac
9147     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9148     # soname into executable. Probably we can add versioning support to
9149     # collect2, so additional links can be useful in future.
9150     if test "$aix_use_runtimelinking" = yes; then
9151       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9152       # instead of lib<name>.a to let people know that these are not
9153       # typical AIX shared libraries.
9154       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9155     else
9156       # We preserve .a as extension for shared libraries through AIX4.2
9157       # and later when we are not doing run time linking.
9158       library_names_spec='${libname}${release}.a $libname.a'
9159       soname_spec='${libname}${release}${shared_ext}$major'
9160     fi
9161     shlibpath_var=LIBPATH
9162   fi
9163   ;;
9164
9165 amigaos*)
9166   case $host_cpu in
9167   powerpc)
9168     # Since July 2007 AmigaOS4 officially supports .so libraries.
9169     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9170     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9171     ;;
9172   m68k)
9173     library_names_spec='$libname.ixlibrary $libname.a'
9174     # Create ${libname}_ixlibrary.a entries in /sys/libs.
9175     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'
9176     ;;
9177   esac
9178   ;;
9179
9180 beos*)
9181   library_names_spec='${libname}${shared_ext}'
9182   dynamic_linker="$host_os ld.so"
9183   shlibpath_var=LIBRARY_PATH
9184   ;;
9185
9186 bsdi[45]*)
9187   version_type=linux
9188   need_version=no
9189   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9190   soname_spec='${libname}${release}${shared_ext}$major'
9191   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9192   shlibpath_var=LD_LIBRARY_PATH
9193   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9194   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9195   # the default ld.so.conf also contains /usr/contrib/lib and
9196   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9197   # libtool to hard-code these into programs
9198   ;;
9199
9200 cygwin* | mingw* | pw32* | cegcc*)
9201   version_type=windows
9202   shrext_cmds=".dll"
9203   need_version=no
9204   need_lib_prefix=no
9205
9206   case $GCC,$host_os in
9207   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9208     library_names_spec='$libname.dll.a'
9209     # DLL is installed to $(libdir)/../bin by postinstall_cmds
9210     postinstall_cmds='base_file=`basename \${file}`~
9211       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9212       dldir=$destdir/`dirname \$dlpath`~
9213       test -d \$dldir || mkdir -p \$dldir~
9214       $install_prog $dir/$dlname \$dldir/$dlname~
9215       chmod a+x \$dldir/$dlname~
9216       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9217         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9218       fi'
9219     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9220       dlpath=$dir/\$dldll~
9221        $RM \$dlpath'
9222     shlibpath_overrides_runpath=yes
9223
9224     case $host_os in
9225     cygwin*)
9226       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9227       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9228       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9229       ;;
9230     mingw* | cegcc*)
9231       # MinGW DLLs use traditional 'lib' prefix
9232       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9233       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9234       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9235         # It is most probably a Windows format PATH printed by
9236         # mingw gcc, but we are running on Cygwin. Gcc prints its search
9237         # path with ; separators, and with drive letters. We can handle the
9238         # drive letters (cygwin fileutils understands them), so leave them,
9239         # especially as we might pass files found there to a mingw objdump,
9240         # which wouldn't understand a cygwinified path. Ahh.
9241         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9242       else
9243         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9244       fi
9245       ;;
9246     pw32*)
9247       # pw32 DLLs use 'pw' prefix rather than 'lib'
9248       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9249       ;;
9250     esac
9251     ;;
9252
9253   *)
9254     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9255     ;;
9256   esac
9257   dynamic_linker='Win32 ld.exe'
9258   # FIXME: first we should search . and the directory the executable is in
9259   shlibpath_var=PATH
9260   ;;
9261
9262 darwin* | rhapsody*)
9263   dynamic_linker="$host_os dyld"
9264   version_type=darwin
9265   need_lib_prefix=no
9266   need_version=no
9267   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9268   soname_spec='${libname}${release}${major}$shared_ext'
9269   shlibpath_overrides_runpath=yes
9270   shlibpath_var=DYLD_LIBRARY_PATH
9271   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9272
9273   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9274   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9275   ;;
9276
9277 dgux*)
9278   version_type=linux
9279   need_lib_prefix=no
9280   need_version=no
9281   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9282   soname_spec='${libname}${release}${shared_ext}$major'
9283   shlibpath_var=LD_LIBRARY_PATH
9284   ;;
9285
9286 freebsd1*)
9287   dynamic_linker=no
9288   ;;
9289
9290 freebsd* | dragonfly*)
9291   # DragonFly does not have aout.  When/if they implement a new
9292   # versioning mechanism, adjust this.
9293   if test -x /usr/bin/objformat; then
9294     objformat=`/usr/bin/objformat`
9295   else
9296     case $host_os in
9297     freebsd[123]*) objformat=aout ;;
9298     *) objformat=elf ;;
9299     esac
9300   fi
9301   version_type=freebsd-$objformat
9302   case $version_type in
9303     freebsd-elf*)
9304       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9305       need_version=no
9306       need_lib_prefix=no
9307       ;;
9308     freebsd-*)
9309       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9310       need_version=yes
9311       ;;
9312   esac
9313   shlibpath_var=LD_LIBRARY_PATH
9314   case $host_os in
9315   freebsd2*)
9316     shlibpath_overrides_runpath=yes
9317     ;;
9318   freebsd3.[01]* | freebsdelf3.[01]*)
9319     shlibpath_overrides_runpath=yes
9320     hardcode_into_libs=yes
9321     ;;
9322   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9323   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9324     shlibpath_overrides_runpath=no
9325     hardcode_into_libs=yes
9326     ;;
9327   *) # from 4.6 on, and DragonFly
9328     shlibpath_overrides_runpath=yes
9329     hardcode_into_libs=yes
9330     ;;
9331   esac
9332   ;;
9333
9334 gnu*)
9335   version_type=linux
9336   need_lib_prefix=no
9337   need_version=no
9338   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9339   soname_spec='${libname}${release}${shared_ext}$major'
9340   shlibpath_var=LD_LIBRARY_PATH
9341   hardcode_into_libs=yes
9342   ;;
9343
9344 hpux9* | hpux10* | hpux11*)
9345   # Give a soname corresponding to the major version so that dld.sl refuses to
9346   # link against other versions.
9347   version_type=sunos
9348   need_lib_prefix=no
9349   need_version=no
9350   case $host_cpu in
9351   ia64*)
9352     shrext_cmds='.so'
9353     hardcode_into_libs=yes
9354     dynamic_linker="$host_os dld.so"
9355     shlibpath_var=LD_LIBRARY_PATH
9356     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9357     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9358     soname_spec='${libname}${release}${shared_ext}$major'
9359     if test "X$HPUX_IA64_MODE" = X32; then
9360       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9361     else
9362       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9363     fi
9364     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9365     ;;
9366   hppa*64*)
9367     shrext_cmds='.sl'
9368     hardcode_into_libs=yes
9369     dynamic_linker="$host_os dld.sl"
9370     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9371     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9372     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9373     soname_spec='${libname}${release}${shared_ext}$major'
9374     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9375     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9376     ;;
9377   *)
9378     shrext_cmds='.sl'
9379     dynamic_linker="$host_os dld.sl"
9380     shlibpath_var=SHLIB_PATH
9381     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9382     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9383     soname_spec='${libname}${release}${shared_ext}$major'
9384     ;;
9385   esac
9386   # HP-UX runs *really* slowly unless shared libraries are mode 555.
9387   postinstall_cmds='chmod 555 $lib'
9388   ;;
9389
9390 interix[3-9]*)
9391   version_type=linux
9392   need_lib_prefix=no
9393   need_version=no
9394   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9395   soname_spec='${libname}${release}${shared_ext}$major'
9396   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9397   shlibpath_var=LD_LIBRARY_PATH
9398   shlibpath_overrides_runpath=no
9399   hardcode_into_libs=yes
9400   ;;
9401
9402 irix5* | irix6* | nonstopux*)
9403   case $host_os in
9404     nonstopux*) version_type=nonstopux ;;
9405     *)
9406         if test "$lt_cv_prog_gnu_ld" = yes; then
9407                 version_type=linux
9408         else
9409                 version_type=irix
9410         fi ;;
9411   esac
9412   need_lib_prefix=no
9413   need_version=no
9414   soname_spec='${libname}${release}${shared_ext}$major'
9415   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9416   case $host_os in
9417   irix5* | nonstopux*)
9418     libsuff= shlibsuff=
9419     ;;
9420   *)
9421     case $LD in # libtool.m4 will add one of these switches to LD
9422     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9423       libsuff= shlibsuff= libmagic=32-bit;;
9424     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9425       libsuff=32 shlibsuff=N32 libmagic=N32;;
9426     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9427       libsuff=64 shlibsuff=64 libmagic=64-bit;;
9428     *) libsuff= shlibsuff= libmagic=never-match;;
9429     esac
9430     ;;
9431   esac
9432   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9433   shlibpath_overrides_runpath=no
9434   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9435   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9436   hardcode_into_libs=yes
9437   ;;
9438
9439 # No shared lib support for Linux oldld, aout, or coff.
9440 linux*oldld* | linux*aout* | linux*coff*)
9441   dynamic_linker=no
9442   ;;
9443
9444 # This must be Linux ELF.
9445 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9446   version_type=linux
9447   need_lib_prefix=no
9448   need_version=no
9449   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9450   soname_spec='${libname}${release}${shared_ext}$major'
9451   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9452   shlibpath_var=LD_LIBRARY_PATH
9453   shlibpath_overrides_runpath=no
9454   # Some binutils ld are patched to set DT_RUNPATH
9455   save_LDFLAGS=$LDFLAGS
9456   save_libdir=$libdir
9457   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9458        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9459   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9460 /* end confdefs.h.  */
9461
9462 int
9463 main ()
9464 {
9465
9466   ;
9467   return 0;
9468 }
9469 _ACEOF
9470 if ac_fn_c_try_link "$LINENO"; then :
9471   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9472   shlibpath_overrides_runpath=yes
9473 fi
9474 fi
9475 rm -f core conftest.err conftest.$ac_objext \
9476     conftest$ac_exeext conftest.$ac_ext
9477   LDFLAGS=$save_LDFLAGS
9478   libdir=$save_libdir
9479
9480   # This implies no fast_install, which is unacceptable.
9481   # Some rework will be needed to allow for fast_install
9482   # before this can be enabled.
9483   hardcode_into_libs=yes
9484
9485   # Append ld.so.conf contents to the search path
9486   if test -f /etc/ld.so.conf; then
9487     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' ' '`
9488     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9489   fi
9490
9491   # We used to test for /lib/ld.so.1 and disable shared libraries on
9492   # powerpc, because MkLinux only supported shared libraries with the
9493   # GNU dynamic linker.  Since this was broken with cross compilers,
9494   # most powerpc-linux boxes support dynamic linking these days and
9495   # people can always --disable-shared, the test was removed, and we
9496   # assume the GNU/Linux dynamic linker is in use.
9497   dynamic_linker='GNU/Linux ld.so'
9498   ;;
9499
9500 netbsdelf*-gnu)
9501   version_type=linux
9502   need_lib_prefix=no
9503   need_version=no
9504   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9505   soname_spec='${libname}${release}${shared_ext}$major'
9506   shlibpath_var=LD_LIBRARY_PATH
9507   shlibpath_overrides_runpath=no
9508   hardcode_into_libs=yes
9509   dynamic_linker='NetBSD ld.elf_so'
9510   ;;
9511
9512 netbsd*)
9513   version_type=sunos
9514   need_lib_prefix=no
9515   need_version=no
9516   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9517     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9518     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9519     dynamic_linker='NetBSD (a.out) ld.so'
9520   else
9521     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9522     soname_spec='${libname}${release}${shared_ext}$major'
9523     dynamic_linker='NetBSD ld.elf_so'
9524   fi
9525   shlibpath_var=LD_LIBRARY_PATH
9526   shlibpath_overrides_runpath=yes
9527   hardcode_into_libs=yes
9528   ;;
9529
9530 newsos6)
9531   version_type=linux
9532   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9533   shlibpath_var=LD_LIBRARY_PATH
9534   shlibpath_overrides_runpath=yes
9535   ;;
9536
9537 *nto* | *qnx*)
9538   version_type=qnx
9539   need_lib_prefix=no
9540   need_version=no
9541   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9542   soname_spec='${libname}${release}${shared_ext}$major'
9543   shlibpath_var=LD_LIBRARY_PATH
9544   shlibpath_overrides_runpath=no
9545   hardcode_into_libs=yes
9546   dynamic_linker='ldqnx.so'
9547   ;;
9548
9549 openbsd*)
9550   version_type=sunos
9551   sys_lib_dlsearch_path_spec="/usr/lib"
9552   need_lib_prefix=no
9553   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9554   case $host_os in
9555     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
9556     *)                          need_version=no  ;;
9557   esac
9558   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9559   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9560   shlibpath_var=LD_LIBRARY_PATH
9561   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9562     case $host_os in
9563       openbsd2.[89] | openbsd2.[89].*)
9564         shlibpath_overrides_runpath=no
9565         ;;
9566       *)
9567         shlibpath_overrides_runpath=yes
9568         ;;
9569       esac
9570   else
9571     shlibpath_overrides_runpath=yes
9572   fi
9573   ;;
9574
9575 os2*)
9576   libname_spec='$name'
9577   shrext_cmds=".dll"
9578   need_lib_prefix=no
9579   library_names_spec='$libname${shared_ext} $libname.a'
9580   dynamic_linker='OS/2 ld.exe'
9581   shlibpath_var=LIBPATH
9582   ;;
9583
9584 osf3* | osf4* | osf5*)
9585   version_type=osf
9586   need_lib_prefix=no
9587   need_version=no
9588   soname_spec='${libname}${release}${shared_ext}$major'
9589   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9590   shlibpath_var=LD_LIBRARY_PATH
9591   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9592   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9593   ;;
9594
9595 rdos*)
9596   dynamic_linker=no
9597   ;;
9598
9599 solaris*)
9600   version_type=linux
9601   need_lib_prefix=no
9602   need_version=no
9603   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9604   soname_spec='${libname}${release}${shared_ext}$major'
9605   shlibpath_var=LD_LIBRARY_PATH
9606   shlibpath_overrides_runpath=yes
9607   hardcode_into_libs=yes
9608   # ldd complains unless libraries are executable
9609   postinstall_cmds='chmod +x $lib'
9610   ;;
9611
9612 sunos4*)
9613   version_type=sunos
9614   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9615   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9616   shlibpath_var=LD_LIBRARY_PATH
9617   shlibpath_overrides_runpath=yes
9618   if test "$with_gnu_ld" = yes; then
9619     need_lib_prefix=no
9620   fi
9621   need_version=yes
9622   ;;
9623
9624 sysv4 | sysv4.3*)
9625   version_type=linux
9626   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9627   soname_spec='${libname}${release}${shared_ext}$major'
9628   shlibpath_var=LD_LIBRARY_PATH
9629   case $host_vendor in
9630     sni)
9631       shlibpath_overrides_runpath=no
9632       need_lib_prefix=no
9633       runpath_var=LD_RUN_PATH
9634       ;;
9635     siemens)
9636       need_lib_prefix=no
9637       ;;
9638     motorola)
9639       need_lib_prefix=no
9640       need_version=no
9641       shlibpath_overrides_runpath=no
9642       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
9643       ;;
9644   esac
9645   ;;
9646
9647 sysv4*MP*)
9648   if test -d /usr/nec ;then
9649     version_type=linux
9650     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9651     soname_spec='$libname${shared_ext}.$major'
9652     shlibpath_var=LD_LIBRARY_PATH
9653   fi
9654   ;;
9655
9656 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
9657   version_type=freebsd-elf
9658   need_lib_prefix=no
9659   need_version=no
9660   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9661   soname_spec='${libname}${release}${shared_ext}$major'
9662   shlibpath_var=LD_LIBRARY_PATH
9663   shlibpath_overrides_runpath=yes
9664   hardcode_into_libs=yes
9665   if test "$with_gnu_ld" = yes; then
9666     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9667   else
9668     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
9669     case $host_os in
9670       sco3.2v5*)
9671         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
9672         ;;
9673     esac
9674   fi
9675   sys_lib_dlsearch_path_spec='/usr/lib'
9676   ;;
9677
9678 tpf*)
9679   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
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   shlibpath_var=LD_LIBRARY_PATH
9685   shlibpath_overrides_runpath=no
9686   hardcode_into_libs=yes
9687   ;;
9688
9689 uts4*)
9690   version_type=linux
9691   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9692   soname_spec='${libname}${release}${shared_ext}$major'
9693   shlibpath_var=LD_LIBRARY_PATH
9694   ;;
9695
9696 *)
9697   dynamic_linker=no
9698   ;;
9699 esac
9700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
9701 $as_echo "$dynamic_linker" >&6; }
9702 test "$dynamic_linker" = no && can_build_shared=no
9703
9704 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9705 if test "$GCC" = yes; then
9706   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9707 fi
9708
9709 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9710   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
9711 fi
9712 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9713   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
9714 fi
9715
9716
9717
9718
9719
9720
9721
9722
9723
9724
9725
9726
9727
9728
9729
9730
9731
9732
9733
9734
9735
9736
9737
9738
9739
9740
9741
9742
9743
9744
9745
9746
9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769
9770
9771
9772
9773
9774
9775
9776
9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
9802   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
9803 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
9804 hardcode_action=
9805 if test -n "$hardcode_libdir_flag_spec" ||
9806    test -n "$runpath_var" ||
9807    test "X$hardcode_automatic" = "Xyes" ; then
9808
9809   # We can hardcode non-existent directories.
9810   if test "$hardcode_direct" != no &&
9811      # If the only mechanism to avoid hardcoding is shlibpath_var, we
9812      # have to relink, otherwise we might link with an installed library
9813      # when we should be linking with a yet-to-be-installed one
9814      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
9815      test "$hardcode_minus_L" != no; then
9816     # Linking always hardcodes the temporary library directory.
9817     hardcode_action=relink
9818   else
9819     # We can link without hardcoding, and we can hardcode nonexisting dirs.
9820     hardcode_action=immediate
9821   fi
9822 else
9823   # We cannot hardcode anything, or else we can only hardcode existing
9824   # directories.
9825   hardcode_action=unsupported
9826 fi
9827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
9828 $as_echo "$hardcode_action" >&6; }
9829
9830 if test "$hardcode_action" = relink ||
9831    test "$inherit_rpath" = yes; then
9832   # Fast installation is not supported
9833   enable_fast_install=no
9834 elif test "$shlibpath_overrides_runpath" = yes ||
9835      test "$enable_shared" = no; then
9836   # Fast installation is not necessary
9837   enable_fast_install=needless
9838 fi
9839
9840
9841
9842
9843
9844
9845   if test "x$enable_dlopen" != xyes; then
9846   enable_dlopen=unknown
9847   enable_dlopen_self=unknown
9848   enable_dlopen_self_static=unknown
9849 else
9850   lt_cv_dlopen=no
9851   lt_cv_dlopen_libs=
9852
9853   case $host_os in
9854   beos*)
9855     lt_cv_dlopen="load_add_on"
9856     lt_cv_dlopen_libs=
9857     lt_cv_dlopen_self=yes
9858     ;;
9859
9860   mingw* | pw32* | cegcc*)
9861     lt_cv_dlopen="LoadLibrary"
9862     lt_cv_dlopen_libs=
9863     ;;
9864
9865   cygwin*)
9866     lt_cv_dlopen="dlopen"
9867     lt_cv_dlopen_libs=
9868     ;;
9869
9870   darwin*)
9871   # if libdl is installed we need to link against it
9872     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
9873 $as_echo_n "checking for dlopen in -ldl... " >&6; }
9874 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
9875   $as_echo_n "(cached) " >&6
9876 else
9877   ac_check_lib_save_LIBS=$LIBS
9878 LIBS="-ldl  $LIBS"
9879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9880 /* end confdefs.h.  */
9881
9882 /* Override any GCC internal prototype to avoid an error.
9883    Use char because int might match the return type of a GCC
9884    builtin and then its argument prototype would still apply.  */
9885 #ifdef __cplusplus
9886 extern "C"
9887 #endif
9888 char dlopen ();
9889 int
9890 main ()
9891 {
9892 return dlopen ();
9893   ;
9894   return 0;
9895 }
9896 _ACEOF
9897 if ac_fn_c_try_link "$LINENO"; then :
9898   ac_cv_lib_dl_dlopen=yes
9899 else
9900   ac_cv_lib_dl_dlopen=no
9901 fi
9902 rm -f core conftest.err conftest.$ac_objext \
9903     conftest$ac_exeext conftest.$ac_ext
9904 LIBS=$ac_check_lib_save_LIBS
9905 fi
9906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
9907 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
9908 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
9909   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
9910 else
9911
9912     lt_cv_dlopen="dyld"
9913     lt_cv_dlopen_libs=
9914     lt_cv_dlopen_self=yes
9915
9916 fi
9917
9918     ;;
9919
9920   *)
9921     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
9922 if test "x$ac_cv_func_shl_load" = x""yes; then :
9923   lt_cv_dlopen="shl_load"
9924 else
9925   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
9926 $as_echo_n "checking for shl_load in -ldld... " >&6; }
9927 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
9928   $as_echo_n "(cached) " >&6
9929 else
9930   ac_check_lib_save_LIBS=$LIBS
9931 LIBS="-ldld  $LIBS"
9932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9933 /* end confdefs.h.  */
9934
9935 /* Override any GCC internal prototype to avoid an error.
9936    Use char because int might match the return type of a GCC
9937    builtin and then its argument prototype would still apply.  */
9938 #ifdef __cplusplus
9939 extern "C"
9940 #endif
9941 char shl_load ();
9942 int
9943 main ()
9944 {
9945 return shl_load ();
9946   ;
9947   return 0;
9948 }
9949 _ACEOF
9950 if ac_fn_c_try_link "$LINENO"; then :
9951   ac_cv_lib_dld_shl_load=yes
9952 else
9953   ac_cv_lib_dld_shl_load=no
9954 fi
9955 rm -f core conftest.err conftest.$ac_objext \
9956     conftest$ac_exeext conftest.$ac_ext
9957 LIBS=$ac_check_lib_save_LIBS
9958 fi
9959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
9960 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
9961 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
9962   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
9963 else
9964   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
9965 if test "x$ac_cv_func_dlopen" = x""yes; then :
9966   lt_cv_dlopen="dlopen"
9967 else
9968   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
9969 $as_echo_n "checking for dlopen in -ldl... " >&6; }
9970 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
9971   $as_echo_n "(cached) " >&6
9972 else
9973   ac_check_lib_save_LIBS=$LIBS
9974 LIBS="-ldl  $LIBS"
9975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9976 /* end confdefs.h.  */
9977
9978 /* Override any GCC internal prototype to avoid an error.
9979    Use char because int might match the return type of a GCC
9980    builtin and then its argument prototype would still apply.  */
9981 #ifdef __cplusplus
9982 extern "C"
9983 #endif
9984 char dlopen ();
9985 int
9986 main ()
9987 {
9988 return dlopen ();
9989   ;
9990   return 0;
9991 }
9992 _ACEOF
9993 if ac_fn_c_try_link "$LINENO"; then :
9994   ac_cv_lib_dl_dlopen=yes
9995 else
9996   ac_cv_lib_dl_dlopen=no
9997 fi
9998 rm -f core conftest.err conftest.$ac_objext \
9999     conftest$ac_exeext conftest.$ac_ext
10000 LIBS=$ac_check_lib_save_LIBS
10001 fi
10002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10003 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10004 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10005   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10006 else
10007   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10008 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10009 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10010   $as_echo_n "(cached) " >&6
10011 else
10012   ac_check_lib_save_LIBS=$LIBS
10013 LIBS="-lsvld  $LIBS"
10014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10015 /* end confdefs.h.  */
10016
10017 /* Override any GCC internal prototype to avoid an error.
10018    Use char because int might match the return type of a GCC
10019    builtin and then its argument prototype would still apply.  */
10020 #ifdef __cplusplus
10021 extern "C"
10022 #endif
10023 char dlopen ();
10024 int
10025 main ()
10026 {
10027 return dlopen ();
10028   ;
10029   return 0;
10030 }
10031 _ACEOF
10032 if ac_fn_c_try_link "$LINENO"; then :
10033   ac_cv_lib_svld_dlopen=yes
10034 else
10035   ac_cv_lib_svld_dlopen=no
10036 fi
10037 rm -f core conftest.err conftest.$ac_objext \
10038     conftest$ac_exeext conftest.$ac_ext
10039 LIBS=$ac_check_lib_save_LIBS
10040 fi
10041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10042 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10043 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10044   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10045 else
10046   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10047 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10048 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10049   $as_echo_n "(cached) " >&6
10050 else
10051   ac_check_lib_save_LIBS=$LIBS
10052 LIBS="-ldld  $LIBS"
10053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10054 /* end confdefs.h.  */
10055
10056 /* Override any GCC internal prototype to avoid an error.
10057    Use char because int might match the return type of a GCC
10058    builtin and then its argument prototype would still apply.  */
10059 #ifdef __cplusplus
10060 extern "C"
10061 #endif
10062 char dld_link ();
10063 int
10064 main ()
10065 {
10066 return dld_link ();
10067   ;
10068   return 0;
10069 }
10070 _ACEOF
10071 if ac_fn_c_try_link "$LINENO"; then :
10072   ac_cv_lib_dld_dld_link=yes
10073 else
10074   ac_cv_lib_dld_dld_link=no
10075 fi
10076 rm -f core conftest.err conftest.$ac_objext \
10077     conftest$ac_exeext conftest.$ac_ext
10078 LIBS=$ac_check_lib_save_LIBS
10079 fi
10080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10081 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10082 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10083   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10084 fi
10085
10086
10087 fi
10088
10089
10090 fi
10091
10092
10093 fi
10094
10095
10096 fi
10097
10098
10099 fi
10100
10101     ;;
10102   esac
10103
10104   if test "x$lt_cv_dlopen" != xno; then
10105     enable_dlopen=yes
10106   else
10107     enable_dlopen=no
10108   fi
10109
10110   case $lt_cv_dlopen in
10111   dlopen)
10112     save_CPPFLAGS="$CPPFLAGS"
10113     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10114
10115     save_LDFLAGS="$LDFLAGS"
10116     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10117
10118     save_LIBS="$LIBS"
10119     LIBS="$lt_cv_dlopen_libs $LIBS"
10120
10121     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10122 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10123 if test "${lt_cv_dlopen_self+set}" = set; then :
10124   $as_echo_n "(cached) " >&6
10125 else
10126           if test "$cross_compiling" = yes; then :
10127   lt_cv_dlopen_self=cross
10128 else
10129   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10130   lt_status=$lt_dlunknown
10131   cat > conftest.$ac_ext <<_LT_EOF
10132 #line 10132 "configure"
10133 #include "confdefs.h"
10134
10135 #if HAVE_DLFCN_H
10136 #include <dlfcn.h>
10137 #endif
10138
10139 #include <stdio.h>
10140
10141 #ifdef RTLD_GLOBAL
10142 #  define LT_DLGLOBAL           RTLD_GLOBAL
10143 #else
10144 #  ifdef DL_GLOBAL
10145 #    define LT_DLGLOBAL         DL_GLOBAL
10146 #  else
10147 #    define LT_DLGLOBAL         0
10148 #  endif
10149 #endif
10150
10151 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10152    find out it does not work in some platform. */
10153 #ifndef LT_DLLAZY_OR_NOW
10154 #  ifdef RTLD_LAZY
10155 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10156 #  else
10157 #    ifdef DL_LAZY
10158 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10159 #    else
10160 #      ifdef RTLD_NOW
10161 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10162 #      else
10163 #        ifdef DL_NOW
10164 #          define LT_DLLAZY_OR_NOW      DL_NOW
10165 #        else
10166 #          define LT_DLLAZY_OR_NOW      0
10167 #        endif
10168 #      endif
10169 #    endif
10170 #  endif
10171 #endif
10172
10173 void fnord() { int i=42;}
10174 int main ()
10175 {
10176   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10177   int status = $lt_dlunknown;
10178
10179   if (self)
10180     {
10181       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10182       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10183       /* dlclose (self); */
10184     }
10185   else
10186     puts (dlerror ());
10187
10188   return status;
10189 }
10190 _LT_EOF
10191   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10192   (eval $ac_link) 2>&5
10193   ac_status=$?
10194   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10195   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10196     (./conftest; exit; ) >&5 2>/dev/null
10197     lt_status=$?
10198     case x$lt_status in
10199       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10200       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10201       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10202     esac
10203   else :
10204     # compilation failed
10205     lt_cv_dlopen_self=no
10206   fi
10207 fi
10208 rm -fr conftest*
10209
10210
10211 fi
10212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10213 $as_echo "$lt_cv_dlopen_self" >&6; }
10214
10215     if test "x$lt_cv_dlopen_self" = xyes; then
10216       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10217       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10218 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10219 if test "${lt_cv_dlopen_self_static+set}" = set; then :
10220   $as_echo_n "(cached) " >&6
10221 else
10222           if test "$cross_compiling" = yes; then :
10223   lt_cv_dlopen_self_static=cross
10224 else
10225   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10226   lt_status=$lt_dlunknown
10227   cat > conftest.$ac_ext <<_LT_EOF
10228 #line 10228 "configure"
10229 #include "confdefs.h"
10230
10231 #if HAVE_DLFCN_H
10232 #include <dlfcn.h>
10233 #endif
10234
10235 #include <stdio.h>
10236
10237 #ifdef RTLD_GLOBAL
10238 #  define LT_DLGLOBAL           RTLD_GLOBAL
10239 #else
10240 #  ifdef DL_GLOBAL
10241 #    define LT_DLGLOBAL         DL_GLOBAL
10242 #  else
10243 #    define LT_DLGLOBAL         0
10244 #  endif
10245 #endif
10246
10247 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10248    find out it does not work in some platform. */
10249 #ifndef LT_DLLAZY_OR_NOW
10250 #  ifdef RTLD_LAZY
10251 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10252 #  else
10253 #    ifdef DL_LAZY
10254 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10255 #    else
10256 #      ifdef RTLD_NOW
10257 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10258 #      else
10259 #        ifdef DL_NOW
10260 #          define LT_DLLAZY_OR_NOW      DL_NOW
10261 #        else
10262 #          define LT_DLLAZY_OR_NOW      0
10263 #        endif
10264 #      endif
10265 #    endif
10266 #  endif
10267 #endif
10268
10269 void fnord() { int i=42;}
10270 int main ()
10271 {
10272   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10273   int status = $lt_dlunknown;
10274
10275   if (self)
10276     {
10277       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10278       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10279       /* dlclose (self); */
10280     }
10281   else
10282     puts (dlerror ());
10283
10284   return status;
10285 }
10286 _LT_EOF
10287   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10288   (eval $ac_link) 2>&5
10289   ac_status=$?
10290   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10291   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10292     (./conftest; exit; ) >&5 2>/dev/null
10293     lt_status=$?
10294     case x$lt_status in
10295       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10296       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10297       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10298     esac
10299   else :
10300     # compilation failed
10301     lt_cv_dlopen_self_static=no
10302   fi
10303 fi
10304 rm -fr conftest*
10305
10306
10307 fi
10308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10309 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10310     fi
10311
10312     CPPFLAGS="$save_CPPFLAGS"
10313     LDFLAGS="$save_LDFLAGS"
10314     LIBS="$save_LIBS"
10315     ;;
10316   esac
10317
10318   case $lt_cv_dlopen_self in
10319   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10320   *) enable_dlopen_self=unknown ;;
10321   esac
10322
10323   case $lt_cv_dlopen_self_static in
10324   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10325   *) enable_dlopen_self_static=unknown ;;
10326   esac
10327 fi
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345 striplib=
10346 old_striplib=
10347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10348 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10349 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10350   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10351   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10352   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10353 $as_echo "yes" >&6; }
10354 else
10355 # FIXME - insert some real tests, host_os isn't really good enough
10356   case $host_os in
10357   darwin*)
10358     if test -n "$STRIP" ; then
10359       striplib="$STRIP -x"
10360       old_striplib="$STRIP -S"
10361       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10362 $as_echo "yes" >&6; }
10363     else
10364       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10365 $as_echo "no" >&6; }
10366     fi
10367     ;;
10368   *)
10369     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10370 $as_echo "no" >&6; }
10371     ;;
10372   esac
10373 fi
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386   # Report which library types will actually be built
10387   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10388 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10389   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10390 $as_echo "$can_build_shared" >&6; }
10391
10392   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10393 $as_echo_n "checking whether to build shared libraries... " >&6; }
10394   test "$can_build_shared" = "no" && enable_shared=no
10395
10396   # On AIX, shared libraries and static libraries use the same namespace, and
10397   # are all built from PIC.
10398   case $host_os in
10399   aix3*)
10400     test "$enable_shared" = yes && enable_static=no
10401     if test -n "$RANLIB"; then
10402       archive_cmds="$archive_cmds~\$RANLIB \$lib"
10403       postinstall_cmds='$RANLIB $lib'
10404     fi
10405     ;;
10406
10407   aix[4-9]*)
10408     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10409       test "$enable_shared" = yes && enable_static=no
10410     fi
10411     ;;
10412   esac
10413   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10414 $as_echo "$enable_shared" >&6; }
10415
10416   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10417 $as_echo_n "checking whether to build static libraries... " >&6; }
10418   # Make sure either enable_shared or enable_static is yes.
10419   test "$enable_shared" = yes || enable_static=yes
10420   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10421 $as_echo "$enable_static" >&6; }
10422
10423
10424
10425
10426 fi
10427 ac_ext=c
10428 ac_cpp='$CPP $CPPFLAGS'
10429 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10430 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10431 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10432
10433 CC="$lt_save_CC"
10434
10435
10436
10437
10438
10439
10440
10441
10442
10443
10444
10445
10446
10447         ac_config_commands="$ac_config_commands libtool"
10448
10449
10450
10451
10452 # Only expand once:
10453
10454
10455
10456 # Checks for libraries.
10457 # FIXME: Replace `main' with a function in `-liniparser':
10458 # AC_CHECK_LIB([iniparser], [main])
10459 # FIXME: Replace `main' with a function in `-ljpeg':
10460 # AC_CHECK_LIB([jpeg], [main])
10461 # FIXME: Replace `main' with a function in `-lrt':
10462 # AC_CHECK_LIB([rt], [main])
10463
10464 # Checks for header files.
10465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
10466 $as_echo_n "checking for ANSI C header files... " >&6; }
10467 if test "${ac_cv_header_stdc+set}" = set; then :
10468   $as_echo_n "(cached) " >&6
10469 else
10470   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10471 /* end confdefs.h.  */
10472 #include <stdlib.h>
10473 #include <stdarg.h>
10474 #include <string.h>
10475 #include <float.h>
10476
10477 int
10478 main ()
10479 {
10480
10481   ;
10482   return 0;
10483 }
10484 _ACEOF
10485 if ac_fn_c_try_compile "$LINENO"; then :
10486   ac_cv_header_stdc=yes
10487 else
10488   ac_cv_header_stdc=no
10489 fi
10490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10491
10492 if test $ac_cv_header_stdc = yes; then
10493   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
10494   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10495 /* end confdefs.h.  */
10496 #include <string.h>
10497
10498 _ACEOF
10499 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10500   $EGREP "memchr" >/dev/null 2>&1; then :
10501
10502 else
10503   ac_cv_header_stdc=no
10504 fi
10505 rm -f conftest*
10506
10507 fi
10508
10509 if test $ac_cv_header_stdc = yes; then
10510   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
10511   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10512 /* end confdefs.h.  */
10513 #include <stdlib.h>
10514
10515 _ACEOF
10516 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10517   $EGREP "free" >/dev/null 2>&1; then :
10518
10519 else
10520   ac_cv_header_stdc=no
10521 fi
10522 rm -f conftest*
10523
10524 fi
10525
10526 if test $ac_cv_header_stdc = yes; then
10527   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
10528   if test "$cross_compiling" = yes; then :
10529   :
10530 else
10531   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10532 /* end confdefs.h.  */
10533 #include <ctype.h>
10534 #include <stdlib.h>
10535 #if ((' ' & 0x0FF) == 0x020)
10536 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
10537 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
10538 #else
10539 # define ISLOWER(c) \
10540                    (('a' <= (c) && (c) <= 'i') \
10541                      || ('j' <= (c) && (c) <= 'r') \
10542                      || ('s' <= (c) && (c) <= 'z'))
10543 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
10544 #endif
10545
10546 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
10547 int
10548 main ()
10549 {
10550   int i;
10551   for (i = 0; i < 256; i++)
10552     if (XOR (islower (i), ISLOWER (i))
10553         || toupper (i) != TOUPPER (i))
10554       return 2;
10555   return 0;
10556 }
10557 _ACEOF
10558 if ac_fn_c_try_run "$LINENO"; then :
10559
10560 else
10561   ac_cv_header_stdc=no
10562 fi
10563 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10564   conftest.$ac_objext conftest.beam conftest.$ac_ext
10565 fi
10566
10567 fi
10568 fi
10569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
10570 $as_echo "$ac_cv_header_stdc" >&6; }
10571 if test $ac_cv_header_stdc = yes; then
10572
10573 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
10574
10575 fi
10576
10577 for ac_header in fcntl.h memory.h stdlib.h string.h unistd.h
10578 do :
10579   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10580 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10581 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10582   cat >>confdefs.h <<_ACEOF
10583 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10584 _ACEOF
10585
10586 fi
10587
10588 done
10589
10590
10591 # Checks for typedefs, structures, and compiler characteristics.
10592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
10593 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
10594 if test "${ac_cv_struct_tm+set}" = set; then :
10595   $as_echo_n "(cached) " >&6
10596 else
10597   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10598 /* end confdefs.h.  */
10599 #include <sys/types.h>
10600 #include <time.h>
10601
10602 int
10603 main ()
10604 {
10605 struct tm tm;
10606                                      int *p = &tm.tm_sec;
10607                                      return !p;
10608   ;
10609   return 0;
10610 }
10611 _ACEOF
10612 if ac_fn_c_try_compile "$LINENO"; then :
10613   ac_cv_struct_tm=time.h
10614 else
10615   ac_cv_struct_tm=sys/time.h
10616 fi
10617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10618 fi
10619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
10620 $as_echo "$ac_cv_struct_tm" >&6; }
10621 if test $ac_cv_struct_tm = sys/time.h; then
10622
10623 $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
10624
10625 fi
10626
10627
10628 # Checks for library functions.
10629 for ac_header in stdlib.h
10630 do :
10631   ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
10632 if test "x$ac_cv_header_stdlib_h" = x""yes; then :
10633   cat >>confdefs.h <<_ACEOF
10634 #define HAVE_STDLIB_H 1
10635 _ACEOF
10636
10637 fi
10638
10639 done
10640
10641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
10642 $as_echo_n "checking for GNU libc compatible malloc... " >&6; }
10643 if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then :
10644   $as_echo_n "(cached) " >&6
10645 else
10646   if test "$cross_compiling" = yes; then :
10647   ac_cv_func_malloc_0_nonnull=no
10648 else
10649   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10650 /* end confdefs.h.  */
10651 #if defined STDC_HEADERS || defined HAVE_STDLIB_H
10652 # include <stdlib.h>
10653 #else
10654 char *malloc ();
10655 #endif
10656
10657 int
10658 main ()
10659 {
10660 return ! malloc (0);
10661   ;
10662   return 0;
10663 }
10664 _ACEOF
10665 if ac_fn_c_try_run "$LINENO"; then :
10666   ac_cv_func_malloc_0_nonnull=yes
10667 else
10668   ac_cv_func_malloc_0_nonnull=no
10669 fi
10670 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10671   conftest.$ac_objext conftest.beam conftest.$ac_ext
10672 fi
10673
10674 fi
10675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
10676 $as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
10677 if test $ac_cv_func_malloc_0_nonnull = yes; then :
10678
10679 $as_echo "#define HAVE_MALLOC 1" >>confdefs.h
10680
10681 else
10682   $as_echo "#define HAVE_MALLOC 0" >>confdefs.h
10683
10684    case " $LIBOBJS " in
10685   *" malloc.$ac_objext "* ) ;;
10686   *) LIBOBJS="$LIBOBJS malloc.$ac_objext"
10687  ;;
10688 esac
10689
10690
10691 $as_echo "#define malloc rpl_malloc" >>confdefs.h
10692
10693 fi
10694
10695
10696 for ac_func in memset strdup
10697 do :
10698   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10699 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10700 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
10701   cat >>confdefs.h <<_ACEOF
10702 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10703 _ACEOF
10704
10705 fi
10706 done
10707
10708
10709
10710
10711
10712
10713
10714
10715 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
10716         if test -n "$ac_tool_prefix"; then
10717   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
10718 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
10719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10720 $as_echo_n "checking for $ac_word... " >&6; }
10721 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
10722   $as_echo_n "(cached) " >&6
10723 else
10724   case $PKG_CONFIG in
10725   [\\/]* | ?:[\\/]*)
10726   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
10727   ;;
10728   *)
10729   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10730 for as_dir in $PATH
10731 do
10732   IFS=$as_save_IFS
10733   test -z "$as_dir" && as_dir=.
10734     for ac_exec_ext in '' $ac_executable_extensions; do
10735   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10736     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10737     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10738     break 2
10739   fi
10740 done
10741   done
10742 IFS=$as_save_IFS
10743
10744   ;;
10745 esac
10746 fi
10747 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
10748 if test -n "$PKG_CONFIG"; then
10749   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
10750 $as_echo "$PKG_CONFIG" >&6; }
10751 else
10752   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10753 $as_echo "no" >&6; }
10754 fi
10755
10756
10757 fi
10758 if test -z "$ac_cv_path_PKG_CONFIG"; then
10759   ac_pt_PKG_CONFIG=$PKG_CONFIG
10760   # Extract the first word of "pkg-config", so it can be a program name with args.
10761 set dummy pkg-config; ac_word=$2
10762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10763 $as_echo_n "checking for $ac_word... " >&6; }
10764 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
10765   $as_echo_n "(cached) " >&6
10766 else
10767   case $ac_pt_PKG_CONFIG in
10768   [\\/]* | ?:[\\/]*)
10769   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
10770   ;;
10771   *)
10772   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10773 for as_dir in $PATH
10774 do
10775   IFS=$as_save_IFS
10776   test -z "$as_dir" && as_dir=.
10777     for ac_exec_ext in '' $ac_executable_extensions; do
10778   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10779     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10780     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10781     break 2
10782   fi
10783 done
10784   done
10785 IFS=$as_save_IFS
10786
10787   ;;
10788 esac
10789 fi
10790 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
10791 if test -n "$ac_pt_PKG_CONFIG"; then
10792   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
10793 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
10794 else
10795   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10796 $as_echo "no" >&6; }
10797 fi
10798
10799   if test "x$ac_pt_PKG_CONFIG" = x; then
10800     PKG_CONFIG=""
10801   else
10802     case $cross_compiling:$ac_tool_warned in
10803 yes:)
10804 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10805 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10806 ac_tool_warned=yes ;;
10807 esac
10808     PKG_CONFIG=$ac_pt_PKG_CONFIG
10809   fi
10810 else
10811   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
10812 fi
10813
10814 fi
10815 if test -n "$PKG_CONFIG"; then
10816         _pkg_min_version=0.9.0
10817         { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
10818 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
10819         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
10820                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10821 $as_echo "yes" >&6; }
10822         else
10823                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10824 $as_echo "no" >&6; }
10825                 PKG_CONFIG=""
10826         fi
10827 fi
10828
10829 pkg_failed=no
10830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MMCOMMON" >&5
10831 $as_echo_n "checking for MMCOMMON... " >&6; }
10832
10833 if test -n "$MMCOMMON_CFLAGS"; then
10834     pkg_cv_MMCOMMON_CFLAGS="$MMCOMMON_CFLAGS"
10835  elif test -n "$PKG_CONFIG"; then
10836     if test -n "$PKG_CONFIG" && \
10837     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mm-common\""; } >&5
10838   ($PKG_CONFIG --exists --print-errors "mm-common") 2>&5
10839   ac_status=$?
10840   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10841   test $ac_status = 0; }; then
10842   pkg_cv_MMCOMMON_CFLAGS=`$PKG_CONFIG --cflags "mm-common" 2>/dev/null`
10843 else
10844   pkg_failed=yes
10845 fi
10846  else
10847     pkg_failed=untried
10848 fi
10849 if test -n "$MMCOMMON_LIBS"; then
10850     pkg_cv_MMCOMMON_LIBS="$MMCOMMON_LIBS"
10851  elif test -n "$PKG_CONFIG"; then
10852     if test -n "$PKG_CONFIG" && \
10853     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mm-common\""; } >&5
10854   ($PKG_CONFIG --exists --print-errors "mm-common") 2>&5
10855   ac_status=$?
10856   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10857   test $ac_status = 0; }; then
10858   pkg_cv_MMCOMMON_LIBS=`$PKG_CONFIG --libs "mm-common" 2>/dev/null`
10859 else
10860   pkg_failed=yes
10861 fi
10862  else
10863     pkg_failed=untried
10864 fi
10865
10866
10867
10868 if test $pkg_failed = yes; then
10869         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10870 $as_echo "no" >&6; }
10871
10872 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
10873         _pkg_short_errors_supported=yes
10874 else
10875         _pkg_short_errors_supported=no
10876 fi
10877         if test $_pkg_short_errors_supported = yes; then
10878                 MMCOMMON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "mm-common" 2>&1`
10879         else
10880                 MMCOMMON_PKG_ERRORS=`$PKG_CONFIG --print-errors "mm-common" 2>&1`
10881         fi
10882         # Put the nasty error message in config.log where it belongs
10883         echo "$MMCOMMON_PKG_ERRORS" >&5
10884
10885         as_fn_error $? "Package requirements (mm-common) were not met:
10886
10887 $MMCOMMON_PKG_ERRORS
10888
10889 Consider adjusting the PKG_CONFIG_PATH environment variable if you
10890 installed software in a non-standard prefix.
10891
10892 Alternatively, you may set the environment variables MMCOMMON_CFLAGS
10893 and MMCOMMON_LIBS to avoid the need to call pkg-config.
10894 See the pkg-config man page for more details." "$LINENO" 5
10895 elif test $pkg_failed = untried; then
10896         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10897 $as_echo "no" >&6; }
10898         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10899 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10900 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
10901 is in your PATH or set the PKG_CONFIG environment variable to the full
10902 path to pkg-config.
10903
10904 Alternatively, you may set the environment variables MMCOMMON_CFLAGS
10905 and MMCOMMON_LIBS to avoid the need to call pkg-config.
10906 See the pkg-config man page for more details.
10907
10908 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
10909 See \`config.log' for more details" "$LINENO" 5 ; }
10910 else
10911         MMCOMMON_CFLAGS=$pkg_cv_MMCOMMON_CFLAGS
10912         MMCOMMON_LIBS=$pkg_cv_MMCOMMON_LIBS
10913         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10914 $as_echo "yes" >&6; }
10915
10916 fi
10917
10918
10919
10920
10921 pkg_failed=no
10922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MMLOG" >&5
10923 $as_echo_n "checking for MMLOG... " >&6; }
10924
10925 if test -n "$MMLOG_CFLAGS"; then
10926     pkg_cv_MMLOG_CFLAGS="$MMLOG_CFLAGS"
10927  elif test -n "$PKG_CONFIG"; then
10928     if test -n "$PKG_CONFIG" && \
10929     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mm-log\""; } >&5
10930   ($PKG_CONFIG --exists --print-errors "mm-log") 2>&5
10931   ac_status=$?
10932   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10933   test $ac_status = 0; }; then
10934   pkg_cv_MMLOG_CFLAGS=`$PKG_CONFIG --cflags "mm-log" 2>/dev/null`
10935 else
10936   pkg_failed=yes
10937 fi
10938  else
10939     pkg_failed=untried
10940 fi
10941 if test -n "$MMLOG_LIBS"; then
10942     pkg_cv_MMLOG_LIBS="$MMLOG_LIBS"
10943  elif test -n "$PKG_CONFIG"; then
10944     if test -n "$PKG_CONFIG" && \
10945     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mm-log\""; } >&5
10946   ($PKG_CONFIG --exists --print-errors "mm-log") 2>&5
10947   ac_status=$?
10948   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10949   test $ac_status = 0; }; then
10950   pkg_cv_MMLOG_LIBS=`$PKG_CONFIG --libs "mm-log" 2>/dev/null`
10951 else
10952   pkg_failed=yes
10953 fi
10954  else
10955     pkg_failed=untried
10956 fi
10957
10958
10959
10960 if test $pkg_failed = yes; then
10961         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10962 $as_echo "no" >&6; }
10963
10964 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
10965         _pkg_short_errors_supported=yes
10966 else
10967         _pkg_short_errors_supported=no
10968 fi
10969         if test $_pkg_short_errors_supported = yes; then
10970                 MMLOG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "mm-log" 2>&1`
10971         else
10972                 MMLOG_PKG_ERRORS=`$PKG_CONFIG --print-errors "mm-log" 2>&1`
10973         fi
10974         # Put the nasty error message in config.log where it belongs
10975         echo "$MMLOG_PKG_ERRORS" >&5
10976
10977         as_fn_error $? "Package requirements (mm-log) were not met:
10978
10979 $MMLOG_PKG_ERRORS
10980
10981 Consider adjusting the PKG_CONFIG_PATH environment variable if you
10982 installed software in a non-standard prefix.
10983
10984 Alternatively, you may set the environment variables MMLOG_CFLAGS
10985 and MMLOG_LIBS to avoid the need to call pkg-config.
10986 See the pkg-config man page for more details." "$LINENO" 5
10987 elif test $pkg_failed = untried; then
10988         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10989 $as_echo "no" >&6; }
10990         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10991 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10992 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
10993 is in your PATH or set the PKG_CONFIG environment variable to the full
10994 path to pkg-config.
10995
10996 Alternatively, you may set the environment variables MMLOG_CFLAGS
10997 and MMLOG_LIBS to avoid the need to call pkg-config.
10998 See the pkg-config man page for more details.
10999
11000 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11001 See \`config.log' for more details" "$LINENO" 5 ; }
11002 else
11003         MMLOG_CFLAGS=$pkg_cv_MMLOG_CFLAGS
11004         MMLOG_LIBS=$pkg_cv_MMLOG_LIBS
11005         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11006 $as_echo "yes" >&6; }
11007
11008 fi
11009
11010
11011
11012
11013 pkg_failed=no
11014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MMTA" >&5
11015 $as_echo_n "checking for MMTA... " >&6; }
11016
11017 if test -n "$MMTA_CFLAGS"; then
11018     pkg_cv_MMTA_CFLAGS="$MMTA_CFLAGS"
11019  elif test -n "$PKG_CONFIG"; then
11020     if test -n "$PKG_CONFIG" && \
11021     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mm-ta\""; } >&5
11022   ($PKG_CONFIG --exists --print-errors "mm-ta") 2>&5
11023   ac_status=$?
11024   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11025   test $ac_status = 0; }; then
11026   pkg_cv_MMTA_CFLAGS=`$PKG_CONFIG --cflags "mm-ta" 2>/dev/null`
11027 else
11028   pkg_failed=yes
11029 fi
11030  else
11031     pkg_failed=untried
11032 fi
11033 if test -n "$MMTA_LIBS"; then
11034     pkg_cv_MMTA_LIBS="$MMTA_LIBS"
11035  elif test -n "$PKG_CONFIG"; then
11036     if test -n "$PKG_CONFIG" && \
11037     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mm-ta\""; } >&5
11038   ($PKG_CONFIG --exists --print-errors "mm-ta") 2>&5
11039   ac_status=$?
11040   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11041   test $ac_status = 0; }; then
11042   pkg_cv_MMTA_LIBS=`$PKG_CONFIG --libs "mm-ta" 2>/dev/null`
11043 else
11044   pkg_failed=yes
11045 fi
11046  else
11047     pkg_failed=untried
11048 fi
11049
11050
11051
11052 if test $pkg_failed = yes; then
11053         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11054 $as_echo "no" >&6; }
11055
11056 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11057         _pkg_short_errors_supported=yes
11058 else
11059         _pkg_short_errors_supported=no
11060 fi
11061         if test $_pkg_short_errors_supported = yes; then
11062                 MMTA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "mm-ta" 2>&1`
11063         else
11064                 MMTA_PKG_ERRORS=`$PKG_CONFIG --print-errors "mm-ta" 2>&1`
11065         fi
11066         # Put the nasty error message in config.log where it belongs
11067         echo "$MMTA_PKG_ERRORS" >&5
11068
11069         as_fn_error $? "Package requirements (mm-ta) were not met:
11070
11071 $MMTA_PKG_ERRORS
11072
11073 Consider adjusting the PKG_CONFIG_PATH environment variable if you
11074 installed software in a non-standard prefix.
11075
11076 Alternatively, you may set the environment variables MMTA_CFLAGS
11077 and MMTA_LIBS to avoid the need to call pkg-config.
11078 See the pkg-config man page for more details." "$LINENO" 5
11079 elif test $pkg_failed = untried; then
11080         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11081 $as_echo "no" >&6; }
11082         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11083 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11084 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
11085 is in your PATH or set the PKG_CONFIG environment variable to the full
11086 path to pkg-config.
11087
11088 Alternatively, you may set the environment variables MMTA_CFLAGS
11089 and MMTA_LIBS to avoid the need to call pkg-config.
11090 See the pkg-config man page for more details.
11091
11092 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11093 See \`config.log' for more details" "$LINENO" 5 ; }
11094 else
11095         MMTA_CFLAGS=$pkg_cv_MMTA_CFLAGS
11096         MMTA_LIBS=$pkg_cv_MMTA_LIBS
11097         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11098 $as_echo "yes" >&6; }
11099
11100 fi
11101
11102
11103
11104
11105 pkg_failed=no
11106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB" >&5
11107 $as_echo_n "checking for GLIB... " >&6; }
11108
11109 if test -n "$GLIB_CFLAGS"; then
11110     pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS"
11111  elif test -n "$PKG_CONFIG"; then
11112     if test -n "$PKG_CONFIG" && \
11113     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5
11114   ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
11115   ac_status=$?
11116   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11117   test $ac_status = 0; }; then
11118   pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null`
11119 else
11120   pkg_failed=yes
11121 fi
11122  else
11123     pkg_failed=untried
11124 fi
11125 if test -n "$GLIB_LIBS"; then
11126     pkg_cv_GLIB_LIBS="$GLIB_LIBS"
11127  elif test -n "$PKG_CONFIG"; then
11128     if test -n "$PKG_CONFIG" && \
11129     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5
11130   ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
11131   ac_status=$?
11132   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11133   test $ac_status = 0; }; then
11134   pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null`
11135 else
11136   pkg_failed=yes
11137 fi
11138  else
11139     pkg_failed=untried
11140 fi
11141
11142
11143
11144 if test $pkg_failed = yes; then
11145         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11146 $as_echo "no" >&6; }
11147
11148 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11149         _pkg_short_errors_supported=yes
11150 else
11151         _pkg_short_errors_supported=no
11152 fi
11153         if test $_pkg_short_errors_supported = yes; then
11154                 GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0" 2>&1`
11155         else
11156                 GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0" 2>&1`
11157         fi
11158         # Put the nasty error message in config.log where it belongs
11159         echo "$GLIB_PKG_ERRORS" >&5
11160
11161         as_fn_error $? "Package requirements (glib-2.0) were not met:
11162
11163 $GLIB_PKG_ERRORS
11164
11165 Consider adjusting the PKG_CONFIG_PATH environment variable if you
11166 installed software in a non-standard prefix.
11167
11168 Alternatively, you may set the environment variables GLIB_CFLAGS
11169 and GLIB_LIBS to avoid the need to call pkg-config.
11170 See the pkg-config man page for more details." "$LINENO" 5
11171 elif test $pkg_failed = untried; then
11172         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11173 $as_echo "no" >&6; }
11174         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11175 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11176 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
11177 is in your PATH or set the PKG_CONFIG environment variable to the full
11178 path to pkg-config.
11179
11180 Alternatively, you may set the environment variables GLIB_CFLAGS
11181 and GLIB_LIBS to avoid the need to call pkg-config.
11182 See the pkg-config man page for more details.
11183
11184 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11185 See \`config.log' for more details" "$LINENO" 5 ; }
11186 else
11187         GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS
11188         GLIB_LIBS=$pkg_cv_GLIB_LIBS
11189         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11190 $as_echo "yes" >&6; }
11191
11192 fi
11193
11194
11195
11196
11197 pkg_failed=no
11198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GMODULE" >&5
11199 $as_echo_n "checking for GMODULE... " >&6; }
11200
11201 if test -n "$GMODULE_CFLAGS"; then
11202     pkg_cv_GMODULE_CFLAGS="$GMODULE_CFLAGS"
11203  elif test -n "$PKG_CONFIG"; then
11204     if test -n "$PKG_CONFIG" && \
11205     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gmodule-2.0\""; } >&5
11206   ($PKG_CONFIG --exists --print-errors "gmodule-2.0") 2>&5
11207   ac_status=$?
11208   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11209   test $ac_status = 0; }; then
11210   pkg_cv_GMODULE_CFLAGS=`$PKG_CONFIG --cflags "gmodule-2.0" 2>/dev/null`
11211 else
11212   pkg_failed=yes
11213 fi
11214  else
11215     pkg_failed=untried
11216 fi
11217 if test -n "$GMODULE_LIBS"; then
11218     pkg_cv_GMODULE_LIBS="$GMODULE_LIBS"
11219  elif test -n "$PKG_CONFIG"; then
11220     if test -n "$PKG_CONFIG" && \
11221     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gmodule-2.0\""; } >&5
11222   ($PKG_CONFIG --exists --print-errors "gmodule-2.0") 2>&5
11223   ac_status=$?
11224   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11225   test $ac_status = 0; }; then
11226   pkg_cv_GMODULE_LIBS=`$PKG_CONFIG --libs "gmodule-2.0" 2>/dev/null`
11227 else
11228   pkg_failed=yes
11229 fi
11230  else
11231     pkg_failed=untried
11232 fi
11233
11234
11235
11236 if test $pkg_failed = yes; then
11237         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11238 $as_echo "no" >&6; }
11239
11240 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11241         _pkg_short_errors_supported=yes
11242 else
11243         _pkg_short_errors_supported=no
11244 fi
11245         if test $_pkg_short_errors_supported = yes; then
11246                 GMODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gmodule-2.0" 2>&1`
11247         else
11248                 GMODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors "gmodule-2.0" 2>&1`
11249         fi
11250         # Put the nasty error message in config.log where it belongs
11251         echo "$GMODULE_PKG_ERRORS" >&5
11252
11253         as_fn_error $? "Package requirements (gmodule-2.0) were not met:
11254
11255 $GMODULE_PKG_ERRORS
11256
11257 Consider adjusting the PKG_CONFIG_PATH environment variable if you
11258 installed software in a non-standard prefix.
11259
11260 Alternatively, you may set the environment variables GMODULE_CFLAGS
11261 and GMODULE_LIBS to avoid the need to call pkg-config.
11262 See the pkg-config man page for more details." "$LINENO" 5
11263 elif test $pkg_failed = untried; then
11264         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11265 $as_echo "no" >&6; }
11266         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11267 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11268 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
11269 is in your PATH or set the PKG_CONFIG environment variable to the full
11270 path to pkg-config.
11271
11272 Alternatively, you may set the environment variables GMODULE_CFLAGS
11273 and GMODULE_LIBS to avoid the need to call pkg-config.
11274 See the pkg-config man page for more details.
11275
11276 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11277 See \`config.log' for more details" "$LINENO" 5 ; }
11278 else
11279         GMODULE_CFLAGS=$pkg_cv_GMODULE_CFLAGS
11280         GMODULE_LIBS=$pkg_cv_GMODULE_LIBS
11281         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11282 $as_echo "yes" >&6; }
11283
11284 fi
11285
11286
11287
11288 ac_config_files="$ac_config_files Makefile imgp/Makefile imgp/test/Makefile imgp/mmutil-imgp.pc jpeg/Makefile jpeg/test/Makefile jpeg/mmutil-jpeg.pc test/Makefile"
11289
11290 cat >confcache <<\_ACEOF
11291 # This file is a shell script that caches the results of configure
11292 # tests run on this system so they can be shared between configure
11293 # scripts and configure runs, see configure's option --config-cache.
11294 # It is not useful on other systems.  If it contains results you don't
11295 # want to keep, you may remove or edit it.
11296 #
11297 # config.status only pays attention to the cache file if you give it
11298 # the --recheck option to rerun configure.
11299 #
11300 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11301 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11302 # following values.
11303
11304 _ACEOF
11305
11306 # The following way of writing the cache mishandles newlines in values,
11307 # but we know of no workaround that is simple, portable, and efficient.
11308 # So, we kill variables containing newlines.
11309 # Ultrix sh set writes to stderr and can't be redirected directly,
11310 # and sets the high bit in the cache file unless we assign to the vars.
11311 (
11312   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11313     eval ac_val=\$$ac_var
11314     case $ac_val in #(
11315     *${as_nl}*)
11316       case $ac_var in #(
11317       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11318 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11319       esac
11320       case $ac_var in #(
11321       _ | IFS | as_nl) ;; #(
11322       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11323       *) { eval $ac_var=; unset $ac_var;} ;;
11324       esac ;;
11325     esac
11326   done
11327
11328   (set) 2>&1 |
11329     case $as_nl`(ac_space=' '; set) 2>&1` in #(
11330     *${as_nl}ac_space=\ *)
11331       # `set' does not quote correctly, so add quotes: double-quote
11332       # substitution turns \\\\ into \\, and sed turns \\ into \.
11333       sed -n \
11334         "s/'/'\\\\''/g;
11335           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11336       ;; #(
11337     *)
11338       # `set' quotes correctly as required by POSIX, so do not add quotes.
11339       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11340       ;;
11341     esac |
11342     sort
11343 ) |
11344   sed '
11345      /^ac_cv_env_/b end
11346      t clear
11347      :clear
11348      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11349      t end
11350      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11351      :end' >>confcache
11352 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11353   if test -w "$cache_file"; then
11354     test "x$cache_file" != "x/dev/null" &&
11355       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11356 $as_echo "$as_me: updating cache $cache_file" >&6;}
11357     cat confcache >$cache_file
11358   else
11359     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11360 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11361   fi
11362 fi
11363 rm -f confcache
11364
11365 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11366 # Let make expand exec_prefix.
11367 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11368
11369 DEFS=-DHAVE_CONFIG_H
11370
11371 ac_libobjs=
11372 ac_ltlibobjs=
11373 U=
11374 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11375   # 1. Remove the extension, and $U if already installed.
11376   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11377   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11378   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
11379   #    will be set to the directory where LIBOBJS objects are built.
11380   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11381   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11382 done
11383 LIBOBJS=$ac_libobjs
11384
11385 LTLIBOBJS=$ac_ltlibobjs
11386
11387
11388  if test -n "$EXEEXT"; then
11389   am__EXEEXT_TRUE=
11390   am__EXEEXT_FALSE='#'
11391 else
11392   am__EXEEXT_TRUE='#'
11393   am__EXEEXT_FALSE=
11394 fi
11395
11396 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11397   as_fn_error $? "conditional \"AMDEP\" was never defined.
11398 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11399 fi
11400 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11401   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
11402 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11403 fi
11404
11405 : ${CONFIG_STATUS=./config.status}
11406 ac_write_fail=0
11407 ac_clean_files_save=$ac_clean_files
11408 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11409 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11410 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11411 as_write_fail=0
11412 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11413 #! $SHELL
11414 # Generated by $as_me.
11415 # Run this file to recreate the current configuration.
11416 # Compiler output produced by configure, useful for debugging
11417 # configure, is in config.log if it exists.
11418
11419 debug=false
11420 ac_cs_recheck=false
11421 ac_cs_silent=false
11422
11423 SHELL=\${CONFIG_SHELL-$SHELL}
11424 export SHELL
11425 _ASEOF
11426 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11427 ## -------------------- ##
11428 ## M4sh Initialization. ##
11429 ## -------------------- ##
11430
11431 # Be more Bourne compatible
11432 DUALCASE=1; export DUALCASE # for MKS sh
11433 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11434   emulate sh
11435   NULLCMD=:
11436   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11437   # is contrary to our usage.  Disable this feature.
11438   alias -g '${1+"$@"}'='"$@"'
11439   setopt NO_GLOB_SUBST
11440 else
11441   case `(set -o) 2>/dev/null` in #(
11442   *posix*) :
11443     set -o posix ;; #(
11444   *) :
11445      ;;
11446 esac
11447 fi
11448
11449
11450 as_nl='
11451 '
11452 export as_nl
11453 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11454 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11455 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11456 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11457 # Prefer a ksh shell builtin over an external printf program on Solaris,
11458 # but without wasting forks for bash or zsh.
11459 if test -z "$BASH_VERSION$ZSH_VERSION" \
11460     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11461   as_echo='print -r --'
11462   as_echo_n='print -rn --'
11463 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11464   as_echo='printf %s\n'
11465   as_echo_n='printf %s'
11466 else
11467   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11468     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11469     as_echo_n='/usr/ucb/echo -n'
11470   else
11471     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11472     as_echo_n_body='eval
11473       arg=$1;
11474       case $arg in #(
11475       *"$as_nl"*)
11476         expr "X$arg" : "X\\(.*\\)$as_nl";
11477         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11478       esac;
11479       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11480     '
11481     export as_echo_n_body
11482     as_echo_n='sh -c $as_echo_n_body as_echo'
11483   fi
11484   export as_echo_body
11485   as_echo='sh -c $as_echo_body as_echo'
11486 fi
11487
11488 # The user is always right.
11489 if test "${PATH_SEPARATOR+set}" != set; then
11490   PATH_SEPARATOR=:
11491   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11492     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11493       PATH_SEPARATOR=';'
11494   }
11495 fi
11496
11497
11498 # IFS
11499 # We need space, tab and new line, in precisely that order.  Quoting is
11500 # there to prevent editors from complaining about space-tab.
11501 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11502 # splitting by setting IFS to empty value.)
11503 IFS=" ""        $as_nl"
11504
11505 # Find who we are.  Look in the path if we contain no directory separator.
11506 case $0 in #((
11507   *[\\/]* ) as_myself=$0 ;;
11508   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11509 for as_dir in $PATH
11510 do
11511   IFS=$as_save_IFS
11512   test -z "$as_dir" && as_dir=.
11513     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11514   done
11515 IFS=$as_save_IFS
11516
11517      ;;
11518 esac
11519 # We did not find ourselves, most probably we were run as `sh COMMAND'
11520 # in which case we are not to be found in the path.
11521 if test "x$as_myself" = x; then
11522   as_myself=$0
11523 fi
11524 if test ! -f "$as_myself"; then
11525   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11526   exit 1
11527 fi
11528
11529 # Unset variables that we do not need and which cause bugs (e.g. in
11530 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
11531 # suppresses any "Segmentation fault" message there.  '((' could
11532 # trigger a bug in pdksh 5.2.14.
11533 for as_var in BASH_ENV ENV MAIL MAILPATH
11534 do eval test x\${$as_var+set} = xset \
11535   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11536 done
11537 PS1='$ '
11538 PS2='> '
11539 PS4='+ '
11540
11541 # NLS nuisances.
11542 LC_ALL=C
11543 export LC_ALL
11544 LANGUAGE=C
11545 export LANGUAGE
11546
11547 # CDPATH.
11548 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11549
11550
11551 # as_fn_error STATUS ERROR [LINENO LOG_FD]
11552 # ----------------------------------------
11553 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11554 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11555 # script with STATUS, using 1 if that was 0.
11556 as_fn_error ()
11557 {
11558   as_status=$1; test $as_status -eq 0 && as_status=1
11559   if test "$4"; then
11560     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11561     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
11562   fi
11563   $as_echo "$as_me: error: $2" >&2
11564   as_fn_exit $as_status
11565 } # as_fn_error
11566
11567
11568 # as_fn_set_status STATUS
11569 # -----------------------
11570 # Set $? to STATUS, without forking.
11571 as_fn_set_status ()
11572 {
11573   return $1
11574 } # as_fn_set_status
11575
11576 # as_fn_exit STATUS
11577 # -----------------
11578 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11579 as_fn_exit ()
11580 {
11581   set +e
11582   as_fn_set_status $1
11583   exit $1
11584 } # as_fn_exit
11585
11586 # as_fn_unset VAR
11587 # ---------------
11588 # Portably unset VAR.
11589 as_fn_unset ()
11590 {
11591   { eval $1=; unset $1;}
11592 }
11593 as_unset=as_fn_unset
11594 # as_fn_append VAR VALUE
11595 # ----------------------
11596 # Append the text in VALUE to the end of the definition contained in VAR. Take
11597 # advantage of any shell optimizations that allow amortized linear growth over
11598 # repeated appends, instead of the typical quadratic growth present in naive
11599 # implementations.
11600 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11601   eval 'as_fn_append ()
11602   {
11603     eval $1+=\$2
11604   }'
11605 else
11606   as_fn_append ()
11607   {
11608     eval $1=\$$1\$2
11609   }
11610 fi # as_fn_append
11611
11612 # as_fn_arith ARG...
11613 # ------------------
11614 # Perform arithmetic evaluation on the ARGs, and store the result in the
11615 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11616 # must be portable across $(()) and expr.
11617 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11618   eval 'as_fn_arith ()
11619   {
11620     as_val=$(( $* ))
11621   }'
11622 else
11623   as_fn_arith ()
11624   {
11625     as_val=`expr "$@" || test $? -eq 1`
11626   }
11627 fi # as_fn_arith
11628
11629
11630 if expr a : '\(a\)' >/dev/null 2>&1 &&
11631    test "X`expr 00001 : '.*\(...\)'`" = X001; then
11632   as_expr=expr
11633 else
11634   as_expr=false
11635 fi
11636
11637 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11638   as_basename=basename
11639 else
11640   as_basename=false
11641 fi
11642
11643 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11644   as_dirname=dirname
11645 else
11646   as_dirname=false
11647 fi
11648
11649 as_me=`$as_basename -- "$0" ||
11650 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11651          X"$0" : 'X\(//\)$' \| \
11652          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11653 $as_echo X/"$0" |
11654     sed '/^.*\/\([^/][^/]*\)\/*$/{
11655             s//\1/
11656             q
11657           }
11658           /^X\/\(\/\/\)$/{
11659             s//\1/
11660             q
11661           }
11662           /^X\/\(\/\).*/{
11663             s//\1/
11664             q
11665           }
11666           s/.*/./; q'`
11667
11668 # Avoid depending upon Character Ranges.
11669 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11670 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11671 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11672 as_cr_digits='0123456789'
11673 as_cr_alnum=$as_cr_Letters$as_cr_digits
11674
11675 ECHO_C= ECHO_N= ECHO_T=
11676 case `echo -n x` in #(((((
11677 -n*)
11678   case `echo 'xy\c'` in
11679   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
11680   xy)  ECHO_C='\c';;
11681   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
11682        ECHO_T=' ';;
11683   esac;;
11684 *)
11685   ECHO_N='-n';;
11686 esac
11687
11688 rm -f conf$$ conf$$.exe conf$$.file
11689 if test -d conf$$.dir; then
11690   rm -f conf$$.dir/conf$$.file
11691 else
11692   rm -f conf$$.dir
11693   mkdir conf$$.dir 2>/dev/null
11694 fi
11695 if (echo >conf$$.file) 2>/dev/null; then
11696   if ln -s conf$$.file conf$$ 2>/dev/null; then
11697     as_ln_s='ln -s'
11698     # ... but there are two gotchas:
11699     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11700     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11701     # In both cases, we have to default to `cp -p'.
11702     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11703       as_ln_s='cp -p'
11704   elif ln conf$$.file conf$$ 2>/dev/null; then
11705     as_ln_s=ln
11706   else
11707     as_ln_s='cp -p'
11708   fi
11709 else
11710   as_ln_s='cp -p'
11711 fi
11712 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11713 rmdir conf$$.dir 2>/dev/null
11714
11715
11716 # as_fn_mkdir_p
11717 # -------------
11718 # Create "$as_dir" as a directory, including parents if necessary.
11719 as_fn_mkdir_p ()
11720 {
11721
11722   case $as_dir in #(
11723   -*) as_dir=./$as_dir;;
11724   esac
11725   test -d "$as_dir" || eval $as_mkdir_p || {
11726     as_dirs=
11727     while :; do
11728       case $as_dir in #(
11729       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11730       *) as_qdir=$as_dir;;
11731       esac
11732       as_dirs="'$as_qdir' $as_dirs"
11733       as_dir=`$as_dirname -- "$as_dir" ||
11734 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11735          X"$as_dir" : 'X\(//\)[^/]' \| \
11736          X"$as_dir" : 'X\(//\)$' \| \
11737          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11738 $as_echo X"$as_dir" |
11739     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11740             s//\1/
11741             q
11742           }
11743           /^X\(\/\/\)[^/].*/{
11744             s//\1/
11745             q
11746           }
11747           /^X\(\/\/\)$/{
11748             s//\1/
11749             q
11750           }
11751           /^X\(\/\).*/{
11752             s//\1/
11753             q
11754           }
11755           s/.*/./; q'`
11756       test -d "$as_dir" && break
11757     done
11758     test -z "$as_dirs" || eval "mkdir $as_dirs"
11759   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
11760
11761
11762 } # as_fn_mkdir_p
11763 if mkdir -p . 2>/dev/null; then
11764   as_mkdir_p='mkdir -p "$as_dir"'
11765 else
11766   test -d ./-p && rmdir ./-p
11767   as_mkdir_p=false
11768 fi
11769
11770 if test -x / >/dev/null 2>&1; then
11771   as_test_x='test -x'
11772 else
11773   if ls -dL / >/dev/null 2>&1; then
11774     as_ls_L_option=L
11775   else
11776     as_ls_L_option=
11777   fi
11778   as_test_x='
11779     eval sh -c '\''
11780       if test -d "$1"; then
11781         test -d "$1/.";
11782       else
11783         case $1 in #(
11784         -*)set "./$1";;
11785         esac;
11786         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
11787         ???[sx]*):;;*)false;;esac;fi
11788     '\'' sh
11789   '
11790 fi
11791 as_executable_p=$as_test_x
11792
11793 # Sed expression to map a string onto a valid CPP name.
11794 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11795
11796 # Sed expression to map a string onto a valid variable name.
11797 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11798
11799
11800 exec 6>&1
11801 ## ----------------------------------- ##
11802 ## Main body of $CONFIG_STATUS script. ##
11803 ## ----------------------------------- ##
11804 _ASEOF
11805 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11806
11807 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11808 # Save the log message, to keep $0 and so on meaningful, and to
11809 # report actual input values of CONFIG_FILES etc. instead of their
11810 # values after options handling.
11811 ac_log="
11812 This file was extended by libmm-utility $as_me 0.1, which was
11813 generated by GNU Autoconf 2.67.  Invocation command line was
11814
11815   CONFIG_FILES    = $CONFIG_FILES
11816   CONFIG_HEADERS  = $CONFIG_HEADERS
11817   CONFIG_LINKS    = $CONFIG_LINKS
11818   CONFIG_COMMANDS = $CONFIG_COMMANDS
11819   $ $0 $@
11820
11821 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11822 "
11823
11824 _ACEOF
11825
11826 case $ac_config_files in *"
11827 "*) set x $ac_config_files; shift; ac_config_files=$*;;
11828 esac
11829
11830 case $ac_config_headers in *"
11831 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11832 esac
11833
11834
11835 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11836 # Files that config.status was made for.
11837 config_files="$ac_config_files"
11838 config_headers="$ac_config_headers"
11839 config_commands="$ac_config_commands"
11840
11841 _ACEOF
11842
11843 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11844 ac_cs_usage="\
11845 \`$as_me' instantiates files and other configuration actions
11846 from templates according to the current configuration.  Unless the files
11847 and actions are specified as TAGs, all are instantiated by default.
11848
11849 Usage: $0 [OPTION]... [TAG]...
11850
11851   -h, --help       print this help, then exit
11852   -V, --version    print version number and configuration settings, then exit
11853       --config     print configuration, then exit
11854   -q, --quiet, --silent
11855                    do not print progress messages
11856   -d, --debug      don't remove temporary files
11857       --recheck    update $as_me by reconfiguring in the same conditions
11858       --file=FILE[:TEMPLATE]
11859                    instantiate the configuration file FILE
11860       --header=FILE[:TEMPLATE]
11861                    instantiate the configuration header FILE
11862
11863 Configuration files:
11864 $config_files
11865
11866 Configuration headers:
11867 $config_headers
11868
11869 Configuration commands:
11870 $config_commands
11871
11872 Report bugs to the package provider."
11873
11874 _ACEOF
11875 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11876 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
11877 ac_cs_version="\\
11878 libmm-utility config.status 0.1
11879 configured by $0, generated by GNU Autoconf 2.67,
11880   with options \\"\$ac_cs_config\\"
11881
11882 Copyright (C) 2010 Free Software Foundation, Inc.
11883 This config.status script is free software; the Free Software Foundation
11884 gives unlimited permission to copy, distribute and modify it."
11885
11886 ac_pwd='$ac_pwd'
11887 srcdir='$srcdir'
11888 INSTALL='$INSTALL'
11889 MKDIR_P='$MKDIR_P'
11890 AWK='$AWK'
11891 test -n "\$AWK" || AWK=awk
11892 _ACEOF
11893
11894 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11895 # The default lists apply if the user does not specify any file.
11896 ac_need_defaults=:
11897 while test $# != 0
11898 do
11899   case $1 in
11900   --*=?*)
11901     ac_option=`expr "X$1" : 'X\([^=]*\)='`
11902     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
11903     ac_shift=:
11904     ;;
11905   --*=)
11906     ac_option=`expr "X$1" : 'X\([^=]*\)='`
11907     ac_optarg=
11908     ac_shift=:
11909     ;;
11910   *)
11911     ac_option=$1
11912     ac_optarg=$2
11913     ac_shift=shift
11914     ;;
11915   esac
11916
11917   case $ac_option in
11918   # Handling of the options.
11919   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11920     ac_cs_recheck=: ;;
11921   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11922     $as_echo "$ac_cs_version"; exit ;;
11923   --config | --confi | --conf | --con | --co | --c )
11924     $as_echo "$ac_cs_config"; exit ;;
11925   --debug | --debu | --deb | --de | --d | -d )
11926     debug=: ;;
11927   --file | --fil | --fi | --f )
11928     $ac_shift
11929     case $ac_optarg in
11930     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11931     '') as_fn_error $? "missing file argument" ;;
11932     esac
11933     as_fn_append CONFIG_FILES " '$ac_optarg'"
11934     ac_need_defaults=false;;
11935   --header | --heade | --head | --hea )
11936     $ac_shift
11937     case $ac_optarg in
11938     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11939     esac
11940     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
11941     ac_need_defaults=false;;
11942   --he | --h)
11943     # Conflict between --help and --header
11944     as_fn_error $? "ambiguous option: \`$1'
11945 Try \`$0 --help' for more information.";;
11946   --help | --hel | -h )
11947     $as_echo "$ac_cs_usage"; exit ;;
11948   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11949   | -silent | --silent | --silen | --sile | --sil | --si | --s)
11950     ac_cs_silent=: ;;
11951
11952   # This is an error.
11953   -*) as_fn_error $? "unrecognized option: \`$1'
11954 Try \`$0 --help' for more information." ;;
11955
11956   *) as_fn_append ac_config_targets " $1"
11957      ac_need_defaults=false ;;
11958
11959   esac
11960   shift
11961 done
11962
11963 ac_configure_extra_args=
11964
11965 if $ac_cs_silent; then
11966   exec 6>/dev/null
11967   ac_configure_extra_args="$ac_configure_extra_args --silent"
11968 fi
11969
11970 _ACEOF
11971 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11972 if \$ac_cs_recheck; then
11973   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11974   shift
11975   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
11976   CONFIG_SHELL='$SHELL'
11977   export CONFIG_SHELL
11978   exec "\$@"
11979 fi
11980
11981 _ACEOF
11982 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11983 exec 5>>config.log
11984 {
11985   echo
11986   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11987 ## Running $as_me. ##
11988 _ASBOX
11989   $as_echo "$ac_log"
11990 } >&5
11991
11992 _ACEOF
11993 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11994 #
11995 # INIT-COMMANDS
11996 #
11997 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11998
11999
12000 # The HP-UX ksh and POSIX shell print the target directory to stdout
12001 # if CDPATH is set.
12002 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12003
12004 sed_quote_subst='$sed_quote_subst'
12005 double_quote_subst='$double_quote_subst'
12006 delay_variable_subst='$delay_variable_subst'
12007 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
12008 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
12009 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
12010 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
12011 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
12012 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
12013 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
12014 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
12015 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
12016 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
12017 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
12018 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
12019 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
12020 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
12021 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
12022 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
12023 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
12024 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
12025 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
12026 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
12027 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
12028 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
12029 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
12030 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
12031 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
12032 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
12033 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
12034 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12035 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
12036 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
12037 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
12038 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
12039 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12040 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
12041 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
12042 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12043 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12044 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12045 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
12046 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12047 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
12048 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
12049 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
12050 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
12051 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"`'
12052 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"`'
12053 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
12054 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
12055 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
12056 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
12057 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
12058 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
12059 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
12060 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
12061 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
12062 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
12063 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
12064 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
12065 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
12066 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
12067 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
12068 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
12069 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12070 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12071 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
12072 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
12073 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12074 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12075 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
12076 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12077 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12078 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12079 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12080 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12081 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12082 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
12083 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12084 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12085 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12086 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
12087 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
12088 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
12089 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
12090 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
12091 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12092 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
12093 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
12094 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
12095 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
12096 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
12097 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12098 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12099 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12100 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12101 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
12102 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
12103 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
12104 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
12105 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
12106 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12107 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12108 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
12109 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12110 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
12111 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12112 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12113 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12114 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12115 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
12116 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
12117 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12118 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12119 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
12120 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
12121 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
12122 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
12123 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
12124 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
12125
12126 LTCC='$LTCC'
12127 LTCFLAGS='$LTCFLAGS'
12128 compiler='$compiler_DEFAULT'
12129
12130 # Quote evaled strings.
12131 for var in SED \
12132 GREP \
12133 EGREP \
12134 FGREP \
12135 LD \
12136 NM \
12137 LN_S \
12138 lt_SP2NL \
12139 lt_NL2SP \
12140 reload_flag \
12141 OBJDUMP \
12142 deplibs_check_method \
12143 file_magic_cmd \
12144 AR \
12145 AR_FLAGS \
12146 STRIP \
12147 RANLIB \
12148 CC \
12149 CFLAGS \
12150 compiler \
12151 lt_cv_sys_global_symbol_pipe \
12152 lt_cv_sys_global_symbol_to_cdecl \
12153 lt_cv_sys_global_symbol_to_c_name_address \
12154 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12155 SHELL \
12156 ECHO \
12157 lt_prog_compiler_no_builtin_flag \
12158 lt_prog_compiler_wl \
12159 lt_prog_compiler_pic \
12160 lt_prog_compiler_static \
12161 lt_cv_prog_compiler_c_o \
12162 need_locks \
12163 DSYMUTIL \
12164 NMEDIT \
12165 LIPO \
12166 OTOOL \
12167 OTOOL64 \
12168 shrext_cmds \
12169 export_dynamic_flag_spec \
12170 whole_archive_flag_spec \
12171 compiler_needs_object \
12172 with_gnu_ld \
12173 allow_undefined_flag \
12174 no_undefined_flag \
12175 hardcode_libdir_flag_spec \
12176 hardcode_libdir_flag_spec_ld \
12177 hardcode_libdir_separator \
12178 fix_srcfile_path \
12179 exclude_expsyms \
12180 include_expsyms \
12181 file_list_spec \
12182 variables_saved_for_relink \
12183 libname_spec \
12184 library_names_spec \
12185 soname_spec \
12186 finish_eval \
12187 old_striplib \
12188 striplib; do
12189     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12190     *[\\\\\\\`\\"\\\$]*)
12191       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12192       ;;
12193     *)
12194       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12195       ;;
12196     esac
12197 done
12198
12199 # Double-quote double-evaled strings.
12200 for var in reload_cmds \
12201 old_postinstall_cmds \
12202 old_postuninstall_cmds \
12203 old_archive_cmds \
12204 extract_expsyms_cmds \
12205 old_archive_from_new_cmds \
12206 old_archive_from_expsyms_cmds \
12207 archive_cmds \
12208 archive_expsym_cmds \
12209 module_cmds \
12210 module_expsym_cmds \
12211 export_symbols_cmds \
12212 prelink_cmds \
12213 postinstall_cmds \
12214 postuninstall_cmds \
12215 finish_cmds \
12216 sys_lib_search_path_spec \
12217 sys_lib_dlsearch_path_spec; do
12218     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12219     *[\\\\\\\`\\"\\\$]*)
12220       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12221       ;;
12222     *)
12223       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12224       ;;
12225     esac
12226 done
12227
12228 # Fix-up fallback echo if it was mangled by the above quoting rules.
12229 case \$lt_ECHO in
12230 *'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
12231   ;;
12232 esac
12233
12234 ac_aux_dir='$ac_aux_dir'
12235 xsi_shell='$xsi_shell'
12236 lt_shell_append='$lt_shell_append'
12237
12238 # See if we are running on zsh, and set the options which allow our
12239 # commands through without removal of \ escapes INIT.
12240 if test -n "\${ZSH_VERSION+set}" ; then
12241    setopt NO_GLOB_SUBST
12242 fi
12243
12244
12245     PACKAGE='$PACKAGE'
12246     VERSION='$VERSION'
12247     TIMESTAMP='$TIMESTAMP'
12248     RM='$RM'
12249     ofile='$ofile'
12250
12251
12252
12253
12254 _ACEOF
12255
12256 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12257
12258 # Handling of arguments.
12259 for ac_config_target in $ac_config_targets
12260 do
12261   case $ac_config_target in
12262     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12263     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12264     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12265     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12266     "imgp/Makefile") CONFIG_FILES="$CONFIG_FILES imgp/Makefile" ;;
12267     "imgp/test/Makefile") CONFIG_FILES="$CONFIG_FILES imgp/test/Makefile" ;;
12268     "imgp/mmutil-imgp.pc") CONFIG_FILES="$CONFIG_FILES imgp/mmutil-imgp.pc" ;;
12269     "jpeg/Makefile") CONFIG_FILES="$CONFIG_FILES jpeg/Makefile" ;;
12270     "jpeg/test/Makefile") CONFIG_FILES="$CONFIG_FILES jpeg/test/Makefile" ;;
12271     "jpeg/mmutil-jpeg.pc") CONFIG_FILES="$CONFIG_FILES jpeg/mmutil-jpeg.pc" ;;
12272     "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
12273
12274   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
12275   esac
12276 done
12277
12278
12279 # If the user did not use the arguments to specify the items to instantiate,
12280 # then the envvar interface is used.  Set only those that are not.
12281 # We use the long form for the default assignment because of an extremely
12282 # bizarre bug on SunOS 4.1.3.
12283 if $ac_need_defaults; then
12284   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12285   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12286   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12287 fi
12288
12289 # Have a temporary directory for convenience.  Make it in the build tree
12290 # simply because there is no reason against having it here, and in addition,
12291 # creating and moving files from /tmp can sometimes cause problems.
12292 # Hook for its removal unless debugging.
12293 # Note that there is a small window in which the directory will not be cleaned:
12294 # after its creation but before its name has been assigned to `$tmp'.
12295 $debug ||
12296 {
12297   tmp=
12298   trap 'exit_status=$?
12299   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12300 ' 0
12301   trap 'as_fn_exit 1' 1 2 13 15
12302 }
12303 # Create a (secure) tmp directory for tmp files.
12304
12305 {
12306   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12307   test -n "$tmp" && test -d "$tmp"
12308 }  ||
12309 {
12310   tmp=./conf$$-$RANDOM
12311   (umask 077 && mkdir "$tmp")
12312 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12313
12314 # Set up the scripts for CONFIG_FILES section.
12315 # No need to generate them if there are no CONFIG_FILES.
12316 # This happens for instance with `./config.status config.h'.
12317 if test -n "$CONFIG_FILES"; then
12318
12319
12320 ac_cr=`echo X | tr X '\015'`
12321 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12322 # But we know of no other shell where ac_cr would be empty at this
12323 # point, so we can use a bashism as a fallback.
12324 if test "x$ac_cr" = x; then
12325   eval ac_cr=\$\'\\r\'
12326 fi
12327 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12328 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12329   ac_cs_awk_cr='\\r'
12330 else
12331   ac_cs_awk_cr=$ac_cr
12332 fi
12333
12334 echo 'BEGIN {' >"$tmp/subs1.awk" &&
12335 _ACEOF
12336
12337
12338 {
12339   echo "cat >conf$$subs.awk <<_ACEOF" &&
12340   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12341   echo "_ACEOF"
12342 } >conf$$subs.sh ||
12343   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12344 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
12345 ac_delim='%!_!# '
12346 for ac_last_try in false false false false false :; do
12347   . ./conf$$subs.sh ||
12348     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12349
12350   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12351   if test $ac_delim_n = $ac_delim_num; then
12352     break
12353   elif $ac_last_try; then
12354     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12355   else
12356     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12357   fi
12358 done
12359 rm -f conf$$subs.sh
12360
12361 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12362 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12363 _ACEOF
12364 sed -n '
12365 h
12366 s/^/S["/; s/!.*/"]=/
12367 p
12368 g
12369 s/^[^!]*!//
12370 :repl
12371 t repl
12372 s/'"$ac_delim"'$//
12373 t delim
12374 :nl
12375 h
12376 s/\(.\{148\}\)..*/\1/
12377 t more1
12378 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12379 p
12380 n
12381 b repl
12382 :more1
12383 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12384 p
12385 g
12386 s/.\{148\}//
12387 t nl
12388 :delim
12389 h
12390 s/\(.\{148\}\)..*/\1/
12391 t more2
12392 s/["\\]/\\&/g; s/^/"/; s/$/"/
12393 p
12394 b
12395 :more2
12396 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12397 p
12398 g
12399 s/.\{148\}//
12400 t delim
12401 ' <conf$$subs.awk | sed '
12402 /^[^""]/{
12403   N
12404   s/\n//
12405 }
12406 ' >>$CONFIG_STATUS || ac_write_fail=1
12407 rm -f conf$$subs.awk
12408 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12409 _ACAWK
12410 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12411   for (key in S) S_is_set[key] = 1
12412   FS = "\a"
12413
12414 }
12415 {
12416   line = $ 0
12417   nfields = split(line, field, "@")
12418   substed = 0
12419   len = length(field[1])
12420   for (i = 2; i < nfields; i++) {
12421     key = field[i]
12422     keylen = length(key)
12423     if (S_is_set[key]) {
12424       value = S[key]
12425       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12426       len += length(value) + length(field[++i])
12427       substed = 1
12428     } else
12429       len += 1 + keylen
12430   }
12431
12432   print line
12433 }
12434
12435 _ACAWK
12436 _ACEOF
12437 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12438 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12439   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12440 else
12441   cat
12442 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12443   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
12444 _ACEOF
12445
12446 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12447 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
12448 # trailing colons and then remove the whole line if VPATH becomes empty
12449 # (actually we leave an empty line to preserve line numbers).
12450 if test "x$srcdir" = x.; then
12451   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
12452 h
12453 s///
12454 s/^/:/
12455 s/[      ]*$/:/
12456 s/:\$(srcdir):/:/g
12457 s/:\${srcdir}:/:/g
12458 s/:@srcdir@:/:/g
12459 s/^:*//
12460 s/:*$//
12461 x
12462 s/\(=[   ]*\).*/\1/
12463 G
12464 s/\n//
12465 s/^[^=]*=[       ]*$//
12466 }'
12467 fi
12468
12469 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12470 fi # test -n "$CONFIG_FILES"
12471
12472 # Set up the scripts for CONFIG_HEADERS section.
12473 # No need to generate them if there are no CONFIG_HEADERS.
12474 # This happens for instance with `./config.status Makefile'.
12475 if test -n "$CONFIG_HEADERS"; then
12476 cat >"$tmp/defines.awk" <<\_ACAWK ||
12477 BEGIN {
12478 _ACEOF
12479
12480 # Transform confdefs.h into an awk script `defines.awk', embedded as
12481 # here-document in config.status, that substitutes the proper values into
12482 # config.h.in to produce config.h.
12483
12484 # Create a delimiter string that does not exist in confdefs.h, to ease
12485 # handling of long lines.
12486 ac_delim='%!_!# '
12487 for ac_last_try in false false :; do
12488   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12489   if test -z "$ac_t"; then
12490     break
12491   elif $ac_last_try; then
12492     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
12493   else
12494     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12495   fi
12496 done
12497
12498 # For the awk script, D is an array of macro values keyed by name,
12499 # likewise P contains macro parameters if any.  Preserve backslash
12500 # newline sequences.
12501
12502 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12503 sed -n '
12504 s/.\{148\}/&'"$ac_delim"'/g
12505 t rset
12506 :rset
12507 s/^[     ]*#[    ]*define[       ][      ]*/ /
12508 t def
12509 d
12510 :def
12511 s/\\$//
12512 t bsnl
12513 s/["\\]/\\&/g
12514 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
12515 D["\1"]=" \3"/p
12516 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
12517 d
12518 :bsnl
12519 s/["\\]/\\&/g
12520 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
12521 D["\1"]=" \3\\\\\\n"\\/p
12522 t cont
12523 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12524 t cont
12525 d
12526 :cont
12527 n
12528 s/.\{148\}/&'"$ac_delim"'/g
12529 t clear
12530 :clear
12531 s/\\$//
12532 t bsnlc
12533 s/["\\]/\\&/g; s/^/"/; s/$/"/p
12534 d
12535 :bsnlc
12536 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12537 b cont
12538 ' <confdefs.h | sed '
12539 s/'"$ac_delim"'/"\\\
12540 "/g' >>$CONFIG_STATUS || ac_write_fail=1
12541
12542 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12543   for (key in D) D_is_set[key] = 1
12544   FS = "\a"
12545 }
12546 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12547   line = \$ 0
12548   split(line, arg, " ")
12549   if (arg[1] == "#") {
12550     defundef = arg[2]
12551     mac1 = arg[3]
12552   } else {
12553     defundef = substr(arg[1], 2)
12554     mac1 = arg[2]
12555   }
12556   split(mac1, mac2, "(") #)
12557   macro = mac2[1]
12558   prefix = substr(line, 1, index(line, defundef) - 1)
12559   if (D_is_set[macro]) {
12560     # Preserve the white space surrounding the "#".
12561     print prefix "define", macro P[macro] D[macro]
12562     next
12563   } else {
12564     # Replace #undef with comments.  This is necessary, for example,
12565     # in the case of _POSIX_SOURCE, which is predefined and required
12566     # on some systems where configure will not decide to define it.
12567     if (defundef == "undef") {
12568       print "/*", prefix defundef, macro, "*/"
12569       next
12570     }
12571   }
12572 }
12573 { print }
12574 _ACAWK
12575 _ACEOF
12576 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12577   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
12578 fi # test -n "$CONFIG_HEADERS"
12579
12580
12581 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
12582 shift
12583 for ac_tag
12584 do
12585   case $ac_tag in
12586   :[FHLC]) ac_mode=$ac_tag; continue;;
12587   esac
12588   case $ac_mode$ac_tag in
12589   :[FHL]*:*);;
12590   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
12591   :[FH]-) ac_tag=-:-;;
12592   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12593   esac
12594   ac_save_IFS=$IFS
12595   IFS=:
12596   set x $ac_tag
12597   IFS=$ac_save_IFS
12598   shift
12599   ac_file=$1
12600   shift
12601
12602   case $ac_mode in
12603   :L) ac_source=$1;;
12604   :[FH])
12605     ac_file_inputs=
12606     for ac_f
12607     do
12608       case $ac_f in
12609       -) ac_f="$tmp/stdin";;
12610       *) # Look for the file first in the build tree, then in the source tree
12611          # (if the path is not absolute).  The absolute path cannot be DOS-style,
12612          # because $ac_f cannot contain `:'.
12613          test -f "$ac_f" ||
12614            case $ac_f in
12615            [\\/$]*) false;;
12616            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12617            esac ||
12618            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
12619       esac
12620       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12621       as_fn_append ac_file_inputs " '$ac_f'"
12622     done
12623
12624     # Let's still pretend it is `configure' which instantiates (i.e., don't
12625     # use $as_me), people would be surprised to read:
12626     #    /* config.h.  Generated by config.status.  */
12627     configure_input='Generated from '`
12628           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12629         `' by configure.'
12630     if test x"$ac_file" != x-; then
12631       configure_input="$ac_file.  $configure_input"
12632       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12633 $as_echo "$as_me: creating $ac_file" >&6;}
12634     fi
12635     # Neutralize special characters interpreted by sed in replacement strings.
12636     case $configure_input in #(
12637     *\&* | *\|* | *\\* )
12638        ac_sed_conf_input=`$as_echo "$configure_input" |
12639        sed 's/[\\\\&|]/\\\\&/g'`;; #(
12640     *) ac_sed_conf_input=$configure_input;;
12641     esac
12642
12643     case $ac_tag in
12644     *:-:* | *:-) cat >"$tmp/stdin" \
12645       || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
12646     esac
12647     ;;
12648   esac
12649
12650   ac_dir=`$as_dirname -- "$ac_file" ||
12651 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12652          X"$ac_file" : 'X\(//\)[^/]' \| \
12653          X"$ac_file" : 'X\(//\)$' \| \
12654          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12655 $as_echo X"$ac_file" |
12656     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12657             s//\1/
12658             q
12659           }
12660           /^X\(\/\/\)[^/].*/{
12661             s//\1/
12662             q
12663           }
12664           /^X\(\/\/\)$/{
12665             s//\1/
12666             q
12667           }
12668           /^X\(\/\).*/{
12669             s//\1/
12670             q
12671           }
12672           s/.*/./; q'`
12673   as_dir="$ac_dir"; as_fn_mkdir_p
12674   ac_builddir=.
12675
12676 case "$ac_dir" in
12677 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12678 *)
12679   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12680   # A ".." for each directory in $ac_dir_suffix.
12681   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12682   case $ac_top_builddir_sub in
12683   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12684   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12685   esac ;;
12686 esac
12687 ac_abs_top_builddir=$ac_pwd
12688 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12689 # for backward compatibility:
12690 ac_top_builddir=$ac_top_build_prefix
12691
12692 case $srcdir in
12693   .)  # We are building in place.
12694     ac_srcdir=.
12695     ac_top_srcdir=$ac_top_builddir_sub
12696     ac_abs_top_srcdir=$ac_pwd ;;
12697   [\\/]* | ?:[\\/]* )  # Absolute name.
12698     ac_srcdir=$srcdir$ac_dir_suffix;
12699     ac_top_srcdir=$srcdir
12700     ac_abs_top_srcdir=$srcdir ;;
12701   *) # Relative name.
12702     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12703     ac_top_srcdir=$ac_top_build_prefix$srcdir
12704     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12705 esac
12706 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12707
12708
12709   case $ac_mode in
12710   :F)
12711   #
12712   # CONFIG_FILE
12713   #
12714
12715   case $INSTALL in
12716   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12717   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12718   esac
12719   ac_MKDIR_P=$MKDIR_P
12720   case $MKDIR_P in
12721   [\\/$]* | ?:[\\/]* ) ;;
12722   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
12723   esac
12724 _ACEOF
12725
12726 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12727 # If the template does not know about datarootdir, expand it.
12728 # FIXME: This hack should be removed a few years after 2.60.
12729 ac_datarootdir_hack=; ac_datarootdir_seen=
12730 ac_sed_dataroot='
12731 /datarootdir/ {
12732   p
12733   q
12734 }
12735 /@datadir@/p
12736 /@docdir@/p
12737 /@infodir@/p
12738 /@localedir@/p
12739 /@mandir@/p'
12740 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12741 *datarootdir*) ac_datarootdir_seen=yes;;
12742 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12743   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12744 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12745 _ACEOF
12746 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12747   ac_datarootdir_hack='
12748   s&@datadir@&$datadir&g
12749   s&@docdir@&$docdir&g
12750   s&@infodir@&$infodir&g
12751   s&@localedir@&$localedir&g
12752   s&@mandir@&$mandir&g
12753   s&\\\${datarootdir}&$datarootdir&g' ;;
12754 esac
12755 _ACEOF
12756
12757 # Neutralize VPATH when `$srcdir' = `.'.
12758 # Shell code in configure.ac might set extrasub.
12759 # FIXME: do we really want to maintain this feature?
12760 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12761 ac_sed_extra="$ac_vpsub
12762 $extrasub
12763 _ACEOF
12764 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12765 :t
12766 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12767 s|@configure_input@|$ac_sed_conf_input|;t t
12768 s&@top_builddir@&$ac_top_builddir_sub&;t t
12769 s&@top_build_prefix@&$ac_top_build_prefix&;t t
12770 s&@srcdir@&$ac_srcdir&;t t
12771 s&@abs_srcdir@&$ac_abs_srcdir&;t t
12772 s&@top_srcdir@&$ac_top_srcdir&;t t
12773 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12774 s&@builddir@&$ac_builddir&;t t
12775 s&@abs_builddir@&$ac_abs_builddir&;t t
12776 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12777 s&@INSTALL@&$ac_INSTALL&;t t
12778 s&@MKDIR_P@&$ac_MKDIR_P&;t t
12779 $ac_datarootdir_hack
12780 "
12781 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12782   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12783
12784 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12785   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12786   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12787   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12788 which seems to be undefined.  Please make sure it is defined" >&5
12789 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12790 which seems to be undefined.  Please make sure it is defined" >&2;}
12791
12792   rm -f "$tmp/stdin"
12793   case $ac_file in
12794   -) cat "$tmp/out" && rm -f "$tmp/out";;
12795   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12796   esac \
12797   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12798  ;;
12799   :H)
12800   #
12801   # CONFIG_HEADER
12802   #
12803   if test x"$ac_file" != x-; then
12804     {
12805       $as_echo "/* $configure_input  */" \
12806       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12807     } >"$tmp/config.h" \
12808       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12809     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12810       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12811 $as_echo "$as_me: $ac_file is unchanged" >&6;}
12812     else
12813       rm -f "$ac_file"
12814       mv "$tmp/config.h" "$ac_file" \
12815         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12816     fi
12817   else
12818     $as_echo "/* $configure_input  */" \
12819       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12820       || as_fn_error $? "could not create -" "$LINENO" 5
12821   fi
12822 # Compute "$ac_file"'s index in $config_headers.
12823 _am_arg="$ac_file"
12824 _am_stamp_count=1
12825 for _am_header in $config_headers :; do
12826   case $_am_header in
12827     $_am_arg | $_am_arg:* )
12828       break ;;
12829     * )
12830       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12831   esac
12832 done
12833 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
12834 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12835          X"$_am_arg" : 'X\(//\)[^/]' \| \
12836          X"$_am_arg" : 'X\(//\)$' \| \
12837          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
12838 $as_echo X"$_am_arg" |
12839     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12840             s//\1/
12841             q
12842           }
12843           /^X\(\/\/\)[^/].*/{
12844             s//\1/
12845             q
12846           }
12847           /^X\(\/\/\)$/{
12848             s//\1/
12849             q
12850           }
12851           /^X\(\/\).*/{
12852             s//\1/
12853             q
12854           }
12855           s/.*/./; q'`/stamp-h$_am_stamp_count
12856  ;;
12857
12858   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12859 $as_echo "$as_me: executing $ac_file commands" >&6;}
12860  ;;
12861   esac
12862
12863
12864   case $ac_file$ac_mode in
12865     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
12866   # Autoconf 2.62 quotes --file arguments for eval, but not when files
12867   # are listed without --file.  Let's play safe and only enable the eval
12868   # if we detect the quoting.
12869   case $CONFIG_FILES in
12870   *\'*) eval set x "$CONFIG_FILES" ;;
12871   *)   set x $CONFIG_FILES ;;
12872   esac
12873   shift
12874   for mf
12875   do
12876     # Strip MF so we end up with the name of the file.
12877     mf=`echo "$mf" | sed -e 's/:.*$//'`
12878     # Check whether this is an Automake generated Makefile or not.
12879     # We used to match only the files named `Makefile.in', but
12880     # some people rename them; so instead we look at the file content.
12881     # Grep'ing the first line is not enough: some people post-process
12882     # each Makefile.in and add a new line on top of each file to say so.
12883     # Grep'ing the whole file is not good either: AIX grep has a line
12884     # limit of 2048, but all sed's we know have understand at least 4000.
12885     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
12886       dirpart=`$as_dirname -- "$mf" ||
12887 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12888          X"$mf" : 'X\(//\)[^/]' \| \
12889          X"$mf" : 'X\(//\)$' \| \
12890          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12891 $as_echo X"$mf" |
12892     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12893             s//\1/
12894             q
12895           }
12896           /^X\(\/\/\)[^/].*/{
12897             s//\1/
12898             q
12899           }
12900           /^X\(\/\/\)$/{
12901             s//\1/
12902             q
12903           }
12904           /^X\(\/\).*/{
12905             s//\1/
12906             q
12907           }
12908           s/.*/./; q'`
12909     else
12910       continue
12911     fi
12912     # Extract the definition of DEPDIR, am__include, and am__quote
12913     # from the Makefile without running `make'.
12914     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12915     test -z "$DEPDIR" && continue
12916     am__include=`sed -n 's/^am__include = //p' < "$mf"`
12917     test -z "am__include" && continue
12918     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12919     # When using ansi2knr, U may be empty or an underscore; expand it
12920     U=`sed -n 's/^U = //p' < "$mf"`
12921     # Find all dependency output files, they are included files with
12922     # $(DEPDIR) in their names.  We invoke sed twice because it is the
12923     # simplest approach to changing $(DEPDIR) to its actual value in the
12924     # expansion.
12925     for file in `sed -n "
12926       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12927          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12928       # Make sure the directory exists.
12929       test -f "$dirpart/$file" && continue
12930       fdir=`$as_dirname -- "$file" ||
12931 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12932          X"$file" : 'X\(//\)[^/]' \| \
12933          X"$file" : 'X\(//\)$' \| \
12934          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12935 $as_echo X"$file" |
12936     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12937             s//\1/
12938             q
12939           }
12940           /^X\(\/\/\)[^/].*/{
12941             s//\1/
12942             q
12943           }
12944           /^X\(\/\/\)$/{
12945             s//\1/
12946             q
12947           }
12948           /^X\(\/\).*/{
12949             s//\1/
12950             q
12951           }
12952           s/.*/./; q'`
12953       as_dir=$dirpart/$fdir; as_fn_mkdir_p
12954       # echo "creating $dirpart/$file"
12955       echo '# dummy' > "$dirpart/$file"
12956     done
12957   done
12958 }
12959  ;;
12960     "libtool":C)
12961
12962     # See if we are running on zsh, and set the options which allow our
12963     # commands through without removal of \ escapes.
12964     if test -n "${ZSH_VERSION+set}" ; then
12965       setopt NO_GLOB_SUBST
12966     fi
12967
12968     cfgfile="${ofile}T"
12969     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12970     $RM "$cfgfile"
12971
12972     cat <<_LT_EOF >> "$cfgfile"
12973 #! $SHELL
12974
12975 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12976 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12977 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12978 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
12979 #
12980 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12981 #                 2006, 2007, 2008 Free Software Foundation, Inc.
12982 #   Written by Gordon Matzigkeit, 1996
12983 #
12984 #   This file is part of GNU Libtool.
12985 #
12986 # GNU Libtool is free software; you can redistribute it and/or
12987 # modify it under the terms of the GNU General Public License as
12988 # published by the Free Software Foundation; either version 2 of
12989 # the License, or (at your option) any later version.
12990 #
12991 # As a special exception to the GNU General Public License,
12992 # if you distribute this file as part of a program or library that
12993 # is built using GNU Libtool, you may include this file under the
12994 # same distribution terms that you use for the rest of that program.
12995 #
12996 # GNU Libtool is distributed in the hope that it will be useful,
12997 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12998 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12999 # GNU General Public License for more details.
13000 #
13001 # You should have received a copy of the GNU General Public License
13002 # along with GNU Libtool; see the file COPYING.  If not, a copy
13003 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13004 # obtained by writing to the Free Software Foundation, Inc.,
13005 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13006
13007
13008 # The names of the tagged configurations supported by this script.
13009 available_tags=""
13010
13011 # ### BEGIN LIBTOOL CONFIG
13012
13013 # Which release of libtool.m4 was used?
13014 macro_version=$macro_version
13015 macro_revision=$macro_revision
13016
13017 # Whether or not to build shared libraries.
13018 build_libtool_libs=$enable_shared
13019
13020 # Whether or not to build static libraries.
13021 build_old_libs=$enable_static
13022
13023 # What type of objects to build.
13024 pic_mode=$pic_mode
13025
13026 # Whether or not to optimize for fast installation.
13027 fast_install=$enable_fast_install
13028
13029 # The host system.
13030 host_alias=$host_alias
13031 host=$host
13032 host_os=$host_os
13033
13034 # The build system.
13035 build_alias=$build_alias
13036 build=$build
13037 build_os=$build_os
13038
13039 # A sed program that does not truncate output.
13040 SED=$lt_SED
13041
13042 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13043 Xsed="\$SED -e 1s/^X//"
13044
13045 # A grep program that handles long lines.
13046 GREP=$lt_GREP
13047
13048 # An ERE matcher.
13049 EGREP=$lt_EGREP
13050
13051 # A literal string matcher.
13052 FGREP=$lt_FGREP
13053
13054 # A BSD- or MS-compatible name lister.
13055 NM=$lt_NM
13056
13057 # Whether we need soft or hard links.
13058 LN_S=$lt_LN_S
13059
13060 # What is the maximum length of a command?
13061 max_cmd_len=$max_cmd_len
13062
13063 # Object file suffix (normally "o").
13064 objext=$ac_objext
13065
13066 # Executable file suffix (normally "").
13067 exeext=$exeext
13068
13069 # whether the shell understands "unset".
13070 lt_unset=$lt_unset
13071
13072 # turn spaces into newlines.
13073 SP2NL=$lt_lt_SP2NL
13074
13075 # turn newlines into spaces.
13076 NL2SP=$lt_lt_NL2SP
13077
13078 # How to create reloadable object files.
13079 reload_flag=$lt_reload_flag
13080 reload_cmds=$lt_reload_cmds
13081
13082 # An object symbol dumper.
13083 OBJDUMP=$lt_OBJDUMP
13084
13085 # Method to check whether dependent libraries are shared objects.
13086 deplibs_check_method=$lt_deplibs_check_method
13087
13088 # Command to use when deplibs_check_method == "file_magic".
13089 file_magic_cmd=$lt_file_magic_cmd
13090
13091 # The archiver.
13092 AR=$lt_AR
13093 AR_FLAGS=$lt_AR_FLAGS
13094
13095 # A symbol stripping program.
13096 STRIP=$lt_STRIP
13097
13098 # Commands used to install an old-style archive.
13099 RANLIB=$lt_RANLIB
13100 old_postinstall_cmds=$lt_old_postinstall_cmds
13101 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13102
13103 # A C compiler.
13104 LTCC=$lt_CC
13105
13106 # LTCC compiler flags.
13107 LTCFLAGS=$lt_CFLAGS
13108
13109 # Take the output of nm and produce a listing of raw symbols and C names.
13110 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13111
13112 # Transform the output of nm in a proper C declaration.
13113 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13114
13115 # Transform the output of nm in a C name address pair.
13116 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13117
13118 # Transform the output of nm in a C name address pair when lib prefix is needed.
13119 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13120
13121 # The name of the directory that contains temporary libtool files.
13122 objdir=$objdir
13123
13124 # Shell to use when invoking shell scripts.
13125 SHELL=$lt_SHELL
13126
13127 # An echo program that does not interpret backslashes.
13128 ECHO=$lt_ECHO
13129
13130 # Used to examine libraries when file_magic_cmd begins with "file".
13131 MAGIC_CMD=$MAGIC_CMD
13132
13133 # Must we lock files when doing compilation?
13134 need_locks=$lt_need_locks
13135
13136 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13137 DSYMUTIL=$lt_DSYMUTIL
13138
13139 # Tool to change global to local symbols on Mac OS X.
13140 NMEDIT=$lt_NMEDIT
13141
13142 # Tool to manipulate fat objects and archives on Mac OS X.
13143 LIPO=$lt_LIPO
13144
13145 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13146 OTOOL=$lt_OTOOL
13147
13148 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13149 OTOOL64=$lt_OTOOL64
13150
13151 # Old archive suffix (normally "a").
13152 libext=$libext
13153
13154 # Shared library suffix (normally ".so").
13155 shrext_cmds=$lt_shrext_cmds
13156
13157 # The commands to extract the exported symbol list from a shared archive.
13158 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13159
13160 # Variables whose values should be saved in libtool wrapper scripts and
13161 # restored at link time.
13162 variables_saved_for_relink=$lt_variables_saved_for_relink
13163
13164 # Do we need the "lib" prefix for modules?
13165 need_lib_prefix=$need_lib_prefix
13166
13167 # Do we need a version for libraries?
13168 need_version=$need_version
13169
13170 # Library versioning type.
13171 version_type=$version_type
13172
13173 # Shared library runtime path variable.
13174 runpath_var=$runpath_var
13175
13176 # Shared library path variable.
13177 shlibpath_var=$shlibpath_var
13178
13179 # Is shlibpath searched before the hard-coded library search path?
13180 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13181
13182 # Format of library name prefix.
13183 libname_spec=$lt_libname_spec
13184
13185 # List of archive names.  First name is the real one, the rest are links.
13186 # The last name is the one that the linker finds with -lNAME
13187 library_names_spec=$lt_library_names_spec
13188
13189 # The coded name of the library, if different from the real name.
13190 soname_spec=$lt_soname_spec
13191
13192 # Command to use after installation of a shared archive.
13193 postinstall_cmds=$lt_postinstall_cmds
13194
13195 # Command to use after uninstallation of a shared archive.
13196 postuninstall_cmds=$lt_postuninstall_cmds
13197
13198 # Commands used to finish a libtool library installation in a directory.
13199 finish_cmds=$lt_finish_cmds
13200
13201 # As "finish_cmds", except a single script fragment to be evaled but
13202 # not shown.
13203 finish_eval=$lt_finish_eval
13204
13205 # Whether we should hardcode library paths into libraries.
13206 hardcode_into_libs=$hardcode_into_libs
13207
13208 # Compile-time system search path for libraries.
13209 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13210
13211 # Run-time system search path for libraries.
13212 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13213
13214 # Whether dlopen is supported.
13215 dlopen_support=$enable_dlopen
13216
13217 # Whether dlopen of programs is supported.
13218 dlopen_self=$enable_dlopen_self
13219
13220 # Whether dlopen of statically linked programs is supported.
13221 dlopen_self_static=$enable_dlopen_self_static
13222
13223 # Commands to strip libraries.
13224 old_striplib=$lt_old_striplib
13225 striplib=$lt_striplib
13226
13227
13228 # The linker used to build libraries.
13229 LD=$lt_LD
13230
13231 # Commands used to build an old-style archive.
13232 old_archive_cmds=$lt_old_archive_cmds
13233
13234 # A language specific compiler.
13235 CC=$lt_compiler
13236
13237 # Is the compiler the GNU compiler?
13238 with_gcc=$GCC
13239
13240 # Compiler flag to turn off builtin functions.
13241 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13242
13243 # How to pass a linker flag through the compiler.
13244 wl=$lt_lt_prog_compiler_wl
13245
13246 # Additional compiler flags for building library objects.
13247 pic_flag=$lt_lt_prog_compiler_pic
13248
13249 # Compiler flag to prevent dynamic linking.
13250 link_static_flag=$lt_lt_prog_compiler_static
13251
13252 # Does compiler simultaneously support -c and -o options?
13253 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13254
13255 # Whether or not to add -lc for building shared libraries.
13256 build_libtool_need_lc=$archive_cmds_need_lc
13257
13258 # Whether or not to disallow shared libs when runtime libs are static.
13259 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13260
13261 # Compiler flag to allow reflexive dlopens.
13262 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13263
13264 # Compiler flag to generate shared objects directly from archives.
13265 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13266
13267 # Whether the compiler copes with passing no objects directly.
13268 compiler_needs_object=$lt_compiler_needs_object
13269
13270 # Create an old-style archive from a shared archive.
13271 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13272
13273 # Create a temporary old-style archive to link instead of a shared archive.
13274 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13275
13276 # Commands used to build a shared archive.
13277 archive_cmds=$lt_archive_cmds
13278 archive_expsym_cmds=$lt_archive_expsym_cmds
13279
13280 # Commands used to build a loadable module if different from building
13281 # a shared archive.
13282 module_cmds=$lt_module_cmds
13283 module_expsym_cmds=$lt_module_expsym_cmds
13284
13285 # Whether we are building with GNU ld or not.
13286 with_gnu_ld=$lt_with_gnu_ld
13287
13288 # Flag that allows shared libraries with undefined symbols to be built.
13289 allow_undefined_flag=$lt_allow_undefined_flag
13290
13291 # Flag that enforces no undefined symbols.
13292 no_undefined_flag=$lt_no_undefined_flag
13293
13294 # Flag to hardcode \$libdir into a binary during linking.
13295 # This must work even if \$libdir does not exist
13296 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13297
13298 # If ld is used when linking, flag to hardcode \$libdir into a binary
13299 # during linking.  This must work even if \$libdir does not exist.
13300 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13301
13302 # Whether we need a single "-rpath" flag with a separated argument.
13303 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13304
13305 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13306 # DIR into the resulting binary.
13307 hardcode_direct=$hardcode_direct
13308
13309 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13310 # DIR into the resulting binary and the resulting library dependency is
13311 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13312 # library is relocated.
13313 hardcode_direct_absolute=$hardcode_direct_absolute
13314
13315 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13316 # into the resulting binary.
13317 hardcode_minus_L=$hardcode_minus_L
13318
13319 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13320 # into the resulting binary.
13321 hardcode_shlibpath_var=$hardcode_shlibpath_var
13322
13323 # Set to "yes" if building a shared library automatically hardcodes DIR
13324 # into the library and all subsequent libraries and executables linked
13325 # against it.
13326 hardcode_automatic=$hardcode_automatic
13327
13328 # Set to yes if linker adds runtime paths of dependent libraries
13329 # to runtime path list.
13330 inherit_rpath=$inherit_rpath
13331
13332 # Whether libtool must link a program against all its dependency libraries.
13333 link_all_deplibs=$link_all_deplibs
13334
13335 # Fix the shell variable \$srcfile for the compiler.
13336 fix_srcfile_path=$lt_fix_srcfile_path
13337
13338 # Set to "yes" if exported symbols are required.
13339 always_export_symbols=$always_export_symbols
13340
13341 # The commands to list exported symbols.
13342 export_symbols_cmds=$lt_export_symbols_cmds
13343
13344 # Symbols that should not be listed in the preloaded symbols.
13345 exclude_expsyms=$lt_exclude_expsyms
13346
13347 # Symbols that must always be exported.
13348 include_expsyms=$lt_include_expsyms
13349
13350 # Commands necessary for linking programs (against libraries) with templates.
13351 prelink_cmds=$lt_prelink_cmds
13352
13353 # Specify filename containing input files.
13354 file_list_spec=$lt_file_list_spec
13355
13356 # How to hardcode a shared library path into an executable.
13357 hardcode_action=$hardcode_action
13358
13359 # ### END LIBTOOL CONFIG
13360
13361 _LT_EOF
13362
13363   case $host_os in
13364   aix3*)
13365     cat <<\_LT_EOF >> "$cfgfile"
13366 # AIX sometimes has problems with the GCC collect2 program.  For some
13367 # reason, if we set the COLLECT_NAMES environment variable, the problems
13368 # vanish in a puff of smoke.
13369 if test "X${COLLECT_NAMES+set}" != Xset; then
13370   COLLECT_NAMES=
13371   export COLLECT_NAMES
13372 fi
13373 _LT_EOF
13374     ;;
13375   esac
13376
13377
13378 ltmain="$ac_aux_dir/ltmain.sh"
13379
13380
13381   # We use sed instead of cat because bash on DJGPP gets confused if
13382   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
13383   # text mode, it properly converts lines to CR/LF.  This bash problem
13384   # is reportedly fixed, but why not run on old versions too?
13385   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13386     || (rm -f "$cfgfile"; exit 1)
13387
13388   case $xsi_shell in
13389   yes)
13390     cat << \_LT_EOF >> "$cfgfile"
13391
13392 # func_dirname file append nondir_replacement
13393 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
13394 # otherwise set result to NONDIR_REPLACEMENT.
13395 func_dirname ()
13396 {
13397   case ${1} in
13398     */*) func_dirname_result="${1%/*}${2}" ;;
13399     *  ) func_dirname_result="${3}" ;;
13400   esac
13401 }
13402
13403 # func_basename file
13404 func_basename ()
13405 {
13406   func_basename_result="${1##*/}"
13407 }
13408
13409 # func_dirname_and_basename file append nondir_replacement
13410 # perform func_basename and func_dirname in a single function
13411 # call:
13412 #   dirname:  Compute the dirname of FILE.  If nonempty,
13413 #             add APPEND to the result, otherwise set result
13414 #             to NONDIR_REPLACEMENT.
13415 #             value returned in "$func_dirname_result"
13416 #   basename: Compute filename of FILE.
13417 #             value retuned in "$func_basename_result"
13418 # Implementation must be kept synchronized with func_dirname
13419 # and func_basename. For efficiency, we do not delegate to
13420 # those functions but instead duplicate the functionality here.
13421 func_dirname_and_basename ()
13422 {
13423   case ${1} in
13424     */*) func_dirname_result="${1%/*}${2}" ;;
13425     *  ) func_dirname_result="${3}" ;;
13426   esac
13427   func_basename_result="${1##*/}"
13428 }
13429
13430 # func_stripname prefix suffix name
13431 # strip PREFIX and SUFFIX off of NAME.
13432 # PREFIX and SUFFIX must not contain globbing or regex special
13433 # characters, hashes, percent signs, but SUFFIX may contain a leading
13434 # dot (in which case that matches only a dot).
13435 func_stripname ()
13436 {
13437   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13438   # positional parameters, so assign one to ordinary parameter first.
13439   func_stripname_result=${3}
13440   func_stripname_result=${func_stripname_result#"${1}"}
13441   func_stripname_result=${func_stripname_result%"${2}"}
13442 }
13443
13444 # func_opt_split
13445 func_opt_split ()
13446 {
13447   func_opt_split_opt=${1%%=*}
13448   func_opt_split_arg=${1#*=}
13449 }
13450
13451 # func_lo2o object
13452 func_lo2o ()
13453 {
13454   case ${1} in
13455     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13456     *)    func_lo2o_result=${1} ;;
13457   esac
13458 }
13459
13460 # func_xform libobj-or-source
13461 func_xform ()
13462 {
13463   func_xform_result=${1%.*}.lo
13464 }
13465
13466 # func_arith arithmetic-term...
13467 func_arith ()
13468 {
13469   func_arith_result=$(( $* ))
13470 }
13471
13472 # func_len string
13473 # STRING may not start with a hyphen.
13474 func_len ()
13475 {
13476   func_len_result=${#1}
13477 }
13478
13479 _LT_EOF
13480     ;;
13481   *) # Bourne compatible functions.
13482     cat << \_LT_EOF >> "$cfgfile"
13483
13484 # func_dirname file append nondir_replacement
13485 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
13486 # otherwise set result to NONDIR_REPLACEMENT.
13487 func_dirname ()
13488 {
13489   # Extract subdirectory from the argument.
13490   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
13491   if test "X$func_dirname_result" = "X${1}"; then
13492     func_dirname_result="${3}"
13493   else
13494     func_dirname_result="$func_dirname_result${2}"
13495   fi
13496 }
13497
13498 # func_basename file
13499 func_basename ()
13500 {
13501   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
13502 }
13503
13504
13505 # func_stripname prefix suffix name
13506 # strip PREFIX and SUFFIX off of NAME.
13507 # PREFIX and SUFFIX must not contain globbing or regex special
13508 # characters, hashes, percent signs, but SUFFIX may contain a leading
13509 # dot (in which case that matches only a dot).
13510 # func_strip_suffix prefix name
13511 func_stripname ()
13512 {
13513   case ${2} in
13514     .*) func_stripname_result=`$ECHO "X${3}" \
13515            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
13516     *)  func_stripname_result=`$ECHO "X${3}" \
13517            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
13518   esac
13519 }
13520
13521 # sed scripts:
13522 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13523 my_sed_long_arg='1s/^-[^=]*=//'
13524
13525 # func_opt_split
13526 func_opt_split ()
13527 {
13528   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
13529   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
13530 }
13531
13532 # func_lo2o object
13533 func_lo2o ()
13534 {
13535   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
13536 }
13537
13538 # func_xform libobj-or-source
13539 func_xform ()
13540 {
13541   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
13542 }
13543
13544 # func_arith arithmetic-term...
13545 func_arith ()
13546 {
13547   func_arith_result=`expr "$@"`
13548 }
13549
13550 # func_len string
13551 # STRING may not start with a hyphen.
13552 func_len ()
13553 {
13554   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13555 }
13556
13557 _LT_EOF
13558 esac
13559
13560 case $lt_shell_append in
13561   yes)
13562     cat << \_LT_EOF >> "$cfgfile"
13563
13564 # func_append var value
13565 # Append VALUE to the end of shell variable VAR.
13566 func_append ()
13567 {
13568   eval "$1+=\$2"
13569 }
13570 _LT_EOF
13571     ;;
13572   *)
13573     cat << \_LT_EOF >> "$cfgfile"
13574
13575 # func_append var value
13576 # Append VALUE to the end of shell variable VAR.
13577 func_append ()
13578 {
13579   eval "$1=\$$1\$2"
13580 }
13581
13582 _LT_EOF
13583     ;;
13584   esac
13585
13586
13587   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13588     || (rm -f "$cfgfile"; exit 1)
13589
13590   mv -f "$cfgfile" "$ofile" ||
13591     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13592   chmod +x "$ofile"
13593
13594  ;;
13595
13596   esac
13597 done # for ac_tag
13598
13599
13600 as_fn_exit 0
13601 _ACEOF
13602 ac_clean_files=$ac_clean_files_save
13603
13604 test $ac_write_fail = 0 ||
13605   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
13606
13607
13608 # configure is writing to config.log, and then calls config.status.
13609 # config.status does its own redirection, appending to config.log.
13610 # Unfortunately, on DOS this fails, as config.log is still kept open
13611 # by configure, so config.status won't be able to write to it; its
13612 # output is simply discarded.  So we exec the FD to /dev/null,
13613 # effectively closing config.log, so it can be properly (re)opened and
13614 # appended to by config.status.  When coming back to configure, we
13615 # need to make the FD available again.
13616 if test "$no_create" != yes; then
13617   ac_cs_success=:
13618   ac_config_status_args=
13619   test "$silent" = yes &&
13620     ac_config_status_args="$ac_config_status_args --quiet"
13621   exec 5>/dev/null
13622   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13623   exec 5>>config.log
13624   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13625   # would make configure fail if this is the last instruction.
13626   $ac_cs_success || as_fn_exit 1
13627 fi
13628 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13629   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13630 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13631 fi
13632
13633