Merge remote-tracking branch 'origin/ietf-approved' into debian
[radsecproxy.git] / lib / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.67 for libradsec 0.0.2.dev.
4 #
5 # Report bugs to <linus+libradsec@nordu.net>.
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: linus+libradsec@nordu.net about your system, including
235 $0: any error possibly output before this message. Then
236 $0: install a modern shell, or manually run the script
237 $0: under such a 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='libradsec'
703 PACKAGE_TARNAME='libradsec'
704 PACKAGE_VERSION='0.0.2.dev'
705 PACKAGE_STRING='libradsec 0.0.2.dev'
706 PACKAGE_BUGREPORT='linus+libradsec@nordu.net'
707 PACKAGE_URL=''
708
709 ac_unique_file="radsec.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 RS_ENABLE_TLS_FALSE
751 RS_ENABLE_TLS_TRUE
752 CPP
753 OTOOL64
754 OTOOL
755 LIPO
756 NMEDIT
757 DSYMUTIL
758 lt_ECHO
759 RANLIB
760 AR
761 OBJDUMP
762 LN_S
763 NM
764 ac_ct_DUMPBIN
765 DUMPBIN
766 LD
767 FGREP
768 EGREP
769 GREP
770 SED
771 am__fastdepCC_FALSE
772 am__fastdepCC_TRUE
773 CCDEPMODE
774 AMDEPBACKSLASH
775 AMDEP_FALSE
776 AMDEP_TRUE
777 am__quote
778 am__include
779 DEPDIR
780 OBJEXT
781 EXEEXT
782 ac_ct_CC
783 CPPFLAGS
784 LDFLAGS
785 CFLAGS
786 CC
787 host_os
788 host_vendor
789 host_cpu
790 host
791 build_os
792 build_vendor
793 build_cpu
794 build
795 LIBTOOL
796 am__untar
797 am__tar
798 AMTAR
799 am__leading_dot
800 SET_MAKE
801 AWK
802 mkdir_p
803 MKDIR_P
804 INSTALL_STRIP_PROGRAM
805 STRIP
806 install_sh
807 MAKEINFO
808 AUTOHEADER
809 AUTOMAKE
810 AUTOCONF
811 ACLOCAL
812 VERSION
813 PACKAGE
814 CYGPATH_W
815 am__isrc
816 INSTALL_DATA
817 INSTALL_SCRIPT
818 INSTALL_PROGRAM
819 target_alias
820 host_alias
821 build_alias
822 LIBS
823 ECHO_T
824 ECHO_N
825 ECHO_C
826 DEFS
827 mandir
828 localedir
829 libdir
830 psdir
831 pdfdir
832 dvidir
833 htmldir
834 infodir
835 docdir
836 oldincludedir
837 includedir
838 localstatedir
839 sharedstatedir
840 sysconfdir
841 datadir
842 datarootdir
843 libexecdir
844 sbindir
845 bindir
846 program_transform_name
847 prefix
848 exec_prefix
849 PACKAGE_URL
850 PACKAGE_BUGREPORT
851 PACKAGE_STRING
852 PACKAGE_VERSION
853 PACKAGE_TARNAME
854 PACKAGE_NAME
855 PATH_SEPARATOR
856 SHELL'
857 ac_subst_files=''
858 ac_user_opts='
859 enable_option_checking
860 enable_shared
861 enable_static
862 with_pic
863 enable_fast_install
864 enable_dependency_tracking
865 with_gnu_ld
866 enable_libtool_lock
867 enable_tls
868 '
869       ac_precious_vars='build_alias
870 host_alias
871 target_alias
872 CC
873 CFLAGS
874 LDFLAGS
875 LIBS
876 CPPFLAGS
877 CPP'
878
879
880 # Initialize some variables set by options.
881 ac_init_help=
882 ac_init_version=false
883 ac_unrecognized_opts=
884 ac_unrecognized_sep=
885 # The variables have the same names as the options, with
886 # dashes changed to underlines.
887 cache_file=/dev/null
888 exec_prefix=NONE
889 no_create=
890 no_recursion=
891 prefix=NONE
892 program_prefix=NONE
893 program_suffix=NONE
894 program_transform_name=s,x,x,
895 silent=
896 site=
897 srcdir=
898 verbose=
899 x_includes=NONE
900 x_libraries=NONE
901
902 # Installation directory options.
903 # These are left unexpanded so users can "make install exec_prefix=/foo"
904 # and all the variables that are supposed to be based on exec_prefix
905 # by default will actually change.
906 # Use braces instead of parens because sh, perl, etc. also accept them.
907 # (The list follows the same order as the GNU Coding Standards.)
908 bindir='${exec_prefix}/bin'
909 sbindir='${exec_prefix}/sbin'
910 libexecdir='${exec_prefix}/libexec'
911 datarootdir='${prefix}/share'
912 datadir='${datarootdir}'
913 sysconfdir='${prefix}/etc'
914 sharedstatedir='${prefix}/com'
915 localstatedir='${prefix}/var'
916 includedir='${prefix}/include'
917 oldincludedir='/usr/include'
918 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
919 infodir='${datarootdir}/info'
920 htmldir='${docdir}'
921 dvidir='${docdir}'
922 pdfdir='${docdir}'
923 psdir='${docdir}'
924 libdir='${exec_prefix}/lib'
925 localedir='${datarootdir}/locale'
926 mandir='${datarootdir}/man'
927
928 ac_prev=
929 ac_dashdash=
930 for ac_option
931 do
932   # If the previous option needs an argument, assign it.
933   if test -n "$ac_prev"; then
934     eval $ac_prev=\$ac_option
935     ac_prev=
936     continue
937   fi
938
939   case $ac_option in
940   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
941   *=)   ac_optarg= ;;
942   *)    ac_optarg=yes ;;
943   esac
944
945   # Accept the important Cygnus configure options, so we can diagnose typos.
946
947   case $ac_dashdash$ac_option in
948   --)
949     ac_dashdash=yes ;;
950
951   -bindir | --bindir | --bindi | --bind | --bin | --bi)
952     ac_prev=bindir ;;
953   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
954     bindir=$ac_optarg ;;
955
956   -build | --build | --buil | --bui | --bu)
957     ac_prev=build_alias ;;
958   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
959     build_alias=$ac_optarg ;;
960
961   -cache-file | --cache-file | --cache-fil | --cache-fi \
962   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
963     ac_prev=cache_file ;;
964   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
965   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
966     cache_file=$ac_optarg ;;
967
968   --config-cache | -C)
969     cache_file=config.cache ;;
970
971   -datadir | --datadir | --datadi | --datad)
972     ac_prev=datadir ;;
973   -datadir=* | --datadir=* | --datadi=* | --datad=*)
974     datadir=$ac_optarg ;;
975
976   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
977   | --dataroo | --dataro | --datar)
978     ac_prev=datarootdir ;;
979   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
980   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
981     datarootdir=$ac_optarg ;;
982
983   -disable-* | --disable-*)
984     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
985     # Reject names that are not valid shell variable names.
986     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
987       as_fn_error $? "invalid feature name: $ac_useropt"
988     ac_useropt_orig=$ac_useropt
989     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
990     case $ac_user_opts in
991       *"
992 "enable_$ac_useropt"
993 "*) ;;
994       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
995          ac_unrecognized_sep=', ';;
996     esac
997     eval enable_$ac_useropt=no ;;
998
999   -docdir | --docdir | --docdi | --doc | --do)
1000     ac_prev=docdir ;;
1001   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1002     docdir=$ac_optarg ;;
1003
1004   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1005     ac_prev=dvidir ;;
1006   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1007     dvidir=$ac_optarg ;;
1008
1009   -enable-* | --enable-*)
1010     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1011     # Reject names that are not valid shell variable names.
1012     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1013       as_fn_error $? "invalid feature name: $ac_useropt"
1014     ac_useropt_orig=$ac_useropt
1015     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1016     case $ac_user_opts in
1017       *"
1018 "enable_$ac_useropt"
1019 "*) ;;
1020       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1021          ac_unrecognized_sep=', ';;
1022     esac
1023     eval enable_$ac_useropt=\$ac_optarg ;;
1024
1025   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1026   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1027   | --exec | --exe | --ex)
1028     ac_prev=exec_prefix ;;
1029   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1030   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1031   | --exec=* | --exe=* | --ex=*)
1032     exec_prefix=$ac_optarg ;;
1033
1034   -gas | --gas | --ga | --g)
1035     # Obsolete; use --with-gas.
1036     with_gas=yes ;;
1037
1038   -help | --help | --hel | --he | -h)
1039     ac_init_help=long ;;
1040   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1041     ac_init_help=recursive ;;
1042   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1043     ac_init_help=short ;;
1044
1045   -host | --host | --hos | --ho)
1046     ac_prev=host_alias ;;
1047   -host=* | --host=* | --hos=* | --ho=*)
1048     host_alias=$ac_optarg ;;
1049
1050   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1051     ac_prev=htmldir ;;
1052   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1053   | --ht=*)
1054     htmldir=$ac_optarg ;;
1055
1056   -includedir | --includedir | --includedi | --included | --include \
1057   | --includ | --inclu | --incl | --inc)
1058     ac_prev=includedir ;;
1059   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1060   | --includ=* | --inclu=* | --incl=* | --inc=*)
1061     includedir=$ac_optarg ;;
1062
1063   -infodir | --infodir | --infodi | --infod | --info | --inf)
1064     ac_prev=infodir ;;
1065   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1066     infodir=$ac_optarg ;;
1067
1068   -libdir | --libdir | --libdi | --libd)
1069     ac_prev=libdir ;;
1070   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1071     libdir=$ac_optarg ;;
1072
1073   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1074   | --libexe | --libex | --libe)
1075     ac_prev=libexecdir ;;
1076   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1077   | --libexe=* | --libex=* | --libe=*)
1078     libexecdir=$ac_optarg ;;
1079
1080   -localedir | --localedir | --localedi | --localed | --locale)
1081     ac_prev=localedir ;;
1082   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1083     localedir=$ac_optarg ;;
1084
1085   -localstatedir | --localstatedir | --localstatedi | --localstated \
1086   | --localstate | --localstat | --localsta | --localst | --locals)
1087     ac_prev=localstatedir ;;
1088   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1089   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1090     localstatedir=$ac_optarg ;;
1091
1092   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1093     ac_prev=mandir ;;
1094   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1095     mandir=$ac_optarg ;;
1096
1097   -nfp | --nfp | --nf)
1098     # Obsolete; use --without-fp.
1099     with_fp=no ;;
1100
1101   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1102   | --no-cr | --no-c | -n)
1103     no_create=yes ;;
1104
1105   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1106   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1107     no_recursion=yes ;;
1108
1109   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1110   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1111   | --oldin | --oldi | --old | --ol | --o)
1112     ac_prev=oldincludedir ;;
1113   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1114   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1115   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1116     oldincludedir=$ac_optarg ;;
1117
1118   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1119     ac_prev=prefix ;;
1120   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1121     prefix=$ac_optarg ;;
1122
1123   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1124   | --program-pre | --program-pr | --program-p)
1125     ac_prev=program_prefix ;;
1126   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1127   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1128     program_prefix=$ac_optarg ;;
1129
1130   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1131   | --program-suf | --program-su | --program-s)
1132     ac_prev=program_suffix ;;
1133   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1134   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1135     program_suffix=$ac_optarg ;;
1136
1137   -program-transform-name | --program-transform-name \
1138   | --program-transform-nam | --program-transform-na \
1139   | --program-transform-n | --program-transform- \
1140   | --program-transform | --program-transfor \
1141   | --program-transfo | --program-transf \
1142   | --program-trans | --program-tran \
1143   | --progr-tra | --program-tr | --program-t)
1144     ac_prev=program_transform_name ;;
1145   -program-transform-name=* | --program-transform-name=* \
1146   | --program-transform-nam=* | --program-transform-na=* \
1147   | --program-transform-n=* | --program-transform-=* \
1148   | --program-transform=* | --program-transfor=* \
1149   | --program-transfo=* | --program-transf=* \
1150   | --program-trans=* | --program-tran=* \
1151   | --progr-tra=* | --program-tr=* | --program-t=*)
1152     program_transform_name=$ac_optarg ;;
1153
1154   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1155     ac_prev=pdfdir ;;
1156   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1157     pdfdir=$ac_optarg ;;
1158
1159   -psdir | --psdir | --psdi | --psd | --ps)
1160     ac_prev=psdir ;;
1161   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1162     psdir=$ac_optarg ;;
1163
1164   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1165   | -silent | --silent | --silen | --sile | --sil)
1166     silent=yes ;;
1167
1168   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1169     ac_prev=sbindir ;;
1170   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1171   | --sbi=* | --sb=*)
1172     sbindir=$ac_optarg ;;
1173
1174   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1175   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1176   | --sharedst | --shareds | --shared | --share | --shar \
1177   | --sha | --sh)
1178     ac_prev=sharedstatedir ;;
1179   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1180   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1181   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1182   | --sha=* | --sh=*)
1183     sharedstatedir=$ac_optarg ;;
1184
1185   -site | --site | --sit)
1186     ac_prev=site ;;
1187   -site=* | --site=* | --sit=*)
1188     site=$ac_optarg ;;
1189
1190   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1191     ac_prev=srcdir ;;
1192   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1193     srcdir=$ac_optarg ;;
1194
1195   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1196   | --syscon | --sysco | --sysc | --sys | --sy)
1197     ac_prev=sysconfdir ;;
1198   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1199   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1200     sysconfdir=$ac_optarg ;;
1201
1202   -target | --target | --targe | --targ | --tar | --ta | --t)
1203     ac_prev=target_alias ;;
1204   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1205     target_alias=$ac_optarg ;;
1206
1207   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1208     verbose=yes ;;
1209
1210   -version | --version | --versio | --versi | --vers | -V)
1211     ac_init_version=: ;;
1212
1213   -with-* | --with-*)
1214     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1215     # Reject names that are not valid shell variable names.
1216     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1217       as_fn_error $? "invalid package name: $ac_useropt"
1218     ac_useropt_orig=$ac_useropt
1219     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1220     case $ac_user_opts in
1221       *"
1222 "with_$ac_useropt"
1223 "*) ;;
1224       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1225          ac_unrecognized_sep=', ';;
1226     esac
1227     eval with_$ac_useropt=\$ac_optarg ;;
1228
1229   -without-* | --without-*)
1230     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1231     # Reject names that are not valid shell variable names.
1232     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1233       as_fn_error $? "invalid package name: $ac_useropt"
1234     ac_useropt_orig=$ac_useropt
1235     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1236     case $ac_user_opts in
1237       *"
1238 "with_$ac_useropt"
1239 "*) ;;
1240       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1241          ac_unrecognized_sep=', ';;
1242     esac
1243     eval with_$ac_useropt=no ;;
1244
1245   --x)
1246     # Obsolete; use --with-x.
1247     with_x=yes ;;
1248
1249   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1250   | --x-incl | --x-inc | --x-in | --x-i)
1251     ac_prev=x_includes ;;
1252   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1253   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1254     x_includes=$ac_optarg ;;
1255
1256   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1257   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1258     ac_prev=x_libraries ;;
1259   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1260   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1261     x_libraries=$ac_optarg ;;
1262
1263   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1264 Try \`$0 --help' for more information"
1265     ;;
1266
1267   *=*)
1268     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1269     # Reject names that are not valid shell variable names.
1270     case $ac_envvar in #(
1271       '' | [0-9]* | *[!_$as_cr_alnum]* )
1272       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1273     esac
1274     eval $ac_envvar=\$ac_optarg
1275     export $ac_envvar ;;
1276
1277   *)
1278     # FIXME: should be removed in autoconf 3.0.
1279     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1280     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1281       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1282     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1283     ;;
1284
1285   esac
1286 done
1287
1288 if test -n "$ac_prev"; then
1289   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1290   as_fn_error $? "missing argument to $ac_option"
1291 fi
1292
1293 if test -n "$ac_unrecognized_opts"; then
1294   case $enable_option_checking in
1295     no) ;;
1296     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1297     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1298   esac
1299 fi
1300
1301 # Check all directory arguments for consistency.
1302 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1303                 datadir sysconfdir sharedstatedir localstatedir includedir \
1304                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1305                 libdir localedir mandir
1306 do
1307   eval ac_val=\$$ac_var
1308   # Remove trailing slashes.
1309   case $ac_val in
1310     */ )
1311       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1312       eval $ac_var=\$ac_val;;
1313   esac
1314   # Be sure to have absolute directory names.
1315   case $ac_val in
1316     [\\/$]* | ?:[\\/]* )  continue;;
1317     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1318   esac
1319   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1320 done
1321
1322 # There might be people who depend on the old broken behavior: `$host'
1323 # used to hold the argument of --host etc.
1324 # FIXME: To remove some day.
1325 build=$build_alias
1326 host=$host_alias
1327 target=$target_alias
1328
1329 # FIXME: To remove some day.
1330 if test "x$host_alias" != x; then
1331   if test "x$build_alias" = x; then
1332     cross_compiling=maybe
1333     $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1334     If a cross compiler is detected then cross compile mode will be used" >&2
1335   elif test "x$build_alias" != "x$host_alias"; then
1336     cross_compiling=yes
1337   fi
1338 fi
1339
1340 ac_tool_prefix=
1341 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1342
1343 test "$silent" = yes && exec 6>/dev/null
1344
1345
1346 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1347 ac_ls_di=`ls -di .` &&
1348 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1349   as_fn_error $? "working directory cannot be determined"
1350 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1351   as_fn_error $? "pwd does not report name of working directory"
1352
1353
1354 # Find the source files, if location was not specified.
1355 if test -z "$srcdir"; then
1356   ac_srcdir_defaulted=yes
1357   # Try the directory containing this script, then the parent directory.
1358   ac_confdir=`$as_dirname -- "$as_myself" ||
1359 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1360          X"$as_myself" : 'X\(//\)[^/]' \| \
1361          X"$as_myself" : 'X\(//\)$' \| \
1362          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1363 $as_echo X"$as_myself" |
1364     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1365             s//\1/
1366             q
1367           }
1368           /^X\(\/\/\)[^/].*/{
1369             s//\1/
1370             q
1371           }
1372           /^X\(\/\/\)$/{
1373             s//\1/
1374             q
1375           }
1376           /^X\(\/\).*/{
1377             s//\1/
1378             q
1379           }
1380           s/.*/./; q'`
1381   srcdir=$ac_confdir
1382   if test ! -r "$srcdir/$ac_unique_file"; then
1383     srcdir=..
1384   fi
1385 else
1386   ac_srcdir_defaulted=no
1387 fi
1388 if test ! -r "$srcdir/$ac_unique_file"; then
1389   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1390   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1391 fi
1392 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1393 ac_abs_confdir=`(
1394         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1395         pwd)`
1396 # When building in place, set srcdir=.
1397 if test "$ac_abs_confdir" = "$ac_pwd"; then
1398   srcdir=.
1399 fi
1400 # Remove unnecessary trailing slashes from srcdir.
1401 # Double slashes in file names in object file debugging info
1402 # mess up M-x gdb in Emacs.
1403 case $srcdir in
1404 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1405 esac
1406 for ac_var in $ac_precious_vars; do
1407   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1408   eval ac_env_${ac_var}_value=\$${ac_var}
1409   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1410   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1411 done
1412
1413 #
1414 # Report the --help message.
1415 #
1416 if test "$ac_init_help" = "long"; then
1417   # Omit some internal or obsolete options to make the list less imposing.
1418   # This message is too long to be a string in the A/UX 3.1 sh.
1419   cat <<_ACEOF
1420 \`configure' configures libradsec 0.0.2.dev to adapt to many kinds of systems.
1421
1422 Usage: $0 [OPTION]... [VAR=VALUE]...
1423
1424 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1425 VAR=VALUE.  See below for descriptions of some of the useful variables.
1426
1427 Defaults for the options are specified in brackets.
1428
1429 Configuration:
1430   -h, --help              display this help and exit
1431       --help=short        display options specific to this package
1432       --help=recursive    display the short help of all the included packages
1433   -V, --version           display version information and exit
1434   -q, --quiet, --silent   do not print \`checking ...' messages
1435       --cache-file=FILE   cache test results in FILE [disabled]
1436   -C, --config-cache      alias for \`--cache-file=config.cache'
1437   -n, --no-create         do not create output files
1438       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1439
1440 Installation directories:
1441   --prefix=PREFIX         install architecture-independent files in PREFIX
1442                           [$ac_default_prefix]
1443   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1444                           [PREFIX]
1445
1446 By default, \`make install' will install all the files in
1447 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1448 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1449 for instance \`--prefix=\$HOME'.
1450
1451 For better control, use the options below.
1452
1453 Fine tuning of the installation directories:
1454   --bindir=DIR            user executables [EPREFIX/bin]
1455   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1456   --libexecdir=DIR        program executables [EPREFIX/libexec]
1457   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1458   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1459   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1460   --libdir=DIR            object code libraries [EPREFIX/lib]
1461   --includedir=DIR        C header files [PREFIX/include]
1462   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1463   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1464   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1465   --infodir=DIR           info documentation [DATAROOTDIR/info]
1466   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1467   --mandir=DIR            man documentation [DATAROOTDIR/man]
1468   --docdir=DIR            documentation root [DATAROOTDIR/doc/libradsec]
1469   --htmldir=DIR           html documentation [DOCDIR]
1470   --dvidir=DIR            dvi documentation [DOCDIR]
1471   --pdfdir=DIR            pdf documentation [DOCDIR]
1472   --psdir=DIR             ps documentation [DOCDIR]
1473 _ACEOF
1474
1475   cat <<\_ACEOF
1476
1477 Program names:
1478   --program-prefix=PREFIX            prepend PREFIX to installed program names
1479   --program-suffix=SUFFIX            append SUFFIX to installed program names
1480   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1481
1482 System types:
1483   --build=BUILD     configure for building on BUILD [guessed]
1484   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1485 _ACEOF
1486 fi
1487
1488 if test -n "$ac_init_help"; then
1489   case $ac_init_help in
1490      short | recursive ) echo "Configuration of libradsec 0.0.2.dev:";;
1491    esac
1492   cat <<\_ACEOF
1493
1494 Optional Features:
1495   --disable-option-checking  ignore unrecognized --enable/--with options
1496   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1497   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1498   --enable-shared[=PKGS]  build shared libraries [default=yes]
1499   --enable-static[=PKGS]  build static libraries [default=yes]
1500   --enable-fast-install[=PKGS]
1501                           optimize for fast installation [default=yes]
1502   --disable-dependency-tracking  speeds up one-time build
1503   --enable-dependency-tracking   do not reject slow dependency extractors
1504   --disable-libtool-lock  avoid locking (might break parallel builds)
1505   --enable-tls            enable TLS (RadSec)
1506
1507 Optional Packages:
1508   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1509   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1510   --with-pic              try to use only PIC/non-PIC objects [default=use
1511                           both]
1512   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1513
1514 Some influential environment variables:
1515   CC          C compiler command
1516   CFLAGS      C compiler flags
1517   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1518               nonstandard directory <lib dir>
1519   LIBS        libraries to pass to the linker, e.g. -l<library>
1520   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1521               you have headers in a nonstandard directory <include dir>
1522   CPP         C preprocessor
1523
1524 Use these variables to override the choices made by `configure' or to help
1525 it to find libraries and programs with nonstandard names/locations.
1526
1527 Report bugs to <linus+libradsec@nordu.net>.
1528 _ACEOF
1529 ac_status=$?
1530 fi
1531
1532 if test "$ac_init_help" = "recursive"; then
1533   # If there are subdirs, report their specific --help.
1534   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1535     test -d "$ac_dir" ||
1536       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1537       continue
1538     ac_builddir=.
1539
1540 case "$ac_dir" in
1541 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1542 *)
1543   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1544   # A ".." for each directory in $ac_dir_suffix.
1545   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1546   case $ac_top_builddir_sub in
1547   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1548   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1549   esac ;;
1550 esac
1551 ac_abs_top_builddir=$ac_pwd
1552 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1553 # for backward compatibility:
1554 ac_top_builddir=$ac_top_build_prefix
1555
1556 case $srcdir in
1557   .)  # We are building in place.
1558     ac_srcdir=.
1559     ac_top_srcdir=$ac_top_builddir_sub
1560     ac_abs_top_srcdir=$ac_pwd ;;
1561   [\\/]* | ?:[\\/]* )  # Absolute name.
1562     ac_srcdir=$srcdir$ac_dir_suffix;
1563     ac_top_srcdir=$srcdir
1564     ac_abs_top_srcdir=$srcdir ;;
1565   *) # Relative name.
1566     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1567     ac_top_srcdir=$ac_top_build_prefix$srcdir
1568     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1569 esac
1570 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1571
1572     cd "$ac_dir" || { ac_status=$?; continue; }
1573     # Check for guested configure.
1574     if test -f "$ac_srcdir/configure.gnu"; then
1575       echo &&
1576       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1577     elif test -f "$ac_srcdir/configure"; then
1578       echo &&
1579       $SHELL "$ac_srcdir/configure" --help=recursive
1580     else
1581       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1582     fi || ac_status=$?
1583     cd "$ac_pwd" || { ac_status=$?; break; }
1584   done
1585 fi
1586
1587 test -n "$ac_init_help" && exit $ac_status
1588 if $ac_init_version; then
1589   cat <<\_ACEOF
1590 libradsec configure 0.0.2.dev
1591 generated by GNU Autoconf 2.67
1592
1593 Copyright (C) 2010 Free Software Foundation, Inc.
1594 This configure script is free software; the Free Software Foundation
1595 gives unlimited permission to copy, distribute and modify it.
1596 _ACEOF
1597   exit
1598 fi
1599
1600 ## ------------------------ ##
1601 ## Autoconf initialization. ##
1602 ## ------------------------ ##
1603
1604 # ac_fn_c_try_compile LINENO
1605 # --------------------------
1606 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1607 ac_fn_c_try_compile ()
1608 {
1609   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1610   rm -f conftest.$ac_objext
1611   if { { ac_try="$ac_compile"
1612 case "(($ac_try" in
1613   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1614   *) ac_try_echo=$ac_try;;
1615 esac
1616 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1617 $as_echo "$ac_try_echo"; } >&5
1618   (eval "$ac_compile") 2>conftest.err
1619   ac_status=$?
1620   if test -s conftest.err; then
1621     grep -v '^ *+' conftest.err >conftest.er1
1622     cat conftest.er1 >&5
1623     mv -f conftest.er1 conftest.err
1624   fi
1625   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1626   test $ac_status = 0; } && {
1627          test -z "$ac_c_werror_flag" ||
1628          test ! -s conftest.err
1629        } && test -s conftest.$ac_objext; then :
1630   ac_retval=0
1631 else
1632   $as_echo "$as_me: failed program was:" >&5
1633 sed 's/^/| /' conftest.$ac_ext >&5
1634
1635         ac_retval=1
1636 fi
1637   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1638   as_fn_set_status $ac_retval
1639
1640 } # ac_fn_c_try_compile
1641
1642 # ac_fn_c_try_link LINENO
1643 # -----------------------
1644 # Try to link conftest.$ac_ext, and return whether this succeeded.
1645 ac_fn_c_try_link ()
1646 {
1647   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1648   rm -f conftest.$ac_objext conftest$ac_exeext
1649   if { { ac_try="$ac_link"
1650 case "(($ac_try" in
1651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1652   *) ac_try_echo=$ac_try;;
1653 esac
1654 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1655 $as_echo "$ac_try_echo"; } >&5
1656   (eval "$ac_link") 2>conftest.err
1657   ac_status=$?
1658   if test -s conftest.err; then
1659     grep -v '^ *+' conftest.err >conftest.er1
1660     cat conftest.er1 >&5
1661     mv -f conftest.er1 conftest.err
1662   fi
1663   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1664   test $ac_status = 0; } && {
1665          test -z "$ac_c_werror_flag" ||
1666          test ! -s conftest.err
1667        } && test -s conftest$ac_exeext && {
1668          test "$cross_compiling" = yes ||
1669          $as_test_x conftest$ac_exeext
1670        }; then :
1671   ac_retval=0
1672 else
1673   $as_echo "$as_me: failed program was:" >&5
1674 sed 's/^/| /' conftest.$ac_ext >&5
1675
1676         ac_retval=1
1677 fi
1678   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1679   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1680   # interfere with the next link command; also delete a directory that is
1681   # left behind by Apple's compiler.  We do this before executing the actions.
1682   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1683   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1684   as_fn_set_status $ac_retval
1685
1686 } # ac_fn_c_try_link
1687
1688 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1689 # -------------------------------------------------------
1690 # Tests whether HEADER exists and can be compiled using the include files in
1691 # INCLUDES, setting the cache variable VAR accordingly.
1692 ac_fn_c_check_header_compile ()
1693 {
1694   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1695   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1696 $as_echo_n "checking for $2... " >&6; }
1697 if eval "test \"\${$3+set}\"" = set; then :
1698   $as_echo_n "(cached) " >&6
1699 else
1700   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1701 /* end confdefs.h.  */
1702 $4
1703 #include <$2>
1704 _ACEOF
1705 if ac_fn_c_try_compile "$LINENO"; then :
1706   eval "$3=yes"
1707 else
1708   eval "$3=no"
1709 fi
1710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1711 fi
1712 eval ac_res=\$$3
1713                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1714 $as_echo "$ac_res" >&6; }
1715   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1716
1717 } # ac_fn_c_check_header_compile
1718
1719 # ac_fn_c_try_cpp LINENO
1720 # ----------------------
1721 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1722 ac_fn_c_try_cpp ()
1723 {
1724   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1725   if { { ac_try="$ac_cpp conftest.$ac_ext"
1726 case "(($ac_try" in
1727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1728   *) ac_try_echo=$ac_try;;
1729 esac
1730 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731 $as_echo "$ac_try_echo"; } >&5
1732   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1733   ac_status=$?
1734   if test -s conftest.err; then
1735     grep -v '^ *+' conftest.err >conftest.er1
1736     cat conftest.er1 >&5
1737     mv -f conftest.er1 conftest.err
1738   fi
1739   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1740   test $ac_status = 0; } > conftest.i && {
1741          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1742          test ! -s conftest.err
1743        }; then :
1744   ac_retval=0
1745 else
1746   $as_echo "$as_me: failed program was:" >&5
1747 sed 's/^/| /' conftest.$ac_ext >&5
1748
1749     ac_retval=1
1750 fi
1751   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1752   as_fn_set_status $ac_retval
1753
1754 } # ac_fn_c_try_cpp
1755
1756 # ac_fn_c_try_run LINENO
1757 # ----------------------
1758 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1759 # that executables *can* be run.
1760 ac_fn_c_try_run ()
1761 {
1762   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1763   if { { ac_try="$ac_link"
1764 case "(($ac_try" in
1765   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1766   *) ac_try_echo=$ac_try;;
1767 esac
1768 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1769 $as_echo "$ac_try_echo"; } >&5
1770   (eval "$ac_link") 2>&5
1771   ac_status=$?
1772   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1773   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1774   { { case "(($ac_try" in
1775   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1776   *) ac_try_echo=$ac_try;;
1777 esac
1778 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1779 $as_echo "$ac_try_echo"; } >&5
1780   (eval "$ac_try") 2>&5
1781   ac_status=$?
1782   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1783   test $ac_status = 0; }; }; then :
1784   ac_retval=0
1785 else
1786   $as_echo "$as_me: program exited with status $ac_status" >&5
1787        $as_echo "$as_me: failed program was:" >&5
1788 sed 's/^/| /' conftest.$ac_ext >&5
1789
1790        ac_retval=$ac_status
1791 fi
1792   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1793   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1794   as_fn_set_status $ac_retval
1795
1796 } # ac_fn_c_try_run
1797
1798 # ac_fn_c_check_func LINENO FUNC VAR
1799 # ----------------------------------
1800 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1801 ac_fn_c_check_func ()
1802 {
1803   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1804   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1805 $as_echo_n "checking for $2... " >&6; }
1806 if eval "test \"\${$3+set}\"" = set; then :
1807   $as_echo_n "(cached) " >&6
1808 else
1809   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1810 /* end confdefs.h.  */
1811 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1812    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1813 #define $2 innocuous_$2
1814
1815 /* System header to define __stub macros and hopefully few prototypes,
1816     which can conflict with char $2 (); below.
1817     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1818     <limits.h> exists even on freestanding compilers.  */
1819
1820 #ifdef __STDC__
1821 # include <limits.h>
1822 #else
1823 # include <assert.h>
1824 #endif
1825
1826 #undef $2
1827
1828 /* Override any GCC internal prototype to avoid an error.
1829    Use char because int might match the return type of a GCC
1830    builtin and then its argument prototype would still apply.  */
1831 #ifdef __cplusplus
1832 extern "C"
1833 #endif
1834 char $2 ();
1835 /* The GNU C library defines this for functions which it implements
1836     to always fail with ENOSYS.  Some functions are actually named
1837     something starting with __ and the normal name is an alias.  */
1838 #if defined __stub_$2 || defined __stub___$2
1839 choke me
1840 #endif
1841
1842 int
1843 main ()
1844 {
1845 return $2 ();
1846   ;
1847   return 0;
1848 }
1849 _ACEOF
1850 if ac_fn_c_try_link "$LINENO"; then :
1851   eval "$3=yes"
1852 else
1853   eval "$3=no"
1854 fi
1855 rm -f core conftest.err conftest.$ac_objext \
1856     conftest$ac_exeext conftest.$ac_ext
1857 fi
1858 eval ac_res=\$$3
1859                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1860 $as_echo "$ac_res" >&6; }
1861   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1862
1863 } # ac_fn_c_check_func
1864
1865 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1866 # -------------------------------------------------------
1867 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1868 # the include files in INCLUDES and setting the cache variable VAR
1869 # accordingly.
1870 ac_fn_c_check_header_mongrel ()
1871 {
1872   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1873   if eval "test \"\${$3+set}\"" = set; then :
1874   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1875 $as_echo_n "checking for $2... " >&6; }
1876 if eval "test \"\${$3+set}\"" = set; then :
1877   $as_echo_n "(cached) " >&6
1878 fi
1879 eval ac_res=\$$3
1880                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1881 $as_echo "$ac_res" >&6; }
1882 else
1883   # Is the header compilable?
1884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1885 $as_echo_n "checking $2 usability... " >&6; }
1886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1887 /* end confdefs.h.  */
1888 $4
1889 #include <$2>
1890 _ACEOF
1891 if ac_fn_c_try_compile "$LINENO"; then :
1892   ac_header_compiler=yes
1893 else
1894   ac_header_compiler=no
1895 fi
1896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1898 $as_echo "$ac_header_compiler" >&6; }
1899
1900 # Is the header present?
1901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1902 $as_echo_n "checking $2 presence... " >&6; }
1903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1904 /* end confdefs.h.  */
1905 #include <$2>
1906 _ACEOF
1907 if ac_fn_c_try_cpp "$LINENO"; then :
1908   ac_header_preproc=yes
1909 else
1910   ac_header_preproc=no
1911 fi
1912 rm -f conftest.err conftest.i conftest.$ac_ext
1913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1914 $as_echo "$ac_header_preproc" >&6; }
1915
1916 # So?  What about this header?
1917 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1918   yes:no: )
1919     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1920 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1921     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1922 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1923     ;;
1924   no:yes:* )
1925     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1926 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1927     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1928 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1929     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1930 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1931     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1932 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1933     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1934 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1935 ( $as_echo "## ---------------------------------------- ##
1936 ## Report this to linus+libradsec@nordu.net ##
1937 ## ---------------------------------------- ##"
1938      ) | sed "s/^/$as_me: WARNING:     /" >&2
1939     ;;
1940 esac
1941   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1942 $as_echo_n "checking for $2... " >&6; }
1943 if eval "test \"\${$3+set}\"" = set; then :
1944   $as_echo_n "(cached) " >&6
1945 else
1946   eval "$3=\$ac_header_compiler"
1947 fi
1948 eval ac_res=\$$3
1949                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1950 $as_echo "$ac_res" >&6; }
1951 fi
1952   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1953
1954 } # ac_fn_c_check_header_mongrel
1955
1956 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1957 # -------------------------------------------
1958 # Tests whether TYPE exists after having included INCLUDES, setting cache
1959 # variable VAR accordingly.
1960 ac_fn_c_check_type ()
1961 {
1962   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1963   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1964 $as_echo_n "checking for $2... " >&6; }
1965 if eval "test \"\${$3+set}\"" = set; then :
1966   $as_echo_n "(cached) " >&6
1967 else
1968   eval "$3=no"
1969   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1970 /* end confdefs.h.  */
1971 $4
1972 int
1973 main ()
1974 {
1975 if (sizeof ($2))
1976          return 0;
1977   ;
1978   return 0;
1979 }
1980 _ACEOF
1981 if ac_fn_c_try_compile "$LINENO"; then :
1982   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1983 /* end confdefs.h.  */
1984 $4
1985 int
1986 main ()
1987 {
1988 if (sizeof (($2)))
1989             return 0;
1990   ;
1991   return 0;
1992 }
1993 _ACEOF
1994 if ac_fn_c_try_compile "$LINENO"; then :
1995
1996 else
1997   eval "$3=yes"
1998 fi
1999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2000 fi
2001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2002 fi
2003 eval ac_res=\$$3
2004                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2005 $as_echo "$ac_res" >&6; }
2006   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2007
2008 } # ac_fn_c_check_type
2009
2010 # ac_fn_c_find_uintX_t LINENO BITS VAR
2011 # ------------------------------------
2012 # Finds an unsigned integer type with width BITS, setting cache variable VAR
2013 # accordingly.
2014 ac_fn_c_find_uintX_t ()
2015 {
2016   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2017   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
2018 $as_echo_n "checking for uint$2_t... " >&6; }
2019 if eval "test \"\${$3+set}\"" = set; then :
2020   $as_echo_n "(cached) " >&6
2021 else
2022   eval "$3=no"
2023      # Order is important - never check a type that is potentially smaller
2024      # than half of the expected target width.
2025      for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
2026          'unsigned long long int' 'unsigned short int' 'unsigned char'; do
2027        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2028 /* end confdefs.h.  */
2029 $ac_includes_default
2030 int
2031 main ()
2032 {
2033 static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)];
2034 test_array [0] = 0
2035
2036   ;
2037   return 0;
2038 }
2039 _ACEOF
2040 if ac_fn_c_try_compile "$LINENO"; then :
2041   case $ac_type in #(
2042   uint$2_t) :
2043     eval "$3=yes" ;; #(
2044   *) :
2045     eval "$3=\$ac_type" ;;
2046 esac
2047 fi
2048 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2049        if eval test \"x\$"$3"\" = x"no"; then :
2050
2051 else
2052   break
2053 fi
2054      done
2055 fi
2056 eval ac_res=\$$3
2057                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2058 $as_echo "$ac_res" >&6; }
2059   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2060
2061 } # ac_fn_c_find_uintX_t
2062 cat >config.log <<_ACEOF
2063 This file contains any messages produced by compilers while
2064 running configure, to aid debugging if configure makes a mistake.
2065
2066 It was created by libradsec $as_me 0.0.2.dev, which was
2067 generated by GNU Autoconf 2.67.  Invocation command line was
2068
2069   $ $0 $@
2070
2071 _ACEOF
2072 exec 5>>config.log
2073 {
2074 cat <<_ASUNAME
2075 ## --------- ##
2076 ## Platform. ##
2077 ## --------- ##
2078
2079 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2080 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2081 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2082 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2083 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2084
2085 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2086 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2087
2088 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2089 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2090 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2091 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2092 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2093 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2094 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2095
2096 _ASUNAME
2097
2098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2099 for as_dir in $PATH
2100 do
2101   IFS=$as_save_IFS
2102   test -z "$as_dir" && as_dir=.
2103     $as_echo "PATH: $as_dir"
2104   done
2105 IFS=$as_save_IFS
2106
2107 } >&5
2108
2109 cat >&5 <<_ACEOF
2110
2111
2112 ## ----------- ##
2113 ## Core tests. ##
2114 ## ----------- ##
2115
2116 _ACEOF
2117
2118
2119 # Keep a trace of the command line.
2120 # Strip out --no-create and --no-recursion so they do not pile up.
2121 # Strip out --silent because we don't want to record it for future runs.
2122 # Also quote any args containing shell meta-characters.
2123 # Make two passes to allow for proper duplicate-argument suppression.
2124 ac_configure_args=
2125 ac_configure_args0=
2126 ac_configure_args1=
2127 ac_must_keep_next=false
2128 for ac_pass in 1 2
2129 do
2130   for ac_arg
2131   do
2132     case $ac_arg in
2133     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2134     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2135     | -silent | --silent | --silen | --sile | --sil)
2136       continue ;;
2137     *\'*)
2138       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2139     esac
2140     case $ac_pass in
2141     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2142     2)
2143       as_fn_append ac_configure_args1 " '$ac_arg'"
2144       if test $ac_must_keep_next = true; then
2145         ac_must_keep_next=false # Got value, back to normal.
2146       else
2147         case $ac_arg in
2148           *=* | --config-cache | -C | -disable-* | --disable-* \
2149           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2150           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2151           | -with-* | --with-* | -without-* | --without-* | --x)
2152             case "$ac_configure_args0 " in
2153               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2154             esac
2155             ;;
2156           -* ) ac_must_keep_next=true ;;
2157         esac
2158       fi
2159       as_fn_append ac_configure_args " '$ac_arg'"
2160       ;;
2161     esac
2162   done
2163 done
2164 { ac_configure_args0=; unset ac_configure_args0;}
2165 { ac_configure_args1=; unset ac_configure_args1;}
2166
2167 # When interrupted or exit'd, cleanup temporary files, and complete
2168 # config.log.  We remove comments because anyway the quotes in there
2169 # would cause problems or look ugly.
2170 # WARNING: Use '\'' to represent an apostrophe within the trap.
2171 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2172 trap 'exit_status=$?
2173   # Save into config.log some information that might help in debugging.
2174   {
2175     echo
2176
2177     $as_echo "## ---------------- ##
2178 ## Cache variables. ##
2179 ## ---------------- ##"
2180     echo
2181     # The following way of writing the cache mishandles newlines in values,
2182 (
2183   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2184     eval ac_val=\$$ac_var
2185     case $ac_val in #(
2186     *${as_nl}*)
2187       case $ac_var in #(
2188       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2189 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2190       esac
2191       case $ac_var in #(
2192       _ | IFS | as_nl) ;; #(
2193       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2194       *) { eval $ac_var=; unset $ac_var;} ;;
2195       esac ;;
2196     esac
2197   done
2198   (set) 2>&1 |
2199     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2200     *${as_nl}ac_space=\ *)
2201       sed -n \
2202         "s/'\''/'\''\\\\'\'''\''/g;
2203           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2204       ;; #(
2205     *)
2206       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2207       ;;
2208     esac |
2209     sort
2210 )
2211     echo
2212
2213     $as_echo "## ----------------- ##
2214 ## Output variables. ##
2215 ## ----------------- ##"
2216     echo
2217     for ac_var in $ac_subst_vars
2218     do
2219       eval ac_val=\$$ac_var
2220       case $ac_val in
2221       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2222       esac
2223       $as_echo "$ac_var='\''$ac_val'\''"
2224     done | sort
2225     echo
2226
2227     if test -n "$ac_subst_files"; then
2228       $as_echo "## ------------------- ##
2229 ## File substitutions. ##
2230 ## ------------------- ##"
2231       echo
2232       for ac_var in $ac_subst_files
2233       do
2234         eval ac_val=\$$ac_var
2235         case $ac_val in
2236         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2237         esac
2238         $as_echo "$ac_var='\''$ac_val'\''"
2239       done | sort
2240       echo
2241     fi
2242
2243     if test -s confdefs.h; then
2244       $as_echo "## ----------- ##
2245 ## confdefs.h. ##
2246 ## ----------- ##"
2247       echo
2248       cat confdefs.h
2249       echo
2250     fi
2251     test "$ac_signal" != 0 &&
2252       $as_echo "$as_me: caught signal $ac_signal"
2253     $as_echo "$as_me: exit $exit_status"
2254   } >&5
2255   rm -f core *.core core.conftest.* &&
2256     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2257     exit $exit_status
2258 ' 0
2259 for ac_signal in 1 2 13 15; do
2260   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2261 done
2262 ac_signal=0
2263
2264 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2265 rm -f -r conftest* confdefs.h
2266
2267 $as_echo "/* confdefs.h */" > confdefs.h
2268
2269 # Predefined preprocessor variables.
2270
2271 cat >>confdefs.h <<_ACEOF
2272 #define PACKAGE_NAME "$PACKAGE_NAME"
2273 _ACEOF
2274
2275 cat >>confdefs.h <<_ACEOF
2276 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2277 _ACEOF
2278
2279 cat >>confdefs.h <<_ACEOF
2280 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2281 _ACEOF
2282
2283 cat >>confdefs.h <<_ACEOF
2284 #define PACKAGE_STRING "$PACKAGE_STRING"
2285 _ACEOF
2286
2287 cat >>confdefs.h <<_ACEOF
2288 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2289 _ACEOF
2290
2291 cat >>confdefs.h <<_ACEOF
2292 #define PACKAGE_URL "$PACKAGE_URL"
2293 _ACEOF
2294
2295
2296 # Let the site file select an alternate cache file if it wants to.
2297 # Prefer an explicitly selected file to automatically selected ones.
2298 ac_site_file1=NONE
2299 ac_site_file2=NONE
2300 if test -n "$CONFIG_SITE"; then
2301   # We do not want a PATH search for config.site.
2302   case $CONFIG_SITE in #((
2303     -*)  ac_site_file1=./$CONFIG_SITE;;
2304     */*) ac_site_file1=$CONFIG_SITE;;
2305     *)   ac_site_file1=./$CONFIG_SITE;;
2306   esac
2307 elif test "x$prefix" != xNONE; then
2308   ac_site_file1=$prefix/share/config.site
2309   ac_site_file2=$prefix/etc/config.site
2310 else
2311   ac_site_file1=$ac_default_prefix/share/config.site
2312   ac_site_file2=$ac_default_prefix/etc/config.site
2313 fi
2314 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2315 do
2316   test "x$ac_site_file" = xNONE && continue
2317   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2318     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2319 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2320     sed 's/^/| /' "$ac_site_file" >&5
2321     . "$ac_site_file" \
2322       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2323 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2324 as_fn_error $? "failed to load site script $ac_site_file
2325 See \`config.log' for more details" "$LINENO" 5 ; }
2326   fi
2327 done
2328
2329 if test -r "$cache_file"; then
2330   # Some versions of bash will fail to source /dev/null (special files
2331   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2332   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2333     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2334 $as_echo "$as_me: loading cache $cache_file" >&6;}
2335     case $cache_file in
2336       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2337       *)                      . "./$cache_file";;
2338     esac
2339   fi
2340 else
2341   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2342 $as_echo "$as_me: creating cache $cache_file" >&6;}
2343   >$cache_file
2344 fi
2345
2346 # Check that the precious variables saved in the cache have kept the same
2347 # value.
2348 ac_cache_corrupted=false
2349 for ac_var in $ac_precious_vars; do
2350   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2351   eval ac_new_set=\$ac_env_${ac_var}_set
2352   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2353   eval ac_new_val=\$ac_env_${ac_var}_value
2354   case $ac_old_set,$ac_new_set in
2355     set,)
2356       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2357 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2358       ac_cache_corrupted=: ;;
2359     ,set)
2360       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2361 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2362       ac_cache_corrupted=: ;;
2363     ,);;
2364     *)
2365       if test "x$ac_old_val" != "x$ac_new_val"; then
2366         # differences in whitespace do not lead to failure.
2367         ac_old_val_w=`echo x $ac_old_val`
2368         ac_new_val_w=`echo x $ac_new_val`
2369         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2370           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2371 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2372           ac_cache_corrupted=:
2373         else
2374           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2375 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2376           eval $ac_var=\$ac_old_val
2377         fi
2378         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2379 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2380         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2381 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2382       fi;;
2383   esac
2384   # Pass precious variables to config.status.
2385   if test "$ac_new_set" = set; then
2386     case $ac_new_val in
2387     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2388     *) ac_arg=$ac_var=$ac_new_val ;;
2389     esac
2390     case " $ac_configure_args " in
2391       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2392       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2393     esac
2394   fi
2395 done
2396 if $ac_cache_corrupted; then
2397   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2398 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2399   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2400 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2401   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2402 fi
2403 ## -------------------- ##
2404 ## Main body of script. ##
2405 ## -------------------- ##
2406
2407 ac_ext=c
2408 ac_cpp='$CPP $CPPFLAGS'
2409 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2410 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2411 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2412
2413
2414
2415
2416 ac_aux_dir=
2417 for ac_dir in build-aux "$srcdir"/build-aux; do
2418   if test -f "$ac_dir/install-sh"; then
2419     ac_aux_dir=$ac_dir
2420     ac_install_sh="$ac_aux_dir/install-sh -c"
2421     break
2422   elif test -f "$ac_dir/install.sh"; then
2423     ac_aux_dir=$ac_dir
2424     ac_install_sh="$ac_aux_dir/install.sh -c"
2425     break
2426   elif test -f "$ac_dir/shtool"; then
2427     ac_aux_dir=$ac_dir
2428     ac_install_sh="$ac_aux_dir/shtool install -c"
2429     break
2430   fi
2431 done
2432 if test -z "$ac_aux_dir"; then
2433   as_fn_error $? "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5
2434 fi
2435
2436 # These three variables are undocumented and unsupported,
2437 # and are intended to be withdrawn in a future Autoconf release.
2438 # They can cause serious problems if a builder's source tree is in a directory
2439 # whose full name contains unusual characters.
2440 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2441 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2442 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2443
2444
2445 ac_config_headers="$ac_config_headers config.h"
2446
2447 am__api_version='1.11'
2448
2449 # Find a good install program.  We prefer a C program (faster),
2450 # so one script is as good as another.  But avoid the broken or
2451 # incompatible versions:
2452 # SysV /etc/install, /usr/sbin/install
2453 # SunOS /usr/etc/install
2454 # IRIX /sbin/install
2455 # AIX /bin/install
2456 # AmigaOS /C/install, which installs bootblocks on floppy discs
2457 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2458 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2459 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2460 # OS/2's system install, which has a completely different semantic
2461 # ./install, which can be erroneously created by make from ./install.sh.
2462 # Reject install programs that cannot install multiple files.
2463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2464 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2465 if test -z "$INSTALL"; then
2466 if test "${ac_cv_path_install+set}" = set; then :
2467   $as_echo_n "(cached) " >&6
2468 else
2469   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2470 for as_dir in $PATH
2471 do
2472   IFS=$as_save_IFS
2473   test -z "$as_dir" && as_dir=.
2474     # Account for people who put trailing slashes in PATH elements.
2475 case $as_dir/ in #((
2476   ./ | .// | /[cC]/* | \
2477   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2478   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2479   /usr/ucb/* ) ;;
2480   *)
2481     # OSF1 and SCO ODT 3.0 have their own names for install.
2482     # Don't use installbsd from OSF since it installs stuff as root
2483     # by default.
2484     for ac_prog in ginstall scoinst install; do
2485       for ac_exec_ext in '' $ac_executable_extensions; do
2486         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2487           if test $ac_prog = install &&
2488             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2489             # AIX install.  It has an incompatible calling convention.
2490             :
2491           elif test $ac_prog = install &&
2492             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2493             # program-specific install script used by HP pwplus--don't use.
2494             :
2495           else
2496             rm -rf conftest.one conftest.two conftest.dir
2497             echo one > conftest.one
2498             echo two > conftest.two
2499             mkdir conftest.dir
2500             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2501               test -s conftest.one && test -s conftest.two &&
2502               test -s conftest.dir/conftest.one &&
2503               test -s conftest.dir/conftest.two
2504             then
2505               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2506               break 3
2507             fi
2508           fi
2509         fi
2510       done
2511     done
2512     ;;
2513 esac
2514
2515   done
2516 IFS=$as_save_IFS
2517
2518 rm -rf conftest.one conftest.two conftest.dir
2519
2520 fi
2521   if test "${ac_cv_path_install+set}" = set; then
2522     INSTALL=$ac_cv_path_install
2523   else
2524     # As a last resort, use the slow shell script.  Don't cache a
2525     # value for INSTALL within a source directory, because that will
2526     # break other packages using the cache if that directory is
2527     # removed, or if the value is a relative name.
2528     INSTALL=$ac_install_sh
2529   fi
2530 fi
2531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2532 $as_echo "$INSTALL" >&6; }
2533
2534 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2535 # It thinks the first close brace ends the variable substitution.
2536 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2537
2538 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2539
2540 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2541
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2543 $as_echo_n "checking whether build environment is sane... " >&6; }
2544 # Just in case
2545 sleep 1
2546 echo timestamp > conftest.file
2547 # Reject unsafe characters in $srcdir or the absolute working directory
2548 # name.  Accept space and tab only in the latter.
2549 am_lf='
2550 '
2551 case `pwd` in
2552   *[\\\"\#\$\&\'\`$am_lf]*)
2553     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2554 esac
2555 case $srcdir in
2556   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2557     as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2558 esac
2559
2560 # Do `set' in a subshell so we don't clobber the current shell's
2561 # arguments.  Must try -L first in case configure is actually a
2562 # symlink; some systems play weird games with the mod time of symlinks
2563 # (eg FreeBSD returns the mod time of the symlink's containing
2564 # directory).
2565 if (
2566    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2567    if test "$*" = "X"; then
2568       # -L didn't work.
2569       set X `ls -t "$srcdir/configure" conftest.file`
2570    fi
2571    rm -f conftest.file
2572    if test "$*" != "X $srcdir/configure conftest.file" \
2573       && test "$*" != "X conftest.file $srcdir/configure"; then
2574
2575       # If neither matched, then we have a broken ls.  This can happen
2576       # if, for instance, CONFIG_SHELL is bash and it inherits a
2577       # broken ls alias from the environment.  This has actually
2578       # happened.  Such a system could not be considered "sane".
2579       as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2580 alias in your environment" "$LINENO" 5
2581    fi
2582
2583    test "$2" = conftest.file
2584    )
2585 then
2586    # Ok.
2587    :
2588 else
2589    as_fn_error $? "newly created file is older than distributed files!
2590 Check your system clock" "$LINENO" 5
2591 fi
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2593 $as_echo "yes" >&6; }
2594 test "$program_prefix" != NONE &&
2595   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2596 # Use a double $ so make ignores it.
2597 test "$program_suffix" != NONE &&
2598   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2599 # Double any \ or $.
2600 # By default was `s,x,x', remove it if useless.
2601 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2602 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2603
2604 # expand $ac_aux_dir to an absolute path
2605 am_aux_dir=`cd $ac_aux_dir && pwd`
2606
2607 if test x"${MISSING+set}" != xset; then
2608   case $am_aux_dir in
2609   *\ * | *\     *)
2610     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2611   *)
2612     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2613   esac
2614 fi
2615 # Use eval to expand $SHELL
2616 if eval "$MISSING --run true"; then
2617   am_missing_run="$MISSING --run "
2618 else
2619   am_missing_run=
2620   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2621 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2622 fi
2623
2624 if test x"${install_sh}" != xset; then
2625   case $am_aux_dir in
2626   *\ * | *\     *)
2627     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2628   *)
2629     install_sh="\${SHELL} $am_aux_dir/install-sh"
2630   esac
2631 fi
2632
2633 # Installed binaries are usually stripped using `strip' when the user
2634 # run `make install-strip'.  However `strip' might not be the right
2635 # tool to use in cross-compilation environments, therefore Automake
2636 # will honor the `STRIP' environment variable to overrule this program.
2637 if test "$cross_compiling" != no; then
2638   if test -n "$ac_tool_prefix"; then
2639   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2640 set dummy ${ac_tool_prefix}strip; ac_word=$2
2641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2642 $as_echo_n "checking for $ac_word... " >&6; }
2643 if test "${ac_cv_prog_STRIP+set}" = set; then :
2644   $as_echo_n "(cached) " >&6
2645 else
2646   if test -n "$STRIP"; then
2647   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2648 else
2649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2650 for as_dir in $PATH
2651 do
2652   IFS=$as_save_IFS
2653   test -z "$as_dir" && as_dir=.
2654     for ac_exec_ext in '' $ac_executable_extensions; do
2655   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2656     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2657     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2658     break 2
2659   fi
2660 done
2661   done
2662 IFS=$as_save_IFS
2663
2664 fi
2665 fi
2666 STRIP=$ac_cv_prog_STRIP
2667 if test -n "$STRIP"; then
2668   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2669 $as_echo "$STRIP" >&6; }
2670 else
2671   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2672 $as_echo "no" >&6; }
2673 fi
2674
2675
2676 fi
2677 if test -z "$ac_cv_prog_STRIP"; then
2678   ac_ct_STRIP=$STRIP
2679   # Extract the first word of "strip", so it can be a program name with args.
2680 set dummy strip; ac_word=$2
2681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2682 $as_echo_n "checking for $ac_word... " >&6; }
2683 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2684   $as_echo_n "(cached) " >&6
2685 else
2686   if test -n "$ac_ct_STRIP"; then
2687   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2688 else
2689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2690 for as_dir in $PATH
2691 do
2692   IFS=$as_save_IFS
2693   test -z "$as_dir" && as_dir=.
2694     for ac_exec_ext in '' $ac_executable_extensions; do
2695   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2696     ac_cv_prog_ac_ct_STRIP="strip"
2697     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2698     break 2
2699   fi
2700 done
2701   done
2702 IFS=$as_save_IFS
2703
2704 fi
2705 fi
2706 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2707 if test -n "$ac_ct_STRIP"; then
2708   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2709 $as_echo "$ac_ct_STRIP" >&6; }
2710 else
2711   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2712 $as_echo "no" >&6; }
2713 fi
2714
2715   if test "x$ac_ct_STRIP" = x; then
2716     STRIP=":"
2717   else
2718     case $cross_compiling:$ac_tool_warned in
2719 yes:)
2720 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2721 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2722 ac_tool_warned=yes ;;
2723 esac
2724     STRIP=$ac_ct_STRIP
2725   fi
2726 else
2727   STRIP="$ac_cv_prog_STRIP"
2728 fi
2729
2730 fi
2731 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2732
2733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2734 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2735 if test -z "$MKDIR_P"; then
2736   if test "${ac_cv_path_mkdir+set}" = set; then :
2737   $as_echo_n "(cached) " >&6
2738 else
2739   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2740 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2741 do
2742   IFS=$as_save_IFS
2743   test -z "$as_dir" && as_dir=.
2744     for ac_prog in mkdir gmkdir; do
2745          for ac_exec_ext in '' $ac_executable_extensions; do
2746            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2747            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2748              'mkdir (GNU coreutils) '* | \
2749              'mkdir (coreutils) '* | \
2750              'mkdir (fileutils) '4.1*)
2751                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2752                break 3;;
2753            esac
2754          done
2755        done
2756   done
2757 IFS=$as_save_IFS
2758
2759 fi
2760
2761   test -d ./--version && rmdir ./--version
2762   if test "${ac_cv_path_mkdir+set}" = set; then
2763     MKDIR_P="$ac_cv_path_mkdir -p"
2764   else
2765     # As a last resort, use the slow shell script.  Don't cache a
2766     # value for MKDIR_P within a source directory, because that will
2767     # break other packages using the cache if that directory is
2768     # removed, or if the value is a relative name.
2769     MKDIR_P="$ac_install_sh -d"
2770   fi
2771 fi
2772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2773 $as_echo "$MKDIR_P" >&6; }
2774
2775 mkdir_p="$MKDIR_P"
2776 case $mkdir_p in
2777   [\\/$]* | ?:[\\/]*) ;;
2778   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2779 esac
2780
2781 for ac_prog in gawk mawk nawk awk
2782 do
2783   # Extract the first word of "$ac_prog", so it can be a program name with args.
2784 set dummy $ac_prog; ac_word=$2
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2786 $as_echo_n "checking for $ac_word... " >&6; }
2787 if test "${ac_cv_prog_AWK+set}" = set; then :
2788   $as_echo_n "(cached) " >&6
2789 else
2790   if test -n "$AWK"; then
2791   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2792 else
2793 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2794 for as_dir in $PATH
2795 do
2796   IFS=$as_save_IFS
2797   test -z "$as_dir" && as_dir=.
2798     for ac_exec_ext in '' $ac_executable_extensions; do
2799   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2800     ac_cv_prog_AWK="$ac_prog"
2801     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2802     break 2
2803   fi
2804 done
2805   done
2806 IFS=$as_save_IFS
2807
2808 fi
2809 fi
2810 AWK=$ac_cv_prog_AWK
2811 if test -n "$AWK"; then
2812   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2813 $as_echo "$AWK" >&6; }
2814 else
2815   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2816 $as_echo "no" >&6; }
2817 fi
2818
2819
2820   test -n "$AWK" && break
2821 done
2822
2823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2824 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2825 set x ${MAKE-make}
2826 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2827 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2828   $as_echo_n "(cached) " >&6
2829 else
2830   cat >conftest.make <<\_ACEOF
2831 SHELL = /bin/sh
2832 all:
2833         @echo '@@@%%%=$(MAKE)=@@@%%%'
2834 _ACEOF
2835 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2836 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2837   *@@@%%%=?*=@@@%%%*)
2838     eval ac_cv_prog_make_${ac_make}_set=yes;;
2839   *)
2840     eval ac_cv_prog_make_${ac_make}_set=no;;
2841 esac
2842 rm -f conftest.make
2843 fi
2844 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2845   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2846 $as_echo "yes" >&6; }
2847   SET_MAKE=
2848 else
2849   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2850 $as_echo "no" >&6; }
2851   SET_MAKE="MAKE=${MAKE-make}"
2852 fi
2853
2854 rm -rf .tst 2>/dev/null
2855 mkdir .tst 2>/dev/null
2856 if test -d .tst; then
2857   am__leading_dot=.
2858 else
2859   am__leading_dot=_
2860 fi
2861 rmdir .tst 2>/dev/null
2862
2863 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2864   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2865   # is not polluted with repeated "-I."
2866   am__isrc=' -I$(srcdir)'
2867   # test to see if srcdir already configured
2868   if test -f $srcdir/config.status; then
2869     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2870   fi
2871 fi
2872
2873 # test whether we have cygpath
2874 if test -z "$CYGPATH_W"; then
2875   if (cygpath --version) >/dev/null 2>/dev/null; then
2876     CYGPATH_W='cygpath -w'
2877   else
2878     CYGPATH_W=echo
2879   fi
2880 fi
2881
2882
2883 # Define the identity of the package.
2884  PACKAGE='libradsec'
2885  VERSION='0.0.2.dev'
2886
2887
2888 cat >>confdefs.h <<_ACEOF
2889 #define PACKAGE "$PACKAGE"
2890 _ACEOF
2891
2892
2893 cat >>confdefs.h <<_ACEOF
2894 #define VERSION "$VERSION"
2895 _ACEOF
2896
2897 # Some tools Automake needs.
2898
2899 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2900
2901
2902 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2903
2904
2905 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2906
2907
2908 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2909
2910
2911 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2912
2913 # We need awk for the "check" target.  The system "awk" is bad on
2914 # some platforms.
2915 # Always define AMTAR for backward compatibility.
2916
2917 AMTAR=${AMTAR-"${am_missing_run}tar"}
2918
2919 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2920
2921
2922
2923
2924
2925 case `pwd` in
2926   *\ * | *\     *)
2927     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
2928 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
2929 esac
2930
2931
2932
2933 macro_version='2.2.6b'
2934 macro_revision='1.3017'
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948 ltmain="$ac_aux_dir/ltmain.sh"
2949
2950 # Make sure we can run config.sub.
2951 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2952   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2953
2954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2955 $as_echo_n "checking build system type... " >&6; }
2956 if test "${ac_cv_build+set}" = set; then :
2957   $as_echo_n "(cached) " >&6
2958 else
2959   ac_build_alias=$build_alias
2960 test "x$ac_build_alias" = x &&
2961   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2962 test "x$ac_build_alias" = x &&
2963   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2964 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2965   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2966
2967 fi
2968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2969 $as_echo "$ac_cv_build" >&6; }
2970 case $ac_cv_build in
2971 *-*-*) ;;
2972 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
2973 esac
2974 build=$ac_cv_build
2975 ac_save_IFS=$IFS; IFS='-'
2976 set x $ac_cv_build
2977 shift
2978 build_cpu=$1
2979 build_vendor=$2
2980 shift; shift
2981 # Remember, the first character of IFS is used to create $*,
2982 # except with old shells:
2983 build_os=$*
2984 IFS=$ac_save_IFS
2985 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2986
2987
2988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2989 $as_echo_n "checking host system type... " >&6; }
2990 if test "${ac_cv_host+set}" = set; then :
2991   $as_echo_n "(cached) " >&6
2992 else
2993   if test "x$host_alias" = x; then
2994   ac_cv_host=$ac_cv_build
2995 else
2996   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2997     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2998 fi
2999
3000 fi
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3002 $as_echo "$ac_cv_host" >&6; }
3003 case $ac_cv_host in
3004 *-*-*) ;;
3005 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
3006 esac
3007 host=$ac_cv_host
3008 ac_save_IFS=$IFS; IFS='-'
3009 set x $ac_cv_host
3010 shift
3011 host_cpu=$1
3012 host_vendor=$2
3013 shift; shift
3014 # Remember, the first character of IFS is used to create $*,
3015 # except with old shells:
3016 host_os=$*
3017 IFS=$ac_save_IFS
3018 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3019
3020
3021 DEPDIR="${am__leading_dot}deps"
3022
3023 ac_config_commands="$ac_config_commands depfiles"
3024
3025
3026 am_make=${MAKE-make}
3027 cat > confinc << 'END'
3028 am__doit:
3029         @echo this is the am__doit target
3030 .PHONY: am__doit
3031 END
3032 # If we don't find an include directive, just comment out the code.
3033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3034 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3035 am__include="#"
3036 am__quote=
3037 _am_result=none
3038 # First try GNU make style include.
3039 echo "include confinc" > confmf
3040 # Ignore all kinds of additional output from `make'.
3041 case `$am_make -s -f confmf 2> /dev/null` in #(
3042 *the\ am__doit\ target*)
3043   am__include=include
3044   am__quote=
3045   _am_result=GNU
3046   ;;
3047 esac
3048 # Now try BSD make style include.
3049 if test "$am__include" = "#"; then
3050    echo '.include "confinc"' > confmf
3051    case `$am_make -s -f confmf 2> /dev/null` in #(
3052    *the\ am__doit\ target*)
3053      am__include=.include
3054      am__quote="\""
3055      _am_result=BSD
3056      ;;
3057    esac
3058 fi
3059
3060
3061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3062 $as_echo "$_am_result" >&6; }
3063 rm -f confinc confmf
3064
3065 # Check whether --enable-dependency-tracking was given.
3066 if test "${enable_dependency_tracking+set}" = set; then :
3067   enableval=$enable_dependency_tracking;
3068 fi
3069
3070 if test "x$enable_dependency_tracking" != xno; then
3071   am_depcomp="$ac_aux_dir/depcomp"
3072   AMDEPBACKSLASH='\'
3073 fi
3074  if test "x$enable_dependency_tracking" != xno; then
3075   AMDEP_TRUE=
3076   AMDEP_FALSE='#'
3077 else
3078   AMDEP_TRUE='#'
3079   AMDEP_FALSE=
3080 fi
3081
3082
3083 ac_ext=c
3084 ac_cpp='$CPP $CPPFLAGS'
3085 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3086 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3087 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3088 if test -n "$ac_tool_prefix"; then
3089   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3090 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3092 $as_echo_n "checking for $ac_word... " >&6; }
3093 if test "${ac_cv_prog_CC+set}" = set; then :
3094   $as_echo_n "(cached) " >&6
3095 else
3096   if test -n "$CC"; then
3097   ac_cv_prog_CC="$CC" # Let the user override the test.
3098 else
3099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3100 for as_dir in $PATH
3101 do
3102   IFS=$as_save_IFS
3103   test -z "$as_dir" && as_dir=.
3104     for ac_exec_ext in '' $ac_executable_extensions; do
3105   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3106     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3107     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3108     break 2
3109   fi
3110 done
3111   done
3112 IFS=$as_save_IFS
3113
3114 fi
3115 fi
3116 CC=$ac_cv_prog_CC
3117 if test -n "$CC"; then
3118   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3119 $as_echo "$CC" >&6; }
3120 else
3121   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3122 $as_echo "no" >&6; }
3123 fi
3124
3125
3126 fi
3127 if test -z "$ac_cv_prog_CC"; then
3128   ac_ct_CC=$CC
3129   # Extract the first word of "gcc", so it can be a program name with args.
3130 set dummy gcc; ac_word=$2
3131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3132 $as_echo_n "checking for $ac_word... " >&6; }
3133 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3134   $as_echo_n "(cached) " >&6
3135 else
3136   if test -n "$ac_ct_CC"; then
3137   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3138 else
3139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3140 for as_dir in $PATH
3141 do
3142   IFS=$as_save_IFS
3143   test -z "$as_dir" && as_dir=.
3144     for ac_exec_ext in '' $ac_executable_extensions; do
3145   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3146     ac_cv_prog_ac_ct_CC="gcc"
3147     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3148     break 2
3149   fi
3150 done
3151   done
3152 IFS=$as_save_IFS
3153
3154 fi
3155 fi
3156 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3157 if test -n "$ac_ct_CC"; then
3158   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3159 $as_echo "$ac_ct_CC" >&6; }
3160 else
3161   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3162 $as_echo "no" >&6; }
3163 fi
3164
3165   if test "x$ac_ct_CC" = x; then
3166     CC=""
3167   else
3168     case $cross_compiling:$ac_tool_warned in
3169 yes:)
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3171 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3172 ac_tool_warned=yes ;;
3173 esac
3174     CC=$ac_ct_CC
3175   fi
3176 else
3177   CC="$ac_cv_prog_CC"
3178 fi
3179
3180 if test -z "$CC"; then
3181           if test -n "$ac_tool_prefix"; then
3182     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3183 set dummy ${ac_tool_prefix}cc; ac_word=$2
3184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3185 $as_echo_n "checking for $ac_word... " >&6; }
3186 if test "${ac_cv_prog_CC+set}" = set; then :
3187   $as_echo_n "(cached) " >&6
3188 else
3189   if test -n "$CC"; then
3190   ac_cv_prog_CC="$CC" # Let the user override the test.
3191 else
3192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3193 for as_dir in $PATH
3194 do
3195   IFS=$as_save_IFS
3196   test -z "$as_dir" && as_dir=.
3197     for ac_exec_ext in '' $ac_executable_extensions; do
3198   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3199     ac_cv_prog_CC="${ac_tool_prefix}cc"
3200     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3201     break 2
3202   fi
3203 done
3204   done
3205 IFS=$as_save_IFS
3206
3207 fi
3208 fi
3209 CC=$ac_cv_prog_CC
3210 if test -n "$CC"; then
3211   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3212 $as_echo "$CC" >&6; }
3213 else
3214   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3215 $as_echo "no" >&6; }
3216 fi
3217
3218
3219   fi
3220 fi
3221 if test -z "$CC"; then
3222   # Extract the first word of "cc", so it can be a program name with args.
3223 set dummy cc; ac_word=$2
3224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3225 $as_echo_n "checking for $ac_word... " >&6; }
3226 if test "${ac_cv_prog_CC+set}" = set; then :
3227   $as_echo_n "(cached) " >&6
3228 else
3229   if test -n "$CC"; then
3230   ac_cv_prog_CC="$CC" # Let the user override the test.
3231 else
3232   ac_prog_rejected=no
3233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3234 for as_dir in $PATH
3235 do
3236   IFS=$as_save_IFS
3237   test -z "$as_dir" && as_dir=.
3238     for ac_exec_ext in '' $ac_executable_extensions; do
3239   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3240     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3241        ac_prog_rejected=yes
3242        continue
3243      fi
3244     ac_cv_prog_CC="cc"
3245     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3246     break 2
3247   fi
3248 done
3249   done
3250 IFS=$as_save_IFS
3251
3252 if test $ac_prog_rejected = yes; then
3253   # We found a bogon in the path, so make sure we never use it.
3254   set dummy $ac_cv_prog_CC
3255   shift
3256   if test $# != 0; then
3257     # We chose a different compiler from the bogus one.
3258     # However, it has the same basename, so the bogon will be chosen
3259     # first if we set CC to just the basename; use the full file name.
3260     shift
3261     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3262   fi
3263 fi
3264 fi
3265 fi
3266 CC=$ac_cv_prog_CC
3267 if test -n "$CC"; then
3268   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3269 $as_echo "$CC" >&6; }
3270 else
3271   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3272 $as_echo "no" >&6; }
3273 fi
3274
3275
3276 fi
3277 if test -z "$CC"; then
3278   if test -n "$ac_tool_prefix"; then
3279   for ac_prog in cl.exe
3280   do
3281     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3282 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3284 $as_echo_n "checking for $ac_word... " >&6; }
3285 if test "${ac_cv_prog_CC+set}" = set; then :
3286   $as_echo_n "(cached) " >&6
3287 else
3288   if test -n "$CC"; then
3289   ac_cv_prog_CC="$CC" # Let the user override the test.
3290 else
3291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3292 for as_dir in $PATH
3293 do
3294   IFS=$as_save_IFS
3295   test -z "$as_dir" && as_dir=.
3296     for ac_exec_ext in '' $ac_executable_extensions; do
3297   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3298     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3299     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3300     break 2
3301   fi
3302 done
3303   done
3304 IFS=$as_save_IFS
3305
3306 fi
3307 fi
3308 CC=$ac_cv_prog_CC
3309 if test -n "$CC"; then
3310   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3311 $as_echo "$CC" >&6; }
3312 else
3313   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3314 $as_echo "no" >&6; }
3315 fi
3316
3317
3318     test -n "$CC" && break
3319   done
3320 fi
3321 if test -z "$CC"; then
3322   ac_ct_CC=$CC
3323   for ac_prog in cl.exe
3324 do
3325   # Extract the first word of "$ac_prog", so it can be a program name with args.
3326 set dummy $ac_prog; ac_word=$2
3327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3328 $as_echo_n "checking for $ac_word... " >&6; }
3329 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3330   $as_echo_n "(cached) " >&6
3331 else
3332   if test -n "$ac_ct_CC"; then
3333   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3334 else
3335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3336 for as_dir in $PATH
3337 do
3338   IFS=$as_save_IFS
3339   test -z "$as_dir" && as_dir=.
3340     for ac_exec_ext in '' $ac_executable_extensions; do
3341   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3342     ac_cv_prog_ac_ct_CC="$ac_prog"
3343     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3344     break 2
3345   fi
3346 done
3347   done
3348 IFS=$as_save_IFS
3349
3350 fi
3351 fi
3352 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3353 if test -n "$ac_ct_CC"; then
3354   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3355 $as_echo "$ac_ct_CC" >&6; }
3356 else
3357   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3358 $as_echo "no" >&6; }
3359 fi
3360
3361
3362   test -n "$ac_ct_CC" && break
3363 done
3364
3365   if test "x$ac_ct_CC" = x; then
3366     CC=""
3367   else
3368     case $cross_compiling:$ac_tool_warned in
3369 yes:)
3370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3371 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3372 ac_tool_warned=yes ;;
3373 esac
3374     CC=$ac_ct_CC
3375   fi
3376 fi
3377
3378 fi
3379
3380
3381 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3382 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3383 as_fn_error $? "no acceptable C compiler found in \$PATH
3384 See \`config.log' for more details" "$LINENO" 5 ; }
3385
3386 # Provide some information about the compiler.
3387 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3388 set X $ac_compile
3389 ac_compiler=$2
3390 for ac_option in --version -v -V -qversion; do
3391   { { ac_try="$ac_compiler $ac_option >&5"
3392 case "(($ac_try" in
3393   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3394   *) ac_try_echo=$ac_try;;
3395 esac
3396 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3397 $as_echo "$ac_try_echo"; } >&5
3398   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3399   ac_status=$?
3400   if test -s conftest.err; then
3401     sed '10a\
3402 ... rest of stderr output deleted ...
3403          10q' conftest.err >conftest.er1
3404     cat conftest.er1 >&5
3405   fi
3406   rm -f conftest.er1 conftest.err
3407   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3408   test $ac_status = 0; }
3409 done
3410
3411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3412 /* end confdefs.h.  */
3413
3414 int
3415 main ()
3416 {
3417
3418   ;
3419   return 0;
3420 }
3421 _ACEOF
3422 ac_clean_files_save=$ac_clean_files
3423 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3424 # Try to create an executable without -o first, disregard a.out.
3425 # It will help us diagnose broken compilers, and finding out an intuition
3426 # of exeext.
3427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3428 $as_echo_n "checking whether the C compiler works... " >&6; }
3429 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3430
3431 # The possible output files:
3432 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3433
3434 ac_rmfiles=
3435 for ac_file in $ac_files
3436 do
3437   case $ac_file in
3438     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3439     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3440   esac
3441 done
3442 rm -f $ac_rmfiles
3443
3444 if { { ac_try="$ac_link_default"
3445 case "(($ac_try" in
3446   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3447   *) ac_try_echo=$ac_try;;
3448 esac
3449 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3450 $as_echo "$ac_try_echo"; } >&5
3451   (eval "$ac_link_default") 2>&5
3452   ac_status=$?
3453   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3454   test $ac_status = 0; }; then :
3455   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3456 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3457 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3458 # so that the user can short-circuit this test for compilers unknown to
3459 # Autoconf.
3460 for ac_file in $ac_files ''
3461 do
3462   test -f "$ac_file" || continue
3463   case $ac_file in
3464     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3465         ;;
3466     [ab].out )
3467         # We found the default executable, but exeext='' is most
3468         # certainly right.
3469         break;;
3470     *.* )
3471         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3472         then :; else
3473            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3474         fi
3475         # We set ac_cv_exeext here because the later test for it is not
3476         # safe: cross compilers may not add the suffix if given an `-o'
3477         # argument, so we may need to know it at that point already.
3478         # Even if this section looks crufty: it has the advantage of
3479         # actually working.
3480         break;;
3481     * )
3482         break;;
3483   esac
3484 done
3485 test "$ac_cv_exeext" = no && ac_cv_exeext=
3486
3487 else
3488   ac_file=''
3489 fi
3490 if test -z "$ac_file"; then :
3491   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3492 $as_echo "no" >&6; }
3493 $as_echo "$as_me: failed program was:" >&5
3494 sed 's/^/| /' conftest.$ac_ext >&5
3495
3496 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3497 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3498 as_fn_error 77 "C compiler cannot create executables
3499 See \`config.log' for more details" "$LINENO" 5 ; }
3500 else
3501   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3502 $as_echo "yes" >&6; }
3503 fi
3504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3505 $as_echo_n "checking for C compiler default output file name... " >&6; }
3506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3507 $as_echo "$ac_file" >&6; }
3508 ac_exeext=$ac_cv_exeext
3509
3510 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3511 ac_clean_files=$ac_clean_files_save
3512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3513 $as_echo_n "checking for suffix of executables... " >&6; }
3514 if { { ac_try="$ac_link"
3515 case "(($ac_try" in
3516   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3517   *) ac_try_echo=$ac_try;;
3518 esac
3519 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3520 $as_echo "$ac_try_echo"; } >&5
3521   (eval "$ac_link") 2>&5
3522   ac_status=$?
3523   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3524   test $ac_status = 0; }; then :
3525   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3526 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3527 # work properly (i.e., refer to `conftest.exe'), while it won't with
3528 # `rm'.
3529 for ac_file in conftest.exe conftest conftest.*; do
3530   test -f "$ac_file" || continue
3531   case $ac_file in
3532     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3533     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3534           break;;
3535     * ) break;;
3536   esac
3537 done
3538 else
3539   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3540 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3541 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3542 See \`config.log' for more details" "$LINENO" 5 ; }
3543 fi
3544 rm -f conftest conftest$ac_cv_exeext
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3546 $as_echo "$ac_cv_exeext" >&6; }
3547
3548 rm -f conftest.$ac_ext
3549 EXEEXT=$ac_cv_exeext
3550 ac_exeext=$EXEEXT
3551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3552 /* end confdefs.h.  */
3553 #include <stdio.h>
3554 int
3555 main ()
3556 {
3557 FILE *f = fopen ("conftest.out", "w");
3558  return ferror (f) || fclose (f) != 0;
3559
3560   ;
3561   return 0;
3562 }
3563 _ACEOF
3564 ac_clean_files="$ac_clean_files conftest.out"
3565 # Check that the compiler produces executables we can run.  If not, either
3566 # the compiler is broken, or we cross compile.
3567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3568 $as_echo_n "checking whether we are cross compiling... " >&6; }
3569 if test "$cross_compiling" != yes; then
3570   { { ac_try="$ac_link"
3571 case "(($ac_try" in
3572   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3573   *) ac_try_echo=$ac_try;;
3574 esac
3575 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3576 $as_echo "$ac_try_echo"; } >&5
3577   (eval "$ac_link") 2>&5
3578   ac_status=$?
3579   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3580   test $ac_status = 0; }
3581   if { ac_try='./conftest$ac_cv_exeext'
3582   { { case "(($ac_try" in
3583   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3584   *) ac_try_echo=$ac_try;;
3585 esac
3586 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3587 $as_echo "$ac_try_echo"; } >&5
3588   (eval "$ac_try") 2>&5
3589   ac_status=$?
3590   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3591   test $ac_status = 0; }; }; then
3592     cross_compiling=no
3593   else
3594     if test "$cross_compiling" = maybe; then
3595         cross_compiling=yes
3596     else
3597         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3598 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3599 as_fn_error $? "cannot run C compiled programs.
3600 If you meant to cross compile, use \`--host'.
3601 See \`config.log' for more details" "$LINENO" 5 ; }
3602     fi
3603   fi
3604 fi
3605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3606 $as_echo "$cross_compiling" >&6; }
3607
3608 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3609 ac_clean_files=$ac_clean_files_save
3610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3611 $as_echo_n "checking for suffix of object files... " >&6; }
3612 if test "${ac_cv_objext+set}" = set; then :
3613   $as_echo_n "(cached) " >&6
3614 else
3615   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3616 /* end confdefs.h.  */
3617
3618 int
3619 main ()
3620 {
3621
3622   ;
3623   return 0;
3624 }
3625 _ACEOF
3626 rm -f conftest.o conftest.obj
3627 if { { ac_try="$ac_compile"
3628 case "(($ac_try" in
3629   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3630   *) ac_try_echo=$ac_try;;
3631 esac
3632 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3633 $as_echo "$ac_try_echo"; } >&5
3634   (eval "$ac_compile") 2>&5
3635   ac_status=$?
3636   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3637   test $ac_status = 0; }; then :
3638   for ac_file in conftest.o conftest.obj conftest.*; do
3639   test -f "$ac_file" || continue;
3640   case $ac_file in
3641     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3642     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3643        break;;
3644   esac
3645 done
3646 else
3647   $as_echo "$as_me: failed program was:" >&5
3648 sed 's/^/| /' conftest.$ac_ext >&5
3649
3650 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3651 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3652 as_fn_error $? "cannot compute suffix of object files: cannot compile
3653 See \`config.log' for more details" "$LINENO" 5 ; }
3654 fi
3655 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3656 fi
3657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3658 $as_echo "$ac_cv_objext" >&6; }
3659 OBJEXT=$ac_cv_objext
3660 ac_objext=$OBJEXT
3661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3662 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3663 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3664   $as_echo_n "(cached) " >&6
3665 else
3666   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3667 /* end confdefs.h.  */
3668
3669 int
3670 main ()
3671 {
3672 #ifndef __GNUC__
3673        choke me
3674 #endif
3675
3676   ;
3677   return 0;
3678 }
3679 _ACEOF
3680 if ac_fn_c_try_compile "$LINENO"; then :
3681   ac_compiler_gnu=yes
3682 else
3683   ac_compiler_gnu=no
3684 fi
3685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3686 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3687
3688 fi
3689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3690 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3691 if test $ac_compiler_gnu = yes; then
3692   GCC=yes
3693 else
3694   GCC=
3695 fi
3696 ac_test_CFLAGS=${CFLAGS+set}
3697 ac_save_CFLAGS=$CFLAGS
3698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3699 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3700 if test "${ac_cv_prog_cc_g+set}" = set; then :
3701   $as_echo_n "(cached) " >&6
3702 else
3703   ac_save_c_werror_flag=$ac_c_werror_flag
3704    ac_c_werror_flag=yes
3705    ac_cv_prog_cc_g=no
3706    CFLAGS="-g"
3707    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3708 /* end confdefs.h.  */
3709
3710 int
3711 main ()
3712 {
3713
3714   ;
3715   return 0;
3716 }
3717 _ACEOF
3718 if ac_fn_c_try_compile "$LINENO"; then :
3719   ac_cv_prog_cc_g=yes
3720 else
3721   CFLAGS=""
3722       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3723 /* end confdefs.h.  */
3724
3725 int
3726 main ()
3727 {
3728
3729   ;
3730   return 0;
3731 }
3732 _ACEOF
3733 if ac_fn_c_try_compile "$LINENO"; then :
3734
3735 else
3736   ac_c_werror_flag=$ac_save_c_werror_flag
3737          CFLAGS="-g"
3738          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3739 /* end confdefs.h.  */
3740
3741 int
3742 main ()
3743 {
3744
3745   ;
3746   return 0;
3747 }
3748 _ACEOF
3749 if ac_fn_c_try_compile "$LINENO"; then :
3750   ac_cv_prog_cc_g=yes
3751 fi
3752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3753 fi
3754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3755 fi
3756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3757    ac_c_werror_flag=$ac_save_c_werror_flag
3758 fi
3759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3760 $as_echo "$ac_cv_prog_cc_g" >&6; }
3761 if test "$ac_test_CFLAGS" = set; then
3762   CFLAGS=$ac_save_CFLAGS
3763 elif test $ac_cv_prog_cc_g = yes; then
3764   if test "$GCC" = yes; then
3765     CFLAGS="-g -O2"
3766   else
3767     CFLAGS="-g"
3768   fi
3769 else
3770   if test "$GCC" = yes; then
3771     CFLAGS="-O2"
3772   else
3773     CFLAGS=
3774   fi
3775 fi
3776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3777 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3778 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3779   $as_echo_n "(cached) " >&6
3780 else
3781   ac_cv_prog_cc_c89=no
3782 ac_save_CC=$CC
3783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3784 /* end confdefs.h.  */
3785 #include <stdarg.h>
3786 #include <stdio.h>
3787 #include <sys/types.h>
3788 #include <sys/stat.h>
3789 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3790 struct buf { int x; };
3791 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3792 static char *e (p, i)
3793      char **p;
3794      int i;
3795 {
3796   return p[i];
3797 }
3798 static char *f (char * (*g) (char **, int), char **p, ...)
3799 {
3800   char *s;
3801   va_list v;
3802   va_start (v,p);
3803   s = g (p, va_arg (v,int));
3804   va_end (v);
3805   return s;
3806 }
3807
3808 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3809    function prototypes and stuff, but not '\xHH' hex character constants.
3810    These don't provoke an error unfortunately, instead are silently treated
3811    as 'x'.  The following induces an error, until -std is added to get
3812    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3813    array size at least.  It's necessary to write '\x00'==0 to get something
3814    that's true only with -std.  */
3815 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3816
3817 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3818    inside strings and character constants.  */
3819 #define FOO(x) 'x'
3820 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3821
3822 int test (int i, double x);
3823 struct s1 {int (*f) (int a);};
3824 struct s2 {int (*f) (double a);};
3825 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3826 int argc;
3827 char **argv;
3828 int
3829 main ()
3830 {
3831 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3832   ;
3833   return 0;
3834 }
3835 _ACEOF
3836 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3837         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3838 do
3839   CC="$ac_save_CC $ac_arg"
3840   if ac_fn_c_try_compile "$LINENO"; then :
3841   ac_cv_prog_cc_c89=$ac_arg
3842 fi
3843 rm -f core conftest.err conftest.$ac_objext
3844   test "x$ac_cv_prog_cc_c89" != "xno" && break
3845 done
3846 rm -f conftest.$ac_ext
3847 CC=$ac_save_CC
3848
3849 fi
3850 # AC_CACHE_VAL
3851 case "x$ac_cv_prog_cc_c89" in
3852   x)
3853     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3854 $as_echo "none needed" >&6; } ;;
3855   xno)
3856     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3857 $as_echo "unsupported" >&6; } ;;
3858   *)
3859     CC="$CC $ac_cv_prog_cc_c89"
3860     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3861 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3862 esac
3863 if test "x$ac_cv_prog_cc_c89" != xno; then :
3864
3865 fi
3866
3867 ac_ext=c
3868 ac_cpp='$CPP $CPPFLAGS'
3869 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3870 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3871 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3872
3873 depcc="$CC"   am_compiler_list=
3874
3875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3876 $as_echo_n "checking dependency style of $depcc... " >&6; }
3877 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3878   $as_echo_n "(cached) " >&6
3879 else
3880   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3881   # We make a subdir and do the tests there.  Otherwise we can end up
3882   # making bogus files that we don't know about and never remove.  For
3883   # instance it was reported that on HP-UX the gcc test will end up
3884   # making a dummy file named `D' -- because `-MD' means `put the output
3885   # in D'.
3886   mkdir conftest.dir
3887   # Copy depcomp to subdir because otherwise we won't find it if we're
3888   # using a relative directory.
3889   cp "$am_depcomp" conftest.dir
3890   cd conftest.dir
3891   # We will build objects and dependencies in a subdirectory because
3892   # it helps to detect inapplicable dependency modes.  For instance
3893   # both Tru64's cc and ICC support -MD to output dependencies as a
3894   # side effect of compilation, but ICC will put the dependencies in
3895   # the current directory while Tru64 will put them in the object
3896   # directory.
3897   mkdir sub
3898
3899   am_cv_CC_dependencies_compiler_type=none
3900   if test "$am_compiler_list" = ""; then
3901      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3902   fi
3903   am__universal=false
3904   case " $depcc " in #(
3905      *\ -arch\ *\ -arch\ *) am__universal=true ;;
3906      esac
3907
3908   for depmode in $am_compiler_list; do
3909     # Setup a source with many dependencies, because some compilers
3910     # like to wrap large dependency lists on column 80 (with \), and
3911     # we should not choose a depcomp mode which is confused by this.
3912     #
3913     # We need to recreate these files for each test, as the compiler may
3914     # overwrite some of them when testing with obscure command lines.
3915     # This happens at least with the AIX C compiler.
3916     : > sub/conftest.c
3917     for i in 1 2 3 4 5 6; do
3918       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3919       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3920       # Solaris 8's {/usr,}/bin/sh.
3921       touch sub/conftst$i.h
3922     done
3923     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3924
3925     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3926     # mode.  It turns out that the SunPro C++ compiler does not properly
3927     # handle `-M -o', and we need to detect this.  Also, some Intel
3928     # versions had trouble with output in subdirs
3929     am__obj=sub/conftest.${OBJEXT-o}
3930     am__minus_obj="-o $am__obj"
3931     case $depmode in
3932     gcc)
3933       # This depmode causes a compiler race in universal mode.
3934       test "$am__universal" = false || continue
3935       ;;
3936     nosideeffect)
3937       # after this tag, mechanisms are not by side-effect, so they'll
3938       # only be used when explicitly requested
3939       if test "x$enable_dependency_tracking" = xyes; then
3940         continue
3941       else
3942         break
3943       fi
3944       ;;
3945     msvisualcpp | msvcmsys)
3946       # This compiler won't grok `-c -o', but also, the minuso test has
3947       # not run yet.  These depmodes are late enough in the game, and
3948       # so weak that their functioning should not be impacted.
3949       am__obj=conftest.${OBJEXT-o}
3950       am__minus_obj=
3951       ;;
3952     none) break ;;
3953     esac
3954     if depmode=$depmode \
3955        source=sub/conftest.c object=$am__obj \
3956        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3957        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3958          >/dev/null 2>conftest.err &&
3959        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3960        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3961        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3962        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3963       # icc doesn't choke on unknown options, it will just issue warnings
3964       # or remarks (even with -Werror).  So we grep stderr for any message
3965       # that says an option was ignored or not supported.
3966       # When given -MP, icc 7.0 and 7.1 complain thusly:
3967       #   icc: Command line warning: ignoring option '-M'; no argument required
3968       # The diagnosis changed in icc 8.0:
3969       #   icc: Command line remark: option '-MP' not supported
3970       if (grep 'ignoring option' conftest.err ||
3971           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3972         am_cv_CC_dependencies_compiler_type=$depmode
3973         break
3974       fi
3975     fi
3976   done
3977
3978   cd ..
3979   rm -rf conftest.dir
3980 else
3981   am_cv_CC_dependencies_compiler_type=none
3982 fi
3983
3984 fi
3985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3986 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3987 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3988
3989  if
3990   test "x$enable_dependency_tracking" != xno \
3991   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3992   am__fastdepCC_TRUE=
3993   am__fastdepCC_FALSE='#'
3994 else
3995   am__fastdepCC_TRUE='#'
3996   am__fastdepCC_FALSE=
3997 fi
3998
3999
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4001 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4002 if test "${ac_cv_path_SED+set}" = set; then :
4003   $as_echo_n "(cached) " >&6
4004 else
4005             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4006      for ac_i in 1 2 3 4 5 6 7; do
4007        ac_script="$ac_script$as_nl$ac_script"
4008      done
4009      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4010      { ac_script=; unset ac_script;}
4011      if test -z "$SED"; then
4012   ac_path_SED_found=false
4013   # Loop through the user's path and test for each of PROGNAME-LIST
4014   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4015 for as_dir in $PATH
4016 do
4017   IFS=$as_save_IFS
4018   test -z "$as_dir" && as_dir=.
4019     for ac_prog in sed gsed; do
4020     for ac_exec_ext in '' $ac_executable_extensions; do
4021       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4022       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4023 # Check for GNU ac_path_SED and select it if it is found.
4024   # Check for GNU $ac_path_SED
4025 case `"$ac_path_SED" --version 2>&1` in
4026 *GNU*)
4027   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4028 *)
4029   ac_count=0
4030   $as_echo_n 0123456789 >"conftest.in"
4031   while :
4032   do
4033     cat "conftest.in" "conftest.in" >"conftest.tmp"
4034     mv "conftest.tmp" "conftest.in"
4035     cp "conftest.in" "conftest.nl"
4036     $as_echo '' >> "conftest.nl"
4037     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4038     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4039     as_fn_arith $ac_count + 1 && ac_count=$as_val
4040     if test $ac_count -gt ${ac_path_SED_max-0}; then
4041       # Best one so far, save it but keep looking for a better one
4042       ac_cv_path_SED="$ac_path_SED"
4043       ac_path_SED_max=$ac_count
4044     fi
4045     # 10*(2^10) chars as input seems more than enough
4046     test $ac_count -gt 10 && break
4047   done
4048   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4049 esac
4050
4051       $ac_path_SED_found && break 3
4052     done
4053   done
4054   done
4055 IFS=$as_save_IFS
4056   if test -z "$ac_cv_path_SED"; then
4057     as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4058   fi
4059 else
4060   ac_cv_path_SED=$SED
4061 fi
4062
4063 fi
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4065 $as_echo "$ac_cv_path_SED" >&6; }
4066  SED="$ac_cv_path_SED"
4067   rm -f conftest.sed
4068
4069 test -z "$SED" && SED=sed
4070 Xsed="$SED -e 1s/^X//"
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4083 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4084 if test "${ac_cv_path_GREP+set}" = set; then :
4085   $as_echo_n "(cached) " >&6
4086 else
4087   if test -z "$GREP"; then
4088   ac_path_GREP_found=false
4089   # Loop through the user's path and test for each of PROGNAME-LIST
4090   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4091 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4092 do
4093   IFS=$as_save_IFS
4094   test -z "$as_dir" && as_dir=.
4095     for ac_prog in grep ggrep; do
4096     for ac_exec_ext in '' $ac_executable_extensions; do
4097       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4098       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4099 # Check for GNU ac_path_GREP and select it if it is found.
4100   # Check for GNU $ac_path_GREP
4101 case `"$ac_path_GREP" --version 2>&1` in
4102 *GNU*)
4103   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4104 *)
4105   ac_count=0
4106   $as_echo_n 0123456789 >"conftest.in"
4107   while :
4108   do
4109     cat "conftest.in" "conftest.in" >"conftest.tmp"
4110     mv "conftest.tmp" "conftest.in"
4111     cp "conftest.in" "conftest.nl"
4112     $as_echo 'GREP' >> "conftest.nl"
4113     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4114     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4115     as_fn_arith $ac_count + 1 && ac_count=$as_val
4116     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4117       # Best one so far, save it but keep looking for a better one
4118       ac_cv_path_GREP="$ac_path_GREP"
4119       ac_path_GREP_max=$ac_count
4120     fi
4121     # 10*(2^10) chars as input seems more than enough
4122     test $ac_count -gt 10 && break
4123   done
4124   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4125 esac
4126
4127       $ac_path_GREP_found && break 3
4128     done
4129   done
4130   done
4131 IFS=$as_save_IFS
4132   if test -z "$ac_cv_path_GREP"; then
4133     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4134   fi
4135 else
4136   ac_cv_path_GREP=$GREP
4137 fi
4138
4139 fi
4140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4141 $as_echo "$ac_cv_path_GREP" >&6; }
4142  GREP="$ac_cv_path_GREP"
4143
4144
4145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4146 $as_echo_n "checking for egrep... " >&6; }
4147 if test "${ac_cv_path_EGREP+set}" = set; then :
4148   $as_echo_n "(cached) " >&6
4149 else
4150   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4151    then ac_cv_path_EGREP="$GREP -E"
4152    else
4153      if test -z "$EGREP"; then
4154   ac_path_EGREP_found=false
4155   # Loop through the user's path and test for each of PROGNAME-LIST
4156   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4157 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4158 do
4159   IFS=$as_save_IFS
4160   test -z "$as_dir" && as_dir=.
4161     for ac_prog in egrep; do
4162     for ac_exec_ext in '' $ac_executable_extensions; do
4163       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4164       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4165 # Check for GNU ac_path_EGREP and select it if it is found.
4166   # Check for GNU $ac_path_EGREP
4167 case `"$ac_path_EGREP" --version 2>&1` in
4168 *GNU*)
4169   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4170 *)
4171   ac_count=0
4172   $as_echo_n 0123456789 >"conftest.in"
4173   while :
4174   do
4175     cat "conftest.in" "conftest.in" >"conftest.tmp"
4176     mv "conftest.tmp" "conftest.in"
4177     cp "conftest.in" "conftest.nl"
4178     $as_echo 'EGREP' >> "conftest.nl"
4179     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4180     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4181     as_fn_arith $ac_count + 1 && ac_count=$as_val
4182     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4183       # Best one so far, save it but keep looking for a better one
4184       ac_cv_path_EGREP="$ac_path_EGREP"
4185       ac_path_EGREP_max=$ac_count
4186     fi
4187     # 10*(2^10) chars as input seems more than enough
4188     test $ac_count -gt 10 && break
4189   done
4190   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4191 esac
4192
4193       $ac_path_EGREP_found && break 3
4194     done
4195   done
4196   done
4197 IFS=$as_save_IFS
4198   if test -z "$ac_cv_path_EGREP"; then
4199     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4200   fi
4201 else
4202   ac_cv_path_EGREP=$EGREP
4203 fi
4204
4205    fi
4206 fi
4207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4208 $as_echo "$ac_cv_path_EGREP" >&6; }
4209  EGREP="$ac_cv_path_EGREP"
4210
4211
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4213 $as_echo_n "checking for fgrep... " >&6; }
4214 if test "${ac_cv_path_FGREP+set}" = set; then :
4215   $as_echo_n "(cached) " >&6
4216 else
4217   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4218    then ac_cv_path_FGREP="$GREP -F"
4219    else
4220      if test -z "$FGREP"; then
4221   ac_path_FGREP_found=false
4222   # Loop through the user's path and test for each of PROGNAME-LIST
4223   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4224 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4225 do
4226   IFS=$as_save_IFS
4227   test -z "$as_dir" && as_dir=.
4228     for ac_prog in fgrep; do
4229     for ac_exec_ext in '' $ac_executable_extensions; do
4230       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4231       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4232 # Check for GNU ac_path_FGREP and select it if it is found.
4233   # Check for GNU $ac_path_FGREP
4234 case `"$ac_path_FGREP" --version 2>&1` in
4235 *GNU*)
4236   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4237 *)
4238   ac_count=0
4239   $as_echo_n 0123456789 >"conftest.in"
4240   while :
4241   do
4242     cat "conftest.in" "conftest.in" >"conftest.tmp"
4243     mv "conftest.tmp" "conftest.in"
4244     cp "conftest.in" "conftest.nl"
4245     $as_echo 'FGREP' >> "conftest.nl"
4246     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4247     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4248     as_fn_arith $ac_count + 1 && ac_count=$as_val
4249     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4250       # Best one so far, save it but keep looking for a better one
4251       ac_cv_path_FGREP="$ac_path_FGREP"
4252       ac_path_FGREP_max=$ac_count
4253     fi
4254     # 10*(2^10) chars as input seems more than enough
4255     test $ac_count -gt 10 && break
4256   done
4257   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4258 esac
4259
4260       $ac_path_FGREP_found && break 3
4261     done
4262   done
4263   done
4264 IFS=$as_save_IFS
4265   if test -z "$ac_cv_path_FGREP"; then
4266     as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4267   fi
4268 else
4269   ac_cv_path_FGREP=$FGREP
4270 fi
4271
4272    fi
4273 fi
4274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4275 $as_echo "$ac_cv_path_FGREP" >&6; }
4276  FGREP="$ac_cv_path_FGREP"
4277
4278
4279 test -z "$GREP" && GREP=grep
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299 # Check whether --with-gnu-ld was given.
4300 if test "${with_gnu_ld+set}" = set; then :
4301   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4302 else
4303   with_gnu_ld=no
4304 fi
4305
4306 ac_prog=ld
4307 if test "$GCC" = yes; then
4308   # Check if gcc -print-prog-name=ld gives a path.
4309   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4310 $as_echo_n "checking for ld used by $CC... " >&6; }
4311   case $host in
4312   *-*-mingw*)
4313     # gcc leaves a trailing carriage return which upsets mingw
4314     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4315   *)
4316     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4317   esac
4318   case $ac_prog in
4319     # Accept absolute paths.
4320     [\\/]* | ?:[\\/]*)
4321       re_direlt='/[^/][^/]*/\.\./'
4322       # Canonicalize the pathname of ld
4323       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4324       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4325         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4326       done
4327       test -z "$LD" && LD="$ac_prog"
4328       ;;
4329   "")
4330     # If it fails, then pretend we aren't using GCC.
4331     ac_prog=ld
4332     ;;
4333   *)
4334     # If it is relative, then search for the first ld in PATH.
4335     with_gnu_ld=unknown
4336     ;;
4337   esac
4338 elif test "$with_gnu_ld" = yes; then
4339   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4340 $as_echo_n "checking for GNU ld... " >&6; }
4341 else
4342   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4343 $as_echo_n "checking for non-GNU ld... " >&6; }
4344 fi
4345 if test "${lt_cv_path_LD+set}" = set; then :
4346   $as_echo_n "(cached) " >&6
4347 else
4348   if test -z "$LD"; then
4349   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4350   for ac_dir in $PATH; do
4351     IFS="$lt_save_ifs"
4352     test -z "$ac_dir" && ac_dir=.
4353     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4354       lt_cv_path_LD="$ac_dir/$ac_prog"
4355       # Check to see if the program is GNU ld.  I'd rather use --version,
4356       # but apparently some variants of GNU ld only accept -v.
4357       # Break only if it was the GNU/non-GNU ld that we prefer.
4358       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4359       *GNU* | *'with BFD'*)
4360         test "$with_gnu_ld" != no && break
4361         ;;
4362       *)
4363         test "$with_gnu_ld" != yes && break
4364         ;;
4365       esac
4366     fi
4367   done
4368   IFS="$lt_save_ifs"
4369 else
4370   lt_cv_path_LD="$LD" # Let the user override the test with a path.
4371 fi
4372 fi
4373
4374 LD="$lt_cv_path_LD"
4375 if test -n "$LD"; then
4376   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4377 $as_echo "$LD" >&6; }
4378 else
4379   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4380 $as_echo "no" >&6; }
4381 fi
4382 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4384 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4385 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4386   $as_echo_n "(cached) " >&6
4387 else
4388   # I'd rather use --version here, but apparently some GNU lds only accept -v.
4389 case `$LD -v 2>&1 </dev/null` in
4390 *GNU* | *'with BFD'*)
4391   lt_cv_prog_gnu_ld=yes
4392   ;;
4393 *)
4394   lt_cv_prog_gnu_ld=no
4395   ;;
4396 esac
4397 fi
4398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4399 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4400 with_gnu_ld=$lt_cv_prog_gnu_ld
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4411 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4412 if test "${lt_cv_path_NM+set}" = set; then :
4413   $as_echo_n "(cached) " >&6
4414 else
4415   if test -n "$NM"; then
4416   # Let the user override the test.
4417   lt_cv_path_NM="$NM"
4418 else
4419   lt_nm_to_check="${ac_tool_prefix}nm"
4420   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4421     lt_nm_to_check="$lt_nm_to_check nm"
4422   fi
4423   for lt_tmp_nm in $lt_nm_to_check; do
4424     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4425     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4426       IFS="$lt_save_ifs"
4427       test -z "$ac_dir" && ac_dir=.
4428       tmp_nm="$ac_dir/$lt_tmp_nm"
4429       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4430         # Check to see if the nm accepts a BSD-compat flag.
4431         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4432         #   nm: unknown option "B" ignored
4433         # Tru64's nm complains that /dev/null is an invalid object file
4434         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4435         */dev/null* | *'Invalid file or object type'*)
4436           lt_cv_path_NM="$tmp_nm -B"
4437           break
4438           ;;
4439         *)
4440           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4441           */dev/null*)
4442             lt_cv_path_NM="$tmp_nm -p"
4443             break
4444             ;;
4445           *)
4446             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4447             continue # so that we can try to find one that supports BSD flags
4448             ;;
4449           esac
4450           ;;
4451         esac
4452       fi
4453     done
4454     IFS="$lt_save_ifs"
4455   done
4456   : ${lt_cv_path_NM=no}
4457 fi
4458 fi
4459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4460 $as_echo "$lt_cv_path_NM" >&6; }
4461 if test "$lt_cv_path_NM" != "no"; then
4462   NM="$lt_cv_path_NM"
4463 else
4464   # Didn't find any BSD compatible name lister, look for dumpbin.
4465   if test -n "$ac_tool_prefix"; then
4466   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4467   do
4468     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4469 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4471 $as_echo_n "checking for $ac_word... " >&6; }
4472 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4473   $as_echo_n "(cached) " >&6
4474 else
4475   if test -n "$DUMPBIN"; then
4476   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4477 else
4478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4479 for as_dir in $PATH
4480 do
4481   IFS=$as_save_IFS
4482   test -z "$as_dir" && as_dir=.
4483     for ac_exec_ext in '' $ac_executable_extensions; do
4484   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4485     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4486     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4487     break 2
4488   fi
4489 done
4490   done
4491 IFS=$as_save_IFS
4492
4493 fi
4494 fi
4495 DUMPBIN=$ac_cv_prog_DUMPBIN
4496 if test -n "$DUMPBIN"; then
4497   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4498 $as_echo "$DUMPBIN" >&6; }
4499 else
4500   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4501 $as_echo "no" >&6; }
4502 fi
4503
4504
4505     test -n "$DUMPBIN" && break
4506   done
4507 fi
4508 if test -z "$DUMPBIN"; then
4509   ac_ct_DUMPBIN=$DUMPBIN
4510   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4511 do
4512   # Extract the first word of "$ac_prog", so it can be a program name with args.
4513 set dummy $ac_prog; ac_word=$2
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4515 $as_echo_n "checking for $ac_word... " >&6; }
4516 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4517   $as_echo_n "(cached) " >&6
4518 else
4519   if test -n "$ac_ct_DUMPBIN"; then
4520   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4521 else
4522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4523 for as_dir in $PATH
4524 do
4525   IFS=$as_save_IFS
4526   test -z "$as_dir" && as_dir=.
4527     for ac_exec_ext in '' $ac_executable_extensions; do
4528   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4529     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4530     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4531     break 2
4532   fi
4533 done
4534   done
4535 IFS=$as_save_IFS
4536
4537 fi
4538 fi
4539 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4540 if test -n "$ac_ct_DUMPBIN"; then
4541   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4542 $as_echo "$ac_ct_DUMPBIN" >&6; }
4543 else
4544   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4545 $as_echo "no" >&6; }
4546 fi
4547
4548
4549   test -n "$ac_ct_DUMPBIN" && break
4550 done
4551
4552   if test "x$ac_ct_DUMPBIN" = x; then
4553     DUMPBIN=":"
4554   else
4555     case $cross_compiling:$ac_tool_warned in
4556 yes:)
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4558 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4559 ac_tool_warned=yes ;;
4560 esac
4561     DUMPBIN=$ac_ct_DUMPBIN
4562   fi
4563 fi
4564
4565
4566   if test "$DUMPBIN" != ":"; then
4567     NM="$DUMPBIN"
4568   fi
4569 fi
4570 test -z "$NM" && NM=nm
4571
4572
4573
4574
4575
4576
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4578 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4579 if test "${lt_cv_nm_interface+set}" = set; then :
4580   $as_echo_n "(cached) " >&6
4581 else
4582   lt_cv_nm_interface="BSD nm"
4583   echo "int some_variable = 0;" > conftest.$ac_ext
4584   (eval echo "\"\$as_me:4584: $ac_compile\"" >&5)
4585   (eval "$ac_compile" 2>conftest.err)
4586   cat conftest.err >&5
4587   (eval echo "\"\$as_me:4587: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4588   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4589   cat conftest.err >&5
4590   (eval echo "\"\$as_me:4590: output\"" >&5)
4591   cat conftest.out >&5
4592   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4593     lt_cv_nm_interface="MS dumpbin"
4594   fi
4595   rm -f conftest*
4596 fi
4597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4598 $as_echo "$lt_cv_nm_interface" >&6; }
4599
4600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4601 $as_echo_n "checking whether ln -s works... " >&6; }
4602 LN_S=$as_ln_s
4603 if test "$LN_S" = "ln -s"; then
4604   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4605 $as_echo "yes" >&6; }
4606 else
4607   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4608 $as_echo "no, using $LN_S" >&6; }
4609 fi
4610
4611 # find the maximum length of command line arguments
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4613 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4614 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4615   $as_echo_n "(cached) " >&6
4616 else
4617     i=0
4618   teststring="ABCD"
4619
4620   case $build_os in
4621   msdosdjgpp*)
4622     # On DJGPP, this test can blow up pretty badly due to problems in libc
4623     # (any single argument exceeding 2000 bytes causes a buffer overrun
4624     # during glob expansion).  Even if it were fixed, the result of this
4625     # check would be larger than it should be.
4626     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
4627     ;;
4628
4629   gnu*)
4630     # Under GNU Hurd, this test is not required because there is
4631     # no limit to the length of command line arguments.
4632     # Libtool will interpret -1 as no limit whatsoever
4633     lt_cv_sys_max_cmd_len=-1;
4634     ;;
4635
4636   cygwin* | mingw* | cegcc*)
4637     # On Win9x/ME, this test blows up -- it succeeds, but takes
4638     # about 5 minutes as the teststring grows exponentially.
4639     # Worse, since 9x/ME are not pre-emptively multitasking,
4640     # you end up with a "frozen" computer, even though with patience
4641     # the test eventually succeeds (with a max line length of 256k).
4642     # Instead, let's just punt: use the minimum linelength reported by
4643     # all of the supported platforms: 8192 (on NT/2K/XP).
4644     lt_cv_sys_max_cmd_len=8192;
4645     ;;
4646
4647   amigaos*)
4648     # On AmigaOS with pdksh, this test takes hours, literally.
4649     # So we just punt and use a minimum line length of 8192.
4650     lt_cv_sys_max_cmd_len=8192;
4651     ;;
4652
4653   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4654     # This has been around since 386BSD, at least.  Likely further.
4655     if test -x /sbin/sysctl; then
4656       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4657     elif test -x /usr/sbin/sysctl; then
4658       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4659     else
4660       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
4661     fi
4662     # And add a safety zone
4663     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4664     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4665     ;;
4666
4667   interix*)
4668     # We know the value 262144 and hardcode it with a safety zone (like BSD)
4669     lt_cv_sys_max_cmd_len=196608
4670     ;;
4671
4672   osf*)
4673     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4674     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4675     # nice to cause kernel panics so lets avoid the loop below.
4676     # First set a reasonable default.
4677     lt_cv_sys_max_cmd_len=16384
4678     #
4679     if test -x /sbin/sysconfig; then
4680       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4681         *1*) lt_cv_sys_max_cmd_len=-1 ;;
4682       esac
4683     fi
4684     ;;
4685   sco3.2v5*)
4686     lt_cv_sys_max_cmd_len=102400
4687     ;;
4688   sysv5* | sco5v6* | sysv4.2uw2*)
4689     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4690     if test -n "$kargmax"; then
4691       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
4692     else
4693       lt_cv_sys_max_cmd_len=32768
4694     fi
4695     ;;
4696   *)
4697     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4698     if test -n "$lt_cv_sys_max_cmd_len"; then
4699       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4700       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4701     else
4702       # Make teststring a little bigger before we do anything with it.
4703       # a 1K string should be a reasonable start.
4704       for i in 1 2 3 4 5 6 7 8 ; do
4705         teststring=$teststring$teststring
4706       done
4707       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4708       # If test is not a shell built-in, we'll probably end up computing a
4709       # maximum length that is only half of the actual maximum length, but
4710       # we can't tell.
4711       while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4712                  = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4713               test $i != 17 # 1/2 MB should be enough
4714       do
4715         i=`expr $i + 1`
4716         teststring=$teststring$teststring
4717       done
4718       # Only check the string length outside the loop.
4719       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4720       teststring=
4721       # Add a significant safety factor because C++ compilers can tack on
4722       # massive amounts of additional arguments before passing them to the
4723       # linker.  It appears as though 1/2 is a usable value.
4724       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4725     fi
4726     ;;
4727   esac
4728
4729 fi
4730
4731 if test -n $lt_cv_sys_max_cmd_len ; then
4732   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4733 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4734 else
4735   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4736 $as_echo "none" >&6; }
4737 fi
4738 max_cmd_len=$lt_cv_sys_max_cmd_len
4739
4740
4741
4742
4743
4744
4745 : ${CP="cp -f"}
4746 : ${MV="mv -f"}
4747 : ${RM="rm -f"}
4748
4749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4750 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4751 # Try some XSI features
4752 xsi_shell=no
4753 ( _lt_dummy="a/b/c"
4754   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4755       = c,a/b,, \
4756     && eval 'test $(( 1 + 1 )) -eq 2 \
4757     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4758   && xsi_shell=yes
4759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4760 $as_echo "$xsi_shell" >&6; }
4761
4762
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4764 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4765 lt_shell_append=no
4766 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4767     >/dev/null 2>&1 \
4768   && lt_shell_append=yes
4769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4770 $as_echo "$lt_shell_append" >&6; }
4771
4772
4773 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4774   lt_unset=unset
4775 else
4776   lt_unset=false
4777 fi
4778
4779
4780
4781
4782
4783 # test EBCDIC or ASCII
4784 case `echo X|tr X '\101'` in
4785  A) # ASCII based system
4786     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4787   lt_SP2NL='tr \040 \012'
4788   lt_NL2SP='tr \015\012 \040\040'
4789   ;;
4790  *) # EBCDIC based system
4791   lt_SP2NL='tr \100 \n'
4792   lt_NL2SP='tr \r\n \100\100'
4793   ;;
4794 esac
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4805 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4806 if test "${lt_cv_ld_reload_flag+set}" = set; then :
4807   $as_echo_n "(cached) " >&6
4808 else
4809   lt_cv_ld_reload_flag='-r'
4810 fi
4811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4812 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4813 reload_flag=$lt_cv_ld_reload_flag
4814 case $reload_flag in
4815 "" | " "*) ;;
4816 *) reload_flag=" $reload_flag" ;;
4817 esac
4818 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4819 case $host_os in
4820   darwin*)
4821     if test "$GCC" = yes; then
4822       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4823     else
4824       reload_cmds='$LD$reload_flag -o $output$reload_objs'
4825     fi
4826     ;;
4827 esac
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837 if test -n "$ac_tool_prefix"; then
4838   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4839 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4841 $as_echo_n "checking for $ac_word... " >&6; }
4842 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
4843   $as_echo_n "(cached) " >&6
4844 else
4845   if test -n "$OBJDUMP"; then
4846   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4847 else
4848 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4849 for as_dir in $PATH
4850 do
4851   IFS=$as_save_IFS
4852   test -z "$as_dir" && as_dir=.
4853     for ac_exec_ext in '' $ac_executable_extensions; do
4854   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4855     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4856     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4857     break 2
4858   fi
4859 done
4860   done
4861 IFS=$as_save_IFS
4862
4863 fi
4864 fi
4865 OBJDUMP=$ac_cv_prog_OBJDUMP
4866 if test -n "$OBJDUMP"; then
4867   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4868 $as_echo "$OBJDUMP" >&6; }
4869 else
4870   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4871 $as_echo "no" >&6; }
4872 fi
4873
4874
4875 fi
4876 if test -z "$ac_cv_prog_OBJDUMP"; then
4877   ac_ct_OBJDUMP=$OBJDUMP
4878   # Extract the first word of "objdump", so it can be a program name with args.
4879 set dummy objdump; ac_word=$2
4880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4881 $as_echo_n "checking for $ac_word... " >&6; }
4882 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
4883   $as_echo_n "(cached) " >&6
4884 else
4885   if test -n "$ac_ct_OBJDUMP"; then
4886   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4887 else
4888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4889 for as_dir in $PATH
4890 do
4891   IFS=$as_save_IFS
4892   test -z "$as_dir" && as_dir=.
4893     for ac_exec_ext in '' $ac_executable_extensions; do
4894   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4895     ac_cv_prog_ac_ct_OBJDUMP="objdump"
4896     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4897     break 2
4898   fi
4899 done
4900   done
4901 IFS=$as_save_IFS
4902
4903 fi
4904 fi
4905 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4906 if test -n "$ac_ct_OBJDUMP"; then
4907   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4908 $as_echo "$ac_ct_OBJDUMP" >&6; }
4909 else
4910   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4911 $as_echo "no" >&6; }
4912 fi
4913
4914   if test "x$ac_ct_OBJDUMP" = x; then
4915     OBJDUMP="false"
4916   else
4917     case $cross_compiling:$ac_tool_warned in
4918 yes:)
4919 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4920 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4921 ac_tool_warned=yes ;;
4922 esac
4923     OBJDUMP=$ac_ct_OBJDUMP
4924   fi
4925 else
4926   OBJDUMP="$ac_cv_prog_OBJDUMP"
4927 fi
4928
4929 test -z "$OBJDUMP" && OBJDUMP=objdump
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4940 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
4941 if test "${lt_cv_deplibs_check_method+set}" = set; then :
4942   $as_echo_n "(cached) " >&6
4943 else
4944   lt_cv_file_magic_cmd='$MAGIC_CMD'
4945 lt_cv_file_magic_test_file=
4946 lt_cv_deplibs_check_method='unknown'
4947 # Need to set the preceding variable on all platforms that support
4948 # interlibrary dependencies.
4949 # 'none' -- dependencies not supported.
4950 # `unknown' -- same as none, but documents that we really don't know.
4951 # 'pass_all' -- all dependencies passed with no checks.
4952 # 'test_compile' -- check by making test program.
4953 # 'file_magic [[regex]]' -- check by looking for files in library path
4954 # which responds to the $file_magic_cmd with a given extended regex.
4955 # If you have `file' or equivalent on your system and you're not sure
4956 # whether `pass_all' will *always* work, you probably want this one.
4957
4958 case $host_os in
4959 aix[4-9]*)
4960   lt_cv_deplibs_check_method=pass_all
4961   ;;
4962
4963 beos*)
4964   lt_cv_deplibs_check_method=pass_all
4965   ;;
4966
4967 bsdi[45]*)
4968   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4969   lt_cv_file_magic_cmd='/usr/bin/file -L'
4970   lt_cv_file_magic_test_file=/shlib/libc.so
4971   ;;
4972
4973 cygwin*)
4974   # func_win32_libid is a shell function defined in ltmain.sh
4975   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4976   lt_cv_file_magic_cmd='func_win32_libid'
4977   ;;
4978
4979 mingw* | pw32*)
4980   # Base MSYS/MinGW do not provide the 'file' command needed by
4981   # func_win32_libid shell function, so use a weaker test based on 'objdump',
4982   # unless we find 'file', for example because we are cross-compiling.
4983   if ( file / ) >/dev/null 2>&1; then
4984     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4985     lt_cv_file_magic_cmd='func_win32_libid'
4986   else
4987     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4988     lt_cv_file_magic_cmd='$OBJDUMP -f'
4989   fi
4990   ;;
4991
4992 cegcc)
4993   # use the weaker test based on 'objdump'. See mingw*.
4994   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4995   lt_cv_file_magic_cmd='$OBJDUMP -f'
4996   ;;
4997
4998 darwin* | rhapsody*)
4999   lt_cv_deplibs_check_method=pass_all
5000   ;;
5001
5002 freebsd* | dragonfly*)
5003   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5004     case $host_cpu in
5005     i*86 )
5006       # Not sure whether the presence of OpenBSD here was a mistake.
5007       # Let's accept both of them until this is cleared up.
5008       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5009       lt_cv_file_magic_cmd=/usr/bin/file
5010       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5011       ;;
5012     esac
5013   else
5014     lt_cv_deplibs_check_method=pass_all
5015   fi
5016   ;;
5017
5018 gnu*)
5019   lt_cv_deplibs_check_method=pass_all
5020   ;;
5021
5022 hpux10.20* | hpux11*)
5023   lt_cv_file_magic_cmd=/usr/bin/file
5024   case $host_cpu in
5025   ia64*)
5026     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5027     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5028     ;;
5029   hppa*64*)
5030     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]'
5031     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5032     ;;
5033   *)
5034     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5035     lt_cv_file_magic_test_file=/usr/lib/libc.sl
5036     ;;
5037   esac
5038   ;;
5039
5040 interix[3-9]*)
5041   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5042   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5043   ;;
5044
5045 irix5* | irix6* | nonstopux*)
5046   case $LD in
5047   *-32|*"-32 ") libmagic=32-bit;;
5048   *-n32|*"-n32 ") libmagic=N32;;
5049   *-64|*"-64 ") libmagic=64-bit;;
5050   *) libmagic=never-match;;
5051   esac
5052   lt_cv_deplibs_check_method=pass_all
5053   ;;
5054
5055 # This must be Linux ELF.
5056 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5057   lt_cv_deplibs_check_method=pass_all
5058   ;;
5059
5060 netbsd* | netbsdelf*-gnu)
5061   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5062     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5063   else
5064     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5065   fi
5066   ;;
5067
5068 newos6*)
5069   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5070   lt_cv_file_magic_cmd=/usr/bin/file
5071   lt_cv_file_magic_test_file=/usr/lib/libnls.so
5072   ;;
5073
5074 *nto* | *qnx*)
5075   lt_cv_deplibs_check_method=pass_all
5076   ;;
5077
5078 openbsd*)
5079   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5080     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5081   else
5082     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5083   fi
5084   ;;
5085
5086 osf3* | osf4* | osf5*)
5087   lt_cv_deplibs_check_method=pass_all
5088   ;;
5089
5090 rdos*)
5091   lt_cv_deplibs_check_method=pass_all
5092   ;;
5093
5094 solaris*)
5095   lt_cv_deplibs_check_method=pass_all
5096   ;;
5097
5098 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5099   lt_cv_deplibs_check_method=pass_all
5100   ;;
5101
5102 sysv4 | sysv4.3*)
5103   case $host_vendor in
5104   motorola)
5105     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]'
5106     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5107     ;;
5108   ncr)
5109     lt_cv_deplibs_check_method=pass_all
5110     ;;
5111   sequent)
5112     lt_cv_file_magic_cmd='/bin/file'
5113     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5114     ;;
5115   sni)
5116     lt_cv_file_magic_cmd='/bin/file'
5117     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5118     lt_cv_file_magic_test_file=/lib/libc.so
5119     ;;
5120   siemens)
5121     lt_cv_deplibs_check_method=pass_all
5122     ;;
5123   pc)
5124     lt_cv_deplibs_check_method=pass_all
5125     ;;
5126   esac
5127   ;;
5128
5129 tpf*)
5130   lt_cv_deplibs_check_method=pass_all
5131   ;;
5132 esac
5133
5134 fi
5135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5136 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5137 file_magic_cmd=$lt_cv_file_magic_cmd
5138 deplibs_check_method=$lt_cv_deplibs_check_method
5139 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152 if test -n "$ac_tool_prefix"; then
5153   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5154 set dummy ${ac_tool_prefix}ar; ac_word=$2
5155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5156 $as_echo_n "checking for $ac_word... " >&6; }
5157 if test "${ac_cv_prog_AR+set}" = set; then :
5158   $as_echo_n "(cached) " >&6
5159 else
5160   if test -n "$AR"; then
5161   ac_cv_prog_AR="$AR" # Let the user override the test.
5162 else
5163 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5164 for as_dir in $PATH
5165 do
5166   IFS=$as_save_IFS
5167   test -z "$as_dir" && as_dir=.
5168     for ac_exec_ext in '' $ac_executable_extensions; do
5169   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5170     ac_cv_prog_AR="${ac_tool_prefix}ar"
5171     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5172     break 2
5173   fi
5174 done
5175   done
5176 IFS=$as_save_IFS
5177
5178 fi
5179 fi
5180 AR=$ac_cv_prog_AR
5181 if test -n "$AR"; then
5182   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5183 $as_echo "$AR" >&6; }
5184 else
5185   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5186 $as_echo "no" >&6; }
5187 fi
5188
5189
5190 fi
5191 if test -z "$ac_cv_prog_AR"; then
5192   ac_ct_AR=$AR
5193   # Extract the first word of "ar", so it can be a program name with args.
5194 set dummy ar; ac_word=$2
5195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5196 $as_echo_n "checking for $ac_word... " >&6; }
5197 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5198   $as_echo_n "(cached) " >&6
5199 else
5200   if test -n "$ac_ct_AR"; then
5201   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5202 else
5203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5204 for as_dir in $PATH
5205 do
5206   IFS=$as_save_IFS
5207   test -z "$as_dir" && as_dir=.
5208     for ac_exec_ext in '' $ac_executable_extensions; do
5209   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5210     ac_cv_prog_ac_ct_AR="ar"
5211     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5212     break 2
5213   fi
5214 done
5215   done
5216 IFS=$as_save_IFS
5217
5218 fi
5219 fi
5220 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5221 if test -n "$ac_ct_AR"; then
5222   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5223 $as_echo "$ac_ct_AR" >&6; }
5224 else
5225   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5226 $as_echo "no" >&6; }
5227 fi
5228
5229   if test "x$ac_ct_AR" = x; then
5230     AR="false"
5231   else
5232     case $cross_compiling:$ac_tool_warned in
5233 yes:)
5234 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5235 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5236 ac_tool_warned=yes ;;
5237 esac
5238     AR=$ac_ct_AR
5239   fi
5240 else
5241   AR="$ac_cv_prog_AR"
5242 fi
5243
5244 test -z "$AR" && AR=ar
5245 test -z "$AR_FLAGS" && AR_FLAGS=cru
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257 if test -n "$ac_tool_prefix"; then
5258   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5259 set dummy ${ac_tool_prefix}strip; ac_word=$2
5260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5261 $as_echo_n "checking for $ac_word... " >&6; }
5262 if test "${ac_cv_prog_STRIP+set}" = set; then :
5263   $as_echo_n "(cached) " >&6
5264 else
5265   if test -n "$STRIP"; then
5266   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5267 else
5268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5269 for as_dir in $PATH
5270 do
5271   IFS=$as_save_IFS
5272   test -z "$as_dir" && as_dir=.
5273     for ac_exec_ext in '' $ac_executable_extensions; do
5274   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5275     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5276     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5277     break 2
5278   fi
5279 done
5280   done
5281 IFS=$as_save_IFS
5282
5283 fi
5284 fi
5285 STRIP=$ac_cv_prog_STRIP
5286 if test -n "$STRIP"; then
5287   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5288 $as_echo "$STRIP" >&6; }
5289 else
5290   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5291 $as_echo "no" >&6; }
5292 fi
5293
5294
5295 fi
5296 if test -z "$ac_cv_prog_STRIP"; then
5297   ac_ct_STRIP=$STRIP
5298   # Extract the first word of "strip", so it can be a program name with args.
5299 set dummy strip; ac_word=$2
5300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5301 $as_echo_n "checking for $ac_word... " >&6; }
5302 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5303   $as_echo_n "(cached) " >&6
5304 else
5305   if test -n "$ac_ct_STRIP"; then
5306   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5307 else
5308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5309 for as_dir in $PATH
5310 do
5311   IFS=$as_save_IFS
5312   test -z "$as_dir" && as_dir=.
5313     for ac_exec_ext in '' $ac_executable_extensions; do
5314   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5315     ac_cv_prog_ac_ct_STRIP="strip"
5316     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5317     break 2
5318   fi
5319 done
5320   done
5321 IFS=$as_save_IFS
5322
5323 fi
5324 fi
5325 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5326 if test -n "$ac_ct_STRIP"; then
5327   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5328 $as_echo "$ac_ct_STRIP" >&6; }
5329 else
5330   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5331 $as_echo "no" >&6; }
5332 fi
5333
5334   if test "x$ac_ct_STRIP" = x; then
5335     STRIP=":"
5336   else
5337     case $cross_compiling:$ac_tool_warned in
5338 yes:)
5339 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5340 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5341 ac_tool_warned=yes ;;
5342 esac
5343     STRIP=$ac_ct_STRIP
5344   fi
5345 else
5346   STRIP="$ac_cv_prog_STRIP"
5347 fi
5348
5349 test -z "$STRIP" && STRIP=:
5350
5351
5352
5353
5354
5355
5356 if test -n "$ac_tool_prefix"; then
5357   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5358 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5360 $as_echo_n "checking for $ac_word... " >&6; }
5361 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5362   $as_echo_n "(cached) " >&6
5363 else
5364   if test -n "$RANLIB"; then
5365   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5366 else
5367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5368 for as_dir in $PATH
5369 do
5370   IFS=$as_save_IFS
5371   test -z "$as_dir" && as_dir=.
5372     for ac_exec_ext in '' $ac_executable_extensions; do
5373   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5374     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5375     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5376     break 2
5377   fi
5378 done
5379   done
5380 IFS=$as_save_IFS
5381
5382 fi
5383 fi
5384 RANLIB=$ac_cv_prog_RANLIB
5385 if test -n "$RANLIB"; then
5386   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5387 $as_echo "$RANLIB" >&6; }
5388 else
5389   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5390 $as_echo "no" >&6; }
5391 fi
5392
5393
5394 fi
5395 if test -z "$ac_cv_prog_RANLIB"; then
5396   ac_ct_RANLIB=$RANLIB
5397   # Extract the first word of "ranlib", so it can be a program name with args.
5398 set dummy ranlib; ac_word=$2
5399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5400 $as_echo_n "checking for $ac_word... " >&6; }
5401 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5402   $as_echo_n "(cached) " >&6
5403 else
5404   if test -n "$ac_ct_RANLIB"; then
5405   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5406 else
5407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5408 for as_dir in $PATH
5409 do
5410   IFS=$as_save_IFS
5411   test -z "$as_dir" && as_dir=.
5412     for ac_exec_ext in '' $ac_executable_extensions; do
5413   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5414     ac_cv_prog_ac_ct_RANLIB="ranlib"
5415     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5416     break 2
5417   fi
5418 done
5419   done
5420 IFS=$as_save_IFS
5421
5422 fi
5423 fi
5424 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5425 if test -n "$ac_ct_RANLIB"; then
5426   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5427 $as_echo "$ac_ct_RANLIB" >&6; }
5428 else
5429   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5430 $as_echo "no" >&6; }
5431 fi
5432
5433   if test "x$ac_ct_RANLIB" = x; then
5434     RANLIB=":"
5435   else
5436     case $cross_compiling:$ac_tool_warned in
5437 yes:)
5438 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5439 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5440 ac_tool_warned=yes ;;
5441 esac
5442     RANLIB=$ac_ct_RANLIB
5443   fi
5444 else
5445   RANLIB="$ac_cv_prog_RANLIB"
5446 fi
5447
5448 test -z "$RANLIB" && RANLIB=:
5449
5450
5451
5452
5453
5454
5455 # Determine commands to create old-style static archives.
5456 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5457 old_postinstall_cmds='chmod 644 $oldlib'
5458 old_postuninstall_cmds=
5459
5460 if test -n "$RANLIB"; then
5461   case $host_os in
5462   openbsd*)
5463     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5464     ;;
5465   *)
5466     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5467     ;;
5468   esac
5469   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5470 fi
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505 # If no C compiler was specified, use CC.
5506 LTCC=${LTCC-"$CC"}
5507
5508 # If no C compiler flags were specified, use CFLAGS.
5509 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5510
5511 # Allow CC to be a program name with arguments.
5512 compiler=$CC
5513
5514
5515 # Check for command to grab the raw symbol name followed by C symbol from nm.
5516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5517 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5518 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5519   $as_echo_n "(cached) " >&6
5520 else
5521
5522 # These are sane defaults that work on at least a few old systems.
5523 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
5524
5525 # Character class describing NM global symbol codes.
5526 symcode='[BCDEGRST]'
5527
5528 # Regexp to match symbols that can be accessed directly from C.
5529 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5530
5531 # Define system-specific variables.
5532 case $host_os in
5533 aix*)
5534   symcode='[BCDT]'
5535   ;;
5536 cygwin* | mingw* | pw32* | cegcc*)
5537   symcode='[ABCDGISTW]'
5538   ;;
5539 hpux*)
5540   if test "$host_cpu" = ia64; then
5541     symcode='[ABCDEGRST]'
5542   fi
5543   ;;
5544 irix* | nonstopux*)
5545   symcode='[BCDEGRST]'
5546   ;;
5547 osf*)
5548   symcode='[BCDEGQRST]'
5549   ;;
5550 solaris*)
5551   symcode='[BDRT]'
5552   ;;
5553 sco3.2v5*)
5554   symcode='[DT]'
5555   ;;
5556 sysv4.2uw2*)
5557   symcode='[DT]'
5558   ;;
5559 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5560   symcode='[ABDT]'
5561   ;;
5562 sysv4)
5563   symcode='[DFNSTU]'
5564   ;;
5565 esac
5566
5567 # If we're using GNU nm, then use its standard symbol codes.
5568 case `$NM -V 2>&1` in
5569 *GNU* | *'with BFD'*)
5570   symcode='[ABCDGIRSTW]' ;;
5571 esac
5572
5573 # Transform an extracted symbol line into a proper C declaration.
5574 # Some systems (esp. on ia64) link data and code symbols differently,
5575 # so use this general approach.
5576 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5577
5578 # Transform an extracted symbol line into symbol name and symbol address
5579 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
5580 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'"
5581
5582 # Handle CRLF in mingw tool chain
5583 opt_cr=
5584 case $build_os in
5585 mingw*)
5586   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5587   ;;
5588 esac
5589
5590 # Try without a prefix underscore, then with it.
5591 for ac_symprfx in "" "_"; do
5592
5593   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5594   symxfrm="\\1 $ac_symprfx\\2 \\2"
5595
5596   # Write the raw and C identifiers.
5597   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5598     # Fake it for dumpbin and say T for any non-static function
5599     # and D for any global variable.
5600     # Also find C++ and __fastcall symbols from MSVC++,
5601     # which start with @ or ?.
5602     lt_cv_sys_global_symbol_pipe="$AWK '"\
5603 "     {last_section=section; section=\$ 3};"\
5604 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5605 "     \$ 0!~/External *\|/{next};"\
5606 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5607 "     {if(hide[section]) next};"\
5608 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5609 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5610 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
5611 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5612 "     ' prfx=^$ac_symprfx"
5613   else
5614     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5615   fi
5616
5617   # Check to see that the pipe works correctly.
5618   pipe_works=no
5619
5620   rm -f conftest*
5621   cat > conftest.$ac_ext <<_LT_EOF
5622 #ifdef __cplusplus
5623 extern "C" {
5624 #endif
5625 char nm_test_var;
5626 void nm_test_func(void);
5627 void nm_test_func(void){}
5628 #ifdef __cplusplus
5629 }
5630 #endif
5631 int main(){nm_test_var='a';nm_test_func();return(0);}
5632 _LT_EOF
5633
5634   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5635   (eval $ac_compile) 2>&5
5636   ac_status=$?
5637   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5638   test $ac_status = 0; }; then
5639     # Now try to grab the symbols.
5640     nlist=conftest.nm
5641     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
5642   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5643   ac_status=$?
5644   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5645   test $ac_status = 0; } && test -s "$nlist"; then
5646       # Try sorting and uniquifying the output.
5647       if sort "$nlist" | uniq > "$nlist"T; then
5648         mv -f "$nlist"T "$nlist"
5649       else
5650         rm -f "$nlist"T
5651       fi
5652
5653       # Make sure that we snagged all the symbols we need.
5654       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5655         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5656           cat <<_LT_EOF > conftest.$ac_ext
5657 #ifdef __cplusplus
5658 extern "C" {
5659 #endif
5660
5661 _LT_EOF
5662           # Now generate the symbol file.
5663           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5664
5665           cat <<_LT_EOF >> conftest.$ac_ext
5666
5667 /* The mapping between symbol names and symbols.  */
5668 const struct {
5669   const char *name;
5670   void       *address;
5671 }
5672 lt__PROGRAM__LTX_preloaded_symbols[] =
5673 {
5674   { "@PROGRAM@", (void *) 0 },
5675 _LT_EOF
5676           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5677           cat <<\_LT_EOF >> conftest.$ac_ext
5678   {0, (void *) 0}
5679 };
5680
5681 /* This works around a problem in FreeBSD linker */
5682 #ifdef FREEBSD_WORKAROUND
5683 static const void *lt_preloaded_setup() {
5684   return lt__PROGRAM__LTX_preloaded_symbols;
5685 }
5686 #endif
5687
5688 #ifdef __cplusplus
5689 }
5690 #endif
5691 _LT_EOF
5692           # Now try linking the two files.
5693           mv conftest.$ac_objext conftstm.$ac_objext
5694           lt_save_LIBS="$LIBS"
5695           lt_save_CFLAGS="$CFLAGS"
5696           LIBS="conftstm.$ac_objext"
5697           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5698           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5699   (eval $ac_link) 2>&5
5700   ac_status=$?
5701   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5702   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5703             pipe_works=yes
5704           fi
5705           LIBS="$lt_save_LIBS"
5706           CFLAGS="$lt_save_CFLAGS"
5707         else
5708           echo "cannot find nm_test_func in $nlist" >&5
5709         fi
5710       else
5711         echo "cannot find nm_test_var in $nlist" >&5
5712       fi
5713     else
5714       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5715     fi
5716   else
5717     echo "$progname: failed program was:" >&5
5718     cat conftest.$ac_ext >&5
5719   fi
5720   rm -rf conftest* conftst*
5721
5722   # Do not use the global_symbol_pipe unless it works.
5723   if test "$pipe_works" = yes; then
5724     break
5725   else
5726     lt_cv_sys_global_symbol_pipe=
5727   fi
5728 done
5729
5730 fi
5731
5732 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5733   lt_cv_sys_global_symbol_to_cdecl=
5734 fi
5735 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5736   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5737 $as_echo "failed" >&6; }
5738 else
5739   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5740 $as_echo "ok" >&6; }
5741 fi
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765 # Check whether --enable-libtool-lock was given.
5766 if test "${enable_libtool_lock+set}" = set; then :
5767   enableval=$enable_libtool_lock;
5768 fi
5769
5770 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5771
5772 # Some flags need to be propagated to the compiler or linker for good
5773 # libtool support.
5774 case $host in
5775 ia64-*-hpux*)
5776   # Find out which ABI we are using.
5777   echo 'int i;' > conftest.$ac_ext
5778   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5779   (eval $ac_compile) 2>&5
5780   ac_status=$?
5781   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5782   test $ac_status = 0; }; then
5783     case `/usr/bin/file conftest.$ac_objext` in
5784       *ELF-32*)
5785         HPUX_IA64_MODE="32"
5786         ;;
5787       *ELF-64*)
5788         HPUX_IA64_MODE="64"
5789         ;;
5790     esac
5791   fi
5792   rm -rf conftest*
5793   ;;
5794 *-*-irix6*)
5795   # Find out which ABI we are using.
5796   echo '#line 5796 "configure"' > conftest.$ac_ext
5797   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5798   (eval $ac_compile) 2>&5
5799   ac_status=$?
5800   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5801   test $ac_status = 0; }; then
5802     if test "$lt_cv_prog_gnu_ld" = yes; then
5803       case `/usr/bin/file conftest.$ac_objext` in
5804         *32-bit*)
5805           LD="${LD-ld} -melf32bsmip"
5806           ;;
5807         *N32*)
5808           LD="${LD-ld} -melf32bmipn32"
5809           ;;
5810         *64-bit*)
5811           LD="${LD-ld} -melf64bmip"
5812         ;;
5813       esac
5814     else
5815       case `/usr/bin/file conftest.$ac_objext` in
5816         *32-bit*)
5817           LD="${LD-ld} -32"
5818           ;;
5819         *N32*)
5820           LD="${LD-ld} -n32"
5821           ;;
5822         *64-bit*)
5823           LD="${LD-ld} -64"
5824           ;;
5825       esac
5826     fi
5827   fi
5828   rm -rf conftest*
5829   ;;
5830
5831 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5832 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5833   # Find out which ABI we are using.
5834   echo 'int i;' > conftest.$ac_ext
5835   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5836   (eval $ac_compile) 2>&5
5837   ac_status=$?
5838   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5839   test $ac_status = 0; }; then
5840     case `/usr/bin/file conftest.o` in
5841       *32-bit*)
5842         case $host in
5843           x86_64-*kfreebsd*-gnu)
5844             LD="${LD-ld} -m elf_i386_fbsd"
5845             ;;
5846           x86_64-*linux*)
5847             LD="${LD-ld} -m elf_i386"
5848             ;;
5849           ppc64-*linux*|powerpc64-*linux*)
5850             LD="${LD-ld} -m elf32ppclinux"
5851             ;;
5852           s390x-*linux*)
5853             LD="${LD-ld} -m elf_s390"
5854             ;;
5855           sparc64-*linux*)
5856             LD="${LD-ld} -m elf32_sparc"
5857             ;;
5858         esac
5859         ;;
5860       *64-bit*)
5861         case $host in
5862           x86_64-*kfreebsd*-gnu)
5863             LD="${LD-ld} -m elf_x86_64_fbsd"
5864             ;;
5865           x86_64-*linux*)
5866             LD="${LD-ld} -m elf_x86_64"
5867             ;;
5868           ppc*-*linux*|powerpc*-*linux*)
5869             LD="${LD-ld} -m elf64ppc"
5870             ;;
5871           s390*-*linux*|s390*-*tpf*)
5872             LD="${LD-ld} -m elf64_s390"
5873             ;;
5874           sparc*-*linux*)
5875             LD="${LD-ld} -m elf64_sparc"
5876             ;;
5877         esac
5878         ;;
5879     esac
5880   fi
5881   rm -rf conftest*
5882   ;;
5883
5884 *-*-sco3.2v5*)
5885   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5886   SAVE_CFLAGS="$CFLAGS"
5887   CFLAGS="$CFLAGS -belf"
5888   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5889 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5890 if test "${lt_cv_cc_needs_belf+set}" = set; then :
5891   $as_echo_n "(cached) " >&6
5892 else
5893   ac_ext=c
5894 ac_cpp='$CPP $CPPFLAGS'
5895 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5896 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5897 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5898
5899      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5900 /* end confdefs.h.  */
5901
5902 int
5903 main ()
5904 {
5905
5906   ;
5907   return 0;
5908 }
5909 _ACEOF
5910 if ac_fn_c_try_link "$LINENO"; then :
5911   lt_cv_cc_needs_belf=yes
5912 else
5913   lt_cv_cc_needs_belf=no
5914 fi
5915 rm -f core conftest.err conftest.$ac_objext \
5916     conftest$ac_exeext conftest.$ac_ext
5917      ac_ext=c
5918 ac_cpp='$CPP $CPPFLAGS'
5919 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5920 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5921 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5922
5923 fi
5924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5925 $as_echo "$lt_cv_cc_needs_belf" >&6; }
5926   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5927     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5928     CFLAGS="$SAVE_CFLAGS"
5929   fi
5930   ;;
5931 sparc*-*solaris*)
5932   # Find out which ABI we are using.
5933   echo 'int i;' > conftest.$ac_ext
5934   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5935   (eval $ac_compile) 2>&5
5936   ac_status=$?
5937   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5938   test $ac_status = 0; }; then
5939     case `/usr/bin/file conftest.o` in
5940     *64-bit*)
5941       case $lt_cv_prog_gnu_ld in
5942       yes*) LD="${LD-ld} -m elf64_sparc" ;;
5943       *)
5944         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5945           LD="${LD-ld} -64"
5946         fi
5947         ;;
5948       esac
5949       ;;
5950     esac
5951   fi
5952   rm -rf conftest*
5953   ;;
5954 esac
5955
5956 need_locks="$enable_libtool_lock"
5957
5958
5959   case $host_os in
5960     rhapsody* | darwin*)
5961     if test -n "$ac_tool_prefix"; then
5962   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5963 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5965 $as_echo_n "checking for $ac_word... " >&6; }
5966 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
5967   $as_echo_n "(cached) " >&6
5968 else
5969   if test -n "$DSYMUTIL"; then
5970   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5971 else
5972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5973 for as_dir in $PATH
5974 do
5975   IFS=$as_save_IFS
5976   test -z "$as_dir" && as_dir=.
5977     for ac_exec_ext in '' $ac_executable_extensions; do
5978   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5979     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5980     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5981     break 2
5982   fi
5983 done
5984   done
5985 IFS=$as_save_IFS
5986
5987 fi
5988 fi
5989 DSYMUTIL=$ac_cv_prog_DSYMUTIL
5990 if test -n "$DSYMUTIL"; then
5991   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5992 $as_echo "$DSYMUTIL" >&6; }
5993 else
5994   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5995 $as_echo "no" >&6; }
5996 fi
5997
5998
5999 fi
6000 if test -z "$ac_cv_prog_DSYMUTIL"; then
6001   ac_ct_DSYMUTIL=$DSYMUTIL
6002   # Extract the first word of "dsymutil", so it can be a program name with args.
6003 set dummy dsymutil; ac_word=$2
6004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6005 $as_echo_n "checking for $ac_word... " >&6; }
6006 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6007   $as_echo_n "(cached) " >&6
6008 else
6009   if test -n "$ac_ct_DSYMUTIL"; then
6010   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6011 else
6012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6013 for as_dir in $PATH
6014 do
6015   IFS=$as_save_IFS
6016   test -z "$as_dir" && as_dir=.
6017     for ac_exec_ext in '' $ac_executable_extensions; do
6018   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6019     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6020     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6021     break 2
6022   fi
6023 done
6024   done
6025 IFS=$as_save_IFS
6026
6027 fi
6028 fi
6029 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6030 if test -n "$ac_ct_DSYMUTIL"; then
6031   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6032 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6033 else
6034   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6035 $as_echo "no" >&6; }
6036 fi
6037
6038   if test "x$ac_ct_DSYMUTIL" = x; then
6039     DSYMUTIL=":"
6040   else
6041     case $cross_compiling:$ac_tool_warned in
6042 yes:)
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6044 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6045 ac_tool_warned=yes ;;
6046 esac
6047     DSYMUTIL=$ac_ct_DSYMUTIL
6048   fi
6049 else
6050   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6051 fi
6052
6053     if test -n "$ac_tool_prefix"; then
6054   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6055 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6057 $as_echo_n "checking for $ac_word... " >&6; }
6058 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6059   $as_echo_n "(cached) " >&6
6060 else
6061   if test -n "$NMEDIT"; then
6062   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6063 else
6064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6065 for as_dir in $PATH
6066 do
6067   IFS=$as_save_IFS
6068   test -z "$as_dir" && as_dir=.
6069     for ac_exec_ext in '' $ac_executable_extensions; do
6070   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6071     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6072     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6073     break 2
6074   fi
6075 done
6076   done
6077 IFS=$as_save_IFS
6078
6079 fi
6080 fi
6081 NMEDIT=$ac_cv_prog_NMEDIT
6082 if test -n "$NMEDIT"; then
6083   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6084 $as_echo "$NMEDIT" >&6; }
6085 else
6086   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6087 $as_echo "no" >&6; }
6088 fi
6089
6090
6091 fi
6092 if test -z "$ac_cv_prog_NMEDIT"; then
6093   ac_ct_NMEDIT=$NMEDIT
6094   # Extract the first word of "nmedit", so it can be a program name with args.
6095 set dummy nmedit; ac_word=$2
6096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6097 $as_echo_n "checking for $ac_word... " >&6; }
6098 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6099   $as_echo_n "(cached) " >&6
6100 else
6101   if test -n "$ac_ct_NMEDIT"; then
6102   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6103 else
6104 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6105 for as_dir in $PATH
6106 do
6107   IFS=$as_save_IFS
6108   test -z "$as_dir" && as_dir=.
6109     for ac_exec_ext in '' $ac_executable_extensions; do
6110   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6111     ac_cv_prog_ac_ct_NMEDIT="nmedit"
6112     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6113     break 2
6114   fi
6115 done
6116   done
6117 IFS=$as_save_IFS
6118
6119 fi
6120 fi
6121 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6122 if test -n "$ac_ct_NMEDIT"; then
6123   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6124 $as_echo "$ac_ct_NMEDIT" >&6; }
6125 else
6126   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6127 $as_echo "no" >&6; }
6128 fi
6129
6130   if test "x$ac_ct_NMEDIT" = x; then
6131     NMEDIT=":"
6132   else
6133     case $cross_compiling:$ac_tool_warned in
6134 yes:)
6135 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6136 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6137 ac_tool_warned=yes ;;
6138 esac
6139     NMEDIT=$ac_ct_NMEDIT
6140   fi
6141 else
6142   NMEDIT="$ac_cv_prog_NMEDIT"
6143 fi
6144
6145     if test -n "$ac_tool_prefix"; then
6146   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6147 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6149 $as_echo_n "checking for $ac_word... " >&6; }
6150 if test "${ac_cv_prog_LIPO+set}" = set; then :
6151   $as_echo_n "(cached) " >&6
6152 else
6153   if test -n "$LIPO"; then
6154   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6155 else
6156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6157 for as_dir in $PATH
6158 do
6159   IFS=$as_save_IFS
6160   test -z "$as_dir" && as_dir=.
6161     for ac_exec_ext in '' $ac_executable_extensions; do
6162   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6163     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6164     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6165     break 2
6166   fi
6167 done
6168   done
6169 IFS=$as_save_IFS
6170
6171 fi
6172 fi
6173 LIPO=$ac_cv_prog_LIPO
6174 if test -n "$LIPO"; then
6175   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6176 $as_echo "$LIPO" >&6; }
6177 else
6178   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6179 $as_echo "no" >&6; }
6180 fi
6181
6182
6183 fi
6184 if test -z "$ac_cv_prog_LIPO"; then
6185   ac_ct_LIPO=$LIPO
6186   # Extract the first word of "lipo", so it can be a program name with args.
6187 set dummy lipo; ac_word=$2
6188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6189 $as_echo_n "checking for $ac_word... " >&6; }
6190 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6191   $as_echo_n "(cached) " >&6
6192 else
6193   if test -n "$ac_ct_LIPO"; then
6194   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6195 else
6196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6197 for as_dir in $PATH
6198 do
6199   IFS=$as_save_IFS
6200   test -z "$as_dir" && as_dir=.
6201     for ac_exec_ext in '' $ac_executable_extensions; do
6202   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6203     ac_cv_prog_ac_ct_LIPO="lipo"
6204     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6205     break 2
6206   fi
6207 done
6208   done
6209 IFS=$as_save_IFS
6210
6211 fi
6212 fi
6213 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6214 if test -n "$ac_ct_LIPO"; then
6215   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6216 $as_echo "$ac_ct_LIPO" >&6; }
6217 else
6218   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6219 $as_echo "no" >&6; }
6220 fi
6221
6222   if test "x$ac_ct_LIPO" = x; then
6223     LIPO=":"
6224   else
6225     case $cross_compiling:$ac_tool_warned in
6226 yes:)
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6228 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6229 ac_tool_warned=yes ;;
6230 esac
6231     LIPO=$ac_ct_LIPO
6232   fi
6233 else
6234   LIPO="$ac_cv_prog_LIPO"
6235 fi
6236
6237     if test -n "$ac_tool_prefix"; then
6238   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6239 set dummy ${ac_tool_prefix}otool; ac_word=$2
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6241 $as_echo_n "checking for $ac_word... " >&6; }
6242 if test "${ac_cv_prog_OTOOL+set}" = set; then :
6243   $as_echo_n "(cached) " >&6
6244 else
6245   if test -n "$OTOOL"; then
6246   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6247 else
6248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6249 for as_dir in $PATH
6250 do
6251   IFS=$as_save_IFS
6252   test -z "$as_dir" && as_dir=.
6253     for ac_exec_ext in '' $ac_executable_extensions; do
6254   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6255     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6256     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6257     break 2
6258   fi
6259 done
6260   done
6261 IFS=$as_save_IFS
6262
6263 fi
6264 fi
6265 OTOOL=$ac_cv_prog_OTOOL
6266 if test -n "$OTOOL"; then
6267   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6268 $as_echo "$OTOOL" >&6; }
6269 else
6270   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6271 $as_echo "no" >&6; }
6272 fi
6273
6274
6275 fi
6276 if test -z "$ac_cv_prog_OTOOL"; then
6277   ac_ct_OTOOL=$OTOOL
6278   # Extract the first word of "otool", so it can be a program name with args.
6279 set dummy otool; ac_word=$2
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6281 $as_echo_n "checking for $ac_word... " >&6; }
6282 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6283   $as_echo_n "(cached) " >&6
6284 else
6285   if test -n "$ac_ct_OTOOL"; then
6286   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6287 else
6288 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6289 for as_dir in $PATH
6290 do
6291   IFS=$as_save_IFS
6292   test -z "$as_dir" && as_dir=.
6293     for ac_exec_ext in '' $ac_executable_extensions; do
6294   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6295     ac_cv_prog_ac_ct_OTOOL="otool"
6296     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6297     break 2
6298   fi
6299 done
6300   done
6301 IFS=$as_save_IFS
6302
6303 fi
6304 fi
6305 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6306 if test -n "$ac_ct_OTOOL"; then
6307   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6308 $as_echo "$ac_ct_OTOOL" >&6; }
6309 else
6310   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6311 $as_echo "no" >&6; }
6312 fi
6313
6314   if test "x$ac_ct_OTOOL" = x; then
6315     OTOOL=":"
6316   else
6317     case $cross_compiling:$ac_tool_warned in
6318 yes:)
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6320 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6321 ac_tool_warned=yes ;;
6322 esac
6323     OTOOL=$ac_ct_OTOOL
6324   fi
6325 else
6326   OTOOL="$ac_cv_prog_OTOOL"
6327 fi
6328
6329     if test -n "$ac_tool_prefix"; then
6330   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6331 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6333 $as_echo_n "checking for $ac_word... " >&6; }
6334 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6335   $as_echo_n "(cached) " >&6
6336 else
6337   if test -n "$OTOOL64"; then
6338   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6339 else
6340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6341 for as_dir in $PATH
6342 do
6343   IFS=$as_save_IFS
6344   test -z "$as_dir" && as_dir=.
6345     for ac_exec_ext in '' $ac_executable_extensions; do
6346   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6347     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6348     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6349     break 2
6350   fi
6351 done
6352   done
6353 IFS=$as_save_IFS
6354
6355 fi
6356 fi
6357 OTOOL64=$ac_cv_prog_OTOOL64
6358 if test -n "$OTOOL64"; then
6359   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6360 $as_echo "$OTOOL64" >&6; }
6361 else
6362   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6363 $as_echo "no" >&6; }
6364 fi
6365
6366
6367 fi
6368 if test -z "$ac_cv_prog_OTOOL64"; then
6369   ac_ct_OTOOL64=$OTOOL64
6370   # Extract the first word of "otool64", so it can be a program name with args.
6371 set dummy otool64; ac_word=$2
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6373 $as_echo_n "checking for $ac_word... " >&6; }
6374 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6375   $as_echo_n "(cached) " >&6
6376 else
6377   if test -n "$ac_ct_OTOOL64"; then
6378   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6379 else
6380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6381 for as_dir in $PATH
6382 do
6383   IFS=$as_save_IFS
6384   test -z "$as_dir" && as_dir=.
6385     for ac_exec_ext in '' $ac_executable_extensions; do
6386   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6387     ac_cv_prog_ac_ct_OTOOL64="otool64"
6388     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6389     break 2
6390   fi
6391 done
6392   done
6393 IFS=$as_save_IFS
6394
6395 fi
6396 fi
6397 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6398 if test -n "$ac_ct_OTOOL64"; then
6399   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6400 $as_echo "$ac_ct_OTOOL64" >&6; }
6401 else
6402   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6403 $as_echo "no" >&6; }
6404 fi
6405
6406   if test "x$ac_ct_OTOOL64" = x; then
6407     OTOOL64=":"
6408   else
6409     case $cross_compiling:$ac_tool_warned in
6410 yes:)
6411 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6412 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6413 ac_tool_warned=yes ;;
6414 esac
6415     OTOOL64=$ac_ct_OTOOL64
6416   fi
6417 else
6418   OTOOL64="$ac_cv_prog_OTOOL64"
6419 fi
6420
6421
6422
6423
6424
6425
6426
6427
6428
6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
6440
6441
6442
6443
6444
6445
6446
6447     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6448 $as_echo_n "checking for -single_module linker flag... " >&6; }
6449 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6450   $as_echo_n "(cached) " >&6
6451 else
6452   lt_cv_apple_cc_single_mod=no
6453       if test -z "${LT_MULTI_MODULE}"; then
6454         # By default we will add the -single_module flag. You can override
6455         # by either setting the environment variable LT_MULTI_MODULE
6456         # non-empty at configure time, or by adding -multi_module to the
6457         # link flags.
6458         rm -rf libconftest.dylib*
6459         echo "int foo(void){return 1;}" > conftest.c
6460         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6461 -dynamiclib -Wl,-single_module conftest.c" >&5
6462         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6463           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6464         _lt_result=$?
6465         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6466           lt_cv_apple_cc_single_mod=yes
6467         else
6468           cat conftest.err >&5
6469         fi
6470         rm -rf libconftest.dylib*
6471         rm -f conftest.*
6472       fi
6473 fi
6474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6475 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6476     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6477 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6478 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6479   $as_echo_n "(cached) " >&6
6480 else
6481   lt_cv_ld_exported_symbols_list=no
6482       save_LDFLAGS=$LDFLAGS
6483       echo "_main" > conftest.sym
6484       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6485       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6486 /* end confdefs.h.  */
6487
6488 int
6489 main ()
6490 {
6491
6492   ;
6493   return 0;
6494 }
6495 _ACEOF
6496 if ac_fn_c_try_link "$LINENO"; then :
6497   lt_cv_ld_exported_symbols_list=yes
6498 else
6499   lt_cv_ld_exported_symbols_list=no
6500 fi
6501 rm -f core conftest.err conftest.$ac_objext \
6502     conftest$ac_exeext conftest.$ac_ext
6503         LDFLAGS="$save_LDFLAGS"
6504
6505 fi
6506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6507 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6508     case $host_os in
6509     rhapsody* | darwin1.[012])
6510       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6511     darwin1.*)
6512       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6513     darwin*) # darwin 5.x on
6514       # if running on 10.5 or later, the deployment target defaults
6515       # to the OS version, if on x86, and 10.4, the deployment
6516       # target defaults to 10.4. Don't you love it?
6517       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6518         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6519           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6520         10.[012]*)
6521           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6522         10.*)
6523           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6524       esac
6525     ;;
6526   esac
6527     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6528       _lt_dar_single_mod='$single_module'
6529     fi
6530     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6531       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6532     else
6533       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6534     fi
6535     if test "$DSYMUTIL" != ":"; then
6536       _lt_dsymutil='~$DSYMUTIL $lib || :'
6537     else
6538       _lt_dsymutil=
6539     fi
6540     ;;
6541   esac
6542
6543 ac_ext=c
6544 ac_cpp='$CPP $CPPFLAGS'
6545 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6546 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6547 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6549 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6550 # On Suns, sometimes $CPP names a directory.
6551 if test -n "$CPP" && test -d "$CPP"; then
6552   CPP=
6553 fi
6554 if test -z "$CPP"; then
6555   if test "${ac_cv_prog_CPP+set}" = set; then :
6556   $as_echo_n "(cached) " >&6
6557 else
6558       # Double quotes because CPP needs to be expanded
6559     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6560     do
6561       ac_preproc_ok=false
6562 for ac_c_preproc_warn_flag in '' yes
6563 do
6564   # Use a header file that comes with gcc, so configuring glibc
6565   # with a fresh cross-compiler works.
6566   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6567   # <limits.h> exists even on freestanding compilers.
6568   # On the NeXT, cc -E runs the code through the compiler's parser,
6569   # not just through cpp. "Syntax error" is here to catch this case.
6570   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6571 /* end confdefs.h.  */
6572 #ifdef __STDC__
6573 # include <limits.h>
6574 #else
6575 # include <assert.h>
6576 #endif
6577                      Syntax error
6578 _ACEOF
6579 if ac_fn_c_try_cpp "$LINENO"; then :
6580
6581 else
6582   # Broken: fails on valid input.
6583 continue
6584 fi
6585 rm -f conftest.err conftest.i conftest.$ac_ext
6586
6587   # OK, works on sane cases.  Now check whether nonexistent headers
6588   # can be detected and how.
6589   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6590 /* end confdefs.h.  */
6591 #include <ac_nonexistent.h>
6592 _ACEOF
6593 if ac_fn_c_try_cpp "$LINENO"; then :
6594   # Broken: success on invalid input.
6595 continue
6596 else
6597   # Passes both tests.
6598 ac_preproc_ok=:
6599 break
6600 fi
6601 rm -f conftest.err conftest.i conftest.$ac_ext
6602
6603 done
6604 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6605 rm -f conftest.i conftest.err conftest.$ac_ext
6606 if $ac_preproc_ok; then :
6607   break
6608 fi
6609
6610     done
6611     ac_cv_prog_CPP=$CPP
6612
6613 fi
6614   CPP=$ac_cv_prog_CPP
6615 else
6616   ac_cv_prog_CPP=$CPP
6617 fi
6618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6619 $as_echo "$CPP" >&6; }
6620 ac_preproc_ok=false
6621 for ac_c_preproc_warn_flag in '' yes
6622 do
6623   # Use a header file that comes with gcc, so configuring glibc
6624   # with a fresh cross-compiler works.
6625   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6626   # <limits.h> exists even on freestanding compilers.
6627   # On the NeXT, cc -E runs the code through the compiler's parser,
6628   # not just through cpp. "Syntax error" is here to catch this case.
6629   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6630 /* end confdefs.h.  */
6631 #ifdef __STDC__
6632 # include <limits.h>
6633 #else
6634 # include <assert.h>
6635 #endif
6636                      Syntax error
6637 _ACEOF
6638 if ac_fn_c_try_cpp "$LINENO"; then :
6639
6640 else
6641   # Broken: fails on valid input.
6642 continue
6643 fi
6644 rm -f conftest.err conftest.i conftest.$ac_ext
6645
6646   # OK, works on sane cases.  Now check whether nonexistent headers
6647   # can be detected and how.
6648   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6649 /* end confdefs.h.  */
6650 #include <ac_nonexistent.h>
6651 _ACEOF
6652 if ac_fn_c_try_cpp "$LINENO"; then :
6653   # Broken: success on invalid input.
6654 continue
6655 else
6656   # Passes both tests.
6657 ac_preproc_ok=:
6658 break
6659 fi
6660 rm -f conftest.err conftest.i conftest.$ac_ext
6661
6662 done
6663 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6664 rm -f conftest.i conftest.err conftest.$ac_ext
6665 if $ac_preproc_ok; then :
6666
6667 else
6668   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6669 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6670 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6671 See \`config.log' for more details" "$LINENO" 5 ; }
6672 fi
6673
6674 ac_ext=c
6675 ac_cpp='$CPP $CPPFLAGS'
6676 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6677 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6678 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6679
6680
6681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6682 $as_echo_n "checking for ANSI C header files... " >&6; }
6683 if test "${ac_cv_header_stdc+set}" = set; then :
6684   $as_echo_n "(cached) " >&6
6685 else
6686   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6687 /* end confdefs.h.  */
6688 #include <stdlib.h>
6689 #include <stdarg.h>
6690 #include <string.h>
6691 #include <float.h>
6692
6693 int
6694 main ()
6695 {
6696
6697   ;
6698   return 0;
6699 }
6700 _ACEOF
6701 if ac_fn_c_try_compile "$LINENO"; then :
6702   ac_cv_header_stdc=yes
6703 else
6704   ac_cv_header_stdc=no
6705 fi
6706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6707
6708 if test $ac_cv_header_stdc = yes; then
6709   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6710   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6711 /* end confdefs.h.  */
6712 #include <string.h>
6713
6714 _ACEOF
6715 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6716   $EGREP "memchr" >/dev/null 2>&1; then :
6717
6718 else
6719   ac_cv_header_stdc=no
6720 fi
6721 rm -f conftest*
6722
6723 fi
6724
6725 if test $ac_cv_header_stdc = yes; then
6726   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6727   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6728 /* end confdefs.h.  */
6729 #include <stdlib.h>
6730
6731 _ACEOF
6732 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6733   $EGREP "free" >/dev/null 2>&1; then :
6734
6735 else
6736   ac_cv_header_stdc=no
6737 fi
6738 rm -f conftest*
6739
6740 fi
6741
6742 if test $ac_cv_header_stdc = yes; then
6743   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6744   if test "$cross_compiling" = yes; then :
6745   :
6746 else
6747   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6748 /* end confdefs.h.  */
6749 #include <ctype.h>
6750 #include <stdlib.h>
6751 #if ((' ' & 0x0FF) == 0x020)
6752 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6753 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6754 #else
6755 # define ISLOWER(c) \
6756                    (('a' <= (c) && (c) <= 'i') \
6757                      || ('j' <= (c) && (c) <= 'r') \
6758                      || ('s' <= (c) && (c) <= 'z'))
6759 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6760 #endif
6761
6762 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6763 int
6764 main ()
6765 {
6766   int i;
6767   for (i = 0; i < 256; i++)
6768     if (XOR (islower (i), ISLOWER (i))
6769         || toupper (i) != TOUPPER (i))
6770       return 2;
6771   return 0;
6772 }
6773 _ACEOF
6774 if ac_fn_c_try_run "$LINENO"; then :
6775
6776 else
6777   ac_cv_header_stdc=no
6778 fi
6779 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6780   conftest.$ac_objext conftest.beam conftest.$ac_ext
6781 fi
6782
6783 fi
6784 fi
6785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6786 $as_echo "$ac_cv_header_stdc" >&6; }
6787 if test $ac_cv_header_stdc = yes; then
6788
6789 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6790
6791 fi
6792
6793 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6794 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6795                   inttypes.h stdint.h unistd.h
6796 do :
6797   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6798 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6799 "
6800 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6801   cat >>confdefs.h <<_ACEOF
6802 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6803 _ACEOF
6804
6805 fi
6806
6807 done
6808
6809
6810 for ac_header in dlfcn.h
6811 do :
6812   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6813 "
6814 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6815   cat >>confdefs.h <<_ACEOF
6816 #define HAVE_DLFCN_H 1
6817 _ACEOF
6818
6819 fi
6820
6821 done
6822
6823
6824
6825 # Set options
6826
6827
6828
6829         enable_dlopen=no
6830
6831
6832   enable_win32_dll=no
6833
6834
6835             # Check whether --enable-shared was given.
6836 if test "${enable_shared+set}" = set; then :
6837   enableval=$enable_shared; p=${PACKAGE-default}
6838     case $enableval in
6839     yes) enable_shared=yes ;;
6840     no) enable_shared=no ;;
6841     *)
6842       enable_shared=no
6843       # Look at the argument we got.  We use all the common list separators.
6844       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6845       for pkg in $enableval; do
6846         IFS="$lt_save_ifs"
6847         if test "X$pkg" = "X$p"; then
6848           enable_shared=yes
6849         fi
6850       done
6851       IFS="$lt_save_ifs"
6852       ;;
6853     esac
6854 else
6855   enable_shared=yes
6856 fi
6857
6858
6859
6860
6861
6862
6863
6864
6865
6866   # Check whether --enable-static was given.
6867 if test "${enable_static+set}" = set; then :
6868   enableval=$enable_static; p=${PACKAGE-default}
6869     case $enableval in
6870     yes) enable_static=yes ;;
6871     no) enable_static=no ;;
6872     *)
6873      enable_static=no
6874       # Look at the argument we got.  We use all the common list separators.
6875       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6876       for pkg in $enableval; do
6877         IFS="$lt_save_ifs"
6878         if test "X$pkg" = "X$p"; then
6879           enable_static=yes
6880         fi
6881       done
6882       IFS="$lt_save_ifs"
6883       ;;
6884     esac
6885 else
6886   enable_static=yes
6887 fi
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898 # Check whether --with-pic was given.
6899 if test "${with_pic+set}" = set; then :
6900   withval=$with_pic; pic_mode="$withval"
6901 else
6902   pic_mode=default
6903 fi
6904
6905
6906 test -z "$pic_mode" && pic_mode=default
6907
6908
6909
6910
6911
6912
6913
6914   # Check whether --enable-fast-install was given.
6915 if test "${enable_fast_install+set}" = set; then :
6916   enableval=$enable_fast_install; p=${PACKAGE-default}
6917     case $enableval in
6918     yes) enable_fast_install=yes ;;
6919     no) enable_fast_install=no ;;
6920     *)
6921       enable_fast_install=no
6922       # Look at the argument we got.  We use all the common list separators.
6923       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6924       for pkg in $enableval; do
6925         IFS="$lt_save_ifs"
6926         if test "X$pkg" = "X$p"; then
6927           enable_fast_install=yes
6928         fi
6929       done
6930       IFS="$lt_save_ifs"
6931       ;;
6932     esac
6933 else
6934   enable_fast_install=yes
6935 fi
6936
6937
6938
6939
6940
6941
6942
6943
6944
6945
6946
6947 # This can be used to rebuild libtool when needed
6948 LIBTOOL_DEPS="$ltmain"
6949
6950 # Always use our own libtool.
6951 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
6973
6974
6975
6976
6977 test -z "$LN_S" && LN_S="ln -s"
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992 if test -n "${ZSH_VERSION+set}" ; then
6993    setopt NO_GLOB_SUBST
6994 fi
6995
6996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
6997 $as_echo_n "checking for objdir... " >&6; }
6998 if test "${lt_cv_objdir+set}" = set; then :
6999   $as_echo_n "(cached) " >&6
7000 else
7001   rm -f .libs 2>/dev/null
7002 mkdir .libs 2>/dev/null
7003 if test -d .libs; then
7004   lt_cv_objdir=.libs
7005 else
7006   # MS-DOS does not allow filenames that begin with a dot.
7007   lt_cv_objdir=_libs
7008 fi
7009 rmdir .libs 2>/dev/null
7010 fi
7011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7012 $as_echo "$lt_cv_objdir" >&6; }
7013 objdir=$lt_cv_objdir
7014
7015
7016
7017
7018
7019 cat >>confdefs.h <<_ACEOF
7020 #define LT_OBJDIR "$lt_cv_objdir/"
7021 _ACEOF
7022
7023
7024
7025
7026
7027
7028
7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039 case $host_os in
7040 aix3*)
7041   # AIX sometimes has problems with the GCC collect2 program.  For some
7042   # reason, if we set the COLLECT_NAMES environment variable, the problems
7043   # vanish in a puff of smoke.
7044   if test "X${COLLECT_NAMES+set}" != Xset; then
7045     COLLECT_NAMES=
7046     export COLLECT_NAMES
7047   fi
7048   ;;
7049 esac
7050
7051 # Sed substitution that helps us do robust quoting.  It backslashifies
7052 # metacharacters that are still active within double-quoted strings.
7053 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7054
7055 # Same as above, but do not quote variable references.
7056 double_quote_subst='s/\(["`\\]\)/\\\1/g'
7057
7058 # Sed substitution to delay expansion of an escaped shell variable in a
7059 # double_quote_subst'ed string.
7060 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7061
7062 # Sed substitution to delay expansion of an escaped single quote.
7063 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7064
7065 # Sed substitution to avoid accidental globbing in evaled expressions
7066 no_glob_subst='s/\*/\\\*/g'
7067
7068 # Global variables:
7069 ofile=libtool
7070 can_build_shared=yes
7071
7072 # All known linkers require a `.a' archive for static linking (except MSVC,
7073 # which needs '.lib').
7074 libext=a
7075
7076 with_gnu_ld="$lt_cv_prog_gnu_ld"
7077
7078 old_CC="$CC"
7079 old_CFLAGS="$CFLAGS"
7080
7081 # Set sane defaults for various variables
7082 test -z "$CC" && CC=cc
7083 test -z "$LTCC" && LTCC=$CC
7084 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7085 test -z "$LD" && LD=ld
7086 test -z "$ac_objext" && ac_objext=o
7087
7088 for cc_temp in $compiler""; do
7089   case $cc_temp in
7090     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7091     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7092     \-*) ;;
7093     *) break;;
7094   esac
7095 done
7096 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7097
7098
7099 # Only perform the check for file, if the check method requires it
7100 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7101 case $deplibs_check_method in
7102 file_magic*)
7103   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7104     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7105 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7106 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7107   $as_echo_n "(cached) " >&6
7108 else
7109   case $MAGIC_CMD in
7110 [\\/*] |  ?:[\\/]*)
7111   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7112   ;;
7113 *)
7114   lt_save_MAGIC_CMD="$MAGIC_CMD"
7115   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7116   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7117   for ac_dir in $ac_dummy; do
7118     IFS="$lt_save_ifs"
7119     test -z "$ac_dir" && ac_dir=.
7120     if test -f $ac_dir/${ac_tool_prefix}file; then
7121       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7122       if test -n "$file_magic_test_file"; then
7123         case $deplibs_check_method in
7124         "file_magic "*)
7125           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7126           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7127           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7128             $EGREP "$file_magic_regex" > /dev/null; then
7129             :
7130           else
7131             cat <<_LT_EOF 1>&2
7132
7133 *** Warning: the command libtool uses to detect shared libraries,
7134 *** $file_magic_cmd, produces output that libtool cannot recognize.
7135 *** The result is that libtool may fail to recognize shared libraries
7136 *** as such.  This will affect the creation of libtool libraries that
7137 *** depend on shared libraries, but programs linked with such libtool
7138 *** libraries will work regardless of this problem.  Nevertheless, you
7139 *** may want to report the problem to your system manager and/or to
7140 *** bug-libtool@gnu.org
7141
7142 _LT_EOF
7143           fi ;;
7144         esac
7145       fi
7146       break
7147     fi
7148   done
7149   IFS="$lt_save_ifs"
7150   MAGIC_CMD="$lt_save_MAGIC_CMD"
7151   ;;
7152 esac
7153 fi
7154
7155 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7156 if test -n "$MAGIC_CMD"; then
7157   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7158 $as_echo "$MAGIC_CMD" >&6; }
7159 else
7160   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7161 $as_echo "no" >&6; }
7162 fi
7163
7164
7165
7166
7167
7168 if test -z "$lt_cv_path_MAGIC_CMD"; then
7169   if test -n "$ac_tool_prefix"; then
7170     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7171 $as_echo_n "checking for file... " >&6; }
7172 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7173   $as_echo_n "(cached) " >&6
7174 else
7175   case $MAGIC_CMD in
7176 [\\/*] |  ?:[\\/]*)
7177   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7178   ;;
7179 *)
7180   lt_save_MAGIC_CMD="$MAGIC_CMD"
7181   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7182   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7183   for ac_dir in $ac_dummy; do
7184     IFS="$lt_save_ifs"
7185     test -z "$ac_dir" && ac_dir=.
7186     if test -f $ac_dir/file; then
7187       lt_cv_path_MAGIC_CMD="$ac_dir/file"
7188       if test -n "$file_magic_test_file"; then
7189         case $deplibs_check_method in
7190         "file_magic "*)
7191           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7192           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7193           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7194             $EGREP "$file_magic_regex" > /dev/null; then
7195             :
7196           else
7197             cat <<_LT_EOF 1>&2
7198
7199 *** Warning: the command libtool uses to detect shared libraries,
7200 *** $file_magic_cmd, produces output that libtool cannot recognize.
7201 *** The result is that libtool may fail to recognize shared libraries
7202 *** as such.  This will affect the creation of libtool libraries that
7203 *** depend on shared libraries, but programs linked with such libtool
7204 *** libraries will work regardless of this problem.  Nevertheless, you
7205 *** may want to report the problem to your system manager and/or to
7206 *** bug-libtool@gnu.org
7207
7208 _LT_EOF
7209           fi ;;
7210         esac
7211       fi
7212       break
7213     fi
7214   done
7215   IFS="$lt_save_ifs"
7216   MAGIC_CMD="$lt_save_MAGIC_CMD"
7217   ;;
7218 esac
7219 fi
7220
7221 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7222 if test -n "$MAGIC_CMD"; then
7223   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7224 $as_echo "$MAGIC_CMD" >&6; }
7225 else
7226   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7227 $as_echo "no" >&6; }
7228 fi
7229
7230
7231   else
7232     MAGIC_CMD=:
7233   fi
7234 fi
7235
7236   fi
7237   ;;
7238 esac
7239
7240 # Use C for the default configuration in the libtool script
7241
7242 lt_save_CC="$CC"
7243 ac_ext=c
7244 ac_cpp='$CPP $CPPFLAGS'
7245 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7246 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7247 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7248
7249
7250 # Source file extension for C test sources.
7251 ac_ext=c
7252
7253 # Object file extension for compiled C test sources.
7254 objext=o
7255 objext=$objext
7256
7257 # Code to be used in simple compile tests
7258 lt_simple_compile_test_code="int some_variable = 0;"
7259
7260 # Code to be used in simple link tests
7261 lt_simple_link_test_code='int main(){return(0);}'
7262
7263
7264
7265
7266
7267
7268
7269 # If no C compiler was specified, use CC.
7270 LTCC=${LTCC-"$CC"}
7271
7272 # If no C compiler flags were specified, use CFLAGS.
7273 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7274
7275 # Allow CC to be a program name with arguments.
7276 compiler=$CC
7277
7278 # Save the default compiler, since it gets overwritten when the other
7279 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7280 compiler_DEFAULT=$CC
7281
7282 # save warnings/boilerplate of simple test code
7283 ac_outfile=conftest.$ac_objext
7284 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7285 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7286 _lt_compiler_boilerplate=`cat conftest.err`
7287 $RM conftest*
7288
7289 ac_outfile=conftest.$ac_objext
7290 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7291 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7292 _lt_linker_boilerplate=`cat conftest.err`
7293 $RM -r conftest*
7294
7295
7296 ## CAVEAT EMPTOR:
7297 ## There is no encapsulation within the following macros, do not change
7298 ## the running order or otherwise move them around unless you know exactly
7299 ## what you are doing...
7300 if test -n "$compiler"; then
7301
7302 lt_prog_compiler_no_builtin_flag=
7303
7304 if test "$GCC" = yes; then
7305   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7306
7307   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7308 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7309 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7310   $as_echo_n "(cached) " >&6
7311 else
7312   lt_cv_prog_compiler_rtti_exceptions=no
7313    ac_outfile=conftest.$ac_objext
7314    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7315    lt_compiler_flag="-fno-rtti -fno-exceptions"
7316    # Insert the option either (1) after the last *FLAGS variable, or
7317    # (2) before a word containing "conftest.", or (3) at the end.
7318    # Note that $ac_compile itself does not contain backslashes and begins
7319    # with a dollar sign (not a hyphen), so the echo should work correctly.
7320    # The option is referenced via a variable to avoid confusing sed.
7321    lt_compile=`echo "$ac_compile" | $SED \
7322    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7323    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7324    -e 's:$: $lt_compiler_flag:'`
7325    (eval echo "\"\$as_me:7325: $lt_compile\"" >&5)
7326    (eval "$lt_compile" 2>conftest.err)
7327    ac_status=$?
7328    cat conftest.err >&5
7329    echo "$as_me:7329: \$? = $ac_status" >&5
7330    if (exit $ac_status) && test -s "$ac_outfile"; then
7331      # The compiler can only warn and ignore the option if not recognized
7332      # So say no if there are warnings other than the usual output.
7333      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7334      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7335      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7336        lt_cv_prog_compiler_rtti_exceptions=yes
7337      fi
7338    fi
7339    $RM conftest*
7340
7341 fi
7342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7343 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7344
7345 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7346     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7347 else
7348     :
7349 fi
7350
7351 fi
7352
7353
7354
7355
7356
7357
7358   lt_prog_compiler_wl=
7359 lt_prog_compiler_pic=
7360 lt_prog_compiler_static=
7361
7362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7363 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7364
7365   if test "$GCC" = yes; then
7366     lt_prog_compiler_wl='-Wl,'
7367     lt_prog_compiler_static='-static'
7368
7369     case $host_os in
7370       aix*)
7371       # All AIX code is PIC.
7372       if test "$host_cpu" = ia64; then
7373         # AIX 5 now supports IA64 processor
7374         lt_prog_compiler_static='-Bstatic'
7375       fi
7376       ;;
7377
7378     amigaos*)
7379       case $host_cpu in
7380       powerpc)
7381             # see comment about AmigaOS4 .so support
7382             lt_prog_compiler_pic='-fPIC'
7383         ;;
7384       m68k)
7385             # FIXME: we need at least 68020 code to build shared libraries, but
7386             # adding the `-m68020' flag to GCC prevents building anything better,
7387             # like `-m68040'.
7388             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7389         ;;
7390       esac
7391       ;;
7392
7393     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7394       # PIC is the default for these OSes.
7395       ;;
7396
7397     mingw* | cygwin* | pw32* | os2* | cegcc*)
7398       # This hack is so that the source file can tell whether it is being
7399       # built for inclusion in a dll (and should export symbols for example).
7400       # Although the cygwin gcc ignores -fPIC, still need this for old-style
7401       # (--disable-auto-import) libraries
7402       lt_prog_compiler_pic='-DDLL_EXPORT'
7403       ;;
7404
7405     darwin* | rhapsody*)
7406       # PIC is the default on this platform
7407       # Common symbols not allowed in MH_DYLIB files
7408       lt_prog_compiler_pic='-fno-common'
7409       ;;
7410
7411     hpux*)
7412       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7413       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
7414       # sets the default TLS model and affects inlining.
7415       case $host_cpu in
7416       hppa*64*)
7417         # +Z the default
7418         ;;
7419       *)
7420         lt_prog_compiler_pic='-fPIC'
7421         ;;
7422       esac
7423       ;;
7424
7425     interix[3-9]*)
7426       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7427       # Instead, we relocate shared libraries at runtime.
7428       ;;
7429
7430     msdosdjgpp*)
7431       # Just because we use GCC doesn't mean we suddenly get shared libraries
7432       # on systems that don't support them.
7433       lt_prog_compiler_can_build_shared=no
7434       enable_shared=no
7435       ;;
7436
7437     *nto* | *qnx*)
7438       # QNX uses GNU C++, but need to define -shared option too, otherwise
7439       # it will coredump.
7440       lt_prog_compiler_pic='-fPIC -shared'
7441       ;;
7442
7443     sysv4*MP*)
7444       if test -d /usr/nec; then
7445         lt_prog_compiler_pic=-Kconform_pic
7446       fi
7447       ;;
7448
7449     *)
7450       lt_prog_compiler_pic='-fPIC'
7451       ;;
7452     esac
7453   else
7454     # PORTME Check for flag to pass linker flags through the system compiler.
7455     case $host_os in
7456     aix*)
7457       lt_prog_compiler_wl='-Wl,'
7458       if test "$host_cpu" = ia64; then
7459         # AIX 5 now supports IA64 processor
7460         lt_prog_compiler_static='-Bstatic'
7461       else
7462         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7463       fi
7464       ;;
7465
7466     mingw* | cygwin* | pw32* | os2* | cegcc*)
7467       # This hack is so that the source file can tell whether it is being
7468       # built for inclusion in a dll (and should export symbols for example).
7469       lt_prog_compiler_pic='-DDLL_EXPORT'
7470       ;;
7471
7472     hpux9* | hpux10* | hpux11*)
7473       lt_prog_compiler_wl='-Wl,'
7474       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7475       # not for PA HP-UX.
7476       case $host_cpu in
7477       hppa*64*|ia64*)
7478         # +Z the default
7479         ;;
7480       *)
7481         lt_prog_compiler_pic='+Z'
7482         ;;
7483       esac
7484       # Is there a better lt_prog_compiler_static that works with the bundled CC?
7485       lt_prog_compiler_static='${wl}-a ${wl}archive'
7486       ;;
7487
7488     irix5* | irix6* | nonstopux*)
7489       lt_prog_compiler_wl='-Wl,'
7490       # PIC (with -KPIC) is the default.
7491       lt_prog_compiler_static='-non_shared'
7492       ;;
7493
7494     linux* | k*bsd*-gnu | kopensolaris*-gnu)
7495       case $cc_basename in
7496       # old Intel for x86_64 which still supported -KPIC.
7497       ecc*)
7498         lt_prog_compiler_wl='-Wl,'
7499         lt_prog_compiler_pic='-KPIC'
7500         lt_prog_compiler_static='-static'
7501         ;;
7502       # icc used to be incompatible with GCC.
7503       # ICC 10 doesn't accept -KPIC any more.
7504       icc* | ifort*)
7505         lt_prog_compiler_wl='-Wl,'
7506         lt_prog_compiler_pic='-fPIC'
7507         lt_prog_compiler_static='-static'
7508         ;;
7509       # Lahey Fortran 8.1.
7510       lf95*)
7511         lt_prog_compiler_wl='-Wl,'
7512         lt_prog_compiler_pic='--shared'
7513         lt_prog_compiler_static='--static'
7514         ;;
7515       pgcc* | pgf77* | pgf90* | pgf95*)
7516         # Portland Group compilers (*not* the Pentium gcc compiler,
7517         # which looks to be a dead project)
7518         lt_prog_compiler_wl='-Wl,'
7519         lt_prog_compiler_pic='-fpic'
7520         lt_prog_compiler_static='-Bstatic'
7521         ;;
7522       ccc*)
7523         lt_prog_compiler_wl='-Wl,'
7524         # All Alpha code is PIC.
7525         lt_prog_compiler_static='-non_shared'
7526         ;;
7527       xl*)
7528         # IBM XL C 8.0/Fortran 10.1 on PPC
7529         lt_prog_compiler_wl='-Wl,'
7530         lt_prog_compiler_pic='-qpic'
7531         lt_prog_compiler_static='-qstaticlink'
7532         ;;
7533       *)
7534         case `$CC -V 2>&1 | sed 5q` in
7535         *Sun\ C*)
7536           # Sun C 5.9
7537           lt_prog_compiler_pic='-KPIC'
7538           lt_prog_compiler_static='-Bstatic'
7539           lt_prog_compiler_wl='-Wl,'
7540           ;;
7541         *Sun\ F*)
7542           # Sun Fortran 8.3 passes all unrecognized flags to the linker
7543           lt_prog_compiler_pic='-KPIC'
7544           lt_prog_compiler_static='-Bstatic'
7545           lt_prog_compiler_wl=''
7546           ;;
7547         esac
7548         ;;
7549       esac
7550       ;;
7551
7552     newsos6)
7553       lt_prog_compiler_pic='-KPIC'
7554       lt_prog_compiler_static='-Bstatic'
7555       ;;
7556
7557     *nto* | *qnx*)
7558       # QNX uses GNU C++, but need to define -shared option too, otherwise
7559       # it will coredump.
7560       lt_prog_compiler_pic='-fPIC -shared'
7561       ;;
7562
7563     osf3* | osf4* | osf5*)
7564       lt_prog_compiler_wl='-Wl,'
7565       # All OSF/1 code is PIC.
7566       lt_prog_compiler_static='-non_shared'
7567       ;;
7568
7569     rdos*)
7570       lt_prog_compiler_static='-non_shared'
7571       ;;
7572
7573     solaris*)
7574       lt_prog_compiler_pic='-KPIC'
7575       lt_prog_compiler_static='-Bstatic'
7576       case $cc_basename in
7577       f77* | f90* | f95*)
7578         lt_prog_compiler_wl='-Qoption ld ';;
7579       *)
7580         lt_prog_compiler_wl='-Wl,';;
7581       esac
7582       ;;
7583
7584     sunos4*)
7585       lt_prog_compiler_wl='-Qoption ld '
7586       lt_prog_compiler_pic='-PIC'
7587       lt_prog_compiler_static='-Bstatic'
7588       ;;
7589
7590     sysv4 | sysv4.2uw2* | sysv4.3*)
7591       lt_prog_compiler_wl='-Wl,'
7592       lt_prog_compiler_pic='-KPIC'
7593       lt_prog_compiler_static='-Bstatic'
7594       ;;
7595
7596     sysv4*MP*)
7597       if test -d /usr/nec ;then
7598         lt_prog_compiler_pic='-Kconform_pic'
7599         lt_prog_compiler_static='-Bstatic'
7600       fi
7601       ;;
7602
7603     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7604       lt_prog_compiler_wl='-Wl,'
7605       lt_prog_compiler_pic='-KPIC'
7606       lt_prog_compiler_static='-Bstatic'
7607       ;;
7608
7609     unicos*)
7610       lt_prog_compiler_wl='-Wl,'
7611       lt_prog_compiler_can_build_shared=no
7612       ;;
7613
7614     uts4*)
7615       lt_prog_compiler_pic='-pic'
7616       lt_prog_compiler_static='-Bstatic'
7617       ;;
7618
7619     *)
7620       lt_prog_compiler_can_build_shared=no
7621       ;;
7622     esac
7623   fi
7624
7625 case $host_os in
7626   # For platforms which do not support PIC, -DPIC is meaningless:
7627   *djgpp*)
7628     lt_prog_compiler_pic=
7629     ;;
7630   *)
7631     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7632     ;;
7633 esac
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7635 $as_echo "$lt_prog_compiler_pic" >&6; }
7636
7637
7638
7639
7640
7641
7642 #
7643 # Check to make sure the PIC flag actually works.
7644 #
7645 if test -n "$lt_prog_compiler_pic"; then
7646   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7647 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7648 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7649   $as_echo_n "(cached) " >&6
7650 else
7651   lt_cv_prog_compiler_pic_works=no
7652    ac_outfile=conftest.$ac_objext
7653    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7654    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7655    # Insert the option either (1) after the last *FLAGS variable, or
7656    # (2) before a word containing "conftest.", or (3) at the end.
7657    # Note that $ac_compile itself does not contain backslashes and begins
7658    # with a dollar sign (not a hyphen), so the echo should work correctly.
7659    # The option is referenced via a variable to avoid confusing sed.
7660    lt_compile=`echo "$ac_compile" | $SED \
7661    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7662    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7663    -e 's:$: $lt_compiler_flag:'`
7664    (eval echo "\"\$as_me:7664: $lt_compile\"" >&5)
7665    (eval "$lt_compile" 2>conftest.err)
7666    ac_status=$?
7667    cat conftest.err >&5
7668    echo "$as_me:7668: \$? = $ac_status" >&5
7669    if (exit $ac_status) && test -s "$ac_outfile"; then
7670      # The compiler can only warn and ignore the option if not recognized
7671      # So say no if there are warnings other than the usual output.
7672      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7673      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7674      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7675        lt_cv_prog_compiler_pic_works=yes
7676      fi
7677    fi
7678    $RM conftest*
7679
7680 fi
7681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7682 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7683
7684 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7685     case $lt_prog_compiler_pic in
7686      "" | " "*) ;;
7687      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7688      esac
7689 else
7690     lt_prog_compiler_pic=
7691      lt_prog_compiler_can_build_shared=no
7692 fi
7693
7694 fi
7695
7696
7697
7698
7699
7700
7701 #
7702 # Check to make sure the static flag actually works.
7703 #
7704 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7706 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7707 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7708   $as_echo_n "(cached) " >&6
7709 else
7710   lt_cv_prog_compiler_static_works=no
7711    save_LDFLAGS="$LDFLAGS"
7712    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7713    echo "$lt_simple_link_test_code" > conftest.$ac_ext
7714    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7715      # The linker can only warn and ignore the option if not recognized
7716      # So say no if there are warnings
7717      if test -s conftest.err; then
7718        # Append any errors to the config.log.
7719        cat conftest.err 1>&5
7720        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
7721        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7722        if diff conftest.exp conftest.er2 >/dev/null; then
7723          lt_cv_prog_compiler_static_works=yes
7724        fi
7725      else
7726        lt_cv_prog_compiler_static_works=yes
7727      fi
7728    fi
7729    $RM -r conftest*
7730    LDFLAGS="$save_LDFLAGS"
7731
7732 fi
7733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7734 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7735
7736 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7737     :
7738 else
7739     lt_prog_compiler_static=
7740 fi
7741
7742
7743
7744
7745
7746
7747
7748   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7749 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7750 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7751   $as_echo_n "(cached) " >&6
7752 else
7753   lt_cv_prog_compiler_c_o=no
7754    $RM -r conftest 2>/dev/null
7755    mkdir conftest
7756    cd conftest
7757    mkdir out
7758    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7759
7760    lt_compiler_flag="-o out/conftest2.$ac_objext"
7761    # Insert the option either (1) after the last *FLAGS variable, or
7762    # (2) before a word containing "conftest.", or (3) at the end.
7763    # Note that $ac_compile itself does not contain backslashes and begins
7764    # with a dollar sign (not a hyphen), so the echo should work correctly.
7765    lt_compile=`echo "$ac_compile" | $SED \
7766    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7767    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7768    -e 's:$: $lt_compiler_flag:'`
7769    (eval echo "\"\$as_me:7769: $lt_compile\"" >&5)
7770    (eval "$lt_compile" 2>out/conftest.err)
7771    ac_status=$?
7772    cat out/conftest.err >&5
7773    echo "$as_me:7773: \$? = $ac_status" >&5
7774    if (exit $ac_status) && test -s out/conftest2.$ac_objext
7775    then
7776      # The compiler can only warn and ignore the option if not recognized
7777      # So say no if there are warnings
7778      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7779      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7780      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7781        lt_cv_prog_compiler_c_o=yes
7782      fi
7783    fi
7784    chmod u+w . 2>&5
7785    $RM conftest*
7786    # SGI C++ compiler will create directory out/ii_files/ for
7787    # template instantiation
7788    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7789    $RM out/* && rmdir out
7790    cd ..
7791    $RM -r conftest
7792    $RM conftest*
7793
7794 fi
7795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7796 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7797
7798
7799
7800
7801
7802
7803   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7804 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7805 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7806   $as_echo_n "(cached) " >&6
7807 else
7808   lt_cv_prog_compiler_c_o=no
7809    $RM -r conftest 2>/dev/null
7810    mkdir conftest
7811    cd conftest
7812    mkdir out
7813    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7814
7815    lt_compiler_flag="-o out/conftest2.$ac_objext"
7816    # Insert the option either (1) after the last *FLAGS variable, or
7817    # (2) before a word containing "conftest.", or (3) at the end.
7818    # Note that $ac_compile itself does not contain backslashes and begins
7819    # with a dollar sign (not a hyphen), so the echo should work correctly.
7820    lt_compile=`echo "$ac_compile" | $SED \
7821    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7822    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7823    -e 's:$: $lt_compiler_flag:'`
7824    (eval echo "\"\$as_me:7824: $lt_compile\"" >&5)
7825    (eval "$lt_compile" 2>out/conftest.err)
7826    ac_status=$?
7827    cat out/conftest.err >&5
7828    echo "$as_me:7828: \$? = $ac_status" >&5
7829    if (exit $ac_status) && test -s out/conftest2.$ac_objext
7830    then
7831      # The compiler can only warn and ignore the option if not recognized
7832      # So say no if there are warnings
7833      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7834      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7835      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7836        lt_cv_prog_compiler_c_o=yes
7837      fi
7838    fi
7839    chmod u+w . 2>&5
7840    $RM conftest*
7841    # SGI C++ compiler will create directory out/ii_files/ for
7842    # template instantiation
7843    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7844    $RM out/* && rmdir out
7845    cd ..
7846    $RM -r conftest
7847    $RM conftest*
7848
7849 fi
7850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7851 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7852
7853
7854
7855
7856 hard_links="nottested"
7857 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7858   # do not overwrite the value of need_locks provided by the user
7859   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
7860 $as_echo_n "checking if we can lock with hard links... " >&6; }
7861   hard_links=yes
7862   $RM conftest*
7863   ln conftest.a conftest.b 2>/dev/null && hard_links=no
7864   touch conftest.a
7865   ln conftest.a conftest.b 2>&5 || hard_links=no
7866   ln conftest.a conftest.b 2>/dev/null && hard_links=no
7867   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
7868 $as_echo "$hard_links" >&6; }
7869   if test "$hard_links" = no; then
7870     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7871 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7872     need_locks=warn
7873   fi
7874 else
7875   need_locks=no
7876 fi
7877
7878
7879
7880
7881
7882
7883   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7884 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
7885
7886   runpath_var=
7887   allow_undefined_flag=
7888   always_export_symbols=no
7889   archive_cmds=
7890   archive_expsym_cmds=
7891   compiler_needs_object=no
7892   enable_shared_with_static_runtimes=no
7893   export_dynamic_flag_spec=
7894   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7895   hardcode_automatic=no
7896   hardcode_direct=no
7897   hardcode_direct_absolute=no
7898   hardcode_libdir_flag_spec=
7899   hardcode_libdir_flag_spec_ld=
7900   hardcode_libdir_separator=
7901   hardcode_minus_L=no
7902   hardcode_shlibpath_var=unsupported
7903   inherit_rpath=no
7904   link_all_deplibs=unknown
7905   module_cmds=
7906   module_expsym_cmds=
7907   old_archive_from_new_cmds=
7908   old_archive_from_expsyms_cmds=
7909   thread_safe_flag_spec=
7910   whole_archive_flag_spec=
7911   # include_expsyms should be a list of space-separated symbols to be *always*
7912   # included in the symbol list
7913   include_expsyms=
7914   # exclude_expsyms can be an extended regexp of symbols to exclude
7915   # it will be wrapped by ` (' and `)$', so one must not match beginning or
7916   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7917   # as well as any symbol that contains `d'.
7918   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
7919   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7920   # platforms (ab)use it in PIC code, but their linkers get confused if
7921   # the symbol is explicitly referenced.  Since portable code cannot
7922   # rely on this symbol name, it's probably fine to never include it in
7923   # preloaded symbol tables.
7924   # Exclude shared library initialization/finalization symbols.
7925   extract_expsyms_cmds=
7926
7927   case $host_os in
7928   cygwin* | mingw* | pw32* | cegcc*)
7929     # FIXME: the MSVC++ port hasn't been tested in a loooong time
7930     # When not using gcc, we currently assume that we are using
7931     # Microsoft Visual C++.
7932     if test "$GCC" != yes; then
7933       with_gnu_ld=no
7934     fi
7935     ;;
7936   interix*)
7937     # we just hope/assume this is gcc and not c89 (= MSVC++)
7938     with_gnu_ld=yes
7939     ;;
7940   openbsd*)
7941     with_gnu_ld=no
7942     ;;
7943   linux* | k*bsd*-gnu)
7944     link_all_deplibs=no
7945     ;;
7946   esac
7947
7948   ld_shlibs=yes
7949   if test "$with_gnu_ld" = yes; then
7950     # If archive_cmds runs LD, not CC, wlarc should be empty
7951     wlarc='${wl}'
7952
7953     # Set some defaults for GNU ld with shared library support. These
7954     # are reset later if shared libraries are not supported. Putting them
7955     # here allows them to be overridden if necessary.
7956     runpath_var=LD_RUN_PATH
7957     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7958     export_dynamic_flag_spec='${wl}--export-dynamic'
7959     # ancient GNU ld didn't support --whole-archive et. al.
7960     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
7961       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7962     else
7963       whole_archive_flag_spec=
7964     fi
7965     supports_anon_versioning=no
7966     case `$LD -v 2>&1` in
7967       *GNU\ gold*) supports_anon_versioning=yes ;;
7968       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
7969       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
7970       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
7971       *\ 2.11.*) ;; # other 2.11 versions
7972       *) supports_anon_versioning=yes ;;
7973     esac
7974
7975     # See if GNU ld supports shared libraries.
7976     case $host_os in
7977     aix[3-9]*)
7978       # On AIX/PPC, the GNU linker is very broken
7979       if test "$host_cpu" != ia64; then
7980         ld_shlibs=no
7981         cat <<_LT_EOF 1>&2
7982
7983 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
7984 *** to be unable to reliably create shared libraries on AIX.
7985 *** Therefore, libtool is disabling shared libraries support.  If you
7986 *** really care for shared libraries, you may want to modify your PATH
7987 *** so that a non-GNU linker is found, and then restart.
7988
7989 _LT_EOF
7990       fi
7991       ;;
7992
7993     amigaos*)
7994       case $host_cpu in
7995       powerpc)
7996             # see comment about AmigaOS4 .so support
7997             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7998             archive_expsym_cmds=''
7999         ;;
8000       m68k)
8001             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)'
8002             hardcode_libdir_flag_spec='-L$libdir'
8003             hardcode_minus_L=yes
8004         ;;
8005       esac
8006       ;;
8007
8008     beos*)
8009       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8010         allow_undefined_flag=unsupported
8011         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8012         # support --undefined.  This deserves some investigation.  FIXME
8013         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8014       else
8015         ld_shlibs=no
8016       fi
8017       ;;
8018
8019     cygwin* | mingw* | pw32* | cegcc*)
8020       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8021       # as there is no search path for DLLs.
8022       hardcode_libdir_flag_spec='-L$libdir'
8023       allow_undefined_flag=unsupported
8024       always_export_symbols=no
8025       enable_shared_with_static_runtimes=yes
8026       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8027
8028       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8029         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8030         # If the export-symbols file already is a .def file (1st line
8031         # is EXPORTS), use it as is; otherwise, prepend...
8032         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8033           cp $export_symbols $output_objdir/$soname.def;
8034         else
8035           echo EXPORTS > $output_objdir/$soname.def;
8036           cat $export_symbols >> $output_objdir/$soname.def;
8037         fi~
8038         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8039       else
8040         ld_shlibs=no
8041       fi
8042       ;;
8043
8044     interix[3-9]*)
8045       hardcode_direct=no
8046       hardcode_shlibpath_var=no
8047       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8048       export_dynamic_flag_spec='${wl}-E'
8049       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8050       # Instead, shared libraries are loaded at an image base (0x10000000 by
8051       # default) and relocated if they conflict, which is a slow very memory
8052       # consuming and fragmenting process.  To avoid this, we pick a random,
8053       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8054       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
8055       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8056       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'
8057       ;;
8058
8059     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8060       tmp_diet=no
8061       if test "$host_os" = linux-dietlibc; then
8062         case $cc_basename in
8063           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
8064         esac
8065       fi
8066       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8067          && test "$tmp_diet" = no
8068       then
8069         tmp_addflag=
8070         tmp_sharedflag='-shared'
8071         case $cc_basename,$host_cpu in
8072         pgcc*)                          # Portland Group C compiler
8073           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'
8074           tmp_addflag=' $pic_flag'
8075           ;;
8076         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
8077           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'
8078           tmp_addflag=' $pic_flag -Mnomain' ;;
8079         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
8080           tmp_addflag=' -i_dynamic' ;;
8081         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
8082           tmp_addflag=' -i_dynamic -nofor_main' ;;
8083         ifc* | ifort*)                  # Intel Fortran compiler
8084           tmp_addflag=' -nofor_main' ;;
8085         lf95*)                          # Lahey Fortran 8.1
8086           whole_archive_flag_spec=
8087           tmp_sharedflag='--shared' ;;
8088         xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
8089           tmp_sharedflag='-qmkshrobj'
8090           tmp_addflag= ;;
8091         esac
8092         case `$CC -V 2>&1 | sed 5q` in
8093         *Sun\ C*)                       # Sun C 5.9
8094           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'
8095           compiler_needs_object=yes
8096           tmp_sharedflag='-G' ;;
8097         *Sun\ F*)                       # Sun Fortran 8.3
8098           tmp_sharedflag='-G' ;;
8099         esac
8100         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8101
8102         if test "x$supports_anon_versioning" = xyes; then
8103           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8104             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8105             echo "local: *; };" >> $output_objdir/$libname.ver~
8106             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8107         fi
8108
8109         case $cc_basename in
8110         xlf*)
8111           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8112           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8113           hardcode_libdir_flag_spec=
8114           hardcode_libdir_flag_spec_ld='-rpath $libdir'
8115           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8116           if test "x$supports_anon_versioning" = xyes; then
8117             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8118               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8119               echo "local: *; };" >> $output_objdir/$libname.ver~
8120               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8121           fi
8122           ;;
8123         esac
8124       else
8125         ld_shlibs=no
8126       fi
8127       ;;
8128
8129     netbsd* | netbsdelf*-gnu)
8130       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8131         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8132         wlarc=
8133       else
8134         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8135         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8136       fi
8137       ;;
8138
8139     solaris*)
8140       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8141         ld_shlibs=no
8142         cat <<_LT_EOF 1>&2
8143
8144 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8145 *** create shared libraries on Solaris systems.  Therefore, libtool
8146 *** is disabling shared libraries support.  We urge you to upgrade GNU
8147 *** binutils to release 2.9.1 or newer.  Another option is to modify
8148 *** your PATH or compiler configuration so that the native linker is
8149 *** used, and then restart.
8150
8151 _LT_EOF
8152       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8153         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8154         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8155       else
8156         ld_shlibs=no
8157       fi
8158       ;;
8159
8160     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8161       case `$LD -v 2>&1` in
8162         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8163         ld_shlibs=no
8164         cat <<_LT_EOF 1>&2
8165
8166 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8167 *** reliably create shared libraries on SCO systems.  Therefore, libtool
8168 *** is disabling shared libraries support.  We urge you to upgrade GNU
8169 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
8170 *** your PATH or compiler configuration so that the native linker is
8171 *** used, and then restart.
8172
8173 _LT_EOF
8174         ;;
8175         *)
8176           # For security reasons, it is highly recommended that you always
8177           # use absolute paths for naming shared libraries, and exclude the
8178           # DT_RUNPATH tag from executables and libraries.  But doing so
8179           # requires that you compile everything twice, which is a pain.
8180           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8181             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8182             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8183             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8184           else
8185             ld_shlibs=no
8186           fi
8187         ;;
8188       esac
8189       ;;
8190
8191     sunos4*)
8192       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8193       wlarc=
8194       hardcode_direct=yes
8195       hardcode_shlibpath_var=no
8196       ;;
8197
8198     *)
8199       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8200         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8201         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8202       else
8203         ld_shlibs=no
8204       fi
8205       ;;
8206     esac
8207
8208     if test "$ld_shlibs" = no; then
8209       runpath_var=
8210       hardcode_libdir_flag_spec=
8211       export_dynamic_flag_spec=
8212       whole_archive_flag_spec=
8213     fi
8214   else
8215     # PORTME fill in a description of your system's linker (not GNU ld)
8216     case $host_os in
8217     aix3*)
8218       allow_undefined_flag=unsupported
8219       always_export_symbols=yes
8220       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'
8221       # Note: this linker hardcodes the directories in LIBPATH if there
8222       # are no directories specified by -L.
8223       hardcode_minus_L=yes
8224       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8225         # Neither direct hardcoding nor static linking is supported with a
8226         # broken collect2.
8227         hardcode_direct=unsupported
8228       fi
8229       ;;
8230
8231     aix[4-9]*)
8232       if test "$host_cpu" = ia64; then
8233         # On IA64, the linker does run time linking by default, so we don't
8234         # have to do anything special.
8235         aix_use_runtimelinking=no
8236         exp_sym_flag='-Bexport'
8237         no_entry_flag=""
8238       else
8239         # If we're using GNU nm, then we don't want the "-C" option.
8240         # -C means demangle to AIX nm, but means don't demangle with GNU nm
8241         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8242           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'
8243         else
8244           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'
8245         fi
8246         aix_use_runtimelinking=no
8247
8248         # Test if we are trying to use run time linking or normal
8249         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8250         # need to do runtime linking.
8251         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8252           for ld_flag in $LDFLAGS; do
8253           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8254             aix_use_runtimelinking=yes
8255             break
8256           fi
8257           done
8258           ;;
8259         esac
8260
8261         exp_sym_flag='-bexport'
8262         no_entry_flag='-bnoentry'
8263       fi
8264
8265       # When large executables or shared objects are built, AIX ld can
8266       # have problems creating the table of contents.  If linking a library
8267       # or program results in "error TOC overflow" add -mminimal-toc to
8268       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
8269       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8270
8271       archive_cmds=''
8272       hardcode_direct=yes
8273       hardcode_direct_absolute=yes
8274       hardcode_libdir_separator=':'
8275       link_all_deplibs=yes
8276       file_list_spec='${wl}-f,'
8277
8278       if test "$GCC" = yes; then
8279         case $host_os in aix4.[012]|aix4.[012].*)
8280         # We only want to do this on AIX 4.2 and lower, the check
8281         # below for broken collect2 doesn't work under 4.3+
8282           collect2name=`${CC} -print-prog-name=collect2`
8283           if test -f "$collect2name" &&
8284            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8285           then
8286           # We have reworked collect2
8287           :
8288           else
8289           # We have old collect2
8290           hardcode_direct=unsupported
8291           # It fails to find uninstalled libraries when the uninstalled
8292           # path is not listed in the libpath.  Setting hardcode_minus_L
8293           # to unsupported forces relinking
8294           hardcode_minus_L=yes
8295           hardcode_libdir_flag_spec='-L$libdir'
8296           hardcode_libdir_separator=
8297           fi
8298           ;;
8299         esac
8300         shared_flag='-shared'
8301         if test "$aix_use_runtimelinking" = yes; then
8302           shared_flag="$shared_flag "'${wl}-G'
8303         fi
8304         link_all_deplibs=no
8305       else
8306         # not using gcc
8307         if test "$host_cpu" = ia64; then
8308         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8309         # chokes on -Wl,-G. The following line is correct:
8310           shared_flag='-G'
8311         else
8312           if test "$aix_use_runtimelinking" = yes; then
8313             shared_flag='${wl}-G'
8314           else
8315             shared_flag='${wl}-bM:SRE'
8316           fi
8317         fi
8318       fi
8319
8320       export_dynamic_flag_spec='${wl}-bexpall'
8321       # It seems that -bexpall does not export symbols beginning with
8322       # underscore (_), so it is better to generate a list of symbols to export.
8323       always_export_symbols=yes
8324       if test "$aix_use_runtimelinking" = yes; then
8325         # Warning - without using the other runtime loading flags (-brtl),
8326         # -berok will link without error, but may produce a broken library.
8327         allow_undefined_flag='-berok'
8328         # Determine the default libpath from the value encoded in an
8329         # empty executable.
8330         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8331 /* end confdefs.h.  */
8332
8333 int
8334 main ()
8335 {
8336
8337   ;
8338   return 0;
8339 }
8340 _ACEOF
8341 if ac_fn_c_try_link "$LINENO"; then :
8342
8343 lt_aix_libpath_sed='
8344     /Import File Strings/,/^$/ {
8345         /^0/ {
8346             s/^0  *\(.*\)$/\1/
8347             p
8348         }
8349     }'
8350 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8351 # Check for a 64-bit object if we didn't find anything.
8352 if test -z "$aix_libpath"; then
8353   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8354 fi
8355 fi
8356 rm -f core conftest.err conftest.$ac_objext \
8357     conftest$ac_exeext conftest.$ac_ext
8358 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8359
8360         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8361         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"
8362       else
8363         if test "$host_cpu" = ia64; then
8364           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8365           allow_undefined_flag="-z nodefs"
8366           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"
8367         else
8368          # Determine the default libpath from the value encoded in an
8369          # empty executable.
8370          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8371 /* end confdefs.h.  */
8372
8373 int
8374 main ()
8375 {
8376
8377   ;
8378   return 0;
8379 }
8380 _ACEOF
8381 if ac_fn_c_try_link "$LINENO"; then :
8382
8383 lt_aix_libpath_sed='
8384     /Import File Strings/,/^$/ {
8385         /^0/ {
8386             s/^0  *\(.*\)$/\1/
8387             p
8388         }
8389     }'
8390 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8391 # Check for a 64-bit object if we didn't find anything.
8392 if test -z "$aix_libpath"; then
8393   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8394 fi
8395 fi
8396 rm -f core conftest.err conftest.$ac_objext \
8397     conftest$ac_exeext conftest.$ac_ext
8398 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8399
8400          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8401           # Warning - without using the other run time loading flags,
8402           # -berok will link without error, but may produce a broken library.
8403           no_undefined_flag=' ${wl}-bernotok'
8404           allow_undefined_flag=' ${wl}-berok'
8405           # Exported symbols can be pulled into shared objects from archives
8406           whole_archive_flag_spec='$convenience'
8407           archive_cmds_need_lc=yes
8408           # This is similar to how AIX traditionally builds its shared libraries.
8409           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'
8410         fi
8411       fi
8412       ;;
8413
8414     amigaos*)
8415       case $host_cpu in
8416       powerpc)
8417             # see comment about AmigaOS4 .so support
8418             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8419             archive_expsym_cmds=''
8420         ;;
8421       m68k)
8422             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)'
8423             hardcode_libdir_flag_spec='-L$libdir'
8424             hardcode_minus_L=yes
8425         ;;
8426       esac
8427       ;;
8428
8429     bsdi[45]*)
8430       export_dynamic_flag_spec=-rdynamic
8431       ;;
8432
8433     cygwin* | mingw* | pw32* | cegcc*)
8434       # When not using gcc, we currently assume that we are using
8435       # Microsoft Visual C++.
8436       # hardcode_libdir_flag_spec is actually meaningless, as there is
8437       # no search path for DLLs.
8438       hardcode_libdir_flag_spec=' '
8439       allow_undefined_flag=unsupported
8440       # Tell ltmain to make .lib files, not .a files.
8441       libext=lib
8442       # Tell ltmain to make .dll files, not .so files.
8443       shrext_cmds=".dll"
8444       # FIXME: Setting linknames here is a bad hack.
8445       archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
8446       # The linker will automatically build a .lib file if we build a DLL.
8447       old_archive_from_new_cmds='true'
8448       # FIXME: Should let the user specify the lib program.
8449       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8450       fix_srcfile_path='`cygpath -w "$srcfile"`'
8451       enable_shared_with_static_runtimes=yes
8452       ;;
8453
8454     darwin* | rhapsody*)
8455
8456
8457   archive_cmds_need_lc=no
8458   hardcode_direct=no
8459   hardcode_automatic=yes
8460   hardcode_shlibpath_var=unsupported
8461   whole_archive_flag_spec=''
8462   link_all_deplibs=yes
8463   allow_undefined_flag="$_lt_dar_allow_undefined"
8464   case $cc_basename in
8465      ifort*) _lt_dar_can_shared=yes ;;
8466      *) _lt_dar_can_shared=$GCC ;;
8467   esac
8468   if test "$_lt_dar_can_shared" = "yes"; then
8469     output_verbose_link_cmd=echo
8470     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8471     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8472     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}"
8473     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}"
8474
8475   else
8476   ld_shlibs=no
8477   fi
8478
8479       ;;
8480
8481     dgux*)
8482       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8483       hardcode_libdir_flag_spec='-L$libdir'
8484       hardcode_shlibpath_var=no
8485       ;;
8486
8487     freebsd1*)
8488       ld_shlibs=no
8489       ;;
8490
8491     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8492     # support.  Future versions do this automatically, but an explicit c++rt0.o
8493     # does not break anything, and helps significantly (at the cost of a little
8494     # extra space).
8495     freebsd2.2*)
8496       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8497       hardcode_libdir_flag_spec='-R$libdir'
8498       hardcode_direct=yes
8499       hardcode_shlibpath_var=no
8500       ;;
8501
8502     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8503     freebsd2*)
8504       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8505       hardcode_direct=yes
8506       hardcode_minus_L=yes
8507       hardcode_shlibpath_var=no
8508       ;;
8509
8510     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8511     freebsd* | dragonfly*)
8512       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8513       hardcode_libdir_flag_spec='-R$libdir'
8514       hardcode_direct=yes
8515       hardcode_shlibpath_var=no
8516       ;;
8517
8518     hpux9*)
8519       if test "$GCC" = yes; then
8520         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'
8521       else
8522         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'
8523       fi
8524       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8525       hardcode_libdir_separator=:
8526       hardcode_direct=yes
8527
8528       # hardcode_minus_L: Not really in the search PATH,
8529       # but as the default location of the library.
8530       hardcode_minus_L=yes
8531       export_dynamic_flag_spec='${wl}-E'
8532       ;;
8533
8534     hpux10*)
8535       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8536         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8537       else
8538         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8539       fi
8540       if test "$with_gnu_ld" = no; then
8541         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8542         hardcode_libdir_flag_spec_ld='+b $libdir'
8543         hardcode_libdir_separator=:
8544         hardcode_direct=yes
8545         hardcode_direct_absolute=yes
8546         export_dynamic_flag_spec='${wl}-E'
8547         # hardcode_minus_L: Not really in the search PATH,
8548         # but as the default location of the library.
8549         hardcode_minus_L=yes
8550       fi
8551       ;;
8552
8553     hpux11*)
8554       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8555         case $host_cpu in
8556         hppa*64*)
8557           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8558           ;;
8559         ia64*)
8560           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8561           ;;
8562         *)
8563           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8564           ;;
8565         esac
8566       else
8567         case $host_cpu in
8568         hppa*64*)
8569           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8570           ;;
8571         ia64*)
8572           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8573           ;;
8574         *)
8575           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8576           ;;
8577         esac
8578       fi
8579       if test "$with_gnu_ld" = no; then
8580         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8581         hardcode_libdir_separator=:
8582
8583         case $host_cpu in
8584         hppa*64*|ia64*)
8585           hardcode_direct=no
8586           hardcode_shlibpath_var=no
8587           ;;
8588         *)
8589           hardcode_direct=yes
8590           hardcode_direct_absolute=yes
8591           export_dynamic_flag_spec='${wl}-E'
8592
8593           # hardcode_minus_L: Not really in the search PATH,
8594           # but as the default location of the library.
8595           hardcode_minus_L=yes
8596           ;;
8597         esac
8598       fi
8599       ;;
8600
8601     irix5* | irix6* | nonstopux*)
8602       if test "$GCC" = yes; then
8603         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'
8604         # Try to use the -exported_symbol ld option, if it does not
8605         # work, assume that -exports_file does not work either and
8606         # implicitly export all symbols.
8607         save_LDFLAGS="$LDFLAGS"
8608         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8609         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8610 /* end confdefs.h.  */
8611 int foo(void) {}
8612 _ACEOF
8613 if ac_fn_c_try_link "$LINENO"; then :
8614   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'
8615
8616 fi
8617 rm -f core conftest.err conftest.$ac_objext \
8618     conftest$ac_exeext conftest.$ac_ext
8619         LDFLAGS="$save_LDFLAGS"
8620       else
8621         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'
8622         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'
8623       fi
8624       archive_cmds_need_lc='no'
8625       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8626       hardcode_libdir_separator=:
8627       inherit_rpath=yes
8628       link_all_deplibs=yes
8629       ;;
8630
8631     netbsd* | netbsdelf*-gnu)
8632       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8633         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
8634       else
8635         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
8636       fi
8637       hardcode_libdir_flag_spec='-R$libdir'
8638       hardcode_direct=yes
8639       hardcode_shlibpath_var=no
8640       ;;
8641
8642     newsos6)
8643       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8644       hardcode_direct=yes
8645       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8646       hardcode_libdir_separator=:
8647       hardcode_shlibpath_var=no
8648       ;;
8649
8650     *nto* | *qnx*)
8651       ;;
8652
8653     openbsd*)
8654       if test -f /usr/libexec/ld.so; then
8655         hardcode_direct=yes
8656         hardcode_shlibpath_var=no
8657         hardcode_direct_absolute=yes
8658         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8659           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8660           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8661           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8662           export_dynamic_flag_spec='${wl}-E'
8663         else
8664           case $host_os in
8665            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8666              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8667              hardcode_libdir_flag_spec='-R$libdir'
8668              ;;
8669            *)
8670              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8671              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8672              ;;
8673           esac
8674         fi
8675       else
8676         ld_shlibs=no
8677       fi
8678       ;;
8679
8680     os2*)
8681       hardcode_libdir_flag_spec='-L$libdir'
8682       hardcode_minus_L=yes
8683       allow_undefined_flag=unsupported
8684       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'
8685       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8686       ;;
8687
8688     osf3*)
8689       if test "$GCC" = yes; then
8690         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8691         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'
8692       else
8693         allow_undefined_flag=' -expect_unresolved \*'
8694         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'
8695       fi
8696       archive_cmds_need_lc='no'
8697       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8698       hardcode_libdir_separator=:
8699       ;;
8700
8701     osf4* | osf5*)      # as osf3* with the addition of -msym flag
8702       if test "$GCC" = yes; then
8703         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8704         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'
8705         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8706       else
8707         allow_undefined_flag=' -expect_unresolved \*'
8708         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'
8709         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~
8710         $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'
8711
8712         # Both c and cxx compiler support -rpath directly
8713         hardcode_libdir_flag_spec='-rpath $libdir'
8714       fi
8715       archive_cmds_need_lc='no'
8716       hardcode_libdir_separator=:
8717       ;;
8718
8719     solaris*)
8720       no_undefined_flag=' -z defs'
8721       if test "$GCC" = yes; then
8722         wlarc='${wl}'
8723         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8724         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8725           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8726       else
8727         case `$CC -V 2>&1` in
8728         *"Compilers 5.0"*)
8729           wlarc=''
8730           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8731           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8732           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8733           ;;
8734         *)
8735           wlarc='${wl}'
8736           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8737           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8738           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8739           ;;
8740         esac
8741       fi
8742       hardcode_libdir_flag_spec='-R$libdir'
8743       hardcode_shlibpath_var=no
8744       case $host_os in
8745       solaris2.[0-5] | solaris2.[0-5].*) ;;
8746       *)
8747         # The compiler driver will combine and reorder linker options,
8748         # but understands `-z linker_flag'.  GCC discards it without `$wl',
8749         # but is careful enough not to reorder.
8750         # Supported since Solaris 2.6 (maybe 2.5.1?)
8751         if test "$GCC" = yes; then
8752           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8753         else
8754           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
8755         fi
8756         ;;
8757       esac
8758       link_all_deplibs=yes
8759       ;;
8760
8761     sunos4*)
8762       if test "x$host_vendor" = xsequent; then
8763         # Use $CC to link under sequent, because it throws in some extra .o
8764         # files that make .init and .fini sections work.
8765         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8766       else
8767         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8768       fi
8769       hardcode_libdir_flag_spec='-L$libdir'
8770       hardcode_direct=yes
8771       hardcode_minus_L=yes
8772       hardcode_shlibpath_var=no
8773       ;;
8774
8775     sysv4)
8776       case $host_vendor in
8777         sni)
8778           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8779           hardcode_direct=yes # is this really true???
8780         ;;
8781         siemens)
8782           ## LD is ld it makes a PLAMLIB
8783           ## CC just makes a GrossModule.
8784           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8785           reload_cmds='$CC -r -o $output$reload_objs'
8786           hardcode_direct=no
8787         ;;
8788         motorola)
8789           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8790           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
8791         ;;
8792       esac
8793       runpath_var='LD_RUN_PATH'
8794       hardcode_shlibpath_var=no
8795       ;;
8796
8797     sysv4.3*)
8798       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8799       hardcode_shlibpath_var=no
8800       export_dynamic_flag_spec='-Bexport'
8801       ;;
8802
8803     sysv4*MP*)
8804       if test -d /usr/nec; then
8805         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8806         hardcode_shlibpath_var=no
8807         runpath_var=LD_RUN_PATH
8808         hardcode_runpath_var=yes
8809         ld_shlibs=yes
8810       fi
8811       ;;
8812
8813     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
8814       no_undefined_flag='${wl}-z,text'
8815       archive_cmds_need_lc=no
8816       hardcode_shlibpath_var=no
8817       runpath_var='LD_RUN_PATH'
8818
8819       if test "$GCC" = yes; then
8820         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8821         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8822       else
8823         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8824         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8825       fi
8826       ;;
8827
8828     sysv5* | sco3.2v5* | sco5v6*)
8829       # Note: We can NOT use -z defs as we might desire, because we do not
8830       # link with -lc, and that would cause any symbols used from libc to
8831       # always be unresolved, which means just about no library would
8832       # ever link correctly.  If we're not using GNU ld we use -z text
8833       # though, which does catch some bad symbols but isn't as heavy-handed
8834       # as -z defs.
8835       no_undefined_flag='${wl}-z,text'
8836       allow_undefined_flag='${wl}-z,nodefs'
8837       archive_cmds_need_lc=no
8838       hardcode_shlibpath_var=no
8839       hardcode_libdir_flag_spec='${wl}-R,$libdir'
8840       hardcode_libdir_separator=':'
8841       link_all_deplibs=yes
8842       export_dynamic_flag_spec='${wl}-Bexport'
8843       runpath_var='LD_RUN_PATH'
8844
8845       if test "$GCC" = yes; then
8846         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8847         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8848       else
8849         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8850         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8851       fi
8852       ;;
8853
8854     uts4*)
8855       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8856       hardcode_libdir_flag_spec='-L$libdir'
8857       hardcode_shlibpath_var=no
8858       ;;
8859
8860     *)
8861       ld_shlibs=no
8862       ;;
8863     esac
8864
8865     if test x$host_vendor = xsni; then
8866       case $host in
8867       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
8868         export_dynamic_flag_spec='${wl}-Blargedynsym'
8869         ;;
8870       esac
8871     fi
8872   fi
8873
8874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
8875 $as_echo "$ld_shlibs" >&6; }
8876 test "$ld_shlibs" = no && can_build_shared=no
8877
8878 with_gnu_ld=$with_gnu_ld
8879
8880
8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894 #
8895 # Do we need to explicitly link libc?
8896 #
8897 case "x$archive_cmds_need_lc" in
8898 x|xyes)
8899   # Assume -lc should be added
8900   archive_cmds_need_lc=yes
8901
8902   if test "$enable_shared" = yes && test "$GCC" = yes; then
8903     case $archive_cmds in
8904     *'~'*)
8905       # FIXME: we may have to deal with multi-command sequences.
8906       ;;
8907     '$CC '*)
8908       # Test whether the compiler implicitly links with -lc since on some
8909       # systems, -lgcc has to come before -lc. If gcc already passes -lc
8910       # to ld, don't add -lc before -lgcc.
8911       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
8912 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
8913       $RM conftest*
8914       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8915
8916       if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8917   (eval $ac_compile) 2>&5
8918   ac_status=$?
8919   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8920   test $ac_status = 0; } 2>conftest.err; then
8921         soname=conftest
8922         lib=conftest
8923         libobjs=conftest.$ac_objext
8924         deplibs=
8925         wl=$lt_prog_compiler_wl
8926         pic_flag=$lt_prog_compiler_pic
8927         compiler_flags=-v
8928         linker_flags=-v
8929         verstring=
8930         output_objdir=.
8931         libname=conftest
8932         lt_save_allow_undefined_flag=$allow_undefined_flag
8933         allow_undefined_flag=
8934         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
8935   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
8936   ac_status=$?
8937   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8938   test $ac_status = 0; }
8939         then
8940           archive_cmds_need_lc=no
8941         else
8942           archive_cmds_need_lc=yes
8943         fi
8944         allow_undefined_flag=$lt_save_allow_undefined_flag
8945       else
8946         cat conftest.err 1>&5
8947       fi
8948       $RM conftest*
8949       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
8950 $as_echo "$archive_cmds_need_lc" >&6; }
8951       ;;
8952     esac
8953   fi
8954   ;;
8955 esac
8956
8957
8958
8959
8960
8961
8962
8963
8964
8965
8966
8967
8968
8969
8970
8971
8972
8973
8974
8975
8976
8977
8978
8979
8980
8981
8982
8983
8984
8985
8986
8987
8988
8989
8990
8991
8992
8993
8994
8995
8996
8997
8998
8999
9000
9001
9002
9003
9004
9005
9006
9007
9008
9009
9010
9011
9012
9013
9014
9015
9016
9017
9018
9019
9020
9021
9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
9052
9053
9054
9055
9056
9057
9058
9059
9060
9061
9062
9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
9076
9077
9078
9079
9080
9081
9082
9083
9084
9085
9086
9087
9088
9089
9090
9091
9092
9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
9107
9108
9109
9110
9111
9112
9113   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9114 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9115
9116 if test "$GCC" = yes; then
9117   case $host_os in
9118     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9119     *) lt_awk_arg="/^libraries:/" ;;
9120   esac
9121   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9122   if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9123     # if the path contains ";" then we assume it to be the separator
9124     # otherwise default to the standard path separator (i.e. ":") - it is
9125     # assumed that no part of a normal pathname contains ";" but that should
9126     # okay in the real world where ";" in dirpaths is itself problematic.
9127     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9128   else
9129     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9130   fi
9131   # Ok, now we have the path, separated by spaces, we can step through it
9132   # and add multilib dir if necessary.
9133   lt_tmp_lt_search_path_spec=
9134   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9135   for lt_sys_path in $lt_search_path_spec; do
9136     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9137       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9138     else
9139       test -d "$lt_sys_path" && \
9140         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9141     fi
9142   done
9143   lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9144 BEGIN {RS=" "; FS="/|\n";} {
9145   lt_foo="";
9146   lt_count=0;
9147   for (lt_i = NF; lt_i > 0; lt_i--) {
9148     if ($lt_i != "" && $lt_i != ".") {
9149       if ($lt_i == "..") {
9150         lt_count++;
9151       } else {
9152         if (lt_count == 0) {
9153           lt_foo="/" $lt_i lt_foo;
9154         } else {
9155           lt_count--;
9156         }
9157       }
9158     }
9159   }
9160   if (lt_foo != "") { lt_freq[lt_foo]++; }
9161   if (lt_freq[lt_foo] == 1) { print lt_foo; }
9162 }'`
9163   sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9164 else
9165   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9166 fi
9167 library_names_spec=
9168 libname_spec='lib$name'
9169 soname_spec=
9170 shrext_cmds=".so"
9171 postinstall_cmds=
9172 postuninstall_cmds=
9173 finish_cmds=
9174 finish_eval=
9175 shlibpath_var=
9176 shlibpath_overrides_runpath=unknown
9177 version_type=none
9178 dynamic_linker="$host_os ld.so"
9179 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9180 need_lib_prefix=unknown
9181 hardcode_into_libs=no
9182
9183 # when you set need_version to no, make sure it does not cause -set_version
9184 # flags to be left without arguments
9185 need_version=unknown
9186
9187 case $host_os in
9188 aix3*)
9189   version_type=linux
9190   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9191   shlibpath_var=LIBPATH
9192
9193   # AIX 3 has no versioning support, so we append a major version to the name.
9194   soname_spec='${libname}${release}${shared_ext}$major'
9195   ;;
9196
9197 aix[4-9]*)
9198   version_type=linux
9199   need_lib_prefix=no
9200   need_version=no
9201   hardcode_into_libs=yes
9202   if test "$host_cpu" = ia64; then
9203     # AIX 5 supports IA64
9204     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9205     shlibpath_var=LD_LIBRARY_PATH
9206   else
9207     # With GCC up to 2.95.x, collect2 would create an import file
9208     # for dependence libraries.  The import file would start with
9209     # the line `#! .'.  This would cause the generated library to
9210     # depend on `.', always an invalid library.  This was fixed in
9211     # development snapshots of GCC prior to 3.0.
9212     case $host_os in
9213       aix4 | aix4.[01] | aix4.[01].*)
9214       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9215            echo ' yes '
9216            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9217         :
9218       else
9219         can_build_shared=no
9220       fi
9221       ;;
9222     esac
9223     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9224     # soname into executable. Probably we can add versioning support to
9225     # collect2, so additional links can be useful in future.
9226     if test "$aix_use_runtimelinking" = yes; then
9227       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9228       # instead of lib<name>.a to let people know that these are not
9229       # typical AIX shared libraries.
9230       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9231     else
9232       # We preserve .a as extension for shared libraries through AIX4.2
9233       # and later when we are not doing run time linking.
9234       library_names_spec='${libname}${release}.a $libname.a'
9235       soname_spec='${libname}${release}${shared_ext}$major'
9236     fi
9237     shlibpath_var=LIBPATH
9238   fi
9239   ;;
9240
9241 amigaos*)
9242   case $host_cpu in
9243   powerpc)
9244     # Since July 2007 AmigaOS4 officially supports .so libraries.
9245     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9246     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9247     ;;
9248   m68k)
9249     library_names_spec='$libname.ixlibrary $libname.a'
9250     # Create ${libname}_ixlibrary.a entries in /sys/libs.
9251     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'
9252     ;;
9253   esac
9254   ;;
9255
9256 beos*)
9257   library_names_spec='${libname}${shared_ext}'
9258   dynamic_linker="$host_os ld.so"
9259   shlibpath_var=LIBRARY_PATH
9260   ;;
9261
9262 bsdi[45]*)
9263   version_type=linux
9264   need_version=no
9265   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9266   soname_spec='${libname}${release}${shared_ext}$major'
9267   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9268   shlibpath_var=LD_LIBRARY_PATH
9269   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9270   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9271   # the default ld.so.conf also contains /usr/contrib/lib and
9272   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9273   # libtool to hard-code these into programs
9274   ;;
9275
9276 cygwin* | mingw* | pw32* | cegcc*)
9277   version_type=windows
9278   shrext_cmds=".dll"
9279   need_version=no
9280   need_lib_prefix=no
9281
9282   case $GCC,$host_os in
9283   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9284     library_names_spec='$libname.dll.a'
9285     # DLL is installed to $(libdir)/../bin by postinstall_cmds
9286     postinstall_cmds='base_file=`basename \${file}`~
9287       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9288       dldir=$destdir/`dirname \$dlpath`~
9289       test -d \$dldir || mkdir -p \$dldir~
9290       $install_prog $dir/$dlname \$dldir/$dlname~
9291       chmod a+x \$dldir/$dlname~
9292       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9293         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9294       fi'
9295     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9296       dlpath=$dir/\$dldll~
9297        $RM \$dlpath'
9298     shlibpath_overrides_runpath=yes
9299
9300     case $host_os in
9301     cygwin*)
9302       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9303       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9304       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9305       ;;
9306     mingw* | cegcc*)
9307       # MinGW DLLs use traditional 'lib' prefix
9308       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9309       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9310       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9311         # It is most probably a Windows format PATH printed by
9312         # mingw gcc, but we are running on Cygwin. Gcc prints its search
9313         # path with ; separators, and with drive letters. We can handle the
9314         # drive letters (cygwin fileutils understands them), so leave them,
9315         # especially as we might pass files found there to a mingw objdump,
9316         # which wouldn't understand a cygwinified path. Ahh.
9317         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9318       else
9319         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9320       fi
9321       ;;
9322     pw32*)
9323       # pw32 DLLs use 'pw' prefix rather than 'lib'
9324       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9325       ;;
9326     esac
9327     ;;
9328
9329   *)
9330     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9331     ;;
9332   esac
9333   dynamic_linker='Win32 ld.exe'
9334   # FIXME: first we should search . and the directory the executable is in
9335   shlibpath_var=PATH
9336   ;;
9337
9338 darwin* | rhapsody*)
9339   dynamic_linker="$host_os dyld"
9340   version_type=darwin
9341   need_lib_prefix=no
9342   need_version=no
9343   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9344   soname_spec='${libname}${release}${major}$shared_ext'
9345   shlibpath_overrides_runpath=yes
9346   shlibpath_var=DYLD_LIBRARY_PATH
9347   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9348
9349   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9350   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9351   ;;
9352
9353 dgux*)
9354   version_type=linux
9355   need_lib_prefix=no
9356   need_version=no
9357   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9358   soname_spec='${libname}${release}${shared_ext}$major'
9359   shlibpath_var=LD_LIBRARY_PATH
9360   ;;
9361
9362 freebsd1*)
9363   dynamic_linker=no
9364   ;;
9365
9366 freebsd* | dragonfly*)
9367   # DragonFly does not have aout.  When/if they implement a new
9368   # versioning mechanism, adjust this.
9369   if test -x /usr/bin/objformat; then
9370     objformat=`/usr/bin/objformat`
9371   else
9372     case $host_os in
9373     freebsd[123]*) objformat=aout ;;
9374     *) objformat=elf ;;
9375     esac
9376   fi
9377   version_type=freebsd-$objformat
9378   case $version_type in
9379     freebsd-elf*)
9380       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9381       need_version=no
9382       need_lib_prefix=no
9383       ;;
9384     freebsd-*)
9385       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9386       need_version=yes
9387       ;;
9388   esac
9389   shlibpath_var=LD_LIBRARY_PATH
9390   case $host_os in
9391   freebsd2*)
9392     shlibpath_overrides_runpath=yes
9393     ;;
9394   freebsd3.[01]* | freebsdelf3.[01]*)
9395     shlibpath_overrides_runpath=yes
9396     hardcode_into_libs=yes
9397     ;;
9398   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9399   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9400     shlibpath_overrides_runpath=no
9401     hardcode_into_libs=yes
9402     ;;
9403   *) # from 4.6 on, and DragonFly
9404     shlibpath_overrides_runpath=yes
9405     hardcode_into_libs=yes
9406     ;;
9407   esac
9408   ;;
9409
9410 gnu*)
9411   version_type=linux
9412   need_lib_prefix=no
9413   need_version=no
9414   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9415   soname_spec='${libname}${release}${shared_ext}$major'
9416   shlibpath_var=LD_LIBRARY_PATH
9417   hardcode_into_libs=yes
9418   ;;
9419
9420 hpux9* | hpux10* | hpux11*)
9421   # Give a soname corresponding to the major version so that dld.sl refuses to
9422   # link against other versions.
9423   version_type=sunos
9424   need_lib_prefix=no
9425   need_version=no
9426   case $host_cpu in
9427   ia64*)
9428     shrext_cmds='.so'
9429     hardcode_into_libs=yes
9430     dynamic_linker="$host_os dld.so"
9431     shlibpath_var=LD_LIBRARY_PATH
9432     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9433     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9434     soname_spec='${libname}${release}${shared_ext}$major'
9435     if test "X$HPUX_IA64_MODE" = X32; then
9436       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9437     else
9438       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9439     fi
9440     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9441     ;;
9442   hppa*64*)
9443     shrext_cmds='.sl'
9444     hardcode_into_libs=yes
9445     dynamic_linker="$host_os dld.sl"
9446     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9447     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9448     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9449     soname_spec='${libname}${release}${shared_ext}$major'
9450     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9451     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9452     ;;
9453   *)
9454     shrext_cmds='.sl'
9455     dynamic_linker="$host_os dld.sl"
9456     shlibpath_var=SHLIB_PATH
9457     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9458     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9459     soname_spec='${libname}${release}${shared_ext}$major'
9460     ;;
9461   esac
9462   # HP-UX runs *really* slowly unless shared libraries are mode 555.
9463   postinstall_cmds='chmod 555 $lib'
9464   ;;
9465
9466 interix[3-9]*)
9467   version_type=linux
9468   need_lib_prefix=no
9469   need_version=no
9470   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9471   soname_spec='${libname}${release}${shared_ext}$major'
9472   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9473   shlibpath_var=LD_LIBRARY_PATH
9474   shlibpath_overrides_runpath=no
9475   hardcode_into_libs=yes
9476   ;;
9477
9478 irix5* | irix6* | nonstopux*)
9479   case $host_os in
9480     nonstopux*) version_type=nonstopux ;;
9481     *)
9482         if test "$lt_cv_prog_gnu_ld" = yes; then
9483                 version_type=linux
9484         else
9485                 version_type=irix
9486         fi ;;
9487   esac
9488   need_lib_prefix=no
9489   need_version=no
9490   soname_spec='${libname}${release}${shared_ext}$major'
9491   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9492   case $host_os in
9493   irix5* | nonstopux*)
9494     libsuff= shlibsuff=
9495     ;;
9496   *)
9497     case $LD in # libtool.m4 will add one of these switches to LD
9498     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9499       libsuff= shlibsuff= libmagic=32-bit;;
9500     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9501       libsuff=32 shlibsuff=N32 libmagic=N32;;
9502     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9503       libsuff=64 shlibsuff=64 libmagic=64-bit;;
9504     *) libsuff= shlibsuff= libmagic=never-match;;
9505     esac
9506     ;;
9507   esac
9508   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9509   shlibpath_overrides_runpath=no
9510   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9511   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9512   hardcode_into_libs=yes
9513   ;;
9514
9515 # No shared lib support for Linux oldld, aout, or coff.
9516 linux*oldld* | linux*aout* | linux*coff*)
9517   dynamic_linker=no
9518   ;;
9519
9520 # This must be Linux ELF.
9521 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9522   version_type=linux
9523   need_lib_prefix=no
9524   need_version=no
9525   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9526   soname_spec='${libname}${release}${shared_ext}$major'
9527   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9528   shlibpath_var=LD_LIBRARY_PATH
9529   shlibpath_overrides_runpath=no
9530   # Some binutils ld are patched to set DT_RUNPATH
9531   save_LDFLAGS=$LDFLAGS
9532   save_libdir=$libdir
9533   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9534        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9535   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9536 /* end confdefs.h.  */
9537
9538 int
9539 main ()
9540 {
9541
9542   ;
9543   return 0;
9544 }
9545 _ACEOF
9546 if ac_fn_c_try_link "$LINENO"; then :
9547   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9548   shlibpath_overrides_runpath=yes
9549 fi
9550 fi
9551 rm -f core conftest.err conftest.$ac_objext \
9552     conftest$ac_exeext conftest.$ac_ext
9553   LDFLAGS=$save_LDFLAGS
9554   libdir=$save_libdir
9555
9556   # This implies no fast_install, which is unacceptable.
9557   # Some rework will be needed to allow for fast_install
9558   # before this can be enabled.
9559   hardcode_into_libs=yes
9560
9561   # Append ld.so.conf contents to the search path
9562   if test -f /etc/ld.so.conf; then
9563     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' ' '`
9564     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9565   fi
9566
9567   # We used to test for /lib/ld.so.1 and disable shared libraries on
9568   # powerpc, because MkLinux only supported shared libraries with the
9569   # GNU dynamic linker.  Since this was broken with cross compilers,
9570   # most powerpc-linux boxes support dynamic linking these days and
9571   # people can always --disable-shared, the test was removed, and we
9572   # assume the GNU/Linux dynamic linker is in use.
9573   dynamic_linker='GNU/Linux ld.so'
9574   ;;
9575
9576 netbsdelf*-gnu)
9577   version_type=linux
9578   need_lib_prefix=no
9579   need_version=no
9580   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9581   soname_spec='${libname}${release}${shared_ext}$major'
9582   shlibpath_var=LD_LIBRARY_PATH
9583   shlibpath_overrides_runpath=no
9584   hardcode_into_libs=yes
9585   dynamic_linker='NetBSD ld.elf_so'
9586   ;;
9587
9588 netbsd*)
9589   version_type=sunos
9590   need_lib_prefix=no
9591   need_version=no
9592   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9593     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9594     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9595     dynamic_linker='NetBSD (a.out) ld.so'
9596   else
9597     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9598     soname_spec='${libname}${release}${shared_ext}$major'
9599     dynamic_linker='NetBSD ld.elf_so'
9600   fi
9601   shlibpath_var=LD_LIBRARY_PATH
9602   shlibpath_overrides_runpath=yes
9603   hardcode_into_libs=yes
9604   ;;
9605
9606 newsos6)
9607   version_type=linux
9608   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9609   shlibpath_var=LD_LIBRARY_PATH
9610   shlibpath_overrides_runpath=yes
9611   ;;
9612
9613 *nto* | *qnx*)
9614   version_type=qnx
9615   need_lib_prefix=no
9616   need_version=no
9617   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9618   soname_spec='${libname}${release}${shared_ext}$major'
9619   shlibpath_var=LD_LIBRARY_PATH
9620   shlibpath_overrides_runpath=no
9621   hardcode_into_libs=yes
9622   dynamic_linker='ldqnx.so'
9623   ;;
9624
9625 openbsd*)
9626   version_type=sunos
9627   sys_lib_dlsearch_path_spec="/usr/lib"
9628   need_lib_prefix=no
9629   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9630   case $host_os in
9631     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
9632     *)                          need_version=no  ;;
9633   esac
9634   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9635   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9636   shlibpath_var=LD_LIBRARY_PATH
9637   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9638     case $host_os in
9639       openbsd2.[89] | openbsd2.[89].*)
9640         shlibpath_overrides_runpath=no
9641         ;;
9642       *)
9643         shlibpath_overrides_runpath=yes
9644         ;;
9645       esac
9646   else
9647     shlibpath_overrides_runpath=yes
9648   fi
9649   ;;
9650
9651 os2*)
9652   libname_spec='$name'
9653   shrext_cmds=".dll"
9654   need_lib_prefix=no
9655   library_names_spec='$libname${shared_ext} $libname.a'
9656   dynamic_linker='OS/2 ld.exe'
9657   shlibpath_var=LIBPATH
9658   ;;
9659
9660 osf3* | osf4* | osf5*)
9661   version_type=osf
9662   need_lib_prefix=no
9663   need_version=no
9664   soname_spec='${libname}${release}${shared_ext}$major'
9665   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9666   shlibpath_var=LD_LIBRARY_PATH
9667   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9668   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9669   ;;
9670
9671 rdos*)
9672   dynamic_linker=no
9673   ;;
9674
9675 solaris*)
9676   version_type=linux
9677   need_lib_prefix=no
9678   need_version=no
9679   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9680   soname_spec='${libname}${release}${shared_ext}$major'
9681   shlibpath_var=LD_LIBRARY_PATH
9682   shlibpath_overrides_runpath=yes
9683   hardcode_into_libs=yes
9684   # ldd complains unless libraries are executable
9685   postinstall_cmds='chmod +x $lib'
9686   ;;
9687
9688 sunos4*)
9689   version_type=sunos
9690   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9691   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9692   shlibpath_var=LD_LIBRARY_PATH
9693   shlibpath_overrides_runpath=yes
9694   if test "$with_gnu_ld" = yes; then
9695     need_lib_prefix=no
9696   fi
9697   need_version=yes
9698   ;;
9699
9700 sysv4 | sysv4.3*)
9701   version_type=linux
9702   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9703   soname_spec='${libname}${release}${shared_ext}$major'
9704   shlibpath_var=LD_LIBRARY_PATH
9705   case $host_vendor in
9706     sni)
9707       shlibpath_overrides_runpath=no
9708       need_lib_prefix=no
9709       runpath_var=LD_RUN_PATH
9710       ;;
9711     siemens)
9712       need_lib_prefix=no
9713       ;;
9714     motorola)
9715       need_lib_prefix=no
9716       need_version=no
9717       shlibpath_overrides_runpath=no
9718       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
9719       ;;
9720   esac
9721   ;;
9722
9723 sysv4*MP*)
9724   if test -d /usr/nec ;then
9725     version_type=linux
9726     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9727     soname_spec='$libname${shared_ext}.$major'
9728     shlibpath_var=LD_LIBRARY_PATH
9729   fi
9730   ;;
9731
9732 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
9733   version_type=freebsd-elf
9734   need_lib_prefix=no
9735   need_version=no
9736   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9737   soname_spec='${libname}${release}${shared_ext}$major'
9738   shlibpath_var=LD_LIBRARY_PATH
9739   shlibpath_overrides_runpath=yes
9740   hardcode_into_libs=yes
9741   if test "$with_gnu_ld" = yes; then
9742     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9743   else
9744     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
9745     case $host_os in
9746       sco3.2v5*)
9747         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
9748         ;;
9749     esac
9750   fi
9751   sys_lib_dlsearch_path_spec='/usr/lib'
9752   ;;
9753
9754 tpf*)
9755   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
9756   version_type=linux
9757   need_lib_prefix=no
9758   need_version=no
9759   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9760   shlibpath_var=LD_LIBRARY_PATH
9761   shlibpath_overrides_runpath=no
9762   hardcode_into_libs=yes
9763   ;;
9764
9765 uts4*)
9766   version_type=linux
9767   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9768   soname_spec='${libname}${release}${shared_ext}$major'
9769   shlibpath_var=LD_LIBRARY_PATH
9770   ;;
9771
9772 *)
9773   dynamic_linker=no
9774   ;;
9775 esac
9776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
9777 $as_echo "$dynamic_linker" >&6; }
9778 test "$dynamic_linker" = no && can_build_shared=no
9779
9780 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9781 if test "$GCC" = yes; then
9782   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9783 fi
9784
9785 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9786   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
9787 fi
9788 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9789   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
9790 fi
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833
9834
9835
9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
9850
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
9879 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
9880 hardcode_action=
9881 if test -n "$hardcode_libdir_flag_spec" ||
9882    test -n "$runpath_var" ||
9883    test "X$hardcode_automatic" = "Xyes" ; then
9884
9885   # We can hardcode non-existent directories.
9886   if test "$hardcode_direct" != no &&
9887      # If the only mechanism to avoid hardcoding is shlibpath_var, we
9888      # have to relink, otherwise we might link with an installed library
9889      # when we should be linking with a yet-to-be-installed one
9890      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
9891      test "$hardcode_minus_L" != no; then
9892     # Linking always hardcodes the temporary library directory.
9893     hardcode_action=relink
9894   else
9895     # We can link without hardcoding, and we can hardcode nonexisting dirs.
9896     hardcode_action=immediate
9897   fi
9898 else
9899   # We cannot hardcode anything, or else we can only hardcode existing
9900   # directories.
9901   hardcode_action=unsupported
9902 fi
9903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
9904 $as_echo "$hardcode_action" >&6; }
9905
9906 if test "$hardcode_action" = relink ||
9907    test "$inherit_rpath" = yes; then
9908   # Fast installation is not supported
9909   enable_fast_install=no
9910 elif test "$shlibpath_overrides_runpath" = yes ||
9911      test "$enable_shared" = no; then
9912   # Fast installation is not necessary
9913   enable_fast_install=needless
9914 fi
9915
9916
9917
9918
9919
9920
9921   if test "x$enable_dlopen" != xyes; then
9922   enable_dlopen=unknown
9923   enable_dlopen_self=unknown
9924   enable_dlopen_self_static=unknown
9925 else
9926   lt_cv_dlopen=no
9927   lt_cv_dlopen_libs=
9928
9929   case $host_os in
9930   beos*)
9931     lt_cv_dlopen="load_add_on"
9932     lt_cv_dlopen_libs=
9933     lt_cv_dlopen_self=yes
9934     ;;
9935
9936   mingw* | pw32* | cegcc*)
9937     lt_cv_dlopen="LoadLibrary"
9938     lt_cv_dlopen_libs=
9939     ;;
9940
9941   cygwin*)
9942     lt_cv_dlopen="dlopen"
9943     lt_cv_dlopen_libs=
9944     ;;
9945
9946   darwin*)
9947   # if libdl is installed we need to link against it
9948     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
9949 $as_echo_n "checking for dlopen in -ldl... " >&6; }
9950 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
9951   $as_echo_n "(cached) " >&6
9952 else
9953   ac_check_lib_save_LIBS=$LIBS
9954 LIBS="-ldl  $LIBS"
9955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9956 /* end confdefs.h.  */
9957
9958 /* Override any GCC internal prototype to avoid an error.
9959    Use char because int might match the return type of a GCC
9960    builtin and then its argument prototype would still apply.  */
9961 #ifdef __cplusplus
9962 extern "C"
9963 #endif
9964 char dlopen ();
9965 int
9966 main ()
9967 {
9968 return dlopen ();
9969   ;
9970   return 0;
9971 }
9972 _ACEOF
9973 if ac_fn_c_try_link "$LINENO"; then :
9974   ac_cv_lib_dl_dlopen=yes
9975 else
9976   ac_cv_lib_dl_dlopen=no
9977 fi
9978 rm -f core conftest.err conftest.$ac_objext \
9979     conftest$ac_exeext conftest.$ac_ext
9980 LIBS=$ac_check_lib_save_LIBS
9981 fi
9982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
9983 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
9984 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
9985   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
9986 else
9987
9988     lt_cv_dlopen="dyld"
9989     lt_cv_dlopen_libs=
9990     lt_cv_dlopen_self=yes
9991
9992 fi
9993
9994     ;;
9995
9996   *)
9997     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
9998 if test "x$ac_cv_func_shl_load" = x""yes; then :
9999   lt_cv_dlopen="shl_load"
10000 else
10001   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10002 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10003 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10004   $as_echo_n "(cached) " >&6
10005 else
10006   ac_check_lib_save_LIBS=$LIBS
10007 LIBS="-ldld  $LIBS"
10008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10009 /* end confdefs.h.  */
10010
10011 /* Override any GCC internal prototype to avoid an error.
10012    Use char because int might match the return type of a GCC
10013    builtin and then its argument prototype would still apply.  */
10014 #ifdef __cplusplus
10015 extern "C"
10016 #endif
10017 char shl_load ();
10018 int
10019 main ()
10020 {
10021 return shl_load ();
10022   ;
10023   return 0;
10024 }
10025 _ACEOF
10026 if ac_fn_c_try_link "$LINENO"; then :
10027   ac_cv_lib_dld_shl_load=yes
10028 else
10029   ac_cv_lib_dld_shl_load=no
10030 fi
10031 rm -f core conftest.err conftest.$ac_objext \
10032     conftest$ac_exeext conftest.$ac_ext
10033 LIBS=$ac_check_lib_save_LIBS
10034 fi
10035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10036 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10037 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10038   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10039 else
10040   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10041 if test "x$ac_cv_func_dlopen" = x""yes; then :
10042   lt_cv_dlopen="dlopen"
10043 else
10044   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10045 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10046 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10047   $as_echo_n "(cached) " >&6
10048 else
10049   ac_check_lib_save_LIBS=$LIBS
10050 LIBS="-ldl  $LIBS"
10051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10052 /* end confdefs.h.  */
10053
10054 /* Override any GCC internal prototype to avoid an error.
10055    Use char because int might match the return type of a GCC
10056    builtin and then its argument prototype would still apply.  */
10057 #ifdef __cplusplus
10058 extern "C"
10059 #endif
10060 char dlopen ();
10061 int
10062 main ()
10063 {
10064 return dlopen ();
10065   ;
10066   return 0;
10067 }
10068 _ACEOF
10069 if ac_fn_c_try_link "$LINENO"; then :
10070   ac_cv_lib_dl_dlopen=yes
10071 else
10072   ac_cv_lib_dl_dlopen=no
10073 fi
10074 rm -f core conftest.err conftest.$ac_objext \
10075     conftest$ac_exeext conftest.$ac_ext
10076 LIBS=$ac_check_lib_save_LIBS
10077 fi
10078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10079 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10080 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10081   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10082 else
10083   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10084 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10085 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10086   $as_echo_n "(cached) " >&6
10087 else
10088   ac_check_lib_save_LIBS=$LIBS
10089 LIBS="-lsvld  $LIBS"
10090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10091 /* end confdefs.h.  */
10092
10093 /* Override any GCC internal prototype to avoid an error.
10094    Use char because int might match the return type of a GCC
10095    builtin and then its argument prototype would still apply.  */
10096 #ifdef __cplusplus
10097 extern "C"
10098 #endif
10099 char dlopen ();
10100 int
10101 main ()
10102 {
10103 return dlopen ();
10104   ;
10105   return 0;
10106 }
10107 _ACEOF
10108 if ac_fn_c_try_link "$LINENO"; then :
10109   ac_cv_lib_svld_dlopen=yes
10110 else
10111   ac_cv_lib_svld_dlopen=no
10112 fi
10113 rm -f core conftest.err conftest.$ac_objext \
10114     conftest$ac_exeext conftest.$ac_ext
10115 LIBS=$ac_check_lib_save_LIBS
10116 fi
10117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10118 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10119 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10120   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10121 else
10122   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10123 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10124 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10125   $as_echo_n "(cached) " >&6
10126 else
10127   ac_check_lib_save_LIBS=$LIBS
10128 LIBS="-ldld  $LIBS"
10129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10130 /* end confdefs.h.  */
10131
10132 /* Override any GCC internal prototype to avoid an error.
10133    Use char because int might match the return type of a GCC
10134    builtin and then its argument prototype would still apply.  */
10135 #ifdef __cplusplus
10136 extern "C"
10137 #endif
10138 char dld_link ();
10139 int
10140 main ()
10141 {
10142 return dld_link ();
10143   ;
10144   return 0;
10145 }
10146 _ACEOF
10147 if ac_fn_c_try_link "$LINENO"; then :
10148   ac_cv_lib_dld_dld_link=yes
10149 else
10150   ac_cv_lib_dld_dld_link=no
10151 fi
10152 rm -f core conftest.err conftest.$ac_objext \
10153     conftest$ac_exeext conftest.$ac_ext
10154 LIBS=$ac_check_lib_save_LIBS
10155 fi
10156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10157 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10158 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10159   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10160 fi
10161
10162
10163 fi
10164
10165
10166 fi
10167
10168
10169 fi
10170
10171
10172 fi
10173
10174
10175 fi
10176
10177     ;;
10178   esac
10179
10180   if test "x$lt_cv_dlopen" != xno; then
10181     enable_dlopen=yes
10182   else
10183     enable_dlopen=no
10184   fi
10185
10186   case $lt_cv_dlopen in
10187   dlopen)
10188     save_CPPFLAGS="$CPPFLAGS"
10189     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10190
10191     save_LDFLAGS="$LDFLAGS"
10192     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10193
10194     save_LIBS="$LIBS"
10195     LIBS="$lt_cv_dlopen_libs $LIBS"
10196
10197     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10198 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10199 if test "${lt_cv_dlopen_self+set}" = set; then :
10200   $as_echo_n "(cached) " >&6
10201 else
10202           if test "$cross_compiling" = yes; then :
10203   lt_cv_dlopen_self=cross
10204 else
10205   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10206   lt_status=$lt_dlunknown
10207   cat > conftest.$ac_ext <<_LT_EOF
10208 #line 10208 "configure"
10209 #include "confdefs.h"
10210
10211 #if HAVE_DLFCN_H
10212 #include <dlfcn.h>
10213 #endif
10214
10215 #include <stdio.h>
10216
10217 #ifdef RTLD_GLOBAL
10218 #  define LT_DLGLOBAL           RTLD_GLOBAL
10219 #else
10220 #  ifdef DL_GLOBAL
10221 #    define LT_DLGLOBAL         DL_GLOBAL
10222 #  else
10223 #    define LT_DLGLOBAL         0
10224 #  endif
10225 #endif
10226
10227 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10228    find out it does not work in some platform. */
10229 #ifndef LT_DLLAZY_OR_NOW
10230 #  ifdef RTLD_LAZY
10231 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10232 #  else
10233 #    ifdef DL_LAZY
10234 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10235 #    else
10236 #      ifdef RTLD_NOW
10237 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10238 #      else
10239 #        ifdef DL_NOW
10240 #          define LT_DLLAZY_OR_NOW      DL_NOW
10241 #        else
10242 #          define LT_DLLAZY_OR_NOW      0
10243 #        endif
10244 #      endif
10245 #    endif
10246 #  endif
10247 #endif
10248
10249 void fnord() { int i=42;}
10250 int main ()
10251 {
10252   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10253   int status = $lt_dlunknown;
10254
10255   if (self)
10256     {
10257       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10258       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10259       /* dlclose (self); */
10260     }
10261   else
10262     puts (dlerror ());
10263
10264   return status;
10265 }
10266 _LT_EOF
10267   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10268   (eval $ac_link) 2>&5
10269   ac_status=$?
10270   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10271   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10272     (./conftest; exit; ) >&5 2>/dev/null
10273     lt_status=$?
10274     case x$lt_status in
10275       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10276       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10277       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10278     esac
10279   else :
10280     # compilation failed
10281     lt_cv_dlopen_self=no
10282   fi
10283 fi
10284 rm -fr conftest*
10285
10286
10287 fi
10288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10289 $as_echo "$lt_cv_dlopen_self" >&6; }
10290
10291     if test "x$lt_cv_dlopen_self" = xyes; then
10292       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10293       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10294 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10295 if test "${lt_cv_dlopen_self_static+set}" = set; then :
10296   $as_echo_n "(cached) " >&6
10297 else
10298           if test "$cross_compiling" = yes; then :
10299   lt_cv_dlopen_self_static=cross
10300 else
10301   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10302   lt_status=$lt_dlunknown
10303   cat > conftest.$ac_ext <<_LT_EOF
10304 #line 10304 "configure"
10305 #include "confdefs.h"
10306
10307 #if HAVE_DLFCN_H
10308 #include <dlfcn.h>
10309 #endif
10310
10311 #include <stdio.h>
10312
10313 #ifdef RTLD_GLOBAL
10314 #  define LT_DLGLOBAL           RTLD_GLOBAL
10315 #else
10316 #  ifdef DL_GLOBAL
10317 #    define LT_DLGLOBAL         DL_GLOBAL
10318 #  else
10319 #    define LT_DLGLOBAL         0
10320 #  endif
10321 #endif
10322
10323 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10324    find out it does not work in some platform. */
10325 #ifndef LT_DLLAZY_OR_NOW
10326 #  ifdef RTLD_LAZY
10327 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10328 #  else
10329 #    ifdef DL_LAZY
10330 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10331 #    else
10332 #      ifdef RTLD_NOW
10333 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10334 #      else
10335 #        ifdef DL_NOW
10336 #          define LT_DLLAZY_OR_NOW      DL_NOW
10337 #        else
10338 #          define LT_DLLAZY_OR_NOW      0
10339 #        endif
10340 #      endif
10341 #    endif
10342 #  endif
10343 #endif
10344
10345 void fnord() { int i=42;}
10346 int main ()
10347 {
10348   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10349   int status = $lt_dlunknown;
10350
10351   if (self)
10352     {
10353       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10354       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10355       /* dlclose (self); */
10356     }
10357   else
10358     puts (dlerror ());
10359
10360   return status;
10361 }
10362 _LT_EOF
10363   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10364   (eval $ac_link) 2>&5
10365   ac_status=$?
10366   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10367   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10368     (./conftest; exit; ) >&5 2>/dev/null
10369     lt_status=$?
10370     case x$lt_status in
10371       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10372       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10373       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10374     esac
10375   else :
10376     # compilation failed
10377     lt_cv_dlopen_self_static=no
10378   fi
10379 fi
10380 rm -fr conftest*
10381
10382
10383 fi
10384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10385 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10386     fi
10387
10388     CPPFLAGS="$save_CPPFLAGS"
10389     LDFLAGS="$save_LDFLAGS"
10390     LIBS="$save_LIBS"
10391     ;;
10392   esac
10393
10394   case $lt_cv_dlopen_self in
10395   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10396   *) enable_dlopen_self=unknown ;;
10397   esac
10398
10399   case $lt_cv_dlopen_self_static in
10400   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10401   *) enable_dlopen_self_static=unknown ;;
10402   esac
10403 fi
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421 striplib=
10422 old_striplib=
10423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10424 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10425 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10426   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10427   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10428   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10429 $as_echo "yes" >&6; }
10430 else
10431 # FIXME - insert some real tests, host_os isn't really good enough
10432   case $host_os in
10433   darwin*)
10434     if test -n "$STRIP" ; then
10435       striplib="$STRIP -x"
10436       old_striplib="$STRIP -S"
10437       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10438 $as_echo "yes" >&6; }
10439     else
10440       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10441 $as_echo "no" >&6; }
10442     fi
10443     ;;
10444   *)
10445     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10446 $as_echo "no" >&6; }
10447     ;;
10448   esac
10449 fi
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462   # Report which library types will actually be built
10463   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10464 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10465   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10466 $as_echo "$can_build_shared" >&6; }
10467
10468   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10469 $as_echo_n "checking whether to build shared libraries... " >&6; }
10470   test "$can_build_shared" = "no" && enable_shared=no
10471
10472   # On AIX, shared libraries and static libraries use the same namespace, and
10473   # are all built from PIC.
10474   case $host_os in
10475   aix3*)
10476     test "$enable_shared" = yes && enable_static=no
10477     if test -n "$RANLIB"; then
10478       archive_cmds="$archive_cmds~\$RANLIB \$lib"
10479       postinstall_cmds='$RANLIB $lib'
10480     fi
10481     ;;
10482
10483   aix[4-9]*)
10484     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10485       test "$enable_shared" = yes && enable_static=no
10486     fi
10487     ;;
10488   esac
10489   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10490 $as_echo "$enable_shared" >&6; }
10491
10492   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10493 $as_echo_n "checking whether to build static libraries... " >&6; }
10494   # Make sure either enable_shared or enable_static is yes.
10495   test "$enable_shared" = yes || enable_static=yes
10496   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10497 $as_echo "$enable_static" >&6; }
10498
10499
10500
10501
10502 fi
10503 ac_ext=c
10504 ac_cpp='$CPP $CPPFLAGS'
10505 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10506 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10507 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10508
10509 CC="$lt_save_CC"
10510
10511
10512
10513
10514
10515
10516
10517
10518
10519
10520
10521
10522
10523         ac_config_commands="$ac_config_commands libtool"
10524
10525
10526
10527
10528 # Only expand once:
10529
10530
10531
10532 # Checks for programs.
10533 ac_ext=c
10534 ac_cpp='$CPP $CPPFLAGS'
10535 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10536 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10537 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10538 if test -n "$ac_tool_prefix"; then
10539   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10540 set dummy ${ac_tool_prefix}gcc; ac_word=$2
10541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10542 $as_echo_n "checking for $ac_word... " >&6; }
10543 if test "${ac_cv_prog_CC+set}" = set; then :
10544   $as_echo_n "(cached) " >&6
10545 else
10546   if test -n "$CC"; then
10547   ac_cv_prog_CC="$CC" # Let the user override the test.
10548 else
10549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10550 for as_dir in $PATH
10551 do
10552   IFS=$as_save_IFS
10553   test -z "$as_dir" && as_dir=.
10554     for ac_exec_ext in '' $ac_executable_extensions; do
10555   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10556     ac_cv_prog_CC="${ac_tool_prefix}gcc"
10557     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10558     break 2
10559   fi
10560 done
10561   done
10562 IFS=$as_save_IFS
10563
10564 fi
10565 fi
10566 CC=$ac_cv_prog_CC
10567 if test -n "$CC"; then
10568   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
10569 $as_echo "$CC" >&6; }
10570 else
10571   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10572 $as_echo "no" >&6; }
10573 fi
10574
10575
10576 fi
10577 if test -z "$ac_cv_prog_CC"; then
10578   ac_ct_CC=$CC
10579   # Extract the first word of "gcc", so it can be a program name with args.
10580 set dummy gcc; ac_word=$2
10581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10582 $as_echo_n "checking for $ac_word... " >&6; }
10583 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
10584   $as_echo_n "(cached) " >&6
10585 else
10586   if test -n "$ac_ct_CC"; then
10587   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10588 else
10589 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10590 for as_dir in $PATH
10591 do
10592   IFS=$as_save_IFS
10593   test -z "$as_dir" && as_dir=.
10594     for ac_exec_ext in '' $ac_executable_extensions; do
10595   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10596     ac_cv_prog_ac_ct_CC="gcc"
10597     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10598     break 2
10599   fi
10600 done
10601   done
10602 IFS=$as_save_IFS
10603
10604 fi
10605 fi
10606 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10607 if test -n "$ac_ct_CC"; then
10608   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
10609 $as_echo "$ac_ct_CC" >&6; }
10610 else
10611   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10612 $as_echo "no" >&6; }
10613 fi
10614
10615   if test "x$ac_ct_CC" = x; then
10616     CC=""
10617   else
10618     case $cross_compiling:$ac_tool_warned in
10619 yes:)
10620 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10621 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10622 ac_tool_warned=yes ;;
10623 esac
10624     CC=$ac_ct_CC
10625   fi
10626 else
10627   CC="$ac_cv_prog_CC"
10628 fi
10629
10630 if test -z "$CC"; then
10631           if test -n "$ac_tool_prefix"; then
10632     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10633 set dummy ${ac_tool_prefix}cc; ac_word=$2
10634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10635 $as_echo_n "checking for $ac_word... " >&6; }
10636 if test "${ac_cv_prog_CC+set}" = set; then :
10637   $as_echo_n "(cached) " >&6
10638 else
10639   if test -n "$CC"; then
10640   ac_cv_prog_CC="$CC" # Let the user override the test.
10641 else
10642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10643 for as_dir in $PATH
10644 do
10645   IFS=$as_save_IFS
10646   test -z "$as_dir" && as_dir=.
10647     for ac_exec_ext in '' $ac_executable_extensions; do
10648   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10649     ac_cv_prog_CC="${ac_tool_prefix}cc"
10650     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10651     break 2
10652   fi
10653 done
10654   done
10655 IFS=$as_save_IFS
10656
10657 fi
10658 fi
10659 CC=$ac_cv_prog_CC
10660 if test -n "$CC"; then
10661   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
10662 $as_echo "$CC" >&6; }
10663 else
10664   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10665 $as_echo "no" >&6; }
10666 fi
10667
10668
10669   fi
10670 fi
10671 if test -z "$CC"; then
10672   # Extract the first word of "cc", so it can be a program name with args.
10673 set dummy cc; ac_word=$2
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10675 $as_echo_n "checking for $ac_word... " >&6; }
10676 if test "${ac_cv_prog_CC+set}" = set; then :
10677   $as_echo_n "(cached) " >&6
10678 else
10679   if test -n "$CC"; then
10680   ac_cv_prog_CC="$CC" # Let the user override the test.
10681 else
10682   ac_prog_rejected=no
10683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10684 for as_dir in $PATH
10685 do
10686   IFS=$as_save_IFS
10687   test -z "$as_dir" && as_dir=.
10688     for ac_exec_ext in '' $ac_executable_extensions; do
10689   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10690     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10691        ac_prog_rejected=yes
10692        continue
10693      fi
10694     ac_cv_prog_CC="cc"
10695     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10696     break 2
10697   fi
10698 done
10699   done
10700 IFS=$as_save_IFS
10701
10702 if test $ac_prog_rejected = yes; then
10703   # We found a bogon in the path, so make sure we never use it.
10704   set dummy $ac_cv_prog_CC
10705   shift
10706   if test $# != 0; then
10707     # We chose a different compiler from the bogus one.
10708     # However, it has the same basename, so the bogon will be chosen
10709     # first if we set CC to just the basename; use the full file name.
10710     shift
10711     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
10712   fi
10713 fi
10714 fi
10715 fi
10716 CC=$ac_cv_prog_CC
10717 if test -n "$CC"; then
10718   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
10719 $as_echo "$CC" >&6; }
10720 else
10721   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10722 $as_echo "no" >&6; }
10723 fi
10724
10725
10726 fi
10727 if test -z "$CC"; then
10728   if test -n "$ac_tool_prefix"; then
10729   for ac_prog in cl.exe
10730   do
10731     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10732 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10734 $as_echo_n "checking for $ac_word... " >&6; }
10735 if test "${ac_cv_prog_CC+set}" = set; then :
10736   $as_echo_n "(cached) " >&6
10737 else
10738   if test -n "$CC"; then
10739   ac_cv_prog_CC="$CC" # Let the user override the test.
10740 else
10741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10742 for as_dir in $PATH
10743 do
10744   IFS=$as_save_IFS
10745   test -z "$as_dir" && as_dir=.
10746     for ac_exec_ext in '' $ac_executable_extensions; do
10747   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10748     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
10749     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10750     break 2
10751   fi
10752 done
10753   done
10754 IFS=$as_save_IFS
10755
10756 fi
10757 fi
10758 CC=$ac_cv_prog_CC
10759 if test -n "$CC"; then
10760   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
10761 $as_echo "$CC" >&6; }
10762 else
10763   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10764 $as_echo "no" >&6; }
10765 fi
10766
10767
10768     test -n "$CC" && break
10769   done
10770 fi
10771 if test -z "$CC"; then
10772   ac_ct_CC=$CC
10773   for ac_prog in cl.exe
10774 do
10775   # Extract the first word of "$ac_prog", so it can be a program name with args.
10776 set dummy $ac_prog; ac_word=$2
10777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10778 $as_echo_n "checking for $ac_word... " >&6; }
10779 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
10780   $as_echo_n "(cached) " >&6
10781 else
10782   if test -n "$ac_ct_CC"; then
10783   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10784 else
10785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10786 for as_dir in $PATH
10787 do
10788   IFS=$as_save_IFS
10789   test -z "$as_dir" && as_dir=.
10790     for ac_exec_ext in '' $ac_executable_extensions; do
10791   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10792     ac_cv_prog_ac_ct_CC="$ac_prog"
10793     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10794     break 2
10795   fi
10796 done
10797   done
10798 IFS=$as_save_IFS
10799
10800 fi
10801 fi
10802 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10803 if test -n "$ac_ct_CC"; then
10804   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
10805 $as_echo "$ac_ct_CC" >&6; }
10806 else
10807   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10808 $as_echo "no" >&6; }
10809 fi
10810
10811
10812   test -n "$ac_ct_CC" && break
10813 done
10814
10815   if test "x$ac_ct_CC" = x; then
10816     CC=""
10817   else
10818     case $cross_compiling:$ac_tool_warned in
10819 yes:)
10820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10821 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10822 ac_tool_warned=yes ;;
10823 esac
10824     CC=$ac_ct_CC
10825   fi
10826 fi
10827
10828 fi
10829
10830
10831 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10832 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10833 as_fn_error $? "no acceptable C compiler found in \$PATH
10834 See \`config.log' for more details" "$LINENO" 5 ; }
10835
10836 # Provide some information about the compiler.
10837 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
10838 set X $ac_compile
10839 ac_compiler=$2
10840 for ac_option in --version -v -V -qversion; do
10841   { { ac_try="$ac_compiler $ac_option >&5"
10842 case "(($ac_try" in
10843   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10844   *) ac_try_echo=$ac_try;;
10845 esac
10846 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10847 $as_echo "$ac_try_echo"; } >&5
10848   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
10849   ac_status=$?
10850   if test -s conftest.err; then
10851     sed '10a\
10852 ... rest of stderr output deleted ...
10853          10q' conftest.err >conftest.er1
10854     cat conftest.er1 >&5
10855   fi
10856   rm -f conftest.er1 conftest.err
10857   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10858   test $ac_status = 0; }
10859 done
10860
10861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
10862 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
10863 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
10864   $as_echo_n "(cached) " >&6
10865 else
10866   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10867 /* end confdefs.h.  */
10868
10869 int
10870 main ()
10871 {
10872 #ifndef __GNUC__
10873        choke me
10874 #endif
10875
10876   ;
10877   return 0;
10878 }
10879 _ACEOF
10880 if ac_fn_c_try_compile "$LINENO"; then :
10881   ac_compiler_gnu=yes
10882 else
10883   ac_compiler_gnu=no
10884 fi
10885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10886 ac_cv_c_compiler_gnu=$ac_compiler_gnu
10887
10888 fi
10889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
10890 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
10891 if test $ac_compiler_gnu = yes; then
10892   GCC=yes
10893 else
10894   GCC=
10895 fi
10896 ac_test_CFLAGS=${CFLAGS+set}
10897 ac_save_CFLAGS=$CFLAGS
10898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
10899 $as_echo_n "checking whether $CC accepts -g... " >&6; }
10900 if test "${ac_cv_prog_cc_g+set}" = set; then :
10901   $as_echo_n "(cached) " >&6
10902 else
10903   ac_save_c_werror_flag=$ac_c_werror_flag
10904    ac_c_werror_flag=yes
10905    ac_cv_prog_cc_g=no
10906    CFLAGS="-g"
10907    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10908 /* end confdefs.h.  */
10909
10910 int
10911 main ()
10912 {
10913
10914   ;
10915   return 0;
10916 }
10917 _ACEOF
10918 if ac_fn_c_try_compile "$LINENO"; then :
10919   ac_cv_prog_cc_g=yes
10920 else
10921   CFLAGS=""
10922       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10923 /* end confdefs.h.  */
10924
10925 int
10926 main ()
10927 {
10928
10929   ;
10930   return 0;
10931 }
10932 _ACEOF
10933 if ac_fn_c_try_compile "$LINENO"; then :
10934
10935 else
10936   ac_c_werror_flag=$ac_save_c_werror_flag
10937          CFLAGS="-g"
10938          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10939 /* end confdefs.h.  */
10940
10941 int
10942 main ()
10943 {
10944
10945   ;
10946   return 0;
10947 }
10948 _ACEOF
10949 if ac_fn_c_try_compile "$LINENO"; then :
10950   ac_cv_prog_cc_g=yes
10951 fi
10952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10953 fi
10954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10955 fi
10956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10957    ac_c_werror_flag=$ac_save_c_werror_flag
10958 fi
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
10960 $as_echo "$ac_cv_prog_cc_g" >&6; }
10961 if test "$ac_test_CFLAGS" = set; then
10962   CFLAGS=$ac_save_CFLAGS
10963 elif test $ac_cv_prog_cc_g = yes; then
10964   if test "$GCC" = yes; then
10965     CFLAGS="-g -O2"
10966   else
10967     CFLAGS="-g"
10968   fi
10969 else
10970   if test "$GCC" = yes; then
10971     CFLAGS="-O2"
10972   else
10973     CFLAGS=
10974   fi
10975 fi
10976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
10977 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
10978 if test "${ac_cv_prog_cc_c89+set}" = set; then :
10979   $as_echo_n "(cached) " >&6
10980 else
10981   ac_cv_prog_cc_c89=no
10982 ac_save_CC=$CC
10983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10984 /* end confdefs.h.  */
10985 #include <stdarg.h>
10986 #include <stdio.h>
10987 #include <sys/types.h>
10988 #include <sys/stat.h>
10989 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
10990 struct buf { int x; };
10991 FILE * (*rcsopen) (struct buf *, struct stat *, int);
10992 static char *e (p, i)
10993      char **p;
10994      int i;
10995 {
10996   return p[i];
10997 }
10998 static char *f (char * (*g) (char **, int), char **p, ...)
10999 {
11000   char *s;
11001   va_list v;
11002   va_start (v,p);
11003   s = g (p, va_arg (v,int));
11004   va_end (v);
11005   return s;
11006 }
11007
11008 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
11009    function prototypes and stuff, but not '\xHH' hex character constants.
11010    These don't provoke an error unfortunately, instead are silently treated
11011    as 'x'.  The following induces an error, until -std is added to get
11012    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
11013    array size at least.  It's necessary to write '\x00'==0 to get something
11014    that's true only with -std.  */
11015 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11016
11017 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
11018    inside strings and character constants.  */
11019 #define FOO(x) 'x'
11020 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
11021
11022 int test (int i, double x);
11023 struct s1 {int (*f) (int a);};
11024 struct s2 {int (*f) (double a);};
11025 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11026 int argc;
11027 char **argv;
11028 int
11029 main ()
11030 {
11031 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
11032   ;
11033   return 0;
11034 }
11035 _ACEOF
11036 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
11037         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11038 do
11039   CC="$ac_save_CC $ac_arg"
11040   if ac_fn_c_try_compile "$LINENO"; then :
11041   ac_cv_prog_cc_c89=$ac_arg
11042 fi
11043 rm -f core conftest.err conftest.$ac_objext
11044   test "x$ac_cv_prog_cc_c89" != "xno" && break
11045 done
11046 rm -f conftest.$ac_ext
11047 CC=$ac_save_CC
11048
11049 fi
11050 # AC_CACHE_VAL
11051 case "x$ac_cv_prog_cc_c89" in
11052   x)
11053     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
11054 $as_echo "none needed" >&6; } ;;
11055   xno)
11056     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
11057 $as_echo "unsupported" >&6; } ;;
11058   *)
11059     CC="$CC $ac_cv_prog_cc_c89"
11060     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
11061 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
11062 esac
11063 if test "x$ac_cv_prog_cc_c89" != xno; then :
11064
11065 fi
11066
11067 ac_ext=c
11068 ac_cpp='$CPP $CPPFLAGS'
11069 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11070 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11071 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11072
11073 depcc="$CC"   am_compiler_list=
11074
11075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
11076 $as_echo_n "checking dependency style of $depcc... " >&6; }
11077 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
11078   $as_echo_n "(cached) " >&6
11079 else
11080   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
11081   # We make a subdir and do the tests there.  Otherwise we can end up
11082   # making bogus files that we don't know about and never remove.  For
11083   # instance it was reported that on HP-UX the gcc test will end up
11084   # making a dummy file named `D' -- because `-MD' means `put the output
11085   # in D'.
11086   mkdir conftest.dir
11087   # Copy depcomp to subdir because otherwise we won't find it if we're
11088   # using a relative directory.
11089   cp "$am_depcomp" conftest.dir
11090   cd conftest.dir
11091   # We will build objects and dependencies in a subdirectory because
11092   # it helps to detect inapplicable dependency modes.  For instance
11093   # both Tru64's cc and ICC support -MD to output dependencies as a
11094   # side effect of compilation, but ICC will put the dependencies in
11095   # the current directory while Tru64 will put them in the object
11096   # directory.
11097   mkdir sub
11098
11099   am_cv_CC_dependencies_compiler_type=none
11100   if test "$am_compiler_list" = ""; then
11101      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
11102   fi
11103   am__universal=false
11104   case " $depcc " in #(
11105      *\ -arch\ *\ -arch\ *) am__universal=true ;;
11106      esac
11107
11108   for depmode in $am_compiler_list; do
11109     # Setup a source with many dependencies, because some compilers
11110     # like to wrap large dependency lists on column 80 (with \), and
11111     # we should not choose a depcomp mode which is confused by this.
11112     #
11113     # We need to recreate these files for each test, as the compiler may
11114     # overwrite some of them when testing with obscure command lines.
11115     # This happens at least with the AIX C compiler.
11116     : > sub/conftest.c
11117     for i in 1 2 3 4 5 6; do
11118       echo '#include "conftst'$i'.h"' >> sub/conftest.c
11119       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
11120       # Solaris 8's {/usr,}/bin/sh.
11121       touch sub/conftst$i.h
11122     done
11123     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
11124
11125     # We check with `-c' and `-o' for the sake of the "dashmstdout"
11126     # mode.  It turns out that the SunPro C++ compiler does not properly
11127     # handle `-M -o', and we need to detect this.  Also, some Intel
11128     # versions had trouble with output in subdirs
11129     am__obj=sub/conftest.${OBJEXT-o}
11130     am__minus_obj="-o $am__obj"
11131     case $depmode in
11132     gcc)
11133       # This depmode causes a compiler race in universal mode.
11134       test "$am__universal" = false || continue
11135       ;;
11136     nosideeffect)
11137       # after this tag, mechanisms are not by side-effect, so they'll
11138       # only be used when explicitly requested
11139       if test "x$enable_dependency_tracking" = xyes; then
11140         continue
11141       else
11142         break
11143       fi
11144       ;;
11145     msvisualcpp | msvcmsys)
11146       # This compiler won't grok `-c -o', but also, the minuso test has
11147       # not run yet.  These depmodes are late enough in the game, and
11148       # so weak that their functioning should not be impacted.
11149       am__obj=conftest.${OBJEXT-o}
11150       am__minus_obj=
11151       ;;
11152     none) break ;;
11153     esac
11154     if depmode=$depmode \
11155        source=sub/conftest.c object=$am__obj \
11156        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
11157        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
11158          >/dev/null 2>conftest.err &&
11159        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
11160        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
11161        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
11162        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
11163       # icc doesn't choke on unknown options, it will just issue warnings
11164       # or remarks (even with -Werror).  So we grep stderr for any message
11165       # that says an option was ignored or not supported.
11166       # When given -MP, icc 7.0 and 7.1 complain thusly:
11167       #   icc: Command line warning: ignoring option '-M'; no argument required
11168       # The diagnosis changed in icc 8.0:
11169       #   icc: Command line remark: option '-MP' not supported
11170       if (grep 'ignoring option' conftest.err ||
11171           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
11172         am_cv_CC_dependencies_compiler_type=$depmode
11173         break
11174       fi
11175     fi
11176   done
11177
11178   cd ..
11179   rm -rf conftest.dir
11180 else
11181   am_cv_CC_dependencies_compiler_type=none
11182 fi
11183
11184 fi
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
11186 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
11187 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
11188
11189  if
11190   test "x$enable_dependency_tracking" != xno \
11191   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
11192   am__fastdepCC_TRUE=
11193   am__fastdepCC_FALSE='#'
11194 else
11195   am__fastdepCC_TRUE='#'
11196   am__fastdepCC_FALSE=
11197 fi
11198
11199
11200
11201 # Checks for libraries.
11202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cfg_init in -lconfuse" >&5
11203 $as_echo_n "checking for cfg_init in -lconfuse... " >&6; }
11204 if test "${ac_cv_lib_confuse_cfg_init+set}" = set; then :
11205   $as_echo_n "(cached) " >&6
11206 else
11207   ac_check_lib_save_LIBS=$LIBS
11208 LIBS="-lconfuse  $LIBS"
11209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11210 /* end confdefs.h.  */
11211
11212 /* Override any GCC internal prototype to avoid an error.
11213    Use char because int might match the return type of a GCC
11214    builtin and then its argument prototype would still apply.  */
11215 #ifdef __cplusplus
11216 extern "C"
11217 #endif
11218 char cfg_init ();
11219 int
11220 main ()
11221 {
11222 return cfg_init ();
11223   ;
11224   return 0;
11225 }
11226 _ACEOF
11227 if ac_fn_c_try_link "$LINENO"; then :
11228   ac_cv_lib_confuse_cfg_init=yes
11229 else
11230   ac_cv_lib_confuse_cfg_init=no
11231 fi
11232 rm -f core conftest.err conftest.$ac_objext \
11233     conftest$ac_exeext conftest.$ac_ext
11234 LIBS=$ac_check_lib_save_LIBS
11235 fi
11236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_confuse_cfg_init" >&5
11237 $as_echo "$ac_cv_lib_confuse_cfg_init" >&6; }
11238 if test "x$ac_cv_lib_confuse_cfg_init" = x""yes; then :
11239   cat >>confdefs.h <<_ACEOF
11240 #define HAVE_LIBCONFUSE 1
11241 _ACEOF
11242
11243   LIBS="-lconfuse $LIBS"
11244
11245 else
11246   as_fn_error $? "required library libconfuse not found" "$LINENO" 5
11247 fi
11248
11249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for event_get_version in -levent_core" >&5
11250 $as_echo_n "checking for event_get_version in -levent_core... " >&6; }
11251 if test "${ac_cv_lib_event_core_event_get_version+set}" = set; then :
11252   $as_echo_n "(cached) " >&6
11253 else
11254   ac_check_lib_save_LIBS=$LIBS
11255 LIBS="-levent_core  $LIBS"
11256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11257 /* end confdefs.h.  */
11258
11259 /* Override any GCC internal prototype to avoid an error.
11260    Use char because int might match the return type of a GCC
11261    builtin and then its argument prototype would still apply.  */
11262 #ifdef __cplusplus
11263 extern "C"
11264 #endif
11265 char event_get_version ();
11266 int
11267 main ()
11268 {
11269 return event_get_version ();
11270   ;
11271   return 0;
11272 }
11273 _ACEOF
11274 if ac_fn_c_try_link "$LINENO"; then :
11275   ac_cv_lib_event_core_event_get_version=yes
11276 else
11277   ac_cv_lib_event_core_event_get_version=no
11278 fi
11279 rm -f core conftest.err conftest.$ac_objext \
11280     conftest$ac_exeext conftest.$ac_ext
11281 LIBS=$ac_check_lib_save_LIBS
11282 fi
11283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_event_core_event_get_version" >&5
11284 $as_echo "$ac_cv_lib_event_core_event_get_version" >&6; }
11285 if test "x$ac_cv_lib_event_core_event_get_version" = x""yes; then :
11286   cat >>confdefs.h <<_ACEOF
11287 #define HAVE_LIBEVENT_CORE 1
11288 _ACEOF
11289
11290   LIBS="-levent_core $LIBS"
11291
11292 else
11293   as_fn_error $? "required library libevent_core not found" "$LINENO" 5
11294 fi
11295
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rad_alloc in -lfreeradius-radius" >&5
11297 $as_echo_n "checking for rad_alloc in -lfreeradius-radius... " >&6; }
11298 if test "${ac_cv_lib_freeradius_radius_rad_alloc+set}" = set; then :
11299   $as_echo_n "(cached) " >&6
11300 else
11301   ac_check_lib_save_LIBS=$LIBS
11302 LIBS="-lfreeradius-radius  $LIBS"
11303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11304 /* end confdefs.h.  */
11305
11306 /* Override any GCC internal prototype to avoid an error.
11307    Use char because int might match the return type of a GCC
11308    builtin and then its argument prototype would still apply.  */
11309 #ifdef __cplusplus
11310 extern "C"
11311 #endif
11312 char rad_alloc ();
11313 int
11314 main ()
11315 {
11316 return rad_alloc ();
11317   ;
11318   return 0;
11319 }
11320 _ACEOF
11321 if ac_fn_c_try_link "$LINENO"; then :
11322   ac_cv_lib_freeradius_radius_rad_alloc=yes
11323 else
11324   ac_cv_lib_freeradius_radius_rad_alloc=no
11325 fi
11326 rm -f core conftest.err conftest.$ac_objext \
11327     conftest$ac_exeext conftest.$ac_ext
11328 LIBS=$ac_check_lib_save_LIBS
11329 fi
11330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_freeradius_radius_rad_alloc" >&5
11331 $as_echo "$ac_cv_lib_freeradius_radius_rad_alloc" >&6; }
11332 if test "x$ac_cv_lib_freeradius_radius_rad_alloc" = x""yes; then :
11333   cat >>confdefs.h <<_ACEOF
11334 #define HAVE_LIBFREERADIUS_RADIUS 1
11335 _ACEOF
11336
11337   LIBS="-lfreeradius-radius $LIBS"
11338
11339 else
11340   as_fn_error $? "required library libfreeradius-radius not found" "$LINENO" 5
11341 fi
11342
11343
11344 # Enable-knobs.
11345
11346
11347 # Check whether --enable-tls was given.
11348 if test "${enable_tls+set}" = set; then :
11349   enableval=$enable_tls; { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bufferevent_openssl_socket_new in -levent_openssl" >&5
11350 $as_echo_n "checking for bufferevent_openssl_socket_new in -levent_openssl... " >&6; }
11351 if test "${ac_cv_lib_event_openssl_bufferevent_openssl_socket_new+set}" = set; then :
11352   $as_echo_n "(cached) " >&6
11353 else
11354   ac_check_lib_save_LIBS=$LIBS
11355 LIBS="-levent_openssl  $LIBS"
11356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11357 /* end confdefs.h.  */
11358
11359 /* Override any GCC internal prototype to avoid an error.
11360    Use char because int might match the return type of a GCC
11361    builtin and then its argument prototype would still apply.  */
11362 #ifdef __cplusplus
11363 extern "C"
11364 #endif
11365 char bufferevent_openssl_socket_new ();
11366 int
11367 main ()
11368 {
11369 return bufferevent_openssl_socket_new ();
11370   ;
11371   return 0;
11372 }
11373 _ACEOF
11374 if ac_fn_c_try_link "$LINENO"; then :
11375   ac_cv_lib_event_openssl_bufferevent_openssl_socket_new=yes
11376 else
11377   ac_cv_lib_event_openssl_bufferevent_openssl_socket_new=no
11378 fi
11379 rm -f core conftest.err conftest.$ac_objext \
11380     conftest$ac_exeext conftest.$ac_ext
11381 LIBS=$ac_check_lib_save_LIBS
11382 fi
11383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_event_openssl_bufferevent_openssl_socket_new" >&5
11384 $as_echo "$ac_cv_lib_event_openssl_bufferevent_openssl_socket_new" >&6; }
11385 if test "x$ac_cv_lib_event_openssl_bufferevent_openssl_socket_new" = x""yes; then :
11386   cat >>confdefs.h <<_ACEOF
11387 #define HAVE_LIBEVENT_OPENSSL 1
11388 _ACEOF
11389
11390   LIBS="-levent_openssl $LIBS"
11391
11392 else
11393   as_fn_error $? "required library event_openssl not found" "$LINENO" 5
11394 fi
11395
11396      $as_echo "#define RS_ENABLE_TLS 1" >>confdefs.h
11397
11398      $as_echo "#define RADPROT_TLS 1" >>confdefs.h
11399
11400 fi
11401
11402  if test "${enable_tls+set}" = set; then
11403   RS_ENABLE_TLS_TRUE=
11404   RS_ENABLE_TLS_FALSE='#'
11405 else
11406   RS_ENABLE_TLS_TRUE='#'
11407   RS_ENABLE_TLS_FALSE=
11408 fi
11409
11410
11411 # Checks for header files.
11412 for ac_header in netdb.h netinet/in.h stdint.h stdlib.h string.h sys/socket.h unistd.h
11413 do :
11414   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11415 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11416 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11417   cat >>confdefs.h <<_ACEOF
11418 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11419 _ACEOF
11420
11421 fi
11422
11423 done
11424
11425
11426 # Checks for typedefs, structures, and compiler characteristics.
11427 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
11428 if test "x$ac_cv_type_size_t" = x""yes; then :
11429
11430 else
11431
11432 cat >>confdefs.h <<_ACEOF
11433 #define size_t unsigned int
11434 _ACEOF
11435
11436 fi
11437
11438 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
11439 if test "x$ac_cv_type_ssize_t" = x""yes; then :
11440
11441 else
11442
11443 cat >>confdefs.h <<_ACEOF
11444 #define ssize_t int
11445 _ACEOF
11446
11447 fi
11448
11449 ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t"
11450 case $ac_cv_c_uint8_t in #(
11451   no|yes) ;; #(
11452   *)
11453
11454 $as_echo "#define _UINT8_T 1" >>confdefs.h
11455
11456
11457 cat >>confdefs.h <<_ACEOF
11458 #define uint8_t $ac_cv_c_uint8_t
11459 _ACEOF
11460 ;;
11461   esac
11462
11463
11464 # Checks for library functions.
11465 for ac_func in memset socket strdup strerror strrchr
11466 do :
11467   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11468 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11469 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
11470   cat >>confdefs.h <<_ACEOF
11471 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11472 _ACEOF
11473
11474 fi
11475 done
11476
11477
11478 ac_config_files="$ac_config_files Makefile libradsec.spec include/Makefile examples/Makefile tests/Makefile"
11479
11480 cat >confcache <<\_ACEOF
11481 # This file is a shell script that caches the results of configure
11482 # tests run on this system so they can be shared between configure
11483 # scripts and configure runs, see configure's option --config-cache.
11484 # It is not useful on other systems.  If it contains results you don't
11485 # want to keep, you may remove or edit it.
11486 #
11487 # config.status only pays attention to the cache file if you give it
11488 # the --recheck option to rerun configure.
11489 #
11490 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11491 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11492 # following values.
11493
11494 _ACEOF
11495
11496 # The following way of writing the cache mishandles newlines in values,
11497 # but we know of no workaround that is simple, portable, and efficient.
11498 # So, we kill variables containing newlines.
11499 # Ultrix sh set writes to stderr and can't be redirected directly,
11500 # and sets the high bit in the cache file unless we assign to the vars.
11501 (
11502   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11503     eval ac_val=\$$ac_var
11504     case $ac_val in #(
11505     *${as_nl}*)
11506       case $ac_var in #(
11507       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11508 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11509       esac
11510       case $ac_var in #(
11511       _ | IFS | as_nl) ;; #(
11512       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11513       *) { eval $ac_var=; unset $ac_var;} ;;
11514       esac ;;
11515     esac
11516   done
11517
11518   (set) 2>&1 |
11519     case $as_nl`(ac_space=' '; set) 2>&1` in #(
11520     *${as_nl}ac_space=\ *)
11521       # `set' does not quote correctly, so add quotes: double-quote
11522       # substitution turns \\\\ into \\, and sed turns \\ into \.
11523       sed -n \
11524         "s/'/'\\\\''/g;
11525           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11526       ;; #(
11527     *)
11528       # `set' quotes correctly as required by POSIX, so do not add quotes.
11529       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11530       ;;
11531     esac |
11532     sort
11533 ) |
11534   sed '
11535      /^ac_cv_env_/b end
11536      t clear
11537      :clear
11538      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11539      t end
11540      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11541      :end' >>confcache
11542 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11543   if test -w "$cache_file"; then
11544     test "x$cache_file" != "x/dev/null" &&
11545       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11546 $as_echo "$as_me: updating cache $cache_file" >&6;}
11547     cat confcache >$cache_file
11548   else
11549     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11550 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11551   fi
11552 fi
11553 rm -f confcache
11554
11555 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11556 # Let make expand exec_prefix.
11557 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11558
11559 DEFS=-DHAVE_CONFIG_H
11560
11561 ac_libobjs=
11562 ac_ltlibobjs=
11563 U=
11564 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11565   # 1. Remove the extension, and $U if already installed.
11566   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11567   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11568   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
11569   #    will be set to the directory where LIBOBJS objects are built.
11570   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11571   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11572 done
11573 LIBOBJS=$ac_libobjs
11574
11575 LTLIBOBJS=$ac_ltlibobjs
11576
11577
11578  if test -n "$EXEEXT"; then
11579   am__EXEEXT_TRUE=
11580   am__EXEEXT_FALSE='#'
11581 else
11582   am__EXEEXT_TRUE='#'
11583   am__EXEEXT_FALSE=
11584 fi
11585
11586 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11587   as_fn_error $? "conditional \"AMDEP\" was never defined.
11588 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11589 fi
11590 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11591   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
11592 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11593 fi
11594 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11595   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
11596 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11597 fi
11598 if test -z "${RS_ENABLE_TLS_TRUE}" && test -z "${RS_ENABLE_TLS_FALSE}"; then
11599   as_fn_error $? "conditional \"RS_ENABLE_TLS\" was never defined.
11600 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11601 fi
11602
11603 : ${CONFIG_STATUS=./config.status}
11604 ac_write_fail=0
11605 ac_clean_files_save=$ac_clean_files
11606 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11607 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11608 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11609 as_write_fail=0
11610 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11611 #! $SHELL
11612 # Generated by $as_me.
11613 # Run this file to recreate the current configuration.
11614 # Compiler output produced by configure, useful for debugging
11615 # configure, is in config.log if it exists.
11616
11617 debug=false
11618 ac_cs_recheck=false
11619 ac_cs_silent=false
11620
11621 SHELL=\${CONFIG_SHELL-$SHELL}
11622 export SHELL
11623 _ASEOF
11624 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11625 ## -------------------- ##
11626 ## M4sh Initialization. ##
11627 ## -------------------- ##
11628
11629 # Be more Bourne compatible
11630 DUALCASE=1; export DUALCASE # for MKS sh
11631 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11632   emulate sh
11633   NULLCMD=:
11634   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11635   # is contrary to our usage.  Disable this feature.
11636   alias -g '${1+"$@"}'='"$@"'
11637   setopt NO_GLOB_SUBST
11638 else
11639   case `(set -o) 2>/dev/null` in #(
11640   *posix*) :
11641     set -o posix ;; #(
11642   *) :
11643      ;;
11644 esac
11645 fi
11646
11647
11648 as_nl='
11649 '
11650 export as_nl
11651 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11652 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11653 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11654 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11655 # Prefer a ksh shell builtin over an external printf program on Solaris,
11656 # but without wasting forks for bash or zsh.
11657 if test -z "$BASH_VERSION$ZSH_VERSION" \
11658     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11659   as_echo='print -r --'
11660   as_echo_n='print -rn --'
11661 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11662   as_echo='printf %s\n'
11663   as_echo_n='printf %s'
11664 else
11665   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11666     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11667     as_echo_n='/usr/ucb/echo -n'
11668   else
11669     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11670     as_echo_n_body='eval
11671       arg=$1;
11672       case $arg in #(
11673       *"$as_nl"*)
11674         expr "X$arg" : "X\\(.*\\)$as_nl";
11675         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11676       esac;
11677       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11678     '
11679     export as_echo_n_body
11680     as_echo_n='sh -c $as_echo_n_body as_echo'
11681   fi
11682   export as_echo_body
11683   as_echo='sh -c $as_echo_body as_echo'
11684 fi
11685
11686 # The user is always right.
11687 if test "${PATH_SEPARATOR+set}" != set; then
11688   PATH_SEPARATOR=:
11689   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11690     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11691       PATH_SEPARATOR=';'
11692   }
11693 fi
11694
11695
11696 # IFS
11697 # We need space, tab and new line, in precisely that order.  Quoting is
11698 # there to prevent editors from complaining about space-tab.
11699 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11700 # splitting by setting IFS to empty value.)
11701 IFS=" ""        $as_nl"
11702
11703 # Find who we are.  Look in the path if we contain no directory separator.
11704 case $0 in #((
11705   *[\\/]* ) as_myself=$0 ;;
11706   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11707 for as_dir in $PATH
11708 do
11709   IFS=$as_save_IFS
11710   test -z "$as_dir" && as_dir=.
11711     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11712   done
11713 IFS=$as_save_IFS
11714
11715      ;;
11716 esac
11717 # We did not find ourselves, most probably we were run as `sh COMMAND'
11718 # in which case we are not to be found in the path.
11719 if test "x$as_myself" = x; then
11720   as_myself=$0
11721 fi
11722 if test ! -f "$as_myself"; then
11723   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11724   exit 1
11725 fi
11726
11727 # Unset variables that we do not need and which cause bugs (e.g. in
11728 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
11729 # suppresses any "Segmentation fault" message there.  '((' could
11730 # trigger a bug in pdksh 5.2.14.
11731 for as_var in BASH_ENV ENV MAIL MAILPATH
11732 do eval test x\${$as_var+set} = xset \
11733   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11734 done
11735 PS1='$ '
11736 PS2='> '
11737 PS4='+ '
11738
11739 # NLS nuisances.
11740 LC_ALL=C
11741 export LC_ALL
11742 LANGUAGE=C
11743 export LANGUAGE
11744
11745 # CDPATH.
11746 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11747
11748
11749 # as_fn_error STATUS ERROR [LINENO LOG_FD]
11750 # ----------------------------------------
11751 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11752 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11753 # script with STATUS, using 1 if that was 0.
11754 as_fn_error ()
11755 {
11756   as_status=$1; test $as_status -eq 0 && as_status=1
11757   if test "$4"; then
11758     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11759     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
11760   fi
11761   $as_echo "$as_me: error: $2" >&2
11762   as_fn_exit $as_status
11763 } # as_fn_error
11764
11765
11766 # as_fn_set_status STATUS
11767 # -----------------------
11768 # Set $? to STATUS, without forking.
11769 as_fn_set_status ()
11770 {
11771   return $1
11772 } # as_fn_set_status
11773
11774 # as_fn_exit STATUS
11775 # -----------------
11776 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11777 as_fn_exit ()
11778 {
11779   set +e
11780   as_fn_set_status $1
11781   exit $1
11782 } # as_fn_exit
11783
11784 # as_fn_unset VAR
11785 # ---------------
11786 # Portably unset VAR.
11787 as_fn_unset ()
11788 {
11789   { eval $1=; unset $1;}
11790 }
11791 as_unset=as_fn_unset
11792 # as_fn_append VAR VALUE
11793 # ----------------------
11794 # Append the text in VALUE to the end of the definition contained in VAR. Take
11795 # advantage of any shell optimizations that allow amortized linear growth over
11796 # repeated appends, instead of the typical quadratic growth present in naive
11797 # implementations.
11798 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11799   eval 'as_fn_append ()
11800   {
11801     eval $1+=\$2
11802   }'
11803 else
11804   as_fn_append ()
11805   {
11806     eval $1=\$$1\$2
11807   }
11808 fi # as_fn_append
11809
11810 # as_fn_arith ARG...
11811 # ------------------
11812 # Perform arithmetic evaluation on the ARGs, and store the result in the
11813 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11814 # must be portable across $(()) and expr.
11815 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11816   eval 'as_fn_arith ()
11817   {
11818     as_val=$(( $* ))
11819   }'
11820 else
11821   as_fn_arith ()
11822   {
11823     as_val=`expr "$@" || test $? -eq 1`
11824   }
11825 fi # as_fn_arith
11826
11827
11828 if expr a : '\(a\)' >/dev/null 2>&1 &&
11829    test "X`expr 00001 : '.*\(...\)'`" = X001; then
11830   as_expr=expr
11831 else
11832   as_expr=false
11833 fi
11834
11835 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11836   as_basename=basename
11837 else
11838   as_basename=false
11839 fi
11840
11841 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11842   as_dirname=dirname
11843 else
11844   as_dirname=false
11845 fi
11846
11847 as_me=`$as_basename -- "$0" ||
11848 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11849          X"$0" : 'X\(//\)$' \| \
11850          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11851 $as_echo X/"$0" |
11852     sed '/^.*\/\([^/][^/]*\)\/*$/{
11853             s//\1/
11854             q
11855           }
11856           /^X\/\(\/\/\)$/{
11857             s//\1/
11858             q
11859           }
11860           /^X\/\(\/\).*/{
11861             s//\1/
11862             q
11863           }
11864           s/.*/./; q'`
11865
11866 # Avoid depending upon Character Ranges.
11867 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11868 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11869 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11870 as_cr_digits='0123456789'
11871 as_cr_alnum=$as_cr_Letters$as_cr_digits
11872
11873 ECHO_C= ECHO_N= ECHO_T=
11874 case `echo -n x` in #(((((
11875 -n*)
11876   case `echo 'xy\c'` in
11877   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
11878   xy)  ECHO_C='\c';;
11879   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
11880        ECHO_T=' ';;
11881   esac;;
11882 *)
11883   ECHO_N='-n';;
11884 esac
11885
11886 rm -f conf$$ conf$$.exe conf$$.file
11887 if test -d conf$$.dir; then
11888   rm -f conf$$.dir/conf$$.file
11889 else
11890   rm -f conf$$.dir
11891   mkdir conf$$.dir 2>/dev/null
11892 fi
11893 if (echo >conf$$.file) 2>/dev/null; then
11894   if ln -s conf$$.file conf$$ 2>/dev/null; then
11895     as_ln_s='ln -s'
11896     # ... but there are two gotchas:
11897     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11898     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11899     # In both cases, we have to default to `cp -p'.
11900     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11901       as_ln_s='cp -p'
11902   elif ln conf$$.file conf$$ 2>/dev/null; then
11903     as_ln_s=ln
11904   else
11905     as_ln_s='cp -p'
11906   fi
11907 else
11908   as_ln_s='cp -p'
11909 fi
11910 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11911 rmdir conf$$.dir 2>/dev/null
11912
11913
11914 # as_fn_mkdir_p
11915 # -------------
11916 # Create "$as_dir" as a directory, including parents if necessary.
11917 as_fn_mkdir_p ()
11918 {
11919
11920   case $as_dir in #(
11921   -*) as_dir=./$as_dir;;
11922   esac
11923   test -d "$as_dir" || eval $as_mkdir_p || {
11924     as_dirs=
11925     while :; do
11926       case $as_dir in #(
11927       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11928       *) as_qdir=$as_dir;;
11929       esac
11930       as_dirs="'$as_qdir' $as_dirs"
11931       as_dir=`$as_dirname -- "$as_dir" ||
11932 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11933          X"$as_dir" : 'X\(//\)[^/]' \| \
11934          X"$as_dir" : 'X\(//\)$' \| \
11935          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11936 $as_echo X"$as_dir" |
11937     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11938             s//\1/
11939             q
11940           }
11941           /^X\(\/\/\)[^/].*/{
11942             s//\1/
11943             q
11944           }
11945           /^X\(\/\/\)$/{
11946             s//\1/
11947             q
11948           }
11949           /^X\(\/\).*/{
11950             s//\1/
11951             q
11952           }
11953           s/.*/./; q'`
11954       test -d "$as_dir" && break
11955     done
11956     test -z "$as_dirs" || eval "mkdir $as_dirs"
11957   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
11958
11959
11960 } # as_fn_mkdir_p
11961 if mkdir -p . 2>/dev/null; then
11962   as_mkdir_p='mkdir -p "$as_dir"'
11963 else
11964   test -d ./-p && rmdir ./-p
11965   as_mkdir_p=false
11966 fi
11967
11968 if test -x / >/dev/null 2>&1; then
11969   as_test_x='test -x'
11970 else
11971   if ls -dL / >/dev/null 2>&1; then
11972     as_ls_L_option=L
11973   else
11974     as_ls_L_option=
11975   fi
11976   as_test_x='
11977     eval sh -c '\''
11978       if test -d "$1"; then
11979         test -d "$1/.";
11980       else
11981         case $1 in #(
11982         -*)set "./$1";;
11983         esac;
11984         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
11985         ???[sx]*):;;*)false;;esac;fi
11986     '\'' sh
11987   '
11988 fi
11989 as_executable_p=$as_test_x
11990
11991 # Sed expression to map a string onto a valid CPP name.
11992 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11993
11994 # Sed expression to map a string onto a valid variable name.
11995 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11996
11997
11998 exec 6>&1
11999 ## ----------------------------------- ##
12000 ## Main body of $CONFIG_STATUS script. ##
12001 ## ----------------------------------- ##
12002 _ASEOF
12003 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12004
12005 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12006 # Save the log message, to keep $0 and so on meaningful, and to
12007 # report actual input values of CONFIG_FILES etc. instead of their
12008 # values after options handling.
12009 ac_log="
12010 This file was extended by libradsec $as_me 0.0.2.dev, which was
12011 generated by GNU Autoconf 2.67.  Invocation command line was
12012
12013   CONFIG_FILES    = $CONFIG_FILES
12014   CONFIG_HEADERS  = $CONFIG_HEADERS
12015   CONFIG_LINKS    = $CONFIG_LINKS
12016   CONFIG_COMMANDS = $CONFIG_COMMANDS
12017   $ $0 $@
12018
12019 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12020 "
12021
12022 _ACEOF
12023
12024 case $ac_config_files in *"
12025 "*) set x $ac_config_files; shift; ac_config_files=$*;;
12026 esac
12027
12028 case $ac_config_headers in *"
12029 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12030 esac
12031
12032
12033 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12034 # Files that config.status was made for.
12035 config_files="$ac_config_files"
12036 config_headers="$ac_config_headers"
12037 config_commands="$ac_config_commands"
12038
12039 _ACEOF
12040
12041 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12042 ac_cs_usage="\
12043 \`$as_me' instantiates files and other configuration actions
12044 from templates according to the current configuration.  Unless the files
12045 and actions are specified as TAGs, all are instantiated by default.
12046
12047 Usage: $0 [OPTION]... [TAG]...
12048
12049   -h, --help       print this help, then exit
12050   -V, --version    print version number and configuration settings, then exit
12051       --config     print configuration, then exit
12052   -q, --quiet, --silent
12053                    do not print progress messages
12054   -d, --debug      don't remove temporary files
12055       --recheck    update $as_me by reconfiguring in the same conditions
12056       --file=FILE[:TEMPLATE]
12057                    instantiate the configuration file FILE
12058       --header=FILE[:TEMPLATE]
12059                    instantiate the configuration header FILE
12060
12061 Configuration files:
12062 $config_files
12063
12064 Configuration headers:
12065 $config_headers
12066
12067 Configuration commands:
12068 $config_commands
12069
12070 Report bugs to <linus+libradsec@nordu.net>."
12071
12072 _ACEOF
12073 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12074 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12075 ac_cs_version="\\
12076 libradsec config.status 0.0.2.dev
12077 configured by $0, generated by GNU Autoconf 2.67,
12078   with options \\"\$ac_cs_config\\"
12079
12080 Copyright (C) 2010 Free Software Foundation, Inc.
12081 This config.status script is free software; the Free Software Foundation
12082 gives unlimited permission to copy, distribute and modify it."
12083
12084 ac_pwd='$ac_pwd'
12085 srcdir='$srcdir'
12086 INSTALL='$INSTALL'
12087 MKDIR_P='$MKDIR_P'
12088 AWK='$AWK'
12089 test -n "\$AWK" || AWK=awk
12090 _ACEOF
12091
12092 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12093 # The default lists apply if the user does not specify any file.
12094 ac_need_defaults=:
12095 while test $# != 0
12096 do
12097   case $1 in
12098   --*=?*)
12099     ac_option=`expr "X$1" : 'X\([^=]*\)='`
12100     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12101     ac_shift=:
12102     ;;
12103   --*=)
12104     ac_option=`expr "X$1" : 'X\([^=]*\)='`
12105     ac_optarg=
12106     ac_shift=:
12107     ;;
12108   *)
12109     ac_option=$1
12110     ac_optarg=$2
12111     ac_shift=shift
12112     ;;
12113   esac
12114
12115   case $ac_option in
12116   # Handling of the options.
12117   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12118     ac_cs_recheck=: ;;
12119   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12120     $as_echo "$ac_cs_version"; exit ;;
12121   --config | --confi | --conf | --con | --co | --c )
12122     $as_echo "$ac_cs_config"; exit ;;
12123   --debug | --debu | --deb | --de | --d | -d )
12124     debug=: ;;
12125   --file | --fil | --fi | --f )
12126     $ac_shift
12127     case $ac_optarg in
12128     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12129     '') as_fn_error $? "missing file argument" ;;
12130     esac
12131     as_fn_append CONFIG_FILES " '$ac_optarg'"
12132     ac_need_defaults=false;;
12133   --header | --heade | --head | --hea )
12134     $ac_shift
12135     case $ac_optarg in
12136     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12137     esac
12138     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12139     ac_need_defaults=false;;
12140   --he | --h)
12141     # Conflict between --help and --header
12142     as_fn_error $? "ambiguous option: \`$1'
12143 Try \`$0 --help' for more information.";;
12144   --help | --hel | -h )
12145     $as_echo "$ac_cs_usage"; exit ;;
12146   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12147   | -silent | --silent | --silen | --sile | --sil | --si | --s)
12148     ac_cs_silent=: ;;
12149
12150   # This is an error.
12151   -*) as_fn_error $? "unrecognized option: \`$1'
12152 Try \`$0 --help' for more information." ;;
12153
12154   *) as_fn_append ac_config_targets " $1"
12155      ac_need_defaults=false ;;
12156
12157   esac
12158   shift
12159 done
12160
12161 ac_configure_extra_args=
12162
12163 if $ac_cs_silent; then
12164   exec 6>/dev/null
12165   ac_configure_extra_args="$ac_configure_extra_args --silent"
12166 fi
12167
12168 _ACEOF
12169 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12170 if \$ac_cs_recheck; then
12171   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12172   shift
12173   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12174   CONFIG_SHELL='$SHELL'
12175   export CONFIG_SHELL
12176   exec "\$@"
12177 fi
12178
12179 _ACEOF
12180 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12181 exec 5>>config.log
12182 {
12183   echo
12184   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12185 ## Running $as_me. ##
12186 _ASBOX
12187   $as_echo "$ac_log"
12188 } >&5
12189
12190 _ACEOF
12191 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12192 #
12193 # INIT-COMMANDS
12194 #
12195 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
12196
12197
12198 # The HP-UX ksh and POSIX shell print the target directory to stdout
12199 # if CDPATH is set.
12200 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12201
12202 sed_quote_subst='$sed_quote_subst'
12203 double_quote_subst='$double_quote_subst'
12204 delay_variable_subst='$delay_variable_subst'
12205 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
12206 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
12207 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
12208 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
12209 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
12210 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
12211 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
12212 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
12213 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
12214 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
12215 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
12216 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
12217 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
12218 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
12219 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
12220 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
12221 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
12222 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
12223 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
12224 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
12225 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
12226 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
12227 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
12228 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
12229 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
12230 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
12231 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
12232 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12233 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
12234 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
12235 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
12236 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
12237 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12238 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
12239 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
12240 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12241 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12242 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12243 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
12244 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12245 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
12246 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
12247 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
12248 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
12249 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"`'
12250 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"`'
12251 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
12252 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
12253 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
12254 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
12255 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
12256 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
12257 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
12258 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
12259 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
12260 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
12261 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
12262 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
12263 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
12264 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
12265 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
12266 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
12267 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12268 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12269 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
12270 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
12271 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12272 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12273 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
12274 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12275 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12276 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12277 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12278 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12279 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12280 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
12281 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12282 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12283 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12284 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
12285 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
12286 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
12287 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
12288 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
12289 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12290 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
12291 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
12292 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
12293 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
12294 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
12295 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12296 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12297 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12298 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12299 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
12300 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
12301 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
12302 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
12303 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
12304 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12305 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12306 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
12307 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12308 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
12309 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12310 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12311 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12312 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12313 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
12314 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
12315 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12316 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12317 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
12318 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
12319 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
12320 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
12321 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
12322 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
12323
12324 LTCC='$LTCC'
12325 LTCFLAGS='$LTCFLAGS'
12326 compiler='$compiler_DEFAULT'
12327
12328 # Quote evaled strings.
12329 for var in SED \
12330 GREP \
12331 EGREP \
12332 FGREP \
12333 LD \
12334 NM \
12335 LN_S \
12336 lt_SP2NL \
12337 lt_NL2SP \
12338 reload_flag \
12339 OBJDUMP \
12340 deplibs_check_method \
12341 file_magic_cmd \
12342 AR \
12343 AR_FLAGS \
12344 STRIP \
12345 RANLIB \
12346 CC \
12347 CFLAGS \
12348 compiler \
12349 lt_cv_sys_global_symbol_pipe \
12350 lt_cv_sys_global_symbol_to_cdecl \
12351 lt_cv_sys_global_symbol_to_c_name_address \
12352 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12353 SHELL \
12354 ECHO \
12355 lt_prog_compiler_no_builtin_flag \
12356 lt_prog_compiler_wl \
12357 lt_prog_compiler_pic \
12358 lt_prog_compiler_static \
12359 lt_cv_prog_compiler_c_o \
12360 need_locks \
12361 DSYMUTIL \
12362 NMEDIT \
12363 LIPO \
12364 OTOOL \
12365 OTOOL64 \
12366 shrext_cmds \
12367 export_dynamic_flag_spec \
12368 whole_archive_flag_spec \
12369 compiler_needs_object \
12370 with_gnu_ld \
12371 allow_undefined_flag \
12372 no_undefined_flag \
12373 hardcode_libdir_flag_spec \
12374 hardcode_libdir_flag_spec_ld \
12375 hardcode_libdir_separator \
12376 fix_srcfile_path \
12377 exclude_expsyms \
12378 include_expsyms \
12379 file_list_spec \
12380 variables_saved_for_relink \
12381 libname_spec \
12382 library_names_spec \
12383 soname_spec \
12384 finish_eval \
12385 old_striplib \
12386 striplib; do
12387     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12388     *[\\\\\\\`\\"\\\$]*)
12389       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12390       ;;
12391     *)
12392       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12393       ;;
12394     esac
12395 done
12396
12397 # Double-quote double-evaled strings.
12398 for var in reload_cmds \
12399 old_postinstall_cmds \
12400 old_postuninstall_cmds \
12401 old_archive_cmds \
12402 extract_expsyms_cmds \
12403 old_archive_from_new_cmds \
12404 old_archive_from_expsyms_cmds \
12405 archive_cmds \
12406 archive_expsym_cmds \
12407 module_cmds \
12408 module_expsym_cmds \
12409 export_symbols_cmds \
12410 prelink_cmds \
12411 postinstall_cmds \
12412 postuninstall_cmds \
12413 finish_cmds \
12414 sys_lib_search_path_spec \
12415 sys_lib_dlsearch_path_spec; do
12416     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12417     *[\\\\\\\`\\"\\\$]*)
12418       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12419       ;;
12420     *)
12421       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12422       ;;
12423     esac
12424 done
12425
12426 # Fix-up fallback echo if it was mangled by the above quoting rules.
12427 case \$lt_ECHO in
12428 *'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
12429   ;;
12430 esac
12431
12432 ac_aux_dir='$ac_aux_dir'
12433 xsi_shell='$xsi_shell'
12434 lt_shell_append='$lt_shell_append'
12435
12436 # See if we are running on zsh, and set the options which allow our
12437 # commands through without removal of \ escapes INIT.
12438 if test -n "\${ZSH_VERSION+set}" ; then
12439    setopt NO_GLOB_SUBST
12440 fi
12441
12442
12443     PACKAGE='$PACKAGE'
12444     VERSION='$VERSION'
12445     TIMESTAMP='$TIMESTAMP'
12446     RM='$RM'
12447     ofile='$ofile'
12448
12449
12450
12451
12452 _ACEOF
12453
12454 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12455
12456 # Handling of arguments.
12457 for ac_config_target in $ac_config_targets
12458 do
12459   case $ac_config_target in
12460     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12461     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12462     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12463     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12464     "libradsec.spec") CONFIG_FILES="$CONFIG_FILES libradsec.spec" ;;
12465     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
12466     "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
12467     "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
12468
12469   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
12470   esac
12471 done
12472
12473
12474 # If the user did not use the arguments to specify the items to instantiate,
12475 # then the envvar interface is used.  Set only those that are not.
12476 # We use the long form for the default assignment because of an extremely
12477 # bizarre bug on SunOS 4.1.3.
12478 if $ac_need_defaults; then
12479   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12480   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12481   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12482 fi
12483
12484 # Have a temporary directory for convenience.  Make it in the build tree
12485 # simply because there is no reason against having it here, and in addition,
12486 # creating and moving files from /tmp can sometimes cause problems.
12487 # Hook for its removal unless debugging.
12488 # Note that there is a small window in which the directory will not be cleaned:
12489 # after its creation but before its name has been assigned to `$tmp'.
12490 $debug ||
12491 {
12492   tmp=
12493   trap 'exit_status=$?
12494   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12495 ' 0
12496   trap 'as_fn_exit 1' 1 2 13 15
12497 }
12498 # Create a (secure) tmp directory for tmp files.
12499
12500 {
12501   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12502   test -n "$tmp" && test -d "$tmp"
12503 }  ||
12504 {
12505   tmp=./conf$$-$RANDOM
12506   (umask 077 && mkdir "$tmp")
12507 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12508
12509 # Set up the scripts for CONFIG_FILES section.
12510 # No need to generate them if there are no CONFIG_FILES.
12511 # This happens for instance with `./config.status config.h'.
12512 if test -n "$CONFIG_FILES"; then
12513
12514
12515 ac_cr=`echo X | tr X '\015'`
12516 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12517 # But we know of no other shell where ac_cr would be empty at this
12518 # point, so we can use a bashism as a fallback.
12519 if test "x$ac_cr" = x; then
12520   eval ac_cr=\$\'\\r\'
12521 fi
12522 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12523 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12524   ac_cs_awk_cr='\\r'
12525 else
12526   ac_cs_awk_cr=$ac_cr
12527 fi
12528
12529 echo 'BEGIN {' >"$tmp/subs1.awk" &&
12530 _ACEOF
12531
12532
12533 {
12534   echo "cat >conf$$subs.awk <<_ACEOF" &&
12535   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12536   echo "_ACEOF"
12537 } >conf$$subs.sh ||
12538   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12539 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
12540 ac_delim='%!_!# '
12541 for ac_last_try in false false false false false :; do
12542   . ./conf$$subs.sh ||
12543     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12544
12545   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12546   if test $ac_delim_n = $ac_delim_num; then
12547     break
12548   elif $ac_last_try; then
12549     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12550   else
12551     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12552   fi
12553 done
12554 rm -f conf$$subs.sh
12555
12556 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12557 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12558 _ACEOF
12559 sed -n '
12560 h
12561 s/^/S["/; s/!.*/"]=/
12562 p
12563 g
12564 s/^[^!]*!//
12565 :repl
12566 t repl
12567 s/'"$ac_delim"'$//
12568 t delim
12569 :nl
12570 h
12571 s/\(.\{148\}\)..*/\1/
12572 t more1
12573 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12574 p
12575 n
12576 b repl
12577 :more1
12578 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12579 p
12580 g
12581 s/.\{148\}//
12582 t nl
12583 :delim
12584 h
12585 s/\(.\{148\}\)..*/\1/
12586 t more2
12587 s/["\\]/\\&/g; s/^/"/; s/$/"/
12588 p
12589 b
12590 :more2
12591 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12592 p
12593 g
12594 s/.\{148\}//
12595 t delim
12596 ' <conf$$subs.awk | sed '
12597 /^[^""]/{
12598   N
12599   s/\n//
12600 }
12601 ' >>$CONFIG_STATUS || ac_write_fail=1
12602 rm -f conf$$subs.awk
12603 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12604 _ACAWK
12605 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12606   for (key in S) S_is_set[key] = 1
12607   FS = "\a"
12608
12609 }
12610 {
12611   line = $ 0
12612   nfields = split(line, field, "@")
12613   substed = 0
12614   len = length(field[1])
12615   for (i = 2; i < nfields; i++) {
12616     key = field[i]
12617     keylen = length(key)
12618     if (S_is_set[key]) {
12619       value = S[key]
12620       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12621       len += length(value) + length(field[++i])
12622       substed = 1
12623     } else
12624       len += 1 + keylen
12625   }
12626
12627   print line
12628 }
12629
12630 _ACAWK
12631 _ACEOF
12632 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12633 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12634   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12635 else
12636   cat
12637 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12638   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
12639 _ACEOF
12640
12641 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12642 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
12643 # trailing colons and then remove the whole line if VPATH becomes empty
12644 # (actually we leave an empty line to preserve line numbers).
12645 if test "x$srcdir" = x.; then
12646   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
12647 h
12648 s///
12649 s/^/:/
12650 s/[      ]*$/:/
12651 s/:\$(srcdir):/:/g
12652 s/:\${srcdir}:/:/g
12653 s/:@srcdir@:/:/g
12654 s/^:*//
12655 s/:*$//
12656 x
12657 s/\(=[   ]*\).*/\1/
12658 G
12659 s/\n//
12660 s/^[^=]*=[       ]*$//
12661 }'
12662 fi
12663
12664 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12665 fi # test -n "$CONFIG_FILES"
12666
12667 # Set up the scripts for CONFIG_HEADERS section.
12668 # No need to generate them if there are no CONFIG_HEADERS.
12669 # This happens for instance with `./config.status Makefile'.
12670 if test -n "$CONFIG_HEADERS"; then
12671 cat >"$tmp/defines.awk" <<\_ACAWK ||
12672 BEGIN {
12673 _ACEOF
12674
12675 # Transform confdefs.h into an awk script `defines.awk', embedded as
12676 # here-document in config.status, that substitutes the proper values into
12677 # config.h.in to produce config.h.
12678
12679 # Create a delimiter string that does not exist in confdefs.h, to ease
12680 # handling of long lines.
12681 ac_delim='%!_!# '
12682 for ac_last_try in false false :; do
12683   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12684   if test -z "$ac_t"; then
12685     break
12686   elif $ac_last_try; then
12687     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
12688   else
12689     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12690   fi
12691 done
12692
12693 # For the awk script, D is an array of macro values keyed by name,
12694 # likewise P contains macro parameters if any.  Preserve backslash
12695 # newline sequences.
12696
12697 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12698 sed -n '
12699 s/.\{148\}/&'"$ac_delim"'/g
12700 t rset
12701 :rset
12702 s/^[     ]*#[    ]*define[       ][      ]*/ /
12703 t def
12704 d
12705 :def
12706 s/\\$//
12707 t bsnl
12708 s/["\\]/\\&/g
12709 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
12710 D["\1"]=" \3"/p
12711 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
12712 d
12713 :bsnl
12714 s/["\\]/\\&/g
12715 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
12716 D["\1"]=" \3\\\\\\n"\\/p
12717 t cont
12718 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12719 t cont
12720 d
12721 :cont
12722 n
12723 s/.\{148\}/&'"$ac_delim"'/g
12724 t clear
12725 :clear
12726 s/\\$//
12727 t bsnlc
12728 s/["\\]/\\&/g; s/^/"/; s/$/"/p
12729 d
12730 :bsnlc
12731 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12732 b cont
12733 ' <confdefs.h | sed '
12734 s/'"$ac_delim"'/"\\\
12735 "/g' >>$CONFIG_STATUS || ac_write_fail=1
12736
12737 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12738   for (key in D) D_is_set[key] = 1
12739   FS = "\a"
12740 }
12741 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12742   line = \$ 0
12743   split(line, arg, " ")
12744   if (arg[1] == "#") {
12745     defundef = arg[2]
12746     mac1 = arg[3]
12747   } else {
12748     defundef = substr(arg[1], 2)
12749     mac1 = arg[2]
12750   }
12751   split(mac1, mac2, "(") #)
12752   macro = mac2[1]
12753   prefix = substr(line, 1, index(line, defundef) - 1)
12754   if (D_is_set[macro]) {
12755     # Preserve the white space surrounding the "#".
12756     print prefix "define", macro P[macro] D[macro]
12757     next
12758   } else {
12759     # Replace #undef with comments.  This is necessary, for example,
12760     # in the case of _POSIX_SOURCE, which is predefined and required
12761     # on some systems where configure will not decide to define it.
12762     if (defundef == "undef") {
12763       print "/*", prefix defundef, macro, "*/"
12764       next
12765     }
12766   }
12767 }
12768 { print }
12769 _ACAWK
12770 _ACEOF
12771 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12772   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
12773 fi # test -n "$CONFIG_HEADERS"
12774
12775
12776 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
12777 shift
12778 for ac_tag
12779 do
12780   case $ac_tag in
12781   :[FHLC]) ac_mode=$ac_tag; continue;;
12782   esac
12783   case $ac_mode$ac_tag in
12784   :[FHL]*:*);;
12785   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
12786   :[FH]-) ac_tag=-:-;;
12787   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12788   esac
12789   ac_save_IFS=$IFS
12790   IFS=:
12791   set x $ac_tag
12792   IFS=$ac_save_IFS
12793   shift
12794   ac_file=$1
12795   shift
12796
12797   case $ac_mode in
12798   :L) ac_source=$1;;
12799   :[FH])
12800     ac_file_inputs=
12801     for ac_f
12802     do
12803       case $ac_f in
12804       -) ac_f="$tmp/stdin";;
12805       *) # Look for the file first in the build tree, then in the source tree
12806          # (if the path is not absolute).  The absolute path cannot be DOS-style,
12807          # because $ac_f cannot contain `:'.
12808          test -f "$ac_f" ||
12809            case $ac_f in
12810            [\\/$]*) false;;
12811            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12812            esac ||
12813            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
12814       esac
12815       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12816       as_fn_append ac_file_inputs " '$ac_f'"
12817     done
12818
12819     # Let's still pretend it is `configure' which instantiates (i.e., don't
12820     # use $as_me), people would be surprised to read:
12821     #    /* config.h.  Generated by config.status.  */
12822     configure_input='Generated from '`
12823           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12824         `' by configure.'
12825     if test x"$ac_file" != x-; then
12826       configure_input="$ac_file.  $configure_input"
12827       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12828 $as_echo "$as_me: creating $ac_file" >&6;}
12829     fi
12830     # Neutralize special characters interpreted by sed in replacement strings.
12831     case $configure_input in #(
12832     *\&* | *\|* | *\\* )
12833        ac_sed_conf_input=`$as_echo "$configure_input" |
12834        sed 's/[\\\\&|]/\\\\&/g'`;; #(
12835     *) ac_sed_conf_input=$configure_input;;
12836     esac
12837
12838     case $ac_tag in
12839     *:-:* | *:-) cat >"$tmp/stdin" \
12840       || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
12841     esac
12842     ;;
12843   esac
12844
12845   ac_dir=`$as_dirname -- "$ac_file" ||
12846 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12847          X"$ac_file" : 'X\(//\)[^/]' \| \
12848          X"$ac_file" : 'X\(//\)$' \| \
12849          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12850 $as_echo X"$ac_file" |
12851     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12852             s//\1/
12853             q
12854           }
12855           /^X\(\/\/\)[^/].*/{
12856             s//\1/
12857             q
12858           }
12859           /^X\(\/\/\)$/{
12860             s//\1/
12861             q
12862           }
12863           /^X\(\/\).*/{
12864             s//\1/
12865             q
12866           }
12867           s/.*/./; q'`
12868   as_dir="$ac_dir"; as_fn_mkdir_p
12869   ac_builddir=.
12870
12871 case "$ac_dir" in
12872 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12873 *)
12874   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12875   # A ".." for each directory in $ac_dir_suffix.
12876   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12877   case $ac_top_builddir_sub in
12878   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12879   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12880   esac ;;
12881 esac
12882 ac_abs_top_builddir=$ac_pwd
12883 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12884 # for backward compatibility:
12885 ac_top_builddir=$ac_top_build_prefix
12886
12887 case $srcdir in
12888   .)  # We are building in place.
12889     ac_srcdir=.
12890     ac_top_srcdir=$ac_top_builddir_sub
12891     ac_abs_top_srcdir=$ac_pwd ;;
12892   [\\/]* | ?:[\\/]* )  # Absolute name.
12893     ac_srcdir=$srcdir$ac_dir_suffix;
12894     ac_top_srcdir=$srcdir
12895     ac_abs_top_srcdir=$srcdir ;;
12896   *) # Relative name.
12897     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12898     ac_top_srcdir=$ac_top_build_prefix$srcdir
12899     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12900 esac
12901 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12902
12903
12904   case $ac_mode in
12905   :F)
12906   #
12907   # CONFIG_FILE
12908   #
12909
12910   case $INSTALL in
12911   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12912   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12913   esac
12914   ac_MKDIR_P=$MKDIR_P
12915   case $MKDIR_P in
12916   [\\/$]* | ?:[\\/]* ) ;;
12917   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
12918   esac
12919 _ACEOF
12920
12921 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12922 # If the template does not know about datarootdir, expand it.
12923 # FIXME: This hack should be removed a few years after 2.60.
12924 ac_datarootdir_hack=; ac_datarootdir_seen=
12925 ac_sed_dataroot='
12926 /datarootdir/ {
12927   p
12928   q
12929 }
12930 /@datadir@/p
12931 /@docdir@/p
12932 /@infodir@/p
12933 /@localedir@/p
12934 /@mandir@/p'
12935 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12936 *datarootdir*) ac_datarootdir_seen=yes;;
12937 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12938   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12939 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12940 _ACEOF
12941 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12942   ac_datarootdir_hack='
12943   s&@datadir@&$datadir&g
12944   s&@docdir@&$docdir&g
12945   s&@infodir@&$infodir&g
12946   s&@localedir@&$localedir&g
12947   s&@mandir@&$mandir&g
12948   s&\\\${datarootdir}&$datarootdir&g' ;;
12949 esac
12950 _ACEOF
12951
12952 # Neutralize VPATH when `$srcdir' = `.'.
12953 # Shell code in configure.ac might set extrasub.
12954 # FIXME: do we really want to maintain this feature?
12955 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12956 ac_sed_extra="$ac_vpsub
12957 $extrasub
12958 _ACEOF
12959 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12960 :t
12961 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12962 s|@configure_input@|$ac_sed_conf_input|;t t
12963 s&@top_builddir@&$ac_top_builddir_sub&;t t
12964 s&@top_build_prefix@&$ac_top_build_prefix&;t t
12965 s&@srcdir@&$ac_srcdir&;t t
12966 s&@abs_srcdir@&$ac_abs_srcdir&;t t
12967 s&@top_srcdir@&$ac_top_srcdir&;t t
12968 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12969 s&@builddir@&$ac_builddir&;t t
12970 s&@abs_builddir@&$ac_abs_builddir&;t t
12971 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12972 s&@INSTALL@&$ac_INSTALL&;t t
12973 s&@MKDIR_P@&$ac_MKDIR_P&;t t
12974 $ac_datarootdir_hack
12975 "
12976 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12977   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12978
12979 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12980   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12981   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12982   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12983 which seems to be undefined.  Please make sure it is defined" >&5
12984 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12985 which seems to be undefined.  Please make sure it is defined" >&2;}
12986
12987   rm -f "$tmp/stdin"
12988   case $ac_file in
12989   -) cat "$tmp/out" && rm -f "$tmp/out";;
12990   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12991   esac \
12992   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12993  ;;
12994   :H)
12995   #
12996   # CONFIG_HEADER
12997   #
12998   if test x"$ac_file" != x-; then
12999     {
13000       $as_echo "/* $configure_input  */" \
13001       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
13002     } >"$tmp/config.h" \
13003       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13004     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
13005       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13006 $as_echo "$as_me: $ac_file is unchanged" >&6;}
13007     else
13008       rm -f "$ac_file"
13009       mv "$tmp/config.h" "$ac_file" \
13010         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13011     fi
13012   else
13013     $as_echo "/* $configure_input  */" \
13014       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
13015       || as_fn_error $? "could not create -" "$LINENO" 5
13016   fi
13017 # Compute "$ac_file"'s index in $config_headers.
13018 _am_arg="$ac_file"
13019 _am_stamp_count=1
13020 for _am_header in $config_headers :; do
13021   case $_am_header in
13022     $_am_arg | $_am_arg:* )
13023       break ;;
13024     * )
13025       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13026   esac
13027 done
13028 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13029 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13030          X"$_am_arg" : 'X\(//\)[^/]' \| \
13031          X"$_am_arg" : 'X\(//\)$' \| \
13032          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13033 $as_echo X"$_am_arg" |
13034     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13035             s//\1/
13036             q
13037           }
13038           /^X\(\/\/\)[^/].*/{
13039             s//\1/
13040             q
13041           }
13042           /^X\(\/\/\)$/{
13043             s//\1/
13044             q
13045           }
13046           /^X\(\/\).*/{
13047             s//\1/
13048             q
13049           }
13050           s/.*/./; q'`/stamp-h$_am_stamp_count
13051  ;;
13052
13053   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13054 $as_echo "$as_me: executing $ac_file commands" >&6;}
13055  ;;
13056   esac
13057
13058
13059   case $ac_file$ac_mode in
13060     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
13061   # Autoconf 2.62 quotes --file arguments for eval, but not when files
13062   # are listed without --file.  Let's play safe and only enable the eval
13063   # if we detect the quoting.
13064   case $CONFIG_FILES in
13065   *\'*) eval set x "$CONFIG_FILES" ;;
13066   *)   set x $CONFIG_FILES ;;
13067   esac
13068   shift
13069   for mf
13070   do
13071     # Strip MF so we end up with the name of the file.
13072     mf=`echo "$mf" | sed -e 's/:.*$//'`
13073     # Check whether this is an Automake generated Makefile or not.
13074     # We used to match only the files named `Makefile.in', but
13075     # some people rename them; so instead we look at the file content.
13076     # Grep'ing the first line is not enough: some people post-process
13077     # each Makefile.in and add a new line on top of each file to say so.
13078     # Grep'ing the whole file is not good either: AIX grep has a line
13079     # limit of 2048, but all sed's we know have understand at least 4000.
13080     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
13081       dirpart=`$as_dirname -- "$mf" ||
13082 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13083          X"$mf" : 'X\(//\)[^/]' \| \
13084          X"$mf" : 'X\(//\)$' \| \
13085          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
13086 $as_echo X"$mf" |
13087     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13088             s//\1/
13089             q
13090           }
13091           /^X\(\/\/\)[^/].*/{
13092             s//\1/
13093             q
13094           }
13095           /^X\(\/\/\)$/{
13096             s//\1/
13097             q
13098           }
13099           /^X\(\/\).*/{
13100             s//\1/
13101             q
13102           }
13103           s/.*/./; q'`
13104     else
13105       continue
13106     fi
13107     # Extract the definition of DEPDIR, am__include, and am__quote
13108     # from the Makefile without running `make'.
13109     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13110     test -z "$DEPDIR" && continue
13111     am__include=`sed -n 's/^am__include = //p' < "$mf"`
13112     test -z "am__include" && continue
13113     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13114     # When using ansi2knr, U may be empty or an underscore; expand it
13115     U=`sed -n 's/^U = //p' < "$mf"`
13116     # Find all dependency output files, they are included files with
13117     # $(DEPDIR) in their names.  We invoke sed twice because it is the
13118     # simplest approach to changing $(DEPDIR) to its actual value in the
13119     # expansion.
13120     for file in `sed -n "
13121       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13122          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
13123       # Make sure the directory exists.
13124       test -f "$dirpart/$file" && continue
13125       fdir=`$as_dirname -- "$file" ||
13126 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13127          X"$file" : 'X\(//\)[^/]' \| \
13128          X"$file" : 'X\(//\)$' \| \
13129          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
13130 $as_echo X"$file" |
13131     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13132             s//\1/
13133             q
13134           }
13135           /^X\(\/\/\)[^/].*/{
13136             s//\1/
13137             q
13138           }
13139           /^X\(\/\/\)$/{
13140             s//\1/
13141             q
13142           }
13143           /^X\(\/\).*/{
13144             s//\1/
13145             q
13146           }
13147           s/.*/./; q'`
13148       as_dir=$dirpart/$fdir; as_fn_mkdir_p
13149       # echo "creating $dirpart/$file"
13150       echo '# dummy' > "$dirpart/$file"
13151     done
13152   done
13153 }
13154  ;;
13155     "libtool":C)
13156
13157     # See if we are running on zsh, and set the options which allow our
13158     # commands through without removal of \ escapes.
13159     if test -n "${ZSH_VERSION+set}" ; then
13160       setopt NO_GLOB_SUBST
13161     fi
13162
13163     cfgfile="${ofile}T"
13164     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13165     $RM "$cfgfile"
13166
13167     cat <<_LT_EOF >> "$cfgfile"
13168 #! $SHELL
13169
13170 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13171 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13172 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13173 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13174 #
13175 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13176 #                 2006, 2007, 2008 Free Software Foundation, Inc.
13177 #   Written by Gordon Matzigkeit, 1996
13178 #
13179 #   This file is part of GNU Libtool.
13180 #
13181 # GNU Libtool is free software; you can redistribute it and/or
13182 # modify it under the terms of the GNU General Public License as
13183 # published by the Free Software Foundation; either version 2 of
13184 # the License, or (at your option) any later version.
13185 #
13186 # As a special exception to the GNU General Public License,
13187 # if you distribute this file as part of a program or library that
13188 # is built using GNU Libtool, you may include this file under the
13189 # same distribution terms that you use for the rest of that program.
13190 #
13191 # GNU Libtool is distributed in the hope that it will be useful,
13192 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13193 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13194 # GNU General Public License for more details.
13195 #
13196 # You should have received a copy of the GNU General Public License
13197 # along with GNU Libtool; see the file COPYING.  If not, a copy
13198 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13199 # obtained by writing to the Free Software Foundation, Inc.,
13200 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13201
13202
13203 # The names of the tagged configurations supported by this script.
13204 available_tags=""
13205
13206 # ### BEGIN LIBTOOL CONFIG
13207
13208 # Which release of libtool.m4 was used?
13209 macro_version=$macro_version
13210 macro_revision=$macro_revision
13211
13212 # Whether or not to build shared libraries.
13213 build_libtool_libs=$enable_shared
13214
13215 # Whether or not to build static libraries.
13216 build_old_libs=$enable_static
13217
13218 # What type of objects to build.
13219 pic_mode=$pic_mode
13220
13221 # Whether or not to optimize for fast installation.
13222 fast_install=$enable_fast_install
13223
13224 # The host system.
13225 host_alias=$host_alias
13226 host=$host
13227 host_os=$host_os
13228
13229 # The build system.
13230 build_alias=$build_alias
13231 build=$build
13232 build_os=$build_os
13233
13234 # A sed program that does not truncate output.
13235 SED=$lt_SED
13236
13237 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13238 Xsed="\$SED -e 1s/^X//"
13239
13240 # A grep program that handles long lines.
13241 GREP=$lt_GREP
13242
13243 # An ERE matcher.
13244 EGREP=$lt_EGREP
13245
13246 # A literal string matcher.
13247 FGREP=$lt_FGREP
13248
13249 # A BSD- or MS-compatible name lister.
13250 NM=$lt_NM
13251
13252 # Whether we need soft or hard links.
13253 LN_S=$lt_LN_S
13254
13255 # What is the maximum length of a command?
13256 max_cmd_len=$max_cmd_len
13257
13258 # Object file suffix (normally "o").
13259 objext=$ac_objext
13260
13261 # Executable file suffix (normally "").
13262 exeext=$exeext
13263
13264 # whether the shell understands "unset".
13265 lt_unset=$lt_unset
13266
13267 # turn spaces into newlines.
13268 SP2NL=$lt_lt_SP2NL
13269
13270 # turn newlines into spaces.
13271 NL2SP=$lt_lt_NL2SP
13272
13273 # How to create reloadable object files.
13274 reload_flag=$lt_reload_flag
13275 reload_cmds=$lt_reload_cmds
13276
13277 # An object symbol dumper.
13278 OBJDUMP=$lt_OBJDUMP
13279
13280 # Method to check whether dependent libraries are shared objects.
13281 deplibs_check_method=$lt_deplibs_check_method
13282
13283 # Command to use when deplibs_check_method == "file_magic".
13284 file_magic_cmd=$lt_file_magic_cmd
13285
13286 # The archiver.
13287 AR=$lt_AR
13288 AR_FLAGS=$lt_AR_FLAGS
13289
13290 # A symbol stripping program.
13291 STRIP=$lt_STRIP
13292
13293 # Commands used to install an old-style archive.
13294 RANLIB=$lt_RANLIB
13295 old_postinstall_cmds=$lt_old_postinstall_cmds
13296 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13297
13298 # A C compiler.
13299 LTCC=$lt_CC
13300
13301 # LTCC compiler flags.
13302 LTCFLAGS=$lt_CFLAGS
13303
13304 # Take the output of nm and produce a listing of raw symbols and C names.
13305 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13306
13307 # Transform the output of nm in a proper C declaration.
13308 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13309
13310 # Transform the output of nm in a C name address pair.
13311 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13312
13313 # Transform the output of nm in a C name address pair when lib prefix is needed.
13314 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13315
13316 # The name of the directory that contains temporary libtool files.
13317 objdir=$objdir
13318
13319 # Shell to use when invoking shell scripts.
13320 SHELL=$lt_SHELL
13321
13322 # An echo program that does not interpret backslashes.
13323 ECHO=$lt_ECHO
13324
13325 # Used to examine libraries when file_magic_cmd begins with "file".
13326 MAGIC_CMD=$MAGIC_CMD
13327
13328 # Must we lock files when doing compilation?
13329 need_locks=$lt_need_locks
13330
13331 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13332 DSYMUTIL=$lt_DSYMUTIL
13333
13334 # Tool to change global to local symbols on Mac OS X.
13335 NMEDIT=$lt_NMEDIT
13336
13337 # Tool to manipulate fat objects and archives on Mac OS X.
13338 LIPO=$lt_LIPO
13339
13340 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13341 OTOOL=$lt_OTOOL
13342
13343 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13344 OTOOL64=$lt_OTOOL64
13345
13346 # Old archive suffix (normally "a").
13347 libext=$libext
13348
13349 # Shared library suffix (normally ".so").
13350 shrext_cmds=$lt_shrext_cmds
13351
13352 # The commands to extract the exported symbol list from a shared archive.
13353 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13354
13355 # Variables whose values should be saved in libtool wrapper scripts and
13356 # restored at link time.
13357 variables_saved_for_relink=$lt_variables_saved_for_relink
13358
13359 # Do we need the "lib" prefix for modules?
13360 need_lib_prefix=$need_lib_prefix
13361
13362 # Do we need a version for libraries?
13363 need_version=$need_version
13364
13365 # Library versioning type.
13366 version_type=$version_type
13367
13368 # Shared library runtime path variable.
13369 runpath_var=$runpath_var
13370
13371 # Shared library path variable.
13372 shlibpath_var=$shlibpath_var
13373
13374 # Is shlibpath searched before the hard-coded library search path?
13375 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13376
13377 # Format of library name prefix.
13378 libname_spec=$lt_libname_spec
13379
13380 # List of archive names.  First name is the real one, the rest are links.
13381 # The last name is the one that the linker finds with -lNAME
13382 library_names_spec=$lt_library_names_spec
13383
13384 # The coded name of the library, if different from the real name.
13385 soname_spec=$lt_soname_spec
13386
13387 # Command to use after installation of a shared archive.
13388 postinstall_cmds=$lt_postinstall_cmds
13389
13390 # Command to use after uninstallation of a shared archive.
13391 postuninstall_cmds=$lt_postuninstall_cmds
13392
13393 # Commands used to finish a libtool library installation in a directory.
13394 finish_cmds=$lt_finish_cmds
13395
13396 # As "finish_cmds", except a single script fragment to be evaled but
13397 # not shown.
13398 finish_eval=$lt_finish_eval
13399
13400 # Whether we should hardcode library paths into libraries.
13401 hardcode_into_libs=$hardcode_into_libs
13402
13403 # Compile-time system search path for libraries.
13404 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13405
13406 # Run-time system search path for libraries.
13407 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13408
13409 # Whether dlopen is supported.
13410 dlopen_support=$enable_dlopen
13411
13412 # Whether dlopen of programs is supported.
13413 dlopen_self=$enable_dlopen_self
13414
13415 # Whether dlopen of statically linked programs is supported.
13416 dlopen_self_static=$enable_dlopen_self_static
13417
13418 # Commands to strip libraries.
13419 old_striplib=$lt_old_striplib
13420 striplib=$lt_striplib
13421
13422
13423 # The linker used to build libraries.
13424 LD=$lt_LD
13425
13426 # Commands used to build an old-style archive.
13427 old_archive_cmds=$lt_old_archive_cmds
13428
13429 # A language specific compiler.
13430 CC=$lt_compiler
13431
13432 # Is the compiler the GNU compiler?
13433 with_gcc=$GCC
13434
13435 # Compiler flag to turn off builtin functions.
13436 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13437
13438 # How to pass a linker flag through the compiler.
13439 wl=$lt_lt_prog_compiler_wl
13440
13441 # Additional compiler flags for building library objects.
13442 pic_flag=$lt_lt_prog_compiler_pic
13443
13444 # Compiler flag to prevent dynamic linking.
13445 link_static_flag=$lt_lt_prog_compiler_static
13446
13447 # Does compiler simultaneously support -c and -o options?
13448 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13449
13450 # Whether or not to add -lc for building shared libraries.
13451 build_libtool_need_lc=$archive_cmds_need_lc
13452
13453 # Whether or not to disallow shared libs when runtime libs are static.
13454 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13455
13456 # Compiler flag to allow reflexive dlopens.
13457 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13458
13459 # Compiler flag to generate shared objects directly from archives.
13460 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13461
13462 # Whether the compiler copes with passing no objects directly.
13463 compiler_needs_object=$lt_compiler_needs_object
13464
13465 # Create an old-style archive from a shared archive.
13466 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13467
13468 # Create a temporary old-style archive to link instead of a shared archive.
13469 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13470
13471 # Commands used to build a shared archive.
13472 archive_cmds=$lt_archive_cmds
13473 archive_expsym_cmds=$lt_archive_expsym_cmds
13474
13475 # Commands used to build a loadable module if different from building
13476 # a shared archive.
13477 module_cmds=$lt_module_cmds
13478 module_expsym_cmds=$lt_module_expsym_cmds
13479
13480 # Whether we are building with GNU ld or not.
13481 with_gnu_ld=$lt_with_gnu_ld
13482
13483 # Flag that allows shared libraries with undefined symbols to be built.
13484 allow_undefined_flag=$lt_allow_undefined_flag
13485
13486 # Flag that enforces no undefined symbols.
13487 no_undefined_flag=$lt_no_undefined_flag
13488
13489 # Flag to hardcode \$libdir into a binary during linking.
13490 # This must work even if \$libdir does not exist
13491 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13492
13493 # If ld is used when linking, flag to hardcode \$libdir into a binary
13494 # during linking.  This must work even if \$libdir does not exist.
13495 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13496
13497 # Whether we need a single "-rpath" flag with a separated argument.
13498 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13499
13500 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13501 # DIR into the resulting binary.
13502 hardcode_direct=$hardcode_direct
13503
13504 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13505 # DIR into the resulting binary and the resulting library dependency is
13506 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13507 # library is relocated.
13508 hardcode_direct_absolute=$hardcode_direct_absolute
13509
13510 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13511 # into the resulting binary.
13512 hardcode_minus_L=$hardcode_minus_L
13513
13514 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13515 # into the resulting binary.
13516 hardcode_shlibpath_var=$hardcode_shlibpath_var
13517
13518 # Set to "yes" if building a shared library automatically hardcodes DIR
13519 # into the library and all subsequent libraries and executables linked
13520 # against it.
13521 hardcode_automatic=$hardcode_automatic
13522
13523 # Set to yes if linker adds runtime paths of dependent libraries
13524 # to runtime path list.
13525 inherit_rpath=$inherit_rpath
13526
13527 # Whether libtool must link a program against all its dependency libraries.
13528 link_all_deplibs=$link_all_deplibs
13529
13530 # Fix the shell variable \$srcfile for the compiler.
13531 fix_srcfile_path=$lt_fix_srcfile_path
13532
13533 # Set to "yes" if exported symbols are required.
13534 always_export_symbols=$always_export_symbols
13535
13536 # The commands to list exported symbols.
13537 export_symbols_cmds=$lt_export_symbols_cmds
13538
13539 # Symbols that should not be listed in the preloaded symbols.
13540 exclude_expsyms=$lt_exclude_expsyms
13541
13542 # Symbols that must always be exported.
13543 include_expsyms=$lt_include_expsyms
13544
13545 # Commands necessary for linking programs (against libraries) with templates.
13546 prelink_cmds=$lt_prelink_cmds
13547
13548 # Specify filename containing input files.
13549 file_list_spec=$lt_file_list_spec
13550
13551 # How to hardcode a shared library path into an executable.
13552 hardcode_action=$hardcode_action
13553
13554 # ### END LIBTOOL CONFIG
13555
13556 _LT_EOF
13557
13558   case $host_os in
13559   aix3*)
13560     cat <<\_LT_EOF >> "$cfgfile"
13561 # AIX sometimes has problems with the GCC collect2 program.  For some
13562 # reason, if we set the COLLECT_NAMES environment variable, the problems
13563 # vanish in a puff of smoke.
13564 if test "X${COLLECT_NAMES+set}" != Xset; then
13565   COLLECT_NAMES=
13566   export COLLECT_NAMES
13567 fi
13568 _LT_EOF
13569     ;;
13570   esac
13571
13572
13573 ltmain="$ac_aux_dir/ltmain.sh"
13574
13575
13576   # We use sed instead of cat because bash on DJGPP gets confused if
13577   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
13578   # text mode, it properly converts lines to CR/LF.  This bash problem
13579   # is reportedly fixed, but why not run on old versions too?
13580   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13581     || (rm -f "$cfgfile"; exit 1)
13582
13583   case $xsi_shell in
13584   yes)
13585     cat << \_LT_EOF >> "$cfgfile"
13586
13587 # func_dirname file append nondir_replacement
13588 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
13589 # otherwise set result to NONDIR_REPLACEMENT.
13590 func_dirname ()
13591 {
13592   case ${1} in
13593     */*) func_dirname_result="${1%/*}${2}" ;;
13594     *  ) func_dirname_result="${3}" ;;
13595   esac
13596 }
13597
13598 # func_basename file
13599 func_basename ()
13600 {
13601   func_basename_result="${1##*/}"
13602 }
13603
13604 # func_dirname_and_basename file append nondir_replacement
13605 # perform func_basename and func_dirname in a single function
13606 # call:
13607 #   dirname:  Compute the dirname of FILE.  If nonempty,
13608 #             add APPEND to the result, otherwise set result
13609 #             to NONDIR_REPLACEMENT.
13610 #             value returned in "$func_dirname_result"
13611 #   basename: Compute filename of FILE.
13612 #             value retuned in "$func_basename_result"
13613 # Implementation must be kept synchronized with func_dirname
13614 # and func_basename. For efficiency, we do not delegate to
13615 # those functions but instead duplicate the functionality here.
13616 func_dirname_and_basename ()
13617 {
13618   case ${1} in
13619     */*) func_dirname_result="${1%/*}${2}" ;;
13620     *  ) func_dirname_result="${3}" ;;
13621   esac
13622   func_basename_result="${1##*/}"
13623 }
13624
13625 # func_stripname prefix suffix name
13626 # strip PREFIX and SUFFIX off of NAME.
13627 # PREFIX and SUFFIX must not contain globbing or regex special
13628 # characters, hashes, percent signs, but SUFFIX may contain a leading
13629 # dot (in which case that matches only a dot).
13630 func_stripname ()
13631 {
13632   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13633   # positional parameters, so assign one to ordinary parameter first.
13634   func_stripname_result=${3}
13635   func_stripname_result=${func_stripname_result#"${1}"}
13636   func_stripname_result=${func_stripname_result%"${2}"}
13637 }
13638
13639 # func_opt_split
13640 func_opt_split ()
13641 {
13642   func_opt_split_opt=${1%%=*}
13643   func_opt_split_arg=${1#*=}
13644 }
13645
13646 # func_lo2o object
13647 func_lo2o ()
13648 {
13649   case ${1} in
13650     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13651     *)    func_lo2o_result=${1} ;;
13652   esac
13653 }
13654
13655 # func_xform libobj-or-source
13656 func_xform ()
13657 {
13658   func_xform_result=${1%.*}.lo
13659 }
13660
13661 # func_arith arithmetic-term...
13662 func_arith ()
13663 {
13664   func_arith_result=$(( $* ))
13665 }
13666
13667 # func_len string
13668 # STRING may not start with a hyphen.
13669 func_len ()
13670 {
13671   func_len_result=${#1}
13672 }
13673
13674 _LT_EOF
13675     ;;
13676   *) # Bourne compatible functions.
13677     cat << \_LT_EOF >> "$cfgfile"
13678
13679 # func_dirname file append nondir_replacement
13680 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
13681 # otherwise set result to NONDIR_REPLACEMENT.
13682 func_dirname ()
13683 {
13684   # Extract subdirectory from the argument.
13685   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
13686   if test "X$func_dirname_result" = "X${1}"; then
13687     func_dirname_result="${3}"
13688   else
13689     func_dirname_result="$func_dirname_result${2}"
13690   fi
13691 }
13692
13693 # func_basename file
13694 func_basename ()
13695 {
13696   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
13697 }
13698
13699
13700 # func_stripname prefix suffix name
13701 # strip PREFIX and SUFFIX off of NAME.
13702 # PREFIX and SUFFIX must not contain globbing or regex special
13703 # characters, hashes, percent signs, but SUFFIX may contain a leading
13704 # dot (in which case that matches only a dot).
13705 # func_strip_suffix prefix name
13706 func_stripname ()
13707 {
13708   case ${2} in
13709     .*) func_stripname_result=`$ECHO "X${3}" \
13710            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
13711     *)  func_stripname_result=`$ECHO "X${3}" \
13712            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
13713   esac
13714 }
13715
13716 # sed scripts:
13717 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13718 my_sed_long_arg='1s/^-[^=]*=//'
13719
13720 # func_opt_split
13721 func_opt_split ()
13722 {
13723   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
13724   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
13725 }
13726
13727 # func_lo2o object
13728 func_lo2o ()
13729 {
13730   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
13731 }
13732
13733 # func_xform libobj-or-source
13734 func_xform ()
13735 {
13736   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
13737 }
13738
13739 # func_arith arithmetic-term...
13740 func_arith ()
13741 {
13742   func_arith_result=`expr "$@"`
13743 }
13744
13745 # func_len string
13746 # STRING may not start with a hyphen.
13747 func_len ()
13748 {
13749   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13750 }
13751
13752 _LT_EOF
13753 esac
13754
13755 case $lt_shell_append in
13756   yes)
13757     cat << \_LT_EOF >> "$cfgfile"
13758
13759 # func_append var value
13760 # Append VALUE to the end of shell variable VAR.
13761 func_append ()
13762 {
13763   eval "$1+=\$2"
13764 }
13765 _LT_EOF
13766     ;;
13767   *)
13768     cat << \_LT_EOF >> "$cfgfile"
13769
13770 # func_append var value
13771 # Append VALUE to the end of shell variable VAR.
13772 func_append ()
13773 {
13774   eval "$1=\$$1\$2"
13775 }
13776
13777 _LT_EOF
13778     ;;
13779   esac
13780
13781
13782   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13783     || (rm -f "$cfgfile"; exit 1)
13784
13785   mv -f "$cfgfile" "$ofile" ||
13786     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13787   chmod +x "$ofile"
13788
13789  ;;
13790
13791   esac
13792 done # for ac_tag
13793
13794
13795 as_fn_exit 0
13796 _ACEOF
13797 ac_clean_files=$ac_clean_files_save
13798
13799 test $ac_write_fail = 0 ||
13800   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
13801
13802
13803 # configure is writing to config.log, and then calls config.status.
13804 # config.status does its own redirection, appending to config.log.
13805 # Unfortunately, on DOS this fails, as config.log is still kept open
13806 # by configure, so config.status won't be able to write to it; its
13807 # output is simply discarded.  So we exec the FD to /dev/null,
13808 # effectively closing config.log, so it can be properly (re)opened and
13809 # appended to by config.status.  When coming back to configure, we
13810 # need to make the FD available again.
13811 if test "$no_create" != yes; then
13812   ac_cs_success=:
13813   ac_config_status_args=
13814   test "$silent" = yes &&
13815     ac_config_status_args="$ac_config_status_args --quiet"
13816   exec 5>/dev/null
13817   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13818   exec 5>>config.log
13819   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13820   # would make configure fail if this is the last instruction.
13821   $ac_cs_success || as_fn_exit 1
13822 fi
13823 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13824   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13825 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13826 fi
13827