Update gssdp to 0.8.2
[platform/upstream/gssdp.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.67 for gssdp 0.8.2.
4 #
5 # Report bugs to <http://www.gupnp.org/>.
6 #
7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10 # Foundation, Inc.
11 #
12 #
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
18
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22   emulate sh
23   NULLCMD=:
24   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25   # is contrary to our usage.  Disable this feature.
26   alias -g '${1+"$@"}'='"$@"'
27   setopt NO_GLOB_SUBST
28 else
29   case `(set -o) 2>/dev/null` in #(
30   *posix*) :
31     set -o posix ;; #(
32   *) :
33      ;;
34 esac
35 fi
36
37
38 as_nl='
39 '
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49   as_echo='print -r --'
50   as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52   as_echo='printf %s\n'
53   as_echo_n='printf %s'
54 else
55   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57     as_echo_n='/usr/ucb/echo -n'
58   else
59     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60     as_echo_n_body='eval
61       arg=$1;
62       case $arg in #(
63       *"$as_nl"*)
64         expr "X$arg" : "X\\(.*\\)$as_nl";
65         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66       esac;
67       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68     '
69     export as_echo_n_body
70     as_echo_n='sh -c $as_echo_n_body as_echo'
71   fi
72   export as_echo_body
73   as_echo='sh -c $as_echo_body as_echo'
74 fi
75
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78   PATH_SEPARATOR=:
79   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81       PATH_SEPARATOR=';'
82   }
83 fi
84
85
86 # IFS
87 # We need space, tab and new line, in precisely that order.  Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" ""        $as_nl"
92
93 # Find who we are.  Look in the path if we contain no directory separator.
94 case $0 in #((
95   *[\\/]* ) as_myself=$0 ;;
96   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
98 do
99   IFS=$as_save_IFS
100   test -z "$as_dir" && as_dir=.
101     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102   done
103 IFS=$as_save_IFS
104
105      ;;
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110   as_myself=$0
111 fi
112 if test ! -f "$as_myself"; then
113   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114   exit 1
115 fi
116
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there.  '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
128
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
134
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137
138 if test "x$CONFIG_SHELL" = x; then
139   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140   emulate sh
141   NULLCMD=:
142   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143   # is contrary to our usage.  Disable this feature.
144   alias -g '\${1+\"\$@\"}'='\"\$@\"'
145   setopt NO_GLOB_SUBST
146 else
147   case \`(set -o) 2>/dev/null\` in #(
148   *posix*) :
149     set -o posix ;; #(
150   *) :
151      ;;
152 esac
153 fi
154 "
155   as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
160
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167
168 else
169   exitcode=1; echo positional parameters were not saved.
170 fi
171 test x\$exitcode = x0 || exit 1"
172   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177   if (eval "$as_required") 2>/dev/null; then :
178   as_have_required=yes
179 else
180   as_have_required=no
181 fi
182   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
183
184 else
185   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
188 do
189   IFS=$as_save_IFS
190   test -z "$as_dir" && as_dir=.
191   as_found=:
192   case $as_dir in #(
193          /*)
194            for as_base in sh bash ksh sh5; do
195              # Try only shells that exist, to save several forks.
196              as_shell=$as_dir/$as_base
197              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199   CONFIG_SHELL=$as_shell as_have_required=yes
200                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201   break 2
202 fi
203 fi
204            done;;
205        esac
206   as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210   CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
213
214
215       if test "x$CONFIG_SHELL" != x; then :
216   # We cannot yet assume a decent shell, so we have to provide a
217         # neutralization value for shells without unset; and this also
218         # works around shells that cannot unset nonexistent variables.
219         BASH_ENV=/dev/null
220         ENV=/dev/null
221         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222         export CONFIG_SHELL
223         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
224 fi
225
226     if test x$as_have_required = xno; then :
227   $as_echo "$0: This script requires a shell more modern than all"
228   $as_echo "$0: the shells that I found on your system."
229   if test x${ZSH_VERSION+set} = xset ; then
230     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232   else
233     $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: http://www.gupnp.org/ about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
238   fi
239   exit 1
240 fi
241 fi
242 fi
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
248
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
256 {
257   { eval $1=; unset $1;}
258 }
259 as_unset=as_fn_unset
260
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
265 {
266   return $1
267 } # as_fn_set_status
268
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
273 {
274   set +e
275   as_fn_set_status $1
276   exit $1
277 } # as_fn_exit
278
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
283 {
284
285   case $as_dir in #(
286   -*) as_dir=./$as_dir;;
287   esac
288   test -d "$as_dir" || eval $as_mkdir_p || {
289     as_dirs=
290     while :; do
291       case $as_dir in #(
292       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293       *) as_qdir=$as_dir;;
294       esac
295       as_dirs="'$as_qdir' $as_dirs"
296       as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298          X"$as_dir" : 'X\(//\)[^/]' \| \
299          X"$as_dir" : 'X\(//\)$' \| \
300          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303             s//\1/
304             q
305           }
306           /^X\(\/\/\)[^/].*/{
307             s//\1/
308             q
309           }
310           /^X\(\/\/\)$/{
311             s//\1/
312             q
313           }
314           /^X\(\/\).*/{
315             s//\1/
316             q
317           }
318           s/.*/./; q'`
319       test -d "$as_dir" && break
320     done
321     test -z "$as_dirs" || eval "mkdir $as_dirs"
322   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
323
324
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333   eval 'as_fn_append ()
334   {
335     eval $1+=\$2
336   }'
337 else
338   as_fn_append ()
339   {
340     eval $1=\$$1\$2
341   }
342 fi # as_fn_append
343
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350   eval 'as_fn_arith ()
351   {
352     as_val=$(( $* ))
353   }'
354 else
355   as_fn_arith ()
356   {
357     as_val=`expr "$@" || test $? -eq 1`
358   }
359 fi # as_fn_arith
360
361
362 # as_fn_error STATUS ERROR [LINENO LOG_FD]
363 # ----------------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with STATUS, using 1 if that was 0.
367 as_fn_error ()
368 {
369   as_status=$1; test $as_status -eq 0 && as_status=1
370   if test "$4"; then
371     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
373   fi
374   $as_echo "$as_me: error: $2" >&2
375   as_fn_exit $as_status
376 } # as_fn_error
377
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379    test "X`expr 00001 : '.*\(...\)'`" = X001; then
380   as_expr=expr
381 else
382   as_expr=false
383 fi
384
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386   as_basename=basename
387 else
388   as_basename=false
389 fi
390
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392   as_dirname=dirname
393 else
394   as_dirname=false
395 fi
396
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399          X"$0" : 'X\(//\)$' \| \
400          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402     sed '/^.*\/\([^/][^/]*\)\/*$/{
403             s//\1/
404             q
405           }
406           /^X\/\(\/\/\)$/{
407             s//\1/
408             q
409           }
410           /^X\/\(\/\).*/{
411             s//\1/
412             q
413           }
414           s/.*/./; q'`
415
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
422
423
424   as_lineno_1=$LINENO as_lineno_1a=$LINENO
425   as_lineno_2=$LINENO as_lineno_2a=$LINENO
426   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
429   sed -n '
430     p
431     /[$]LINENO/=
432   ' <$as_myself |
433     sed '
434       s/[$]LINENO.*/&-/
435       t lineno
436       b
437       :lineno
438       N
439       :loop
440       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441       t loop
442       s/-\n.*//
443     ' >$as_me.lineno &&
444   chmod +x "$as_me.lineno" ||
445     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
446
447   # Don't try to exec as it changes $[0], causing all sort of problems
448   # (the dirname of $[0] is not the place where we might find the
449   # original and so on.  Autoconf is especially sensitive to this).
450   . "./$as_me.lineno"
451   # Exit status is that of the last command.
452   exit
453 }
454
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458   case `echo 'xy\c'` in
459   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
460   xy)  ECHO_C='\c';;
461   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
462        ECHO_T=' ';;
463   esac;;
464 *)
465   ECHO_N='-n';;
466 esac
467
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470   rm -f conf$$.dir/conf$$.file
471 else
472   rm -f conf$$.dir
473   mkdir conf$$.dir 2>/dev/null
474 fi
475 if (echo >conf$$.file) 2>/dev/null; then
476   if ln -s conf$$.file conf$$ 2>/dev/null; then
477     as_ln_s='ln -s'
478     # ... but there are two gotchas:
479     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481     # In both cases, we have to default to `cp -p'.
482     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483       as_ln_s='cp -p'
484   elif ln conf$$.file conf$$ 2>/dev/null; then
485     as_ln_s=ln
486   else
487     as_ln_s='cp -p'
488   fi
489 else
490   as_ln_s='cp -p'
491 fi
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
494
495 if mkdir -p . 2>/dev/null; then
496   as_mkdir_p='mkdir -p "$as_dir"'
497 else
498   test -d ./-p && rmdir ./-p
499   as_mkdir_p=false
500 fi
501
502 if test -x / >/dev/null 2>&1; then
503   as_test_x='test -x'
504 else
505   if ls -dL / >/dev/null 2>&1; then
506     as_ls_L_option=L
507   else
508     as_ls_L_option=
509   fi
510   as_test_x='
511     eval sh -c '\''
512       if test -d "$1"; then
513         test -d "$1/.";
514       else
515         case $1 in #(
516         -*)set "./$1";;
517         esac;
518         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519         ???[sx]*):;;*)false;;esac;fi
520     '\'' sh
521   '
522 fi
523 as_executable_p=$as_test_x
524
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
527
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
530
531
532
533 # Check that we are running under the correct shell.
534 SHELL=${CONFIG_SHELL-/bin/sh}
535
536 case X$lt_ECHO in
537 X*--fallback-echo)
538   # Remove one level of quotation (which was required for Make).
539   ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
540   ;;
541 esac
542
543 ECHO=${lt_ECHO-echo}
544 if test "X$1" = X--no-reexec; then
545   # Discard the --no-reexec flag, and continue.
546   shift
547 elif test "X$1" = X--fallback-echo; then
548   # Avoid inline document here, it may be left over
549   :
550 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
551   # Yippee, $ECHO works!
552   :
553 else
554   # Restart under the correct shell.
555   exec $SHELL "$0" --no-reexec ${1+"$@"}
556 fi
557
558 if test "X$1" = X--fallback-echo; then
559   # used as fallback echo
560   shift
561   cat <<_LT_EOF
562 $*
563 _LT_EOF
564   exit 0
565 fi
566
567 # The HP-UX ksh and POSIX shell print the target directory to stdout
568 # if CDPATH is set.
569 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
570
571 if test -z "$lt_ECHO"; then
572   if test "X${echo_test_string+set}" != Xset; then
573     # find a string as large as possible, as long as the shell can cope with it
574     for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
575       # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
576       if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
577          { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
578       then
579         break
580       fi
581     done
582   fi
583
584   if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
585      echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
586      test "X$echo_testing_string" = "X$echo_test_string"; then
587     :
588   else
589     # The Solaris, AIX, and Digital Unix default echo programs unquote
590     # backslashes.  This makes it impossible to quote backslashes using
591     #   echo "$something" | sed 's/\\/\\\\/g'
592     #
593     # So, first we look for a working echo in the user's PATH.
594
595     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
596     for dir in $PATH /usr/ucb; do
597       IFS="$lt_save_ifs"
598       if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
599          test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
600          echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
601          test "X$echo_testing_string" = "X$echo_test_string"; then
602         ECHO="$dir/echo"
603         break
604       fi
605     done
606     IFS="$lt_save_ifs"
607
608     if test "X$ECHO" = Xecho; then
609       # We didn't find a better echo, so look for alternatives.
610       if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
611          echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
612          test "X$echo_testing_string" = "X$echo_test_string"; then
613         # This shell has a builtin print -r that does the trick.
614         ECHO='print -r'
615       elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
616            test "X$CONFIG_SHELL" != X/bin/ksh; then
617         # If we have ksh, try running configure again with it.
618         ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
619         export ORIGINAL_CONFIG_SHELL
620         CONFIG_SHELL=/bin/ksh
621         export CONFIG_SHELL
622         exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
623       else
624         # Try using printf.
625         ECHO='printf %s\n'
626         if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
627            echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
628            test "X$echo_testing_string" = "X$echo_test_string"; then
629           # Cool, printf works
630           :
631         elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
632              test "X$echo_testing_string" = 'X\t' &&
633              echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
634              test "X$echo_testing_string" = "X$echo_test_string"; then
635           CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
636           export CONFIG_SHELL
637           SHELL="$CONFIG_SHELL"
638           export SHELL
639           ECHO="$CONFIG_SHELL $0 --fallback-echo"
640         elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
641              test "X$echo_testing_string" = 'X\t' &&
642              echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
643              test "X$echo_testing_string" = "X$echo_test_string"; then
644           ECHO="$CONFIG_SHELL $0 --fallback-echo"
645         else
646           # maybe with a smaller string...
647           prev=:
648
649           for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
650             if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
651             then
652               break
653             fi
654             prev="$cmd"
655           done
656
657           if test "$prev" != 'sed 50q "$0"'; then
658             echo_test_string=`eval $prev`
659             export echo_test_string
660             exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
661           else
662             # Oops.  We lost completely, so just stick with echo.
663             ECHO=echo
664           fi
665         fi
666       fi
667     fi
668   fi
669 fi
670
671 # Copy echo and quote the copy suitably for passing to libtool from
672 # the Makefile, instead of quoting the original, which is used later.
673 lt_ECHO=$ECHO
674 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
675    lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
676 fi
677
678
679
680
681 test -n "$DJDIR" || exec 7<&0 </dev/null
682 exec 6>&1
683
684 # Name of the host.
685 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
686 # so uname gets run too.
687 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
688
689 #
690 # Initializations.
691 #
692 ac_default_prefix=/usr/local
693 ac_clean_files=
694 ac_config_libobj_dir=.
695 LIBOBJS=
696 cross_compiling=no
697 subdirs=
698 MFLAGS=
699 MAKEFLAGS=
700
701 # Identity of this package.
702 PACKAGE_NAME='gssdp'
703 PACKAGE_TARNAME='gssdp'
704 PACKAGE_VERSION='0.8.2'
705 PACKAGE_STRING='gssdp 0.8.2'
706 PACKAGE_BUGREPORT='http://www.gupnp.org/'
707 PACKAGE_URL=''
708
709 ac_unique_file="libgssdp/gssdp-client.c"
710 # Factoring default headers for most tests.
711 ac_includes_default="\
712 #include <stdio.h>
713 #ifdef HAVE_SYS_TYPES_H
714 # include <sys/types.h>
715 #endif
716 #ifdef HAVE_SYS_STAT_H
717 # include <sys/stat.h>
718 #endif
719 #ifdef STDC_HEADERS
720 # include <stdlib.h>
721 # include <stddef.h>
722 #else
723 # ifdef HAVE_STDLIB_H
724 #  include <stdlib.h>
725 # endif
726 #endif
727 #ifdef HAVE_STRING_H
728 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
729 #  include <memory.h>
730 # endif
731 # include <string.h>
732 #endif
733 #ifdef HAVE_STRINGS_H
734 # include <strings.h>
735 #endif
736 #ifdef HAVE_INTTYPES_H
737 # include <inttypes.h>
738 #endif
739 #ifdef HAVE_STDINT_H
740 # include <stdint.h>
741 #endif
742 #ifdef HAVE_UNISTD_H
743 # include <unistd.h>
744 #endif"
745
746 ac_subst_vars='am__EXEEXT_FALSE
747 am__EXEEXT_TRUE
748 LTLIBOBJS
749 LIBOBJS
750 GTK_DOC_USE_REBASE_FALSE
751 GTK_DOC_USE_REBASE_TRUE
752 GTK_DOC_USE_LIBTOOL_FALSE
753 GTK_DOC_USE_LIBTOOL_TRUE
754 GTK_DOC_BUILD_PDF_FALSE
755 GTK_DOC_BUILD_PDF_TRUE
756 GTK_DOC_BUILD_HTML_FALSE
757 GTK_DOC_BUILD_HTML_TRUE
758 ENABLE_GTK_DOC_FALSE
759 ENABLE_GTK_DOC_TRUE
760 HTML_DIR
761 GTKDOC_MKPDF
762 GTKDOC_REBASE
763 GTKDOC_CHECK
764 HAVE_INTROSPECTION_FALSE
765 HAVE_INTROSPECTION_TRUE
766 INTROSPECTION_MAKEFILE
767 INTROSPECTION_LIBS
768 INTROSPECTION_CFLAGS
769 INTROSPECTION_TYPELIBDIR
770 INTROSPECTION_GIRDIR
771 INTROSPECTION_GENERATE
772 INTROSPECTION_COMPILER
773 INTROSPECTION_SCANNER
774 GLIB_GENMARSHAL
775 USE_LIBGTK_FALSE
776 USE_LIBGTK_TRUE
777 HAVE_LIBGTK
778 LIBGTK_LIBS
779 LIBGTK_CFLAGS
780 LIBGSSDP_LIBS
781 LIBGSSDP_CFLAGS
782 PKG_CONFIG
783 OTOOL64
784 OTOOL
785 LIPO
786 NMEDIT
787 DSYMUTIL
788 lt_ECHO
789 RANLIB
790 AR
791 OBJDUMP
792 LN_S
793 NM
794 ac_ct_DUMPBIN
795 DUMPBIN
796 LD
797 FGREP
798 SED
799 host_os
800 host_vendor
801 host_cpu
802 host
803 build_os
804 build_vendor
805 build_cpu
806 build
807 LIBTOOL
808 EGREP
809 GREP
810 CPP
811 am__fastdepCC_FALSE
812 am__fastdepCC_TRUE
813 CCDEPMODE
814 AMDEPBACKSLASH
815 AMDEP_FALSE
816 AMDEP_TRUE
817 am__quote
818 am__include
819 DEPDIR
820 OBJEXT
821 EXEEXT
822 ac_ct_CC
823 CPPFLAGS
824 LDFLAGS
825 CFLAGS
826 CC
827 AM_BACKSLASH
828 AM_DEFAULT_VERBOSITY
829 am__untar
830 am__tar
831 AMTAR
832 am__leading_dot
833 SET_MAKE
834 AWK
835 mkdir_p
836 MKDIR_P
837 INSTALL_STRIP_PROGRAM
838 STRIP
839 install_sh
840 MAKEINFO
841 AUTOHEADER
842 AUTOMAKE
843 AUTOCONF
844 ACLOCAL
845 VERSION
846 PACKAGE
847 CYGPATH_W
848 am__isrc
849 INSTALL_DATA
850 INSTALL_SCRIPT
851 INSTALL_PROGRAM
852 target_alias
853 host_alias
854 build_alias
855 LIBS
856 ECHO_T
857 ECHO_N
858 ECHO_C
859 DEFS
860 mandir
861 localedir
862 libdir
863 psdir
864 pdfdir
865 dvidir
866 htmldir
867 infodir
868 docdir
869 oldincludedir
870 includedir
871 localstatedir
872 sharedstatedir
873 sysconfdir
874 datadir
875 datarootdir
876 libexecdir
877 sbindir
878 bindir
879 program_transform_name
880 prefix
881 exec_prefix
882 PACKAGE_URL
883 PACKAGE_BUGREPORT
884 PACKAGE_STRING
885 PACKAGE_VERSION
886 PACKAGE_TARNAME
887 PACKAGE_NAME
888 PATH_SEPARATOR
889 SHELL'
890 ac_subst_files=''
891 ac_user_opts='
892 enable_option_checking
893 enable_silent_rules
894 enable_dependency_tracking
895 enable_shared
896 enable_static
897 with_pic
898 enable_fast_install
899 with_gnu_ld
900 enable_libtool_lock
901 with_gtk
902 enable_debug
903 enable_introspection
904 with_html_dir
905 enable_gtk_doc
906 enable_gtk_doc_html
907 enable_gtk_doc_pdf
908 '
909       ac_precious_vars='build_alias
910 host_alias
911 target_alias
912 CC
913 CFLAGS
914 LDFLAGS
915 LIBS
916 CPPFLAGS
917 CPP
918 PKG_CONFIG
919 LIBGSSDP_CFLAGS
920 LIBGSSDP_LIBS
921 LIBGTK_CFLAGS
922 LIBGTK_LIBS'
923
924
925 # Initialize some variables set by options.
926 ac_init_help=
927 ac_init_version=false
928 ac_unrecognized_opts=
929 ac_unrecognized_sep=
930 # The variables have the same names as the options, with
931 # dashes changed to underlines.
932 cache_file=/dev/null
933 exec_prefix=NONE
934 no_create=
935 no_recursion=
936 prefix=NONE
937 program_prefix=NONE
938 program_suffix=NONE
939 program_transform_name=s,x,x,
940 silent=
941 site=
942 srcdir=
943 verbose=
944 x_includes=NONE
945 x_libraries=NONE
946
947 # Installation directory options.
948 # These are left unexpanded so users can "make install exec_prefix=/foo"
949 # and all the variables that are supposed to be based on exec_prefix
950 # by default will actually change.
951 # Use braces instead of parens because sh, perl, etc. also accept them.
952 # (The list follows the same order as the GNU Coding Standards.)
953 bindir='${exec_prefix}/bin'
954 sbindir='${exec_prefix}/sbin'
955 libexecdir='${exec_prefix}/libexec'
956 datarootdir='${prefix}/share'
957 datadir='${datarootdir}'
958 sysconfdir='${prefix}/etc'
959 sharedstatedir='${prefix}/com'
960 localstatedir='${prefix}/var'
961 includedir='${prefix}/include'
962 oldincludedir='/usr/include'
963 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
964 infodir='${datarootdir}/info'
965 htmldir='${docdir}'
966 dvidir='${docdir}'
967 pdfdir='${docdir}'
968 psdir='${docdir}'
969 libdir='${exec_prefix}/lib'
970 localedir='${datarootdir}/locale'
971 mandir='${datarootdir}/man'
972
973 ac_prev=
974 ac_dashdash=
975 for ac_option
976 do
977   # If the previous option needs an argument, assign it.
978   if test -n "$ac_prev"; then
979     eval $ac_prev=\$ac_option
980     ac_prev=
981     continue
982   fi
983
984   case $ac_option in
985   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
986   *=)   ac_optarg= ;;
987   *)    ac_optarg=yes ;;
988   esac
989
990   # Accept the important Cygnus configure options, so we can diagnose typos.
991
992   case $ac_dashdash$ac_option in
993   --)
994     ac_dashdash=yes ;;
995
996   -bindir | --bindir | --bindi | --bind | --bin | --bi)
997     ac_prev=bindir ;;
998   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
999     bindir=$ac_optarg ;;
1000
1001   -build | --build | --buil | --bui | --bu)
1002     ac_prev=build_alias ;;
1003   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1004     build_alias=$ac_optarg ;;
1005
1006   -cache-file | --cache-file | --cache-fil | --cache-fi \
1007   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1008     ac_prev=cache_file ;;
1009   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1010   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1011     cache_file=$ac_optarg ;;
1012
1013   --config-cache | -C)
1014     cache_file=config.cache ;;
1015
1016   -datadir | --datadir | --datadi | --datad)
1017     ac_prev=datadir ;;
1018   -datadir=* | --datadir=* | --datadi=* | --datad=*)
1019     datadir=$ac_optarg ;;
1020
1021   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1022   | --dataroo | --dataro | --datar)
1023     ac_prev=datarootdir ;;
1024   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1025   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1026     datarootdir=$ac_optarg ;;
1027
1028   -disable-* | --disable-*)
1029     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
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--disable-$ac_useropt_orig"
1040          ac_unrecognized_sep=', ';;
1041     esac
1042     eval enable_$ac_useropt=no ;;
1043
1044   -docdir | --docdir | --docdi | --doc | --do)
1045     ac_prev=docdir ;;
1046   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1047     docdir=$ac_optarg ;;
1048
1049   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1050     ac_prev=dvidir ;;
1051   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1052     dvidir=$ac_optarg ;;
1053
1054   -enable-* | --enable-*)
1055     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1056     # Reject names that are not valid shell variable names.
1057     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1058       as_fn_error $? "invalid feature name: $ac_useropt"
1059     ac_useropt_orig=$ac_useropt
1060     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1061     case $ac_user_opts in
1062       *"
1063 "enable_$ac_useropt"
1064 "*) ;;
1065       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1066          ac_unrecognized_sep=', ';;
1067     esac
1068     eval enable_$ac_useropt=\$ac_optarg ;;
1069
1070   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1071   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1072   | --exec | --exe | --ex)
1073     ac_prev=exec_prefix ;;
1074   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1075   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1076   | --exec=* | --exe=* | --ex=*)
1077     exec_prefix=$ac_optarg ;;
1078
1079   -gas | --gas | --ga | --g)
1080     # Obsolete; use --with-gas.
1081     with_gas=yes ;;
1082
1083   -help | --help | --hel | --he | -h)
1084     ac_init_help=long ;;
1085   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1086     ac_init_help=recursive ;;
1087   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1088     ac_init_help=short ;;
1089
1090   -host | --host | --hos | --ho)
1091     ac_prev=host_alias ;;
1092   -host=* | --host=* | --hos=* | --ho=*)
1093     host_alias=$ac_optarg ;;
1094
1095   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1096     ac_prev=htmldir ;;
1097   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1098   | --ht=*)
1099     htmldir=$ac_optarg ;;
1100
1101   -includedir | --includedir | --includedi | --included | --include \
1102   | --includ | --inclu | --incl | --inc)
1103     ac_prev=includedir ;;
1104   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1105   | --includ=* | --inclu=* | --incl=* | --inc=*)
1106     includedir=$ac_optarg ;;
1107
1108   -infodir | --infodir | --infodi | --infod | --info | --inf)
1109     ac_prev=infodir ;;
1110   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1111     infodir=$ac_optarg ;;
1112
1113   -libdir | --libdir | --libdi | --libd)
1114     ac_prev=libdir ;;
1115   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1116     libdir=$ac_optarg ;;
1117
1118   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1119   | --libexe | --libex | --libe)
1120     ac_prev=libexecdir ;;
1121   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1122   | --libexe=* | --libex=* | --libe=*)
1123     libexecdir=$ac_optarg ;;
1124
1125   -localedir | --localedir | --localedi | --localed | --locale)
1126     ac_prev=localedir ;;
1127   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1128     localedir=$ac_optarg ;;
1129
1130   -localstatedir | --localstatedir | --localstatedi | --localstated \
1131   | --localstate | --localstat | --localsta | --localst | --locals)
1132     ac_prev=localstatedir ;;
1133   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1134   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1135     localstatedir=$ac_optarg ;;
1136
1137   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1138     ac_prev=mandir ;;
1139   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1140     mandir=$ac_optarg ;;
1141
1142   -nfp | --nfp | --nf)
1143     # Obsolete; use --without-fp.
1144     with_fp=no ;;
1145
1146   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1147   | --no-cr | --no-c | -n)
1148     no_create=yes ;;
1149
1150   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1151   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1152     no_recursion=yes ;;
1153
1154   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1155   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1156   | --oldin | --oldi | --old | --ol | --o)
1157     ac_prev=oldincludedir ;;
1158   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1159   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1160   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1161     oldincludedir=$ac_optarg ;;
1162
1163   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1164     ac_prev=prefix ;;
1165   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1166     prefix=$ac_optarg ;;
1167
1168   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1169   | --program-pre | --program-pr | --program-p)
1170     ac_prev=program_prefix ;;
1171   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1172   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1173     program_prefix=$ac_optarg ;;
1174
1175   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1176   | --program-suf | --program-su | --program-s)
1177     ac_prev=program_suffix ;;
1178   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1179   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1180     program_suffix=$ac_optarg ;;
1181
1182   -program-transform-name | --program-transform-name \
1183   | --program-transform-nam | --program-transform-na \
1184   | --program-transform-n | --program-transform- \
1185   | --program-transform | --program-transfor \
1186   | --program-transfo | --program-transf \
1187   | --program-trans | --program-tran \
1188   | --progr-tra | --program-tr | --program-t)
1189     ac_prev=program_transform_name ;;
1190   -program-transform-name=* | --program-transform-name=* \
1191   | --program-transform-nam=* | --program-transform-na=* \
1192   | --program-transform-n=* | --program-transform-=* \
1193   | --program-transform=* | --program-transfor=* \
1194   | --program-transfo=* | --program-transf=* \
1195   | --program-trans=* | --program-tran=* \
1196   | --progr-tra=* | --program-tr=* | --program-t=*)
1197     program_transform_name=$ac_optarg ;;
1198
1199   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1200     ac_prev=pdfdir ;;
1201   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1202     pdfdir=$ac_optarg ;;
1203
1204   -psdir | --psdir | --psdi | --psd | --ps)
1205     ac_prev=psdir ;;
1206   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1207     psdir=$ac_optarg ;;
1208
1209   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1210   | -silent | --silent | --silen | --sile | --sil)
1211     silent=yes ;;
1212
1213   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1214     ac_prev=sbindir ;;
1215   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1216   | --sbi=* | --sb=*)
1217     sbindir=$ac_optarg ;;
1218
1219   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1220   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1221   | --sharedst | --shareds | --shared | --share | --shar \
1222   | --sha | --sh)
1223     ac_prev=sharedstatedir ;;
1224   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1225   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1226   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1227   | --sha=* | --sh=*)
1228     sharedstatedir=$ac_optarg ;;
1229
1230   -site | --site | --sit)
1231     ac_prev=site ;;
1232   -site=* | --site=* | --sit=*)
1233     site=$ac_optarg ;;
1234
1235   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1236     ac_prev=srcdir ;;
1237   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1238     srcdir=$ac_optarg ;;
1239
1240   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1241   | --syscon | --sysco | --sysc | --sys | --sy)
1242     ac_prev=sysconfdir ;;
1243   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1244   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1245     sysconfdir=$ac_optarg ;;
1246
1247   -target | --target | --targe | --targ | --tar | --ta | --t)
1248     ac_prev=target_alias ;;
1249   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1250     target_alias=$ac_optarg ;;
1251
1252   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1253     verbose=yes ;;
1254
1255   -version | --version | --versio | --versi | --vers | -V)
1256     ac_init_version=: ;;
1257
1258   -with-* | --with-*)
1259     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1260     # Reject names that are not valid shell variable names.
1261     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1262       as_fn_error $? "invalid package name: $ac_useropt"
1263     ac_useropt_orig=$ac_useropt
1264     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1265     case $ac_user_opts in
1266       *"
1267 "with_$ac_useropt"
1268 "*) ;;
1269       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1270          ac_unrecognized_sep=', ';;
1271     esac
1272     eval with_$ac_useropt=\$ac_optarg ;;
1273
1274   -without-* | --without-*)
1275     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1276     # Reject names that are not valid shell variable names.
1277     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1278       as_fn_error $? "invalid package name: $ac_useropt"
1279     ac_useropt_orig=$ac_useropt
1280     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1281     case $ac_user_opts in
1282       *"
1283 "with_$ac_useropt"
1284 "*) ;;
1285       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1286          ac_unrecognized_sep=', ';;
1287     esac
1288     eval with_$ac_useropt=no ;;
1289
1290   --x)
1291     # Obsolete; use --with-x.
1292     with_x=yes ;;
1293
1294   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1295   | --x-incl | --x-inc | --x-in | --x-i)
1296     ac_prev=x_includes ;;
1297   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1298   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1299     x_includes=$ac_optarg ;;
1300
1301   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1302   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1303     ac_prev=x_libraries ;;
1304   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1305   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1306     x_libraries=$ac_optarg ;;
1307
1308   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1309 Try \`$0 --help' for more information"
1310     ;;
1311
1312   *=*)
1313     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1314     # Reject names that are not valid shell variable names.
1315     case $ac_envvar in #(
1316       '' | [0-9]* | *[!_$as_cr_alnum]* )
1317       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1318     esac
1319     eval $ac_envvar=\$ac_optarg
1320     export $ac_envvar ;;
1321
1322   *)
1323     # FIXME: should be removed in autoconf 3.0.
1324     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1325     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1326       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1327     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1328     ;;
1329
1330   esac
1331 done
1332
1333 if test -n "$ac_prev"; then
1334   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1335   as_fn_error $? "missing argument to $ac_option"
1336 fi
1337
1338 if test -n "$ac_unrecognized_opts"; then
1339   case $enable_option_checking in
1340     no) ;;
1341     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1342     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1343   esac
1344 fi
1345
1346 # Check all directory arguments for consistency.
1347 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1348                 datadir sysconfdir sharedstatedir localstatedir includedir \
1349                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1350                 libdir localedir mandir
1351 do
1352   eval ac_val=\$$ac_var
1353   # Remove trailing slashes.
1354   case $ac_val in
1355     */ )
1356       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1357       eval $ac_var=\$ac_val;;
1358   esac
1359   # Be sure to have absolute directory names.
1360   case $ac_val in
1361     [\\/$]* | ?:[\\/]* )  continue;;
1362     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1363   esac
1364   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1365 done
1366
1367 # There might be people who depend on the old broken behavior: `$host'
1368 # used to hold the argument of --host etc.
1369 # FIXME: To remove some day.
1370 build=$build_alias
1371 host=$host_alias
1372 target=$target_alias
1373
1374 # FIXME: To remove some day.
1375 if test "x$host_alias" != x; then
1376   if test "x$build_alias" = x; then
1377     cross_compiling=maybe
1378     $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1379     If a cross compiler is detected then cross compile mode will be used" >&2
1380   elif test "x$build_alias" != "x$host_alias"; then
1381     cross_compiling=yes
1382   fi
1383 fi
1384
1385 ac_tool_prefix=
1386 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1387
1388 test "$silent" = yes && exec 6>/dev/null
1389
1390
1391 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1392 ac_ls_di=`ls -di .` &&
1393 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1394   as_fn_error $? "working directory cannot be determined"
1395 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1396   as_fn_error $? "pwd does not report name of working directory"
1397
1398
1399 # Find the source files, if location was not specified.
1400 if test -z "$srcdir"; then
1401   ac_srcdir_defaulted=yes
1402   # Try the directory containing this script, then the parent directory.
1403   ac_confdir=`$as_dirname -- "$as_myself" ||
1404 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1405          X"$as_myself" : 'X\(//\)[^/]' \| \
1406          X"$as_myself" : 'X\(//\)$' \| \
1407          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1408 $as_echo X"$as_myself" |
1409     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1410             s//\1/
1411             q
1412           }
1413           /^X\(\/\/\)[^/].*/{
1414             s//\1/
1415             q
1416           }
1417           /^X\(\/\/\)$/{
1418             s//\1/
1419             q
1420           }
1421           /^X\(\/\).*/{
1422             s//\1/
1423             q
1424           }
1425           s/.*/./; q'`
1426   srcdir=$ac_confdir
1427   if test ! -r "$srcdir/$ac_unique_file"; then
1428     srcdir=..
1429   fi
1430 else
1431   ac_srcdir_defaulted=no
1432 fi
1433 if test ! -r "$srcdir/$ac_unique_file"; then
1434   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1435   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1436 fi
1437 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1438 ac_abs_confdir=`(
1439         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1440         pwd)`
1441 # When building in place, set srcdir=.
1442 if test "$ac_abs_confdir" = "$ac_pwd"; then
1443   srcdir=.
1444 fi
1445 # Remove unnecessary trailing slashes from srcdir.
1446 # Double slashes in file names in object file debugging info
1447 # mess up M-x gdb in Emacs.
1448 case $srcdir in
1449 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1450 esac
1451 for ac_var in $ac_precious_vars; do
1452   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1453   eval ac_env_${ac_var}_value=\$${ac_var}
1454   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1455   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1456 done
1457
1458 #
1459 # Report the --help message.
1460 #
1461 if test "$ac_init_help" = "long"; then
1462   # Omit some internal or obsolete options to make the list less imposing.
1463   # This message is too long to be a string in the A/UX 3.1 sh.
1464   cat <<_ACEOF
1465 \`configure' configures gssdp 0.8.2 to adapt to many kinds of systems.
1466
1467 Usage: $0 [OPTION]... [VAR=VALUE]...
1468
1469 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1470 VAR=VALUE.  See below for descriptions of some of the useful variables.
1471
1472 Defaults for the options are specified in brackets.
1473
1474 Configuration:
1475   -h, --help              display this help and exit
1476       --help=short        display options specific to this package
1477       --help=recursive    display the short help of all the included packages
1478   -V, --version           display version information and exit
1479   -q, --quiet, --silent   do not print \`checking ...' messages
1480       --cache-file=FILE   cache test results in FILE [disabled]
1481   -C, --config-cache      alias for \`--cache-file=config.cache'
1482   -n, --no-create         do not create output files
1483       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1484
1485 Installation directories:
1486   --prefix=PREFIX         install architecture-independent files in PREFIX
1487                           [$ac_default_prefix]
1488   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1489                           [PREFIX]
1490
1491 By default, \`make install' will install all the files in
1492 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1493 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1494 for instance \`--prefix=\$HOME'.
1495
1496 For better control, use the options below.
1497
1498 Fine tuning of the installation directories:
1499   --bindir=DIR            user executables [EPREFIX/bin]
1500   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1501   --libexecdir=DIR        program executables [EPREFIX/libexec]
1502   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1503   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1504   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1505   --libdir=DIR            object code libraries [EPREFIX/lib]
1506   --includedir=DIR        C header files [PREFIX/include]
1507   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1508   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1509   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1510   --infodir=DIR           info documentation [DATAROOTDIR/info]
1511   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1512   --mandir=DIR            man documentation [DATAROOTDIR/man]
1513   --docdir=DIR            documentation root [DATAROOTDIR/doc/gssdp]
1514   --htmldir=DIR           html documentation [DOCDIR]
1515   --dvidir=DIR            dvi documentation [DOCDIR]
1516   --pdfdir=DIR            pdf documentation [DOCDIR]
1517   --psdir=DIR             ps documentation [DOCDIR]
1518 _ACEOF
1519
1520   cat <<\_ACEOF
1521
1522 Program names:
1523   --program-prefix=PREFIX            prepend PREFIX to installed program names
1524   --program-suffix=SUFFIX            append SUFFIX to installed program names
1525   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1526
1527 System types:
1528   --build=BUILD     configure for building on BUILD [guessed]
1529   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1530 _ACEOF
1531 fi
1532
1533 if test -n "$ac_init_help"; then
1534   case $ac_init_help in
1535      short | recursive ) echo "Configuration of gssdp 0.8.2:";;
1536    esac
1537   cat <<\_ACEOF
1538
1539 Optional Features:
1540   --disable-option-checking  ignore unrecognized --enable/--with options
1541   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1542   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1543   --enable-silent-rules          less verbose build output (undo: `make V=1')
1544   --disable-silent-rules         verbose build output (undo: `make V=0')
1545   --disable-dependency-tracking  speeds up one-time build
1546   --enable-dependency-tracking   do not reject slow dependency extractors
1547   --enable-shared[=PKGS]  build shared libraries [default=yes]
1548   --enable-static[=PKGS]  build static libraries [default=yes]
1549   --enable-fast-install[=PKGS]
1550                           optimize for fast installation [default=yes]
1551   --disable-libtool-lock  avoid locking (might break parallel builds)
1552   --enable-debug          enable debugging
1553   --enable-introspection=[no/auto/yes]
1554                           Enable introspection for this build
1555   --enable-gtk-doc        use gtk-doc to build documentation [[default=no]]
1556   --enable-gtk-doc-html   build documentation in html format [[default=yes]]
1557   --enable-gtk-doc-pdf    build documentation in pdf format [[default=no]]
1558
1559 Optional Packages:
1560   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1561   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1562   --with-pic              try to use only PIC/non-PIC objects [default=use
1563                           both]
1564   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1565   --without-gtk           compile without gtk+ support
1566   --with-html-dir=PATH    path to installed docs
1567
1568 Some influential environment variables:
1569   CC          C compiler command
1570   CFLAGS      C compiler flags
1571   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1572               nonstandard directory <lib dir>
1573   LIBS        libraries to pass to the linker, e.g. -l<library>
1574   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1575               you have headers in a nonstandard directory <include dir>
1576   CPP         C preprocessor
1577   PKG_CONFIG  path to pkg-config utility
1578   LIBGSSDP_CFLAGS
1579               C compiler flags for LIBGSSDP, overriding pkg-config
1580   LIBGSSDP_LIBS
1581               linker flags for LIBGSSDP, overriding pkg-config
1582   LIBGTK_CFLAGS
1583               C compiler flags for LIBGTK, overriding pkg-config
1584   LIBGTK_LIBS linker flags for LIBGTK, overriding pkg-config
1585
1586 Use these variables to override the choices made by `configure' or to help
1587 it to find libraries and programs with nonstandard names/locations.
1588
1589 Report bugs to <http://www.gupnp.org/>.
1590 _ACEOF
1591 ac_status=$?
1592 fi
1593
1594 if test "$ac_init_help" = "recursive"; then
1595   # If there are subdirs, report their specific --help.
1596   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1597     test -d "$ac_dir" ||
1598       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1599       continue
1600     ac_builddir=.
1601
1602 case "$ac_dir" in
1603 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1604 *)
1605   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1606   # A ".." for each directory in $ac_dir_suffix.
1607   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1608   case $ac_top_builddir_sub in
1609   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1610   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1611   esac ;;
1612 esac
1613 ac_abs_top_builddir=$ac_pwd
1614 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1615 # for backward compatibility:
1616 ac_top_builddir=$ac_top_build_prefix
1617
1618 case $srcdir in
1619   .)  # We are building in place.
1620     ac_srcdir=.
1621     ac_top_srcdir=$ac_top_builddir_sub
1622     ac_abs_top_srcdir=$ac_pwd ;;
1623   [\\/]* | ?:[\\/]* )  # Absolute name.
1624     ac_srcdir=$srcdir$ac_dir_suffix;
1625     ac_top_srcdir=$srcdir
1626     ac_abs_top_srcdir=$srcdir ;;
1627   *) # Relative name.
1628     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1629     ac_top_srcdir=$ac_top_build_prefix$srcdir
1630     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1631 esac
1632 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1633
1634     cd "$ac_dir" || { ac_status=$?; continue; }
1635     # Check for guested configure.
1636     if test -f "$ac_srcdir/configure.gnu"; then
1637       echo &&
1638       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1639     elif test -f "$ac_srcdir/configure"; then
1640       echo &&
1641       $SHELL "$ac_srcdir/configure" --help=recursive
1642     else
1643       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1644     fi || ac_status=$?
1645     cd "$ac_pwd" || { ac_status=$?; break; }
1646   done
1647 fi
1648
1649 test -n "$ac_init_help" && exit $ac_status
1650 if $ac_init_version; then
1651   cat <<\_ACEOF
1652 gssdp configure 0.8.2
1653 generated by GNU Autoconf 2.67
1654
1655 Copyright (C) 2010 Free Software Foundation, Inc.
1656 This configure script is free software; the Free Software Foundation
1657 gives unlimited permission to copy, distribute and modify it.
1658 _ACEOF
1659   exit
1660 fi
1661
1662 ## ------------------------ ##
1663 ## Autoconf initialization. ##
1664 ## ------------------------ ##
1665
1666 # ac_fn_c_try_compile LINENO
1667 # --------------------------
1668 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1669 ac_fn_c_try_compile ()
1670 {
1671   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1672   rm -f conftest.$ac_objext
1673   if { { ac_try="$ac_compile"
1674 case "(($ac_try" in
1675   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1676   *) ac_try_echo=$ac_try;;
1677 esac
1678 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1679 $as_echo "$ac_try_echo"; } >&5
1680   (eval "$ac_compile") 2>conftest.err
1681   ac_status=$?
1682   if test -s conftest.err; then
1683     grep -v '^ *+' conftest.err >conftest.er1
1684     cat conftest.er1 >&5
1685     mv -f conftest.er1 conftest.err
1686   fi
1687   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1688   test $ac_status = 0; } && {
1689          test -z "$ac_c_werror_flag" ||
1690          test ! -s conftest.err
1691        } && test -s conftest.$ac_objext; then :
1692   ac_retval=0
1693 else
1694   $as_echo "$as_me: failed program was:" >&5
1695 sed 's/^/| /' conftest.$ac_ext >&5
1696
1697         ac_retval=1
1698 fi
1699   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1700   as_fn_set_status $ac_retval
1701
1702 } # ac_fn_c_try_compile
1703
1704 # ac_fn_c_try_link LINENO
1705 # -----------------------
1706 # Try to link conftest.$ac_ext, and return whether this succeeded.
1707 ac_fn_c_try_link ()
1708 {
1709   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1710   rm -f conftest.$ac_objext conftest$ac_exeext
1711   if { { ac_try="$ac_link"
1712 case "(($ac_try" in
1713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1714   *) ac_try_echo=$ac_try;;
1715 esac
1716 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1717 $as_echo "$ac_try_echo"; } >&5
1718   (eval "$ac_link") 2>conftest.err
1719   ac_status=$?
1720   if test -s conftest.err; then
1721     grep -v '^ *+' conftest.err >conftest.er1
1722     cat conftest.er1 >&5
1723     mv -f conftest.er1 conftest.err
1724   fi
1725   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1726   test $ac_status = 0; } && {
1727          test -z "$ac_c_werror_flag" ||
1728          test ! -s conftest.err
1729        } && test -s conftest$ac_exeext && {
1730          test "$cross_compiling" = yes ||
1731          $as_test_x conftest$ac_exeext
1732        }; then :
1733   ac_retval=0
1734 else
1735   $as_echo "$as_me: failed program was:" >&5
1736 sed 's/^/| /' conftest.$ac_ext >&5
1737
1738         ac_retval=1
1739 fi
1740   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1741   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1742   # interfere with the next link command; also delete a directory that is
1743   # left behind by Apple's compiler.  We do this before executing the actions.
1744   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1745   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1746   as_fn_set_status $ac_retval
1747
1748 } # ac_fn_c_try_link
1749
1750 # ac_fn_c_try_cpp LINENO
1751 # ----------------------
1752 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1753 ac_fn_c_try_cpp ()
1754 {
1755   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1756   if { { ac_try="$ac_cpp conftest.$ac_ext"
1757 case "(($ac_try" in
1758   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1759   *) ac_try_echo=$ac_try;;
1760 esac
1761 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1762 $as_echo "$ac_try_echo"; } >&5
1763   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1764   ac_status=$?
1765   if test -s conftest.err; then
1766     grep -v '^ *+' conftest.err >conftest.er1
1767     cat conftest.er1 >&5
1768     mv -f conftest.er1 conftest.err
1769   fi
1770   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1771   test $ac_status = 0; } > conftest.i && {
1772          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1773          test ! -s conftest.err
1774        }; then :
1775   ac_retval=0
1776 else
1777   $as_echo "$as_me: failed program was:" >&5
1778 sed 's/^/| /' conftest.$ac_ext >&5
1779
1780     ac_retval=1
1781 fi
1782   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1783   as_fn_set_status $ac_retval
1784
1785 } # ac_fn_c_try_cpp
1786
1787 # ac_fn_c_try_run LINENO
1788 # ----------------------
1789 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1790 # that executables *can* be run.
1791 ac_fn_c_try_run ()
1792 {
1793   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1794   if { { ac_try="$ac_link"
1795 case "(($ac_try" in
1796   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1797   *) ac_try_echo=$ac_try;;
1798 esac
1799 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1800 $as_echo "$ac_try_echo"; } >&5
1801   (eval "$ac_link") 2>&5
1802   ac_status=$?
1803   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1804   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1805   { { case "(($ac_try" in
1806   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1807   *) ac_try_echo=$ac_try;;
1808 esac
1809 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1810 $as_echo "$ac_try_echo"; } >&5
1811   (eval "$ac_try") 2>&5
1812   ac_status=$?
1813   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1814   test $ac_status = 0; }; }; then :
1815   ac_retval=0
1816 else
1817   $as_echo "$as_me: program exited with status $ac_status" >&5
1818        $as_echo "$as_me: failed program was:" >&5
1819 sed 's/^/| /' conftest.$ac_ext >&5
1820
1821        ac_retval=$ac_status
1822 fi
1823   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1824   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1825   as_fn_set_status $ac_retval
1826
1827 } # ac_fn_c_try_run
1828
1829 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1830 # -------------------------------------------------------
1831 # Tests whether HEADER exists and can be compiled using the include files in
1832 # INCLUDES, setting the cache variable VAR accordingly.
1833 ac_fn_c_check_header_compile ()
1834 {
1835   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1836   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1837 $as_echo_n "checking for $2... " >&6; }
1838 if eval "test \"\${$3+set}\"" = set; then :
1839   $as_echo_n "(cached) " >&6
1840 else
1841   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1842 /* end confdefs.h.  */
1843 $4
1844 #include <$2>
1845 _ACEOF
1846 if ac_fn_c_try_compile "$LINENO"; then :
1847   eval "$3=yes"
1848 else
1849   eval "$3=no"
1850 fi
1851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1852 fi
1853 eval ac_res=\$$3
1854                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1855 $as_echo "$ac_res" >&6; }
1856   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1857
1858 } # ac_fn_c_check_header_compile
1859
1860 # ac_fn_c_check_func LINENO FUNC VAR
1861 # ----------------------------------
1862 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1863 ac_fn_c_check_func ()
1864 {
1865   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1866   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1867 $as_echo_n "checking for $2... " >&6; }
1868 if eval "test \"\${$3+set}\"" = set; then :
1869   $as_echo_n "(cached) " >&6
1870 else
1871   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1872 /* end confdefs.h.  */
1873 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1874    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1875 #define $2 innocuous_$2
1876
1877 /* System header to define __stub macros and hopefully few prototypes,
1878     which can conflict with char $2 (); below.
1879     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1880     <limits.h> exists even on freestanding compilers.  */
1881
1882 #ifdef __STDC__
1883 # include <limits.h>
1884 #else
1885 # include <assert.h>
1886 #endif
1887
1888 #undef $2
1889
1890 /* Override any GCC internal prototype to avoid an error.
1891    Use char because int might match the return type of a GCC
1892    builtin and then its argument prototype would still apply.  */
1893 #ifdef __cplusplus
1894 extern "C"
1895 #endif
1896 char $2 ();
1897 /* The GNU C library defines this for functions which it implements
1898     to always fail with ENOSYS.  Some functions are actually named
1899     something starting with __ and the normal name is an alias.  */
1900 #if defined __stub_$2 || defined __stub___$2
1901 choke me
1902 #endif
1903
1904 int
1905 main ()
1906 {
1907 return $2 ();
1908   ;
1909   return 0;
1910 }
1911 _ACEOF
1912 if ac_fn_c_try_link "$LINENO"; then :
1913   eval "$3=yes"
1914 else
1915   eval "$3=no"
1916 fi
1917 rm -f core conftest.err conftest.$ac_objext \
1918     conftest$ac_exeext conftest.$ac_ext
1919 fi
1920 eval ac_res=\$$3
1921                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1922 $as_echo "$ac_res" >&6; }
1923   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1924
1925 } # ac_fn_c_check_func
1926 cat >config.log <<_ACEOF
1927 This file contains any messages produced by compilers while
1928 running configure, to aid debugging if configure makes a mistake.
1929
1930 It was created by gssdp $as_me 0.8.2, which was
1931 generated by GNU Autoconf 2.67.  Invocation command line was
1932
1933   $ $0 $@
1934
1935 _ACEOF
1936 exec 5>>config.log
1937 {
1938 cat <<_ASUNAME
1939 ## --------- ##
1940 ## Platform. ##
1941 ## --------- ##
1942
1943 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1944 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1945 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1946 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1947 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1948
1949 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1950 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1951
1952 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1953 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1954 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1955 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1956 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1957 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1958 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1959
1960 _ASUNAME
1961
1962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1963 for as_dir in $PATH
1964 do
1965   IFS=$as_save_IFS
1966   test -z "$as_dir" && as_dir=.
1967     $as_echo "PATH: $as_dir"
1968   done
1969 IFS=$as_save_IFS
1970
1971 } >&5
1972
1973 cat >&5 <<_ACEOF
1974
1975
1976 ## ----------- ##
1977 ## Core tests. ##
1978 ## ----------- ##
1979
1980 _ACEOF
1981
1982
1983 # Keep a trace of the command line.
1984 # Strip out --no-create and --no-recursion so they do not pile up.
1985 # Strip out --silent because we don't want to record it for future runs.
1986 # Also quote any args containing shell meta-characters.
1987 # Make two passes to allow for proper duplicate-argument suppression.
1988 ac_configure_args=
1989 ac_configure_args0=
1990 ac_configure_args1=
1991 ac_must_keep_next=false
1992 for ac_pass in 1 2
1993 do
1994   for ac_arg
1995   do
1996     case $ac_arg in
1997     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1998     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1999     | -silent | --silent | --silen | --sile | --sil)
2000       continue ;;
2001     *\'*)
2002       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2003     esac
2004     case $ac_pass in
2005     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2006     2)
2007       as_fn_append ac_configure_args1 " '$ac_arg'"
2008       if test $ac_must_keep_next = true; then
2009         ac_must_keep_next=false # Got value, back to normal.
2010       else
2011         case $ac_arg in
2012           *=* | --config-cache | -C | -disable-* | --disable-* \
2013           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2014           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2015           | -with-* | --with-* | -without-* | --without-* | --x)
2016             case "$ac_configure_args0 " in
2017               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2018             esac
2019             ;;
2020           -* ) ac_must_keep_next=true ;;
2021         esac
2022       fi
2023       as_fn_append ac_configure_args " '$ac_arg'"
2024       ;;
2025     esac
2026   done
2027 done
2028 { ac_configure_args0=; unset ac_configure_args0;}
2029 { ac_configure_args1=; unset ac_configure_args1;}
2030
2031 # When interrupted or exit'd, cleanup temporary files, and complete
2032 # config.log.  We remove comments because anyway the quotes in there
2033 # would cause problems or look ugly.
2034 # WARNING: Use '\'' to represent an apostrophe within the trap.
2035 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2036 trap 'exit_status=$?
2037   # Save into config.log some information that might help in debugging.
2038   {
2039     echo
2040
2041     $as_echo "## ---------------- ##
2042 ## Cache variables. ##
2043 ## ---------------- ##"
2044     echo
2045     # The following way of writing the cache mishandles newlines in values,
2046 (
2047   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2048     eval ac_val=\$$ac_var
2049     case $ac_val in #(
2050     *${as_nl}*)
2051       case $ac_var in #(
2052       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2053 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2054       esac
2055       case $ac_var in #(
2056       _ | IFS | as_nl) ;; #(
2057       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2058       *) { eval $ac_var=; unset $ac_var;} ;;
2059       esac ;;
2060     esac
2061   done
2062   (set) 2>&1 |
2063     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2064     *${as_nl}ac_space=\ *)
2065       sed -n \
2066         "s/'\''/'\''\\\\'\'''\''/g;
2067           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2068       ;; #(
2069     *)
2070       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2071       ;;
2072     esac |
2073     sort
2074 )
2075     echo
2076
2077     $as_echo "## ----------------- ##
2078 ## Output variables. ##
2079 ## ----------------- ##"
2080     echo
2081     for ac_var in $ac_subst_vars
2082     do
2083       eval ac_val=\$$ac_var
2084       case $ac_val in
2085       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2086       esac
2087       $as_echo "$ac_var='\''$ac_val'\''"
2088     done | sort
2089     echo
2090
2091     if test -n "$ac_subst_files"; then
2092       $as_echo "## ------------------- ##
2093 ## File substitutions. ##
2094 ## ------------------- ##"
2095       echo
2096       for ac_var in $ac_subst_files
2097       do
2098         eval ac_val=\$$ac_var
2099         case $ac_val in
2100         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2101         esac
2102         $as_echo "$ac_var='\''$ac_val'\''"
2103       done | sort
2104       echo
2105     fi
2106
2107     if test -s confdefs.h; then
2108       $as_echo "## ----------- ##
2109 ## confdefs.h. ##
2110 ## ----------- ##"
2111       echo
2112       cat confdefs.h
2113       echo
2114     fi
2115     test "$ac_signal" != 0 &&
2116       $as_echo "$as_me: caught signal $ac_signal"
2117     $as_echo "$as_me: exit $exit_status"
2118   } >&5
2119   rm -f core *.core core.conftest.* &&
2120     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2121     exit $exit_status
2122 ' 0
2123 for ac_signal in 1 2 13 15; do
2124   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2125 done
2126 ac_signal=0
2127
2128 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2129 rm -f -r conftest* confdefs.h
2130
2131 $as_echo "/* confdefs.h */" > confdefs.h
2132
2133 # Predefined preprocessor variables.
2134
2135 cat >>confdefs.h <<_ACEOF
2136 #define PACKAGE_NAME "$PACKAGE_NAME"
2137 _ACEOF
2138
2139 cat >>confdefs.h <<_ACEOF
2140 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2141 _ACEOF
2142
2143 cat >>confdefs.h <<_ACEOF
2144 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2145 _ACEOF
2146
2147 cat >>confdefs.h <<_ACEOF
2148 #define PACKAGE_STRING "$PACKAGE_STRING"
2149 _ACEOF
2150
2151 cat >>confdefs.h <<_ACEOF
2152 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2153 _ACEOF
2154
2155 cat >>confdefs.h <<_ACEOF
2156 #define PACKAGE_URL "$PACKAGE_URL"
2157 _ACEOF
2158
2159
2160 # Let the site file select an alternate cache file if it wants to.
2161 # Prefer an explicitly selected file to automatically selected ones.
2162 ac_site_file1=NONE
2163 ac_site_file2=NONE
2164 if test -n "$CONFIG_SITE"; then
2165   # We do not want a PATH search for config.site.
2166   case $CONFIG_SITE in #((
2167     -*)  ac_site_file1=./$CONFIG_SITE;;
2168     */*) ac_site_file1=$CONFIG_SITE;;
2169     *)   ac_site_file1=./$CONFIG_SITE;;
2170   esac
2171 elif test "x$prefix" != xNONE; then
2172   ac_site_file1=$prefix/share/config.site
2173   ac_site_file2=$prefix/etc/config.site
2174 else
2175   ac_site_file1=$ac_default_prefix/share/config.site
2176   ac_site_file2=$ac_default_prefix/etc/config.site
2177 fi
2178 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2179 do
2180   test "x$ac_site_file" = xNONE && continue
2181   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2182     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2183 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2184     sed 's/^/| /' "$ac_site_file" >&5
2185     . "$ac_site_file" \
2186       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2187 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2188 as_fn_error $? "failed to load site script $ac_site_file
2189 See \`config.log' for more details" "$LINENO" 5 ; }
2190   fi
2191 done
2192
2193 if test -r "$cache_file"; then
2194   # Some versions of bash will fail to source /dev/null (special files
2195   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2196   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2197     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2198 $as_echo "$as_me: loading cache $cache_file" >&6;}
2199     case $cache_file in
2200       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2201       *)                      . "./$cache_file";;
2202     esac
2203   fi
2204 else
2205   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2206 $as_echo "$as_me: creating cache $cache_file" >&6;}
2207   >$cache_file
2208 fi
2209
2210 # Check that the precious variables saved in the cache have kept the same
2211 # value.
2212 ac_cache_corrupted=false
2213 for ac_var in $ac_precious_vars; do
2214   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2215   eval ac_new_set=\$ac_env_${ac_var}_set
2216   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2217   eval ac_new_val=\$ac_env_${ac_var}_value
2218   case $ac_old_set,$ac_new_set in
2219     set,)
2220       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2221 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2222       ac_cache_corrupted=: ;;
2223     ,set)
2224       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2225 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2226       ac_cache_corrupted=: ;;
2227     ,);;
2228     *)
2229       if test "x$ac_old_val" != "x$ac_new_val"; then
2230         # differences in whitespace do not lead to failure.
2231         ac_old_val_w=`echo x $ac_old_val`
2232         ac_new_val_w=`echo x $ac_new_val`
2233         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2234           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2235 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2236           ac_cache_corrupted=:
2237         else
2238           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2239 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2240           eval $ac_var=\$ac_old_val
2241         fi
2242         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2243 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2244         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2245 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2246       fi;;
2247   esac
2248   # Pass precious variables to config.status.
2249   if test "$ac_new_set" = set; then
2250     case $ac_new_val in
2251     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2252     *) ac_arg=$ac_var=$ac_new_val ;;
2253     esac
2254     case " $ac_configure_args " in
2255       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2256       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2257     esac
2258   fi
2259 done
2260 if $ac_cache_corrupted; then
2261   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2262 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2263   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2264 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2265   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2266 fi
2267 ## -------------------- ##
2268 ## Main body of script. ##
2269 ## -------------------- ##
2270
2271 ac_ext=c
2272 ac_cpp='$CPP $CPPFLAGS'
2273 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2274 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2275 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2276
2277
2278 am__api_version='1.11'
2279
2280 ac_aux_dir=
2281 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2282   if test -f "$ac_dir/install-sh"; then
2283     ac_aux_dir=$ac_dir
2284     ac_install_sh="$ac_aux_dir/install-sh -c"
2285     break
2286   elif test -f "$ac_dir/install.sh"; then
2287     ac_aux_dir=$ac_dir
2288     ac_install_sh="$ac_aux_dir/install.sh -c"
2289     break
2290   elif test -f "$ac_dir/shtool"; then
2291     ac_aux_dir=$ac_dir
2292     ac_install_sh="$ac_aux_dir/shtool install -c"
2293     break
2294   fi
2295 done
2296 if test -z "$ac_aux_dir"; then
2297   as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2298 fi
2299
2300 # These three variables are undocumented and unsupported,
2301 # and are intended to be withdrawn in a future Autoconf release.
2302 # They can cause serious problems if a builder's source tree is in a directory
2303 # whose full name contains unusual characters.
2304 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2305 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2306 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2307
2308
2309 # Find a good install program.  We prefer a C program (faster),
2310 # so one script is as good as another.  But avoid the broken or
2311 # incompatible versions:
2312 # SysV /etc/install, /usr/sbin/install
2313 # SunOS /usr/etc/install
2314 # IRIX /sbin/install
2315 # AIX /bin/install
2316 # AmigaOS /C/install, which installs bootblocks on floppy discs
2317 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2318 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2319 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2320 # OS/2's system install, which has a completely different semantic
2321 # ./install, which can be erroneously created by make from ./install.sh.
2322 # Reject install programs that cannot install multiple files.
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2324 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2325 if test -z "$INSTALL"; then
2326 if test "${ac_cv_path_install+set}" = set; then :
2327   $as_echo_n "(cached) " >&6
2328 else
2329   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2330 for as_dir in $PATH
2331 do
2332   IFS=$as_save_IFS
2333   test -z "$as_dir" && as_dir=.
2334     # Account for people who put trailing slashes in PATH elements.
2335 case $as_dir/ in #((
2336   ./ | .// | /[cC]/* | \
2337   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2338   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2339   /usr/ucb/* ) ;;
2340   *)
2341     # OSF1 and SCO ODT 3.0 have their own names for install.
2342     # Don't use installbsd from OSF since it installs stuff as root
2343     # by default.
2344     for ac_prog in ginstall scoinst install; do
2345       for ac_exec_ext in '' $ac_executable_extensions; do
2346         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2347           if test $ac_prog = install &&
2348             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2349             # AIX install.  It has an incompatible calling convention.
2350             :
2351           elif test $ac_prog = install &&
2352             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2353             # program-specific install script used by HP pwplus--don't use.
2354             :
2355           else
2356             rm -rf conftest.one conftest.two conftest.dir
2357             echo one > conftest.one
2358             echo two > conftest.two
2359             mkdir conftest.dir
2360             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2361               test -s conftest.one && test -s conftest.two &&
2362               test -s conftest.dir/conftest.one &&
2363               test -s conftest.dir/conftest.two
2364             then
2365               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2366               break 3
2367             fi
2368           fi
2369         fi
2370       done
2371     done
2372     ;;
2373 esac
2374
2375   done
2376 IFS=$as_save_IFS
2377
2378 rm -rf conftest.one conftest.two conftest.dir
2379
2380 fi
2381   if test "${ac_cv_path_install+set}" = set; then
2382     INSTALL=$ac_cv_path_install
2383   else
2384     # As a last resort, use the slow shell script.  Don't cache a
2385     # value for INSTALL within a source directory, because that will
2386     # break other packages using the cache if that directory is
2387     # removed, or if the value is a relative name.
2388     INSTALL=$ac_install_sh
2389   fi
2390 fi
2391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2392 $as_echo "$INSTALL" >&6; }
2393
2394 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2395 # It thinks the first close brace ends the variable substitution.
2396 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2397
2398 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2399
2400 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2401
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2403 $as_echo_n "checking whether build environment is sane... " >&6; }
2404 # Just in case
2405 sleep 1
2406 echo timestamp > conftest.file
2407 # Reject unsafe characters in $srcdir or the absolute working directory
2408 # name.  Accept space and tab only in the latter.
2409 am_lf='
2410 '
2411 case `pwd` in
2412   *[\\\"\#\$\&\'\`$am_lf]*)
2413     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2414 esac
2415 case $srcdir in
2416   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2417     as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2418 esac
2419
2420 # Do `set' in a subshell so we don't clobber the current shell's
2421 # arguments.  Must try -L first in case configure is actually a
2422 # symlink; some systems play weird games with the mod time of symlinks
2423 # (eg FreeBSD returns the mod time of the symlink's containing
2424 # directory).
2425 if (
2426    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2427    if test "$*" = "X"; then
2428       # -L didn't work.
2429       set X `ls -t "$srcdir/configure" conftest.file`
2430    fi
2431    rm -f conftest.file
2432    if test "$*" != "X $srcdir/configure conftest.file" \
2433       && test "$*" != "X conftest.file $srcdir/configure"; then
2434
2435       # If neither matched, then we have a broken ls.  This can happen
2436       # if, for instance, CONFIG_SHELL is bash and it inherits a
2437       # broken ls alias from the environment.  This has actually
2438       # happened.  Such a system could not be considered "sane".
2439       as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2440 alias in your environment" "$LINENO" 5
2441    fi
2442
2443    test "$2" = conftest.file
2444    )
2445 then
2446    # Ok.
2447    :
2448 else
2449    as_fn_error $? "newly created file is older than distributed files!
2450 Check your system clock" "$LINENO" 5
2451 fi
2452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2453 $as_echo "yes" >&6; }
2454 test "$program_prefix" != NONE &&
2455   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2456 # Use a double $ so make ignores it.
2457 test "$program_suffix" != NONE &&
2458   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2459 # Double any \ or $.
2460 # By default was `s,x,x', remove it if useless.
2461 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2462 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2463
2464 # expand $ac_aux_dir to an absolute path
2465 am_aux_dir=`cd $ac_aux_dir && pwd`
2466
2467 if test x"${MISSING+set}" != xset; then
2468   case $am_aux_dir in
2469   *\ * | *\     *)
2470     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2471   *)
2472     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2473   esac
2474 fi
2475 # Use eval to expand $SHELL
2476 if eval "$MISSING --run true"; then
2477   am_missing_run="$MISSING --run "
2478 else
2479   am_missing_run=
2480   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2481 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2482 fi
2483
2484 if test x"${install_sh}" != xset; then
2485   case $am_aux_dir in
2486   *\ * | *\     *)
2487     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2488   *)
2489     install_sh="\${SHELL} $am_aux_dir/install-sh"
2490   esac
2491 fi
2492
2493 # Installed binaries are usually stripped using `strip' when the user
2494 # run `make install-strip'.  However `strip' might not be the right
2495 # tool to use in cross-compilation environments, therefore Automake
2496 # will honor the `STRIP' environment variable to overrule this program.
2497 if test "$cross_compiling" != no; then
2498   if test -n "$ac_tool_prefix"; then
2499   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2500 set dummy ${ac_tool_prefix}strip; ac_word=$2
2501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2502 $as_echo_n "checking for $ac_word... " >&6; }
2503 if test "${ac_cv_prog_STRIP+set}" = set; then :
2504   $as_echo_n "(cached) " >&6
2505 else
2506   if test -n "$STRIP"; then
2507   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2508 else
2509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2510 for as_dir in $PATH
2511 do
2512   IFS=$as_save_IFS
2513   test -z "$as_dir" && as_dir=.
2514     for ac_exec_ext in '' $ac_executable_extensions; do
2515   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2516     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2517     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2518     break 2
2519   fi
2520 done
2521   done
2522 IFS=$as_save_IFS
2523
2524 fi
2525 fi
2526 STRIP=$ac_cv_prog_STRIP
2527 if test -n "$STRIP"; then
2528   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2529 $as_echo "$STRIP" >&6; }
2530 else
2531   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2532 $as_echo "no" >&6; }
2533 fi
2534
2535
2536 fi
2537 if test -z "$ac_cv_prog_STRIP"; then
2538   ac_ct_STRIP=$STRIP
2539   # Extract the first word of "strip", so it can be a program name with args.
2540 set dummy strip; ac_word=$2
2541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2542 $as_echo_n "checking for $ac_word... " >&6; }
2543 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2544   $as_echo_n "(cached) " >&6
2545 else
2546   if test -n "$ac_ct_STRIP"; then
2547   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2548 else
2549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2550 for as_dir in $PATH
2551 do
2552   IFS=$as_save_IFS
2553   test -z "$as_dir" && as_dir=.
2554     for ac_exec_ext in '' $ac_executable_extensions; do
2555   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2556     ac_cv_prog_ac_ct_STRIP="strip"
2557     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2558     break 2
2559   fi
2560 done
2561   done
2562 IFS=$as_save_IFS
2563
2564 fi
2565 fi
2566 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2567 if test -n "$ac_ct_STRIP"; then
2568   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2569 $as_echo "$ac_ct_STRIP" >&6; }
2570 else
2571   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2572 $as_echo "no" >&6; }
2573 fi
2574
2575   if test "x$ac_ct_STRIP" = x; then
2576     STRIP=":"
2577   else
2578     case $cross_compiling:$ac_tool_warned in
2579 yes:)
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2581 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2582 ac_tool_warned=yes ;;
2583 esac
2584     STRIP=$ac_ct_STRIP
2585   fi
2586 else
2587   STRIP="$ac_cv_prog_STRIP"
2588 fi
2589
2590 fi
2591 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2592
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2594 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2595 if test -z "$MKDIR_P"; then
2596   if test "${ac_cv_path_mkdir+set}" = set; then :
2597   $as_echo_n "(cached) " >&6
2598 else
2599   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2600 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2601 do
2602   IFS=$as_save_IFS
2603   test -z "$as_dir" && as_dir=.
2604     for ac_prog in mkdir gmkdir; do
2605          for ac_exec_ext in '' $ac_executable_extensions; do
2606            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2607            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2608              'mkdir (GNU coreutils) '* | \
2609              'mkdir (coreutils) '* | \
2610              'mkdir (fileutils) '4.1*)
2611                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2612                break 3;;
2613            esac
2614          done
2615        done
2616   done
2617 IFS=$as_save_IFS
2618
2619 fi
2620
2621   test -d ./--version && rmdir ./--version
2622   if test "${ac_cv_path_mkdir+set}" = set; then
2623     MKDIR_P="$ac_cv_path_mkdir -p"
2624   else
2625     # As a last resort, use the slow shell script.  Don't cache a
2626     # value for MKDIR_P within a source directory, because that will
2627     # break other packages using the cache if that directory is
2628     # removed, or if the value is a relative name.
2629     MKDIR_P="$ac_install_sh -d"
2630   fi
2631 fi
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2633 $as_echo "$MKDIR_P" >&6; }
2634
2635 mkdir_p="$MKDIR_P"
2636 case $mkdir_p in
2637   [\\/$]* | ?:[\\/]*) ;;
2638   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2639 esac
2640
2641 for ac_prog in gawk mawk nawk awk
2642 do
2643   # Extract the first word of "$ac_prog", so it can be a program name with args.
2644 set dummy $ac_prog; ac_word=$2
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2646 $as_echo_n "checking for $ac_word... " >&6; }
2647 if test "${ac_cv_prog_AWK+set}" = set; then :
2648   $as_echo_n "(cached) " >&6
2649 else
2650   if test -n "$AWK"; then
2651   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2652 else
2653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2654 for as_dir in $PATH
2655 do
2656   IFS=$as_save_IFS
2657   test -z "$as_dir" && as_dir=.
2658     for ac_exec_ext in '' $ac_executable_extensions; do
2659   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2660     ac_cv_prog_AWK="$ac_prog"
2661     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2662     break 2
2663   fi
2664 done
2665   done
2666 IFS=$as_save_IFS
2667
2668 fi
2669 fi
2670 AWK=$ac_cv_prog_AWK
2671 if test -n "$AWK"; then
2672   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2673 $as_echo "$AWK" >&6; }
2674 else
2675   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2676 $as_echo "no" >&6; }
2677 fi
2678
2679
2680   test -n "$AWK" && break
2681 done
2682
2683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2684 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2685 set x ${MAKE-make}
2686 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2687 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2688   $as_echo_n "(cached) " >&6
2689 else
2690   cat >conftest.make <<\_ACEOF
2691 SHELL = /bin/sh
2692 all:
2693         @echo '@@@%%%=$(MAKE)=@@@%%%'
2694 _ACEOF
2695 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2696 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2697   *@@@%%%=?*=@@@%%%*)
2698     eval ac_cv_prog_make_${ac_make}_set=yes;;
2699   *)
2700     eval ac_cv_prog_make_${ac_make}_set=no;;
2701 esac
2702 rm -f conftest.make
2703 fi
2704 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2705   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2706 $as_echo "yes" >&6; }
2707   SET_MAKE=
2708 else
2709   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2710 $as_echo "no" >&6; }
2711   SET_MAKE="MAKE=${MAKE-make}"
2712 fi
2713
2714 rm -rf .tst 2>/dev/null
2715 mkdir .tst 2>/dev/null
2716 if test -d .tst; then
2717   am__leading_dot=.
2718 else
2719   am__leading_dot=_
2720 fi
2721 rmdir .tst 2>/dev/null
2722
2723 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2724   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2725   # is not polluted with repeated "-I."
2726   am__isrc=' -I$(srcdir)'
2727   # test to see if srcdir already configured
2728   if test -f $srcdir/config.status; then
2729     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2730   fi
2731 fi
2732
2733 # test whether we have cygpath
2734 if test -z "$CYGPATH_W"; then
2735   if (cygpath --version) >/dev/null 2>/dev/null; then
2736     CYGPATH_W='cygpath -w'
2737   else
2738     CYGPATH_W=echo
2739   fi
2740 fi
2741
2742
2743 # Define the identity of the package.
2744  PACKAGE='gssdp'
2745  VERSION='0.8.2'
2746
2747
2748 cat >>confdefs.h <<_ACEOF
2749 #define PACKAGE "$PACKAGE"
2750 _ACEOF
2751
2752
2753 cat >>confdefs.h <<_ACEOF
2754 #define VERSION "$VERSION"
2755 _ACEOF
2756
2757 # Some tools Automake needs.
2758
2759 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2760
2761
2762 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2763
2764
2765 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2766
2767
2768 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2769
2770
2771 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2772
2773 # We need awk for the "check" target.  The system "awk" is bad on
2774 # some platforms.
2775 # Always define AMTAR for backward compatibility.
2776
2777 AMTAR=${AMTAR-"${am_missing_run}tar"}
2778
2779 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2780
2781
2782
2783
2784
2785
2786 ac_config_headers="$ac_config_headers config.h"
2787
2788
2789 # Check whether --enable-silent-rules was given.
2790 if test "${enable_silent_rules+set}" = set; then :
2791   enableval=$enable_silent_rules;
2792 fi
2793
2794 case $enable_silent_rules in
2795 yes) AM_DEFAULT_VERBOSITY=0;;
2796 no)  AM_DEFAULT_VERBOSITY=1;;
2797 *)   AM_DEFAULT_VERBOSITY=0;;
2798 esac
2799 AM_BACKSLASH='\'
2800
2801
2802 DEPDIR="${am__leading_dot}deps"
2803
2804 ac_config_commands="$ac_config_commands depfiles"
2805
2806
2807 am_make=${MAKE-make}
2808 cat > confinc << 'END'
2809 am__doit:
2810         @echo this is the am__doit target
2811 .PHONY: am__doit
2812 END
2813 # If we don't find an include directive, just comment out the code.
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
2815 $as_echo_n "checking for style of include used by $am_make... " >&6; }
2816 am__include="#"
2817 am__quote=
2818 _am_result=none
2819 # First try GNU make style include.
2820 echo "include confinc" > confmf
2821 # Ignore all kinds of additional output from `make'.
2822 case `$am_make -s -f confmf 2> /dev/null` in #(
2823 *the\ am__doit\ target*)
2824   am__include=include
2825   am__quote=
2826   _am_result=GNU
2827   ;;
2828 esac
2829 # Now try BSD make style include.
2830 if test "$am__include" = "#"; then
2831    echo '.include "confinc"' > confmf
2832    case `$am_make -s -f confmf 2> /dev/null` in #(
2833    *the\ am__doit\ target*)
2834      am__include=.include
2835      am__quote="\""
2836      _am_result=BSD
2837      ;;
2838    esac
2839 fi
2840
2841
2842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
2843 $as_echo "$_am_result" >&6; }
2844 rm -f confinc confmf
2845
2846 # Check whether --enable-dependency-tracking was given.
2847 if test "${enable_dependency_tracking+set}" = set; then :
2848   enableval=$enable_dependency_tracking;
2849 fi
2850
2851 if test "x$enable_dependency_tracking" != xno; then
2852   am_depcomp="$ac_aux_dir/depcomp"
2853   AMDEPBACKSLASH='\'
2854 fi
2855  if test "x$enable_dependency_tracking" != xno; then
2856   AMDEP_TRUE=
2857   AMDEP_FALSE='#'
2858 else
2859   AMDEP_TRUE='#'
2860   AMDEP_FALSE=
2861 fi
2862
2863
2864 ac_ext=c
2865 ac_cpp='$CPP $CPPFLAGS'
2866 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2867 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2868 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2869 if test -n "$ac_tool_prefix"; then
2870   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2871 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2873 $as_echo_n "checking for $ac_word... " >&6; }
2874 if test "${ac_cv_prog_CC+set}" = set; then :
2875   $as_echo_n "(cached) " >&6
2876 else
2877   if test -n "$CC"; then
2878   ac_cv_prog_CC="$CC" # Let the user override the test.
2879 else
2880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2881 for as_dir in $PATH
2882 do
2883   IFS=$as_save_IFS
2884   test -z "$as_dir" && as_dir=.
2885     for ac_exec_ext in '' $ac_executable_extensions; do
2886   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2887     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2888     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2889     break 2
2890   fi
2891 done
2892   done
2893 IFS=$as_save_IFS
2894
2895 fi
2896 fi
2897 CC=$ac_cv_prog_CC
2898 if test -n "$CC"; then
2899   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2900 $as_echo "$CC" >&6; }
2901 else
2902   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2903 $as_echo "no" >&6; }
2904 fi
2905
2906
2907 fi
2908 if test -z "$ac_cv_prog_CC"; then
2909   ac_ct_CC=$CC
2910   # Extract the first word of "gcc", so it can be a program name with args.
2911 set dummy gcc; ac_word=$2
2912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2913 $as_echo_n "checking for $ac_word... " >&6; }
2914 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2915   $as_echo_n "(cached) " >&6
2916 else
2917   if test -n "$ac_ct_CC"; then
2918   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2919 else
2920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2921 for as_dir in $PATH
2922 do
2923   IFS=$as_save_IFS
2924   test -z "$as_dir" && as_dir=.
2925     for ac_exec_ext in '' $ac_executable_extensions; do
2926   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2927     ac_cv_prog_ac_ct_CC="gcc"
2928     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2929     break 2
2930   fi
2931 done
2932   done
2933 IFS=$as_save_IFS
2934
2935 fi
2936 fi
2937 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2938 if test -n "$ac_ct_CC"; then
2939   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2940 $as_echo "$ac_ct_CC" >&6; }
2941 else
2942   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2943 $as_echo "no" >&6; }
2944 fi
2945
2946   if test "x$ac_ct_CC" = x; then
2947     CC=""
2948   else
2949     case $cross_compiling:$ac_tool_warned in
2950 yes:)
2951 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2952 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2953 ac_tool_warned=yes ;;
2954 esac
2955     CC=$ac_ct_CC
2956   fi
2957 else
2958   CC="$ac_cv_prog_CC"
2959 fi
2960
2961 if test -z "$CC"; then
2962           if test -n "$ac_tool_prefix"; then
2963     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2964 set dummy ${ac_tool_prefix}cc; ac_word=$2
2965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2966 $as_echo_n "checking for $ac_word... " >&6; }
2967 if test "${ac_cv_prog_CC+set}" = set; then :
2968   $as_echo_n "(cached) " >&6
2969 else
2970   if test -n "$CC"; then
2971   ac_cv_prog_CC="$CC" # Let the user override the test.
2972 else
2973 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2974 for as_dir in $PATH
2975 do
2976   IFS=$as_save_IFS
2977   test -z "$as_dir" && as_dir=.
2978     for ac_exec_ext in '' $ac_executable_extensions; do
2979   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2980     ac_cv_prog_CC="${ac_tool_prefix}cc"
2981     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2982     break 2
2983   fi
2984 done
2985   done
2986 IFS=$as_save_IFS
2987
2988 fi
2989 fi
2990 CC=$ac_cv_prog_CC
2991 if test -n "$CC"; then
2992   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2993 $as_echo "$CC" >&6; }
2994 else
2995   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2996 $as_echo "no" >&6; }
2997 fi
2998
2999
3000   fi
3001 fi
3002 if test -z "$CC"; then
3003   # Extract the first word of "cc", so it can be a program name with args.
3004 set dummy cc; ac_word=$2
3005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3006 $as_echo_n "checking for $ac_word... " >&6; }
3007 if test "${ac_cv_prog_CC+set}" = set; then :
3008   $as_echo_n "(cached) " >&6
3009 else
3010   if test -n "$CC"; then
3011   ac_cv_prog_CC="$CC" # Let the user override the test.
3012 else
3013   ac_prog_rejected=no
3014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3015 for as_dir in $PATH
3016 do
3017   IFS=$as_save_IFS
3018   test -z "$as_dir" && as_dir=.
3019     for ac_exec_ext in '' $ac_executable_extensions; do
3020   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3021     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3022        ac_prog_rejected=yes
3023        continue
3024      fi
3025     ac_cv_prog_CC="cc"
3026     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3027     break 2
3028   fi
3029 done
3030   done
3031 IFS=$as_save_IFS
3032
3033 if test $ac_prog_rejected = yes; then
3034   # We found a bogon in the path, so make sure we never use it.
3035   set dummy $ac_cv_prog_CC
3036   shift
3037   if test $# != 0; then
3038     # We chose a different compiler from the bogus one.
3039     # However, it has the same basename, so the bogon will be chosen
3040     # first if we set CC to just the basename; use the full file name.
3041     shift
3042     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3043   fi
3044 fi
3045 fi
3046 fi
3047 CC=$ac_cv_prog_CC
3048 if test -n "$CC"; then
3049   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3050 $as_echo "$CC" >&6; }
3051 else
3052   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3053 $as_echo "no" >&6; }
3054 fi
3055
3056
3057 fi
3058 if test -z "$CC"; then
3059   if test -n "$ac_tool_prefix"; then
3060   for ac_prog in cl.exe
3061   do
3062     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3063 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3065 $as_echo_n "checking for $ac_word... " >&6; }
3066 if test "${ac_cv_prog_CC+set}" = set; then :
3067   $as_echo_n "(cached) " >&6
3068 else
3069   if test -n "$CC"; then
3070   ac_cv_prog_CC="$CC" # Let the user override the test.
3071 else
3072 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3073 for as_dir in $PATH
3074 do
3075   IFS=$as_save_IFS
3076   test -z "$as_dir" && as_dir=.
3077     for ac_exec_ext in '' $ac_executable_extensions; do
3078   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3079     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3080     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3081     break 2
3082   fi
3083 done
3084   done
3085 IFS=$as_save_IFS
3086
3087 fi
3088 fi
3089 CC=$ac_cv_prog_CC
3090 if test -n "$CC"; then
3091   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3092 $as_echo "$CC" >&6; }
3093 else
3094   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3095 $as_echo "no" >&6; }
3096 fi
3097
3098
3099     test -n "$CC" && break
3100   done
3101 fi
3102 if test -z "$CC"; then
3103   ac_ct_CC=$CC
3104   for ac_prog in cl.exe
3105 do
3106   # Extract the first word of "$ac_prog", so it can be a program name with args.
3107 set dummy $ac_prog; ac_word=$2
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3109 $as_echo_n "checking for $ac_word... " >&6; }
3110 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3111   $as_echo_n "(cached) " >&6
3112 else
3113   if test -n "$ac_ct_CC"; then
3114   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3115 else
3116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3117 for as_dir in $PATH
3118 do
3119   IFS=$as_save_IFS
3120   test -z "$as_dir" && as_dir=.
3121     for ac_exec_ext in '' $ac_executable_extensions; do
3122   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3123     ac_cv_prog_ac_ct_CC="$ac_prog"
3124     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3125     break 2
3126   fi
3127 done
3128   done
3129 IFS=$as_save_IFS
3130
3131 fi
3132 fi
3133 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3134 if test -n "$ac_ct_CC"; then
3135   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3136 $as_echo "$ac_ct_CC" >&6; }
3137 else
3138   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3139 $as_echo "no" >&6; }
3140 fi
3141
3142
3143   test -n "$ac_ct_CC" && break
3144 done
3145
3146   if test "x$ac_ct_CC" = x; then
3147     CC=""
3148   else
3149     case $cross_compiling:$ac_tool_warned in
3150 yes:)
3151 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3152 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3153 ac_tool_warned=yes ;;
3154 esac
3155     CC=$ac_ct_CC
3156   fi
3157 fi
3158
3159 fi
3160
3161
3162 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3163 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3164 as_fn_error $? "no acceptable C compiler found in \$PATH
3165 See \`config.log' for more details" "$LINENO" 5 ; }
3166
3167 # Provide some information about the compiler.
3168 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3169 set X $ac_compile
3170 ac_compiler=$2
3171 for ac_option in --version -v -V -qversion; do
3172   { { ac_try="$ac_compiler $ac_option >&5"
3173 case "(($ac_try" in
3174   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3175   *) ac_try_echo=$ac_try;;
3176 esac
3177 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3178 $as_echo "$ac_try_echo"; } >&5
3179   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3180   ac_status=$?
3181   if test -s conftest.err; then
3182     sed '10a\
3183 ... rest of stderr output deleted ...
3184          10q' conftest.err >conftest.er1
3185     cat conftest.er1 >&5
3186   fi
3187   rm -f conftest.er1 conftest.err
3188   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3189   test $ac_status = 0; }
3190 done
3191
3192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3193 /* end confdefs.h.  */
3194
3195 int
3196 main ()
3197 {
3198
3199   ;
3200   return 0;
3201 }
3202 _ACEOF
3203 ac_clean_files_save=$ac_clean_files
3204 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3205 # Try to create an executable without -o first, disregard a.out.
3206 # It will help us diagnose broken compilers, and finding out an intuition
3207 # of exeext.
3208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3209 $as_echo_n "checking whether the C compiler works... " >&6; }
3210 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3211
3212 # The possible output files:
3213 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3214
3215 ac_rmfiles=
3216 for ac_file in $ac_files
3217 do
3218   case $ac_file in
3219     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3220     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3221   esac
3222 done
3223 rm -f $ac_rmfiles
3224
3225 if { { ac_try="$ac_link_default"
3226 case "(($ac_try" in
3227   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3228   *) ac_try_echo=$ac_try;;
3229 esac
3230 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3231 $as_echo "$ac_try_echo"; } >&5
3232   (eval "$ac_link_default") 2>&5
3233   ac_status=$?
3234   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3235   test $ac_status = 0; }; then :
3236   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3237 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3238 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3239 # so that the user can short-circuit this test for compilers unknown to
3240 # Autoconf.
3241 for ac_file in $ac_files ''
3242 do
3243   test -f "$ac_file" || continue
3244   case $ac_file in
3245     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3246         ;;
3247     [ab].out )
3248         # We found the default executable, but exeext='' is most
3249         # certainly right.
3250         break;;
3251     *.* )
3252         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3253         then :; else
3254            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3255         fi
3256         # We set ac_cv_exeext here because the later test for it is not
3257         # safe: cross compilers may not add the suffix if given an `-o'
3258         # argument, so we may need to know it at that point already.
3259         # Even if this section looks crufty: it has the advantage of
3260         # actually working.
3261         break;;
3262     * )
3263         break;;
3264   esac
3265 done
3266 test "$ac_cv_exeext" = no && ac_cv_exeext=
3267
3268 else
3269   ac_file=''
3270 fi
3271 if test -z "$ac_file"; then :
3272   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3273 $as_echo "no" >&6; }
3274 $as_echo "$as_me: failed program was:" >&5
3275 sed 's/^/| /' conftest.$ac_ext >&5
3276
3277 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3278 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3279 as_fn_error 77 "C compiler cannot create executables
3280 See \`config.log' for more details" "$LINENO" 5 ; }
3281 else
3282   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3283 $as_echo "yes" >&6; }
3284 fi
3285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3286 $as_echo_n "checking for C compiler default output file name... " >&6; }
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3288 $as_echo "$ac_file" >&6; }
3289 ac_exeext=$ac_cv_exeext
3290
3291 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3292 ac_clean_files=$ac_clean_files_save
3293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3294 $as_echo_n "checking for suffix of executables... " >&6; }
3295 if { { ac_try="$ac_link"
3296 case "(($ac_try" in
3297   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298   *) ac_try_echo=$ac_try;;
3299 esac
3300 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3301 $as_echo "$ac_try_echo"; } >&5
3302   (eval "$ac_link") 2>&5
3303   ac_status=$?
3304   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3305   test $ac_status = 0; }; then :
3306   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3307 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3308 # work properly (i.e., refer to `conftest.exe'), while it won't with
3309 # `rm'.
3310 for ac_file in conftest.exe conftest conftest.*; do
3311   test -f "$ac_file" || continue
3312   case $ac_file in
3313     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3314     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3315           break;;
3316     * ) break;;
3317   esac
3318 done
3319 else
3320   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3321 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3322 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3323 See \`config.log' for more details" "$LINENO" 5 ; }
3324 fi
3325 rm -f conftest conftest$ac_cv_exeext
3326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3327 $as_echo "$ac_cv_exeext" >&6; }
3328
3329 rm -f conftest.$ac_ext
3330 EXEEXT=$ac_cv_exeext
3331 ac_exeext=$EXEEXT
3332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3333 /* end confdefs.h.  */
3334 #include <stdio.h>
3335 int
3336 main ()
3337 {
3338 FILE *f = fopen ("conftest.out", "w");
3339  return ferror (f) || fclose (f) != 0;
3340
3341   ;
3342   return 0;
3343 }
3344 _ACEOF
3345 ac_clean_files="$ac_clean_files conftest.out"
3346 # Check that the compiler produces executables we can run.  If not, either
3347 # the compiler is broken, or we cross compile.
3348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3349 $as_echo_n "checking whether we are cross compiling... " >&6; }
3350 if test "$cross_compiling" != yes; then
3351   { { ac_try="$ac_link"
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_link") 2>&5
3359   ac_status=$?
3360   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3361   test $ac_status = 0; }
3362   if { ac_try='./conftest$ac_cv_exeext'
3363   { { case "(($ac_try" in
3364   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3365   *) ac_try_echo=$ac_try;;
3366 esac
3367 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3368 $as_echo "$ac_try_echo"; } >&5
3369   (eval "$ac_try") 2>&5
3370   ac_status=$?
3371   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3372   test $ac_status = 0; }; }; then
3373     cross_compiling=no
3374   else
3375     if test "$cross_compiling" = maybe; then
3376         cross_compiling=yes
3377     else
3378         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3379 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3380 as_fn_error $? "cannot run C compiled programs.
3381 If you meant to cross compile, use \`--host'.
3382 See \`config.log' for more details" "$LINENO" 5 ; }
3383     fi
3384   fi
3385 fi
3386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3387 $as_echo "$cross_compiling" >&6; }
3388
3389 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3390 ac_clean_files=$ac_clean_files_save
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3392 $as_echo_n "checking for suffix of object files... " >&6; }
3393 if test "${ac_cv_objext+set}" = set; then :
3394   $as_echo_n "(cached) " >&6
3395 else
3396   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3397 /* end confdefs.h.  */
3398
3399 int
3400 main ()
3401 {
3402
3403   ;
3404   return 0;
3405 }
3406 _ACEOF
3407 rm -f conftest.o conftest.obj
3408 if { { ac_try="$ac_compile"
3409 case "(($ac_try" in
3410   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3411   *) ac_try_echo=$ac_try;;
3412 esac
3413 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3414 $as_echo "$ac_try_echo"; } >&5
3415   (eval "$ac_compile") 2>&5
3416   ac_status=$?
3417   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3418   test $ac_status = 0; }; then :
3419   for ac_file in conftest.o conftest.obj conftest.*; do
3420   test -f "$ac_file" || continue;
3421   case $ac_file in
3422     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3423     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3424        break;;
3425   esac
3426 done
3427 else
3428   $as_echo "$as_me: failed program was:" >&5
3429 sed 's/^/| /' conftest.$ac_ext >&5
3430
3431 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3432 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3433 as_fn_error $? "cannot compute suffix of object files: cannot compile
3434 See \`config.log' for more details" "$LINENO" 5 ; }
3435 fi
3436 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3437 fi
3438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3439 $as_echo "$ac_cv_objext" >&6; }
3440 OBJEXT=$ac_cv_objext
3441 ac_objext=$OBJEXT
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3443 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3444 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3445   $as_echo_n "(cached) " >&6
3446 else
3447   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3448 /* end confdefs.h.  */
3449
3450 int
3451 main ()
3452 {
3453 #ifndef __GNUC__
3454        choke me
3455 #endif
3456
3457   ;
3458   return 0;
3459 }
3460 _ACEOF
3461 if ac_fn_c_try_compile "$LINENO"; then :
3462   ac_compiler_gnu=yes
3463 else
3464   ac_compiler_gnu=no
3465 fi
3466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3467 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3468
3469 fi
3470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3471 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3472 if test $ac_compiler_gnu = yes; then
3473   GCC=yes
3474 else
3475   GCC=
3476 fi
3477 ac_test_CFLAGS=${CFLAGS+set}
3478 ac_save_CFLAGS=$CFLAGS
3479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3480 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3481 if test "${ac_cv_prog_cc_g+set}" = set; then :
3482   $as_echo_n "(cached) " >&6
3483 else
3484   ac_save_c_werror_flag=$ac_c_werror_flag
3485    ac_c_werror_flag=yes
3486    ac_cv_prog_cc_g=no
3487    CFLAGS="-g"
3488    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3489 /* end confdefs.h.  */
3490
3491 int
3492 main ()
3493 {
3494
3495   ;
3496   return 0;
3497 }
3498 _ACEOF
3499 if ac_fn_c_try_compile "$LINENO"; then :
3500   ac_cv_prog_cc_g=yes
3501 else
3502   CFLAGS=""
3503       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3504 /* end confdefs.h.  */
3505
3506 int
3507 main ()
3508 {
3509
3510   ;
3511   return 0;
3512 }
3513 _ACEOF
3514 if ac_fn_c_try_compile "$LINENO"; then :
3515
3516 else
3517   ac_c_werror_flag=$ac_save_c_werror_flag
3518          CFLAGS="-g"
3519          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3520 /* end confdefs.h.  */
3521
3522 int
3523 main ()
3524 {
3525
3526   ;
3527   return 0;
3528 }
3529 _ACEOF
3530 if ac_fn_c_try_compile "$LINENO"; then :
3531   ac_cv_prog_cc_g=yes
3532 fi
3533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3534 fi
3535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3536 fi
3537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3538    ac_c_werror_flag=$ac_save_c_werror_flag
3539 fi
3540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3541 $as_echo "$ac_cv_prog_cc_g" >&6; }
3542 if test "$ac_test_CFLAGS" = set; then
3543   CFLAGS=$ac_save_CFLAGS
3544 elif test $ac_cv_prog_cc_g = yes; then
3545   if test "$GCC" = yes; then
3546     CFLAGS="-g -O2"
3547   else
3548     CFLAGS="-g"
3549   fi
3550 else
3551   if test "$GCC" = yes; then
3552     CFLAGS="-O2"
3553   else
3554     CFLAGS=
3555   fi
3556 fi
3557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3558 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3559 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3560   $as_echo_n "(cached) " >&6
3561 else
3562   ac_cv_prog_cc_c89=no
3563 ac_save_CC=$CC
3564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3565 /* end confdefs.h.  */
3566 #include <stdarg.h>
3567 #include <stdio.h>
3568 #include <sys/types.h>
3569 #include <sys/stat.h>
3570 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3571 struct buf { int x; };
3572 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3573 static char *e (p, i)
3574      char **p;
3575      int i;
3576 {
3577   return p[i];
3578 }
3579 static char *f (char * (*g) (char **, int), char **p, ...)
3580 {
3581   char *s;
3582   va_list v;
3583   va_start (v,p);
3584   s = g (p, va_arg (v,int));
3585   va_end (v);
3586   return s;
3587 }
3588
3589 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3590    function prototypes and stuff, but not '\xHH' hex character constants.
3591    These don't provoke an error unfortunately, instead are silently treated
3592    as 'x'.  The following induces an error, until -std is added to get
3593    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3594    array size at least.  It's necessary to write '\x00'==0 to get something
3595    that's true only with -std.  */
3596 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3597
3598 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3599    inside strings and character constants.  */
3600 #define FOO(x) 'x'
3601 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3602
3603 int test (int i, double x);
3604 struct s1 {int (*f) (int a);};
3605 struct s2 {int (*f) (double a);};
3606 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3607 int argc;
3608 char **argv;
3609 int
3610 main ()
3611 {
3612 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3613   ;
3614   return 0;
3615 }
3616 _ACEOF
3617 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3618         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3619 do
3620   CC="$ac_save_CC $ac_arg"
3621   if ac_fn_c_try_compile "$LINENO"; then :
3622   ac_cv_prog_cc_c89=$ac_arg
3623 fi
3624 rm -f core conftest.err conftest.$ac_objext
3625   test "x$ac_cv_prog_cc_c89" != "xno" && break
3626 done
3627 rm -f conftest.$ac_ext
3628 CC=$ac_save_CC
3629
3630 fi
3631 # AC_CACHE_VAL
3632 case "x$ac_cv_prog_cc_c89" in
3633   x)
3634     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3635 $as_echo "none needed" >&6; } ;;
3636   xno)
3637     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3638 $as_echo "unsupported" >&6; } ;;
3639   *)
3640     CC="$CC $ac_cv_prog_cc_c89"
3641     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3642 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3643 esac
3644 if test "x$ac_cv_prog_cc_c89" != xno; then :
3645
3646 fi
3647
3648 ac_ext=c
3649 ac_cpp='$CPP $CPPFLAGS'
3650 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3651 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3652 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3653
3654 depcc="$CC"   am_compiler_list=
3655
3656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3657 $as_echo_n "checking dependency style of $depcc... " >&6; }
3658 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3659   $as_echo_n "(cached) " >&6
3660 else
3661   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3662   # We make a subdir and do the tests there.  Otherwise we can end up
3663   # making bogus files that we don't know about and never remove.  For
3664   # instance it was reported that on HP-UX the gcc test will end up
3665   # making a dummy file named `D' -- because `-MD' means `put the output
3666   # in D'.
3667   mkdir conftest.dir
3668   # Copy depcomp to subdir because otherwise we won't find it if we're
3669   # using a relative directory.
3670   cp "$am_depcomp" conftest.dir
3671   cd conftest.dir
3672   # We will build objects and dependencies in a subdirectory because
3673   # it helps to detect inapplicable dependency modes.  For instance
3674   # both Tru64's cc and ICC support -MD to output dependencies as a
3675   # side effect of compilation, but ICC will put the dependencies in
3676   # the current directory while Tru64 will put them in the object
3677   # directory.
3678   mkdir sub
3679
3680   am_cv_CC_dependencies_compiler_type=none
3681   if test "$am_compiler_list" = ""; then
3682      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3683   fi
3684   am__universal=false
3685   case " $depcc " in #(
3686      *\ -arch\ *\ -arch\ *) am__universal=true ;;
3687      esac
3688
3689   for depmode in $am_compiler_list; do
3690     # Setup a source with many dependencies, because some compilers
3691     # like to wrap large dependency lists on column 80 (with \), and
3692     # we should not choose a depcomp mode which is confused by this.
3693     #
3694     # We need to recreate these files for each test, as the compiler may
3695     # overwrite some of them when testing with obscure command lines.
3696     # This happens at least with the AIX C compiler.
3697     : > sub/conftest.c
3698     for i in 1 2 3 4 5 6; do
3699       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3700       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3701       # Solaris 8's {/usr,}/bin/sh.
3702       touch sub/conftst$i.h
3703     done
3704     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3705
3706     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3707     # mode.  It turns out that the SunPro C++ compiler does not properly
3708     # handle `-M -o', and we need to detect this.  Also, some Intel
3709     # versions had trouble with output in subdirs
3710     am__obj=sub/conftest.${OBJEXT-o}
3711     am__minus_obj="-o $am__obj"
3712     case $depmode in
3713     gcc)
3714       # This depmode causes a compiler race in universal mode.
3715       test "$am__universal" = false || continue
3716       ;;
3717     nosideeffect)
3718       # after this tag, mechanisms are not by side-effect, so they'll
3719       # only be used when explicitly requested
3720       if test "x$enable_dependency_tracking" = xyes; then
3721         continue
3722       else
3723         break
3724       fi
3725       ;;
3726     msvisualcpp | msvcmsys)
3727       # This compiler won't grok `-c -o', but also, the minuso test has
3728       # not run yet.  These depmodes are late enough in the game, and
3729       # so weak that their functioning should not be impacted.
3730       am__obj=conftest.${OBJEXT-o}
3731       am__minus_obj=
3732       ;;
3733     none) break ;;
3734     esac
3735     if depmode=$depmode \
3736        source=sub/conftest.c object=$am__obj \
3737        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3738        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3739          >/dev/null 2>conftest.err &&
3740        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3741        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3742        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3743        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3744       # icc doesn't choke on unknown options, it will just issue warnings
3745       # or remarks (even with -Werror).  So we grep stderr for any message
3746       # that says an option was ignored or not supported.
3747       # When given -MP, icc 7.0 and 7.1 complain thusly:
3748       #   icc: Command line warning: ignoring option '-M'; no argument required
3749       # The diagnosis changed in icc 8.0:
3750       #   icc: Command line remark: option '-MP' not supported
3751       if (grep 'ignoring option' conftest.err ||
3752           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3753         am_cv_CC_dependencies_compiler_type=$depmode
3754         break
3755       fi
3756     fi
3757   done
3758
3759   cd ..
3760   rm -rf conftest.dir
3761 else
3762   am_cv_CC_dependencies_compiler_type=none
3763 fi
3764
3765 fi
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3767 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3768 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3769
3770  if
3771   test "x$enable_dependency_tracking" != xno \
3772   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3773   am__fastdepCC_TRUE=
3774   am__fastdepCC_FALSE='#'
3775 else
3776   am__fastdepCC_TRUE='#'
3777   am__fastdepCC_FALSE=
3778 fi
3779
3780
3781
3782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3783 $as_echo_n "checking for library containing strerror... " >&6; }
3784 if test "${ac_cv_search_strerror+set}" = set; then :
3785   $as_echo_n "(cached) " >&6
3786 else
3787   ac_func_search_save_LIBS=$LIBS
3788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3789 /* end confdefs.h.  */
3790
3791 /* Override any GCC internal prototype to avoid an error.
3792    Use char because int might match the return type of a GCC
3793    builtin and then its argument prototype would still apply.  */
3794 #ifdef __cplusplus
3795 extern "C"
3796 #endif
3797 char strerror ();
3798 int
3799 main ()
3800 {
3801 return strerror ();
3802   ;
3803   return 0;
3804 }
3805 _ACEOF
3806 for ac_lib in '' cposix; do
3807   if test -z "$ac_lib"; then
3808     ac_res="none required"
3809   else
3810     ac_res=-l$ac_lib
3811     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
3812   fi
3813   if ac_fn_c_try_link "$LINENO"; then :
3814   ac_cv_search_strerror=$ac_res
3815 fi
3816 rm -f core conftest.err conftest.$ac_objext \
3817     conftest$ac_exeext
3818   if test "${ac_cv_search_strerror+set}" = set; then :
3819   break
3820 fi
3821 done
3822 if test "${ac_cv_search_strerror+set}" = set; then :
3823
3824 else
3825   ac_cv_search_strerror=no
3826 fi
3827 rm conftest.$ac_ext
3828 LIBS=$ac_func_search_save_LIBS
3829 fi
3830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3831 $as_echo "$ac_cv_search_strerror" >&6; }
3832 ac_res=$ac_cv_search_strerror
3833 if test "$ac_res" != no; then :
3834   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3835
3836 fi
3837
3838 ac_ext=c
3839 ac_cpp='$CPP $CPPFLAGS'
3840 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3841 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3842 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3843 if test -n "$ac_tool_prefix"; then
3844   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3845 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3847 $as_echo_n "checking for $ac_word... " >&6; }
3848 if test "${ac_cv_prog_CC+set}" = set; then :
3849   $as_echo_n "(cached) " >&6
3850 else
3851   if test -n "$CC"; then
3852   ac_cv_prog_CC="$CC" # Let the user override the test.
3853 else
3854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3855 for as_dir in $PATH
3856 do
3857   IFS=$as_save_IFS
3858   test -z "$as_dir" && as_dir=.
3859     for ac_exec_ext in '' $ac_executable_extensions; do
3860   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3861     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3862     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3863     break 2
3864   fi
3865 done
3866   done
3867 IFS=$as_save_IFS
3868
3869 fi
3870 fi
3871 CC=$ac_cv_prog_CC
3872 if test -n "$CC"; then
3873   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3874 $as_echo "$CC" >&6; }
3875 else
3876   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3877 $as_echo "no" >&6; }
3878 fi
3879
3880
3881 fi
3882 if test -z "$ac_cv_prog_CC"; then
3883   ac_ct_CC=$CC
3884   # Extract the first word of "gcc", so it can be a program name with args.
3885 set dummy gcc; ac_word=$2
3886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3887 $as_echo_n "checking for $ac_word... " >&6; }
3888 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3889   $as_echo_n "(cached) " >&6
3890 else
3891   if test -n "$ac_ct_CC"; then
3892   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3893 else
3894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3895 for as_dir in $PATH
3896 do
3897   IFS=$as_save_IFS
3898   test -z "$as_dir" && as_dir=.
3899     for ac_exec_ext in '' $ac_executable_extensions; do
3900   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3901     ac_cv_prog_ac_ct_CC="gcc"
3902     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3903     break 2
3904   fi
3905 done
3906   done
3907 IFS=$as_save_IFS
3908
3909 fi
3910 fi
3911 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3912 if test -n "$ac_ct_CC"; then
3913   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3914 $as_echo "$ac_ct_CC" >&6; }
3915 else
3916   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3917 $as_echo "no" >&6; }
3918 fi
3919
3920   if test "x$ac_ct_CC" = x; then
3921     CC=""
3922   else
3923     case $cross_compiling:$ac_tool_warned in
3924 yes:)
3925 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3926 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3927 ac_tool_warned=yes ;;
3928 esac
3929     CC=$ac_ct_CC
3930   fi
3931 else
3932   CC="$ac_cv_prog_CC"
3933 fi
3934
3935 if test -z "$CC"; then
3936           if test -n "$ac_tool_prefix"; then
3937     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3938 set dummy ${ac_tool_prefix}cc; ac_word=$2
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3940 $as_echo_n "checking for $ac_word... " >&6; }
3941 if test "${ac_cv_prog_CC+set}" = set; then :
3942   $as_echo_n "(cached) " >&6
3943 else
3944   if test -n "$CC"; then
3945   ac_cv_prog_CC="$CC" # Let the user override the test.
3946 else
3947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3948 for as_dir in $PATH
3949 do
3950   IFS=$as_save_IFS
3951   test -z "$as_dir" && as_dir=.
3952     for ac_exec_ext in '' $ac_executable_extensions; do
3953   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3954     ac_cv_prog_CC="${ac_tool_prefix}cc"
3955     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3956     break 2
3957   fi
3958 done
3959   done
3960 IFS=$as_save_IFS
3961
3962 fi
3963 fi
3964 CC=$ac_cv_prog_CC
3965 if test -n "$CC"; then
3966   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3967 $as_echo "$CC" >&6; }
3968 else
3969   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3970 $as_echo "no" >&6; }
3971 fi
3972
3973
3974   fi
3975 fi
3976 if test -z "$CC"; then
3977   # Extract the first word of "cc", so it can be a program name with args.
3978 set dummy cc; ac_word=$2
3979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3980 $as_echo_n "checking for $ac_word... " >&6; }
3981 if test "${ac_cv_prog_CC+set}" = set; then :
3982   $as_echo_n "(cached) " >&6
3983 else
3984   if test -n "$CC"; then
3985   ac_cv_prog_CC="$CC" # Let the user override the test.
3986 else
3987   ac_prog_rejected=no
3988 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3989 for as_dir in $PATH
3990 do
3991   IFS=$as_save_IFS
3992   test -z "$as_dir" && as_dir=.
3993     for ac_exec_ext in '' $ac_executable_extensions; do
3994   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3995     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3996        ac_prog_rejected=yes
3997        continue
3998      fi
3999     ac_cv_prog_CC="cc"
4000     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4001     break 2
4002   fi
4003 done
4004   done
4005 IFS=$as_save_IFS
4006
4007 if test $ac_prog_rejected = yes; then
4008   # We found a bogon in the path, so make sure we never use it.
4009   set dummy $ac_cv_prog_CC
4010   shift
4011   if test $# != 0; then
4012     # We chose a different compiler from the bogus one.
4013     # However, it has the same basename, so the bogon will be chosen
4014     # first if we set CC to just the basename; use the full file name.
4015     shift
4016     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4017   fi
4018 fi
4019 fi
4020 fi
4021 CC=$ac_cv_prog_CC
4022 if test -n "$CC"; then
4023   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4024 $as_echo "$CC" >&6; }
4025 else
4026   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4027 $as_echo "no" >&6; }
4028 fi
4029
4030
4031 fi
4032 if test -z "$CC"; then
4033   if test -n "$ac_tool_prefix"; then
4034   for ac_prog in cl.exe
4035   do
4036     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4037 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4039 $as_echo_n "checking for $ac_word... " >&6; }
4040 if test "${ac_cv_prog_CC+set}" = set; then :
4041   $as_echo_n "(cached) " >&6
4042 else
4043   if test -n "$CC"; then
4044   ac_cv_prog_CC="$CC" # Let the user override the test.
4045 else
4046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4047 for as_dir in $PATH
4048 do
4049   IFS=$as_save_IFS
4050   test -z "$as_dir" && as_dir=.
4051     for ac_exec_ext in '' $ac_executable_extensions; do
4052   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4053     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4054     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4055     break 2
4056   fi
4057 done
4058   done
4059 IFS=$as_save_IFS
4060
4061 fi
4062 fi
4063 CC=$ac_cv_prog_CC
4064 if test -n "$CC"; then
4065   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4066 $as_echo "$CC" >&6; }
4067 else
4068   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4069 $as_echo "no" >&6; }
4070 fi
4071
4072
4073     test -n "$CC" && break
4074   done
4075 fi
4076 if test -z "$CC"; then
4077   ac_ct_CC=$CC
4078   for ac_prog in cl.exe
4079 do
4080   # Extract the first word of "$ac_prog", so it can be a program name with args.
4081 set dummy $ac_prog; ac_word=$2
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4083 $as_echo_n "checking for $ac_word... " >&6; }
4084 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4085   $as_echo_n "(cached) " >&6
4086 else
4087   if test -n "$ac_ct_CC"; then
4088   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4089 else
4090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4091 for as_dir in $PATH
4092 do
4093   IFS=$as_save_IFS
4094   test -z "$as_dir" && as_dir=.
4095     for ac_exec_ext in '' $ac_executable_extensions; do
4096   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4097     ac_cv_prog_ac_ct_CC="$ac_prog"
4098     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4099     break 2
4100   fi
4101 done
4102   done
4103 IFS=$as_save_IFS
4104
4105 fi
4106 fi
4107 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4108 if test -n "$ac_ct_CC"; then
4109   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4110 $as_echo "$ac_ct_CC" >&6; }
4111 else
4112   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4113 $as_echo "no" >&6; }
4114 fi
4115
4116
4117   test -n "$ac_ct_CC" && break
4118 done
4119
4120   if test "x$ac_ct_CC" = x; then
4121     CC=""
4122   else
4123     case $cross_compiling:$ac_tool_warned in
4124 yes:)
4125 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4126 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4127 ac_tool_warned=yes ;;
4128 esac
4129     CC=$ac_ct_CC
4130   fi
4131 fi
4132
4133 fi
4134
4135
4136 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4137 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4138 as_fn_error $? "no acceptable C compiler found in \$PATH
4139 See \`config.log' for more details" "$LINENO" 5 ; }
4140
4141 # Provide some information about the compiler.
4142 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4143 set X $ac_compile
4144 ac_compiler=$2
4145 for ac_option in --version -v -V -qversion; do
4146   { { ac_try="$ac_compiler $ac_option >&5"
4147 case "(($ac_try" in
4148   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4149   *) ac_try_echo=$ac_try;;
4150 esac
4151 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4152 $as_echo "$ac_try_echo"; } >&5
4153   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4154   ac_status=$?
4155   if test -s conftest.err; then
4156     sed '10a\
4157 ... rest of stderr output deleted ...
4158          10q' conftest.err >conftest.er1
4159     cat conftest.er1 >&5
4160   fi
4161   rm -f conftest.er1 conftest.err
4162   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4163   test $ac_status = 0; }
4164 done
4165
4166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4167 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4168 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4169   $as_echo_n "(cached) " >&6
4170 else
4171   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4172 /* end confdefs.h.  */
4173
4174 int
4175 main ()
4176 {
4177 #ifndef __GNUC__
4178        choke me
4179 #endif
4180
4181   ;
4182   return 0;
4183 }
4184 _ACEOF
4185 if ac_fn_c_try_compile "$LINENO"; then :
4186   ac_compiler_gnu=yes
4187 else
4188   ac_compiler_gnu=no
4189 fi
4190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4191 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4192
4193 fi
4194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4195 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4196 if test $ac_compiler_gnu = yes; then
4197   GCC=yes
4198 else
4199   GCC=
4200 fi
4201 ac_test_CFLAGS=${CFLAGS+set}
4202 ac_save_CFLAGS=$CFLAGS
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4204 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4205 if test "${ac_cv_prog_cc_g+set}" = set; then :
4206   $as_echo_n "(cached) " >&6
4207 else
4208   ac_save_c_werror_flag=$ac_c_werror_flag
4209    ac_c_werror_flag=yes
4210    ac_cv_prog_cc_g=no
4211    CFLAGS="-g"
4212    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4213 /* end confdefs.h.  */
4214
4215 int
4216 main ()
4217 {
4218
4219   ;
4220   return 0;
4221 }
4222 _ACEOF
4223 if ac_fn_c_try_compile "$LINENO"; then :
4224   ac_cv_prog_cc_g=yes
4225 else
4226   CFLAGS=""
4227       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4228 /* end confdefs.h.  */
4229
4230 int
4231 main ()
4232 {
4233
4234   ;
4235   return 0;
4236 }
4237 _ACEOF
4238 if ac_fn_c_try_compile "$LINENO"; then :
4239
4240 else
4241   ac_c_werror_flag=$ac_save_c_werror_flag
4242          CFLAGS="-g"
4243          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4244 /* end confdefs.h.  */
4245
4246 int
4247 main ()
4248 {
4249
4250   ;
4251   return 0;
4252 }
4253 _ACEOF
4254 if ac_fn_c_try_compile "$LINENO"; then :
4255   ac_cv_prog_cc_g=yes
4256 fi
4257 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4258 fi
4259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4260 fi
4261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4262    ac_c_werror_flag=$ac_save_c_werror_flag
4263 fi
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4265 $as_echo "$ac_cv_prog_cc_g" >&6; }
4266 if test "$ac_test_CFLAGS" = set; then
4267   CFLAGS=$ac_save_CFLAGS
4268 elif test $ac_cv_prog_cc_g = yes; then
4269   if test "$GCC" = yes; then
4270     CFLAGS="-g -O2"
4271   else
4272     CFLAGS="-g"
4273   fi
4274 else
4275   if test "$GCC" = yes; then
4276     CFLAGS="-O2"
4277   else
4278     CFLAGS=
4279   fi
4280 fi
4281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4282 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4283 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4284   $as_echo_n "(cached) " >&6
4285 else
4286   ac_cv_prog_cc_c89=no
4287 ac_save_CC=$CC
4288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4289 /* end confdefs.h.  */
4290 #include <stdarg.h>
4291 #include <stdio.h>
4292 #include <sys/types.h>
4293 #include <sys/stat.h>
4294 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4295 struct buf { int x; };
4296 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4297 static char *e (p, i)
4298      char **p;
4299      int i;
4300 {
4301   return p[i];
4302 }
4303 static char *f (char * (*g) (char **, int), char **p, ...)
4304 {
4305   char *s;
4306   va_list v;
4307   va_start (v,p);
4308   s = g (p, va_arg (v,int));
4309   va_end (v);
4310   return s;
4311 }
4312
4313 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4314    function prototypes and stuff, but not '\xHH' hex character constants.
4315    These don't provoke an error unfortunately, instead are silently treated
4316    as 'x'.  The following induces an error, until -std is added to get
4317    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4318    array size at least.  It's necessary to write '\x00'==0 to get something
4319    that's true only with -std.  */
4320 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4321
4322 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4323    inside strings and character constants.  */
4324 #define FOO(x) 'x'
4325 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4326
4327 int test (int i, double x);
4328 struct s1 {int (*f) (int a);};
4329 struct s2 {int (*f) (double a);};
4330 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4331 int argc;
4332 char **argv;
4333 int
4334 main ()
4335 {
4336 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4337   ;
4338   return 0;
4339 }
4340 _ACEOF
4341 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4342         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4343 do
4344   CC="$ac_save_CC $ac_arg"
4345   if ac_fn_c_try_compile "$LINENO"; then :
4346   ac_cv_prog_cc_c89=$ac_arg
4347 fi
4348 rm -f core conftest.err conftest.$ac_objext
4349   test "x$ac_cv_prog_cc_c89" != "xno" && break
4350 done
4351 rm -f conftest.$ac_ext
4352 CC=$ac_save_CC
4353
4354 fi
4355 # AC_CACHE_VAL
4356 case "x$ac_cv_prog_cc_c89" in
4357   x)
4358     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4359 $as_echo "none needed" >&6; } ;;
4360   xno)
4361     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4362 $as_echo "unsupported" >&6; } ;;
4363   *)
4364     CC="$CC $ac_cv_prog_cc_c89"
4365     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4366 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4367 esac
4368 if test "x$ac_cv_prog_cc_c89" != xno; then :
4369
4370 fi
4371
4372 ac_ext=c
4373 ac_cpp='$CPP $CPPFLAGS'
4374 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4375 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4376 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4377
4378 depcc="$CC"   am_compiler_list=
4379
4380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4381 $as_echo_n "checking dependency style of $depcc... " >&6; }
4382 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4383   $as_echo_n "(cached) " >&6
4384 else
4385   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4386   # We make a subdir and do the tests there.  Otherwise we can end up
4387   # making bogus files that we don't know about and never remove.  For
4388   # instance it was reported that on HP-UX the gcc test will end up
4389   # making a dummy file named `D' -- because `-MD' means `put the output
4390   # in D'.
4391   mkdir conftest.dir
4392   # Copy depcomp to subdir because otherwise we won't find it if we're
4393   # using a relative directory.
4394   cp "$am_depcomp" conftest.dir
4395   cd conftest.dir
4396   # We will build objects and dependencies in a subdirectory because
4397   # it helps to detect inapplicable dependency modes.  For instance
4398   # both Tru64's cc and ICC support -MD to output dependencies as a
4399   # side effect of compilation, but ICC will put the dependencies in
4400   # the current directory while Tru64 will put them in the object
4401   # directory.
4402   mkdir sub
4403
4404   am_cv_CC_dependencies_compiler_type=none
4405   if test "$am_compiler_list" = ""; then
4406      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4407   fi
4408   am__universal=false
4409   case " $depcc " in #(
4410      *\ -arch\ *\ -arch\ *) am__universal=true ;;
4411      esac
4412
4413   for depmode in $am_compiler_list; do
4414     # Setup a source with many dependencies, because some compilers
4415     # like to wrap large dependency lists on column 80 (with \), and
4416     # we should not choose a depcomp mode which is confused by this.
4417     #
4418     # We need to recreate these files for each test, as the compiler may
4419     # overwrite some of them when testing with obscure command lines.
4420     # This happens at least with the AIX C compiler.
4421     : > sub/conftest.c
4422     for i in 1 2 3 4 5 6; do
4423       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4424       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4425       # Solaris 8's {/usr,}/bin/sh.
4426       touch sub/conftst$i.h
4427     done
4428     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4429
4430     # We check with `-c' and `-o' for the sake of the "dashmstdout"
4431     # mode.  It turns out that the SunPro C++ compiler does not properly
4432     # handle `-M -o', and we need to detect this.  Also, some Intel
4433     # versions had trouble with output in subdirs
4434     am__obj=sub/conftest.${OBJEXT-o}
4435     am__minus_obj="-o $am__obj"
4436     case $depmode in
4437     gcc)
4438       # This depmode causes a compiler race in universal mode.
4439       test "$am__universal" = false || continue
4440       ;;
4441     nosideeffect)
4442       # after this tag, mechanisms are not by side-effect, so they'll
4443       # only be used when explicitly requested
4444       if test "x$enable_dependency_tracking" = xyes; then
4445         continue
4446       else
4447         break
4448       fi
4449       ;;
4450     msvisualcpp | msvcmsys)
4451       # This compiler won't grok `-c -o', but also, the minuso test has
4452       # not run yet.  These depmodes are late enough in the game, and
4453       # so weak that their functioning should not be impacted.
4454       am__obj=conftest.${OBJEXT-o}
4455       am__minus_obj=
4456       ;;
4457     none) break ;;
4458     esac
4459     if depmode=$depmode \
4460        source=sub/conftest.c object=$am__obj \
4461        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4462        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4463          >/dev/null 2>conftest.err &&
4464        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4465        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4466        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4467        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4468       # icc doesn't choke on unknown options, it will just issue warnings
4469       # or remarks (even with -Werror).  So we grep stderr for any message
4470       # that says an option was ignored or not supported.
4471       # When given -MP, icc 7.0 and 7.1 complain thusly:
4472       #   icc: Command line warning: ignoring option '-M'; no argument required
4473       # The diagnosis changed in icc 8.0:
4474       #   icc: Command line remark: option '-MP' not supported
4475       if (grep 'ignoring option' conftest.err ||
4476           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4477         am_cv_CC_dependencies_compiler_type=$depmode
4478         break
4479       fi
4480     fi
4481   done
4482
4483   cd ..
4484   rm -rf conftest.dir
4485 else
4486   am_cv_CC_dependencies_compiler_type=none
4487 fi
4488
4489 fi
4490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4491 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4492 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4493
4494  if
4495   test "x$enable_dependency_tracking" != xno \
4496   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4497   am__fastdepCC_TRUE=
4498   am__fastdepCC_FALSE='#'
4499 else
4500   am__fastdepCC_TRUE='#'
4501   am__fastdepCC_FALSE=
4502 fi
4503
4504
4505 ac_ext=c
4506 ac_cpp='$CPP $CPPFLAGS'
4507 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4508 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4509 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4511 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4512 # On Suns, sometimes $CPP names a directory.
4513 if test -n "$CPP" && test -d "$CPP"; then
4514   CPP=
4515 fi
4516 if test -z "$CPP"; then
4517   if test "${ac_cv_prog_CPP+set}" = set; then :
4518   $as_echo_n "(cached) " >&6
4519 else
4520       # Double quotes because CPP needs to be expanded
4521     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4522     do
4523       ac_preproc_ok=false
4524 for ac_c_preproc_warn_flag in '' yes
4525 do
4526   # Use a header file that comes with gcc, so configuring glibc
4527   # with a fresh cross-compiler works.
4528   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4529   # <limits.h> exists even on freestanding compilers.
4530   # On the NeXT, cc -E runs the code through the compiler's parser,
4531   # not just through cpp. "Syntax error" is here to catch this case.
4532   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4533 /* end confdefs.h.  */
4534 #ifdef __STDC__
4535 # include <limits.h>
4536 #else
4537 # include <assert.h>
4538 #endif
4539                      Syntax error
4540 _ACEOF
4541 if ac_fn_c_try_cpp "$LINENO"; then :
4542
4543 else
4544   # Broken: fails on valid input.
4545 continue
4546 fi
4547 rm -f conftest.err conftest.i conftest.$ac_ext
4548
4549   # OK, works on sane cases.  Now check whether nonexistent headers
4550   # can be detected and how.
4551   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4552 /* end confdefs.h.  */
4553 #include <ac_nonexistent.h>
4554 _ACEOF
4555 if ac_fn_c_try_cpp "$LINENO"; then :
4556   # Broken: success on invalid input.
4557 continue
4558 else
4559   # Passes both tests.
4560 ac_preproc_ok=:
4561 break
4562 fi
4563 rm -f conftest.err conftest.i conftest.$ac_ext
4564
4565 done
4566 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4567 rm -f conftest.i conftest.err conftest.$ac_ext
4568 if $ac_preproc_ok; then :
4569   break
4570 fi
4571
4572     done
4573     ac_cv_prog_CPP=$CPP
4574
4575 fi
4576   CPP=$ac_cv_prog_CPP
4577 else
4578   ac_cv_prog_CPP=$CPP
4579 fi
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4581 $as_echo "$CPP" >&6; }
4582 ac_preproc_ok=false
4583 for ac_c_preproc_warn_flag in '' yes
4584 do
4585   # Use a header file that comes with gcc, so configuring glibc
4586   # with a fresh cross-compiler works.
4587   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4588   # <limits.h> exists even on freestanding compilers.
4589   # On the NeXT, cc -E runs the code through the compiler's parser,
4590   # not just through cpp. "Syntax error" is here to catch this case.
4591   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4592 /* end confdefs.h.  */
4593 #ifdef __STDC__
4594 # include <limits.h>
4595 #else
4596 # include <assert.h>
4597 #endif
4598                      Syntax error
4599 _ACEOF
4600 if ac_fn_c_try_cpp "$LINENO"; then :
4601
4602 else
4603   # Broken: fails on valid input.
4604 continue
4605 fi
4606 rm -f conftest.err conftest.i conftest.$ac_ext
4607
4608   # OK, works on sane cases.  Now check whether nonexistent headers
4609   # can be detected and how.
4610   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4611 /* end confdefs.h.  */
4612 #include <ac_nonexistent.h>
4613 _ACEOF
4614 if ac_fn_c_try_cpp "$LINENO"; then :
4615   # Broken: success on invalid input.
4616 continue
4617 else
4618   # Passes both tests.
4619 ac_preproc_ok=:
4620 break
4621 fi
4622 rm -f conftest.err conftest.i conftest.$ac_ext
4623
4624 done
4625 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4626 rm -f conftest.i conftest.err conftest.$ac_ext
4627 if $ac_preproc_ok; then :
4628
4629 else
4630   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4631 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4632 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4633 See \`config.log' for more details" "$LINENO" 5 ; }
4634 fi
4635
4636 ac_ext=c
4637 ac_cpp='$CPP $CPPFLAGS'
4638 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4639 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4640 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4641
4642
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4644 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4645 if test "${ac_cv_path_GREP+set}" = set; then :
4646   $as_echo_n "(cached) " >&6
4647 else
4648   if test -z "$GREP"; then
4649   ac_path_GREP_found=false
4650   # Loop through the user's path and test for each of PROGNAME-LIST
4651   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4652 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4653 do
4654   IFS=$as_save_IFS
4655   test -z "$as_dir" && as_dir=.
4656     for ac_prog in grep ggrep; do
4657     for ac_exec_ext in '' $ac_executable_extensions; do
4658       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4659       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4660 # Check for GNU ac_path_GREP and select it if it is found.
4661   # Check for GNU $ac_path_GREP
4662 case `"$ac_path_GREP" --version 2>&1` in
4663 *GNU*)
4664   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4665 *)
4666   ac_count=0
4667   $as_echo_n 0123456789 >"conftest.in"
4668   while :
4669   do
4670     cat "conftest.in" "conftest.in" >"conftest.tmp"
4671     mv "conftest.tmp" "conftest.in"
4672     cp "conftest.in" "conftest.nl"
4673     $as_echo 'GREP' >> "conftest.nl"
4674     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4675     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4676     as_fn_arith $ac_count + 1 && ac_count=$as_val
4677     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4678       # Best one so far, save it but keep looking for a better one
4679       ac_cv_path_GREP="$ac_path_GREP"
4680       ac_path_GREP_max=$ac_count
4681     fi
4682     # 10*(2^10) chars as input seems more than enough
4683     test $ac_count -gt 10 && break
4684   done
4685   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4686 esac
4687
4688       $ac_path_GREP_found && break 3
4689     done
4690   done
4691   done
4692 IFS=$as_save_IFS
4693   if test -z "$ac_cv_path_GREP"; then
4694     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4695   fi
4696 else
4697   ac_cv_path_GREP=$GREP
4698 fi
4699
4700 fi
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4702 $as_echo "$ac_cv_path_GREP" >&6; }
4703  GREP="$ac_cv_path_GREP"
4704
4705
4706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4707 $as_echo_n "checking for egrep... " >&6; }
4708 if test "${ac_cv_path_EGREP+set}" = set; then :
4709   $as_echo_n "(cached) " >&6
4710 else
4711   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4712    then ac_cv_path_EGREP="$GREP -E"
4713    else
4714      if test -z "$EGREP"; then
4715   ac_path_EGREP_found=false
4716   # Loop through the user's path and test for each of PROGNAME-LIST
4717   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4718 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4719 do
4720   IFS=$as_save_IFS
4721   test -z "$as_dir" && as_dir=.
4722     for ac_prog in egrep; do
4723     for ac_exec_ext in '' $ac_executable_extensions; do
4724       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4725       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4726 # Check for GNU ac_path_EGREP and select it if it is found.
4727   # Check for GNU $ac_path_EGREP
4728 case `"$ac_path_EGREP" --version 2>&1` in
4729 *GNU*)
4730   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4731 *)
4732   ac_count=0
4733   $as_echo_n 0123456789 >"conftest.in"
4734   while :
4735   do
4736     cat "conftest.in" "conftest.in" >"conftest.tmp"
4737     mv "conftest.tmp" "conftest.in"
4738     cp "conftest.in" "conftest.nl"
4739     $as_echo 'EGREP' >> "conftest.nl"
4740     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4741     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4742     as_fn_arith $ac_count + 1 && ac_count=$as_val
4743     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4744       # Best one so far, save it but keep looking for a better one
4745       ac_cv_path_EGREP="$ac_path_EGREP"
4746       ac_path_EGREP_max=$ac_count
4747     fi
4748     # 10*(2^10) chars as input seems more than enough
4749     test $ac_count -gt 10 && break
4750   done
4751   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4752 esac
4753
4754       $ac_path_EGREP_found && break 3
4755     done
4756   done
4757   done
4758 IFS=$as_save_IFS
4759   if test -z "$ac_cv_path_EGREP"; then
4760     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4761   fi
4762 else
4763   ac_cv_path_EGREP=$EGREP
4764 fi
4765
4766    fi
4767 fi
4768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4769 $as_echo "$ac_cv_path_EGREP" >&6; }
4770  EGREP="$ac_cv_path_EGREP"
4771
4772
4773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4774 $as_echo_n "checking for ANSI C header files... " >&6; }
4775 if test "${ac_cv_header_stdc+set}" = set; then :
4776   $as_echo_n "(cached) " >&6
4777 else
4778   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4779 /* end confdefs.h.  */
4780 #include <stdlib.h>
4781 #include <stdarg.h>
4782 #include <string.h>
4783 #include <float.h>
4784
4785 int
4786 main ()
4787 {
4788
4789   ;
4790   return 0;
4791 }
4792 _ACEOF
4793 if ac_fn_c_try_compile "$LINENO"; then :
4794   ac_cv_header_stdc=yes
4795 else
4796   ac_cv_header_stdc=no
4797 fi
4798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4799
4800 if test $ac_cv_header_stdc = yes; then
4801   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4802   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4803 /* end confdefs.h.  */
4804 #include <string.h>
4805
4806 _ACEOF
4807 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4808   $EGREP "memchr" >/dev/null 2>&1; then :
4809
4810 else
4811   ac_cv_header_stdc=no
4812 fi
4813 rm -f conftest*
4814
4815 fi
4816
4817 if test $ac_cv_header_stdc = yes; then
4818   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4819   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4820 /* end confdefs.h.  */
4821 #include <stdlib.h>
4822
4823 _ACEOF
4824 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4825   $EGREP "free" >/dev/null 2>&1; then :
4826
4827 else
4828   ac_cv_header_stdc=no
4829 fi
4830 rm -f conftest*
4831
4832 fi
4833
4834 if test $ac_cv_header_stdc = yes; then
4835   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4836   if test "$cross_compiling" = yes; then :
4837   :
4838 else
4839   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4840 /* end confdefs.h.  */
4841 #include <ctype.h>
4842 #include <stdlib.h>
4843 #if ((' ' & 0x0FF) == 0x020)
4844 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4845 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4846 #else
4847 # define ISLOWER(c) \
4848                    (('a' <= (c) && (c) <= 'i') \
4849                      || ('j' <= (c) && (c) <= 'r') \
4850                      || ('s' <= (c) && (c) <= 'z'))
4851 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4852 #endif
4853
4854 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4855 int
4856 main ()
4857 {
4858   int i;
4859   for (i = 0; i < 256; i++)
4860     if (XOR (islower (i), ISLOWER (i))
4861         || toupper (i) != TOUPPER (i))
4862       return 2;
4863   return 0;
4864 }
4865 _ACEOF
4866 if ac_fn_c_try_run "$LINENO"; then :
4867
4868 else
4869   ac_cv_header_stdc=no
4870 fi
4871 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4872   conftest.$ac_objext conftest.beam conftest.$ac_ext
4873 fi
4874
4875 fi
4876 fi
4877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4878 $as_echo "$ac_cv_header_stdc" >&6; }
4879 if test $ac_cv_header_stdc = yes; then
4880
4881 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4882
4883 fi
4884
4885 case `pwd` in
4886   *\ * | *\     *)
4887     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4888 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4889 esac
4890
4891
4892
4893 macro_version='2.2.6b'
4894 macro_revision='1.3017'
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908 ltmain="$ac_aux_dir/ltmain.sh"
4909
4910 # Make sure we can run config.sub.
4911 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4912   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4913
4914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4915 $as_echo_n "checking build system type... " >&6; }
4916 if test "${ac_cv_build+set}" = set; then :
4917   $as_echo_n "(cached) " >&6
4918 else
4919   ac_build_alias=$build_alias
4920 test "x$ac_build_alias" = x &&
4921   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4922 test "x$ac_build_alias" = x &&
4923   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
4924 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4925   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4926
4927 fi
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4929 $as_echo "$ac_cv_build" >&6; }
4930 case $ac_cv_build in
4931 *-*-*) ;;
4932 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
4933 esac
4934 build=$ac_cv_build
4935 ac_save_IFS=$IFS; IFS='-'
4936 set x $ac_cv_build
4937 shift
4938 build_cpu=$1
4939 build_vendor=$2
4940 shift; shift
4941 # Remember, the first character of IFS is used to create $*,
4942 # except with old shells:
4943 build_os=$*
4944 IFS=$ac_save_IFS
4945 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4946
4947
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4949 $as_echo_n "checking host system type... " >&6; }
4950 if test "${ac_cv_host+set}" = set; then :
4951   $as_echo_n "(cached) " >&6
4952 else
4953   if test "x$host_alias" = x; then
4954   ac_cv_host=$ac_cv_build
4955 else
4956   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4957     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4958 fi
4959
4960 fi
4961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4962 $as_echo "$ac_cv_host" >&6; }
4963 case $ac_cv_host in
4964 *-*-*) ;;
4965 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
4966 esac
4967 host=$ac_cv_host
4968 ac_save_IFS=$IFS; IFS='-'
4969 set x $ac_cv_host
4970 shift
4971 host_cpu=$1
4972 host_vendor=$2
4973 shift; shift
4974 # Remember, the first character of IFS is used to create $*,
4975 # except with old shells:
4976 host_os=$*
4977 IFS=$ac_save_IFS
4978 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4979
4980
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4982 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4983 if test "${ac_cv_path_SED+set}" = set; then :
4984   $as_echo_n "(cached) " >&6
4985 else
4986             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4987      for ac_i in 1 2 3 4 5 6 7; do
4988        ac_script="$ac_script$as_nl$ac_script"
4989      done
4990      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4991      { ac_script=; unset ac_script;}
4992      if test -z "$SED"; then
4993   ac_path_SED_found=false
4994   # Loop through the user's path and test for each of PROGNAME-LIST
4995   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4996 for as_dir in $PATH
4997 do
4998   IFS=$as_save_IFS
4999   test -z "$as_dir" && as_dir=.
5000     for ac_prog in sed gsed; do
5001     for ac_exec_ext in '' $ac_executable_extensions; do
5002       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5003       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5004 # Check for GNU ac_path_SED and select it if it is found.
5005   # Check for GNU $ac_path_SED
5006 case `"$ac_path_SED" --version 2>&1` in
5007 *GNU*)
5008   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5009 *)
5010   ac_count=0
5011   $as_echo_n 0123456789 >"conftest.in"
5012   while :
5013   do
5014     cat "conftest.in" "conftest.in" >"conftest.tmp"
5015     mv "conftest.tmp" "conftest.in"
5016     cp "conftest.in" "conftest.nl"
5017     $as_echo '' >> "conftest.nl"
5018     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5019     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5020     as_fn_arith $ac_count + 1 && ac_count=$as_val
5021     if test $ac_count -gt ${ac_path_SED_max-0}; then
5022       # Best one so far, save it but keep looking for a better one
5023       ac_cv_path_SED="$ac_path_SED"
5024       ac_path_SED_max=$ac_count
5025     fi
5026     # 10*(2^10) chars as input seems more than enough
5027     test $ac_count -gt 10 && break
5028   done
5029   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5030 esac
5031
5032       $ac_path_SED_found && break 3
5033     done
5034   done
5035   done
5036 IFS=$as_save_IFS
5037   if test -z "$ac_cv_path_SED"; then
5038     as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5039   fi
5040 else
5041   ac_cv_path_SED=$SED
5042 fi
5043
5044 fi
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5046 $as_echo "$ac_cv_path_SED" >&6; }
5047  SED="$ac_cv_path_SED"
5048   rm -f conftest.sed
5049
5050 test -z "$SED" && SED=sed
5051 Xsed="$SED -e 1s/^X//"
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5064 $as_echo_n "checking for fgrep... " >&6; }
5065 if test "${ac_cv_path_FGREP+set}" = set; then :
5066   $as_echo_n "(cached) " >&6
5067 else
5068   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5069    then ac_cv_path_FGREP="$GREP -F"
5070    else
5071      if test -z "$FGREP"; then
5072   ac_path_FGREP_found=false
5073   # Loop through the user's path and test for each of PROGNAME-LIST
5074   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5075 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5076 do
5077   IFS=$as_save_IFS
5078   test -z "$as_dir" && as_dir=.
5079     for ac_prog in fgrep; do
5080     for ac_exec_ext in '' $ac_executable_extensions; do
5081       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5082       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5083 # Check for GNU ac_path_FGREP and select it if it is found.
5084   # Check for GNU $ac_path_FGREP
5085 case `"$ac_path_FGREP" --version 2>&1` in
5086 *GNU*)
5087   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5088 *)
5089   ac_count=0
5090   $as_echo_n 0123456789 >"conftest.in"
5091   while :
5092   do
5093     cat "conftest.in" "conftest.in" >"conftest.tmp"
5094     mv "conftest.tmp" "conftest.in"
5095     cp "conftest.in" "conftest.nl"
5096     $as_echo 'FGREP' >> "conftest.nl"
5097     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5098     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5099     as_fn_arith $ac_count + 1 && ac_count=$as_val
5100     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5101       # Best one so far, save it but keep looking for a better one
5102       ac_cv_path_FGREP="$ac_path_FGREP"
5103       ac_path_FGREP_max=$ac_count
5104     fi
5105     # 10*(2^10) chars as input seems more than enough
5106     test $ac_count -gt 10 && break
5107   done
5108   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5109 esac
5110
5111       $ac_path_FGREP_found && break 3
5112     done
5113   done
5114   done
5115 IFS=$as_save_IFS
5116   if test -z "$ac_cv_path_FGREP"; then
5117     as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5118   fi
5119 else
5120   ac_cv_path_FGREP=$FGREP
5121 fi
5122
5123    fi
5124 fi
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5126 $as_echo "$ac_cv_path_FGREP" >&6; }
5127  FGREP="$ac_cv_path_FGREP"
5128
5129
5130 test -z "$GREP" && GREP=grep
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150 # Check whether --with-gnu-ld was given.
5151 if test "${with_gnu_ld+set}" = set; then :
5152   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5153 else
5154   with_gnu_ld=no
5155 fi
5156
5157 ac_prog=ld
5158 if test "$GCC" = yes; then
5159   # Check if gcc -print-prog-name=ld gives a path.
5160   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5161 $as_echo_n "checking for ld used by $CC... " >&6; }
5162   case $host in
5163   *-*-mingw*)
5164     # gcc leaves a trailing carriage return which upsets mingw
5165     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5166   *)
5167     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5168   esac
5169   case $ac_prog in
5170     # Accept absolute paths.
5171     [\\/]* | ?:[\\/]*)
5172       re_direlt='/[^/][^/]*/\.\./'
5173       # Canonicalize the pathname of ld
5174       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5175       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5176         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5177       done
5178       test -z "$LD" && LD="$ac_prog"
5179       ;;
5180   "")
5181     # If it fails, then pretend we aren't using GCC.
5182     ac_prog=ld
5183     ;;
5184   *)
5185     # If it is relative, then search for the first ld in PATH.
5186     with_gnu_ld=unknown
5187     ;;
5188   esac
5189 elif test "$with_gnu_ld" = yes; then
5190   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5191 $as_echo_n "checking for GNU ld... " >&6; }
5192 else
5193   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5194 $as_echo_n "checking for non-GNU ld... " >&6; }
5195 fi
5196 if test "${lt_cv_path_LD+set}" = set; then :
5197   $as_echo_n "(cached) " >&6
5198 else
5199   if test -z "$LD"; then
5200   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5201   for ac_dir in $PATH; do
5202     IFS="$lt_save_ifs"
5203     test -z "$ac_dir" && ac_dir=.
5204     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5205       lt_cv_path_LD="$ac_dir/$ac_prog"
5206       # Check to see if the program is GNU ld.  I'd rather use --version,
5207       # but apparently some variants of GNU ld only accept -v.
5208       # Break only if it was the GNU/non-GNU ld that we prefer.
5209       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5210       *GNU* | *'with BFD'*)
5211         test "$with_gnu_ld" != no && break
5212         ;;
5213       *)
5214         test "$with_gnu_ld" != yes && break
5215         ;;
5216       esac
5217     fi
5218   done
5219   IFS="$lt_save_ifs"
5220 else
5221   lt_cv_path_LD="$LD" # Let the user override the test with a path.
5222 fi
5223 fi
5224
5225 LD="$lt_cv_path_LD"
5226 if test -n "$LD"; then
5227   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5228 $as_echo "$LD" >&6; }
5229 else
5230   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5231 $as_echo "no" >&6; }
5232 fi
5233 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5235 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5236 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5237   $as_echo_n "(cached) " >&6
5238 else
5239   # I'd rather use --version here, but apparently some GNU lds only accept -v.
5240 case `$LD -v 2>&1 </dev/null` in
5241 *GNU* | *'with BFD'*)
5242   lt_cv_prog_gnu_ld=yes
5243   ;;
5244 *)
5245   lt_cv_prog_gnu_ld=no
5246   ;;
5247 esac
5248 fi
5249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5250 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5251 with_gnu_ld=$lt_cv_prog_gnu_ld
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5262 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5263 if test "${lt_cv_path_NM+set}" = set; then :
5264   $as_echo_n "(cached) " >&6
5265 else
5266   if test -n "$NM"; then
5267   # Let the user override the test.
5268   lt_cv_path_NM="$NM"
5269 else
5270   lt_nm_to_check="${ac_tool_prefix}nm"
5271   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5272     lt_nm_to_check="$lt_nm_to_check nm"
5273   fi
5274   for lt_tmp_nm in $lt_nm_to_check; do
5275     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5276     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5277       IFS="$lt_save_ifs"
5278       test -z "$ac_dir" && ac_dir=.
5279       tmp_nm="$ac_dir/$lt_tmp_nm"
5280       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5281         # Check to see if the nm accepts a BSD-compat flag.
5282         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5283         #   nm: unknown option "B" ignored
5284         # Tru64's nm complains that /dev/null is an invalid object file
5285         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5286         */dev/null* | *'Invalid file or object type'*)
5287           lt_cv_path_NM="$tmp_nm -B"
5288           break
5289           ;;
5290         *)
5291           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5292           */dev/null*)
5293             lt_cv_path_NM="$tmp_nm -p"
5294             break
5295             ;;
5296           *)
5297             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5298             continue # so that we can try to find one that supports BSD flags
5299             ;;
5300           esac
5301           ;;
5302         esac
5303       fi
5304     done
5305     IFS="$lt_save_ifs"
5306   done
5307   : ${lt_cv_path_NM=no}
5308 fi
5309 fi
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5311 $as_echo "$lt_cv_path_NM" >&6; }
5312 if test "$lt_cv_path_NM" != "no"; then
5313   NM="$lt_cv_path_NM"
5314 else
5315   # Didn't find any BSD compatible name lister, look for dumpbin.
5316   if test -n "$ac_tool_prefix"; then
5317   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5318   do
5319     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5320 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5322 $as_echo_n "checking for $ac_word... " >&6; }
5323 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5324   $as_echo_n "(cached) " >&6
5325 else
5326   if test -n "$DUMPBIN"; then
5327   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5328 else
5329 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5330 for as_dir in $PATH
5331 do
5332   IFS=$as_save_IFS
5333   test -z "$as_dir" && as_dir=.
5334     for ac_exec_ext in '' $ac_executable_extensions; do
5335   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5336     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5337     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5338     break 2
5339   fi
5340 done
5341   done
5342 IFS=$as_save_IFS
5343
5344 fi
5345 fi
5346 DUMPBIN=$ac_cv_prog_DUMPBIN
5347 if test -n "$DUMPBIN"; then
5348   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5349 $as_echo "$DUMPBIN" >&6; }
5350 else
5351   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5352 $as_echo "no" >&6; }
5353 fi
5354
5355
5356     test -n "$DUMPBIN" && break
5357   done
5358 fi
5359 if test -z "$DUMPBIN"; then
5360   ac_ct_DUMPBIN=$DUMPBIN
5361   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5362 do
5363   # Extract the first word of "$ac_prog", so it can be a program name with args.
5364 set dummy $ac_prog; ac_word=$2
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5366 $as_echo_n "checking for $ac_word... " >&6; }
5367 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5368   $as_echo_n "(cached) " >&6
5369 else
5370   if test -n "$ac_ct_DUMPBIN"; then
5371   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5372 else
5373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5374 for as_dir in $PATH
5375 do
5376   IFS=$as_save_IFS
5377   test -z "$as_dir" && as_dir=.
5378     for ac_exec_ext in '' $ac_executable_extensions; do
5379   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5380     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5381     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5382     break 2
5383   fi
5384 done
5385   done
5386 IFS=$as_save_IFS
5387
5388 fi
5389 fi
5390 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5391 if test -n "$ac_ct_DUMPBIN"; then
5392   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5393 $as_echo "$ac_ct_DUMPBIN" >&6; }
5394 else
5395   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5396 $as_echo "no" >&6; }
5397 fi
5398
5399
5400   test -n "$ac_ct_DUMPBIN" && break
5401 done
5402
5403   if test "x$ac_ct_DUMPBIN" = x; then
5404     DUMPBIN=":"
5405   else
5406     case $cross_compiling:$ac_tool_warned in
5407 yes:)
5408 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5409 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5410 ac_tool_warned=yes ;;
5411 esac
5412     DUMPBIN=$ac_ct_DUMPBIN
5413   fi
5414 fi
5415
5416
5417   if test "$DUMPBIN" != ":"; then
5418     NM="$DUMPBIN"
5419   fi
5420 fi
5421 test -z "$NM" && NM=nm
5422
5423
5424
5425
5426
5427
5428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5429 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5430 if test "${lt_cv_nm_interface+set}" = set; then :
5431   $as_echo_n "(cached) " >&6
5432 else
5433   lt_cv_nm_interface="BSD nm"
5434   echo "int some_variable = 0;" > conftest.$ac_ext
5435   (eval echo "\"\$as_me:5435: $ac_compile\"" >&5)
5436   (eval "$ac_compile" 2>conftest.err)
5437   cat conftest.err >&5
5438   (eval echo "\"\$as_me:5438: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5439   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5440   cat conftest.err >&5
5441   (eval echo "\"\$as_me:5441: output\"" >&5)
5442   cat conftest.out >&5
5443   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5444     lt_cv_nm_interface="MS dumpbin"
5445   fi
5446   rm -f conftest*
5447 fi
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5449 $as_echo "$lt_cv_nm_interface" >&6; }
5450
5451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5452 $as_echo_n "checking whether ln -s works... " >&6; }
5453 LN_S=$as_ln_s
5454 if test "$LN_S" = "ln -s"; then
5455   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5456 $as_echo "yes" >&6; }
5457 else
5458   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5459 $as_echo "no, using $LN_S" >&6; }
5460 fi
5461
5462 # find the maximum length of command line arguments
5463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5464 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5465 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5466   $as_echo_n "(cached) " >&6
5467 else
5468     i=0
5469   teststring="ABCD"
5470
5471   case $build_os in
5472   msdosdjgpp*)
5473     # On DJGPP, this test can blow up pretty badly due to problems in libc
5474     # (any single argument exceeding 2000 bytes causes a buffer overrun
5475     # during glob expansion).  Even if it were fixed, the result of this
5476     # check would be larger than it should be.
5477     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
5478     ;;
5479
5480   gnu*)
5481     # Under GNU Hurd, this test is not required because there is
5482     # no limit to the length of command line arguments.
5483     # Libtool will interpret -1 as no limit whatsoever
5484     lt_cv_sys_max_cmd_len=-1;
5485     ;;
5486
5487   cygwin* | mingw* | cegcc*)
5488     # On Win9x/ME, this test blows up -- it succeeds, but takes
5489     # about 5 minutes as the teststring grows exponentially.
5490     # Worse, since 9x/ME are not pre-emptively multitasking,
5491     # you end up with a "frozen" computer, even though with patience
5492     # the test eventually succeeds (with a max line length of 256k).
5493     # Instead, let's just punt: use the minimum linelength reported by
5494     # all of the supported platforms: 8192 (on NT/2K/XP).
5495     lt_cv_sys_max_cmd_len=8192;
5496     ;;
5497
5498   amigaos*)
5499     # On AmigaOS with pdksh, this test takes hours, literally.
5500     # So we just punt and use a minimum line length of 8192.
5501     lt_cv_sys_max_cmd_len=8192;
5502     ;;
5503
5504   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5505     # This has been around since 386BSD, at least.  Likely further.
5506     if test -x /sbin/sysctl; then
5507       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5508     elif test -x /usr/sbin/sysctl; then
5509       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5510     else
5511       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
5512     fi
5513     # And add a safety zone
5514     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5515     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5516     ;;
5517
5518   interix*)
5519     # We know the value 262144 and hardcode it with a safety zone (like BSD)
5520     lt_cv_sys_max_cmd_len=196608
5521     ;;
5522
5523   osf*)
5524     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5525     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5526     # nice to cause kernel panics so lets avoid the loop below.
5527     # First set a reasonable default.
5528     lt_cv_sys_max_cmd_len=16384
5529     #
5530     if test -x /sbin/sysconfig; then
5531       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5532         *1*) lt_cv_sys_max_cmd_len=-1 ;;
5533       esac
5534     fi
5535     ;;
5536   sco3.2v5*)
5537     lt_cv_sys_max_cmd_len=102400
5538     ;;
5539   sysv5* | sco5v6* | sysv4.2uw2*)
5540     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5541     if test -n "$kargmax"; then
5542       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
5543     else
5544       lt_cv_sys_max_cmd_len=32768
5545     fi
5546     ;;
5547   *)
5548     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5549     if test -n "$lt_cv_sys_max_cmd_len"; then
5550       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5551       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5552     else
5553       # Make teststring a little bigger before we do anything with it.
5554       # a 1K string should be a reasonable start.
5555       for i in 1 2 3 4 5 6 7 8 ; do
5556         teststring=$teststring$teststring
5557       done
5558       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5559       # If test is not a shell built-in, we'll probably end up computing a
5560       # maximum length that is only half of the actual maximum length, but
5561       # we can't tell.
5562       while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
5563                  = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
5564               test $i != 17 # 1/2 MB should be enough
5565       do
5566         i=`expr $i + 1`
5567         teststring=$teststring$teststring
5568       done
5569       # Only check the string length outside the loop.
5570       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5571       teststring=
5572       # Add a significant safety factor because C++ compilers can tack on
5573       # massive amounts of additional arguments before passing them to the
5574       # linker.  It appears as though 1/2 is a usable value.
5575       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5576     fi
5577     ;;
5578   esac
5579
5580 fi
5581
5582 if test -n $lt_cv_sys_max_cmd_len ; then
5583   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5584 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5585 else
5586   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5587 $as_echo "none" >&6; }
5588 fi
5589 max_cmd_len=$lt_cv_sys_max_cmd_len
5590
5591
5592
5593
5594
5595
5596 : ${CP="cp -f"}
5597 : ${MV="mv -f"}
5598 : ${RM="rm -f"}
5599
5600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5601 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5602 # Try some XSI features
5603 xsi_shell=no
5604 ( _lt_dummy="a/b/c"
5605   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5606       = c,a/b,, \
5607     && eval 'test $(( 1 + 1 )) -eq 2 \
5608     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5609   && xsi_shell=yes
5610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5611 $as_echo "$xsi_shell" >&6; }
5612
5613
5614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5615 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5616 lt_shell_append=no
5617 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5618     >/dev/null 2>&1 \
5619   && lt_shell_append=yes
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5621 $as_echo "$lt_shell_append" >&6; }
5622
5623
5624 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5625   lt_unset=unset
5626 else
5627   lt_unset=false
5628 fi
5629
5630
5631
5632
5633
5634 # test EBCDIC or ASCII
5635 case `echo X|tr X '\101'` in
5636  A) # ASCII based system
5637     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5638   lt_SP2NL='tr \040 \012'
5639   lt_NL2SP='tr \015\012 \040\040'
5640   ;;
5641  *) # EBCDIC based system
5642   lt_SP2NL='tr \100 \n'
5643   lt_NL2SP='tr \r\n \100\100'
5644   ;;
5645 esac
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5656 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5657 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5658   $as_echo_n "(cached) " >&6
5659 else
5660   lt_cv_ld_reload_flag='-r'
5661 fi
5662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5663 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5664 reload_flag=$lt_cv_ld_reload_flag
5665 case $reload_flag in
5666 "" | " "*) ;;
5667 *) reload_flag=" $reload_flag" ;;
5668 esac
5669 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5670 case $host_os in
5671   darwin*)
5672     if test "$GCC" = yes; then
5673       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5674     else
5675       reload_cmds='$LD$reload_flag -o $output$reload_objs'
5676     fi
5677     ;;
5678 esac
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688 if test -n "$ac_tool_prefix"; then
5689   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5690 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5692 $as_echo_n "checking for $ac_word... " >&6; }
5693 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5694   $as_echo_n "(cached) " >&6
5695 else
5696   if test -n "$OBJDUMP"; then
5697   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5698 else
5699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5700 for as_dir in $PATH
5701 do
5702   IFS=$as_save_IFS
5703   test -z "$as_dir" && as_dir=.
5704     for ac_exec_ext in '' $ac_executable_extensions; do
5705   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5706     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5707     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5708     break 2
5709   fi
5710 done
5711   done
5712 IFS=$as_save_IFS
5713
5714 fi
5715 fi
5716 OBJDUMP=$ac_cv_prog_OBJDUMP
5717 if test -n "$OBJDUMP"; then
5718   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5719 $as_echo "$OBJDUMP" >&6; }
5720 else
5721   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5722 $as_echo "no" >&6; }
5723 fi
5724
5725
5726 fi
5727 if test -z "$ac_cv_prog_OBJDUMP"; then
5728   ac_ct_OBJDUMP=$OBJDUMP
5729   # Extract the first word of "objdump", so it can be a program name with args.
5730 set dummy objdump; ac_word=$2
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5732 $as_echo_n "checking for $ac_word... " >&6; }
5733 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5734   $as_echo_n "(cached) " >&6
5735 else
5736   if test -n "$ac_ct_OBJDUMP"; then
5737   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5738 else
5739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5740 for as_dir in $PATH
5741 do
5742   IFS=$as_save_IFS
5743   test -z "$as_dir" && as_dir=.
5744     for ac_exec_ext in '' $ac_executable_extensions; do
5745   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5746     ac_cv_prog_ac_ct_OBJDUMP="objdump"
5747     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5748     break 2
5749   fi
5750 done
5751   done
5752 IFS=$as_save_IFS
5753
5754 fi
5755 fi
5756 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5757 if test -n "$ac_ct_OBJDUMP"; then
5758   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5759 $as_echo "$ac_ct_OBJDUMP" >&6; }
5760 else
5761   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5762 $as_echo "no" >&6; }
5763 fi
5764
5765   if test "x$ac_ct_OBJDUMP" = x; then
5766     OBJDUMP="false"
5767   else
5768     case $cross_compiling:$ac_tool_warned in
5769 yes:)
5770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5771 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5772 ac_tool_warned=yes ;;
5773 esac
5774     OBJDUMP=$ac_ct_OBJDUMP
5775   fi
5776 else
5777   OBJDUMP="$ac_cv_prog_OBJDUMP"
5778 fi
5779
5780 test -z "$OBJDUMP" && OBJDUMP=objdump
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5791 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5792 if test "${lt_cv_deplibs_check_method+set}" = set; then :
5793   $as_echo_n "(cached) " >&6
5794 else
5795   lt_cv_file_magic_cmd='$MAGIC_CMD'
5796 lt_cv_file_magic_test_file=
5797 lt_cv_deplibs_check_method='unknown'
5798 # Need to set the preceding variable on all platforms that support
5799 # interlibrary dependencies.
5800 # 'none' -- dependencies not supported.
5801 # `unknown' -- same as none, but documents that we really don't know.
5802 # 'pass_all' -- all dependencies passed with no checks.
5803 # 'test_compile' -- check by making test program.
5804 # 'file_magic [[regex]]' -- check by looking for files in library path
5805 # which responds to the $file_magic_cmd with a given extended regex.
5806 # If you have `file' or equivalent on your system and you're not sure
5807 # whether `pass_all' will *always* work, you probably want this one.
5808
5809 case $host_os in
5810 aix[4-9]*)
5811   lt_cv_deplibs_check_method=pass_all
5812   ;;
5813
5814 beos*)
5815   lt_cv_deplibs_check_method=pass_all
5816   ;;
5817
5818 bsdi[45]*)
5819   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5820   lt_cv_file_magic_cmd='/usr/bin/file -L'
5821   lt_cv_file_magic_test_file=/shlib/libc.so
5822   ;;
5823
5824 cygwin*)
5825   # func_win32_libid is a shell function defined in ltmain.sh
5826   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5827   lt_cv_file_magic_cmd='func_win32_libid'
5828   ;;
5829
5830 mingw* | pw32*)
5831   # Base MSYS/MinGW do not provide the 'file' command needed by
5832   # func_win32_libid shell function, so use a weaker test based on 'objdump',
5833   # unless we find 'file', for example because we are cross-compiling.
5834   if ( file / ) >/dev/null 2>&1; then
5835     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5836     lt_cv_file_magic_cmd='func_win32_libid'
5837   else
5838     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5839     lt_cv_file_magic_cmd='$OBJDUMP -f'
5840   fi
5841   ;;
5842
5843 cegcc)
5844   # use the weaker test based on 'objdump'. See mingw*.
5845   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5846   lt_cv_file_magic_cmd='$OBJDUMP -f'
5847   ;;
5848
5849 darwin* | rhapsody*)
5850   lt_cv_deplibs_check_method=pass_all
5851   ;;
5852
5853 freebsd* | dragonfly*)
5854   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5855     case $host_cpu in
5856     i*86 )
5857       # Not sure whether the presence of OpenBSD here was a mistake.
5858       # Let's accept both of them until this is cleared up.
5859       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5860       lt_cv_file_magic_cmd=/usr/bin/file
5861       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5862       ;;
5863     esac
5864   else
5865     lt_cv_deplibs_check_method=pass_all
5866   fi
5867   ;;
5868
5869 gnu*)
5870   lt_cv_deplibs_check_method=pass_all
5871   ;;
5872
5873 hpux10.20* | hpux11*)
5874   lt_cv_file_magic_cmd=/usr/bin/file
5875   case $host_cpu in
5876   ia64*)
5877     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5878     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5879     ;;
5880   hppa*64*)
5881     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]'
5882     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5883     ;;
5884   *)
5885     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5886     lt_cv_file_magic_test_file=/usr/lib/libc.sl
5887     ;;
5888   esac
5889   ;;
5890
5891 interix[3-9]*)
5892   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5893   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5894   ;;
5895
5896 irix5* | irix6* | nonstopux*)
5897   case $LD in
5898   *-32|*"-32 ") libmagic=32-bit;;
5899   *-n32|*"-n32 ") libmagic=N32;;
5900   *-64|*"-64 ") libmagic=64-bit;;
5901   *) libmagic=never-match;;
5902   esac
5903   lt_cv_deplibs_check_method=pass_all
5904   ;;
5905
5906 # This must be Linux ELF.
5907 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5908   lt_cv_deplibs_check_method=pass_all
5909   ;;
5910
5911 netbsd* | netbsdelf*-gnu)
5912   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5913     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5914   else
5915     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5916   fi
5917   ;;
5918
5919 newos6*)
5920   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5921   lt_cv_file_magic_cmd=/usr/bin/file
5922   lt_cv_file_magic_test_file=/usr/lib/libnls.so
5923   ;;
5924
5925 *nto* | *qnx*)
5926   lt_cv_deplibs_check_method=pass_all
5927   ;;
5928
5929 openbsd*)
5930   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5931     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5932   else
5933     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5934   fi
5935   ;;
5936
5937 osf3* | osf4* | osf5*)
5938   lt_cv_deplibs_check_method=pass_all
5939   ;;
5940
5941 rdos*)
5942   lt_cv_deplibs_check_method=pass_all
5943   ;;
5944
5945 solaris*)
5946   lt_cv_deplibs_check_method=pass_all
5947   ;;
5948
5949 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5950   lt_cv_deplibs_check_method=pass_all
5951   ;;
5952
5953 sysv4 | sysv4.3*)
5954   case $host_vendor in
5955   motorola)
5956     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]'
5957     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5958     ;;
5959   ncr)
5960     lt_cv_deplibs_check_method=pass_all
5961     ;;
5962   sequent)
5963     lt_cv_file_magic_cmd='/bin/file'
5964     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5965     ;;
5966   sni)
5967     lt_cv_file_magic_cmd='/bin/file'
5968     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5969     lt_cv_file_magic_test_file=/lib/libc.so
5970     ;;
5971   siemens)
5972     lt_cv_deplibs_check_method=pass_all
5973     ;;
5974   pc)
5975     lt_cv_deplibs_check_method=pass_all
5976     ;;
5977   esac
5978   ;;
5979
5980 tpf*)
5981   lt_cv_deplibs_check_method=pass_all
5982   ;;
5983 esac
5984
5985 fi
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5987 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5988 file_magic_cmd=$lt_cv_file_magic_cmd
5989 deplibs_check_method=$lt_cv_deplibs_check_method
5990 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003 if test -n "$ac_tool_prefix"; then
6004   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6005 set dummy ${ac_tool_prefix}ar; ac_word=$2
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6007 $as_echo_n "checking for $ac_word... " >&6; }
6008 if test "${ac_cv_prog_AR+set}" = set; then :
6009   $as_echo_n "(cached) " >&6
6010 else
6011   if test -n "$AR"; then
6012   ac_cv_prog_AR="$AR" # Let the user override the test.
6013 else
6014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6015 for as_dir in $PATH
6016 do
6017   IFS=$as_save_IFS
6018   test -z "$as_dir" && as_dir=.
6019     for ac_exec_ext in '' $ac_executable_extensions; do
6020   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6021     ac_cv_prog_AR="${ac_tool_prefix}ar"
6022     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6023     break 2
6024   fi
6025 done
6026   done
6027 IFS=$as_save_IFS
6028
6029 fi
6030 fi
6031 AR=$ac_cv_prog_AR
6032 if test -n "$AR"; then
6033   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6034 $as_echo "$AR" >&6; }
6035 else
6036   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6037 $as_echo "no" >&6; }
6038 fi
6039
6040
6041 fi
6042 if test -z "$ac_cv_prog_AR"; then
6043   ac_ct_AR=$AR
6044   # Extract the first word of "ar", so it can be a program name with args.
6045 set dummy ar; ac_word=$2
6046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6047 $as_echo_n "checking for $ac_word... " >&6; }
6048 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6049   $as_echo_n "(cached) " >&6
6050 else
6051   if test -n "$ac_ct_AR"; then
6052   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6053 else
6054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6055 for as_dir in $PATH
6056 do
6057   IFS=$as_save_IFS
6058   test -z "$as_dir" && as_dir=.
6059     for ac_exec_ext in '' $ac_executable_extensions; do
6060   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6061     ac_cv_prog_ac_ct_AR="ar"
6062     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6063     break 2
6064   fi
6065 done
6066   done
6067 IFS=$as_save_IFS
6068
6069 fi
6070 fi
6071 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6072 if test -n "$ac_ct_AR"; then
6073   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6074 $as_echo "$ac_ct_AR" >&6; }
6075 else
6076   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6077 $as_echo "no" >&6; }
6078 fi
6079
6080   if test "x$ac_ct_AR" = x; then
6081     AR="false"
6082   else
6083     case $cross_compiling:$ac_tool_warned in
6084 yes:)
6085 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6086 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6087 ac_tool_warned=yes ;;
6088 esac
6089     AR=$ac_ct_AR
6090   fi
6091 else
6092   AR="$ac_cv_prog_AR"
6093 fi
6094
6095 test -z "$AR" && AR=ar
6096 test -z "$AR_FLAGS" && AR_FLAGS=cru
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108 if test -n "$ac_tool_prefix"; then
6109   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6110 set dummy ${ac_tool_prefix}strip; ac_word=$2
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6112 $as_echo_n "checking for $ac_word... " >&6; }
6113 if test "${ac_cv_prog_STRIP+set}" = set; then :
6114   $as_echo_n "(cached) " >&6
6115 else
6116   if test -n "$STRIP"; then
6117   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6118 else
6119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6120 for as_dir in $PATH
6121 do
6122   IFS=$as_save_IFS
6123   test -z "$as_dir" && as_dir=.
6124     for ac_exec_ext in '' $ac_executable_extensions; do
6125   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6126     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6127     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6128     break 2
6129   fi
6130 done
6131   done
6132 IFS=$as_save_IFS
6133
6134 fi
6135 fi
6136 STRIP=$ac_cv_prog_STRIP
6137 if test -n "$STRIP"; then
6138   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6139 $as_echo "$STRIP" >&6; }
6140 else
6141   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6142 $as_echo "no" >&6; }
6143 fi
6144
6145
6146 fi
6147 if test -z "$ac_cv_prog_STRIP"; then
6148   ac_ct_STRIP=$STRIP
6149   # Extract the first word of "strip", so it can be a program name with args.
6150 set dummy strip; ac_word=$2
6151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6152 $as_echo_n "checking for $ac_word... " >&6; }
6153 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6154   $as_echo_n "(cached) " >&6
6155 else
6156   if test -n "$ac_ct_STRIP"; then
6157   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6158 else
6159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6160 for as_dir in $PATH
6161 do
6162   IFS=$as_save_IFS
6163   test -z "$as_dir" && as_dir=.
6164     for ac_exec_ext in '' $ac_executable_extensions; do
6165   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6166     ac_cv_prog_ac_ct_STRIP="strip"
6167     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6168     break 2
6169   fi
6170 done
6171   done
6172 IFS=$as_save_IFS
6173
6174 fi
6175 fi
6176 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6177 if test -n "$ac_ct_STRIP"; then
6178   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6179 $as_echo "$ac_ct_STRIP" >&6; }
6180 else
6181   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6182 $as_echo "no" >&6; }
6183 fi
6184
6185   if test "x$ac_ct_STRIP" = x; then
6186     STRIP=":"
6187   else
6188     case $cross_compiling:$ac_tool_warned in
6189 yes:)
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6191 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6192 ac_tool_warned=yes ;;
6193 esac
6194     STRIP=$ac_ct_STRIP
6195   fi
6196 else
6197   STRIP="$ac_cv_prog_STRIP"
6198 fi
6199
6200 test -z "$STRIP" && STRIP=:
6201
6202
6203
6204
6205
6206
6207 if test -n "$ac_tool_prefix"; then
6208   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6209 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6211 $as_echo_n "checking for $ac_word... " >&6; }
6212 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6213   $as_echo_n "(cached) " >&6
6214 else
6215   if test -n "$RANLIB"; then
6216   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6217 else
6218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6219 for as_dir in $PATH
6220 do
6221   IFS=$as_save_IFS
6222   test -z "$as_dir" && as_dir=.
6223     for ac_exec_ext in '' $ac_executable_extensions; do
6224   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6225     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6226     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6227     break 2
6228   fi
6229 done
6230   done
6231 IFS=$as_save_IFS
6232
6233 fi
6234 fi
6235 RANLIB=$ac_cv_prog_RANLIB
6236 if test -n "$RANLIB"; then
6237   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6238 $as_echo "$RANLIB" >&6; }
6239 else
6240   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6241 $as_echo "no" >&6; }
6242 fi
6243
6244
6245 fi
6246 if test -z "$ac_cv_prog_RANLIB"; then
6247   ac_ct_RANLIB=$RANLIB
6248   # Extract the first word of "ranlib", so it can be a program name with args.
6249 set dummy ranlib; ac_word=$2
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6251 $as_echo_n "checking for $ac_word... " >&6; }
6252 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6253   $as_echo_n "(cached) " >&6
6254 else
6255   if test -n "$ac_ct_RANLIB"; then
6256   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6257 else
6258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6259 for as_dir in $PATH
6260 do
6261   IFS=$as_save_IFS
6262   test -z "$as_dir" && as_dir=.
6263     for ac_exec_ext in '' $ac_executable_extensions; do
6264   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6265     ac_cv_prog_ac_ct_RANLIB="ranlib"
6266     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6267     break 2
6268   fi
6269 done
6270   done
6271 IFS=$as_save_IFS
6272
6273 fi
6274 fi
6275 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6276 if test -n "$ac_ct_RANLIB"; then
6277   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6278 $as_echo "$ac_ct_RANLIB" >&6; }
6279 else
6280   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6281 $as_echo "no" >&6; }
6282 fi
6283
6284   if test "x$ac_ct_RANLIB" = x; then
6285     RANLIB=":"
6286   else
6287     case $cross_compiling:$ac_tool_warned in
6288 yes:)
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6290 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6291 ac_tool_warned=yes ;;
6292 esac
6293     RANLIB=$ac_ct_RANLIB
6294   fi
6295 else
6296   RANLIB="$ac_cv_prog_RANLIB"
6297 fi
6298
6299 test -z "$RANLIB" && RANLIB=:
6300
6301
6302
6303
6304
6305
6306 # Determine commands to create old-style static archives.
6307 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6308 old_postinstall_cmds='chmod 644 $oldlib'
6309 old_postuninstall_cmds=
6310
6311 if test -n "$RANLIB"; then
6312   case $host_os in
6313   openbsd*)
6314     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6315     ;;
6316   *)
6317     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6318     ;;
6319   esac
6320   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6321 fi
6322
6323
6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356 # If no C compiler was specified, use CC.
6357 LTCC=${LTCC-"$CC"}
6358
6359 # If no C compiler flags were specified, use CFLAGS.
6360 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6361
6362 # Allow CC to be a program name with arguments.
6363 compiler=$CC
6364
6365
6366 # Check for command to grab the raw symbol name followed by C symbol from nm.
6367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6368 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6369 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6370   $as_echo_n "(cached) " >&6
6371 else
6372
6373 # These are sane defaults that work on at least a few old systems.
6374 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
6375
6376 # Character class describing NM global symbol codes.
6377 symcode='[BCDEGRST]'
6378
6379 # Regexp to match symbols that can be accessed directly from C.
6380 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6381
6382 # Define system-specific variables.
6383 case $host_os in
6384 aix*)
6385   symcode='[BCDT]'
6386   ;;
6387 cygwin* | mingw* | pw32* | cegcc*)
6388   symcode='[ABCDGISTW]'
6389   ;;
6390 hpux*)
6391   if test "$host_cpu" = ia64; then
6392     symcode='[ABCDEGRST]'
6393   fi
6394   ;;
6395 irix* | nonstopux*)
6396   symcode='[BCDEGRST]'
6397   ;;
6398 osf*)
6399   symcode='[BCDEGQRST]'
6400   ;;
6401 solaris*)
6402   symcode='[BDRT]'
6403   ;;
6404 sco3.2v5*)
6405   symcode='[DT]'
6406   ;;
6407 sysv4.2uw2*)
6408   symcode='[DT]'
6409   ;;
6410 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6411   symcode='[ABDT]'
6412   ;;
6413 sysv4)
6414   symcode='[DFNSTU]'
6415   ;;
6416 esac
6417
6418 # If we're using GNU nm, then use its standard symbol codes.
6419 case `$NM -V 2>&1` in
6420 *GNU* | *'with BFD'*)
6421   symcode='[ABCDGIRSTW]' ;;
6422 esac
6423
6424 # Transform an extracted symbol line into a proper C declaration.
6425 # Some systems (esp. on ia64) link data and code symbols differently,
6426 # so use this general approach.
6427 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6428
6429 # Transform an extracted symbol line into symbol name and symbol address
6430 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
6431 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'"
6432
6433 # Handle CRLF in mingw tool chain
6434 opt_cr=
6435 case $build_os in
6436 mingw*)
6437   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6438   ;;
6439 esac
6440
6441 # Try without a prefix underscore, then with it.
6442 for ac_symprfx in "" "_"; do
6443
6444   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6445   symxfrm="\\1 $ac_symprfx\\2 \\2"
6446
6447   # Write the raw and C identifiers.
6448   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6449     # Fake it for dumpbin and say T for any non-static function
6450     # and D for any global variable.
6451     # Also find C++ and __fastcall symbols from MSVC++,
6452     # which start with @ or ?.
6453     lt_cv_sys_global_symbol_pipe="$AWK '"\
6454 "     {last_section=section; section=\$ 3};"\
6455 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6456 "     \$ 0!~/External *\|/{next};"\
6457 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6458 "     {if(hide[section]) next};"\
6459 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6460 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6461 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
6462 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6463 "     ' prfx=^$ac_symprfx"
6464   else
6465     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6466   fi
6467
6468   # Check to see that the pipe works correctly.
6469   pipe_works=no
6470
6471   rm -f conftest*
6472   cat > conftest.$ac_ext <<_LT_EOF
6473 #ifdef __cplusplus
6474 extern "C" {
6475 #endif
6476 char nm_test_var;
6477 void nm_test_func(void);
6478 void nm_test_func(void){}
6479 #ifdef __cplusplus
6480 }
6481 #endif
6482 int main(){nm_test_var='a';nm_test_func();return(0);}
6483 _LT_EOF
6484
6485   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6486   (eval $ac_compile) 2>&5
6487   ac_status=$?
6488   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6489   test $ac_status = 0; }; then
6490     # Now try to grab the symbols.
6491     nlist=conftest.nm
6492     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
6493   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
6494   ac_status=$?
6495   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6496   test $ac_status = 0; } && test -s "$nlist"; then
6497       # Try sorting and uniquifying the output.
6498       if sort "$nlist" | uniq > "$nlist"T; then
6499         mv -f "$nlist"T "$nlist"
6500       else
6501         rm -f "$nlist"T
6502       fi
6503
6504       # Make sure that we snagged all the symbols we need.
6505       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6506         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6507           cat <<_LT_EOF > conftest.$ac_ext
6508 #ifdef __cplusplus
6509 extern "C" {
6510 #endif
6511
6512 _LT_EOF
6513           # Now generate the symbol file.
6514           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6515
6516           cat <<_LT_EOF >> conftest.$ac_ext
6517
6518 /* The mapping between symbol names and symbols.  */
6519 const struct {
6520   const char *name;
6521   void       *address;
6522 }
6523 lt__PROGRAM__LTX_preloaded_symbols[] =
6524 {
6525   { "@PROGRAM@", (void *) 0 },
6526 _LT_EOF
6527           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6528           cat <<\_LT_EOF >> conftest.$ac_ext
6529   {0, (void *) 0}
6530 };
6531
6532 /* This works around a problem in FreeBSD linker */
6533 #ifdef FREEBSD_WORKAROUND
6534 static const void *lt_preloaded_setup() {
6535   return lt__PROGRAM__LTX_preloaded_symbols;
6536 }
6537 #endif
6538
6539 #ifdef __cplusplus
6540 }
6541 #endif
6542 _LT_EOF
6543           # Now try linking the two files.
6544           mv conftest.$ac_objext conftstm.$ac_objext
6545           lt_save_LIBS="$LIBS"
6546           lt_save_CFLAGS="$CFLAGS"
6547           LIBS="conftstm.$ac_objext"
6548           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6549           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6550   (eval $ac_link) 2>&5
6551   ac_status=$?
6552   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6553   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6554             pipe_works=yes
6555           fi
6556           LIBS="$lt_save_LIBS"
6557           CFLAGS="$lt_save_CFLAGS"
6558         else
6559           echo "cannot find nm_test_func in $nlist" >&5
6560         fi
6561       else
6562         echo "cannot find nm_test_var in $nlist" >&5
6563       fi
6564     else
6565       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6566     fi
6567   else
6568     echo "$progname: failed program was:" >&5
6569     cat conftest.$ac_ext >&5
6570   fi
6571   rm -rf conftest* conftst*
6572
6573   # Do not use the global_symbol_pipe unless it works.
6574   if test "$pipe_works" = yes; then
6575     break
6576   else
6577     lt_cv_sys_global_symbol_pipe=
6578   fi
6579 done
6580
6581 fi
6582
6583 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6584   lt_cv_sys_global_symbol_to_cdecl=
6585 fi
6586 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6587   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6588 $as_echo "failed" >&6; }
6589 else
6590   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6591 $as_echo "ok" >&6; }
6592 fi
6593
6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615 # Check whether --enable-libtool-lock was given.
6616 if test "${enable_libtool_lock+set}" = set; then :
6617   enableval=$enable_libtool_lock;
6618 fi
6619
6620 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6621
6622 # Some flags need to be propagated to the compiler or linker for good
6623 # libtool support.
6624 case $host in
6625 ia64-*-hpux*)
6626   # Find out which ABI we are using.
6627   echo 'int i;' > conftest.$ac_ext
6628   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6629   (eval $ac_compile) 2>&5
6630   ac_status=$?
6631   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6632   test $ac_status = 0; }; then
6633     case `/usr/bin/file conftest.$ac_objext` in
6634       *ELF-32*)
6635         HPUX_IA64_MODE="32"
6636         ;;
6637       *ELF-64*)
6638         HPUX_IA64_MODE="64"
6639         ;;
6640     esac
6641   fi
6642   rm -rf conftest*
6643   ;;
6644 *-*-irix6*)
6645   # Find out which ABI we are using.
6646   echo '#line 6646 "configure"' > conftest.$ac_ext
6647   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6648   (eval $ac_compile) 2>&5
6649   ac_status=$?
6650   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6651   test $ac_status = 0; }; then
6652     if test "$lt_cv_prog_gnu_ld" = yes; then
6653       case `/usr/bin/file conftest.$ac_objext` in
6654         *32-bit*)
6655           LD="${LD-ld} -melf32bsmip"
6656           ;;
6657         *N32*)
6658           LD="${LD-ld} -melf32bmipn32"
6659           ;;
6660         *64-bit*)
6661           LD="${LD-ld} -melf64bmip"
6662         ;;
6663       esac
6664     else
6665       case `/usr/bin/file conftest.$ac_objext` in
6666         *32-bit*)
6667           LD="${LD-ld} -32"
6668           ;;
6669         *N32*)
6670           LD="${LD-ld} -n32"
6671           ;;
6672         *64-bit*)
6673           LD="${LD-ld} -64"
6674           ;;
6675       esac
6676     fi
6677   fi
6678   rm -rf conftest*
6679   ;;
6680
6681 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6682 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6683   # Find out which ABI we are using.
6684   echo 'int i;' > conftest.$ac_ext
6685   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6686   (eval $ac_compile) 2>&5
6687   ac_status=$?
6688   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6689   test $ac_status = 0; }; then
6690     case `/usr/bin/file conftest.o` in
6691       *32-bit*)
6692         case $host in
6693           x86_64-*kfreebsd*-gnu)
6694             LD="${LD-ld} -m elf_i386_fbsd"
6695             ;;
6696           x86_64-*linux*)
6697             LD="${LD-ld} -m elf_i386"
6698             ;;
6699           ppc64-*linux*|powerpc64-*linux*)
6700             LD="${LD-ld} -m elf32ppclinux"
6701             ;;
6702           s390x-*linux*)
6703             LD="${LD-ld} -m elf_s390"
6704             ;;
6705           sparc64-*linux*)
6706             LD="${LD-ld} -m elf32_sparc"
6707             ;;
6708         esac
6709         ;;
6710       *64-bit*)
6711         case $host in
6712           x86_64-*kfreebsd*-gnu)
6713             LD="${LD-ld} -m elf_x86_64_fbsd"
6714             ;;
6715           x86_64-*linux*)
6716             LD="${LD-ld} -m elf_x86_64"
6717             ;;
6718           ppc*-*linux*|powerpc*-*linux*)
6719             LD="${LD-ld} -m elf64ppc"
6720             ;;
6721           s390*-*linux*|s390*-*tpf*)
6722             LD="${LD-ld} -m elf64_s390"
6723             ;;
6724           sparc*-*linux*)
6725             LD="${LD-ld} -m elf64_sparc"
6726             ;;
6727         esac
6728         ;;
6729     esac
6730   fi
6731   rm -rf conftest*
6732   ;;
6733
6734 *-*-sco3.2v5*)
6735   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6736   SAVE_CFLAGS="$CFLAGS"
6737   CFLAGS="$CFLAGS -belf"
6738   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6739 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6740 if test "${lt_cv_cc_needs_belf+set}" = set; then :
6741   $as_echo_n "(cached) " >&6
6742 else
6743   ac_ext=c
6744 ac_cpp='$CPP $CPPFLAGS'
6745 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6746 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6747 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6748
6749      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6750 /* end confdefs.h.  */
6751
6752 int
6753 main ()
6754 {
6755
6756   ;
6757   return 0;
6758 }
6759 _ACEOF
6760 if ac_fn_c_try_link "$LINENO"; then :
6761   lt_cv_cc_needs_belf=yes
6762 else
6763   lt_cv_cc_needs_belf=no
6764 fi
6765 rm -f core conftest.err conftest.$ac_objext \
6766     conftest$ac_exeext conftest.$ac_ext
6767      ac_ext=c
6768 ac_cpp='$CPP $CPPFLAGS'
6769 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6770 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6771 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6772
6773 fi
6774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6775 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6776   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6777     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6778     CFLAGS="$SAVE_CFLAGS"
6779   fi
6780   ;;
6781 sparc*-*solaris*)
6782   # Find out which ABI we are using.
6783   echo 'int i;' > conftest.$ac_ext
6784   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6785   (eval $ac_compile) 2>&5
6786   ac_status=$?
6787   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6788   test $ac_status = 0; }; then
6789     case `/usr/bin/file conftest.o` in
6790     *64-bit*)
6791       case $lt_cv_prog_gnu_ld in
6792       yes*) LD="${LD-ld} -m elf64_sparc" ;;
6793       *)
6794         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6795           LD="${LD-ld} -64"
6796         fi
6797         ;;
6798       esac
6799       ;;
6800     esac
6801   fi
6802   rm -rf conftest*
6803   ;;
6804 esac
6805
6806 need_locks="$enable_libtool_lock"
6807
6808
6809   case $host_os in
6810     rhapsody* | darwin*)
6811     if test -n "$ac_tool_prefix"; then
6812   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6813 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6815 $as_echo_n "checking for $ac_word... " >&6; }
6816 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6817   $as_echo_n "(cached) " >&6
6818 else
6819   if test -n "$DSYMUTIL"; then
6820   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6821 else
6822 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6823 for as_dir in $PATH
6824 do
6825   IFS=$as_save_IFS
6826   test -z "$as_dir" && as_dir=.
6827     for ac_exec_ext in '' $ac_executable_extensions; do
6828   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6829     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6830     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6831     break 2
6832   fi
6833 done
6834   done
6835 IFS=$as_save_IFS
6836
6837 fi
6838 fi
6839 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6840 if test -n "$DSYMUTIL"; then
6841   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6842 $as_echo "$DSYMUTIL" >&6; }
6843 else
6844   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6845 $as_echo "no" >&6; }
6846 fi
6847
6848
6849 fi
6850 if test -z "$ac_cv_prog_DSYMUTIL"; then
6851   ac_ct_DSYMUTIL=$DSYMUTIL
6852   # Extract the first word of "dsymutil", so it can be a program name with args.
6853 set dummy dsymutil; ac_word=$2
6854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6855 $as_echo_n "checking for $ac_word... " >&6; }
6856 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6857   $as_echo_n "(cached) " >&6
6858 else
6859   if test -n "$ac_ct_DSYMUTIL"; then
6860   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6861 else
6862 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6863 for as_dir in $PATH
6864 do
6865   IFS=$as_save_IFS
6866   test -z "$as_dir" && as_dir=.
6867     for ac_exec_ext in '' $ac_executable_extensions; do
6868   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6869     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6870     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6871     break 2
6872   fi
6873 done
6874   done
6875 IFS=$as_save_IFS
6876
6877 fi
6878 fi
6879 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6880 if test -n "$ac_ct_DSYMUTIL"; then
6881   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6882 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6883 else
6884   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6885 $as_echo "no" >&6; }
6886 fi
6887
6888   if test "x$ac_ct_DSYMUTIL" = x; then
6889     DSYMUTIL=":"
6890   else
6891     case $cross_compiling:$ac_tool_warned in
6892 yes:)
6893 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6894 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6895 ac_tool_warned=yes ;;
6896 esac
6897     DSYMUTIL=$ac_ct_DSYMUTIL
6898   fi
6899 else
6900   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6901 fi
6902
6903     if test -n "$ac_tool_prefix"; then
6904   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6905 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6907 $as_echo_n "checking for $ac_word... " >&6; }
6908 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6909   $as_echo_n "(cached) " >&6
6910 else
6911   if test -n "$NMEDIT"; then
6912   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6913 else
6914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6915 for as_dir in $PATH
6916 do
6917   IFS=$as_save_IFS
6918   test -z "$as_dir" && as_dir=.
6919     for ac_exec_ext in '' $ac_executable_extensions; do
6920   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6921     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6922     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6923     break 2
6924   fi
6925 done
6926   done
6927 IFS=$as_save_IFS
6928
6929 fi
6930 fi
6931 NMEDIT=$ac_cv_prog_NMEDIT
6932 if test -n "$NMEDIT"; then
6933   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6934 $as_echo "$NMEDIT" >&6; }
6935 else
6936   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6937 $as_echo "no" >&6; }
6938 fi
6939
6940
6941 fi
6942 if test -z "$ac_cv_prog_NMEDIT"; then
6943   ac_ct_NMEDIT=$NMEDIT
6944   # Extract the first word of "nmedit", so it can be a program name with args.
6945 set dummy nmedit; ac_word=$2
6946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6947 $as_echo_n "checking for $ac_word... " >&6; }
6948 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6949   $as_echo_n "(cached) " >&6
6950 else
6951   if test -n "$ac_ct_NMEDIT"; then
6952   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6953 else
6954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6955 for as_dir in $PATH
6956 do
6957   IFS=$as_save_IFS
6958   test -z "$as_dir" && as_dir=.
6959     for ac_exec_ext in '' $ac_executable_extensions; do
6960   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6961     ac_cv_prog_ac_ct_NMEDIT="nmedit"
6962     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6963     break 2
6964   fi
6965 done
6966   done
6967 IFS=$as_save_IFS
6968
6969 fi
6970 fi
6971 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6972 if test -n "$ac_ct_NMEDIT"; then
6973   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6974 $as_echo "$ac_ct_NMEDIT" >&6; }
6975 else
6976   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6977 $as_echo "no" >&6; }
6978 fi
6979
6980   if test "x$ac_ct_NMEDIT" = x; then
6981     NMEDIT=":"
6982   else
6983     case $cross_compiling:$ac_tool_warned in
6984 yes:)
6985 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6986 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6987 ac_tool_warned=yes ;;
6988 esac
6989     NMEDIT=$ac_ct_NMEDIT
6990   fi
6991 else
6992   NMEDIT="$ac_cv_prog_NMEDIT"
6993 fi
6994
6995     if test -n "$ac_tool_prefix"; then
6996   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6997 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6999 $as_echo_n "checking for $ac_word... " >&6; }
7000 if test "${ac_cv_prog_LIPO+set}" = set; then :
7001   $as_echo_n "(cached) " >&6
7002 else
7003   if test -n "$LIPO"; then
7004   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7005 else
7006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7007 for as_dir in $PATH
7008 do
7009   IFS=$as_save_IFS
7010   test -z "$as_dir" && as_dir=.
7011     for ac_exec_ext in '' $ac_executable_extensions; do
7012   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7013     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7014     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7015     break 2
7016   fi
7017 done
7018   done
7019 IFS=$as_save_IFS
7020
7021 fi
7022 fi
7023 LIPO=$ac_cv_prog_LIPO
7024 if test -n "$LIPO"; then
7025   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7026 $as_echo "$LIPO" >&6; }
7027 else
7028   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7029 $as_echo "no" >&6; }
7030 fi
7031
7032
7033 fi
7034 if test -z "$ac_cv_prog_LIPO"; then
7035   ac_ct_LIPO=$LIPO
7036   # Extract the first word of "lipo", so it can be a program name with args.
7037 set dummy lipo; ac_word=$2
7038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7039 $as_echo_n "checking for $ac_word... " >&6; }
7040 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7041   $as_echo_n "(cached) " >&6
7042 else
7043   if test -n "$ac_ct_LIPO"; then
7044   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7045 else
7046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7047 for as_dir in $PATH
7048 do
7049   IFS=$as_save_IFS
7050   test -z "$as_dir" && as_dir=.
7051     for ac_exec_ext in '' $ac_executable_extensions; do
7052   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7053     ac_cv_prog_ac_ct_LIPO="lipo"
7054     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7055     break 2
7056   fi
7057 done
7058   done
7059 IFS=$as_save_IFS
7060
7061 fi
7062 fi
7063 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7064 if test -n "$ac_ct_LIPO"; then
7065   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7066 $as_echo "$ac_ct_LIPO" >&6; }
7067 else
7068   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7069 $as_echo "no" >&6; }
7070 fi
7071
7072   if test "x$ac_ct_LIPO" = x; then
7073     LIPO=":"
7074   else
7075     case $cross_compiling:$ac_tool_warned in
7076 yes:)
7077 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7078 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7079 ac_tool_warned=yes ;;
7080 esac
7081     LIPO=$ac_ct_LIPO
7082   fi
7083 else
7084   LIPO="$ac_cv_prog_LIPO"
7085 fi
7086
7087     if test -n "$ac_tool_prefix"; then
7088   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7089 set dummy ${ac_tool_prefix}otool; ac_word=$2
7090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7091 $as_echo_n "checking for $ac_word... " >&6; }
7092 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7093   $as_echo_n "(cached) " >&6
7094 else
7095   if test -n "$OTOOL"; then
7096   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7097 else
7098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7099 for as_dir in $PATH
7100 do
7101   IFS=$as_save_IFS
7102   test -z "$as_dir" && as_dir=.
7103     for ac_exec_ext in '' $ac_executable_extensions; do
7104   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7105     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7106     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7107     break 2
7108   fi
7109 done
7110   done
7111 IFS=$as_save_IFS
7112
7113 fi
7114 fi
7115 OTOOL=$ac_cv_prog_OTOOL
7116 if test -n "$OTOOL"; then
7117   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7118 $as_echo "$OTOOL" >&6; }
7119 else
7120   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7121 $as_echo "no" >&6; }
7122 fi
7123
7124
7125 fi
7126 if test -z "$ac_cv_prog_OTOOL"; then
7127   ac_ct_OTOOL=$OTOOL
7128   # Extract the first word of "otool", so it can be a program name with args.
7129 set dummy otool; ac_word=$2
7130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7131 $as_echo_n "checking for $ac_word... " >&6; }
7132 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7133   $as_echo_n "(cached) " >&6
7134 else
7135   if test -n "$ac_ct_OTOOL"; then
7136   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7137 else
7138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7139 for as_dir in $PATH
7140 do
7141   IFS=$as_save_IFS
7142   test -z "$as_dir" && as_dir=.
7143     for ac_exec_ext in '' $ac_executable_extensions; do
7144   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7145     ac_cv_prog_ac_ct_OTOOL="otool"
7146     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7147     break 2
7148   fi
7149 done
7150   done
7151 IFS=$as_save_IFS
7152
7153 fi
7154 fi
7155 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7156 if test -n "$ac_ct_OTOOL"; then
7157   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7158 $as_echo "$ac_ct_OTOOL" >&6; }
7159 else
7160   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7161 $as_echo "no" >&6; }
7162 fi
7163
7164   if test "x$ac_ct_OTOOL" = x; then
7165     OTOOL=":"
7166   else
7167     case $cross_compiling:$ac_tool_warned in
7168 yes:)
7169 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7170 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7171 ac_tool_warned=yes ;;
7172 esac
7173     OTOOL=$ac_ct_OTOOL
7174   fi
7175 else
7176   OTOOL="$ac_cv_prog_OTOOL"
7177 fi
7178
7179     if test -n "$ac_tool_prefix"; then
7180   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7181 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7183 $as_echo_n "checking for $ac_word... " >&6; }
7184 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7185   $as_echo_n "(cached) " >&6
7186 else
7187   if test -n "$OTOOL64"; then
7188   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7189 else
7190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7191 for as_dir in $PATH
7192 do
7193   IFS=$as_save_IFS
7194   test -z "$as_dir" && as_dir=.
7195     for ac_exec_ext in '' $ac_executable_extensions; do
7196   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7197     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7198     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7199     break 2
7200   fi
7201 done
7202   done
7203 IFS=$as_save_IFS
7204
7205 fi
7206 fi
7207 OTOOL64=$ac_cv_prog_OTOOL64
7208 if test -n "$OTOOL64"; then
7209   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7210 $as_echo "$OTOOL64" >&6; }
7211 else
7212   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7213 $as_echo "no" >&6; }
7214 fi
7215
7216
7217 fi
7218 if test -z "$ac_cv_prog_OTOOL64"; then
7219   ac_ct_OTOOL64=$OTOOL64
7220   # Extract the first word of "otool64", so it can be a program name with args.
7221 set dummy otool64; ac_word=$2
7222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7223 $as_echo_n "checking for $ac_word... " >&6; }
7224 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7225   $as_echo_n "(cached) " >&6
7226 else
7227   if test -n "$ac_ct_OTOOL64"; then
7228   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7229 else
7230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7231 for as_dir in $PATH
7232 do
7233   IFS=$as_save_IFS
7234   test -z "$as_dir" && as_dir=.
7235     for ac_exec_ext in '' $ac_executable_extensions; do
7236   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7237     ac_cv_prog_ac_ct_OTOOL64="otool64"
7238     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7239     break 2
7240   fi
7241 done
7242   done
7243 IFS=$as_save_IFS
7244
7245 fi
7246 fi
7247 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7248 if test -n "$ac_ct_OTOOL64"; then
7249   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7250 $as_echo "$ac_ct_OTOOL64" >&6; }
7251 else
7252   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7253 $as_echo "no" >&6; }
7254 fi
7255
7256   if test "x$ac_ct_OTOOL64" = x; then
7257     OTOOL64=":"
7258   else
7259     case $cross_compiling:$ac_tool_warned in
7260 yes:)
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7262 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7263 ac_tool_warned=yes ;;
7264 esac
7265     OTOOL64=$ac_ct_OTOOL64
7266   fi
7267 else
7268   OTOOL64="$ac_cv_prog_OTOOL64"
7269 fi
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
7287
7288
7289
7290
7291
7292
7293
7294
7295
7296
7297     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7298 $as_echo_n "checking for -single_module linker flag... " >&6; }
7299 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7300   $as_echo_n "(cached) " >&6
7301 else
7302   lt_cv_apple_cc_single_mod=no
7303       if test -z "${LT_MULTI_MODULE}"; then
7304         # By default we will add the -single_module flag. You can override
7305         # by either setting the environment variable LT_MULTI_MODULE
7306         # non-empty at configure time, or by adding -multi_module to the
7307         # link flags.
7308         rm -rf libconftest.dylib*
7309         echo "int foo(void){return 1;}" > conftest.c
7310         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7311 -dynamiclib -Wl,-single_module conftest.c" >&5
7312         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7313           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7314         _lt_result=$?
7315         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7316           lt_cv_apple_cc_single_mod=yes
7317         else
7318           cat conftest.err >&5
7319         fi
7320         rm -rf libconftest.dylib*
7321         rm -f conftest.*
7322       fi
7323 fi
7324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7325 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7326     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7327 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7328 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7329   $as_echo_n "(cached) " >&6
7330 else
7331   lt_cv_ld_exported_symbols_list=no
7332       save_LDFLAGS=$LDFLAGS
7333       echo "_main" > conftest.sym
7334       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7335       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7336 /* end confdefs.h.  */
7337
7338 int
7339 main ()
7340 {
7341
7342   ;
7343   return 0;
7344 }
7345 _ACEOF
7346 if ac_fn_c_try_link "$LINENO"; then :
7347   lt_cv_ld_exported_symbols_list=yes
7348 else
7349   lt_cv_ld_exported_symbols_list=no
7350 fi
7351 rm -f core conftest.err conftest.$ac_objext \
7352     conftest$ac_exeext conftest.$ac_ext
7353         LDFLAGS="$save_LDFLAGS"
7354
7355 fi
7356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7357 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7358     case $host_os in
7359     rhapsody* | darwin1.[012])
7360       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7361     darwin1.*)
7362       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7363     darwin*) # darwin 5.x on
7364       # if running on 10.5 or later, the deployment target defaults
7365       # to the OS version, if on x86, and 10.4, the deployment
7366       # target defaults to 10.4. Don't you love it?
7367       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7368         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7369           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7370         10.[012]*)
7371           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7372         10.*)
7373           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7374       esac
7375     ;;
7376   esac
7377     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7378       _lt_dar_single_mod='$single_module'
7379     fi
7380     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7381       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7382     else
7383       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7384     fi
7385     if test "$DSYMUTIL" != ":"; then
7386       _lt_dsymutil='~$DSYMUTIL $lib || :'
7387     else
7388       _lt_dsymutil=
7389     fi
7390     ;;
7391   esac
7392
7393 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7394 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7395                   inttypes.h stdint.h unistd.h
7396 do :
7397   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7398 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7399 "
7400 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7401   cat >>confdefs.h <<_ACEOF
7402 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7403 _ACEOF
7404
7405 fi
7406
7407 done
7408
7409
7410 for ac_header in dlfcn.h
7411 do :
7412   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7413 "
7414 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7415   cat >>confdefs.h <<_ACEOF
7416 #define HAVE_DLFCN_H 1
7417 _ACEOF
7418
7419 fi
7420
7421 done
7422
7423
7424
7425 # Set options
7426
7427
7428
7429         enable_dlopen=no
7430
7431
7432   enable_win32_dll=no
7433
7434
7435             # Check whether --enable-shared was given.
7436 if test "${enable_shared+set}" = set; then :
7437   enableval=$enable_shared; p=${PACKAGE-default}
7438     case $enableval in
7439     yes) enable_shared=yes ;;
7440     no) enable_shared=no ;;
7441     *)
7442       enable_shared=no
7443       # Look at the argument we got.  We use all the common list separators.
7444       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7445       for pkg in $enableval; do
7446         IFS="$lt_save_ifs"
7447         if test "X$pkg" = "X$p"; then
7448           enable_shared=yes
7449         fi
7450       done
7451       IFS="$lt_save_ifs"
7452       ;;
7453     esac
7454 else
7455   enable_shared=yes
7456 fi
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466   # Check whether --enable-static was given.
7467 if test "${enable_static+set}" = set; then :
7468   enableval=$enable_static; p=${PACKAGE-default}
7469     case $enableval in
7470     yes) enable_static=yes ;;
7471     no) enable_static=no ;;
7472     *)
7473      enable_static=no
7474       # Look at the argument we got.  We use all the common list separators.
7475       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7476       for pkg in $enableval; do
7477         IFS="$lt_save_ifs"
7478         if test "X$pkg" = "X$p"; then
7479           enable_static=yes
7480         fi
7481       done
7482       IFS="$lt_save_ifs"
7483       ;;
7484     esac
7485 else
7486   enable_static=yes
7487 fi
7488
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498 # Check whether --with-pic was given.
7499 if test "${with_pic+set}" = set; then :
7500   withval=$with_pic; pic_mode="$withval"
7501 else
7502   pic_mode=default
7503 fi
7504
7505
7506 test -z "$pic_mode" && pic_mode=default
7507
7508
7509
7510
7511
7512
7513
7514   # Check whether --enable-fast-install was given.
7515 if test "${enable_fast_install+set}" = set; then :
7516   enableval=$enable_fast_install; p=${PACKAGE-default}
7517     case $enableval in
7518     yes) enable_fast_install=yes ;;
7519     no) enable_fast_install=no ;;
7520     *)
7521       enable_fast_install=no
7522       # Look at the argument we got.  We use all the common list separators.
7523       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7524       for pkg in $enableval; do
7525         IFS="$lt_save_ifs"
7526         if test "X$pkg" = "X$p"; then
7527           enable_fast_install=yes
7528         fi
7529       done
7530       IFS="$lt_save_ifs"
7531       ;;
7532     esac
7533 else
7534   enable_fast_install=yes
7535 fi
7536
7537
7538
7539
7540
7541
7542
7543
7544
7545
7546
7547 # This can be used to rebuild libtool when needed
7548 LIBTOOL_DEPS="$ltmain"
7549
7550 # Always use our own libtool.
7551 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561
7562
7563
7564
7565
7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577 test -z "$LN_S" && LN_S="ln -s"
7578
7579
7580
7581
7582
7583
7584
7585
7586
7587
7588
7589
7590
7591
7592 if test -n "${ZSH_VERSION+set}" ; then
7593    setopt NO_GLOB_SUBST
7594 fi
7595
7596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7597 $as_echo_n "checking for objdir... " >&6; }
7598 if test "${lt_cv_objdir+set}" = set; then :
7599   $as_echo_n "(cached) " >&6
7600 else
7601   rm -f .libs 2>/dev/null
7602 mkdir .libs 2>/dev/null
7603 if test -d .libs; then
7604   lt_cv_objdir=.libs
7605 else
7606   # MS-DOS does not allow filenames that begin with a dot.
7607   lt_cv_objdir=_libs
7608 fi
7609 rmdir .libs 2>/dev/null
7610 fi
7611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7612 $as_echo "$lt_cv_objdir" >&6; }
7613 objdir=$lt_cv_objdir
7614
7615
7616
7617
7618
7619 cat >>confdefs.h <<_ACEOF
7620 #define LT_OBJDIR "$lt_cv_objdir/"
7621 _ACEOF
7622
7623
7624
7625
7626
7627
7628
7629
7630
7631
7632
7633
7634
7635
7636
7637
7638
7639 case $host_os in
7640 aix3*)
7641   # AIX sometimes has problems with the GCC collect2 program.  For some
7642   # reason, if we set the COLLECT_NAMES environment variable, the problems
7643   # vanish in a puff of smoke.
7644   if test "X${COLLECT_NAMES+set}" != Xset; then
7645     COLLECT_NAMES=
7646     export COLLECT_NAMES
7647   fi
7648   ;;
7649 esac
7650
7651 # Sed substitution that helps us do robust quoting.  It backslashifies
7652 # metacharacters that are still active within double-quoted strings.
7653 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7654
7655 # Same as above, but do not quote variable references.
7656 double_quote_subst='s/\(["`\\]\)/\\\1/g'
7657
7658 # Sed substitution to delay expansion of an escaped shell variable in a
7659 # double_quote_subst'ed string.
7660 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7661
7662 # Sed substitution to delay expansion of an escaped single quote.
7663 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7664
7665 # Sed substitution to avoid accidental globbing in evaled expressions
7666 no_glob_subst='s/\*/\\\*/g'
7667
7668 # Global variables:
7669 ofile=libtool
7670 can_build_shared=yes
7671
7672 # All known linkers require a `.a' archive for static linking (except MSVC,
7673 # which needs '.lib').
7674 libext=a
7675
7676 with_gnu_ld="$lt_cv_prog_gnu_ld"
7677
7678 old_CC="$CC"
7679 old_CFLAGS="$CFLAGS"
7680
7681 # Set sane defaults for various variables
7682 test -z "$CC" && CC=cc
7683 test -z "$LTCC" && LTCC=$CC
7684 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7685 test -z "$LD" && LD=ld
7686 test -z "$ac_objext" && ac_objext=o
7687
7688 for cc_temp in $compiler""; do
7689   case $cc_temp in
7690     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7691     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7692     \-*) ;;
7693     *) break;;
7694   esac
7695 done
7696 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7697
7698
7699 # Only perform the check for file, if the check method requires it
7700 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7701 case $deplibs_check_method in
7702 file_magic*)
7703   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7704     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7705 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7706 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7707   $as_echo_n "(cached) " >&6
7708 else
7709   case $MAGIC_CMD in
7710 [\\/*] |  ?:[\\/]*)
7711   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7712   ;;
7713 *)
7714   lt_save_MAGIC_CMD="$MAGIC_CMD"
7715   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7716   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7717   for ac_dir in $ac_dummy; do
7718     IFS="$lt_save_ifs"
7719     test -z "$ac_dir" && ac_dir=.
7720     if test -f $ac_dir/${ac_tool_prefix}file; then
7721       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7722       if test -n "$file_magic_test_file"; then
7723         case $deplibs_check_method in
7724         "file_magic "*)
7725           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7726           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7727           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7728             $EGREP "$file_magic_regex" > /dev/null; then
7729             :
7730           else
7731             cat <<_LT_EOF 1>&2
7732
7733 *** Warning: the command libtool uses to detect shared libraries,
7734 *** $file_magic_cmd, produces output that libtool cannot recognize.
7735 *** The result is that libtool may fail to recognize shared libraries
7736 *** as such.  This will affect the creation of libtool libraries that
7737 *** depend on shared libraries, but programs linked with such libtool
7738 *** libraries will work regardless of this problem.  Nevertheless, you
7739 *** may want to report the problem to your system manager and/or to
7740 *** bug-libtool@gnu.org
7741
7742 _LT_EOF
7743           fi ;;
7744         esac
7745       fi
7746       break
7747     fi
7748   done
7749   IFS="$lt_save_ifs"
7750   MAGIC_CMD="$lt_save_MAGIC_CMD"
7751   ;;
7752 esac
7753 fi
7754
7755 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7756 if test -n "$MAGIC_CMD"; then
7757   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7758 $as_echo "$MAGIC_CMD" >&6; }
7759 else
7760   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7761 $as_echo "no" >&6; }
7762 fi
7763
7764
7765
7766
7767
7768 if test -z "$lt_cv_path_MAGIC_CMD"; then
7769   if test -n "$ac_tool_prefix"; then
7770     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7771 $as_echo_n "checking for file... " >&6; }
7772 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7773   $as_echo_n "(cached) " >&6
7774 else
7775   case $MAGIC_CMD in
7776 [\\/*] |  ?:[\\/]*)
7777   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7778   ;;
7779 *)
7780   lt_save_MAGIC_CMD="$MAGIC_CMD"
7781   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7782   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7783   for ac_dir in $ac_dummy; do
7784     IFS="$lt_save_ifs"
7785     test -z "$ac_dir" && ac_dir=.
7786     if test -f $ac_dir/file; then
7787       lt_cv_path_MAGIC_CMD="$ac_dir/file"
7788       if test -n "$file_magic_test_file"; then
7789         case $deplibs_check_method in
7790         "file_magic "*)
7791           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7792           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7793           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7794             $EGREP "$file_magic_regex" > /dev/null; then
7795             :
7796           else
7797             cat <<_LT_EOF 1>&2
7798
7799 *** Warning: the command libtool uses to detect shared libraries,
7800 *** $file_magic_cmd, produces output that libtool cannot recognize.
7801 *** The result is that libtool may fail to recognize shared libraries
7802 *** as such.  This will affect the creation of libtool libraries that
7803 *** depend on shared libraries, but programs linked with such libtool
7804 *** libraries will work regardless of this problem.  Nevertheless, you
7805 *** may want to report the problem to your system manager and/or to
7806 *** bug-libtool@gnu.org
7807
7808 _LT_EOF
7809           fi ;;
7810         esac
7811       fi
7812       break
7813     fi
7814   done
7815   IFS="$lt_save_ifs"
7816   MAGIC_CMD="$lt_save_MAGIC_CMD"
7817   ;;
7818 esac
7819 fi
7820
7821 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7822 if test -n "$MAGIC_CMD"; then
7823   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7824 $as_echo "$MAGIC_CMD" >&6; }
7825 else
7826   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7827 $as_echo "no" >&6; }
7828 fi
7829
7830
7831   else
7832     MAGIC_CMD=:
7833   fi
7834 fi
7835
7836   fi
7837   ;;
7838 esac
7839
7840 # Use C for the default configuration in the libtool script
7841
7842 lt_save_CC="$CC"
7843 ac_ext=c
7844 ac_cpp='$CPP $CPPFLAGS'
7845 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7846 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7847 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7848
7849
7850 # Source file extension for C test sources.
7851 ac_ext=c
7852
7853 # Object file extension for compiled C test sources.
7854 objext=o
7855 objext=$objext
7856
7857 # Code to be used in simple compile tests
7858 lt_simple_compile_test_code="int some_variable = 0;"
7859
7860 # Code to be used in simple link tests
7861 lt_simple_link_test_code='int main(){return(0);}'
7862
7863
7864
7865
7866
7867
7868
7869 # If no C compiler was specified, use CC.
7870 LTCC=${LTCC-"$CC"}
7871
7872 # If no C compiler flags were specified, use CFLAGS.
7873 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7874
7875 # Allow CC to be a program name with arguments.
7876 compiler=$CC
7877
7878 # Save the default compiler, since it gets overwritten when the other
7879 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7880 compiler_DEFAULT=$CC
7881
7882 # save warnings/boilerplate of simple test code
7883 ac_outfile=conftest.$ac_objext
7884 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7885 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7886 _lt_compiler_boilerplate=`cat conftest.err`
7887 $RM conftest*
7888
7889 ac_outfile=conftest.$ac_objext
7890 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7891 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7892 _lt_linker_boilerplate=`cat conftest.err`
7893 $RM -r conftest*
7894
7895
7896 if test -n "$compiler"; then
7897
7898 lt_prog_compiler_no_builtin_flag=
7899
7900 if test "$GCC" = yes; then
7901   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7902
7903   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7904 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7905 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7906   $as_echo_n "(cached) " >&6
7907 else
7908   lt_cv_prog_compiler_rtti_exceptions=no
7909    ac_outfile=conftest.$ac_objext
7910    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7911    lt_compiler_flag="-fno-rtti -fno-exceptions"
7912    # Insert the option either (1) after the last *FLAGS variable, or
7913    # (2) before a word containing "conftest.", or (3) at the end.
7914    # Note that $ac_compile itself does not contain backslashes and begins
7915    # with a dollar sign (not a hyphen), so the echo should work correctly.
7916    # The option is referenced via a variable to avoid confusing sed.
7917    lt_compile=`echo "$ac_compile" | $SED \
7918    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7919    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7920    -e 's:$: $lt_compiler_flag:'`
7921    (eval echo "\"\$as_me:7921: $lt_compile\"" >&5)
7922    (eval "$lt_compile" 2>conftest.err)
7923    ac_status=$?
7924    cat conftest.err >&5
7925    echo "$as_me:7925: \$? = $ac_status" >&5
7926    if (exit $ac_status) && test -s "$ac_outfile"; then
7927      # The compiler can only warn and ignore the option if not recognized
7928      # So say no if there are warnings other than the usual output.
7929      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7930      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7931      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7932        lt_cv_prog_compiler_rtti_exceptions=yes
7933      fi
7934    fi
7935    $RM conftest*
7936
7937 fi
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7939 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7940
7941 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7942     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7943 else
7944     :
7945 fi
7946
7947 fi
7948
7949
7950
7951
7952
7953
7954   lt_prog_compiler_wl=
7955 lt_prog_compiler_pic=
7956 lt_prog_compiler_static=
7957
7958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7959 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7960
7961   if test "$GCC" = yes; then
7962     lt_prog_compiler_wl='-Wl,'
7963     lt_prog_compiler_static='-static'
7964
7965     case $host_os in
7966       aix*)
7967       # All AIX code is PIC.
7968       if test "$host_cpu" = ia64; then
7969         # AIX 5 now supports IA64 processor
7970         lt_prog_compiler_static='-Bstatic'
7971       fi
7972       ;;
7973
7974     amigaos*)
7975       case $host_cpu in
7976       powerpc)
7977             # see comment about AmigaOS4 .so support
7978             lt_prog_compiler_pic='-fPIC'
7979         ;;
7980       m68k)
7981             # FIXME: we need at least 68020 code to build shared libraries, but
7982             # adding the `-m68020' flag to GCC prevents building anything better,
7983             # like `-m68040'.
7984             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7985         ;;
7986       esac
7987       ;;
7988
7989     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7990       # PIC is the default for these OSes.
7991       ;;
7992
7993     mingw* | cygwin* | pw32* | os2* | cegcc*)
7994       # This hack is so that the source file can tell whether it is being
7995       # built for inclusion in a dll (and should export symbols for example).
7996       # Although the cygwin gcc ignores -fPIC, still need this for old-style
7997       # (--disable-auto-import) libraries
7998       lt_prog_compiler_pic='-DDLL_EXPORT'
7999       ;;
8000
8001     darwin* | rhapsody*)
8002       # PIC is the default on this platform
8003       # Common symbols not allowed in MH_DYLIB files
8004       lt_prog_compiler_pic='-fno-common'
8005       ;;
8006
8007     hpux*)
8008       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8009       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
8010       # sets the default TLS model and affects inlining.
8011       case $host_cpu in
8012       hppa*64*)
8013         # +Z the default
8014         ;;
8015       *)
8016         lt_prog_compiler_pic='-fPIC'
8017         ;;
8018       esac
8019       ;;
8020
8021     interix[3-9]*)
8022       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8023       # Instead, we relocate shared libraries at runtime.
8024       ;;
8025
8026     msdosdjgpp*)
8027       # Just because we use GCC doesn't mean we suddenly get shared libraries
8028       # on systems that don't support them.
8029       lt_prog_compiler_can_build_shared=no
8030       enable_shared=no
8031       ;;
8032
8033     *nto* | *qnx*)
8034       # QNX uses GNU C++, but need to define -shared option too, otherwise
8035       # it will coredump.
8036       lt_prog_compiler_pic='-fPIC -shared'
8037       ;;
8038
8039     sysv4*MP*)
8040       if test -d /usr/nec; then
8041         lt_prog_compiler_pic=-Kconform_pic
8042       fi
8043       ;;
8044
8045     *)
8046       lt_prog_compiler_pic='-fPIC'
8047       ;;
8048     esac
8049   else
8050     # PORTME Check for flag to pass linker flags through the system compiler.
8051     case $host_os in
8052     aix*)
8053       lt_prog_compiler_wl='-Wl,'
8054       if test "$host_cpu" = ia64; then
8055         # AIX 5 now supports IA64 processor
8056         lt_prog_compiler_static='-Bstatic'
8057       else
8058         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8059       fi
8060       ;;
8061
8062     mingw* | cygwin* | pw32* | os2* | cegcc*)
8063       # This hack is so that the source file can tell whether it is being
8064       # built for inclusion in a dll (and should export symbols for example).
8065       lt_prog_compiler_pic='-DDLL_EXPORT'
8066       ;;
8067
8068     hpux9* | hpux10* | hpux11*)
8069       lt_prog_compiler_wl='-Wl,'
8070       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8071       # not for PA HP-UX.
8072       case $host_cpu in
8073       hppa*64*|ia64*)
8074         # +Z the default
8075         ;;
8076       *)
8077         lt_prog_compiler_pic='+Z'
8078         ;;
8079       esac
8080       # Is there a better lt_prog_compiler_static that works with the bundled CC?
8081       lt_prog_compiler_static='${wl}-a ${wl}archive'
8082       ;;
8083
8084     irix5* | irix6* | nonstopux*)
8085       lt_prog_compiler_wl='-Wl,'
8086       # PIC (with -KPIC) is the default.
8087       lt_prog_compiler_static='-non_shared'
8088       ;;
8089
8090     linux* | k*bsd*-gnu | kopensolaris*-gnu)
8091       case $cc_basename in
8092       # old Intel for x86_64 which still supported -KPIC.
8093       ecc*)
8094         lt_prog_compiler_wl='-Wl,'
8095         lt_prog_compiler_pic='-KPIC'
8096         lt_prog_compiler_static='-static'
8097         ;;
8098       # icc used to be incompatible with GCC.
8099       # ICC 10 doesn't accept -KPIC any more.
8100       icc* | ifort*)
8101         lt_prog_compiler_wl='-Wl,'
8102         lt_prog_compiler_pic='-fPIC'
8103         lt_prog_compiler_static='-static'
8104         ;;
8105       # Lahey Fortran 8.1.
8106       lf95*)
8107         lt_prog_compiler_wl='-Wl,'
8108         lt_prog_compiler_pic='--shared'
8109         lt_prog_compiler_static='--static'
8110         ;;
8111       pgcc* | pgf77* | pgf90* | pgf95*)
8112         # Portland Group compilers (*not* the Pentium gcc compiler,
8113         # which looks to be a dead project)
8114         lt_prog_compiler_wl='-Wl,'
8115         lt_prog_compiler_pic='-fpic'
8116         lt_prog_compiler_static='-Bstatic'
8117         ;;
8118       ccc*)
8119         lt_prog_compiler_wl='-Wl,'
8120         # All Alpha code is PIC.
8121         lt_prog_compiler_static='-non_shared'
8122         ;;
8123       xl*)
8124         # IBM XL C 8.0/Fortran 10.1 on PPC
8125         lt_prog_compiler_wl='-Wl,'
8126         lt_prog_compiler_pic='-qpic'
8127         lt_prog_compiler_static='-qstaticlink'
8128         ;;
8129       *)
8130         case `$CC -V 2>&1 | sed 5q` in
8131         *Sun\ C*)
8132           # Sun C 5.9
8133           lt_prog_compiler_pic='-KPIC'
8134           lt_prog_compiler_static='-Bstatic'
8135           lt_prog_compiler_wl='-Wl,'
8136           ;;
8137         *Sun\ F*)
8138           # Sun Fortran 8.3 passes all unrecognized flags to the linker
8139           lt_prog_compiler_pic='-KPIC'
8140           lt_prog_compiler_static='-Bstatic'
8141           lt_prog_compiler_wl=''
8142           ;;
8143         esac
8144         ;;
8145       esac
8146       ;;
8147
8148     newsos6)
8149       lt_prog_compiler_pic='-KPIC'
8150       lt_prog_compiler_static='-Bstatic'
8151       ;;
8152
8153     *nto* | *qnx*)
8154       # QNX uses GNU C++, but need to define -shared option too, otherwise
8155       # it will coredump.
8156       lt_prog_compiler_pic='-fPIC -shared'
8157       ;;
8158
8159     osf3* | osf4* | osf5*)
8160       lt_prog_compiler_wl='-Wl,'
8161       # All OSF/1 code is PIC.
8162       lt_prog_compiler_static='-non_shared'
8163       ;;
8164
8165     rdos*)
8166       lt_prog_compiler_static='-non_shared'
8167       ;;
8168
8169     solaris*)
8170       lt_prog_compiler_pic='-KPIC'
8171       lt_prog_compiler_static='-Bstatic'
8172       case $cc_basename in
8173       f77* | f90* | f95*)
8174         lt_prog_compiler_wl='-Qoption ld ';;
8175       *)
8176         lt_prog_compiler_wl='-Wl,';;
8177       esac
8178       ;;
8179
8180     sunos4*)
8181       lt_prog_compiler_wl='-Qoption ld '
8182       lt_prog_compiler_pic='-PIC'
8183       lt_prog_compiler_static='-Bstatic'
8184       ;;
8185
8186     sysv4 | sysv4.2uw2* | sysv4.3*)
8187       lt_prog_compiler_wl='-Wl,'
8188       lt_prog_compiler_pic='-KPIC'
8189       lt_prog_compiler_static='-Bstatic'
8190       ;;
8191
8192     sysv4*MP*)
8193       if test -d /usr/nec ;then
8194         lt_prog_compiler_pic='-Kconform_pic'
8195         lt_prog_compiler_static='-Bstatic'
8196       fi
8197       ;;
8198
8199     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8200       lt_prog_compiler_wl='-Wl,'
8201       lt_prog_compiler_pic='-KPIC'
8202       lt_prog_compiler_static='-Bstatic'
8203       ;;
8204
8205     unicos*)
8206       lt_prog_compiler_wl='-Wl,'
8207       lt_prog_compiler_can_build_shared=no
8208       ;;
8209
8210     uts4*)
8211       lt_prog_compiler_pic='-pic'
8212       lt_prog_compiler_static='-Bstatic'
8213       ;;
8214
8215     *)
8216       lt_prog_compiler_can_build_shared=no
8217       ;;
8218     esac
8219   fi
8220
8221 case $host_os in
8222   # For platforms which do not support PIC, -DPIC is meaningless:
8223   *djgpp*)
8224     lt_prog_compiler_pic=
8225     ;;
8226   *)
8227     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8228     ;;
8229 esac
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8231 $as_echo "$lt_prog_compiler_pic" >&6; }
8232
8233
8234
8235
8236
8237
8238 #
8239 # Check to make sure the PIC flag actually works.
8240 #
8241 if test -n "$lt_prog_compiler_pic"; then
8242   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8243 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8244 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8245   $as_echo_n "(cached) " >&6
8246 else
8247   lt_cv_prog_compiler_pic_works=no
8248    ac_outfile=conftest.$ac_objext
8249    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8250    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8251    # Insert the option either (1) after the last *FLAGS variable, or
8252    # (2) before a word containing "conftest.", or (3) at the end.
8253    # Note that $ac_compile itself does not contain backslashes and begins
8254    # with a dollar sign (not a hyphen), so the echo should work correctly.
8255    # The option is referenced via a variable to avoid confusing sed.
8256    lt_compile=`echo "$ac_compile" | $SED \
8257    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8258    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8259    -e 's:$: $lt_compiler_flag:'`
8260    (eval echo "\"\$as_me:8260: $lt_compile\"" >&5)
8261    (eval "$lt_compile" 2>conftest.err)
8262    ac_status=$?
8263    cat conftest.err >&5
8264    echo "$as_me:8264: \$? = $ac_status" >&5
8265    if (exit $ac_status) && test -s "$ac_outfile"; then
8266      # The compiler can only warn and ignore the option if not recognized
8267      # So say no if there are warnings other than the usual output.
8268      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8269      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8270      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8271        lt_cv_prog_compiler_pic_works=yes
8272      fi
8273    fi
8274    $RM conftest*
8275
8276 fi
8277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8278 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8279
8280 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8281     case $lt_prog_compiler_pic in
8282      "" | " "*) ;;
8283      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8284      esac
8285 else
8286     lt_prog_compiler_pic=
8287      lt_prog_compiler_can_build_shared=no
8288 fi
8289
8290 fi
8291
8292
8293
8294
8295
8296
8297 #
8298 # Check to make sure the static flag actually works.
8299 #
8300 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8302 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8303 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8304   $as_echo_n "(cached) " >&6
8305 else
8306   lt_cv_prog_compiler_static_works=no
8307    save_LDFLAGS="$LDFLAGS"
8308    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8309    echo "$lt_simple_link_test_code" > conftest.$ac_ext
8310    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8311      # The linker can only warn and ignore the option if not recognized
8312      # So say no if there are warnings
8313      if test -s conftest.err; then
8314        # Append any errors to the config.log.
8315        cat conftest.err 1>&5
8316        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
8317        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8318        if diff conftest.exp conftest.er2 >/dev/null; then
8319          lt_cv_prog_compiler_static_works=yes
8320        fi
8321      else
8322        lt_cv_prog_compiler_static_works=yes
8323      fi
8324    fi
8325    $RM -r conftest*
8326    LDFLAGS="$save_LDFLAGS"
8327
8328 fi
8329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8330 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8331
8332 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8333     :
8334 else
8335     lt_prog_compiler_static=
8336 fi
8337
8338
8339
8340
8341
8342
8343
8344   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8345 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8346 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8347   $as_echo_n "(cached) " >&6
8348 else
8349   lt_cv_prog_compiler_c_o=no
8350    $RM -r conftest 2>/dev/null
8351    mkdir conftest
8352    cd conftest
8353    mkdir out
8354    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8355
8356    lt_compiler_flag="-o out/conftest2.$ac_objext"
8357    # Insert the option either (1) after the last *FLAGS variable, or
8358    # (2) before a word containing "conftest.", or (3) at the end.
8359    # Note that $ac_compile itself does not contain backslashes and begins
8360    # with a dollar sign (not a hyphen), so the echo should work correctly.
8361    lt_compile=`echo "$ac_compile" | $SED \
8362    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8363    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8364    -e 's:$: $lt_compiler_flag:'`
8365    (eval echo "\"\$as_me:8365: $lt_compile\"" >&5)
8366    (eval "$lt_compile" 2>out/conftest.err)
8367    ac_status=$?
8368    cat out/conftest.err >&5
8369    echo "$as_me:8369: \$? = $ac_status" >&5
8370    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8371    then
8372      # The compiler can only warn and ignore the option if not recognized
8373      # So say no if there are warnings
8374      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8375      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8376      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8377        lt_cv_prog_compiler_c_o=yes
8378      fi
8379    fi
8380    chmod u+w . 2>&5
8381    $RM conftest*
8382    # SGI C++ compiler will create directory out/ii_files/ for
8383    # template instantiation
8384    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8385    $RM out/* && rmdir out
8386    cd ..
8387    $RM -r conftest
8388    $RM conftest*
8389
8390 fi
8391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8392 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8393
8394
8395
8396
8397
8398
8399   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8400 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8401 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8402   $as_echo_n "(cached) " >&6
8403 else
8404   lt_cv_prog_compiler_c_o=no
8405    $RM -r conftest 2>/dev/null
8406    mkdir conftest
8407    cd conftest
8408    mkdir out
8409    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8410
8411    lt_compiler_flag="-o out/conftest2.$ac_objext"
8412    # Insert the option either (1) after the last *FLAGS variable, or
8413    # (2) before a word containing "conftest.", or (3) at the end.
8414    # Note that $ac_compile itself does not contain backslashes and begins
8415    # with a dollar sign (not a hyphen), so the echo should work correctly.
8416    lt_compile=`echo "$ac_compile" | $SED \
8417    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8418    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8419    -e 's:$: $lt_compiler_flag:'`
8420    (eval echo "\"\$as_me:8420: $lt_compile\"" >&5)
8421    (eval "$lt_compile" 2>out/conftest.err)
8422    ac_status=$?
8423    cat out/conftest.err >&5
8424    echo "$as_me:8424: \$? = $ac_status" >&5
8425    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8426    then
8427      # The compiler can only warn and ignore the option if not recognized
8428      # So say no if there are warnings
8429      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8430      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8431      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8432        lt_cv_prog_compiler_c_o=yes
8433      fi
8434    fi
8435    chmod u+w . 2>&5
8436    $RM conftest*
8437    # SGI C++ compiler will create directory out/ii_files/ for
8438    # template instantiation
8439    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8440    $RM out/* && rmdir out
8441    cd ..
8442    $RM -r conftest
8443    $RM conftest*
8444
8445 fi
8446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8447 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8448
8449
8450
8451
8452 hard_links="nottested"
8453 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8454   # do not overwrite the value of need_locks provided by the user
8455   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8456 $as_echo_n "checking if we can lock with hard links... " >&6; }
8457   hard_links=yes
8458   $RM conftest*
8459   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8460   touch conftest.a
8461   ln conftest.a conftest.b 2>&5 || hard_links=no
8462   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8463   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8464 $as_echo "$hard_links" >&6; }
8465   if test "$hard_links" = no; then
8466     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8467 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8468     need_locks=warn
8469   fi
8470 else
8471   need_locks=no
8472 fi
8473
8474
8475
8476
8477
8478
8479   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8480 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8481
8482   runpath_var=
8483   allow_undefined_flag=
8484   always_export_symbols=no
8485   archive_cmds=
8486   archive_expsym_cmds=
8487   compiler_needs_object=no
8488   enable_shared_with_static_runtimes=no
8489   export_dynamic_flag_spec=
8490   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8491   hardcode_automatic=no
8492   hardcode_direct=no
8493   hardcode_direct_absolute=no
8494   hardcode_libdir_flag_spec=
8495   hardcode_libdir_flag_spec_ld=
8496   hardcode_libdir_separator=
8497   hardcode_minus_L=no
8498   hardcode_shlibpath_var=unsupported
8499   inherit_rpath=no
8500   link_all_deplibs=unknown
8501   module_cmds=
8502   module_expsym_cmds=
8503   old_archive_from_new_cmds=
8504   old_archive_from_expsyms_cmds=
8505   thread_safe_flag_spec=
8506   whole_archive_flag_spec=
8507   # include_expsyms should be a list of space-separated symbols to be *always*
8508   # included in the symbol list
8509   include_expsyms=
8510   # exclude_expsyms can be an extended regexp of symbols to exclude
8511   # it will be wrapped by ` (' and `)$', so one must not match beginning or
8512   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8513   # as well as any symbol that contains `d'.
8514   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8515   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8516   # platforms (ab)use it in PIC code, but their linkers get confused if
8517   # the symbol is explicitly referenced.  Since portable code cannot
8518   # rely on this symbol name, it's probably fine to never include it in
8519   # preloaded symbol tables.
8520   # Exclude shared library initialization/finalization symbols.
8521   extract_expsyms_cmds=
8522
8523   case $host_os in
8524   cygwin* | mingw* | pw32* | cegcc*)
8525     # FIXME: the MSVC++ port hasn't been tested in a loooong time
8526     # When not using gcc, we currently assume that we are using
8527     # Microsoft Visual C++.
8528     if test "$GCC" != yes; then
8529       with_gnu_ld=no
8530     fi
8531     ;;
8532   interix*)
8533     # we just hope/assume this is gcc and not c89 (= MSVC++)
8534     with_gnu_ld=yes
8535     ;;
8536   openbsd*)
8537     with_gnu_ld=no
8538     ;;
8539   linux* | k*bsd*-gnu)
8540     link_all_deplibs=no
8541     ;;
8542   esac
8543
8544   ld_shlibs=yes
8545   if test "$with_gnu_ld" = yes; then
8546     # If archive_cmds runs LD, not CC, wlarc should be empty
8547     wlarc='${wl}'
8548
8549     # Set some defaults for GNU ld with shared library support. These
8550     # are reset later if shared libraries are not supported. Putting them
8551     # here allows them to be overridden if necessary.
8552     runpath_var=LD_RUN_PATH
8553     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8554     export_dynamic_flag_spec='${wl}--export-dynamic'
8555     # ancient GNU ld didn't support --whole-archive et. al.
8556     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8557       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8558     else
8559       whole_archive_flag_spec=
8560     fi
8561     supports_anon_versioning=no
8562     case `$LD -v 2>&1` in
8563       *GNU\ gold*) supports_anon_versioning=yes ;;
8564       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8565       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8566       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8567       *\ 2.11.*) ;; # other 2.11 versions
8568       *) supports_anon_versioning=yes ;;
8569     esac
8570
8571     # See if GNU ld supports shared libraries.
8572     case $host_os in
8573     aix[3-9]*)
8574       # On AIX/PPC, the GNU linker is very broken
8575       if test "$host_cpu" != ia64; then
8576         ld_shlibs=no
8577         cat <<_LT_EOF 1>&2
8578
8579 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
8580 *** to be unable to reliably create shared libraries on AIX.
8581 *** Therefore, libtool is disabling shared libraries support.  If you
8582 *** really care for shared libraries, you may want to modify your PATH
8583 *** so that a non-GNU linker is found, and then restart.
8584
8585 _LT_EOF
8586       fi
8587       ;;
8588
8589     amigaos*)
8590       case $host_cpu in
8591       powerpc)
8592             # see comment about AmigaOS4 .so support
8593             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8594             archive_expsym_cmds=''
8595         ;;
8596       m68k)
8597             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)'
8598             hardcode_libdir_flag_spec='-L$libdir'
8599             hardcode_minus_L=yes
8600         ;;
8601       esac
8602       ;;
8603
8604     beos*)
8605       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8606         allow_undefined_flag=unsupported
8607         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8608         # support --undefined.  This deserves some investigation.  FIXME
8609         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8610       else
8611         ld_shlibs=no
8612       fi
8613       ;;
8614
8615     cygwin* | mingw* | pw32* | cegcc*)
8616       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8617       # as there is no search path for DLLs.
8618       hardcode_libdir_flag_spec='-L$libdir'
8619       allow_undefined_flag=unsupported
8620       always_export_symbols=no
8621       enable_shared_with_static_runtimes=yes
8622       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8623
8624       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8625         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8626         # If the export-symbols file already is a .def file (1st line
8627         # is EXPORTS), use it as is; otherwise, prepend...
8628         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8629           cp $export_symbols $output_objdir/$soname.def;
8630         else
8631           echo EXPORTS > $output_objdir/$soname.def;
8632           cat $export_symbols >> $output_objdir/$soname.def;
8633         fi~
8634         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8635       else
8636         ld_shlibs=no
8637       fi
8638       ;;
8639
8640     interix[3-9]*)
8641       hardcode_direct=no
8642       hardcode_shlibpath_var=no
8643       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8644       export_dynamic_flag_spec='${wl}-E'
8645       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8646       # Instead, shared libraries are loaded at an image base (0x10000000 by
8647       # default) and relocated if they conflict, which is a slow very memory
8648       # consuming and fragmenting process.  To avoid this, we pick a random,
8649       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8650       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
8651       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8652       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'
8653       ;;
8654
8655     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8656       tmp_diet=no
8657       if test "$host_os" = linux-dietlibc; then
8658         case $cc_basename in
8659           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
8660         esac
8661       fi
8662       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8663          && test "$tmp_diet" = no
8664       then
8665         tmp_addflag=
8666         tmp_sharedflag='-shared'
8667         case $cc_basename,$host_cpu in
8668         pgcc*)                          # Portland Group C compiler
8669           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'
8670           tmp_addflag=' $pic_flag'
8671           ;;
8672         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
8673           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'
8674           tmp_addflag=' $pic_flag -Mnomain' ;;
8675         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
8676           tmp_addflag=' -i_dynamic' ;;
8677         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
8678           tmp_addflag=' -i_dynamic -nofor_main' ;;
8679         ifc* | ifort*)                  # Intel Fortran compiler
8680           tmp_addflag=' -nofor_main' ;;
8681         lf95*)                          # Lahey Fortran 8.1
8682           whole_archive_flag_spec=
8683           tmp_sharedflag='--shared' ;;
8684         xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
8685           tmp_sharedflag='-qmkshrobj'
8686           tmp_addflag= ;;
8687         esac
8688         case `$CC -V 2>&1 | sed 5q` in
8689         *Sun\ C*)                       # Sun C 5.9
8690           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'
8691           compiler_needs_object=yes
8692           tmp_sharedflag='-G' ;;
8693         *Sun\ F*)                       # Sun Fortran 8.3
8694           tmp_sharedflag='-G' ;;
8695         esac
8696         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8697
8698         if test "x$supports_anon_versioning" = xyes; then
8699           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8700             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8701             echo "local: *; };" >> $output_objdir/$libname.ver~
8702             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8703         fi
8704
8705         case $cc_basename in
8706         xlf*)
8707           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8708           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8709           hardcode_libdir_flag_spec=
8710           hardcode_libdir_flag_spec_ld='-rpath $libdir'
8711           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8712           if test "x$supports_anon_versioning" = xyes; then
8713             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8714               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8715               echo "local: *; };" >> $output_objdir/$libname.ver~
8716               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8717           fi
8718           ;;
8719         esac
8720       else
8721         ld_shlibs=no
8722       fi
8723       ;;
8724
8725     netbsd* | netbsdelf*-gnu)
8726       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8727         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8728         wlarc=
8729       else
8730         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8731         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8732       fi
8733       ;;
8734
8735     solaris*)
8736       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8737         ld_shlibs=no
8738         cat <<_LT_EOF 1>&2
8739
8740 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8741 *** create shared libraries on Solaris systems.  Therefore, libtool
8742 *** is disabling shared libraries support.  We urge you to upgrade GNU
8743 *** binutils to release 2.9.1 or newer.  Another option is to modify
8744 *** your PATH or compiler configuration so that the native linker is
8745 *** used, and then restart.
8746
8747 _LT_EOF
8748       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8749         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8750         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8751       else
8752         ld_shlibs=no
8753       fi
8754       ;;
8755
8756     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8757       case `$LD -v 2>&1` in
8758         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8759         ld_shlibs=no
8760         cat <<_LT_EOF 1>&2
8761
8762 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8763 *** reliably create shared libraries on SCO systems.  Therefore, libtool
8764 *** is disabling shared libraries support.  We urge you to upgrade GNU
8765 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
8766 *** your PATH or compiler configuration so that the native linker is
8767 *** used, and then restart.
8768
8769 _LT_EOF
8770         ;;
8771         *)
8772           # For security reasons, it is highly recommended that you always
8773           # use absolute paths for naming shared libraries, and exclude the
8774           # DT_RUNPATH tag from executables and libraries.  But doing so
8775           # requires that you compile everything twice, which is a pain.
8776           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8777             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8778             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8779             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8780           else
8781             ld_shlibs=no
8782           fi
8783         ;;
8784       esac
8785       ;;
8786
8787     sunos4*)
8788       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8789       wlarc=
8790       hardcode_direct=yes
8791       hardcode_shlibpath_var=no
8792       ;;
8793
8794     *)
8795       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8796         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8797         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8798       else
8799         ld_shlibs=no
8800       fi
8801       ;;
8802     esac
8803
8804     if test "$ld_shlibs" = no; then
8805       runpath_var=
8806       hardcode_libdir_flag_spec=
8807       export_dynamic_flag_spec=
8808       whole_archive_flag_spec=
8809     fi
8810   else
8811     # PORTME fill in a description of your system's linker (not GNU ld)
8812     case $host_os in
8813     aix3*)
8814       allow_undefined_flag=unsupported
8815       always_export_symbols=yes
8816       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'
8817       # Note: this linker hardcodes the directories in LIBPATH if there
8818       # are no directories specified by -L.
8819       hardcode_minus_L=yes
8820       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8821         # Neither direct hardcoding nor static linking is supported with a
8822         # broken collect2.
8823         hardcode_direct=unsupported
8824       fi
8825       ;;
8826
8827     aix[4-9]*)
8828       if test "$host_cpu" = ia64; then
8829         # On IA64, the linker does run time linking by default, so we don't
8830         # have to do anything special.
8831         aix_use_runtimelinking=no
8832         exp_sym_flag='-Bexport'
8833         no_entry_flag=""
8834       else
8835         # If we're using GNU nm, then we don't want the "-C" option.
8836         # -C means demangle to AIX nm, but means don't demangle with GNU nm
8837         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8838           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'
8839         else
8840           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'
8841         fi
8842         aix_use_runtimelinking=no
8843
8844         # Test if we are trying to use run time linking or normal
8845         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8846         # need to do runtime linking.
8847         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8848           for ld_flag in $LDFLAGS; do
8849           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8850             aix_use_runtimelinking=yes
8851             break
8852           fi
8853           done
8854           ;;
8855         esac
8856
8857         exp_sym_flag='-bexport'
8858         no_entry_flag='-bnoentry'
8859       fi
8860
8861       # When large executables or shared objects are built, AIX ld can
8862       # have problems creating the table of contents.  If linking a library
8863       # or program results in "error TOC overflow" add -mminimal-toc to
8864       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
8865       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8866
8867       archive_cmds=''
8868       hardcode_direct=yes
8869       hardcode_direct_absolute=yes
8870       hardcode_libdir_separator=':'
8871       link_all_deplibs=yes
8872       file_list_spec='${wl}-f,'
8873
8874       if test "$GCC" = yes; then
8875         case $host_os in aix4.[012]|aix4.[012].*)
8876         # We only want to do this on AIX 4.2 and lower, the check
8877         # below for broken collect2 doesn't work under 4.3+
8878           collect2name=`${CC} -print-prog-name=collect2`
8879           if test -f "$collect2name" &&
8880            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8881           then
8882           # We have reworked collect2
8883           :
8884           else
8885           # We have old collect2
8886           hardcode_direct=unsupported
8887           # It fails to find uninstalled libraries when the uninstalled
8888           # path is not listed in the libpath.  Setting hardcode_minus_L
8889           # to unsupported forces relinking
8890           hardcode_minus_L=yes
8891           hardcode_libdir_flag_spec='-L$libdir'
8892           hardcode_libdir_separator=
8893           fi
8894           ;;
8895         esac
8896         shared_flag='-shared'
8897         if test "$aix_use_runtimelinking" = yes; then
8898           shared_flag="$shared_flag "'${wl}-G'
8899         fi
8900         link_all_deplibs=no
8901       else
8902         # not using gcc
8903         if test "$host_cpu" = ia64; then
8904         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8905         # chokes on -Wl,-G. The following line is correct:
8906           shared_flag='-G'
8907         else
8908           if test "$aix_use_runtimelinking" = yes; then
8909             shared_flag='${wl}-G'
8910           else
8911             shared_flag='${wl}-bM:SRE'
8912           fi
8913         fi
8914       fi
8915
8916       export_dynamic_flag_spec='${wl}-bexpall'
8917       # It seems that -bexpall does not export symbols beginning with
8918       # underscore (_), so it is better to generate a list of symbols to export.
8919       always_export_symbols=yes
8920       if test "$aix_use_runtimelinking" = yes; then
8921         # Warning - without using the other runtime loading flags (-brtl),
8922         # -berok will link without error, but may produce a broken library.
8923         allow_undefined_flag='-berok'
8924         # Determine the default libpath from the value encoded in an
8925         # empty executable.
8926         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8927 /* end confdefs.h.  */
8928
8929 int
8930 main ()
8931 {
8932
8933   ;
8934   return 0;
8935 }
8936 _ACEOF
8937 if ac_fn_c_try_link "$LINENO"; then :
8938
8939 lt_aix_libpath_sed='
8940     /Import File Strings/,/^$/ {
8941         /^0/ {
8942             s/^0  *\(.*\)$/\1/
8943             p
8944         }
8945     }'
8946 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8947 # Check for a 64-bit object if we didn't find anything.
8948 if test -z "$aix_libpath"; then
8949   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8950 fi
8951 fi
8952 rm -f core conftest.err conftest.$ac_objext \
8953     conftest$ac_exeext conftest.$ac_ext
8954 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8955
8956         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8957         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"
8958       else
8959         if test "$host_cpu" = ia64; then
8960           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8961           allow_undefined_flag="-z nodefs"
8962           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"
8963         else
8964          # Determine the default libpath from the value encoded in an
8965          # empty executable.
8966          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8967 /* end confdefs.h.  */
8968
8969 int
8970 main ()
8971 {
8972
8973   ;
8974   return 0;
8975 }
8976 _ACEOF
8977 if ac_fn_c_try_link "$LINENO"; then :
8978
8979 lt_aix_libpath_sed='
8980     /Import File Strings/,/^$/ {
8981         /^0/ {
8982             s/^0  *\(.*\)$/\1/
8983             p
8984         }
8985     }'
8986 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8987 # Check for a 64-bit object if we didn't find anything.
8988 if test -z "$aix_libpath"; then
8989   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8990 fi
8991 fi
8992 rm -f core conftest.err conftest.$ac_objext \
8993     conftest$ac_exeext conftest.$ac_ext
8994 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8995
8996          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8997           # Warning - without using the other run time loading flags,
8998           # -berok will link without error, but may produce a broken library.
8999           no_undefined_flag=' ${wl}-bernotok'
9000           allow_undefined_flag=' ${wl}-berok'
9001           # Exported symbols can be pulled into shared objects from archives
9002           whole_archive_flag_spec='$convenience'
9003           archive_cmds_need_lc=yes
9004           # This is similar to how AIX traditionally builds its shared libraries.
9005           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'
9006         fi
9007       fi
9008       ;;
9009
9010     amigaos*)
9011       case $host_cpu in
9012       powerpc)
9013             # see comment about AmigaOS4 .so support
9014             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9015             archive_expsym_cmds=''
9016         ;;
9017       m68k)
9018             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)'
9019             hardcode_libdir_flag_spec='-L$libdir'
9020             hardcode_minus_L=yes
9021         ;;
9022       esac
9023       ;;
9024
9025     bsdi[45]*)
9026       export_dynamic_flag_spec=-rdynamic
9027       ;;
9028
9029     cygwin* | mingw* | pw32* | cegcc*)
9030       # When not using gcc, we currently assume that we are using
9031       # Microsoft Visual C++.
9032       # hardcode_libdir_flag_spec is actually meaningless, as there is
9033       # no search path for DLLs.
9034       hardcode_libdir_flag_spec=' '
9035       allow_undefined_flag=unsupported
9036       # Tell ltmain to make .lib files, not .a files.
9037       libext=lib
9038       # Tell ltmain to make .dll files, not .so files.
9039       shrext_cmds=".dll"
9040       # FIXME: Setting linknames here is a bad hack.
9041       archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
9042       # The linker will automatically build a .lib file if we build a DLL.
9043       old_archive_from_new_cmds='true'
9044       # FIXME: Should let the user specify the lib program.
9045       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9046       fix_srcfile_path='`cygpath -w "$srcfile"`'
9047       enable_shared_with_static_runtimes=yes
9048       ;;
9049
9050     darwin* | rhapsody*)
9051
9052
9053   archive_cmds_need_lc=no
9054   hardcode_direct=no
9055   hardcode_automatic=yes
9056   hardcode_shlibpath_var=unsupported
9057   whole_archive_flag_spec=''
9058   link_all_deplibs=yes
9059   allow_undefined_flag="$_lt_dar_allow_undefined"
9060   case $cc_basename in
9061      ifort*) _lt_dar_can_shared=yes ;;
9062      *) _lt_dar_can_shared=$GCC ;;
9063   esac
9064   if test "$_lt_dar_can_shared" = "yes"; then
9065     output_verbose_link_cmd=echo
9066     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9067     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9068     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}"
9069     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}"
9070
9071   else
9072   ld_shlibs=no
9073   fi
9074
9075       ;;
9076
9077     dgux*)
9078       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9079       hardcode_libdir_flag_spec='-L$libdir'
9080       hardcode_shlibpath_var=no
9081       ;;
9082
9083     freebsd1*)
9084       ld_shlibs=no
9085       ;;
9086
9087     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9088     # support.  Future versions do this automatically, but an explicit c++rt0.o
9089     # does not break anything, and helps significantly (at the cost of a little
9090     # extra space).
9091     freebsd2.2*)
9092       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9093       hardcode_libdir_flag_spec='-R$libdir'
9094       hardcode_direct=yes
9095       hardcode_shlibpath_var=no
9096       ;;
9097
9098     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9099     freebsd2*)
9100       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9101       hardcode_direct=yes
9102       hardcode_minus_L=yes
9103       hardcode_shlibpath_var=no
9104       ;;
9105
9106     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9107     freebsd* | dragonfly*)
9108       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9109       hardcode_libdir_flag_spec='-R$libdir'
9110       hardcode_direct=yes
9111       hardcode_shlibpath_var=no
9112       ;;
9113
9114     hpux9*)
9115       if test "$GCC" = yes; then
9116         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'
9117       else
9118         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'
9119       fi
9120       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9121       hardcode_libdir_separator=:
9122       hardcode_direct=yes
9123
9124       # hardcode_minus_L: Not really in the search PATH,
9125       # but as the default location of the library.
9126       hardcode_minus_L=yes
9127       export_dynamic_flag_spec='${wl}-E'
9128       ;;
9129
9130     hpux10*)
9131       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9132         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9133       else
9134         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9135       fi
9136       if test "$with_gnu_ld" = no; then
9137         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9138         hardcode_libdir_flag_spec_ld='+b $libdir'
9139         hardcode_libdir_separator=:
9140         hardcode_direct=yes
9141         hardcode_direct_absolute=yes
9142         export_dynamic_flag_spec='${wl}-E'
9143         # hardcode_minus_L: Not really in the search PATH,
9144         # but as the default location of the library.
9145         hardcode_minus_L=yes
9146       fi
9147       ;;
9148
9149     hpux11*)
9150       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9151         case $host_cpu in
9152         hppa*64*)
9153           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9154           ;;
9155         ia64*)
9156           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9157           ;;
9158         *)
9159           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9160           ;;
9161         esac
9162       else
9163         case $host_cpu in
9164         hppa*64*)
9165           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9166           ;;
9167         ia64*)
9168           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9169           ;;
9170         *)
9171           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9172           ;;
9173         esac
9174       fi
9175       if test "$with_gnu_ld" = no; then
9176         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9177         hardcode_libdir_separator=:
9178
9179         case $host_cpu in
9180         hppa*64*|ia64*)
9181           hardcode_direct=no
9182           hardcode_shlibpath_var=no
9183           ;;
9184         *)
9185           hardcode_direct=yes
9186           hardcode_direct_absolute=yes
9187           export_dynamic_flag_spec='${wl}-E'
9188
9189           # hardcode_minus_L: Not really in the search PATH,
9190           # but as the default location of the library.
9191           hardcode_minus_L=yes
9192           ;;
9193         esac
9194       fi
9195       ;;
9196
9197     irix5* | irix6* | nonstopux*)
9198       if test "$GCC" = yes; then
9199         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'
9200         # Try to use the -exported_symbol ld option, if it does not
9201         # work, assume that -exports_file does not work either and
9202         # implicitly export all symbols.
9203         save_LDFLAGS="$LDFLAGS"
9204         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9205         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9206 /* end confdefs.h.  */
9207 int foo(void) {}
9208 _ACEOF
9209 if ac_fn_c_try_link "$LINENO"; then :
9210   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'
9211
9212 fi
9213 rm -f core conftest.err conftest.$ac_objext \
9214     conftest$ac_exeext conftest.$ac_ext
9215         LDFLAGS="$save_LDFLAGS"
9216       else
9217         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'
9218         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'
9219       fi
9220       archive_cmds_need_lc='no'
9221       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9222       hardcode_libdir_separator=:
9223       inherit_rpath=yes
9224       link_all_deplibs=yes
9225       ;;
9226
9227     netbsd* | netbsdelf*-gnu)
9228       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9229         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9230       else
9231         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
9232       fi
9233       hardcode_libdir_flag_spec='-R$libdir'
9234       hardcode_direct=yes
9235       hardcode_shlibpath_var=no
9236       ;;
9237
9238     newsos6)
9239       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9240       hardcode_direct=yes
9241       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9242       hardcode_libdir_separator=:
9243       hardcode_shlibpath_var=no
9244       ;;
9245
9246     *nto* | *qnx*)
9247       ;;
9248
9249     openbsd*)
9250       if test -f /usr/libexec/ld.so; then
9251         hardcode_direct=yes
9252         hardcode_shlibpath_var=no
9253         hardcode_direct_absolute=yes
9254         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9255           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9256           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9257           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9258           export_dynamic_flag_spec='${wl}-E'
9259         else
9260           case $host_os in
9261            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9262              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9263              hardcode_libdir_flag_spec='-R$libdir'
9264              ;;
9265            *)
9266              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9267              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9268              ;;
9269           esac
9270         fi
9271       else
9272         ld_shlibs=no
9273       fi
9274       ;;
9275
9276     os2*)
9277       hardcode_libdir_flag_spec='-L$libdir'
9278       hardcode_minus_L=yes
9279       allow_undefined_flag=unsupported
9280       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'
9281       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9282       ;;
9283
9284     osf3*)
9285       if test "$GCC" = yes; then
9286         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9287         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'
9288       else
9289         allow_undefined_flag=' -expect_unresolved \*'
9290         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'
9291       fi
9292       archive_cmds_need_lc='no'
9293       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9294       hardcode_libdir_separator=:
9295       ;;
9296
9297     osf4* | osf5*)      # as osf3* with the addition of -msym flag
9298       if test "$GCC" = yes; then
9299         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9300         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'
9301         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9302       else
9303         allow_undefined_flag=' -expect_unresolved \*'
9304         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'
9305         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~
9306         $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'
9307
9308         # Both c and cxx compiler support -rpath directly
9309         hardcode_libdir_flag_spec='-rpath $libdir'
9310       fi
9311       archive_cmds_need_lc='no'
9312       hardcode_libdir_separator=:
9313       ;;
9314
9315     solaris*)
9316       no_undefined_flag=' -z defs'
9317       if test "$GCC" = yes; then
9318         wlarc='${wl}'
9319         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9320         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9321           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9322       else
9323         case `$CC -V 2>&1` in
9324         *"Compilers 5.0"*)
9325           wlarc=''
9326           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9327           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9328           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9329           ;;
9330         *)
9331           wlarc='${wl}'
9332           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9333           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9334           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9335           ;;
9336         esac
9337       fi
9338       hardcode_libdir_flag_spec='-R$libdir'
9339       hardcode_shlibpath_var=no
9340       case $host_os in
9341       solaris2.[0-5] | solaris2.[0-5].*) ;;
9342       *)
9343         # The compiler driver will combine and reorder linker options,
9344         # but understands `-z linker_flag'.  GCC discards it without `$wl',
9345         # but is careful enough not to reorder.
9346         # Supported since Solaris 2.6 (maybe 2.5.1?)
9347         if test "$GCC" = yes; then
9348           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9349         else
9350           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9351         fi
9352         ;;
9353       esac
9354       link_all_deplibs=yes
9355       ;;
9356
9357     sunos4*)
9358       if test "x$host_vendor" = xsequent; then
9359         # Use $CC to link under sequent, because it throws in some extra .o
9360         # files that make .init and .fini sections work.
9361         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9362       else
9363         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9364       fi
9365       hardcode_libdir_flag_spec='-L$libdir'
9366       hardcode_direct=yes
9367       hardcode_minus_L=yes
9368       hardcode_shlibpath_var=no
9369       ;;
9370
9371     sysv4)
9372       case $host_vendor in
9373         sni)
9374           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9375           hardcode_direct=yes # is this really true???
9376         ;;
9377         siemens)
9378           ## LD is ld it makes a PLAMLIB
9379           ## CC just makes a GrossModule.
9380           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9381           reload_cmds='$CC -r -o $output$reload_objs'
9382           hardcode_direct=no
9383         ;;
9384         motorola)
9385           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9386           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9387         ;;
9388       esac
9389       runpath_var='LD_RUN_PATH'
9390       hardcode_shlibpath_var=no
9391       ;;
9392
9393     sysv4.3*)
9394       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9395       hardcode_shlibpath_var=no
9396       export_dynamic_flag_spec='-Bexport'
9397       ;;
9398
9399     sysv4*MP*)
9400       if test -d /usr/nec; then
9401         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9402         hardcode_shlibpath_var=no
9403         runpath_var=LD_RUN_PATH
9404         hardcode_runpath_var=yes
9405         ld_shlibs=yes
9406       fi
9407       ;;
9408
9409     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9410       no_undefined_flag='${wl}-z,text'
9411       archive_cmds_need_lc=no
9412       hardcode_shlibpath_var=no
9413       runpath_var='LD_RUN_PATH'
9414
9415       if test "$GCC" = yes; then
9416         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9417         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9418       else
9419         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9420         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9421       fi
9422       ;;
9423
9424     sysv5* | sco3.2v5* | sco5v6*)
9425       # Note: We can NOT use -z defs as we might desire, because we do not
9426       # link with -lc, and that would cause any symbols used from libc to
9427       # always be unresolved, which means just about no library would
9428       # ever link correctly.  If we're not using GNU ld we use -z text
9429       # though, which does catch some bad symbols but isn't as heavy-handed
9430       # as -z defs.
9431       no_undefined_flag='${wl}-z,text'
9432       allow_undefined_flag='${wl}-z,nodefs'
9433       archive_cmds_need_lc=no
9434       hardcode_shlibpath_var=no
9435       hardcode_libdir_flag_spec='${wl}-R,$libdir'
9436       hardcode_libdir_separator=':'
9437       link_all_deplibs=yes
9438       export_dynamic_flag_spec='${wl}-Bexport'
9439       runpath_var='LD_RUN_PATH'
9440
9441       if test "$GCC" = yes; then
9442         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9443         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9444       else
9445         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9446         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9447       fi
9448       ;;
9449
9450     uts4*)
9451       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9452       hardcode_libdir_flag_spec='-L$libdir'
9453       hardcode_shlibpath_var=no
9454       ;;
9455
9456     *)
9457       ld_shlibs=no
9458       ;;
9459     esac
9460
9461     if test x$host_vendor = xsni; then
9462       case $host in
9463       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9464         export_dynamic_flag_spec='${wl}-Blargedynsym'
9465         ;;
9466       esac
9467     fi
9468   fi
9469
9470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9471 $as_echo "$ld_shlibs" >&6; }
9472 test "$ld_shlibs" = no && can_build_shared=no
9473
9474 with_gnu_ld=$with_gnu_ld
9475
9476
9477
9478
9479
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490 #
9491 # Do we need to explicitly link libc?
9492 #
9493 case "x$archive_cmds_need_lc" in
9494 x|xyes)
9495   # Assume -lc should be added
9496   archive_cmds_need_lc=yes
9497
9498   if test "$enable_shared" = yes && test "$GCC" = yes; then
9499     case $archive_cmds in
9500     *'~'*)
9501       # FIXME: we may have to deal with multi-command sequences.
9502       ;;
9503     '$CC '*)
9504       # Test whether the compiler implicitly links with -lc since on some
9505       # systems, -lgcc has to come before -lc. If gcc already passes -lc
9506       # to ld, don't add -lc before -lgcc.
9507       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9508 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9509       $RM conftest*
9510       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9511
9512       if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9513   (eval $ac_compile) 2>&5
9514   ac_status=$?
9515   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9516   test $ac_status = 0; } 2>conftest.err; then
9517         soname=conftest
9518         lib=conftest
9519         libobjs=conftest.$ac_objext
9520         deplibs=
9521         wl=$lt_prog_compiler_wl
9522         pic_flag=$lt_prog_compiler_pic
9523         compiler_flags=-v
9524         linker_flags=-v
9525         verstring=
9526         output_objdir=.
9527         libname=conftest
9528         lt_save_allow_undefined_flag=$allow_undefined_flag
9529         allow_undefined_flag=
9530         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9531   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9532   ac_status=$?
9533   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9534   test $ac_status = 0; }
9535         then
9536           archive_cmds_need_lc=no
9537         else
9538           archive_cmds_need_lc=yes
9539         fi
9540         allow_undefined_flag=$lt_save_allow_undefined_flag
9541       else
9542         cat conftest.err 1>&5
9543       fi
9544       $RM conftest*
9545       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
9546 $as_echo "$archive_cmds_need_lc" >&6; }
9547       ;;
9548     esac
9549   fi
9550   ;;
9551 esac
9552
9553
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
9668
9669
9670
9671
9672
9673
9674
9675
9676
9677
9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
9693
9694
9695
9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9710 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9711
9712 if test "$GCC" = yes; then
9713   case $host_os in
9714     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9715     *) lt_awk_arg="/^libraries:/" ;;
9716   esac
9717   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9718   if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9719     # if the path contains ";" then we assume it to be the separator
9720     # otherwise default to the standard path separator (i.e. ":") - it is
9721     # assumed that no part of a normal pathname contains ";" but that should
9722     # okay in the real world where ";" in dirpaths is itself problematic.
9723     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9724   else
9725     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9726   fi
9727   # Ok, now we have the path, separated by spaces, we can step through it
9728   # and add multilib dir if necessary.
9729   lt_tmp_lt_search_path_spec=
9730   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9731   for lt_sys_path in $lt_search_path_spec; do
9732     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9733       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9734     else
9735       test -d "$lt_sys_path" && \
9736         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9737     fi
9738   done
9739   lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9740 BEGIN {RS=" "; FS="/|\n";} {
9741   lt_foo="";
9742   lt_count=0;
9743   for (lt_i = NF; lt_i > 0; lt_i--) {
9744     if ($lt_i != "" && $lt_i != ".") {
9745       if ($lt_i == "..") {
9746         lt_count++;
9747       } else {
9748         if (lt_count == 0) {
9749           lt_foo="/" $lt_i lt_foo;
9750         } else {
9751           lt_count--;
9752         }
9753       }
9754     }
9755   }
9756   if (lt_foo != "") { lt_freq[lt_foo]++; }
9757   if (lt_freq[lt_foo] == 1) { print lt_foo; }
9758 }'`
9759   sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9760 else
9761   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9762 fi
9763 library_names_spec=
9764 libname_spec='lib$name'
9765 soname_spec=
9766 shrext_cmds=".so"
9767 postinstall_cmds=
9768 postuninstall_cmds=
9769 finish_cmds=
9770 finish_eval=
9771 shlibpath_var=
9772 shlibpath_overrides_runpath=unknown
9773 version_type=none
9774 dynamic_linker="$host_os ld.so"
9775 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9776 need_lib_prefix=unknown
9777 hardcode_into_libs=no
9778
9779 # when you set need_version to no, make sure it does not cause -set_version
9780 # flags to be left without arguments
9781 need_version=unknown
9782
9783 case $host_os in
9784 aix3*)
9785   version_type=linux
9786   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9787   shlibpath_var=LIBPATH
9788
9789   # AIX 3 has no versioning support, so we append a major version to the name.
9790   soname_spec='${libname}${release}${shared_ext}$major'
9791   ;;
9792
9793 aix[4-9]*)
9794   version_type=linux
9795   need_lib_prefix=no
9796   need_version=no
9797   hardcode_into_libs=yes
9798   if test "$host_cpu" = ia64; then
9799     # AIX 5 supports IA64
9800     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9801     shlibpath_var=LD_LIBRARY_PATH
9802   else
9803     # With GCC up to 2.95.x, collect2 would create an import file
9804     # for dependence libraries.  The import file would start with
9805     # the line `#! .'.  This would cause the generated library to
9806     # depend on `.', always an invalid library.  This was fixed in
9807     # development snapshots of GCC prior to 3.0.
9808     case $host_os in
9809       aix4 | aix4.[01] | aix4.[01].*)
9810       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9811            echo ' yes '
9812            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9813         :
9814       else
9815         can_build_shared=no
9816       fi
9817       ;;
9818     esac
9819     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9820     # soname into executable. Probably we can add versioning support to
9821     # collect2, so additional links can be useful in future.
9822     if test "$aix_use_runtimelinking" = yes; then
9823       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9824       # instead of lib<name>.a to let people know that these are not
9825       # typical AIX shared libraries.
9826       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9827     else
9828       # We preserve .a as extension for shared libraries through AIX4.2
9829       # and later when we are not doing run time linking.
9830       library_names_spec='${libname}${release}.a $libname.a'
9831       soname_spec='${libname}${release}${shared_ext}$major'
9832     fi
9833     shlibpath_var=LIBPATH
9834   fi
9835   ;;
9836
9837 amigaos*)
9838   case $host_cpu in
9839   powerpc)
9840     # Since July 2007 AmigaOS4 officially supports .so libraries.
9841     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9842     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9843     ;;
9844   m68k)
9845     library_names_spec='$libname.ixlibrary $libname.a'
9846     # Create ${libname}_ixlibrary.a entries in /sys/libs.
9847     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'
9848     ;;
9849   esac
9850   ;;
9851
9852 beos*)
9853   library_names_spec='${libname}${shared_ext}'
9854   dynamic_linker="$host_os ld.so"
9855   shlibpath_var=LIBRARY_PATH
9856   ;;
9857
9858 bsdi[45]*)
9859   version_type=linux
9860   need_version=no
9861   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9862   soname_spec='${libname}${release}${shared_ext}$major'
9863   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9864   shlibpath_var=LD_LIBRARY_PATH
9865   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9866   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9867   # the default ld.so.conf also contains /usr/contrib/lib and
9868   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9869   # libtool to hard-code these into programs
9870   ;;
9871
9872 cygwin* | mingw* | pw32* | cegcc*)
9873   version_type=windows
9874   shrext_cmds=".dll"
9875   need_version=no
9876   need_lib_prefix=no
9877
9878   case $GCC,$host_os in
9879   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9880     library_names_spec='$libname.dll.a'
9881     # DLL is installed to $(libdir)/../bin by postinstall_cmds
9882     postinstall_cmds='base_file=`basename \${file}`~
9883       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9884       dldir=$destdir/`dirname \$dlpath`~
9885       test -d \$dldir || mkdir -p \$dldir~
9886       $install_prog $dir/$dlname \$dldir/$dlname~
9887       chmod a+x \$dldir/$dlname~
9888       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9889         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9890       fi'
9891     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9892       dlpath=$dir/\$dldll~
9893        $RM \$dlpath'
9894     shlibpath_overrides_runpath=yes
9895
9896     case $host_os in
9897     cygwin*)
9898       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9899       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9900       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9901       ;;
9902     mingw* | cegcc*)
9903       # MinGW DLLs use traditional 'lib' prefix
9904       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9905       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9906       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9907         # It is most probably a Windows format PATH printed by
9908         # mingw gcc, but we are running on Cygwin. Gcc prints its search
9909         # path with ; separators, and with drive letters. We can handle the
9910         # drive letters (cygwin fileutils understands them), so leave them,
9911         # especially as we might pass files found there to a mingw objdump,
9912         # which wouldn't understand a cygwinified path. Ahh.
9913         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9914       else
9915         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9916       fi
9917       ;;
9918     pw32*)
9919       # pw32 DLLs use 'pw' prefix rather than 'lib'
9920       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9921       ;;
9922     esac
9923     ;;
9924
9925   *)
9926     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9927     ;;
9928   esac
9929   dynamic_linker='Win32 ld.exe'
9930   # FIXME: first we should search . and the directory the executable is in
9931   shlibpath_var=PATH
9932   ;;
9933
9934 darwin* | rhapsody*)
9935   dynamic_linker="$host_os dyld"
9936   version_type=darwin
9937   need_lib_prefix=no
9938   need_version=no
9939   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9940   soname_spec='${libname}${release}${major}$shared_ext'
9941   shlibpath_overrides_runpath=yes
9942   shlibpath_var=DYLD_LIBRARY_PATH
9943   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9944
9945   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9946   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9947   ;;
9948
9949 dgux*)
9950   version_type=linux
9951   need_lib_prefix=no
9952   need_version=no
9953   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9954   soname_spec='${libname}${release}${shared_ext}$major'
9955   shlibpath_var=LD_LIBRARY_PATH
9956   ;;
9957
9958 freebsd1*)
9959   dynamic_linker=no
9960   ;;
9961
9962 freebsd* | dragonfly*)
9963   # DragonFly does not have aout.  When/if they implement a new
9964   # versioning mechanism, adjust this.
9965   if test -x /usr/bin/objformat; then
9966     objformat=`/usr/bin/objformat`
9967   else
9968     case $host_os in
9969     freebsd[123]*) objformat=aout ;;
9970     *) objformat=elf ;;
9971     esac
9972   fi
9973   version_type=freebsd-$objformat
9974   case $version_type in
9975     freebsd-elf*)
9976       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9977       need_version=no
9978       need_lib_prefix=no
9979       ;;
9980     freebsd-*)
9981       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9982       need_version=yes
9983       ;;
9984   esac
9985   shlibpath_var=LD_LIBRARY_PATH
9986   case $host_os in
9987   freebsd2*)
9988     shlibpath_overrides_runpath=yes
9989     ;;
9990   freebsd3.[01]* | freebsdelf3.[01]*)
9991     shlibpath_overrides_runpath=yes
9992     hardcode_into_libs=yes
9993     ;;
9994   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9995   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9996     shlibpath_overrides_runpath=no
9997     hardcode_into_libs=yes
9998     ;;
9999   *) # from 4.6 on, and DragonFly
10000     shlibpath_overrides_runpath=yes
10001     hardcode_into_libs=yes
10002     ;;
10003   esac
10004   ;;
10005
10006 gnu*)
10007   version_type=linux
10008   need_lib_prefix=no
10009   need_version=no
10010   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10011   soname_spec='${libname}${release}${shared_ext}$major'
10012   shlibpath_var=LD_LIBRARY_PATH
10013   hardcode_into_libs=yes
10014   ;;
10015
10016 hpux9* | hpux10* | hpux11*)
10017   # Give a soname corresponding to the major version so that dld.sl refuses to
10018   # link against other versions.
10019   version_type=sunos
10020   need_lib_prefix=no
10021   need_version=no
10022   case $host_cpu in
10023   ia64*)
10024     shrext_cmds='.so'
10025     hardcode_into_libs=yes
10026     dynamic_linker="$host_os dld.so"
10027     shlibpath_var=LD_LIBRARY_PATH
10028     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10029     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10030     soname_spec='${libname}${release}${shared_ext}$major'
10031     if test "X$HPUX_IA64_MODE" = X32; then
10032       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10033     else
10034       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10035     fi
10036     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10037     ;;
10038   hppa*64*)
10039     shrext_cmds='.sl'
10040     hardcode_into_libs=yes
10041     dynamic_linker="$host_os dld.sl"
10042     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10043     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10044     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10045     soname_spec='${libname}${release}${shared_ext}$major'
10046     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10047     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10048     ;;
10049   *)
10050     shrext_cmds='.sl'
10051     dynamic_linker="$host_os dld.sl"
10052     shlibpath_var=SHLIB_PATH
10053     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10054     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10055     soname_spec='${libname}${release}${shared_ext}$major'
10056     ;;
10057   esac
10058   # HP-UX runs *really* slowly unless shared libraries are mode 555.
10059   postinstall_cmds='chmod 555 $lib'
10060   ;;
10061
10062 interix[3-9]*)
10063   version_type=linux
10064   need_lib_prefix=no
10065   need_version=no
10066   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10067   soname_spec='${libname}${release}${shared_ext}$major'
10068   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10069   shlibpath_var=LD_LIBRARY_PATH
10070   shlibpath_overrides_runpath=no
10071   hardcode_into_libs=yes
10072   ;;
10073
10074 irix5* | irix6* | nonstopux*)
10075   case $host_os in
10076     nonstopux*) version_type=nonstopux ;;
10077     *)
10078         if test "$lt_cv_prog_gnu_ld" = yes; then
10079                 version_type=linux
10080         else
10081                 version_type=irix
10082         fi ;;
10083   esac
10084   need_lib_prefix=no
10085   need_version=no
10086   soname_spec='${libname}${release}${shared_ext}$major'
10087   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10088   case $host_os in
10089   irix5* | nonstopux*)
10090     libsuff= shlibsuff=
10091     ;;
10092   *)
10093     case $LD in # libtool.m4 will add one of these switches to LD
10094     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10095       libsuff= shlibsuff= libmagic=32-bit;;
10096     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10097       libsuff=32 shlibsuff=N32 libmagic=N32;;
10098     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10099       libsuff=64 shlibsuff=64 libmagic=64-bit;;
10100     *) libsuff= shlibsuff= libmagic=never-match;;
10101     esac
10102     ;;
10103   esac
10104   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10105   shlibpath_overrides_runpath=no
10106   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10107   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10108   hardcode_into_libs=yes
10109   ;;
10110
10111 # No shared lib support for Linux oldld, aout, or coff.
10112 linux*oldld* | linux*aout* | linux*coff*)
10113   dynamic_linker=no
10114   ;;
10115
10116 # This must be Linux ELF.
10117 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10118   version_type=linux
10119   need_lib_prefix=no
10120   need_version=no
10121   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10122   soname_spec='${libname}${release}${shared_ext}$major'
10123   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10124   shlibpath_var=LD_LIBRARY_PATH
10125   shlibpath_overrides_runpath=no
10126   # Some binutils ld are patched to set DT_RUNPATH
10127   save_LDFLAGS=$LDFLAGS
10128   save_libdir=$libdir
10129   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10130        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10131   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10132 /* end confdefs.h.  */
10133
10134 int
10135 main ()
10136 {
10137
10138   ;
10139   return 0;
10140 }
10141 _ACEOF
10142 if ac_fn_c_try_link "$LINENO"; then :
10143   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10144   shlibpath_overrides_runpath=yes
10145 fi
10146 fi
10147 rm -f core conftest.err conftest.$ac_objext \
10148     conftest$ac_exeext conftest.$ac_ext
10149   LDFLAGS=$save_LDFLAGS
10150   libdir=$save_libdir
10151
10152   # This implies no fast_install, which is unacceptable.
10153   # Some rework will be needed to allow for fast_install
10154   # before this can be enabled.
10155   hardcode_into_libs=yes
10156
10157   # Append ld.so.conf contents to the search path
10158   if test -f /etc/ld.so.conf; then
10159     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' ' '`
10160     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10161   fi
10162
10163   # We used to test for /lib/ld.so.1 and disable shared libraries on
10164   # powerpc, because MkLinux only supported shared libraries with the
10165   # GNU dynamic linker.  Since this was broken with cross compilers,
10166   # most powerpc-linux boxes support dynamic linking these days and
10167   # people can always --disable-shared, the test was removed, and we
10168   # assume the GNU/Linux dynamic linker is in use.
10169   dynamic_linker='GNU/Linux ld.so'
10170   ;;
10171
10172 netbsdelf*-gnu)
10173   version_type=linux
10174   need_lib_prefix=no
10175   need_version=no
10176   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10177   soname_spec='${libname}${release}${shared_ext}$major'
10178   shlibpath_var=LD_LIBRARY_PATH
10179   shlibpath_overrides_runpath=no
10180   hardcode_into_libs=yes
10181   dynamic_linker='NetBSD ld.elf_so'
10182   ;;
10183
10184 netbsd*)
10185   version_type=sunos
10186   need_lib_prefix=no
10187   need_version=no
10188   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10189     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10190     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10191     dynamic_linker='NetBSD (a.out) ld.so'
10192   else
10193     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10194     soname_spec='${libname}${release}${shared_ext}$major'
10195     dynamic_linker='NetBSD ld.elf_so'
10196   fi
10197   shlibpath_var=LD_LIBRARY_PATH
10198   shlibpath_overrides_runpath=yes
10199   hardcode_into_libs=yes
10200   ;;
10201
10202 newsos6)
10203   version_type=linux
10204   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10205   shlibpath_var=LD_LIBRARY_PATH
10206   shlibpath_overrides_runpath=yes
10207   ;;
10208
10209 *nto* | *qnx*)
10210   version_type=qnx
10211   need_lib_prefix=no
10212   need_version=no
10213   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10214   soname_spec='${libname}${release}${shared_ext}$major'
10215   shlibpath_var=LD_LIBRARY_PATH
10216   shlibpath_overrides_runpath=no
10217   hardcode_into_libs=yes
10218   dynamic_linker='ldqnx.so'
10219   ;;
10220
10221 openbsd*)
10222   version_type=sunos
10223   sys_lib_dlsearch_path_spec="/usr/lib"
10224   need_lib_prefix=no
10225   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10226   case $host_os in
10227     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
10228     *)                          need_version=no  ;;
10229   esac
10230   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10231   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10232   shlibpath_var=LD_LIBRARY_PATH
10233   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10234     case $host_os in
10235       openbsd2.[89] | openbsd2.[89].*)
10236         shlibpath_overrides_runpath=no
10237         ;;
10238       *)
10239         shlibpath_overrides_runpath=yes
10240         ;;
10241       esac
10242   else
10243     shlibpath_overrides_runpath=yes
10244   fi
10245   ;;
10246
10247 os2*)
10248   libname_spec='$name'
10249   shrext_cmds=".dll"
10250   need_lib_prefix=no
10251   library_names_spec='$libname${shared_ext} $libname.a'
10252   dynamic_linker='OS/2 ld.exe'
10253   shlibpath_var=LIBPATH
10254   ;;
10255
10256 osf3* | osf4* | osf5*)
10257   version_type=osf
10258   need_lib_prefix=no
10259   need_version=no
10260   soname_spec='${libname}${release}${shared_ext}$major'
10261   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10262   shlibpath_var=LD_LIBRARY_PATH
10263   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10264   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10265   ;;
10266
10267 rdos*)
10268   dynamic_linker=no
10269   ;;
10270
10271 solaris*)
10272   version_type=linux
10273   need_lib_prefix=no
10274   need_version=no
10275   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10276   soname_spec='${libname}${release}${shared_ext}$major'
10277   shlibpath_var=LD_LIBRARY_PATH
10278   shlibpath_overrides_runpath=yes
10279   hardcode_into_libs=yes
10280   # ldd complains unless libraries are executable
10281   postinstall_cmds='chmod +x $lib'
10282   ;;
10283
10284 sunos4*)
10285   version_type=sunos
10286   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10287   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10288   shlibpath_var=LD_LIBRARY_PATH
10289   shlibpath_overrides_runpath=yes
10290   if test "$with_gnu_ld" = yes; then
10291     need_lib_prefix=no
10292   fi
10293   need_version=yes
10294   ;;
10295
10296 sysv4 | sysv4.3*)
10297   version_type=linux
10298   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10299   soname_spec='${libname}${release}${shared_ext}$major'
10300   shlibpath_var=LD_LIBRARY_PATH
10301   case $host_vendor in
10302     sni)
10303       shlibpath_overrides_runpath=no
10304       need_lib_prefix=no
10305       runpath_var=LD_RUN_PATH
10306       ;;
10307     siemens)
10308       need_lib_prefix=no
10309       ;;
10310     motorola)
10311       need_lib_prefix=no
10312       need_version=no
10313       shlibpath_overrides_runpath=no
10314       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10315       ;;
10316   esac
10317   ;;
10318
10319 sysv4*MP*)
10320   if test -d /usr/nec ;then
10321     version_type=linux
10322     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10323     soname_spec='$libname${shared_ext}.$major'
10324     shlibpath_var=LD_LIBRARY_PATH
10325   fi
10326   ;;
10327
10328 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10329   version_type=freebsd-elf
10330   need_lib_prefix=no
10331   need_version=no
10332   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10333   soname_spec='${libname}${release}${shared_ext}$major'
10334   shlibpath_var=LD_LIBRARY_PATH
10335   shlibpath_overrides_runpath=yes
10336   hardcode_into_libs=yes
10337   if test "$with_gnu_ld" = yes; then
10338     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10339   else
10340     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10341     case $host_os in
10342       sco3.2v5*)
10343         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10344         ;;
10345     esac
10346   fi
10347   sys_lib_dlsearch_path_spec='/usr/lib'
10348   ;;
10349
10350 tpf*)
10351   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
10352   version_type=linux
10353   need_lib_prefix=no
10354   need_version=no
10355   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10356   shlibpath_var=LD_LIBRARY_PATH
10357   shlibpath_overrides_runpath=no
10358   hardcode_into_libs=yes
10359   ;;
10360
10361 uts4*)
10362   version_type=linux
10363   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10364   soname_spec='${libname}${release}${shared_ext}$major'
10365   shlibpath_var=LD_LIBRARY_PATH
10366   ;;
10367
10368 *)
10369   dynamic_linker=no
10370   ;;
10371 esac
10372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10373 $as_echo "$dynamic_linker" >&6; }
10374 test "$dynamic_linker" = no && can_build_shared=no
10375
10376 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10377 if test "$GCC" = yes; then
10378   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10379 fi
10380
10381 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10382   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10383 fi
10384 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10385   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10386 fi
10387
10388
10389
10390
10391
10392
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423
10424
10425
10426
10427
10428
10429
10430
10431
10432
10433
10434
10435
10436
10437
10438
10439
10440
10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
10468
10469
10470
10471
10472
10473
10474   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10475 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10476 hardcode_action=
10477 if test -n "$hardcode_libdir_flag_spec" ||
10478    test -n "$runpath_var" ||
10479    test "X$hardcode_automatic" = "Xyes" ; then
10480
10481   # We can hardcode non-existent directories.
10482   if test "$hardcode_direct" != no &&
10483      # If the only mechanism to avoid hardcoding is shlibpath_var, we
10484      # have to relink, otherwise we might link with an installed library
10485      # when we should be linking with a yet-to-be-installed one
10486      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10487      test "$hardcode_minus_L" != no; then
10488     # Linking always hardcodes the temporary library directory.
10489     hardcode_action=relink
10490   else
10491     # We can link without hardcoding, and we can hardcode nonexisting dirs.
10492     hardcode_action=immediate
10493   fi
10494 else
10495   # We cannot hardcode anything, or else we can only hardcode existing
10496   # directories.
10497   hardcode_action=unsupported
10498 fi
10499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10500 $as_echo "$hardcode_action" >&6; }
10501
10502 if test "$hardcode_action" = relink ||
10503    test "$inherit_rpath" = yes; then
10504   # Fast installation is not supported
10505   enable_fast_install=no
10506 elif test "$shlibpath_overrides_runpath" = yes ||
10507      test "$enable_shared" = no; then
10508   # Fast installation is not necessary
10509   enable_fast_install=needless
10510 fi
10511
10512
10513
10514
10515
10516
10517   if test "x$enable_dlopen" != xyes; then
10518   enable_dlopen=unknown
10519   enable_dlopen_self=unknown
10520   enable_dlopen_self_static=unknown
10521 else
10522   lt_cv_dlopen=no
10523   lt_cv_dlopen_libs=
10524
10525   case $host_os in
10526   beos*)
10527     lt_cv_dlopen="load_add_on"
10528     lt_cv_dlopen_libs=
10529     lt_cv_dlopen_self=yes
10530     ;;
10531
10532   mingw* | pw32* | cegcc*)
10533     lt_cv_dlopen="LoadLibrary"
10534     lt_cv_dlopen_libs=
10535     ;;
10536
10537   cygwin*)
10538     lt_cv_dlopen="dlopen"
10539     lt_cv_dlopen_libs=
10540     ;;
10541
10542   darwin*)
10543   # if libdl is installed we need to link against it
10544     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10545 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10546 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10547   $as_echo_n "(cached) " >&6
10548 else
10549   ac_check_lib_save_LIBS=$LIBS
10550 LIBS="-ldl  $LIBS"
10551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10552 /* end confdefs.h.  */
10553
10554 /* Override any GCC internal prototype to avoid an error.
10555    Use char because int might match the return type of a GCC
10556    builtin and then its argument prototype would still apply.  */
10557 #ifdef __cplusplus
10558 extern "C"
10559 #endif
10560 char dlopen ();
10561 int
10562 main ()
10563 {
10564 return dlopen ();
10565   ;
10566   return 0;
10567 }
10568 _ACEOF
10569 if ac_fn_c_try_link "$LINENO"; then :
10570   ac_cv_lib_dl_dlopen=yes
10571 else
10572   ac_cv_lib_dl_dlopen=no
10573 fi
10574 rm -f core conftest.err conftest.$ac_objext \
10575     conftest$ac_exeext conftest.$ac_ext
10576 LIBS=$ac_check_lib_save_LIBS
10577 fi
10578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10579 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10580 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10581   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10582 else
10583
10584     lt_cv_dlopen="dyld"
10585     lt_cv_dlopen_libs=
10586     lt_cv_dlopen_self=yes
10587
10588 fi
10589
10590     ;;
10591
10592   *)
10593     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10594 if test "x$ac_cv_func_shl_load" = x""yes; then :
10595   lt_cv_dlopen="shl_load"
10596 else
10597   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10598 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10599 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10600   $as_echo_n "(cached) " >&6
10601 else
10602   ac_check_lib_save_LIBS=$LIBS
10603 LIBS="-ldld  $LIBS"
10604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10605 /* end confdefs.h.  */
10606
10607 /* Override any GCC internal prototype to avoid an error.
10608    Use char because int might match the return type of a GCC
10609    builtin and then its argument prototype would still apply.  */
10610 #ifdef __cplusplus
10611 extern "C"
10612 #endif
10613 char shl_load ();
10614 int
10615 main ()
10616 {
10617 return shl_load ();
10618   ;
10619   return 0;
10620 }
10621 _ACEOF
10622 if ac_fn_c_try_link "$LINENO"; then :
10623   ac_cv_lib_dld_shl_load=yes
10624 else
10625   ac_cv_lib_dld_shl_load=no
10626 fi
10627 rm -f core conftest.err conftest.$ac_objext \
10628     conftest$ac_exeext conftest.$ac_ext
10629 LIBS=$ac_check_lib_save_LIBS
10630 fi
10631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10632 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10633 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10634   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10635 else
10636   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10637 if test "x$ac_cv_func_dlopen" = x""yes; then :
10638   lt_cv_dlopen="dlopen"
10639 else
10640   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10641 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10642 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10643   $as_echo_n "(cached) " >&6
10644 else
10645   ac_check_lib_save_LIBS=$LIBS
10646 LIBS="-ldl  $LIBS"
10647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10648 /* end confdefs.h.  */
10649
10650 /* Override any GCC internal prototype to avoid an error.
10651    Use char because int might match the return type of a GCC
10652    builtin and then its argument prototype would still apply.  */
10653 #ifdef __cplusplus
10654 extern "C"
10655 #endif
10656 char dlopen ();
10657 int
10658 main ()
10659 {
10660 return dlopen ();
10661   ;
10662   return 0;
10663 }
10664 _ACEOF
10665 if ac_fn_c_try_link "$LINENO"; then :
10666   ac_cv_lib_dl_dlopen=yes
10667 else
10668   ac_cv_lib_dl_dlopen=no
10669 fi
10670 rm -f core conftest.err conftest.$ac_objext \
10671     conftest$ac_exeext conftest.$ac_ext
10672 LIBS=$ac_check_lib_save_LIBS
10673 fi
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10675 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10676 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10677   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10678 else
10679   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10680 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10681 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10682   $as_echo_n "(cached) " >&6
10683 else
10684   ac_check_lib_save_LIBS=$LIBS
10685 LIBS="-lsvld  $LIBS"
10686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10687 /* end confdefs.h.  */
10688
10689 /* Override any GCC internal prototype to avoid an error.
10690    Use char because int might match the return type of a GCC
10691    builtin and then its argument prototype would still apply.  */
10692 #ifdef __cplusplus
10693 extern "C"
10694 #endif
10695 char dlopen ();
10696 int
10697 main ()
10698 {
10699 return dlopen ();
10700   ;
10701   return 0;
10702 }
10703 _ACEOF
10704 if ac_fn_c_try_link "$LINENO"; then :
10705   ac_cv_lib_svld_dlopen=yes
10706 else
10707   ac_cv_lib_svld_dlopen=no
10708 fi
10709 rm -f core conftest.err conftest.$ac_objext \
10710     conftest$ac_exeext conftest.$ac_ext
10711 LIBS=$ac_check_lib_save_LIBS
10712 fi
10713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10714 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10715 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10716   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10717 else
10718   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10719 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10720 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10721   $as_echo_n "(cached) " >&6
10722 else
10723   ac_check_lib_save_LIBS=$LIBS
10724 LIBS="-ldld  $LIBS"
10725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10726 /* end confdefs.h.  */
10727
10728 /* Override any GCC internal prototype to avoid an error.
10729    Use char because int might match the return type of a GCC
10730    builtin and then its argument prototype would still apply.  */
10731 #ifdef __cplusplus
10732 extern "C"
10733 #endif
10734 char dld_link ();
10735 int
10736 main ()
10737 {
10738 return dld_link ();
10739   ;
10740   return 0;
10741 }
10742 _ACEOF
10743 if ac_fn_c_try_link "$LINENO"; then :
10744   ac_cv_lib_dld_dld_link=yes
10745 else
10746   ac_cv_lib_dld_dld_link=no
10747 fi
10748 rm -f core conftest.err conftest.$ac_objext \
10749     conftest$ac_exeext conftest.$ac_ext
10750 LIBS=$ac_check_lib_save_LIBS
10751 fi
10752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10753 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10754 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10755   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10756 fi
10757
10758
10759 fi
10760
10761
10762 fi
10763
10764
10765 fi
10766
10767
10768 fi
10769
10770
10771 fi
10772
10773     ;;
10774   esac
10775
10776   if test "x$lt_cv_dlopen" != xno; then
10777     enable_dlopen=yes
10778   else
10779     enable_dlopen=no
10780   fi
10781
10782   case $lt_cv_dlopen in
10783   dlopen)
10784     save_CPPFLAGS="$CPPFLAGS"
10785     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10786
10787     save_LDFLAGS="$LDFLAGS"
10788     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10789
10790     save_LIBS="$LIBS"
10791     LIBS="$lt_cv_dlopen_libs $LIBS"
10792
10793     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10794 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10795 if test "${lt_cv_dlopen_self+set}" = set; then :
10796   $as_echo_n "(cached) " >&6
10797 else
10798           if test "$cross_compiling" = yes; then :
10799   lt_cv_dlopen_self=cross
10800 else
10801   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10802   lt_status=$lt_dlunknown
10803   cat > conftest.$ac_ext <<_LT_EOF
10804 #line 10804 "configure"
10805 #include "confdefs.h"
10806
10807 #if HAVE_DLFCN_H
10808 #include <dlfcn.h>
10809 #endif
10810
10811 #include <stdio.h>
10812
10813 #ifdef RTLD_GLOBAL
10814 #  define LT_DLGLOBAL           RTLD_GLOBAL
10815 #else
10816 #  ifdef DL_GLOBAL
10817 #    define LT_DLGLOBAL         DL_GLOBAL
10818 #  else
10819 #    define LT_DLGLOBAL         0
10820 #  endif
10821 #endif
10822
10823 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10824    find out it does not work in some platform. */
10825 #ifndef LT_DLLAZY_OR_NOW
10826 #  ifdef RTLD_LAZY
10827 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10828 #  else
10829 #    ifdef DL_LAZY
10830 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10831 #    else
10832 #      ifdef RTLD_NOW
10833 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10834 #      else
10835 #        ifdef DL_NOW
10836 #          define LT_DLLAZY_OR_NOW      DL_NOW
10837 #        else
10838 #          define LT_DLLAZY_OR_NOW      0
10839 #        endif
10840 #      endif
10841 #    endif
10842 #  endif
10843 #endif
10844
10845 void fnord() { int i=42;}
10846 int main ()
10847 {
10848   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10849   int status = $lt_dlunknown;
10850
10851   if (self)
10852     {
10853       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10854       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10855       /* dlclose (self); */
10856     }
10857   else
10858     puts (dlerror ());
10859
10860   return status;
10861 }
10862 _LT_EOF
10863   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10864   (eval $ac_link) 2>&5
10865   ac_status=$?
10866   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10867   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10868     (./conftest; exit; ) >&5 2>/dev/null
10869     lt_status=$?
10870     case x$lt_status in
10871       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10872       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10873       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10874     esac
10875   else :
10876     # compilation failed
10877     lt_cv_dlopen_self=no
10878   fi
10879 fi
10880 rm -fr conftest*
10881
10882
10883 fi
10884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10885 $as_echo "$lt_cv_dlopen_self" >&6; }
10886
10887     if test "x$lt_cv_dlopen_self" = xyes; then
10888       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10889       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10890 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10891 if test "${lt_cv_dlopen_self_static+set}" = set; then :
10892   $as_echo_n "(cached) " >&6
10893 else
10894           if test "$cross_compiling" = yes; then :
10895   lt_cv_dlopen_self_static=cross
10896 else
10897   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10898   lt_status=$lt_dlunknown
10899   cat > conftest.$ac_ext <<_LT_EOF
10900 #line 10900 "configure"
10901 #include "confdefs.h"
10902
10903 #if HAVE_DLFCN_H
10904 #include <dlfcn.h>
10905 #endif
10906
10907 #include <stdio.h>
10908
10909 #ifdef RTLD_GLOBAL
10910 #  define LT_DLGLOBAL           RTLD_GLOBAL
10911 #else
10912 #  ifdef DL_GLOBAL
10913 #    define LT_DLGLOBAL         DL_GLOBAL
10914 #  else
10915 #    define LT_DLGLOBAL         0
10916 #  endif
10917 #endif
10918
10919 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10920    find out it does not work in some platform. */
10921 #ifndef LT_DLLAZY_OR_NOW
10922 #  ifdef RTLD_LAZY
10923 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10924 #  else
10925 #    ifdef DL_LAZY
10926 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10927 #    else
10928 #      ifdef RTLD_NOW
10929 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10930 #      else
10931 #        ifdef DL_NOW
10932 #          define LT_DLLAZY_OR_NOW      DL_NOW
10933 #        else
10934 #          define LT_DLLAZY_OR_NOW      0
10935 #        endif
10936 #      endif
10937 #    endif
10938 #  endif
10939 #endif
10940
10941 void fnord() { int i=42;}
10942 int main ()
10943 {
10944   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10945   int status = $lt_dlunknown;
10946
10947   if (self)
10948     {
10949       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10950       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10951       /* dlclose (self); */
10952     }
10953   else
10954     puts (dlerror ());
10955
10956   return status;
10957 }
10958 _LT_EOF
10959   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10960   (eval $ac_link) 2>&5
10961   ac_status=$?
10962   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10963   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10964     (./conftest; exit; ) >&5 2>/dev/null
10965     lt_status=$?
10966     case x$lt_status in
10967       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10968       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10969       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10970     esac
10971   else :
10972     # compilation failed
10973     lt_cv_dlopen_self_static=no
10974   fi
10975 fi
10976 rm -fr conftest*
10977
10978
10979 fi
10980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10981 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10982     fi
10983
10984     CPPFLAGS="$save_CPPFLAGS"
10985     LDFLAGS="$save_LDFLAGS"
10986     LIBS="$save_LIBS"
10987     ;;
10988   esac
10989
10990   case $lt_cv_dlopen_self in
10991   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10992   *) enable_dlopen_self=unknown ;;
10993   esac
10994
10995   case $lt_cv_dlopen_self_static in
10996   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10997   *) enable_dlopen_self_static=unknown ;;
10998   esac
10999 fi
11000
11001
11002
11003
11004
11005
11006
11007
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017 striplib=
11018 old_striplib=
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11020 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11021 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11022   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11023   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11024   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11025 $as_echo "yes" >&6; }
11026 else
11027 # FIXME - insert some real tests, host_os isn't really good enough
11028   case $host_os in
11029   darwin*)
11030     if test -n "$STRIP" ; then
11031       striplib="$STRIP -x"
11032       old_striplib="$STRIP -S"
11033       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11034 $as_echo "yes" >&6; }
11035     else
11036       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11037 $as_echo "no" >&6; }
11038     fi
11039     ;;
11040   *)
11041     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11042 $as_echo "no" >&6; }
11043     ;;
11044   esac
11045 fi
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
11058   # Report which library types will actually be built
11059   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11060 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11061   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11062 $as_echo "$can_build_shared" >&6; }
11063
11064   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11065 $as_echo_n "checking whether to build shared libraries... " >&6; }
11066   test "$can_build_shared" = "no" && enable_shared=no
11067
11068   # On AIX, shared libraries and static libraries use the same namespace, and
11069   # are all built from PIC.
11070   case $host_os in
11071   aix3*)
11072     test "$enable_shared" = yes && enable_static=no
11073     if test -n "$RANLIB"; then
11074       archive_cmds="$archive_cmds~\$RANLIB \$lib"
11075       postinstall_cmds='$RANLIB $lib'
11076     fi
11077     ;;
11078
11079   aix[4-9]*)
11080     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11081       test "$enable_shared" = yes && enable_static=no
11082     fi
11083     ;;
11084   esac
11085   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11086 $as_echo "$enable_shared" >&6; }
11087
11088   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11089 $as_echo_n "checking whether to build static libraries... " >&6; }
11090   # Make sure either enable_shared or enable_static is yes.
11091   test "$enable_shared" = yes || enable_static=yes
11092   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11093 $as_echo "$enable_static" >&6; }
11094
11095
11096
11097
11098 fi
11099 ac_ext=c
11100 ac_cpp='$CPP $CPPFLAGS'
11101 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11102 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11103 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11104
11105 CC="$lt_save_CC"
11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
11116
11117
11118
11119         ac_config_commands="$ac_config_commands libtool"
11120
11121
11122
11123
11124 # Only expand once:
11125
11126
11127
11128
11129
11130
11131 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
11132         if test -n "$ac_tool_prefix"; then
11133   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
11134 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
11135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11136 $as_echo_n "checking for $ac_word... " >&6; }
11137 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
11138   $as_echo_n "(cached) " >&6
11139 else
11140   case $PKG_CONFIG in
11141   [\\/]* | ?:[\\/]*)
11142   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
11143   ;;
11144   *)
11145   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11146 for as_dir in $PATH
11147 do
11148   IFS=$as_save_IFS
11149   test -z "$as_dir" && as_dir=.
11150     for ac_exec_ext in '' $ac_executable_extensions; do
11151   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11152     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11153     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11154     break 2
11155   fi
11156 done
11157   done
11158 IFS=$as_save_IFS
11159
11160   ;;
11161 esac
11162 fi
11163 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
11164 if test -n "$PKG_CONFIG"; then
11165   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
11166 $as_echo "$PKG_CONFIG" >&6; }
11167 else
11168   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11169 $as_echo "no" >&6; }
11170 fi
11171
11172
11173 fi
11174 if test -z "$ac_cv_path_PKG_CONFIG"; then
11175   ac_pt_PKG_CONFIG=$PKG_CONFIG
11176   # Extract the first word of "pkg-config", so it can be a program name with args.
11177 set dummy pkg-config; ac_word=$2
11178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11179 $as_echo_n "checking for $ac_word... " >&6; }
11180 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
11181   $as_echo_n "(cached) " >&6
11182 else
11183   case $ac_pt_PKG_CONFIG in
11184   [\\/]* | ?:[\\/]*)
11185   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
11186   ;;
11187   *)
11188   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11189 for as_dir in $PATH
11190 do
11191   IFS=$as_save_IFS
11192   test -z "$as_dir" && as_dir=.
11193     for ac_exec_ext in '' $ac_executable_extensions; do
11194   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11195     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11196     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11197     break 2
11198   fi
11199 done
11200   done
11201 IFS=$as_save_IFS
11202
11203   ;;
11204 esac
11205 fi
11206 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
11207 if test -n "$ac_pt_PKG_CONFIG"; then
11208   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
11209 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
11210 else
11211   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11212 $as_echo "no" >&6; }
11213 fi
11214
11215   if test "x$ac_pt_PKG_CONFIG" = x; then
11216     PKG_CONFIG=""
11217   else
11218     case $cross_compiling:$ac_tool_warned in
11219 yes:)
11220 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11221 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11222 ac_tool_warned=yes ;;
11223 esac
11224     PKG_CONFIG=$ac_pt_PKG_CONFIG
11225   fi
11226 else
11227   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
11228 fi
11229
11230 fi
11231 if test -n "$PKG_CONFIG"; then
11232         _pkg_min_version=0.9.0
11233         { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
11234 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
11235         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
11236                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11237 $as_echo "yes" >&6; }
11238         else
11239                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11240 $as_echo "no" >&6; }
11241                 PKG_CONFIG=""
11242         fi
11243
11244 fi
11245
11246 pkg_failed=no
11247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBGSSDP" >&5
11248 $as_echo_n "checking for LIBGSSDP... " >&6; }
11249
11250 if test -n "$LIBGSSDP_CFLAGS"; then
11251     pkg_cv_LIBGSSDP_CFLAGS="$LIBGSSDP_CFLAGS"
11252  elif test -n "$PKG_CONFIG"; then
11253     if test -n "$PKG_CONFIG" && \
11254     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.18 \\
11255                             gobject-2.0 >= 2.18 \\
11256                             libsoup-2.4\""; } >&5
11257   ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.18 \
11258                             gobject-2.0 >= 2.18 \
11259                             libsoup-2.4") 2>&5
11260   ac_status=$?
11261   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11262   test $ac_status = 0; }; then
11263   pkg_cv_LIBGSSDP_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.18 \
11264                             gobject-2.0 >= 2.18 \
11265                             libsoup-2.4" 2>/dev/null`
11266 else
11267   pkg_failed=yes
11268 fi
11269  else
11270     pkg_failed=untried
11271 fi
11272 if test -n "$LIBGSSDP_LIBS"; then
11273     pkg_cv_LIBGSSDP_LIBS="$LIBGSSDP_LIBS"
11274  elif test -n "$PKG_CONFIG"; then
11275     if test -n "$PKG_CONFIG" && \
11276     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.18 \\
11277                             gobject-2.0 >= 2.18 \\
11278                             libsoup-2.4\""; } >&5
11279   ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.18 \
11280                             gobject-2.0 >= 2.18 \
11281                             libsoup-2.4") 2>&5
11282   ac_status=$?
11283   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11284   test $ac_status = 0; }; then
11285   pkg_cv_LIBGSSDP_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.18 \
11286                             gobject-2.0 >= 2.18 \
11287                             libsoup-2.4" 2>/dev/null`
11288 else
11289   pkg_failed=yes
11290 fi
11291  else
11292     pkg_failed=untried
11293 fi
11294
11295
11296
11297 if test $pkg_failed = yes; then
11298
11299 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11300         _pkg_short_errors_supported=yes
11301 else
11302         _pkg_short_errors_supported=no
11303 fi
11304         if test $_pkg_short_errors_supported = yes; then
11305                 LIBGSSDP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.18 \
11306                             gobject-2.0 >= 2.18 \
11307                             libsoup-2.4" 2>&1`
11308         else
11309                 LIBGSSDP_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.18 \
11310                             gobject-2.0 >= 2.18 \
11311                             libsoup-2.4" 2>&1`
11312         fi
11313         # Put the nasty error message in config.log where it belongs
11314         echo "$LIBGSSDP_PKG_ERRORS" >&5
11315
11316         as_fn_error $? "Package requirements (glib-2.0 >= 2.18 \
11317                             gobject-2.0 >= 2.18 \
11318                             libsoup-2.4) were not met:
11319
11320 $LIBGSSDP_PKG_ERRORS
11321
11322 Consider adjusting the PKG_CONFIG_PATH environment variable if you
11323 installed software in a non-standard prefix.
11324
11325 Alternatively, you may set the environment variables LIBGSSDP_CFLAGS
11326 and LIBGSSDP_LIBS to avoid the need to call pkg-config.
11327 See the pkg-config man page for more details.
11328 " "$LINENO" 5
11329 elif test $pkg_failed = untried; then
11330         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11331 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11332 as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
11333 is in your PATH or set the PKG_CONFIG environment variable to the full
11334 path to pkg-config.
11335
11336 Alternatively, you may set the environment variables LIBGSSDP_CFLAGS
11337 and LIBGSSDP_LIBS to avoid the need to call pkg-config.
11338 See the pkg-config man page for more details.
11339
11340 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
11341 See \`config.log' for more details" "$LINENO" 5 ; }
11342 else
11343         LIBGSSDP_CFLAGS=$pkg_cv_LIBGSSDP_CFLAGS
11344         LIBGSSDP_LIBS=$pkg_cv_LIBGSSDP_LIBS
11345         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11346 $as_echo "yes" >&6; }
11347         :
11348 fi
11349
11350 LIBGTK_REQUIRED=2.12.0
11351
11352
11353 # Check whether --with-gtk was given.
11354 if test "${with_gtk+set}" = set; then :
11355   withval=$with_gtk; try_gtk=$withval
11356 else
11357   try_gtk=yes
11358 fi
11359
11360
11361 HAVE_LIBGTK=no
11362 if test x$try_gtk = xyes ; then
11363
11364 pkg_failed=no
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBGTK" >&5
11366 $as_echo_n "checking for LIBGTK... " >&6; }
11367
11368 if test -n "$LIBGTK_CFLAGS"; then
11369     pkg_cv_LIBGTK_CFLAGS="$LIBGTK_CFLAGS"
11370  elif test -n "$PKG_CONFIG"; then
11371     if test -n "$PKG_CONFIG" && \
11372     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$LIBGTK_REQUIRED \""; } >&5
11373   ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $LIBGTK_REQUIRED ") 2>&5
11374   ac_status=$?
11375   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11376   test $ac_status = 0; }; then
11377   pkg_cv_LIBGTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= $LIBGTK_REQUIRED " 2>/dev/null`
11378 else
11379   pkg_failed=yes
11380 fi
11381  else
11382     pkg_failed=untried
11383 fi
11384 if test -n "$LIBGTK_LIBS"; then
11385     pkg_cv_LIBGTK_LIBS="$LIBGTK_LIBS"
11386  elif test -n "$PKG_CONFIG"; then
11387     if test -n "$PKG_CONFIG" && \
11388     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$LIBGTK_REQUIRED \""; } >&5
11389   ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $LIBGTK_REQUIRED ") 2>&5
11390   ac_status=$?
11391   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11392   test $ac_status = 0; }; then
11393   pkg_cv_LIBGTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= $LIBGTK_REQUIRED " 2>/dev/null`
11394 else
11395   pkg_failed=yes
11396 fi
11397  else
11398     pkg_failed=untried
11399 fi
11400
11401
11402
11403 if test $pkg_failed = yes; then
11404
11405 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11406         _pkg_short_errors_supported=yes
11407 else
11408         _pkg_short_errors_supported=no
11409 fi
11410         if test $_pkg_short_errors_supported = yes; then
11411                 LIBGTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= $LIBGTK_REQUIRED " 2>&1`
11412         else
11413                 LIBGTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= $LIBGTK_REQUIRED " 2>&1`
11414         fi
11415         # Put the nasty error message in config.log where it belongs
11416         echo "$LIBGTK_PKG_ERRORS" >&5
11417
11418         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11419 $as_echo "no" >&6; }
11420
11421         HAVE_LIBGTK=no
11422         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gtk+ $LIBGTK_REQUIRED or greater not found, some tools will not build." >&5
11423 $as_echo "$as_me: WARNING: gtk+ $LIBGTK_REQUIRED or greater not found, some tools will not build." >&2;}
11424
11425 elif test $pkg_failed = untried; then
11426
11427         HAVE_LIBGTK=no
11428         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gtk+ $LIBGTK_REQUIRED or greater not found, some tools will not build." >&5
11429 $as_echo "$as_me: WARNING: gtk+ $LIBGTK_REQUIRED or greater not found, some tools will not build." >&2;}
11430
11431 else
11432         LIBGTK_CFLAGS=$pkg_cv_LIBGTK_CFLAGS
11433         LIBGTK_LIBS=$pkg_cv_LIBGTK_LIBS
11434         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11435 $as_echo "yes" >&6; }
11436
11437         HAVE_LIBGTK=yes
11438
11439
11440
11441 fi
11442 else
11443     { $as_echo "$as_me:${as_lineno-$LINENO}: gtk+ usage disabled, some tools may not build." >&5
11444 $as_echo "$as_me: gtk+ usage disabled, some tools may not build." >&6;}
11445 fi
11446
11447 if test x$HAVE_LIBGTK = xno; then
11448   USE_LIBGTK=no
11449 else
11450   USE_LIBGTK=yes
11451
11452 $as_echo "#define HAVE_LIBGTK /**/" >>confdefs.h
11453
11454 fi
11455
11456
11457  if test x$USE_LIBGTK = xyes; then
11458   USE_LIBGTK_TRUE=
11459   USE_LIBGTK_FALSE='#'
11460 else
11461   USE_LIBGTK_TRUE='#'
11462   USE_LIBGTK_FALSE=
11463 fi
11464
11465
11466 # glib-genmarshal
11467 GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0`
11468
11469
11470 # Debugging
11471 # Check whether --enable-debug was given.
11472 if test "${enable_debug+set}" = set; then :
11473   enableval=$enable_debug;
11474 else
11475   enable_debug=no
11476 fi
11477
11478 if test "x$enable_debug" = "xyes"; then
11479         CFLAGS="$CFLAGS -g -Wall -Werror"
11480 fi
11481
11482
11483
11484
11485                 # Check whether --enable-introspection was given.
11486 if test "${enable_introspection+set}" = set; then :
11487   enableval=$enable_introspection;
11488 else
11489   enable_introspection=auto
11490 fi
11491
11492
11493     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gobject-introspection" >&5
11494 $as_echo_n "checking for gobject-introspection... " >&6; }
11495
11496         case $enable_introspection in #(
11497   no) :
11498             found_introspection="no (disabled, use --enable-introspection to enable)"
11499      ;; #(
11500       yes) :
11501             if test -n "$PKG_CONFIG" && \
11502     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0\""; } >&5
11503   ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0") 2>&5
11504   ac_status=$?
11505   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11506   test $ac_status = 0; }; then
11507   :
11508 else
11509   as_fn_error $? "gobject-introspection-1.0 is not installed" "$LINENO" 5
11510 fi
11511         if test -n "$PKG_CONFIG" && \
11512     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.6.4\""; } >&5
11513   ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.4") 2>&5
11514   ac_status=$?
11515   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11516   test $ac_status = 0; }; then
11517   found_introspection=yes
11518 else
11519   as_fn_error $? "You need to have gobject-introspection >= 0.6.4 installed to build gssdp" "$LINENO" 5
11520 fi
11521      ;; #(
11522       auto) :
11523             if test -n "$PKG_CONFIG" && \
11524     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 0.6.4\""; } >&5
11525   ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.4") 2>&5
11526   ac_status=$?
11527   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11528   test $ac_status = 0; }; then
11529   found_introspection=yes
11530 else
11531   found_introspection=no
11532 fi
11533      ;; #(
11534   *) :
11535                 as_fn_error $? "invalid argument passed to --enable-introspection, should be one of [no/auto/yes]" "$LINENO" 5
11536      ;;
11537 esac
11538     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $found_introspection" >&5
11539 $as_echo "$found_introspection" >&6; }
11540
11541     INTROSPECTION_SCANNER=
11542     INTROSPECTION_COMPILER=
11543     INTROSPECTION_GENERATE=
11544     INTROSPECTION_GIRDIR=
11545     INTROSPECTION_TYPELIBDIR=
11546     if test "x$found_introspection" = "xyes"; then
11547        INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
11548        INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
11549        INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
11550        INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
11551        INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
11552        INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
11553        INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
11554        INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
11555     fi
11556
11557
11558
11559
11560
11561
11562
11563
11564
11565      if test "x$found_introspection" = "xyes"; then
11566   HAVE_INTROSPECTION_TRUE=
11567   HAVE_INTROSPECTION_FALSE='#'
11568 else
11569   HAVE_INTROSPECTION_TRUE='#'
11570   HAVE_INTROSPECTION_FALSE=
11571 fi
11572
11573
11574
11575
11576
11577
11578     # Extract the first word of "gtkdoc-check", so it can be a program name with args.
11579 set dummy gtkdoc-check; ac_word=$2
11580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11581 $as_echo_n "checking for $ac_word... " >&6; }
11582 if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then :
11583   $as_echo_n "(cached) " >&6
11584 else
11585   case $GTKDOC_CHECK in
11586   [\\/]* | ?:[\\/]*)
11587   ac_cv_path_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test with a path.
11588   ;;
11589   *)
11590   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11591 for as_dir in $PATH
11592 do
11593   IFS=$as_save_IFS
11594   test -z "$as_dir" && as_dir=.
11595     for ac_exec_ext in '' $ac_executable_extensions; do
11596   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11597     ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext"
11598     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11599     break 2
11600   fi
11601 done
11602   done
11603 IFS=$as_save_IFS
11604
11605   ;;
11606 esac
11607 fi
11608 GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK
11609 if test -n "$GTKDOC_CHECK"; then
11610   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5
11611 $as_echo "$GTKDOC_CHECK" >&6; }
11612 else
11613   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11614 $as_echo "no" >&6; }
11615 fi
11616
11617
11618   for ac_prog in gtkdoc-rebase
11619 do
11620   # Extract the first word of "$ac_prog", so it can be a program name with args.
11621 set dummy $ac_prog; ac_word=$2
11622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11623 $as_echo_n "checking for $ac_word... " >&6; }
11624 if test "${ac_cv_path_GTKDOC_REBASE+set}" = set; then :
11625   $as_echo_n "(cached) " >&6
11626 else
11627   case $GTKDOC_REBASE in
11628   [\\/]* | ?:[\\/]*)
11629   ac_cv_path_GTKDOC_REBASE="$GTKDOC_REBASE" # Let the user override the test with a path.
11630   ;;
11631   *)
11632   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11633 for as_dir in $PATH
11634 do
11635   IFS=$as_save_IFS
11636   test -z "$as_dir" && as_dir=.
11637     for ac_exec_ext in '' $ac_executable_extensions; do
11638   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11639     ac_cv_path_GTKDOC_REBASE="$as_dir/$ac_word$ac_exec_ext"
11640     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11641     break 2
11642   fi
11643 done
11644   done
11645 IFS=$as_save_IFS
11646
11647   ;;
11648 esac
11649 fi
11650 GTKDOC_REBASE=$ac_cv_path_GTKDOC_REBASE
11651 if test -n "$GTKDOC_REBASE"; then
11652   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_REBASE" >&5
11653 $as_echo "$GTKDOC_REBASE" >&6; }
11654 else
11655   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11656 $as_echo "no" >&6; }
11657 fi
11658
11659
11660   test -n "$GTKDOC_REBASE" && break
11661 done
11662 test -n "$GTKDOC_REBASE" || GTKDOC_REBASE="true"
11663
11664   # Extract the first word of "gtkdoc-mkpdf", so it can be a program name with args.
11665 set dummy gtkdoc-mkpdf; ac_word=$2
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11667 $as_echo_n "checking for $ac_word... " >&6; }
11668 if test "${ac_cv_path_GTKDOC_MKPDF+set}" = set; then :
11669   $as_echo_n "(cached) " >&6
11670 else
11671   case $GTKDOC_MKPDF in
11672   [\\/]* | ?:[\\/]*)
11673   ac_cv_path_GTKDOC_MKPDF="$GTKDOC_MKPDF" # Let the user override the test with a path.
11674   ;;
11675   *)
11676   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11677 for as_dir in $PATH
11678 do
11679   IFS=$as_save_IFS
11680   test -z "$as_dir" && as_dir=.
11681     for ac_exec_ext in '' $ac_executable_extensions; do
11682   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11683     ac_cv_path_GTKDOC_MKPDF="$as_dir/$ac_word$ac_exec_ext"
11684     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11685     break 2
11686   fi
11687 done
11688   done
11689 IFS=$as_save_IFS
11690
11691   ;;
11692 esac
11693 fi
11694 GTKDOC_MKPDF=$ac_cv_path_GTKDOC_MKPDF
11695 if test -n "$GTKDOC_MKPDF"; then
11696   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_MKPDF" >&5
11697 $as_echo "$GTKDOC_MKPDF" >&6; }
11698 else
11699   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11700 $as_echo "no" >&6; }
11701 fi
11702
11703
11704
11705
11706 # Check whether --with-html-dir was given.
11707 if test "${with_html_dir+set}" = set; then :
11708   withval=$with_html_dir;
11709 else
11710   with_html_dir='${datadir}/gtk-doc/html'
11711 fi
11712
11713   HTML_DIR="$with_html_dir"
11714
11715
11716     # Check whether --enable-gtk-doc was given.
11717 if test "${enable_gtk_doc+set}" = set; then :
11718   enableval=$enable_gtk_doc;
11719 else
11720   enable_gtk_doc=no
11721 fi
11722
11723
11724   if test x$enable_gtk_doc = xyes; then
11725     if test -n "$PKG_CONFIG" && \
11726     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.0\""; } >&5
11727   ($PKG_CONFIG --exists --print-errors "gtk-doc >= 1.0") 2>&5
11728   ac_status=$?
11729   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11730   test $ac_status = 0; }; then
11731   :
11732 else
11733   as_fn_error $? "You need to have gtk-doc >= 1.0 installed to build $PACKAGE_NAME" "$LINENO" 5
11734 fi
11735   fi
11736
11737   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5
11738 $as_echo_n "checking whether to build gtk-doc documentation... " >&6; }
11739   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5
11740 $as_echo "$enable_gtk_doc" >&6; }
11741
11742     # Check whether --enable-gtk-doc-html was given.
11743 if test "${enable_gtk_doc_html+set}" = set; then :
11744   enableval=$enable_gtk_doc_html;
11745 else
11746   enable_gtk_doc_html=yes
11747 fi
11748
11749     # Check whether --enable-gtk-doc-pdf was given.
11750 if test "${enable_gtk_doc_pdf+set}" = set; then :
11751   enableval=$enable_gtk_doc_pdf;
11752 else
11753   enable_gtk_doc_pdf=no
11754 fi
11755
11756
11757   if test -z "$GTKDOC_MKPDF"; then
11758     enable_gtk_doc_pdf=no
11759   fi
11760
11761
11762    if test x$enable_gtk_doc = xyes; then
11763   ENABLE_GTK_DOC_TRUE=
11764   ENABLE_GTK_DOC_FALSE='#'
11765 else
11766   ENABLE_GTK_DOC_TRUE='#'
11767   ENABLE_GTK_DOC_FALSE=
11768 fi
11769
11770    if test x$enable_gtk_doc_html = xyes; then
11771   GTK_DOC_BUILD_HTML_TRUE=
11772   GTK_DOC_BUILD_HTML_FALSE='#'
11773 else
11774   GTK_DOC_BUILD_HTML_TRUE='#'
11775   GTK_DOC_BUILD_HTML_FALSE=
11776 fi
11777
11778    if test x$enable_gtk_doc_pdf = xyes; then
11779   GTK_DOC_BUILD_PDF_TRUE=
11780   GTK_DOC_BUILD_PDF_FALSE='#'
11781 else
11782   GTK_DOC_BUILD_PDF_TRUE='#'
11783   GTK_DOC_BUILD_PDF_FALSE=
11784 fi
11785
11786    if test -n "$LIBTOOL"; then
11787   GTK_DOC_USE_LIBTOOL_TRUE=
11788   GTK_DOC_USE_LIBTOOL_FALSE='#'
11789 else
11790   GTK_DOC_USE_LIBTOOL_TRUE='#'
11791   GTK_DOC_USE_LIBTOOL_FALSE=
11792 fi
11793
11794    if test -n "$GTKDOC_REBASE"; then
11795   GTK_DOC_USE_REBASE_TRUE=
11796   GTK_DOC_USE_REBASE_FALSE='#'
11797 else
11798   GTK_DOC_USE_REBASE_TRUE='#'
11799   GTK_DOC_USE_REBASE_FALSE=
11800 fi
11801
11802
11803
11804 ac_config_files="$ac_config_files Makefile libgssdp/Makefile tools/Makefile tests/Makefile doc/Makefile doc/version.xml gssdp-1.0.pc gssdp-1.0-uninstalled.pc"
11805
11806 cat >confcache <<\_ACEOF
11807 # This file is a shell script that caches the results of configure
11808 # tests run on this system so they can be shared between configure
11809 # scripts and configure runs, see configure's option --config-cache.
11810 # It is not useful on other systems.  If it contains results you don't
11811 # want to keep, you may remove or edit it.
11812 #
11813 # config.status only pays attention to the cache file if you give it
11814 # the --recheck option to rerun configure.
11815 #
11816 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11817 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11818 # following values.
11819
11820 _ACEOF
11821
11822 # The following way of writing the cache mishandles newlines in values,
11823 # but we know of no workaround that is simple, portable, and efficient.
11824 # So, we kill variables containing newlines.
11825 # Ultrix sh set writes to stderr and can't be redirected directly,
11826 # and sets the high bit in the cache file unless we assign to the vars.
11827 (
11828   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11829     eval ac_val=\$$ac_var
11830     case $ac_val in #(
11831     *${as_nl}*)
11832       case $ac_var in #(
11833       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11834 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11835       esac
11836       case $ac_var in #(
11837       _ | IFS | as_nl) ;; #(
11838       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11839       *) { eval $ac_var=; unset $ac_var;} ;;
11840       esac ;;
11841     esac
11842   done
11843
11844   (set) 2>&1 |
11845     case $as_nl`(ac_space=' '; set) 2>&1` in #(
11846     *${as_nl}ac_space=\ *)
11847       # `set' does not quote correctly, so add quotes: double-quote
11848       # substitution turns \\\\ into \\, and sed turns \\ into \.
11849       sed -n \
11850         "s/'/'\\\\''/g;
11851           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11852       ;; #(
11853     *)
11854       # `set' quotes correctly as required by POSIX, so do not add quotes.
11855       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11856       ;;
11857     esac |
11858     sort
11859 ) |
11860   sed '
11861      /^ac_cv_env_/b end
11862      t clear
11863      :clear
11864      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11865      t end
11866      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11867      :end' >>confcache
11868 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11869   if test -w "$cache_file"; then
11870     test "x$cache_file" != "x/dev/null" &&
11871       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11872 $as_echo "$as_me: updating cache $cache_file" >&6;}
11873     cat confcache >$cache_file
11874   else
11875     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11876 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11877   fi
11878 fi
11879 rm -f confcache
11880
11881 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11882 # Let make expand exec_prefix.
11883 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11884
11885 DEFS=-DHAVE_CONFIG_H
11886
11887 ac_libobjs=
11888 ac_ltlibobjs=
11889 U=
11890 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11891   # 1. Remove the extension, and $U if already installed.
11892   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11893   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11894   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
11895   #    will be set to the directory where LIBOBJS objects are built.
11896   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11897   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11898 done
11899 LIBOBJS=$ac_libobjs
11900
11901 LTLIBOBJS=$ac_ltlibobjs
11902
11903
11904  if test -n "$EXEEXT"; then
11905   am__EXEEXT_TRUE=
11906   am__EXEEXT_FALSE='#'
11907 else
11908   am__EXEEXT_TRUE='#'
11909   am__EXEEXT_FALSE=
11910 fi
11911
11912 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11913   as_fn_error $? "conditional \"AMDEP\" was never defined.
11914 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11915 fi
11916 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11917   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
11918 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11919 fi
11920 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11921   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
11922 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11923 fi
11924 if test -z "${USE_LIBGTK_TRUE}" && test -z "${USE_LIBGTK_FALSE}"; then
11925   as_fn_error $? "conditional \"USE_LIBGTK\" was never defined.
11926 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11927 fi
11928 if test -z "${HAVE_INTROSPECTION_TRUE}" && test -z "${HAVE_INTROSPECTION_FALSE}"; then
11929   as_fn_error $? "conditional \"HAVE_INTROSPECTION\" was never defined.
11930 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11931 fi
11932 if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
11933   as_fn_error $? "conditional \"ENABLE_GTK_DOC\" was never defined.
11934 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11935 fi
11936 if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then
11937   as_fn_error $? "conditional \"GTK_DOC_BUILD_HTML\" was never defined.
11938 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11939 fi
11940 if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then
11941   as_fn_error $? "conditional \"GTK_DOC_BUILD_PDF\" was never defined.
11942 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11943 fi
11944 if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then
11945   as_fn_error $? "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
11946 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11947 fi
11948 if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then
11949   as_fn_error $? "conditional \"GTK_DOC_USE_REBASE\" was never defined.
11950 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11951 fi
11952
11953 : ${CONFIG_STATUS=./config.status}
11954 ac_write_fail=0
11955 ac_clean_files_save=$ac_clean_files
11956 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11957 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11958 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11959 as_write_fail=0
11960 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11961 #! $SHELL
11962 # Generated by $as_me.
11963 # Run this file to recreate the current configuration.
11964 # Compiler output produced by configure, useful for debugging
11965 # configure, is in config.log if it exists.
11966
11967 debug=false
11968 ac_cs_recheck=false
11969 ac_cs_silent=false
11970
11971 SHELL=\${CONFIG_SHELL-$SHELL}
11972 export SHELL
11973 _ASEOF
11974 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11975 ## -------------------- ##
11976 ## M4sh Initialization. ##
11977 ## -------------------- ##
11978
11979 # Be more Bourne compatible
11980 DUALCASE=1; export DUALCASE # for MKS sh
11981 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11982   emulate sh
11983   NULLCMD=:
11984   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11985   # is contrary to our usage.  Disable this feature.
11986   alias -g '${1+"$@"}'='"$@"'
11987   setopt NO_GLOB_SUBST
11988 else
11989   case `(set -o) 2>/dev/null` in #(
11990   *posix*) :
11991     set -o posix ;; #(
11992   *) :
11993      ;;
11994 esac
11995 fi
11996
11997
11998 as_nl='
11999 '
12000 export as_nl
12001 # Printing a long string crashes Solaris 7 /usr/bin/printf.
12002 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12003 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12004 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12005 # Prefer a ksh shell builtin over an external printf program on Solaris,
12006 # but without wasting forks for bash or zsh.
12007 if test -z "$BASH_VERSION$ZSH_VERSION" \
12008     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12009   as_echo='print -r --'
12010   as_echo_n='print -rn --'
12011 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12012   as_echo='printf %s\n'
12013   as_echo_n='printf %s'
12014 else
12015   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12016     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12017     as_echo_n='/usr/ucb/echo -n'
12018   else
12019     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12020     as_echo_n_body='eval
12021       arg=$1;
12022       case $arg in #(
12023       *"$as_nl"*)
12024         expr "X$arg" : "X\\(.*\\)$as_nl";
12025         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12026       esac;
12027       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12028     '
12029     export as_echo_n_body
12030     as_echo_n='sh -c $as_echo_n_body as_echo'
12031   fi
12032   export as_echo_body
12033   as_echo='sh -c $as_echo_body as_echo'
12034 fi
12035
12036 # The user is always right.
12037 if test "${PATH_SEPARATOR+set}" != set; then
12038   PATH_SEPARATOR=:
12039   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12040     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12041       PATH_SEPARATOR=';'
12042   }
12043 fi
12044
12045
12046 # IFS
12047 # We need space, tab and new line, in precisely that order.  Quoting is
12048 # there to prevent editors from complaining about space-tab.
12049 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
12050 # splitting by setting IFS to empty value.)
12051 IFS=" ""        $as_nl"
12052
12053 # Find who we are.  Look in the path if we contain no directory separator.
12054 case $0 in #((
12055   *[\\/]* ) as_myself=$0 ;;
12056   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12057 for as_dir in $PATH
12058 do
12059   IFS=$as_save_IFS
12060   test -z "$as_dir" && as_dir=.
12061     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12062   done
12063 IFS=$as_save_IFS
12064
12065      ;;
12066 esac
12067 # We did not find ourselves, most probably we were run as `sh COMMAND'
12068 # in which case we are not to be found in the path.
12069 if test "x$as_myself" = x; then
12070   as_myself=$0
12071 fi
12072 if test ! -f "$as_myself"; then
12073   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12074   exit 1
12075 fi
12076
12077 # Unset variables that we do not need and which cause bugs (e.g. in
12078 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
12079 # suppresses any "Segmentation fault" message there.  '((' could
12080 # trigger a bug in pdksh 5.2.14.
12081 for as_var in BASH_ENV ENV MAIL MAILPATH
12082 do eval test x\${$as_var+set} = xset \
12083   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12084 done
12085 PS1='$ '
12086 PS2='> '
12087 PS4='+ '
12088
12089 # NLS nuisances.
12090 LC_ALL=C
12091 export LC_ALL
12092 LANGUAGE=C
12093 export LANGUAGE
12094
12095 # CDPATH.
12096 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12097
12098
12099 # as_fn_error STATUS ERROR [LINENO LOG_FD]
12100 # ----------------------------------------
12101 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12102 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12103 # script with STATUS, using 1 if that was 0.
12104 as_fn_error ()
12105 {
12106   as_status=$1; test $as_status -eq 0 && as_status=1
12107   if test "$4"; then
12108     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12109     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
12110   fi
12111   $as_echo "$as_me: error: $2" >&2
12112   as_fn_exit $as_status
12113 } # as_fn_error
12114
12115
12116 # as_fn_set_status STATUS
12117 # -----------------------
12118 # Set $? to STATUS, without forking.
12119 as_fn_set_status ()
12120 {
12121   return $1
12122 } # as_fn_set_status
12123
12124 # as_fn_exit STATUS
12125 # -----------------
12126 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12127 as_fn_exit ()
12128 {
12129   set +e
12130   as_fn_set_status $1
12131   exit $1
12132 } # as_fn_exit
12133
12134 # as_fn_unset VAR
12135 # ---------------
12136 # Portably unset VAR.
12137 as_fn_unset ()
12138 {
12139   { eval $1=; unset $1;}
12140 }
12141 as_unset=as_fn_unset
12142 # as_fn_append VAR VALUE
12143 # ----------------------
12144 # Append the text in VALUE to the end of the definition contained in VAR. Take
12145 # advantage of any shell optimizations that allow amortized linear growth over
12146 # repeated appends, instead of the typical quadratic growth present in naive
12147 # implementations.
12148 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12149   eval 'as_fn_append ()
12150   {
12151     eval $1+=\$2
12152   }'
12153 else
12154   as_fn_append ()
12155   {
12156     eval $1=\$$1\$2
12157   }
12158 fi # as_fn_append
12159
12160 # as_fn_arith ARG...
12161 # ------------------
12162 # Perform arithmetic evaluation on the ARGs, and store the result in the
12163 # global $as_val. Take advantage of shells that can avoid forks. The arguments
12164 # must be portable across $(()) and expr.
12165 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12166   eval 'as_fn_arith ()
12167   {
12168     as_val=$(( $* ))
12169   }'
12170 else
12171   as_fn_arith ()
12172   {
12173     as_val=`expr "$@" || test $? -eq 1`
12174   }
12175 fi # as_fn_arith
12176
12177
12178 if expr a : '\(a\)' >/dev/null 2>&1 &&
12179    test "X`expr 00001 : '.*\(...\)'`" = X001; then
12180   as_expr=expr
12181 else
12182   as_expr=false
12183 fi
12184
12185 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12186   as_basename=basename
12187 else
12188   as_basename=false
12189 fi
12190
12191 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12192   as_dirname=dirname
12193 else
12194   as_dirname=false
12195 fi
12196
12197 as_me=`$as_basename -- "$0" ||
12198 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12199          X"$0" : 'X\(//\)$' \| \
12200          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12201 $as_echo X/"$0" |
12202     sed '/^.*\/\([^/][^/]*\)\/*$/{
12203             s//\1/
12204             q
12205           }
12206           /^X\/\(\/\/\)$/{
12207             s//\1/
12208             q
12209           }
12210           /^X\/\(\/\).*/{
12211             s//\1/
12212             q
12213           }
12214           s/.*/./; q'`
12215
12216 # Avoid depending upon Character Ranges.
12217 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12218 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12219 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12220 as_cr_digits='0123456789'
12221 as_cr_alnum=$as_cr_Letters$as_cr_digits
12222
12223 ECHO_C= ECHO_N= ECHO_T=
12224 case `echo -n x` in #(((((
12225 -n*)
12226   case `echo 'xy\c'` in
12227   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
12228   xy)  ECHO_C='\c';;
12229   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
12230        ECHO_T=' ';;
12231   esac;;
12232 *)
12233   ECHO_N='-n';;
12234 esac
12235
12236 rm -f conf$$ conf$$.exe conf$$.file
12237 if test -d conf$$.dir; then
12238   rm -f conf$$.dir/conf$$.file
12239 else
12240   rm -f conf$$.dir
12241   mkdir conf$$.dir 2>/dev/null
12242 fi
12243 if (echo >conf$$.file) 2>/dev/null; then
12244   if ln -s conf$$.file conf$$ 2>/dev/null; then
12245     as_ln_s='ln -s'
12246     # ... but there are two gotchas:
12247     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12248     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12249     # In both cases, we have to default to `cp -p'.
12250     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12251       as_ln_s='cp -p'
12252   elif ln conf$$.file conf$$ 2>/dev/null; then
12253     as_ln_s=ln
12254   else
12255     as_ln_s='cp -p'
12256   fi
12257 else
12258   as_ln_s='cp -p'
12259 fi
12260 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12261 rmdir conf$$.dir 2>/dev/null
12262
12263
12264 # as_fn_mkdir_p
12265 # -------------
12266 # Create "$as_dir" as a directory, including parents if necessary.
12267 as_fn_mkdir_p ()
12268 {
12269
12270   case $as_dir in #(
12271   -*) as_dir=./$as_dir;;
12272   esac
12273   test -d "$as_dir" || eval $as_mkdir_p || {
12274     as_dirs=
12275     while :; do
12276       case $as_dir in #(
12277       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12278       *) as_qdir=$as_dir;;
12279       esac
12280       as_dirs="'$as_qdir' $as_dirs"
12281       as_dir=`$as_dirname -- "$as_dir" ||
12282 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12283          X"$as_dir" : 'X\(//\)[^/]' \| \
12284          X"$as_dir" : 'X\(//\)$' \| \
12285          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12286 $as_echo X"$as_dir" |
12287     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12288             s//\1/
12289             q
12290           }
12291           /^X\(\/\/\)[^/].*/{
12292             s//\1/
12293             q
12294           }
12295           /^X\(\/\/\)$/{
12296             s//\1/
12297             q
12298           }
12299           /^X\(\/\).*/{
12300             s//\1/
12301             q
12302           }
12303           s/.*/./; q'`
12304       test -d "$as_dir" && break
12305     done
12306     test -z "$as_dirs" || eval "mkdir $as_dirs"
12307   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
12308
12309
12310 } # as_fn_mkdir_p
12311 if mkdir -p . 2>/dev/null; then
12312   as_mkdir_p='mkdir -p "$as_dir"'
12313 else
12314   test -d ./-p && rmdir ./-p
12315   as_mkdir_p=false
12316 fi
12317
12318 if test -x / >/dev/null 2>&1; then
12319   as_test_x='test -x'
12320 else
12321   if ls -dL / >/dev/null 2>&1; then
12322     as_ls_L_option=L
12323   else
12324     as_ls_L_option=
12325   fi
12326   as_test_x='
12327     eval sh -c '\''
12328       if test -d "$1"; then
12329         test -d "$1/.";
12330       else
12331         case $1 in #(
12332         -*)set "./$1";;
12333         esac;
12334         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
12335         ???[sx]*):;;*)false;;esac;fi
12336     '\'' sh
12337   '
12338 fi
12339 as_executable_p=$as_test_x
12340
12341 # Sed expression to map a string onto a valid CPP name.
12342 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12343
12344 # Sed expression to map a string onto a valid variable name.
12345 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12346
12347
12348 exec 6>&1
12349 ## ----------------------------------- ##
12350 ## Main body of $CONFIG_STATUS script. ##
12351 ## ----------------------------------- ##
12352 _ASEOF
12353 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12354
12355 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12356 # Save the log message, to keep $0 and so on meaningful, and to
12357 # report actual input values of CONFIG_FILES etc. instead of their
12358 # values after options handling.
12359 ac_log="
12360 This file was extended by gssdp $as_me 0.8.2, which was
12361 generated by GNU Autoconf 2.67.  Invocation command line was
12362
12363   CONFIG_FILES    = $CONFIG_FILES
12364   CONFIG_HEADERS  = $CONFIG_HEADERS
12365   CONFIG_LINKS    = $CONFIG_LINKS
12366   CONFIG_COMMANDS = $CONFIG_COMMANDS
12367   $ $0 $@
12368
12369 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12370 "
12371
12372 _ACEOF
12373
12374 case $ac_config_files in *"
12375 "*) set x $ac_config_files; shift; ac_config_files=$*;;
12376 esac
12377
12378 case $ac_config_headers in *"
12379 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12380 esac
12381
12382
12383 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12384 # Files that config.status was made for.
12385 config_files="$ac_config_files"
12386 config_headers="$ac_config_headers"
12387 config_commands="$ac_config_commands"
12388
12389 _ACEOF
12390
12391 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12392 ac_cs_usage="\
12393 \`$as_me' instantiates files and other configuration actions
12394 from templates according to the current configuration.  Unless the files
12395 and actions are specified as TAGs, all are instantiated by default.
12396
12397 Usage: $0 [OPTION]... [TAG]...
12398
12399   -h, --help       print this help, then exit
12400   -V, --version    print version number and configuration settings, then exit
12401       --config     print configuration, then exit
12402   -q, --quiet, --silent
12403                    do not print progress messages
12404   -d, --debug      don't remove temporary files
12405       --recheck    update $as_me by reconfiguring in the same conditions
12406       --file=FILE[:TEMPLATE]
12407                    instantiate the configuration file FILE
12408       --header=FILE[:TEMPLATE]
12409                    instantiate the configuration header FILE
12410
12411 Configuration files:
12412 $config_files
12413
12414 Configuration headers:
12415 $config_headers
12416
12417 Configuration commands:
12418 $config_commands
12419
12420 Report bugs to <http://www.gupnp.org/>."
12421
12422 _ACEOF
12423 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12424 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12425 ac_cs_version="\\
12426 gssdp config.status 0.8.2
12427 configured by $0, generated by GNU Autoconf 2.67,
12428   with options \\"\$ac_cs_config\\"
12429
12430 Copyright (C) 2010 Free Software Foundation, Inc.
12431 This config.status script is free software; the Free Software Foundation
12432 gives unlimited permission to copy, distribute and modify it."
12433
12434 ac_pwd='$ac_pwd'
12435 srcdir='$srcdir'
12436 INSTALL='$INSTALL'
12437 MKDIR_P='$MKDIR_P'
12438 AWK='$AWK'
12439 test -n "\$AWK" || AWK=awk
12440 _ACEOF
12441
12442 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12443 # The default lists apply if the user does not specify any file.
12444 ac_need_defaults=:
12445 while test $# != 0
12446 do
12447   case $1 in
12448   --*=?*)
12449     ac_option=`expr "X$1" : 'X\([^=]*\)='`
12450     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12451     ac_shift=:
12452     ;;
12453   --*=)
12454     ac_option=`expr "X$1" : 'X\([^=]*\)='`
12455     ac_optarg=
12456     ac_shift=:
12457     ;;
12458   *)
12459     ac_option=$1
12460     ac_optarg=$2
12461     ac_shift=shift
12462     ;;
12463   esac
12464
12465   case $ac_option in
12466   # Handling of the options.
12467   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12468     ac_cs_recheck=: ;;
12469   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12470     $as_echo "$ac_cs_version"; exit ;;
12471   --config | --confi | --conf | --con | --co | --c )
12472     $as_echo "$ac_cs_config"; exit ;;
12473   --debug | --debu | --deb | --de | --d | -d )
12474     debug=: ;;
12475   --file | --fil | --fi | --f )
12476     $ac_shift
12477     case $ac_optarg in
12478     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12479     '') as_fn_error $? "missing file argument" ;;
12480     esac
12481     as_fn_append CONFIG_FILES " '$ac_optarg'"
12482     ac_need_defaults=false;;
12483   --header | --heade | --head | --hea )
12484     $ac_shift
12485     case $ac_optarg in
12486     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12487     esac
12488     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12489     ac_need_defaults=false;;
12490   --he | --h)
12491     # Conflict between --help and --header
12492     as_fn_error $? "ambiguous option: \`$1'
12493 Try \`$0 --help' for more information.";;
12494   --help | --hel | -h )
12495     $as_echo "$ac_cs_usage"; exit ;;
12496   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12497   | -silent | --silent | --silen | --sile | --sil | --si | --s)
12498     ac_cs_silent=: ;;
12499
12500   # This is an error.
12501   -*) as_fn_error $? "unrecognized option: \`$1'
12502 Try \`$0 --help' for more information." ;;
12503
12504   *) as_fn_append ac_config_targets " $1"
12505      ac_need_defaults=false ;;
12506
12507   esac
12508   shift
12509 done
12510
12511 ac_configure_extra_args=
12512
12513 if $ac_cs_silent; then
12514   exec 6>/dev/null
12515   ac_configure_extra_args="$ac_configure_extra_args --silent"
12516 fi
12517
12518 _ACEOF
12519 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12520 if \$ac_cs_recheck; then
12521   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12522   shift
12523   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12524   CONFIG_SHELL='$SHELL'
12525   export CONFIG_SHELL
12526   exec "\$@"
12527 fi
12528
12529 _ACEOF
12530 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12531 exec 5>>config.log
12532 {
12533   echo
12534   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12535 ## Running $as_me. ##
12536 _ASBOX
12537   $as_echo "$ac_log"
12538 } >&5
12539
12540 _ACEOF
12541 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12542 #
12543 # INIT-COMMANDS
12544 #
12545 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
12546
12547
12548 # The HP-UX ksh and POSIX shell print the target directory to stdout
12549 # if CDPATH is set.
12550 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12551
12552 sed_quote_subst='$sed_quote_subst'
12553 double_quote_subst='$double_quote_subst'
12554 delay_variable_subst='$delay_variable_subst'
12555 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
12556 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
12557 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
12558 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
12559 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
12560 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
12561 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
12562 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
12563 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
12564 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
12565 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
12566 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
12567 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
12568 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
12569 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
12570 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
12571 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
12572 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
12573 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
12574 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
12575 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
12576 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
12577 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
12578 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
12579 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
12580 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
12581 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
12582 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12583 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
12584 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
12585 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
12586 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
12587 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12588 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
12589 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
12590 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12591 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12592 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12593 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
12594 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12595 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
12596 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
12597 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
12598 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
12599 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"`'
12600 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"`'
12601 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
12602 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
12603 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
12604 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
12605 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
12606 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
12607 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
12608 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
12609 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
12610 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
12611 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
12612 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
12613 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
12614 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
12615 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
12616 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
12617 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12618 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12619 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
12620 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
12621 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12622 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12623 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
12624 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12625 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12626 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12627 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12628 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12629 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12630 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
12631 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12632 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12633 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12634 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
12635 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
12636 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
12637 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
12638 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
12639 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12640 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
12641 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
12642 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
12643 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
12644 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
12645 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12646 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12647 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12648 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12649 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
12650 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
12651 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
12652 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
12653 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
12654 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12655 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12656 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
12657 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12658 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
12659 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12660 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12661 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12662 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12663 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
12664 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
12665 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12666 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12667 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
12668 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
12669 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
12670 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
12671 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
12672 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
12673
12674 LTCC='$LTCC'
12675 LTCFLAGS='$LTCFLAGS'
12676 compiler='$compiler_DEFAULT'
12677
12678 # Quote evaled strings.
12679 for var in SED \
12680 GREP \
12681 EGREP \
12682 FGREP \
12683 LD \
12684 NM \
12685 LN_S \
12686 lt_SP2NL \
12687 lt_NL2SP \
12688 reload_flag \
12689 OBJDUMP \
12690 deplibs_check_method \
12691 file_magic_cmd \
12692 AR \
12693 AR_FLAGS \
12694 STRIP \
12695 RANLIB \
12696 CC \
12697 CFLAGS \
12698 compiler \
12699 lt_cv_sys_global_symbol_pipe \
12700 lt_cv_sys_global_symbol_to_cdecl \
12701 lt_cv_sys_global_symbol_to_c_name_address \
12702 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12703 SHELL \
12704 ECHO \
12705 lt_prog_compiler_no_builtin_flag \
12706 lt_prog_compiler_wl \
12707 lt_prog_compiler_pic \
12708 lt_prog_compiler_static \
12709 lt_cv_prog_compiler_c_o \
12710 need_locks \
12711 DSYMUTIL \
12712 NMEDIT \
12713 LIPO \
12714 OTOOL \
12715 OTOOL64 \
12716 shrext_cmds \
12717 export_dynamic_flag_spec \
12718 whole_archive_flag_spec \
12719 compiler_needs_object \
12720 with_gnu_ld \
12721 allow_undefined_flag \
12722 no_undefined_flag \
12723 hardcode_libdir_flag_spec \
12724 hardcode_libdir_flag_spec_ld \
12725 hardcode_libdir_separator \
12726 fix_srcfile_path \
12727 exclude_expsyms \
12728 include_expsyms \
12729 file_list_spec \
12730 variables_saved_for_relink \
12731 libname_spec \
12732 library_names_spec \
12733 soname_spec \
12734 finish_eval \
12735 old_striplib \
12736 striplib; do
12737     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12738     *[\\\\\\\`\\"\\\$]*)
12739       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12740       ;;
12741     *)
12742       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12743       ;;
12744     esac
12745 done
12746
12747 # Double-quote double-evaled strings.
12748 for var in reload_cmds \
12749 old_postinstall_cmds \
12750 old_postuninstall_cmds \
12751 old_archive_cmds \
12752 extract_expsyms_cmds \
12753 old_archive_from_new_cmds \
12754 old_archive_from_expsyms_cmds \
12755 archive_cmds \
12756 archive_expsym_cmds \
12757 module_cmds \
12758 module_expsym_cmds \
12759 export_symbols_cmds \
12760 prelink_cmds \
12761 postinstall_cmds \
12762 postuninstall_cmds \
12763 finish_cmds \
12764 sys_lib_search_path_spec \
12765 sys_lib_dlsearch_path_spec; do
12766     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12767     *[\\\\\\\`\\"\\\$]*)
12768       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12769       ;;
12770     *)
12771       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12772       ;;
12773     esac
12774 done
12775
12776 # Fix-up fallback echo if it was mangled by the above quoting rules.
12777 case \$lt_ECHO in
12778 *'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
12779   ;;
12780 esac
12781
12782 ac_aux_dir='$ac_aux_dir'
12783 xsi_shell='$xsi_shell'
12784 lt_shell_append='$lt_shell_append'
12785
12786 # See if we are running on zsh, and set the options which allow our
12787 # commands through without removal of \ escapes INIT.
12788 if test -n "\${ZSH_VERSION+set}" ; then
12789    setopt NO_GLOB_SUBST
12790 fi
12791
12792
12793     PACKAGE='$PACKAGE'
12794     VERSION='$VERSION'
12795     TIMESTAMP='$TIMESTAMP'
12796     RM='$RM'
12797     ofile='$ofile'
12798
12799
12800
12801
12802 _ACEOF
12803
12804 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12805
12806 # Handling of arguments.
12807 for ac_config_target in $ac_config_targets
12808 do
12809   case $ac_config_target in
12810     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12811     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12812     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12813     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12814     "libgssdp/Makefile") CONFIG_FILES="$CONFIG_FILES libgssdp/Makefile" ;;
12815     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
12816     "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
12817     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
12818     "doc/version.xml") CONFIG_FILES="$CONFIG_FILES doc/version.xml" ;;
12819     "gssdp-1.0.pc") CONFIG_FILES="$CONFIG_FILES gssdp-1.0.pc" ;;
12820     "gssdp-1.0-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES gssdp-1.0-uninstalled.pc" ;;
12821
12822   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
12823   esac
12824 done
12825
12826
12827 # If the user did not use the arguments to specify the items to instantiate,
12828 # then the envvar interface is used.  Set only those that are not.
12829 # We use the long form for the default assignment because of an extremely
12830 # bizarre bug on SunOS 4.1.3.
12831 if $ac_need_defaults; then
12832   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12833   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12834   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12835 fi
12836
12837 # Have a temporary directory for convenience.  Make it in the build tree
12838 # simply because there is no reason against having it here, and in addition,
12839 # creating and moving files from /tmp can sometimes cause problems.
12840 # Hook for its removal unless debugging.
12841 # Note that there is a small window in which the directory will not be cleaned:
12842 # after its creation but before its name has been assigned to `$tmp'.
12843 $debug ||
12844 {
12845   tmp=
12846   trap 'exit_status=$?
12847   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12848 ' 0
12849   trap 'as_fn_exit 1' 1 2 13 15
12850 }
12851 # Create a (secure) tmp directory for tmp files.
12852
12853 {
12854   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12855   test -n "$tmp" && test -d "$tmp"
12856 }  ||
12857 {
12858   tmp=./conf$$-$RANDOM
12859   (umask 077 && mkdir "$tmp")
12860 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12861
12862 # Set up the scripts for CONFIG_FILES section.
12863 # No need to generate them if there are no CONFIG_FILES.
12864 # This happens for instance with `./config.status config.h'.
12865 if test -n "$CONFIG_FILES"; then
12866
12867
12868 ac_cr=`echo X | tr X '\015'`
12869 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12870 # But we know of no other shell where ac_cr would be empty at this
12871 # point, so we can use a bashism as a fallback.
12872 if test "x$ac_cr" = x; then
12873   eval ac_cr=\$\'\\r\'
12874 fi
12875 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12876 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12877   ac_cs_awk_cr='\\r'
12878 else
12879   ac_cs_awk_cr=$ac_cr
12880 fi
12881
12882 echo 'BEGIN {' >"$tmp/subs1.awk" &&
12883 _ACEOF
12884
12885
12886 {
12887   echo "cat >conf$$subs.awk <<_ACEOF" &&
12888   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12889   echo "_ACEOF"
12890 } >conf$$subs.sh ||
12891   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12892 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
12893 ac_delim='%!_!# '
12894 for ac_last_try in false false false false false :; do
12895   . ./conf$$subs.sh ||
12896     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12897
12898   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12899   if test $ac_delim_n = $ac_delim_num; then
12900     break
12901   elif $ac_last_try; then
12902     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12903   else
12904     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12905   fi
12906 done
12907 rm -f conf$$subs.sh
12908
12909 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12910 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12911 _ACEOF
12912 sed -n '
12913 h
12914 s/^/S["/; s/!.*/"]=/
12915 p
12916 g
12917 s/^[^!]*!//
12918 :repl
12919 t repl
12920 s/'"$ac_delim"'$//
12921 t delim
12922 :nl
12923 h
12924 s/\(.\{148\}\)..*/\1/
12925 t more1
12926 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12927 p
12928 n
12929 b repl
12930 :more1
12931 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12932 p
12933 g
12934 s/.\{148\}//
12935 t nl
12936 :delim
12937 h
12938 s/\(.\{148\}\)..*/\1/
12939 t more2
12940 s/["\\]/\\&/g; s/^/"/; s/$/"/
12941 p
12942 b
12943 :more2
12944 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12945 p
12946 g
12947 s/.\{148\}//
12948 t delim
12949 ' <conf$$subs.awk | sed '
12950 /^[^""]/{
12951   N
12952   s/\n//
12953 }
12954 ' >>$CONFIG_STATUS || ac_write_fail=1
12955 rm -f conf$$subs.awk
12956 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12957 _ACAWK
12958 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12959   for (key in S) S_is_set[key] = 1
12960   FS = "\a"
12961
12962 }
12963 {
12964   line = $ 0
12965   nfields = split(line, field, "@")
12966   substed = 0
12967   len = length(field[1])
12968   for (i = 2; i < nfields; i++) {
12969     key = field[i]
12970     keylen = length(key)
12971     if (S_is_set[key]) {
12972       value = S[key]
12973       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12974       len += length(value) + length(field[++i])
12975       substed = 1
12976     } else
12977       len += 1 + keylen
12978   }
12979
12980   print line
12981 }
12982
12983 _ACAWK
12984 _ACEOF
12985 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12986 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12987   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12988 else
12989   cat
12990 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12991   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
12992 _ACEOF
12993
12994 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12995 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
12996 # trailing colons and then remove the whole line if VPATH becomes empty
12997 # (actually we leave an empty line to preserve line numbers).
12998 if test "x$srcdir" = x.; then
12999   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
13000 h
13001 s///
13002 s/^/:/
13003 s/[      ]*$/:/
13004 s/:\$(srcdir):/:/g
13005 s/:\${srcdir}:/:/g
13006 s/:@srcdir@:/:/g
13007 s/^:*//
13008 s/:*$//
13009 x
13010 s/\(=[   ]*\).*/\1/
13011 G
13012 s/\n//
13013 s/^[^=]*=[       ]*$//
13014 }'
13015 fi
13016
13017 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13018 fi # test -n "$CONFIG_FILES"
13019
13020 # Set up the scripts for CONFIG_HEADERS section.
13021 # No need to generate them if there are no CONFIG_HEADERS.
13022 # This happens for instance with `./config.status Makefile'.
13023 if test -n "$CONFIG_HEADERS"; then
13024 cat >"$tmp/defines.awk" <<\_ACAWK ||
13025 BEGIN {
13026 _ACEOF
13027
13028 # Transform confdefs.h into an awk script `defines.awk', embedded as
13029 # here-document in config.status, that substitutes the proper values into
13030 # config.h.in to produce config.h.
13031
13032 # Create a delimiter string that does not exist in confdefs.h, to ease
13033 # handling of long lines.
13034 ac_delim='%!_!# '
13035 for ac_last_try in false false :; do
13036   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
13037   if test -z "$ac_t"; then
13038     break
13039   elif $ac_last_try; then
13040     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
13041   else
13042     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13043   fi
13044 done
13045
13046 # For the awk script, D is an array of macro values keyed by name,
13047 # likewise P contains macro parameters if any.  Preserve backslash
13048 # newline sequences.
13049
13050 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13051 sed -n '
13052 s/.\{148\}/&'"$ac_delim"'/g
13053 t rset
13054 :rset
13055 s/^[     ]*#[    ]*define[       ][      ]*/ /
13056 t def
13057 d
13058 :def
13059 s/\\$//
13060 t bsnl
13061 s/["\\]/\\&/g
13062 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
13063 D["\1"]=" \3"/p
13064 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
13065 d
13066 :bsnl
13067 s/["\\]/\\&/g
13068 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
13069 D["\1"]=" \3\\\\\\n"\\/p
13070 t cont
13071 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13072 t cont
13073 d
13074 :cont
13075 n
13076 s/.\{148\}/&'"$ac_delim"'/g
13077 t clear
13078 :clear
13079 s/\\$//
13080 t bsnlc
13081 s/["\\]/\\&/g; s/^/"/; s/$/"/p
13082 d
13083 :bsnlc
13084 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13085 b cont
13086 ' <confdefs.h | sed '
13087 s/'"$ac_delim"'/"\\\
13088 "/g' >>$CONFIG_STATUS || ac_write_fail=1
13089
13090 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13091   for (key in D) D_is_set[key] = 1
13092   FS = "\a"
13093 }
13094 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13095   line = \$ 0
13096   split(line, arg, " ")
13097   if (arg[1] == "#") {
13098     defundef = arg[2]
13099     mac1 = arg[3]
13100   } else {
13101     defundef = substr(arg[1], 2)
13102     mac1 = arg[2]
13103   }
13104   split(mac1, mac2, "(") #)
13105   macro = mac2[1]
13106   prefix = substr(line, 1, index(line, defundef) - 1)
13107   if (D_is_set[macro]) {
13108     # Preserve the white space surrounding the "#".
13109     print prefix "define", macro P[macro] D[macro]
13110     next
13111   } else {
13112     # Replace #undef with comments.  This is necessary, for example,
13113     # in the case of _POSIX_SOURCE, which is predefined and required
13114     # on some systems where configure will not decide to define it.
13115     if (defundef == "undef") {
13116       print "/*", prefix defundef, macro, "*/"
13117       next
13118     }
13119   }
13120 }
13121 { print }
13122 _ACAWK
13123 _ACEOF
13124 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13125   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
13126 fi # test -n "$CONFIG_HEADERS"
13127
13128
13129 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
13130 shift
13131 for ac_tag
13132 do
13133   case $ac_tag in
13134   :[FHLC]) ac_mode=$ac_tag; continue;;
13135   esac
13136   case $ac_mode$ac_tag in
13137   :[FHL]*:*);;
13138   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
13139   :[FH]-) ac_tag=-:-;;
13140   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13141   esac
13142   ac_save_IFS=$IFS
13143   IFS=:
13144   set x $ac_tag
13145   IFS=$ac_save_IFS
13146   shift
13147   ac_file=$1
13148   shift
13149
13150   case $ac_mode in
13151   :L) ac_source=$1;;
13152   :[FH])
13153     ac_file_inputs=
13154     for ac_f
13155     do
13156       case $ac_f in
13157       -) ac_f="$tmp/stdin";;
13158       *) # Look for the file first in the build tree, then in the source tree
13159          # (if the path is not absolute).  The absolute path cannot be DOS-style,
13160          # because $ac_f cannot contain `:'.
13161          test -f "$ac_f" ||
13162            case $ac_f in
13163            [\\/$]*) false;;
13164            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13165            esac ||
13166            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
13167       esac
13168       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13169       as_fn_append ac_file_inputs " '$ac_f'"
13170     done
13171
13172     # Let's still pretend it is `configure' which instantiates (i.e., don't
13173     # use $as_me), people would be surprised to read:
13174     #    /* config.h.  Generated by config.status.  */
13175     configure_input='Generated from '`
13176           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13177         `' by configure.'
13178     if test x"$ac_file" != x-; then
13179       configure_input="$ac_file.  $configure_input"
13180       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13181 $as_echo "$as_me: creating $ac_file" >&6;}
13182     fi
13183     # Neutralize special characters interpreted by sed in replacement strings.
13184     case $configure_input in #(
13185     *\&* | *\|* | *\\* )
13186        ac_sed_conf_input=`$as_echo "$configure_input" |
13187        sed 's/[\\\\&|]/\\\\&/g'`;; #(
13188     *) ac_sed_conf_input=$configure_input;;
13189     esac
13190
13191     case $ac_tag in
13192     *:-:* | *:-) cat >"$tmp/stdin" \
13193       || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
13194     esac
13195     ;;
13196   esac
13197
13198   ac_dir=`$as_dirname -- "$ac_file" ||
13199 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13200          X"$ac_file" : 'X\(//\)[^/]' \| \
13201          X"$ac_file" : 'X\(//\)$' \| \
13202          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13203 $as_echo X"$ac_file" |
13204     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13205             s//\1/
13206             q
13207           }
13208           /^X\(\/\/\)[^/].*/{
13209             s//\1/
13210             q
13211           }
13212           /^X\(\/\/\)$/{
13213             s//\1/
13214             q
13215           }
13216           /^X\(\/\).*/{
13217             s//\1/
13218             q
13219           }
13220           s/.*/./; q'`
13221   as_dir="$ac_dir"; as_fn_mkdir_p
13222   ac_builddir=.
13223
13224 case "$ac_dir" in
13225 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13226 *)
13227   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13228   # A ".." for each directory in $ac_dir_suffix.
13229   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13230   case $ac_top_builddir_sub in
13231   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13232   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13233   esac ;;
13234 esac
13235 ac_abs_top_builddir=$ac_pwd
13236 ac_abs_builddir=$ac_pwd$ac_dir_suffix
13237 # for backward compatibility:
13238 ac_top_builddir=$ac_top_build_prefix
13239
13240 case $srcdir in
13241   .)  # We are building in place.
13242     ac_srcdir=.
13243     ac_top_srcdir=$ac_top_builddir_sub
13244     ac_abs_top_srcdir=$ac_pwd ;;
13245   [\\/]* | ?:[\\/]* )  # Absolute name.
13246     ac_srcdir=$srcdir$ac_dir_suffix;
13247     ac_top_srcdir=$srcdir
13248     ac_abs_top_srcdir=$srcdir ;;
13249   *) # Relative name.
13250     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13251     ac_top_srcdir=$ac_top_build_prefix$srcdir
13252     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13253 esac
13254 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13255
13256
13257   case $ac_mode in
13258   :F)
13259   #
13260   # CONFIG_FILE
13261   #
13262
13263   case $INSTALL in
13264   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13265   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13266   esac
13267   ac_MKDIR_P=$MKDIR_P
13268   case $MKDIR_P in
13269   [\\/$]* | ?:[\\/]* ) ;;
13270   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
13271   esac
13272 _ACEOF
13273
13274 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13275 # If the template does not know about datarootdir, expand it.
13276 # FIXME: This hack should be removed a few years after 2.60.
13277 ac_datarootdir_hack=; ac_datarootdir_seen=
13278 ac_sed_dataroot='
13279 /datarootdir/ {
13280   p
13281   q
13282 }
13283 /@datadir@/p
13284 /@docdir@/p
13285 /@infodir@/p
13286 /@localedir@/p
13287 /@mandir@/p'
13288 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13289 *datarootdir*) ac_datarootdir_seen=yes;;
13290 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13291   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13292 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13293 _ACEOF
13294 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13295   ac_datarootdir_hack='
13296   s&@datadir@&$datadir&g
13297   s&@docdir@&$docdir&g
13298   s&@infodir@&$infodir&g
13299   s&@localedir@&$localedir&g
13300   s&@mandir@&$mandir&g
13301   s&\\\${datarootdir}&$datarootdir&g' ;;
13302 esac
13303 _ACEOF
13304
13305 # Neutralize VPATH when `$srcdir' = `.'.
13306 # Shell code in configure.ac might set extrasub.
13307 # FIXME: do we really want to maintain this feature?
13308 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13309 ac_sed_extra="$ac_vpsub
13310 $extrasub
13311 _ACEOF
13312 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13313 :t
13314 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13315 s|@configure_input@|$ac_sed_conf_input|;t t
13316 s&@top_builddir@&$ac_top_builddir_sub&;t t
13317 s&@top_build_prefix@&$ac_top_build_prefix&;t t
13318 s&@srcdir@&$ac_srcdir&;t t
13319 s&@abs_srcdir@&$ac_abs_srcdir&;t t
13320 s&@top_srcdir@&$ac_top_srcdir&;t t
13321 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13322 s&@builddir@&$ac_builddir&;t t
13323 s&@abs_builddir@&$ac_abs_builddir&;t t
13324 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13325 s&@INSTALL@&$ac_INSTALL&;t t
13326 s&@MKDIR_P@&$ac_MKDIR_P&;t t
13327 $ac_datarootdir_hack
13328 "
13329 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
13330   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13331
13332 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13333   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
13334   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
13335   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13336 which seems to be undefined.  Please make sure it is defined" >&5
13337 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13338 which seems to be undefined.  Please make sure it is defined" >&2;}
13339
13340   rm -f "$tmp/stdin"
13341   case $ac_file in
13342   -) cat "$tmp/out" && rm -f "$tmp/out";;
13343   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
13344   esac \
13345   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13346  ;;
13347   :H)
13348   #
13349   # CONFIG_HEADER
13350   #
13351   if test x"$ac_file" != x-; then
13352     {
13353       $as_echo "/* $configure_input  */" \
13354       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
13355     } >"$tmp/config.h" \
13356       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13357     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
13358       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13359 $as_echo "$as_me: $ac_file is unchanged" >&6;}
13360     else
13361       rm -f "$ac_file"
13362       mv "$tmp/config.h" "$ac_file" \
13363         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13364     fi
13365   else
13366     $as_echo "/* $configure_input  */" \
13367       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
13368       || as_fn_error $? "could not create -" "$LINENO" 5
13369   fi
13370 # Compute "$ac_file"'s index in $config_headers.
13371 _am_arg="$ac_file"
13372 _am_stamp_count=1
13373 for _am_header in $config_headers :; do
13374   case $_am_header in
13375     $_am_arg | $_am_arg:* )
13376       break ;;
13377     * )
13378       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13379   esac
13380 done
13381 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13382 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13383          X"$_am_arg" : 'X\(//\)[^/]' \| \
13384          X"$_am_arg" : 'X\(//\)$' \| \
13385          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13386 $as_echo X"$_am_arg" |
13387     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13388             s//\1/
13389             q
13390           }
13391           /^X\(\/\/\)[^/].*/{
13392             s//\1/
13393             q
13394           }
13395           /^X\(\/\/\)$/{
13396             s//\1/
13397             q
13398           }
13399           /^X\(\/\).*/{
13400             s//\1/
13401             q
13402           }
13403           s/.*/./; q'`/stamp-h$_am_stamp_count
13404  ;;
13405
13406   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13407 $as_echo "$as_me: executing $ac_file commands" >&6;}
13408  ;;
13409   esac
13410
13411
13412   case $ac_file$ac_mode in
13413     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
13414   # Autoconf 2.62 quotes --file arguments for eval, but not when files
13415   # are listed without --file.  Let's play safe and only enable the eval
13416   # if we detect the quoting.
13417   case $CONFIG_FILES in
13418   *\'*) eval set x "$CONFIG_FILES" ;;
13419   *)   set x $CONFIG_FILES ;;
13420   esac
13421   shift
13422   for mf
13423   do
13424     # Strip MF so we end up with the name of the file.
13425     mf=`echo "$mf" | sed -e 's/:.*$//'`
13426     # Check whether this is an Automake generated Makefile or not.
13427     # We used to match only the files named `Makefile.in', but
13428     # some people rename them; so instead we look at the file content.
13429     # Grep'ing the first line is not enough: some people post-process
13430     # each Makefile.in and add a new line on top of each file to say so.
13431     # Grep'ing the whole file is not good either: AIX grep has a line
13432     # limit of 2048, but all sed's we know have understand at least 4000.
13433     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
13434       dirpart=`$as_dirname -- "$mf" ||
13435 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13436          X"$mf" : 'X\(//\)[^/]' \| \
13437          X"$mf" : 'X\(//\)$' \| \
13438          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
13439 $as_echo X"$mf" |
13440     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13441             s//\1/
13442             q
13443           }
13444           /^X\(\/\/\)[^/].*/{
13445             s//\1/
13446             q
13447           }
13448           /^X\(\/\/\)$/{
13449             s//\1/
13450             q
13451           }
13452           /^X\(\/\).*/{
13453             s//\1/
13454             q
13455           }
13456           s/.*/./; q'`
13457     else
13458       continue
13459     fi
13460     # Extract the definition of DEPDIR, am__include, and am__quote
13461     # from the Makefile without running `make'.
13462     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13463     test -z "$DEPDIR" && continue
13464     am__include=`sed -n 's/^am__include = //p' < "$mf"`
13465     test -z "am__include" && continue
13466     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13467     # When using ansi2knr, U may be empty or an underscore; expand it
13468     U=`sed -n 's/^U = //p' < "$mf"`
13469     # Find all dependency output files, they are included files with
13470     # $(DEPDIR) in their names.  We invoke sed twice because it is the
13471     # simplest approach to changing $(DEPDIR) to its actual value in the
13472     # expansion.
13473     for file in `sed -n "
13474       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13475          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
13476       # Make sure the directory exists.
13477       test -f "$dirpart/$file" && continue
13478       fdir=`$as_dirname -- "$file" ||
13479 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13480          X"$file" : 'X\(//\)[^/]' \| \
13481          X"$file" : 'X\(//\)$' \| \
13482          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
13483 $as_echo X"$file" |
13484     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13485             s//\1/
13486             q
13487           }
13488           /^X\(\/\/\)[^/].*/{
13489             s//\1/
13490             q
13491           }
13492           /^X\(\/\/\)$/{
13493             s//\1/
13494             q
13495           }
13496           /^X\(\/\).*/{
13497             s//\1/
13498             q
13499           }
13500           s/.*/./; q'`
13501       as_dir=$dirpart/$fdir; as_fn_mkdir_p
13502       # echo "creating $dirpart/$file"
13503       echo '# dummy' > "$dirpart/$file"
13504     done
13505   done
13506 }
13507  ;;
13508     "libtool":C)
13509
13510     # See if we are running on zsh, and set the options which allow our
13511     # commands through without removal of \ escapes.
13512     if test -n "${ZSH_VERSION+set}" ; then
13513       setopt NO_GLOB_SUBST
13514     fi
13515
13516     cfgfile="${ofile}T"
13517     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13518     $RM "$cfgfile"
13519
13520     cat <<_LT_EOF >> "$cfgfile"
13521 #! $SHELL
13522
13523 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13524 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13525 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13526 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13527 #
13528 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13529 #                 2006, 2007, 2008 Free Software Foundation, Inc.
13530 #   Written by Gordon Matzigkeit, 1996
13531 #
13532 #   This file is part of GNU Libtool.
13533 #
13534 # GNU Libtool is free software; you can redistribute it and/or
13535 # modify it under the terms of the GNU General Public License as
13536 # published by the Free Software Foundation; either version 2 of
13537 # the License, or (at your option) any later version.
13538 #
13539 # As a special exception to the GNU General Public License,
13540 # if you distribute this file as part of a program or library that
13541 # is built using GNU Libtool, you may include this file under the
13542 # same distribution terms that you use for the rest of that program.
13543 #
13544 # GNU Libtool is distributed in the hope that it will be useful,
13545 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13546 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13547 # GNU General Public License for more details.
13548 #
13549 # You should have received a copy of the GNU General Public License
13550 # along with GNU Libtool; see the file COPYING.  If not, a copy
13551 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13552 # obtained by writing to the Free Software Foundation, Inc.,
13553 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13554
13555
13556 # The names of the tagged configurations supported by this script.
13557 available_tags=""
13558
13559 # ### BEGIN LIBTOOL CONFIG
13560
13561 # Which release of libtool.m4 was used?
13562 macro_version=$macro_version
13563 macro_revision=$macro_revision
13564
13565 # Whether or not to build shared libraries.
13566 build_libtool_libs=$enable_shared
13567
13568 # Whether or not to build static libraries.
13569 build_old_libs=$enable_static
13570
13571 # What type of objects to build.
13572 pic_mode=$pic_mode
13573
13574 # Whether or not to optimize for fast installation.
13575 fast_install=$enable_fast_install
13576
13577 # The host system.
13578 host_alias=$host_alias
13579 host=$host
13580 host_os=$host_os
13581
13582 # The build system.
13583 build_alias=$build_alias
13584 build=$build
13585 build_os=$build_os
13586
13587 # A sed program that does not truncate output.
13588 SED=$lt_SED
13589
13590 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13591 Xsed="\$SED -e 1s/^X//"
13592
13593 # A grep program that handles long lines.
13594 GREP=$lt_GREP
13595
13596 # An ERE matcher.
13597 EGREP=$lt_EGREP
13598
13599 # A literal string matcher.
13600 FGREP=$lt_FGREP
13601
13602 # A BSD- or MS-compatible name lister.
13603 NM=$lt_NM
13604
13605 # Whether we need soft or hard links.
13606 LN_S=$lt_LN_S
13607
13608 # What is the maximum length of a command?
13609 max_cmd_len=$max_cmd_len
13610
13611 # Object file suffix (normally "o").
13612 objext=$ac_objext
13613
13614 # Executable file suffix (normally "").
13615 exeext=$exeext
13616
13617 # whether the shell understands "unset".
13618 lt_unset=$lt_unset
13619
13620 # turn spaces into newlines.
13621 SP2NL=$lt_lt_SP2NL
13622
13623 # turn newlines into spaces.
13624 NL2SP=$lt_lt_NL2SP
13625
13626 # How to create reloadable object files.
13627 reload_flag=$lt_reload_flag
13628 reload_cmds=$lt_reload_cmds
13629
13630 # An object symbol dumper.
13631 OBJDUMP=$lt_OBJDUMP
13632
13633 # Method to check whether dependent libraries are shared objects.
13634 deplibs_check_method=$lt_deplibs_check_method
13635
13636 # Command to use when deplibs_check_method == "file_magic".
13637 file_magic_cmd=$lt_file_magic_cmd
13638
13639 # The archiver.
13640 AR=$lt_AR
13641 AR_FLAGS=$lt_AR_FLAGS
13642
13643 # A symbol stripping program.
13644 STRIP=$lt_STRIP
13645
13646 # Commands used to install an old-style archive.
13647 RANLIB=$lt_RANLIB
13648 old_postinstall_cmds=$lt_old_postinstall_cmds
13649 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13650
13651 # A C compiler.
13652 LTCC=$lt_CC
13653
13654 # LTCC compiler flags.
13655 LTCFLAGS=$lt_CFLAGS
13656
13657 # Take the output of nm and produce a listing of raw symbols and C names.
13658 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13659
13660 # Transform the output of nm in a proper C declaration.
13661 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13662
13663 # Transform the output of nm in a C name address pair.
13664 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13665
13666 # Transform the output of nm in a C name address pair when lib prefix is needed.
13667 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13668
13669 # The name of the directory that contains temporary libtool files.
13670 objdir=$objdir
13671
13672 # Shell to use when invoking shell scripts.
13673 SHELL=$lt_SHELL
13674
13675 # An echo program that does not interpret backslashes.
13676 ECHO=$lt_ECHO
13677
13678 # Used to examine libraries when file_magic_cmd begins with "file".
13679 MAGIC_CMD=$MAGIC_CMD
13680
13681 # Must we lock files when doing compilation?
13682 need_locks=$lt_need_locks
13683
13684 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13685 DSYMUTIL=$lt_DSYMUTIL
13686
13687 # Tool to change global to local symbols on Mac OS X.
13688 NMEDIT=$lt_NMEDIT
13689
13690 # Tool to manipulate fat objects and archives on Mac OS X.
13691 LIPO=$lt_LIPO
13692
13693 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13694 OTOOL=$lt_OTOOL
13695
13696 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13697 OTOOL64=$lt_OTOOL64
13698
13699 # Old archive suffix (normally "a").
13700 libext=$libext
13701
13702 # Shared library suffix (normally ".so").
13703 shrext_cmds=$lt_shrext_cmds
13704
13705 # The commands to extract the exported symbol list from a shared archive.
13706 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13707
13708 # Variables whose values should be saved in libtool wrapper scripts and
13709 # restored at link time.
13710 variables_saved_for_relink=$lt_variables_saved_for_relink
13711
13712 # Do we need the "lib" prefix for modules?
13713 need_lib_prefix=$need_lib_prefix
13714
13715 # Do we need a version for libraries?
13716 need_version=$need_version
13717
13718 # Library versioning type.
13719 version_type=$version_type
13720
13721 # Shared library runtime path variable.
13722 runpath_var=$runpath_var
13723
13724 # Shared library path variable.
13725 shlibpath_var=$shlibpath_var
13726
13727 # Is shlibpath searched before the hard-coded library search path?
13728 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13729
13730 # Format of library name prefix.
13731 libname_spec=$lt_libname_spec
13732
13733 # List of archive names.  First name is the real one, the rest are links.
13734 # The last name is the one that the linker finds with -lNAME
13735 library_names_spec=$lt_library_names_spec
13736
13737 # The coded name of the library, if different from the real name.
13738 soname_spec=$lt_soname_spec
13739
13740 # Command to use after installation of a shared archive.
13741 postinstall_cmds=$lt_postinstall_cmds
13742
13743 # Command to use after uninstallation of a shared archive.
13744 postuninstall_cmds=$lt_postuninstall_cmds
13745
13746 # Commands used to finish a libtool library installation in a directory.
13747 finish_cmds=$lt_finish_cmds
13748
13749 # As "finish_cmds", except a single script fragment to be evaled but
13750 # not shown.
13751 finish_eval=$lt_finish_eval
13752
13753 # Whether we should hardcode library paths into libraries.
13754 hardcode_into_libs=$hardcode_into_libs
13755
13756 # Compile-time system search path for libraries.
13757 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13758
13759 # Run-time system search path for libraries.
13760 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13761
13762 # Whether dlopen is supported.
13763 dlopen_support=$enable_dlopen
13764
13765 # Whether dlopen of programs is supported.
13766 dlopen_self=$enable_dlopen_self
13767
13768 # Whether dlopen of statically linked programs is supported.
13769 dlopen_self_static=$enable_dlopen_self_static
13770
13771 # Commands to strip libraries.
13772 old_striplib=$lt_old_striplib
13773 striplib=$lt_striplib
13774
13775
13776 # The linker used to build libraries.
13777 LD=$lt_LD
13778
13779 # Commands used to build an old-style archive.
13780 old_archive_cmds=$lt_old_archive_cmds
13781
13782 # A language specific compiler.
13783 CC=$lt_compiler
13784
13785 # Is the compiler the GNU compiler?
13786 with_gcc=$GCC
13787
13788 # Compiler flag to turn off builtin functions.
13789 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13790
13791 # How to pass a linker flag through the compiler.
13792 wl=$lt_lt_prog_compiler_wl
13793
13794 # Additional compiler flags for building library objects.
13795 pic_flag=$lt_lt_prog_compiler_pic
13796
13797 # Compiler flag to prevent dynamic linking.
13798 link_static_flag=$lt_lt_prog_compiler_static
13799
13800 # Does compiler simultaneously support -c and -o options?
13801 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13802
13803 # Whether or not to add -lc for building shared libraries.
13804 build_libtool_need_lc=$archive_cmds_need_lc
13805
13806 # Whether or not to disallow shared libs when runtime libs are static.
13807 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13808
13809 # Compiler flag to allow reflexive dlopens.
13810 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13811
13812 # Compiler flag to generate shared objects directly from archives.
13813 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13814
13815 # Whether the compiler copes with passing no objects directly.
13816 compiler_needs_object=$lt_compiler_needs_object
13817
13818 # Create an old-style archive from a shared archive.
13819 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13820
13821 # Create a temporary old-style archive to link instead of a shared archive.
13822 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13823
13824 # Commands used to build a shared archive.
13825 archive_cmds=$lt_archive_cmds
13826 archive_expsym_cmds=$lt_archive_expsym_cmds
13827
13828 # Commands used to build a loadable module if different from building
13829 # a shared archive.
13830 module_cmds=$lt_module_cmds
13831 module_expsym_cmds=$lt_module_expsym_cmds
13832
13833 # Whether we are building with GNU ld or not.
13834 with_gnu_ld=$lt_with_gnu_ld
13835
13836 # Flag that allows shared libraries with undefined symbols to be built.
13837 allow_undefined_flag=$lt_allow_undefined_flag
13838
13839 # Flag that enforces no undefined symbols.
13840 no_undefined_flag=$lt_no_undefined_flag
13841
13842 # Flag to hardcode \$libdir into a binary during linking.
13843 # This must work even if \$libdir does not exist
13844 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13845
13846 # If ld is used when linking, flag to hardcode \$libdir into a binary
13847 # during linking.  This must work even if \$libdir does not exist.
13848 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13849
13850 # Whether we need a single "-rpath" flag with a separated argument.
13851 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13852
13853 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13854 # DIR into the resulting binary.
13855 hardcode_direct=$hardcode_direct
13856
13857 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13858 # DIR into the resulting binary and the resulting library dependency is
13859 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13860 # library is relocated.
13861 hardcode_direct_absolute=$hardcode_direct_absolute
13862
13863 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13864 # into the resulting binary.
13865 hardcode_minus_L=$hardcode_minus_L
13866
13867 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13868 # into the resulting binary.
13869 hardcode_shlibpath_var=$hardcode_shlibpath_var
13870
13871 # Set to "yes" if building a shared library automatically hardcodes DIR
13872 # into the library and all subsequent libraries and executables linked
13873 # against it.
13874 hardcode_automatic=$hardcode_automatic
13875
13876 # Set to yes if linker adds runtime paths of dependent libraries
13877 # to runtime path list.
13878 inherit_rpath=$inherit_rpath
13879
13880 # Whether libtool must link a program against all its dependency libraries.
13881 link_all_deplibs=$link_all_deplibs
13882
13883 # Fix the shell variable \$srcfile for the compiler.
13884 fix_srcfile_path=$lt_fix_srcfile_path
13885
13886 # Set to "yes" if exported symbols are required.
13887 always_export_symbols=$always_export_symbols
13888
13889 # The commands to list exported symbols.
13890 export_symbols_cmds=$lt_export_symbols_cmds
13891
13892 # Symbols that should not be listed in the preloaded symbols.
13893 exclude_expsyms=$lt_exclude_expsyms
13894
13895 # Symbols that must always be exported.
13896 include_expsyms=$lt_include_expsyms
13897
13898 # Commands necessary for linking programs (against libraries) with templates.
13899 prelink_cmds=$lt_prelink_cmds
13900
13901 # Specify filename containing input files.
13902 file_list_spec=$lt_file_list_spec
13903
13904 # How to hardcode a shared library path into an executable.
13905 hardcode_action=$hardcode_action
13906
13907 # ### END LIBTOOL CONFIG
13908
13909 _LT_EOF
13910
13911   case $host_os in
13912   aix3*)
13913     cat <<\_LT_EOF >> "$cfgfile"
13914 # AIX sometimes has problems with the GCC collect2 program.  For some
13915 # reason, if we set the COLLECT_NAMES environment variable, the problems
13916 # vanish in a puff of smoke.
13917 if test "X${COLLECT_NAMES+set}" != Xset; then
13918   COLLECT_NAMES=
13919   export COLLECT_NAMES
13920 fi
13921 _LT_EOF
13922     ;;
13923   esac
13924
13925
13926 ltmain="$ac_aux_dir/ltmain.sh"
13927
13928
13929   # We use sed instead of cat because bash on DJGPP gets confused if
13930   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
13931   # text mode, it properly converts lines to CR/LF.  This bash problem
13932   # is reportedly fixed, but why not run on old versions too?
13933   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13934     || (rm -f "$cfgfile"; exit 1)
13935
13936   case $xsi_shell in
13937   yes)
13938     cat << \_LT_EOF >> "$cfgfile"
13939
13940 # func_dirname file append nondir_replacement
13941 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
13942 # otherwise set result to NONDIR_REPLACEMENT.
13943 func_dirname ()
13944 {
13945   case ${1} in
13946     */*) func_dirname_result="${1%/*}${2}" ;;
13947     *  ) func_dirname_result="${3}" ;;
13948   esac
13949 }
13950
13951 # func_basename file
13952 func_basename ()
13953 {
13954   func_basename_result="${1##*/}"
13955 }
13956
13957 # func_dirname_and_basename file append nondir_replacement
13958 # perform func_basename and func_dirname in a single function
13959 # call:
13960 #   dirname:  Compute the dirname of FILE.  If nonempty,
13961 #             add APPEND to the result, otherwise set result
13962 #             to NONDIR_REPLACEMENT.
13963 #             value returned in "$func_dirname_result"
13964 #   basename: Compute filename of FILE.
13965 #             value retuned in "$func_basename_result"
13966 # Implementation must be kept synchronized with func_dirname
13967 # and func_basename. For efficiency, we do not delegate to
13968 # those functions but instead duplicate the functionality here.
13969 func_dirname_and_basename ()
13970 {
13971   case ${1} in
13972     */*) func_dirname_result="${1%/*}${2}" ;;
13973     *  ) func_dirname_result="${3}" ;;
13974   esac
13975   func_basename_result="${1##*/}"
13976 }
13977
13978 # func_stripname prefix suffix name
13979 # strip PREFIX and SUFFIX off of NAME.
13980 # PREFIX and SUFFIX must not contain globbing or regex special
13981 # characters, hashes, percent signs, but SUFFIX may contain a leading
13982 # dot (in which case that matches only a dot).
13983 func_stripname ()
13984 {
13985   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13986   # positional parameters, so assign one to ordinary parameter first.
13987   func_stripname_result=${3}
13988   func_stripname_result=${func_stripname_result#"${1}"}
13989   func_stripname_result=${func_stripname_result%"${2}"}
13990 }
13991
13992 # func_opt_split
13993 func_opt_split ()
13994 {
13995   func_opt_split_opt=${1%%=*}
13996   func_opt_split_arg=${1#*=}
13997 }
13998
13999 # func_lo2o object
14000 func_lo2o ()
14001 {
14002   case ${1} in
14003     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14004     *)    func_lo2o_result=${1} ;;
14005   esac
14006 }
14007
14008 # func_xform libobj-or-source
14009 func_xform ()
14010 {
14011   func_xform_result=${1%.*}.lo
14012 }
14013
14014 # func_arith arithmetic-term...
14015 func_arith ()
14016 {
14017   func_arith_result=$(( $* ))
14018 }
14019
14020 # func_len string
14021 # STRING may not start with a hyphen.
14022 func_len ()
14023 {
14024   func_len_result=${#1}
14025 }
14026
14027 _LT_EOF
14028     ;;
14029   *) # Bourne compatible functions.
14030     cat << \_LT_EOF >> "$cfgfile"
14031
14032 # func_dirname file append nondir_replacement
14033 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
14034 # otherwise set result to NONDIR_REPLACEMENT.
14035 func_dirname ()
14036 {
14037   # Extract subdirectory from the argument.
14038   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
14039   if test "X$func_dirname_result" = "X${1}"; then
14040     func_dirname_result="${3}"
14041   else
14042     func_dirname_result="$func_dirname_result${2}"
14043   fi
14044 }
14045
14046 # func_basename file
14047 func_basename ()
14048 {
14049   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
14050 }
14051
14052
14053 # func_stripname prefix suffix name
14054 # strip PREFIX and SUFFIX off of NAME.
14055 # PREFIX and SUFFIX must not contain globbing or regex special
14056 # characters, hashes, percent signs, but SUFFIX may contain a leading
14057 # dot (in which case that matches only a dot).
14058 # func_strip_suffix prefix name
14059 func_stripname ()
14060 {
14061   case ${2} in
14062     .*) func_stripname_result=`$ECHO "X${3}" \
14063            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
14064     *)  func_stripname_result=`$ECHO "X${3}" \
14065            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
14066   esac
14067 }
14068
14069 # sed scripts:
14070 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14071 my_sed_long_arg='1s/^-[^=]*=//'
14072
14073 # func_opt_split
14074 func_opt_split ()
14075 {
14076   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
14077   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
14078 }
14079
14080 # func_lo2o object
14081 func_lo2o ()
14082 {
14083   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
14084 }
14085
14086 # func_xform libobj-or-source
14087 func_xform ()
14088 {
14089   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
14090 }
14091
14092 # func_arith arithmetic-term...
14093 func_arith ()
14094 {
14095   func_arith_result=`expr "$@"`
14096 }
14097
14098 # func_len string
14099 # STRING may not start with a hyphen.
14100 func_len ()
14101 {
14102   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14103 }
14104
14105 _LT_EOF
14106 esac
14107
14108 case $lt_shell_append in
14109   yes)
14110     cat << \_LT_EOF >> "$cfgfile"
14111
14112 # func_append var value
14113 # Append VALUE to the end of shell variable VAR.
14114 func_append ()
14115 {
14116   eval "$1+=\$2"
14117 }
14118 _LT_EOF
14119     ;;
14120   *)
14121     cat << \_LT_EOF >> "$cfgfile"
14122
14123 # func_append var value
14124 # Append VALUE to the end of shell variable VAR.
14125 func_append ()
14126 {
14127   eval "$1=\$$1\$2"
14128 }
14129
14130 _LT_EOF
14131     ;;
14132   esac
14133
14134
14135   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14136     || (rm -f "$cfgfile"; exit 1)
14137
14138   mv -f "$cfgfile" "$ofile" ||
14139     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14140   chmod +x "$ofile"
14141
14142  ;;
14143
14144   esac
14145 done # for ac_tag
14146
14147
14148 as_fn_exit 0
14149 _ACEOF
14150 ac_clean_files=$ac_clean_files_save
14151
14152 test $ac_write_fail = 0 ||
14153   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
14154
14155
14156 # configure is writing to config.log, and then calls config.status.
14157 # config.status does its own redirection, appending to config.log.
14158 # Unfortunately, on DOS this fails, as config.log is still kept open
14159 # by configure, so config.status won't be able to write to it; its
14160 # output is simply discarded.  So we exec the FD to /dev/null,
14161 # effectively closing config.log, so it can be properly (re)opened and
14162 # appended to by config.status.  When coming back to configure, we
14163 # need to make the FD available again.
14164 if test "$no_create" != yes; then
14165   ac_cs_success=:
14166   ac_config_status_args=
14167   test "$silent" = yes &&
14168     ac_config_status_args="$ac_config_status_args --quiet"
14169   exec 5>/dev/null
14170   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14171   exec 5>>config.log
14172   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14173   # would make configure fail if this is the last instruction.
14174   $ac_cs_success || as_fn_exit 1
14175 fi
14176 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14177   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14178 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14179 fi
14180