]> git.sur5r.net Git - bacula/bacula/blob - bacula/configure
Tweak update copyright date + sort job statuses
[bacula/bacula] / bacula / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ##
10 ## M4sh Initialization.  ##
11 ## --------------------- ##
12
13 # Be more Bourne compatible
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16   emulate sh
17   NULLCMD=:
18   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19   # is contrary to our usage.  Disable this feature.
20   alias -g '${1+"$@"}'='"$@"'
21   setopt NO_GLOB_SUBST
22 else
23   case `(set -o) 2>/dev/null` in
24   *posix*) set -o posix ;;
25 esac
26
27 fi
28
29
30
31
32 # PATH needs CR
33 # Avoid depending upon Character Ranges.
34 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37 as_cr_digits='0123456789'
38 as_cr_alnum=$as_cr_Letters$as_cr_digits
39
40 # The user is always right.
41 if test "${PATH_SEPARATOR+set}" != set; then
42   echo "#! /bin/sh" >conf$$.sh
43   echo  "exit 0"   >>conf$$.sh
44   chmod +x conf$$.sh
45   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46     PATH_SEPARATOR=';'
47   else
48     PATH_SEPARATOR=:
49   fi
50   rm -f conf$$.sh
51 fi
52
53 # Support unset when possible.
54 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55   as_unset=unset
56 else
57   as_unset=false
58 fi
59
60
61 # IFS
62 # We need space, tab and new line, in precisely that order.  Quoting is
63 # there to prevent editors from complaining about space-tab.
64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
65 # splitting by setting IFS to empty value.)
66 as_nl='
67 '
68 IFS=" ""        $as_nl"
69
70 # Find who we are.  Look in the path if we contain no directory separator.
71 case $0 in
72   *[\\/]* ) as_myself=$0 ;;
73   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
74 for as_dir in $PATH
75 do
76   IFS=$as_save_IFS
77   test -z "$as_dir" && as_dir=.
78   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
79 done
80 IFS=$as_save_IFS
81
82      ;;
83 esac
84 # We did not find ourselves, most probably we were run as `sh COMMAND'
85 # in which case we are not to be found in the path.
86 if test "x$as_myself" = x; then
87   as_myself=$0
88 fi
89 if test ! -f "$as_myself"; then
90   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
91   { (exit 1); exit 1; }
92 fi
93
94 # Work around bugs in pre-3.0 UWIN ksh.
95 for as_var in ENV MAIL MAILPATH
96 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
97 done
98 PS1='$ '
99 PS2='> '
100 PS4='+ '
101
102 # NLS nuisances.
103 for as_var in \
104   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
105   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
106   LC_TELEPHONE LC_TIME
107 do
108   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
109     eval $as_var=C; export $as_var
110   else
111     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
112   fi
113 done
114
115 # Required to use basename.
116 if expr a : '\(a\)' >/dev/null 2>&1 &&
117    test "X`expr 00001 : '.*\(...\)'`" = X001; then
118   as_expr=expr
119 else
120   as_expr=false
121 fi
122
123 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
124   as_basename=basename
125 else
126   as_basename=false
127 fi
128
129
130 # Name of the executable.
131 as_me=`$as_basename -- "$0" ||
132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133          X"$0" : 'X\(//\)$' \| \
134          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
135 echo X/"$0" |
136     sed '/^.*\/\([^/][^/]*\)\/*$/{
137             s//\1/
138             q
139           }
140           /^X\/\(\/\/\)$/{
141             s//\1/
142             q
143           }
144           /^X\/\(\/\).*/{
145             s//\1/
146             q
147           }
148           s/.*/./; q'`
149
150 # CDPATH.
151 $as_unset CDPATH
152
153
154 if test "x$CONFIG_SHELL" = x; then
155   if (eval ":") 2>/dev/null; then
156   as_have_required=yes
157 else
158   as_have_required=no
159 fi
160
161   if test $as_have_required = yes &&     (eval ":
162 (as_func_return () {
163   (exit \$1)
164 }
165 as_func_success () {
166   as_func_return 0
167 }
168 as_func_failure () {
169   as_func_return 1
170 }
171 as_func_ret_success () {
172   return 0
173 }
174 as_func_ret_failure () {
175   return 1
176 }
177
178 exitcode=0
179 if as_func_success; then
180   :
181 else
182   exitcode=1
183   echo as_func_success failed.
184 fi
185
186 if as_func_failure; then
187   exitcode=1
188   echo as_func_failure succeeded.
189 fi
190
191 if as_func_ret_success; then
192   :
193 else
194   exitcode=1
195   echo as_func_ret_success failed.
196 fi
197
198 if as_func_ret_failure; then
199   exitcode=1
200   echo as_func_ret_failure succeeded.
201 fi
202
203 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
204   :
205 else
206   exitcode=1
207   echo positional parameters were not saved.
208 fi
209
210 test \$exitcode = 0) || { (exit 1); exit 1; }
211
212 (
213   as_lineno_1=\$LINENO
214   as_lineno_2=\$LINENO
215   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
216   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
217 ") 2> /dev/null; then
218   :
219 else
220   as_candidate_shells=
221     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
223 do
224   IFS=$as_save_IFS
225   test -z "$as_dir" && as_dir=.
226   case $as_dir in
227          /*)
228            for as_base in sh bash ksh sh5; do
229              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
230            done;;
231        esac
232 done
233 IFS=$as_save_IFS
234
235
236       for as_shell in $as_candidate_shells $SHELL; do
237          # Try only shells that exist, to save several forks.
238          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
239                 { ("$as_shell") 2> /dev/null <<\_ASEOF
240 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
241   emulate sh
242   NULLCMD=:
243   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
244   # is contrary to our usage.  Disable this feature.
245   alias -g '${1+"$@"}'='"$@"'
246   setopt NO_GLOB_SUBST
247 else
248   case `(set -o) 2>/dev/null` in
249   *posix*) set -o posix ;;
250 esac
251
252 fi
253
254
255 :
256 _ASEOF
257 }; then
258   CONFIG_SHELL=$as_shell
259                as_have_required=yes
260                if { "$as_shell" 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262   emulate sh
263   NULLCMD=:
264   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
265   # is contrary to our usage.  Disable this feature.
266   alias -g '${1+"$@"}'='"$@"'
267   setopt NO_GLOB_SUBST
268 else
269   case `(set -o) 2>/dev/null` in
270   *posix*) set -o posix ;;
271 esac
272
273 fi
274
275
276 :
277 (as_func_return () {
278   (exit $1)
279 }
280 as_func_success () {
281   as_func_return 0
282 }
283 as_func_failure () {
284   as_func_return 1
285 }
286 as_func_ret_success () {
287   return 0
288 }
289 as_func_ret_failure () {
290   return 1
291 }
292
293 exitcode=0
294 if as_func_success; then
295   :
296 else
297   exitcode=1
298   echo as_func_success failed.
299 fi
300
301 if as_func_failure; then
302   exitcode=1
303   echo as_func_failure succeeded.
304 fi
305
306 if as_func_ret_success; then
307   :
308 else
309   exitcode=1
310   echo as_func_ret_success failed.
311 fi
312
313 if as_func_ret_failure; then
314   exitcode=1
315   echo as_func_ret_failure succeeded.
316 fi
317
318 if ( set x; as_func_ret_success y && test x = "$1" ); then
319   :
320 else
321   exitcode=1
322   echo positional parameters were not saved.
323 fi
324
325 test $exitcode = 0) || { (exit 1); exit 1; }
326
327 (
328   as_lineno_1=$LINENO
329   as_lineno_2=$LINENO
330   test "x$as_lineno_1" != "x$as_lineno_2" &&
331   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
332
333 _ASEOF
334 }; then
335   break
336 fi
337
338 fi
339
340       done
341
342       if test "x$CONFIG_SHELL" != x; then
343   for as_var in BASH_ENV ENV
344         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
345         done
346         export CONFIG_SHELL
347         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
348 fi
349
350
351     if test $as_have_required = no; then
352   echo This script requires a shell more modern than all the
353       echo shells that I found on your system.  Please install a
354       echo modern shell, or manually run the script under such a
355       echo shell if you do have one.
356       { (exit 1); exit 1; }
357 fi
358
359
360 fi
361
362 fi
363
364
365
366 (eval "as_func_return () {
367   (exit \$1)
368 }
369 as_func_success () {
370   as_func_return 0
371 }
372 as_func_failure () {
373   as_func_return 1
374 }
375 as_func_ret_success () {
376   return 0
377 }
378 as_func_ret_failure () {
379   return 1
380 }
381
382 exitcode=0
383 if as_func_success; then
384   :
385 else
386   exitcode=1
387   echo as_func_success failed.
388 fi
389
390 if as_func_failure; then
391   exitcode=1
392   echo as_func_failure succeeded.
393 fi
394
395 if as_func_ret_success; then
396   :
397 else
398   exitcode=1
399   echo as_func_ret_success failed.
400 fi
401
402 if as_func_ret_failure; then
403   exitcode=1
404   echo as_func_ret_failure succeeded.
405 fi
406
407 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
408   :
409 else
410   exitcode=1
411   echo positional parameters were not saved.
412 fi
413
414 test \$exitcode = 0") || {
415   echo No shell found that supports shell functions.
416   echo Please tell autoconf@gnu.org about your system,
417   echo including any error possibly output before this
418   echo message
419 }
420
421
422
423   as_lineno_1=$LINENO
424   as_lineno_2=$LINENO
425   test "x$as_lineno_1" != "x$as_lineno_2" &&
426   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
427
428   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
429   # uniformly replaced by the line number.  The first 'sed' inserts a
430   # line-number line after each line using $LINENO; the second 'sed'
431   # does the real work.  The second script uses 'N' to pair each
432   # line-number line with the line containing $LINENO, and appends
433   # trailing '-' during substitution so that $LINENO is not a special
434   # case at line end.
435   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
436   # scripts with optimization help from Paolo Bonzini.  Blame Lee
437   # E. McMahon (1931-1989) for sed's syntax.  :-)
438   sed -n '
439     p
440     /[$]LINENO/=
441   ' <$as_myself |
442     sed '
443       s/[$]LINENO.*/&-/
444       t lineno
445       b
446       :lineno
447       N
448       :loop
449       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450       t loop
451       s/-\n.*//
452     ' >$as_me.lineno &&
453   chmod +x "$as_me.lineno" ||
454     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
455    { (exit 1); exit 1; }; }
456
457   # Don't try to exec as it changes $[0], causing all sort of problems
458   # (the dirname of $[0] is not the place where we might find the
459   # original and so on.  Autoconf is especially sensitive to this).
460   . "./$as_me.lineno"
461   # Exit status is that of the last command.
462   exit
463 }
464
465
466 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
467   as_dirname=dirname
468 else
469   as_dirname=false
470 fi
471
472 ECHO_C= ECHO_N= ECHO_T=
473 case `echo -n x` in
474 -n*)
475   case `echo 'x\c'` in
476   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
477   *)   ECHO_C='\c';;
478   esac;;
479 *)
480   ECHO_N='-n';;
481 esac
482
483 if expr a : '\(a\)' >/dev/null 2>&1 &&
484    test "X`expr 00001 : '.*\(...\)'`" = X001; then
485   as_expr=expr
486 else
487   as_expr=false
488 fi
489
490 rm -f conf$$ conf$$.exe conf$$.file
491 if test -d conf$$.dir; then
492   rm -f conf$$.dir/conf$$.file
493 else
494   rm -f conf$$.dir
495   mkdir conf$$.dir
496 fi
497 echo >conf$$.file
498 if ln -s conf$$.file conf$$ 2>/dev/null; then
499   as_ln_s='ln -s'
500   # ... but there are two gotchas:
501   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
503   # In both cases, we have to default to `cp -p'.
504   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
505     as_ln_s='cp -p'
506 elif ln conf$$.file conf$$ 2>/dev/null; then
507   as_ln_s=ln
508 else
509   as_ln_s='cp -p'
510 fi
511 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
512 rmdir conf$$.dir 2>/dev/null
513
514 if mkdir -p . 2>/dev/null; then
515   as_mkdir_p=:
516 else
517   test -d ./-p && rmdir ./-p
518   as_mkdir_p=false
519 fi
520
521 if test -x / >/dev/null 2>&1; then
522   as_test_x='test -x'
523 else
524   if ls -dL / >/dev/null 2>&1; then
525     as_ls_L_option=L
526   else
527     as_ls_L_option=
528   fi
529   as_test_x='
530     eval sh -c '\''
531       if test -d "$1"; then
532         test -d "$1/.";
533       else
534         case $1 in
535         -*)set "./$1";;
536         esac;
537         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
538         ???[sx]*):;;*)false;;esac;fi
539     '\'' sh
540   '
541 fi
542 as_executable_p=$as_test_x
543
544 # Sed expression to map a string onto a valid CPP name.
545 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
546
547 # Sed expression to map a string onto a valid variable name.
548 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
549
550
551
552
553 # Check that we are running under the correct shell.
554 SHELL=${CONFIG_SHELL-/bin/sh}
555
556 case X$lt_ECHO in
557 X*--fallback-echo)
558   # Remove one level of quotation (which was required for Make).
559   ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
560   ;;
561 esac
562
563 ECHO=${lt_ECHO-echo}
564 if test "X$1" = X--no-reexec; then
565   # Discard the --no-reexec flag, and continue.
566   shift
567 elif test "X$1" = X--fallback-echo; then
568   # Avoid inline document here, it may be left over
569   :
570 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
571   # Yippee, $ECHO works!
572   :
573 else
574   # Restart under the correct shell.
575   exec $SHELL "$0" --no-reexec ${1+"$@"}
576 fi
577
578 if test "X$1" = X--fallback-echo; then
579   # used as fallback echo
580   shift
581   cat <<_LT_EOF
582 $*
583 _LT_EOF
584   exit 0
585 fi
586
587 # The HP-UX ksh and POSIX shell print the target directory to stdout
588 # if CDPATH is set.
589 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
590
591 if test -z "$lt_ECHO"; then
592   if test "X${echo_test_string+set}" != Xset; then
593     # find a string as large as possible, as long as the shell can cope with it
594     for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
595       # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
596       if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
597          { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
598       then
599         break
600       fi
601     done
602   fi
603
604   if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
605      echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
606      test "X$echo_testing_string" = "X$echo_test_string"; then
607     :
608   else
609     # The Solaris, AIX, and Digital Unix default echo programs unquote
610     # backslashes.  This makes it impossible to quote backslashes using
611     #   echo "$something" | sed 's/\\/\\\\/g'
612     #
613     # So, first we look for a working echo in the user's PATH.
614
615     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
616     for dir in $PATH /usr/ucb; do
617       IFS="$lt_save_ifs"
618       if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
619          test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
620          echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
621          test "X$echo_testing_string" = "X$echo_test_string"; then
622         ECHO="$dir/echo"
623         break
624       fi
625     done
626     IFS="$lt_save_ifs"
627
628     if test "X$ECHO" = Xecho; then
629       # We didn't find a better echo, so look for alternatives.
630       if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
631          echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
632          test "X$echo_testing_string" = "X$echo_test_string"; then
633         # This shell has a builtin print -r that does the trick.
634         ECHO='print -r'
635       elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
636            test "X$CONFIG_SHELL" != X/bin/ksh; then
637         # If we have ksh, try running configure again with it.
638         ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
639         export ORIGINAL_CONFIG_SHELL
640         CONFIG_SHELL=/bin/ksh
641         export CONFIG_SHELL
642         exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
643       else
644         # Try using printf.
645         ECHO='printf %s\n'
646         if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
647            echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
648            test "X$echo_testing_string" = "X$echo_test_string"; then
649           # Cool, printf works
650           :
651         elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
652              test "X$echo_testing_string" = 'X\t' &&
653              echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
654              test "X$echo_testing_string" = "X$echo_test_string"; then
655           CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
656           export CONFIG_SHELL
657           SHELL="$CONFIG_SHELL"
658           export SHELL
659           ECHO="$CONFIG_SHELL $0 --fallback-echo"
660         elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
661              test "X$echo_testing_string" = 'X\t' &&
662              echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
663              test "X$echo_testing_string" = "X$echo_test_string"; then
664           ECHO="$CONFIG_SHELL $0 --fallback-echo"
665         else
666           # maybe with a smaller string...
667           prev=:
668
669           for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
670             if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
671             then
672               break
673             fi
674             prev="$cmd"
675           done
676
677           if test "$prev" != 'sed 50q "$0"'; then
678             echo_test_string=`eval $prev`
679             export echo_test_string
680             exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
681           else
682             # Oops.  We lost completely, so just stick with echo.
683             ECHO=echo
684           fi
685         fi
686       fi
687     fi
688   fi
689 fi
690
691 # Copy echo and quote the copy suitably for passing to libtool from
692 # the Makefile, instead of quoting the original, which is used later.
693 lt_ECHO=$ECHO
694 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
695    lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
696 fi
697
698
699
700
701 exec 7<&0 </dev/null 6>&1
702
703 # Name of the host.
704 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
705 # so uname gets run too.
706 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
707
708 #
709 # Initializations.
710 #
711 ac_default_prefix=/usr/local
712 ac_clean_files=
713 ac_config_libobj_dir=.
714 LIBOBJS=
715 cross_compiling=no
716 subdirs=
717 MFLAGS=
718 MAKEFLAGS=
719 SHELL=${CONFIG_SHELL-/bin/sh}
720
721 # Identity of this package.
722 PACKAGE_NAME=
723 PACKAGE_TARNAME=
724 PACKAGE_VERSION=
725 PACKAGE_STRING=
726 PACKAGE_BUGREPORT=
727
728 ac_unique_file="src/version.h"
729 # Factoring default headers for most tests.
730 ac_includes_default="\
731 #include <stdio.h>
732 #ifdef HAVE_SYS_TYPES_H
733 # include <sys/types.h>
734 #endif
735 #ifdef HAVE_SYS_STAT_H
736 # include <sys/stat.h>
737 #endif
738 #ifdef STDC_HEADERS
739 # include <stdlib.h>
740 # include <stddef.h>
741 #else
742 # ifdef HAVE_STDLIB_H
743 #  include <stdlib.h>
744 # endif
745 #endif
746 #ifdef HAVE_STRING_H
747 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
748 #  include <memory.h>
749 # endif
750 # include <string.h>
751 #endif
752 #ifdef HAVE_STRINGS_H
753 # include <strings.h>
754 #endif
755 #ifdef HAVE_INTTYPES_H
756 # include <inttypes.h>
757 #endif
758 #ifdef HAVE_STDINT_H
759 # include <stdint.h>
760 #endif
761 #ifdef HAVE_UNISTD_H
762 # include <unistd.h>
763 #endif"
764
765 ac_subst_vars='SHELL
766 PATH_SEPARATOR
767 PACKAGE_NAME
768 PACKAGE_TARNAME
769 PACKAGE_VERSION
770 PACKAGE_STRING
771 PACKAGE_BUGREPORT
772 exec_prefix
773 prefix
774 program_transform_name
775 bindir
776 sbindir
777 libexecdir
778 datarootdir
779 datadir
780 sysconfdir
781 sharedstatedir
782 localstatedir
783 includedir
784 oldincludedir
785 docdir
786 infodir
787 htmldir
788 dvidir
789 pdfdir
790 psdir
791 libdir
792 localedir
793 mandir
794 DEFS
795 ECHO_C
796 ECHO_N
797 ECHO_T
798 LIBS
799 build_alias
800 host_alias
801 target_alias
802 BUILD_DIR
803 TOP_DIR
804 WIN32BUILDDIR
805 WIN32MAINDIR
806 WIN32TOPDIR
807 TRUEPRG
808 FALSEPRG
809 VERSION
810 DATE
811 LSMDATE
812 BACULA
813 post_host
814 LIBBAC_LT_CURRENT
815 LIBBAC_LT_REVISION
816 LIBBAC_LT_AGE
817 LIBBACCFG_LT_CURRENT
818 LIBBACCFG_LT_REVISION
819 LIBBACCFG_LT_AGE
820 LIBBACPY_LT_CURRENT
821 LIBBACPY_LT_REVISION
822 LIBBACPY_LT_AGE
823 LIBBACSQL_LT_CURRENT
824 LIBBACSQL_LT_REVISION
825 LIBBACSQL_LT_AGE
826 LIBBACFIND_LT_CURRENT
827 LIBBACFIND_LT_REVISION
828 LIBBACFIND_LT_AGE
829 CC
830 CFLAGS
831 LDFLAGS
832 CPPFLAGS
833 ac_ct_CC
834 EXEEXT
835 OBJEXT
836 CXX
837 CXXFLAGS
838 ac_ct_CXX
839 CPP
840 GREP
841 EGREP
842 INSTALL_PROGRAM
843 INSTALL_SCRIPT
844 INSTALL_DATA
845 MV
846 REMOVE
847 CP
848 SED
849 ECHO
850 CMP
851 TBL
852 AR
853 OPENSSL
854 MTX
855 DD
856 MKISOFS
857 PYTHON
858 GROWISOFS
859 DVDRWMEDIAINFO
860 DVDRWFORMAT
861 PKGCONFIG
862 QMAKE
863 GMAKE
864 WXCONFIG
865 WXFLAGS
866 CDRECORD
867 PIDOF
868 AWK
869 ARFLAGS
870 MAKE_SHELL
871 LOCAL_LIBS
872 LOCAL_CFLAGS
873 LOCAL_LDFLAGS
874 LOCAL_DEFS
875 LIBTOOL
876 build
877 build_cpu
878 build_vendor
879 build_os
880 host
881 host_cpu
882 host_vendor
883 host_os
884 FGREP
885 LD
886 DUMPBIN
887 ac_ct_DUMPBIN
888 NM
889 LN_S
890 OBJDUMP
891 STRIP
892 RANLIB
893 lt_ECHO
894 DSYMUTIL
895 NMEDIT
896 LIPO
897 OTOOL
898 OTOOL64
899 CXXCPP
900 DEFAULT_OBJECT_TYPE
901 DEFAULT_ARCHIVE_TYPE
902 DEFAULT_SHARED_OBJECT_TYPE
903 LIBTOOL_INSTALL_TARGET
904 LIBTOOL_UNINSTALL_TARGET
905 LIBTOOL_CLEAN_TARGET
906 QMAKE_LIBTOOL
907 FD_PLUGIN_DIR
908 INCLUDE_INSTALL_TARGET
909 INCLUDE_UNINSTALL_TARGET
910 HAVE_SUN_OS_TRUE
911 HAVE_SUN_OS_FALSE
912 HAVE_OSF1_OS_TRUE
913 HAVE_OSF1_OS_FALSE
914 HAVE_AIX_OS_TRUE
915 HAVE_AIX_OS_FALSE
916 HAVE_HPUX_OS_TRUE
917 HAVE_HPUX_OS_FALSE
918 HAVE_LINUX_OS_TRUE
919 HAVE_LINUX_OS_FALSE
920 HAVE_FREEBSD_OS_TRUE
921 HAVE_FREEBSD_OS_FALSE
922 HAVE_NETBSD_OS_TRUE
923 HAVE_NETBSD_OS_FALSE
924 HAVE_OPENBSD_OS_TRUE
925 HAVE_OPENBSD_OS_FALSE
926 HAVE_BSDI_OS_TRUE
927 HAVE_BSDI_OS_FALSE
928 HAVE_SGI_OS_TRUE
929 HAVE_SGI_OS_FALSE
930 HAVE_IRIX_OS_TRUE
931 HAVE_IRIX_OS_FALSE
932 HAVE_DARWIN_OS_TRUE
933 HAVE_DARWIN_OS_FALSE
934 SET_MAKE
935 MKINSTALLDIRS
936 USE_NLS
937 MSGFMT
938 GMSGFMT
939 XGETTEXT
940 MSGMERGE
941 INTL_MACOSX_LIBS
942 LIBICONV
943 LTLIBICONV
944 INTLLIBS
945 LIBINTL
946 LTLIBINTL
947 POSUB
948 GLIBC2
949 ALLOCA
950 GLIBC21
951 HAVE_POSIX_PRINTF
952 HAVE_ASPRINTF
953 HAVE_SNPRINTF
954 HAVE_WPRINTF
955 INTLBISON
956 BUILD_INCLUDED_LIBINTL
957 USE_INCLUDED_LIBINTL
958 CATOBJEXT
959 DATADIRNAME
960 INSTOBJEXT
961 GENCAT
962 INTLOBJS
963 INTL_LIBTOOL_SUFFIX_PREFIX
964 BAT_DIR
965 QWT_INC
966 QWT_LDFLAGS
967 QWT_LIB
968 QWT
969 WXCONS_CPPFLAGS
970 WXCONS_LDFLAGS
971 WX_DIR
972 TRAY_MONITOR_CPPFLAGS
973 TRAY_MONITOR_LDFLAGS
974 TRAY_MONITOR_DIR
975 TTOOL_LDFLAGS
976 STATIC_FD
977 STATIC_SD
978 STATIC_DIR
979 STATIC_CONS
980 STATIC_GNOME_CONS
981 STATIC_WX_CONS
982 ALL_DIRS
983 DIRD_DIR
984 DIR_TOOLS
985 STORED_DIR
986 CONS_INC
987 CONS_OBJ
988 CONS_SRC
989 CONS_LIBS
990 CONS_LDFLAGS
991 READLINE_SRC
992 PYTHON_LIBS
993 PYTHON_INCDIR
994 OPENSSL_LIBS
995 OPENSSL_INC
996 working_dir
997 archivedir
998 basename
999 hostname
1000 scriptdir
1001 bsrdir
1002 logdir
1003 plugindir
1004 dump_email
1005 job_email
1006 smtp_host
1007 piddir
1008 subsysdir
1009 baseport
1010 dir_port
1011 fd_port
1012 sd_port
1013 dir_password
1014 fd_password
1015 sd_password
1016 mon_dir_password
1017 mon_fd_password
1018 mon_sd_password
1019 db_name
1020 db_user
1021 db_password
1022 db_port
1023 dir_user
1024 dir_group
1025 sd_user
1026 sd_group
1027 fd_user
1028 fd_group
1029 SBINPERM
1030 SQL_LFLAGS
1031 SQL_INCLUDE
1032 SQL_BINDIR
1033 DBI_DBD_DRIVERDIR
1034 uncomment_dbi
1035 DB_PROG
1036 DB_PROG_LIB
1037 cats
1038 DB_TYPE
1039 GETCONF
1040 XMKMF
1041 X_CFLAGS
1042 X_PRE_LIBS
1043 X_LIBS
1044 X_EXTRA_LIBS
1045 LIBOBJS
1046 CAP_LIBS
1047 FDLIBS
1048 DEBUG
1049 DINCLUDE
1050 DLIB
1051 DB_LIBS
1052 WCFLAGS
1053 WLDFLAGS
1054 WRAPLIBS
1055 OBJLIST
1056 TAPEDRIVE
1057 PSCMD
1058 WIN32
1059 MACOSX
1060 DISTNAME
1061 DISTVER
1062 LTLIBOBJS'
1063 ac_subst_files='MCOMMON'
1064       ac_precious_vars='build_alias
1065 host_alias
1066 target_alias
1067 CC
1068 CFLAGS
1069 LDFLAGS
1070 LIBS
1071 CPPFLAGS
1072 CXX
1073 CXXFLAGS
1074 CCC
1075 CPP
1076 WXCONFIG
1077 WXFLAGS
1078 CXXCPP
1079 XMKMF'
1080
1081
1082 # Initialize some variables set by options.
1083 ac_init_help=
1084 ac_init_version=false
1085 # The variables have the same names as the options, with
1086 # dashes changed to underlines.
1087 cache_file=/dev/null
1088 exec_prefix=NONE
1089 no_create=
1090 no_recursion=
1091 prefix=NONE
1092 program_prefix=NONE
1093 program_suffix=NONE
1094 program_transform_name=s,x,x,
1095 silent=
1096 site=
1097 srcdir=
1098 verbose=
1099 x_includes=NONE
1100 x_libraries=NONE
1101
1102 # Installation directory options.
1103 # These are left unexpanded so users can "make install exec_prefix=/foo"
1104 # and all the variables that are supposed to be based on exec_prefix
1105 # by default will actually change.
1106 # Use braces instead of parens because sh, perl, etc. also accept them.
1107 # (The list follows the same order as the GNU Coding Standards.)
1108 bindir='${exec_prefix}/bin'
1109 sbindir='${exec_prefix}/sbin'
1110 libexecdir='${exec_prefix}/libexec'
1111 datarootdir='${prefix}/share'
1112 datadir='${datarootdir}'
1113 sysconfdir='${prefix}/etc'
1114 sharedstatedir='${prefix}/com'
1115 localstatedir='${prefix}/var'
1116 includedir='${prefix}/include'
1117 oldincludedir='/usr/include'
1118 docdir='${datarootdir}/doc/${PACKAGE}'
1119 infodir='${datarootdir}/info'
1120 htmldir='${docdir}'
1121 dvidir='${docdir}'
1122 pdfdir='${docdir}'
1123 psdir='${docdir}'
1124 libdir='${exec_prefix}/lib'
1125 localedir='${datarootdir}/locale'
1126 mandir='${datarootdir}/man'
1127
1128 ac_prev=
1129 ac_dashdash=
1130 for ac_option
1131 do
1132   # If the previous option needs an argument, assign it.
1133   if test -n "$ac_prev"; then
1134     eval $ac_prev=\$ac_option
1135     ac_prev=
1136     continue
1137   fi
1138
1139   case $ac_option in
1140   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1141   *)    ac_optarg=yes ;;
1142   esac
1143
1144   # Accept the important Cygnus configure options, so we can diagnose typos.
1145
1146   case $ac_dashdash$ac_option in
1147   --)
1148     ac_dashdash=yes ;;
1149
1150   -bindir | --bindir | --bindi | --bind | --bin | --bi)
1151     ac_prev=bindir ;;
1152   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1153     bindir=$ac_optarg ;;
1154
1155   -build | --build | --buil | --bui | --bu)
1156     ac_prev=build_alias ;;
1157   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1158     build_alias=$ac_optarg ;;
1159
1160   -cache-file | --cache-file | --cache-fil | --cache-fi \
1161   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1162     ac_prev=cache_file ;;
1163   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1164   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1165     cache_file=$ac_optarg ;;
1166
1167   --config-cache | -C)
1168     cache_file=config.cache ;;
1169
1170   -datadir | --datadir | --datadi | --datad)
1171     ac_prev=datadir ;;
1172   -datadir=* | --datadir=* | --datadi=* | --datad=*)
1173     datadir=$ac_optarg ;;
1174
1175   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1176   | --dataroo | --dataro | --datar)
1177     ac_prev=datarootdir ;;
1178   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1179   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1180     datarootdir=$ac_optarg ;;
1181
1182   -disable-* | --disable-*)
1183     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1184     # Reject names that are not valid shell variable names.
1185     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1186       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1187    { (exit 1); exit 1; }; }
1188     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1189     eval enable_$ac_feature=no ;;
1190
1191   -docdir | --docdir | --docdi | --doc | --do)
1192     ac_prev=docdir ;;
1193   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1194     docdir=$ac_optarg ;;
1195
1196   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1197     ac_prev=dvidir ;;
1198   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1199     dvidir=$ac_optarg ;;
1200
1201   -enable-* | --enable-*)
1202     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1203     # Reject names that are not valid shell variable names.
1204     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1205       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1206    { (exit 1); exit 1; }; }
1207     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1208     eval enable_$ac_feature=\$ac_optarg ;;
1209
1210   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1211   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1212   | --exec | --exe | --ex)
1213     ac_prev=exec_prefix ;;
1214   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1215   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1216   | --exec=* | --exe=* | --ex=*)
1217     exec_prefix=$ac_optarg ;;
1218
1219   -gas | --gas | --ga | --g)
1220     # Obsolete; use --with-gas.
1221     with_gas=yes ;;
1222
1223   -help | --help | --hel | --he | -h)
1224     ac_init_help=long ;;
1225   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1226     ac_init_help=recursive ;;
1227   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1228     ac_init_help=short ;;
1229
1230   -host | --host | --hos | --ho)
1231     ac_prev=host_alias ;;
1232   -host=* | --host=* | --hos=* | --ho=*)
1233     host_alias=$ac_optarg ;;
1234
1235   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1236     ac_prev=htmldir ;;
1237   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1238   | --ht=*)
1239     htmldir=$ac_optarg ;;
1240
1241   -includedir | --includedir | --includedi | --included | --include \
1242   | --includ | --inclu | --incl | --inc)
1243     ac_prev=includedir ;;
1244   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1245   | --includ=* | --inclu=* | --incl=* | --inc=*)
1246     includedir=$ac_optarg ;;
1247
1248   -infodir | --infodir | --infodi | --infod | --info | --inf)
1249     ac_prev=infodir ;;
1250   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1251     infodir=$ac_optarg ;;
1252
1253   -libdir | --libdir | --libdi | --libd)
1254     ac_prev=libdir ;;
1255   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1256     libdir=$ac_optarg ;;
1257
1258   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1259   | --libexe | --libex | --libe)
1260     ac_prev=libexecdir ;;
1261   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1262   | --libexe=* | --libex=* | --libe=*)
1263     libexecdir=$ac_optarg ;;
1264
1265   -localedir | --localedir | --localedi | --localed | --locale)
1266     ac_prev=localedir ;;
1267   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1268     localedir=$ac_optarg ;;
1269
1270   -localstatedir | --localstatedir | --localstatedi | --localstated \
1271   | --localstate | --localstat | --localsta | --localst | --locals)
1272     ac_prev=localstatedir ;;
1273   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1274   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1275     localstatedir=$ac_optarg ;;
1276
1277   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1278     ac_prev=mandir ;;
1279   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1280     mandir=$ac_optarg ;;
1281
1282   -nfp | --nfp | --nf)
1283     # Obsolete; use --without-fp.
1284     with_fp=no ;;
1285
1286   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1287   | --no-cr | --no-c | -n)
1288     no_create=yes ;;
1289
1290   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1291   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1292     no_recursion=yes ;;
1293
1294   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1295   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1296   | --oldin | --oldi | --old | --ol | --o)
1297     ac_prev=oldincludedir ;;
1298   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1299   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1300   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1301     oldincludedir=$ac_optarg ;;
1302
1303   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1304     ac_prev=prefix ;;
1305   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1306     prefix=$ac_optarg ;;
1307
1308   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1309   | --program-pre | --program-pr | --program-p)
1310     ac_prev=program_prefix ;;
1311   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1312   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1313     program_prefix=$ac_optarg ;;
1314
1315   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1316   | --program-suf | --program-su | --program-s)
1317     ac_prev=program_suffix ;;
1318   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1319   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1320     program_suffix=$ac_optarg ;;
1321
1322   -program-transform-name | --program-transform-name \
1323   | --program-transform-nam | --program-transform-na \
1324   | --program-transform-n | --program-transform- \
1325   | --program-transform | --program-transfor \
1326   | --program-transfo | --program-transf \
1327   | --program-trans | --program-tran \
1328   | --progr-tra | --program-tr | --program-t)
1329     ac_prev=program_transform_name ;;
1330   -program-transform-name=* | --program-transform-name=* \
1331   | --program-transform-nam=* | --program-transform-na=* \
1332   | --program-transform-n=* | --program-transform-=* \
1333   | --program-transform=* | --program-transfor=* \
1334   | --program-transfo=* | --program-transf=* \
1335   | --program-trans=* | --program-tran=* \
1336   | --progr-tra=* | --program-tr=* | --program-t=*)
1337     program_transform_name=$ac_optarg ;;
1338
1339   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1340     ac_prev=pdfdir ;;
1341   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1342     pdfdir=$ac_optarg ;;
1343
1344   -psdir | --psdir | --psdi | --psd | --ps)
1345     ac_prev=psdir ;;
1346   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1347     psdir=$ac_optarg ;;
1348
1349   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1350   | -silent | --silent | --silen | --sile | --sil)
1351     silent=yes ;;
1352
1353   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1354     ac_prev=sbindir ;;
1355   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1356   | --sbi=* | --sb=*)
1357     sbindir=$ac_optarg ;;
1358
1359   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1360   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1361   | --sharedst | --shareds | --shared | --share | --shar \
1362   | --sha | --sh)
1363     ac_prev=sharedstatedir ;;
1364   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1365   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1366   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1367   | --sha=* | --sh=*)
1368     sharedstatedir=$ac_optarg ;;
1369
1370   -site | --site | --sit)
1371     ac_prev=site ;;
1372   -site=* | --site=* | --sit=*)
1373     site=$ac_optarg ;;
1374
1375   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1376     ac_prev=srcdir ;;
1377   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1378     srcdir=$ac_optarg ;;
1379
1380   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1381   | --syscon | --sysco | --sysc | --sys | --sy)
1382     ac_prev=sysconfdir ;;
1383   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1384   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1385     sysconfdir=$ac_optarg ;;
1386
1387   -target | --target | --targe | --targ | --tar | --ta | --t)
1388     ac_prev=target_alias ;;
1389   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1390     target_alias=$ac_optarg ;;
1391
1392   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1393     verbose=yes ;;
1394
1395   -version | --version | --versio | --versi | --vers | -V)
1396     ac_init_version=: ;;
1397
1398   -with-* | --with-*)
1399     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1400     # Reject names that are not valid shell variable names.
1401     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1402       { echo "$as_me: error: invalid package name: $ac_package" >&2
1403    { (exit 1); exit 1; }; }
1404     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1405     eval with_$ac_package=\$ac_optarg ;;
1406
1407   -without-* | --without-*)
1408     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1409     # Reject names that are not valid shell variable names.
1410     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1411       { echo "$as_me: error: invalid package name: $ac_package" >&2
1412    { (exit 1); exit 1; }; }
1413     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1414     eval with_$ac_package=no ;;
1415
1416   --x)
1417     # Obsolete; use --with-x.
1418     with_x=yes ;;
1419
1420   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1421   | --x-incl | --x-inc | --x-in | --x-i)
1422     ac_prev=x_includes ;;
1423   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1424   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1425     x_includes=$ac_optarg ;;
1426
1427   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1428   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1429     ac_prev=x_libraries ;;
1430   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1431   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1432     x_libraries=$ac_optarg ;;
1433
1434   -*) { echo "$as_me: error: unrecognized option: $ac_option
1435 Try \`$0 --help' for more information." >&2
1436    { (exit 1); exit 1; }; }
1437     ;;
1438
1439   *=*)
1440     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1441     # Reject names that are not valid shell variable names.
1442     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1443       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1444    { (exit 1); exit 1; }; }
1445     eval $ac_envvar=\$ac_optarg
1446     export $ac_envvar ;;
1447
1448   *)
1449     # FIXME: should be removed in autoconf 3.0.
1450     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1451     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1452       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1453     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1454     ;;
1455
1456   esac
1457 done
1458
1459 if test -n "$ac_prev"; then
1460   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1461   { echo "$as_me: error: missing argument to $ac_option" >&2
1462    { (exit 1); exit 1; }; }
1463 fi
1464
1465 # Be sure to have absolute directory names.
1466 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1467                 datadir sysconfdir sharedstatedir localstatedir includedir \
1468                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1469                 libdir localedir mandir
1470 do
1471   eval ac_val=\$$ac_var
1472   case $ac_val in
1473     [\\/$]* | ?:[\\/]* )  continue;;
1474     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1475   esac
1476   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1477    { (exit 1); exit 1; }; }
1478 done
1479
1480 # There might be people who depend on the old broken behavior: `$host'
1481 # used to hold the argument of --host etc.
1482 # FIXME: To remove some day.
1483 build=$build_alias
1484 host=$host_alias
1485 target=$target_alias
1486
1487 # FIXME: To remove some day.
1488 if test "x$host_alias" != x; then
1489   if test "x$build_alias" = x; then
1490     cross_compiling=maybe
1491     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1492     If a cross compiler is detected then cross compile mode will be used." >&2
1493   elif test "x$build_alias" != "x$host_alias"; then
1494     cross_compiling=yes
1495   fi
1496 fi
1497
1498 ac_tool_prefix=
1499 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1500
1501 test "$silent" = yes && exec 6>/dev/null
1502
1503
1504 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1505 ac_ls_di=`ls -di .` &&
1506 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1507   { echo "$as_me: error: Working directory cannot be determined" >&2
1508    { (exit 1); exit 1; }; }
1509 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1510   { echo "$as_me: error: pwd does not report name of working directory" >&2
1511    { (exit 1); exit 1; }; }
1512
1513
1514 # Find the source files, if location was not specified.
1515 if test -z "$srcdir"; then
1516   ac_srcdir_defaulted=yes
1517   # Try the directory containing this script, then the parent directory.
1518   ac_confdir=`$as_dirname -- "$0" ||
1519 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1520          X"$0" : 'X\(//\)[^/]' \| \
1521          X"$0" : 'X\(//\)$' \| \
1522          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1523 echo X"$0" |
1524     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1525             s//\1/
1526             q
1527           }
1528           /^X\(\/\/\)[^/].*/{
1529             s//\1/
1530             q
1531           }
1532           /^X\(\/\/\)$/{
1533             s//\1/
1534             q
1535           }
1536           /^X\(\/\).*/{
1537             s//\1/
1538             q
1539           }
1540           s/.*/./; q'`
1541   srcdir=$ac_confdir
1542   if test ! -r "$srcdir/$ac_unique_file"; then
1543     srcdir=..
1544   fi
1545 else
1546   ac_srcdir_defaulted=no
1547 fi
1548 if test ! -r "$srcdir/$ac_unique_file"; then
1549   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1550   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1551    { (exit 1); exit 1; }; }
1552 fi
1553 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1554 ac_abs_confdir=`(
1555         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1556    { (exit 1); exit 1; }; }
1557         pwd)`
1558 # When building in place, set srcdir=.
1559 if test "$ac_abs_confdir" = "$ac_pwd"; then
1560   srcdir=.
1561 fi
1562 # Remove unnecessary trailing slashes from srcdir.
1563 # Double slashes in file names in object file debugging info
1564 # mess up M-x gdb in Emacs.
1565 case $srcdir in
1566 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1567 esac
1568 for ac_var in $ac_precious_vars; do
1569   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1570   eval ac_env_${ac_var}_value=\$${ac_var}
1571   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1572   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1573 done
1574
1575 #
1576 # Report the --help message.
1577 #
1578 if test "$ac_init_help" = "long"; then
1579   # Omit some internal or obsolete options to make the list less imposing.
1580   # This message is too long to be a string in the A/UX 3.1 sh.
1581   cat <<_ACEOF
1582 \`configure' configures this package to adapt to many kinds of systems.
1583
1584 Usage: $0 [OPTION]... [VAR=VALUE]...
1585
1586 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1587 VAR=VALUE.  See below for descriptions of some of the useful variables.
1588
1589 Defaults for the options are specified in brackets.
1590
1591 Configuration:
1592   -h, --help              display this help and exit
1593       --help=short        display options specific to this package
1594       --help=recursive    display the short help of all the included packages
1595   -V, --version           display version information and exit
1596   -q, --quiet, --silent   do not print \`checking...' messages
1597       --cache-file=FILE   cache test results in FILE [disabled]
1598   -C, --config-cache      alias for \`--cache-file=config.cache'
1599   -n, --no-create         do not create output files
1600       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1601
1602 Installation directories:
1603   --prefix=PREFIX         install architecture-independent files in PREFIX
1604                           [$ac_default_prefix]
1605   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1606                           [PREFIX]
1607
1608 By default, \`make install' will install all the files in
1609 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1610 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1611 for instance \`--prefix=\$HOME'.
1612
1613 For better control, use the options below.
1614
1615 Fine tuning of the installation directories:
1616   --bindir=DIR           user executables [EPREFIX/bin]
1617   --sbindir=DIR          system admin executables [EPREFIX/sbin]
1618   --libexecdir=DIR       program executables [EPREFIX/libexec]
1619   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1620   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1621   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1622   --libdir=DIR           object code libraries [EPREFIX/lib]
1623   --includedir=DIR       C header files [PREFIX/include]
1624   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1625   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1626   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1627   --infodir=DIR          info documentation [DATAROOTDIR/info]
1628   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1629   --mandir=DIR           man documentation [DATAROOTDIR/man]
1630   --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
1631   --htmldir=DIR          html documentation [DOCDIR]
1632   --dvidir=DIR           dvi documentation [DOCDIR]
1633   --pdfdir=DIR           pdf documentation [DOCDIR]
1634   --psdir=DIR            ps documentation [DOCDIR]
1635 _ACEOF
1636
1637   cat <<\_ACEOF
1638
1639 X features:
1640   --x-includes=DIR    X include files are in DIR
1641   --x-libraries=DIR   X library files are in DIR
1642
1643 System types:
1644   --build=BUILD     configure for building on BUILD [guessed]
1645   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1646 _ACEOF
1647 fi
1648
1649 if test -n "$ac_init_help"; then
1650
1651   cat <<\_ACEOF
1652
1653 Optional Features:
1654   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1655   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1656   --enable-libtool        enable building using GNU libtool [default=yes]
1657   --enable-shared[=PKGS]  build shared libraries [default=yes]
1658   --enable-static[=PKGS]  build static libraries [default=no]
1659   --enable-fast-install[=PKGS]
1660                           optimize for fast installation [default=yes]
1661   --disable-libtool-lock  avoid locking (might break parallel builds)
1662   --enable-includes       enable installing of include files [default=no]
1663   --disable-nls           do not use Native Language Support
1664   --disable-rpath         do not hardcode runtime library paths
1665   --enable-gnome          enable build of bgnome-console GUI [default=no]
1666   --enable-bat            enable build of bat Qt4 GUI [default=no]
1667   --enable-bwx-console    enable build of wxWidgets console [default=no]
1668   --enable-tray-monitor   enable build of Gnome tray monitor (compatible with
1669                           KDE [default=no]
1670   --enable-smartalloc     enable smartalloc debugging support [default=no]
1671   --enable-lockmgr        enable lock manager support [default=no]
1672   --enable-static-tools   enable static tape tools [default=no]
1673   --enable-static-fd      enable static File daemon [default=no]
1674   --enable-static-sd      enable static Storage daemon [default=no]
1675   --enable-static-dir     enable static Director [default=no]
1676   --enable-static-cons    enable static Console [default=no]
1677   --enable-client-only    build client (File daemon) only [default=no]
1678   --enable-build-dird     enable building of dird (Director) [default=yes]
1679   --enable-build-stored   enable building of stored (Storage daemon)
1680                           [default=yes]
1681   --disable-conio         disable conio support [default=no]
1682   --enable-ipv6           enable ipv6 support [default=yes]
1683   --disable-readline      disable readline support [default=yes]
1684   --enable-batch-insert   enable the DB batch insert code [default=no]
1685   --disable-largefile     omit support for large files
1686   --disable-acl           disable acl support [default=auto]
1687   --disable-xattr         disable xattr support [default=auto]
1688
1689 Optional Packages:
1690   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1691   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1692   --with-pic              try to use only PIC/non-PIC objects [default=use
1693                           both]
1694   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1695   --with-gnu-ld           assume the C compiler uses GNU ld default=no
1696   --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
1697   --without-libiconv-prefix     don't search for libiconv in includedir and libdir
1698   --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
1699   --without-libintl-prefix     don't search for libintl in includedir and libdir
1700   --with-included-gettext use the GNU gettext library included here
1701   --with-readline[=DIR]   specify readline library directory
1702   --with-python[=DIR]     Include Python support. DIR is the Python base
1703                           install directory, default is to search through a
1704                           number of common places for the Python files.
1705   --with-tcp-wrappers[=DIR]
1706                           enable tcpwrappers support
1707   --with-openssl[=DIR]    Include OpenSSL support. DIR is the OpenSSL base
1708   --with-working-dir=PATH specify path of Bacula working directory
1709   --with-archivedir=PATH  specify path of SD archive directory
1710   --with-basename=RESNAME specify base resource name for daemons
1711   --with-hostname=RESNAME specify host name for daemons
1712   --with-scriptdir=PATH   specify path of Bacula scripts directory
1713   --with-bsrdir=PATH      specify path of Bacula bsrs directory
1714   --with-logdir=PATH      specify path of Bacula logs directory
1715   --with-plugindir=PATH   specify path of Bacula plugins directory
1716   --with-dump-email=EMAIL dump email address
1717   --with-job-email=EMAIL  job output email address
1718   --with-smtp-host=HOST   SMTP mail host address
1719   --with-pid-dir=PATH     specify location of Bacula pid files
1720   --with-subsys-dir=PATH  specify location of Bacula subsys file
1721   --with-baseport=PORT    specify base port address for daemons
1722   --with-dir-password=PASSWORD
1723                           specify Director's password
1724   --with-fd-password=PASSWORD
1725                           specify Client's password
1726   --with-sd-password=PASSWORD
1727                           specify Storage daemon's password
1728   --with-mon-dir-password=PASSWORD
1729                           specify Director's password used by the monitor
1730   --with-mon-fd-password=PASSWORD
1731                           specify Client's password used by the monitor
1732   --with-mon-sd-password=PASSWORD
1733                           specify Storage daemon's password used by the
1734                           monitor
1735   --with-db-name=DBNAME   specify database name [default=bacula]
1736   --with-db-user=UNAME    specify database user [default=bacula]
1737   --with-db-password=PWD  specify database password [default=*none*]
1738   --with-db-port=DBPORT   specify a database port [default=null]
1739   --with-dir-user=USER    specify user for Director daemon
1740   --with-dir-group=GROUP  specify group for Director daemon
1741   --with-sd-user=USER     specify user for Storage daemon
1742   --with-sd-group=GROUP   specify group for Storage daemon
1743   --with-fd-user=USER     specify user for File daemon
1744   --with-fd-group=GROUP   specify group for File daemon
1745   --with-sbin-perm=MODE   specify permissions for sbin binaries [default=0754]
1746   --with-postgresql[=DIR] Include PostgreSQL support. DIR is the PostgreSQL
1747                           base install directory, [default=/usr/local/pgsql]
1748   --with-mysql[=DIR]      Include MySQL support. DIR is the MySQL base install
1749                           directory, default is to search through a number of
1750                           common places for the MySQL files.
1751   --with-embedded-mysql[=DIR]
1752                           Include MySQL support. DIR is the MySQL base install
1753                           directory, default is to search through a number of
1754                           common places for the MySQL files.
1755   --with-ingres[=DIR]     Include Ingres support. DIR is the Ingres base
1756                           install directory, default is to search through a
1757                           number of common places for the Ingres files.
1758   --with-sqlite3[=DIR]    Include SQLite3 support. DIR is the SQLite3 base
1759                           install directory, default is to search through a
1760                           number of common places for the SQLite3 files.
1761   --with-dbi[=DIR]        Include DBI support. DIR is the DBD base install
1762                           directory, default is to search through a number of
1763                           common places for the DBI files.
1764   --with-dbi-driver[=DRIVER]
1765                           Suport for DBI driver. DRIVER is the one DBI driver
1766                           like Mysql, Postgresql, others. Default is to not
1767                           configure any driver.
1768   --with-x                use the X Window System
1769
1770 Some influential environment variables:
1771   CC          C compiler command
1772   CFLAGS      C compiler flags
1773   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1774               nonstandard directory <lib dir>
1775   LIBS        libraries to pass to the linker, e.g. -l<library>
1776   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1777               you have headers in a nonstandard directory <include dir>
1778   CXX         C++ compiler command
1779   CXXFLAGS    C++ compiler flags
1780   CPP         C preprocessor
1781   WXCONFIG    wx-config command. On some systems, you must set it to
1782               wx-config-2.6 to use wxWidgets 2.6.
1783   WXFLAGS     Parameters to pass to wx-config (e.g. --unicode=no).
1784   CXXCPP      C++ preprocessor
1785   XMKMF       Path to xmkmf, Makefile generator for X Window System
1786
1787 Use these variables to override the choices made by `configure' or to help
1788 it to find libraries and programs with nonstandard names/locations.
1789
1790 _ACEOF
1791 ac_status=$?
1792 fi
1793
1794 if test "$ac_init_help" = "recursive"; then
1795   # If there are subdirs, report their specific --help.
1796   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1797     test -d "$ac_dir" || continue
1798     ac_builddir=.
1799
1800 case "$ac_dir" in
1801 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1802 *)
1803   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1804   # A ".." for each directory in $ac_dir_suffix.
1805   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1806   case $ac_top_builddir_sub in
1807   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1808   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1809   esac ;;
1810 esac
1811 ac_abs_top_builddir=$ac_pwd
1812 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1813 # for backward compatibility:
1814 ac_top_builddir=$ac_top_build_prefix
1815
1816 case $srcdir in
1817   .)  # We are building in place.
1818     ac_srcdir=.
1819     ac_top_srcdir=$ac_top_builddir_sub
1820     ac_abs_top_srcdir=$ac_pwd ;;
1821   [\\/]* | ?:[\\/]* )  # Absolute name.
1822     ac_srcdir=$srcdir$ac_dir_suffix;
1823     ac_top_srcdir=$srcdir
1824     ac_abs_top_srcdir=$srcdir ;;
1825   *) # Relative name.
1826     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1827     ac_top_srcdir=$ac_top_build_prefix$srcdir
1828     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1829 esac
1830 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1831
1832     cd "$ac_dir" || { ac_status=$?; continue; }
1833     # Check for guested configure.
1834     if test -f "$ac_srcdir/configure.gnu"; then
1835       echo &&
1836       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1837     elif test -f "$ac_srcdir/configure"; then
1838       echo &&
1839       $SHELL "$ac_srcdir/configure" --help=recursive
1840     else
1841       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1842     fi || ac_status=$?
1843     cd "$ac_pwd" || { ac_status=$?; break; }
1844   done
1845 fi
1846
1847 test -n "$ac_init_help" && exit $ac_status
1848 if $ac_init_version; then
1849   cat <<\_ACEOF
1850 configure
1851 generated by GNU Autoconf 2.61
1852
1853 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1854 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1855 This configure script is free software; the Free Software Foundation
1856 gives unlimited permission to copy, distribute and modify it.
1857 _ACEOF
1858   exit
1859 fi
1860 cat >config.log <<_ACEOF
1861 This file contains any messages produced by compilers while
1862 running configure, to aid debugging if configure makes a mistake.
1863
1864 It was created by $as_me, which was
1865 generated by GNU Autoconf 2.61.  Invocation command line was
1866
1867   $ $0 $@
1868
1869 _ACEOF
1870 exec 5>>config.log
1871 {
1872 cat <<_ASUNAME
1873 ## --------- ##
1874 ## Platform. ##
1875 ## --------- ##
1876
1877 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1878 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1879 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1880 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1881 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1882
1883 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1884 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1885
1886 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1887 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1888 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1889 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1890 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1891 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1892 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1893
1894 _ASUNAME
1895
1896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1897 for as_dir in $PATH
1898 do
1899   IFS=$as_save_IFS
1900   test -z "$as_dir" && as_dir=.
1901   echo "PATH: $as_dir"
1902 done
1903 IFS=$as_save_IFS
1904
1905 } >&5
1906
1907 cat >&5 <<_ACEOF
1908
1909
1910 ## ----------- ##
1911 ## Core tests. ##
1912 ## ----------- ##
1913
1914 _ACEOF
1915
1916
1917 # Keep a trace of the command line.
1918 # Strip out --no-create and --no-recursion so they do not pile up.
1919 # Strip out --silent because we don't want to record it for future runs.
1920 # Also quote any args containing shell meta-characters.
1921 # Make two passes to allow for proper duplicate-argument suppression.
1922 ac_configure_args=
1923 ac_configure_args0=
1924 ac_configure_args1=
1925 ac_must_keep_next=false
1926 for ac_pass in 1 2
1927 do
1928   for ac_arg
1929   do
1930     case $ac_arg in
1931     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1932     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1933     | -silent | --silent | --silen | --sile | --sil)
1934       continue ;;
1935     *\'*)
1936       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1937     esac
1938     case $ac_pass in
1939     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1940     2)
1941       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1942       if test $ac_must_keep_next = true; then
1943         ac_must_keep_next=false # Got value, back to normal.
1944       else
1945         case $ac_arg in
1946           *=* | --config-cache | -C | -disable-* | --disable-* \
1947           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1948           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1949           | -with-* | --with-* | -without-* | --without-* | --x)
1950             case "$ac_configure_args0 " in
1951               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1952             esac
1953             ;;
1954           -* ) ac_must_keep_next=true ;;
1955         esac
1956       fi
1957       ac_configure_args="$ac_configure_args '$ac_arg'"
1958       ;;
1959     esac
1960   done
1961 done
1962 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1963 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1964
1965 # When interrupted or exit'd, cleanup temporary files, and complete
1966 # config.log.  We remove comments because anyway the quotes in there
1967 # would cause problems or look ugly.
1968 # WARNING: Use '\'' to represent an apostrophe within the trap.
1969 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1970 trap 'exit_status=$?
1971   # Save into config.log some information that might help in debugging.
1972   {
1973     echo
1974
1975     cat <<\_ASBOX
1976 ## ---------------- ##
1977 ## Cache variables. ##
1978 ## ---------------- ##
1979 _ASBOX
1980     echo
1981     # The following way of writing the cache mishandles newlines in values,
1982 (
1983   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1984     eval ac_val=\$$ac_var
1985     case $ac_val in #(
1986     *${as_nl}*)
1987       case $ac_var in #(
1988       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1989 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1990       esac
1991       case $ac_var in #(
1992       _ | IFS | as_nl) ;; #(
1993       *) $as_unset $ac_var ;;
1994       esac ;;
1995     esac
1996   done
1997   (set) 2>&1 |
1998     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1999     *${as_nl}ac_space=\ *)
2000       sed -n \
2001         "s/'\''/'\''\\\\'\'''\''/g;
2002           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2003       ;; #(
2004     *)
2005       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2006       ;;
2007     esac |
2008     sort
2009 )
2010     echo
2011
2012     cat <<\_ASBOX
2013 ## ----------------- ##
2014 ## Output variables. ##
2015 ## ----------------- ##
2016 _ASBOX
2017     echo
2018     for ac_var in $ac_subst_vars
2019     do
2020       eval ac_val=\$$ac_var
2021       case $ac_val in
2022       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2023       esac
2024       echo "$ac_var='\''$ac_val'\''"
2025     done | sort
2026     echo
2027
2028     if test -n "$ac_subst_files"; then
2029       cat <<\_ASBOX
2030 ## ------------------- ##
2031 ## File substitutions. ##
2032 ## ------------------- ##
2033 _ASBOX
2034       echo
2035       for ac_var in $ac_subst_files
2036       do
2037         eval ac_val=\$$ac_var
2038         case $ac_val in
2039         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2040         esac
2041         echo "$ac_var='\''$ac_val'\''"
2042       done | sort
2043       echo
2044     fi
2045
2046     if test -s confdefs.h; then
2047       cat <<\_ASBOX
2048 ## ----------- ##
2049 ## confdefs.h. ##
2050 ## ----------- ##
2051 _ASBOX
2052       echo
2053       cat confdefs.h
2054       echo
2055     fi
2056     test "$ac_signal" != 0 &&
2057       echo "$as_me: caught signal $ac_signal"
2058     echo "$as_me: exit $exit_status"
2059   } >&5
2060   rm -f core *.core core.conftest.* &&
2061     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2062     exit $exit_status
2063 ' 0
2064 for ac_signal in 1 2 13 15; do
2065   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2066 done
2067 ac_signal=0
2068
2069 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2070 rm -f -r conftest* confdefs.h
2071
2072 # Predefined preprocessor variables.
2073
2074 cat >>confdefs.h <<_ACEOF
2075 #define PACKAGE_NAME "$PACKAGE_NAME"
2076 _ACEOF
2077
2078
2079 cat >>confdefs.h <<_ACEOF
2080 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2081 _ACEOF
2082
2083
2084 cat >>confdefs.h <<_ACEOF
2085 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2086 _ACEOF
2087
2088
2089 cat >>confdefs.h <<_ACEOF
2090 #define PACKAGE_STRING "$PACKAGE_STRING"
2091 _ACEOF
2092
2093
2094 cat >>confdefs.h <<_ACEOF
2095 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2096 _ACEOF
2097
2098
2099 # Let the site file select an alternate cache file if it wants to.
2100 # Prefer explicitly selected file to automatically selected ones.
2101 if test -n "$CONFIG_SITE"; then
2102   set x "$CONFIG_SITE"
2103 elif test "x$prefix" != xNONE; then
2104   set x "$prefix/share/config.site" "$prefix/etc/config.site"
2105 else
2106   set x "$ac_default_prefix/share/config.site" \
2107         "$ac_default_prefix/etc/config.site"
2108 fi
2109 shift
2110 for ac_site_file
2111 do
2112   if test -r "$ac_site_file"; then
2113     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2114 echo "$as_me: loading site script $ac_site_file" >&6;}
2115     sed 's/^/| /' "$ac_site_file" >&5
2116     . "$ac_site_file"
2117   fi
2118 done
2119
2120 if test -r "$cache_file"; then
2121   # Some versions of bash will fail to source /dev/null (special
2122   # files actually), so we avoid doing that.
2123   if test -f "$cache_file"; then
2124     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
2125 echo "$as_me: loading cache $cache_file" >&6;}
2126     case $cache_file in
2127       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2128       *)                      . "./$cache_file";;
2129     esac
2130   fi
2131 else
2132   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
2133 echo "$as_me: creating cache $cache_file" >&6;}
2134   >$cache_file
2135 fi
2136
2137 # Check that the precious variables saved in the cache have kept the same
2138 # value.
2139 ac_cache_corrupted=false
2140 for ac_var in $ac_precious_vars; do
2141   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2142   eval ac_new_set=\$ac_env_${ac_var}_set
2143   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2144   eval ac_new_val=\$ac_env_${ac_var}_value
2145   case $ac_old_set,$ac_new_set in
2146     set,)
2147       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2148 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2149       ac_cache_corrupted=: ;;
2150     ,set)
2151       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2152 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2153       ac_cache_corrupted=: ;;
2154     ,);;
2155     *)
2156       if test "x$ac_old_val" != "x$ac_new_val"; then
2157         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2158 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2159         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
2160 echo "$as_me:   former value:  $ac_old_val" >&2;}
2161         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
2162 echo "$as_me:   current value: $ac_new_val" >&2;}
2163         ac_cache_corrupted=:
2164       fi;;
2165   esac
2166   # Pass precious variables to config.status.
2167   if test "$ac_new_set" = set; then
2168     case $ac_new_val in
2169     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2170     *) ac_arg=$ac_var=$ac_new_val ;;
2171     esac
2172     case " $ac_configure_args " in
2173       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2174       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2175     esac
2176   fi
2177 done
2178 if $ac_cache_corrupted; then
2179   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2180 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2181   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2182 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2183    { (exit 1); exit 1; }; }
2184 fi
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202 ac_ext=c
2203 ac_cpp='$CPP $CPPFLAGS'
2204 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2205 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2206 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2207
2208
2209 BUILD_DIR=`pwd`
2210 cd ..
2211 TOP_DIR=`pwd`
2212 cd ${BUILD_DIR}
2213
2214
2215 ac_aux_dir=
2216 for ac_dir in ${BUILD_DIR}/autoconf "$srcdir"/${BUILD_DIR}/autoconf; do
2217   if test -f "$ac_dir/install-sh"; then
2218     ac_aux_dir=$ac_dir
2219     ac_install_sh="$ac_aux_dir/install-sh -c"
2220     break
2221   elif test -f "$ac_dir/install.sh"; then
2222     ac_aux_dir=$ac_dir
2223     ac_install_sh="$ac_aux_dir/install.sh -c"
2224     break
2225   elif test -f "$ac_dir/shtool"; then
2226     ac_aux_dir=$ac_dir
2227     ac_install_sh="$ac_aux_dir/shtool install -c"
2228     break
2229   fi
2230 done
2231 if test -z "$ac_aux_dir"; then
2232   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ${BUILD_DIR}/autoconf \"$srcdir\"/${BUILD_DIR}/autoconf" >&5
2233 echo "$as_me: error: cannot find install-sh or install.sh in ${BUILD_DIR}/autoconf \"$srcdir\"/${BUILD_DIR}/autoconf" >&2;}
2234    { (exit 1); exit 1; }; }
2235 fi
2236
2237 # These three variables are undocumented and unsupported,
2238 # and are intended to be withdrawn in a future Autoconf release.
2239 # They can cause serious problems if a builder's source tree is in a directory
2240 # whose full name contains unusual characters.
2241 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2242 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2243 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2244
2245
2246 ac_config_headers="$ac_config_headers src/config.h:autoconf/config.h.in"
2247
2248
2249 WIN32BUILDDIR=${BUILD_DIR}/src/win32
2250 WIN32MAINDIR=${BUILD_DIR}
2251 WIN32TOPDIR=${TOP_DIR}
2252
2253
2254
2255
2256 for ac_prog in true
2257 do
2258   # Extract the first word of "$ac_prog", so it can be a program name with args.
2259 set dummy $ac_prog; ac_word=$2
2260 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2261 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2262 if test "${ac_cv_path_TRUEPRG+set}" = set; then
2263   echo $ECHO_N "(cached) $ECHO_C" >&6
2264 else
2265   case $TRUEPRG in
2266   [\\/]* | ?:[\\/]*)
2267   ac_cv_path_TRUEPRG="$TRUEPRG" # Let the user override the test with a path.
2268   ;;
2269   *)
2270   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2271 for as_dir in $PATH
2272 do
2273   IFS=$as_save_IFS
2274   test -z "$as_dir" && as_dir=.
2275   for ac_exec_ext in '' $ac_executable_extensions; do
2276   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2277     ac_cv_path_TRUEPRG="$as_dir/$ac_word$ac_exec_ext"
2278     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2279     break 2
2280   fi
2281 done
2282 done
2283 IFS=$as_save_IFS
2284
2285   ;;
2286 esac
2287 fi
2288 TRUEPRG=$ac_cv_path_TRUEPRG
2289 if test -n "$TRUEPRG"; then
2290   { echo "$as_me:$LINENO: result: $TRUEPRG" >&5
2291 echo "${ECHO_T}$TRUEPRG" >&6; }
2292 else
2293   { echo "$as_me:$LINENO: result: no" >&5
2294 echo "${ECHO_T}no" >&6; }
2295 fi
2296
2297
2298   test -n "$TRUEPRG" && break
2299 done
2300 test -n "$TRUEPRG" || TRUEPRG=":"
2301
2302 for ac_prog in false
2303 do
2304   # Extract the first word of "$ac_prog", so it can be a program name with args.
2305 set dummy $ac_prog; ac_word=$2
2306 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2307 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2308 if test "${ac_cv_path_FALSEPRG+set}" = set; then
2309   echo $ECHO_N "(cached) $ECHO_C" >&6
2310 else
2311   case $FALSEPRG in
2312   [\\/]* | ?:[\\/]*)
2313   ac_cv_path_FALSEPRG="$FALSEPRG" # Let the user override the test with a path.
2314   ;;
2315   *)
2316   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2317 for as_dir in $PATH
2318 do
2319   IFS=$as_save_IFS
2320   test -z "$as_dir" && as_dir=.
2321   for ac_exec_ext in '' $ac_executable_extensions; do
2322   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2323     ac_cv_path_FALSEPRG="$as_dir/$ac_word$ac_exec_ext"
2324     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2325     break 2
2326   fi
2327 done
2328 done
2329 IFS=$as_save_IFS
2330
2331   ;;
2332 esac
2333 fi
2334 FALSEPRG=$ac_cv_path_FALSEPRG
2335 if test -n "$FALSEPRG"; then
2336   { echo "$as_me:$LINENO: result: $FALSEPRG" >&5
2337 echo "${ECHO_T}$FALSEPRG" >&6; }
2338 else
2339   { echo "$as_me:$LINENO: result: no" >&5
2340 echo "${ECHO_T}no" >&6; }
2341 fi
2342
2343
2344   test -n "$FALSEPRG" && break
2345 done
2346 test -n "$FALSEPRG" || FALSEPRG=":"
2347
2348
2349
2350 post_host=
2351 if test "x$BACULA" != x; then
2352    post_host=`echo -${BACULA} | tr 'A-Z ' 'a-z-'`
2353 fi
2354 BACULA=${BACULA:-Bacula}
2355 VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2356 DATE=`sed -n -e 's/^.* \t*BDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2357 LSMDATE=`sed -n -e 's/^.*LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2358
2359 LIBBAC_LT_CURRENT=`sed -n -e 's/^.*LIBBAC_LT_CURRENT *\(.*\)$/\1/p' ${srcdir}/src/version.h`
2360 LIBBAC_LT_REVISION=`sed -n -e 's/^.*LIBBAC_LT_REVISION *\(.*\)$/\1/p' ${srcdir}/src/version.h`
2361 LIBBAC_LT_AGE=`sed -n -e 's/^.*LIBBAC_LT_AGE *\(.*\)$/\1/p' ${srcdir}/src/version.h`
2362 LIBBACCFG_LT_CURRENT=`sed -n -e 's/^.*LIBBACCFG_LT_CURRENT *\(.*\)$/\1/p' ${srcdir}/src/version.h`
2363 LIBBACCFG_LT_REVISION=`sed -n -e 's/^.*LIBBACCFG_LT_REVISION *\(.*\)$/\1/p' ${srcdir}/src/version.h`
2364 LIBBACCFG_LT_AGE=`sed -n -e 's/^.*LIBBACCFG_LT_AGE *\(.*\)$/\1/p' ${srcdir}/src/version.h`
2365 LIBBACPY_LT_CURRENT=`sed -n -e 's/^.*LIBBACPY_LT_CURRENT *\(.*\)$/\1/p' ${srcdir}/src/version.h`
2366 LIBBACPY_LT_REVISION=`sed -n -e 's/^.*LIBBACPY_LT_REVISION *\(.*\)$/\1/p' ${srcdir}/src/version.h`
2367 LIBBACPY_LT_AGE=`sed -n -e 's/^.*LIBBACPY_LT_AGE *\(.*\)$/\1/p' ${srcdir}/src/version.h`
2368
2369
2370 LIBBACSQL_LT_CURRENT=`sed -n -e 's/^.*LIBBACSQL_LT_CURRENT *\(.*\)$/\1/p' ${srcdir}/src/version.h`
2371 LIBBACSQL_LT_REVISION=`sed -n -e 's/^.*LIBBACSQL_LT_REVISION *\(.*\)$/\1/p' ${srcdir}/src/version.h`
2372 LIBBACSQL_LT_AGE=`sed -n -e 's/^.*LIBBACSQL_LT_AGE *\(.*\)$/\1/p' ${srcdir}/src/version.h`
2373
2374 LIBBACFIND_LT_CURRENT=`sed -n -e 's/^.*LIBBACFIND_LT_CURRENT *\(.*\)$/\1/p' ${srcdir}/src/version.h`
2375 LIBBACFIND_LT_REVISION=`sed -n -e 's/^.*LIBBACFIND_LT_REVISION *\(.*\)$/\1/p' ${srcdir}/src/version.h`
2376 LIBBACFIND_LT_AGE=`sed -n -e 's/^.*LIBBACFIND_LT_AGE *\(.*\)$/\1/p' ${srcdir}/src/version.h`
2377
2378 echo "configuring for ${BACULA} $VERSION ($DATE)"
2379
2380
2381
2382 ac_ext=c
2383 ac_cpp='$CPP $CPPFLAGS'
2384 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2385 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2386 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2387 if test -n "$ac_tool_prefix"; then
2388   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2389 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2390 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2391 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2392 if test "${ac_cv_prog_CC+set}" = set; then
2393   echo $ECHO_N "(cached) $ECHO_C" >&6
2394 else
2395   if test -n "$CC"; then
2396   ac_cv_prog_CC="$CC" # Let the user override the test.
2397 else
2398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2399 for as_dir in $PATH
2400 do
2401   IFS=$as_save_IFS
2402   test -z "$as_dir" && as_dir=.
2403   for ac_exec_ext in '' $ac_executable_extensions; do
2404   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2405     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2406     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2407     break 2
2408   fi
2409 done
2410 done
2411 IFS=$as_save_IFS
2412
2413 fi
2414 fi
2415 CC=$ac_cv_prog_CC
2416 if test -n "$CC"; then
2417   { echo "$as_me:$LINENO: result: $CC" >&5
2418 echo "${ECHO_T}$CC" >&6; }
2419 else
2420   { echo "$as_me:$LINENO: result: no" >&5
2421 echo "${ECHO_T}no" >&6; }
2422 fi
2423
2424
2425 fi
2426 if test -z "$ac_cv_prog_CC"; then
2427   ac_ct_CC=$CC
2428   # Extract the first word of "gcc", so it can be a program name with args.
2429 set dummy gcc; ac_word=$2
2430 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2431 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2432 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2433   echo $ECHO_N "(cached) $ECHO_C" >&6
2434 else
2435   if test -n "$ac_ct_CC"; then
2436   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2437 else
2438 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2439 for as_dir in $PATH
2440 do
2441   IFS=$as_save_IFS
2442   test -z "$as_dir" && as_dir=.
2443   for ac_exec_ext in '' $ac_executable_extensions; do
2444   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2445     ac_cv_prog_ac_ct_CC="gcc"
2446     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2447     break 2
2448   fi
2449 done
2450 done
2451 IFS=$as_save_IFS
2452
2453 fi
2454 fi
2455 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2456 if test -n "$ac_ct_CC"; then
2457   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2458 echo "${ECHO_T}$ac_ct_CC" >&6; }
2459 else
2460   { echo "$as_me:$LINENO: result: no" >&5
2461 echo "${ECHO_T}no" >&6; }
2462 fi
2463
2464   if test "x$ac_ct_CC" = x; then
2465     CC=""
2466   else
2467     case $cross_compiling:$ac_tool_warned in
2468 yes:)
2469 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2470 whose name does not start with the host triplet.  If you think this
2471 configuration is useful to you, please write to autoconf@gnu.org." >&5
2472 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2473 whose name does not start with the host triplet.  If you think this
2474 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2475 ac_tool_warned=yes ;;
2476 esac
2477     CC=$ac_ct_CC
2478   fi
2479 else
2480   CC="$ac_cv_prog_CC"
2481 fi
2482
2483 if test -z "$CC"; then
2484           if test -n "$ac_tool_prefix"; then
2485     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2486 set dummy ${ac_tool_prefix}cc; ac_word=$2
2487 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2489 if test "${ac_cv_prog_CC+set}" = set; then
2490   echo $ECHO_N "(cached) $ECHO_C" >&6
2491 else
2492   if test -n "$CC"; then
2493   ac_cv_prog_CC="$CC" # Let the user override the test.
2494 else
2495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2496 for as_dir in $PATH
2497 do
2498   IFS=$as_save_IFS
2499   test -z "$as_dir" && as_dir=.
2500   for ac_exec_ext in '' $ac_executable_extensions; do
2501   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2502     ac_cv_prog_CC="${ac_tool_prefix}cc"
2503     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2504     break 2
2505   fi
2506 done
2507 done
2508 IFS=$as_save_IFS
2509
2510 fi
2511 fi
2512 CC=$ac_cv_prog_CC
2513 if test -n "$CC"; then
2514   { echo "$as_me:$LINENO: result: $CC" >&5
2515 echo "${ECHO_T}$CC" >&6; }
2516 else
2517   { echo "$as_me:$LINENO: result: no" >&5
2518 echo "${ECHO_T}no" >&6; }
2519 fi
2520
2521
2522   fi
2523 fi
2524 if test -z "$CC"; then
2525   # Extract the first word of "cc", so it can be a program name with args.
2526 set dummy cc; ac_word=$2
2527 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2529 if test "${ac_cv_prog_CC+set}" = set; then
2530   echo $ECHO_N "(cached) $ECHO_C" >&6
2531 else
2532   if test -n "$CC"; then
2533   ac_cv_prog_CC="$CC" # Let the user override the test.
2534 else
2535   ac_prog_rejected=no
2536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2537 for as_dir in $PATH
2538 do
2539   IFS=$as_save_IFS
2540   test -z "$as_dir" && as_dir=.
2541   for ac_exec_ext in '' $ac_executable_extensions; do
2542   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2543     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2544        ac_prog_rejected=yes
2545        continue
2546      fi
2547     ac_cv_prog_CC="cc"
2548     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2549     break 2
2550   fi
2551 done
2552 done
2553 IFS=$as_save_IFS
2554
2555 if test $ac_prog_rejected = yes; then
2556   # We found a bogon in the path, so make sure we never use it.
2557   set dummy $ac_cv_prog_CC
2558   shift
2559   if test $# != 0; then
2560     # We chose a different compiler from the bogus one.
2561     # However, it has the same basename, so the bogon will be chosen
2562     # first if we set CC to just the basename; use the full file name.
2563     shift
2564     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2565   fi
2566 fi
2567 fi
2568 fi
2569 CC=$ac_cv_prog_CC
2570 if test -n "$CC"; then
2571   { echo "$as_me:$LINENO: result: $CC" >&5
2572 echo "${ECHO_T}$CC" >&6; }
2573 else
2574   { echo "$as_me:$LINENO: result: no" >&5
2575 echo "${ECHO_T}no" >&6; }
2576 fi
2577
2578
2579 fi
2580 if test -z "$CC"; then
2581   if test -n "$ac_tool_prefix"; then
2582   for ac_prog in cl.exe
2583   do
2584     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2585 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2586 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2587 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2588 if test "${ac_cv_prog_CC+set}" = set; then
2589   echo $ECHO_N "(cached) $ECHO_C" >&6
2590 else
2591   if test -n "$CC"; then
2592   ac_cv_prog_CC="$CC" # Let the user override the test.
2593 else
2594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2595 for as_dir in $PATH
2596 do
2597   IFS=$as_save_IFS
2598   test -z "$as_dir" && as_dir=.
2599   for ac_exec_ext in '' $ac_executable_extensions; do
2600   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2601     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2602     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2603     break 2
2604   fi
2605 done
2606 done
2607 IFS=$as_save_IFS
2608
2609 fi
2610 fi
2611 CC=$ac_cv_prog_CC
2612 if test -n "$CC"; then
2613   { echo "$as_me:$LINENO: result: $CC" >&5
2614 echo "${ECHO_T}$CC" >&6; }
2615 else
2616   { echo "$as_me:$LINENO: result: no" >&5
2617 echo "${ECHO_T}no" >&6; }
2618 fi
2619
2620
2621     test -n "$CC" && break
2622   done
2623 fi
2624 if test -z "$CC"; then
2625   ac_ct_CC=$CC
2626   for ac_prog in cl.exe
2627 do
2628   # Extract the first word of "$ac_prog", so it can be a program name with args.
2629 set dummy $ac_prog; ac_word=$2
2630 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2631 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2632 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2633   echo $ECHO_N "(cached) $ECHO_C" >&6
2634 else
2635   if test -n "$ac_ct_CC"; then
2636   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2637 else
2638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2639 for as_dir in $PATH
2640 do
2641   IFS=$as_save_IFS
2642   test -z "$as_dir" && as_dir=.
2643   for ac_exec_ext in '' $ac_executable_extensions; do
2644   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2645     ac_cv_prog_ac_ct_CC="$ac_prog"
2646     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2647     break 2
2648   fi
2649 done
2650 done
2651 IFS=$as_save_IFS
2652
2653 fi
2654 fi
2655 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2656 if test -n "$ac_ct_CC"; then
2657   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2658 echo "${ECHO_T}$ac_ct_CC" >&6; }
2659 else
2660   { echo "$as_me:$LINENO: result: no" >&5
2661 echo "${ECHO_T}no" >&6; }
2662 fi
2663
2664
2665   test -n "$ac_ct_CC" && break
2666 done
2667
2668   if test "x$ac_ct_CC" = x; then
2669     CC=""
2670   else
2671     case $cross_compiling:$ac_tool_warned in
2672 yes:)
2673 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2674 whose name does not start with the host triplet.  If you think this
2675 configuration is useful to you, please write to autoconf@gnu.org." >&5
2676 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2677 whose name does not start with the host triplet.  If you think this
2678 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2679 ac_tool_warned=yes ;;
2680 esac
2681     CC=$ac_ct_CC
2682   fi
2683 fi
2684
2685 fi
2686
2687
2688 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2689 See \`config.log' for more details." >&5
2690 echo "$as_me: error: no acceptable C compiler found in \$PATH
2691 See \`config.log' for more details." >&2;}
2692    { (exit 1); exit 1; }; }
2693
2694 # Provide some information about the compiler.
2695 echo "$as_me:$LINENO: checking for C compiler version" >&5
2696 ac_compiler=`set X $ac_compile; echo $2`
2697 { (ac_try="$ac_compiler --version >&5"
2698 case "(($ac_try" in
2699   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2700   *) ac_try_echo=$ac_try;;
2701 esac
2702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2703   (eval "$ac_compiler --version >&5") 2>&5
2704   ac_status=$?
2705   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2706   (exit $ac_status); }
2707 { (ac_try="$ac_compiler -v >&5"
2708 case "(($ac_try" in
2709   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2710   *) ac_try_echo=$ac_try;;
2711 esac
2712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2713   (eval "$ac_compiler -v >&5") 2>&5
2714   ac_status=$?
2715   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2716   (exit $ac_status); }
2717 { (ac_try="$ac_compiler -V >&5"
2718 case "(($ac_try" in
2719   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2720   *) ac_try_echo=$ac_try;;
2721 esac
2722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2723   (eval "$ac_compiler -V >&5") 2>&5
2724   ac_status=$?
2725   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2726   (exit $ac_status); }
2727
2728 cat >conftest.$ac_ext <<_ACEOF
2729 /* confdefs.h.  */
2730 _ACEOF
2731 cat confdefs.h >>conftest.$ac_ext
2732 cat >>conftest.$ac_ext <<_ACEOF
2733 /* end confdefs.h.  */
2734
2735 int
2736 main ()
2737 {
2738
2739   ;
2740   return 0;
2741 }
2742 _ACEOF
2743 ac_clean_files_save=$ac_clean_files
2744 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2745 # Try to create an executable without -o first, disregard a.out.
2746 # It will help us diagnose broken compilers, and finding out an intuition
2747 # of exeext.
2748 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2749 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2750 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2751 #
2752 # List of possible output files, starting from the most likely.
2753 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2754 # only as a last resort.  b.out is created by i960 compilers.
2755 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2756 #
2757 # The IRIX 6 linker writes into existing files which may not be
2758 # executable, retaining their permissions.  Remove them first so a
2759 # subsequent execution test works.
2760 ac_rmfiles=
2761 for ac_file in $ac_files
2762 do
2763   case $ac_file in
2764     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2765     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2766   esac
2767 done
2768 rm -f $ac_rmfiles
2769
2770 if { (ac_try="$ac_link_default"
2771 case "(($ac_try" in
2772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2773   *) ac_try_echo=$ac_try;;
2774 esac
2775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2776   (eval "$ac_link_default") 2>&5
2777   ac_status=$?
2778   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2779   (exit $ac_status); }; then
2780   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2781 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2782 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2783 # so that the user can short-circuit this test for compilers unknown to
2784 # Autoconf.
2785 for ac_file in $ac_files ''
2786 do
2787   test -f "$ac_file" || continue
2788   case $ac_file in
2789     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2790         ;;
2791     [ab].out )
2792         # We found the default executable, but exeext='' is most
2793         # certainly right.
2794         break;;
2795     *.* )
2796         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2797         then :; else
2798            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2799         fi
2800         # We set ac_cv_exeext here because the later test for it is not
2801         # safe: cross compilers may not add the suffix if given an `-o'
2802         # argument, so we may need to know it at that point already.
2803         # Even if this section looks crufty: it has the advantage of
2804         # actually working.
2805         break;;
2806     * )
2807         break;;
2808   esac
2809 done
2810 test "$ac_cv_exeext" = no && ac_cv_exeext=
2811
2812 else
2813   ac_file=''
2814 fi
2815
2816 { echo "$as_me:$LINENO: result: $ac_file" >&5
2817 echo "${ECHO_T}$ac_file" >&6; }
2818 if test -z "$ac_file"; then
2819   echo "$as_me: failed program was:" >&5
2820 sed 's/^/| /' conftest.$ac_ext >&5
2821
2822 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2823 See \`config.log' for more details." >&5
2824 echo "$as_me: error: C compiler cannot create executables
2825 See \`config.log' for more details." >&2;}
2826    { (exit 77); exit 77; }; }
2827 fi
2828
2829 ac_exeext=$ac_cv_exeext
2830
2831 # Check that the compiler produces executables we can run.  If not, either
2832 # the compiler is broken, or we cross compile.
2833 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2834 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2835 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2836 # If not cross compiling, check that we can run a simple program.
2837 if test "$cross_compiling" != yes; then
2838   if { ac_try='./$ac_file'
2839   { (case "(($ac_try" in
2840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2841   *) ac_try_echo=$ac_try;;
2842 esac
2843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2844   (eval "$ac_try") 2>&5
2845   ac_status=$?
2846   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2847   (exit $ac_status); }; }; then
2848     cross_compiling=no
2849   else
2850     if test "$cross_compiling" = maybe; then
2851         cross_compiling=yes
2852     else
2853         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2854 If you meant to cross compile, use \`--host'.
2855 See \`config.log' for more details." >&5
2856 echo "$as_me: error: cannot run C compiled programs.
2857 If you meant to cross compile, use \`--host'.
2858 See \`config.log' for more details." >&2;}
2859    { (exit 1); exit 1; }; }
2860     fi
2861   fi
2862 fi
2863 { echo "$as_me:$LINENO: result: yes" >&5
2864 echo "${ECHO_T}yes" >&6; }
2865
2866 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2867 ac_clean_files=$ac_clean_files_save
2868 # Check that the compiler produces executables we can run.  If not, either
2869 # the compiler is broken, or we cross compile.
2870 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2871 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2872 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2873 echo "${ECHO_T}$cross_compiling" >&6; }
2874
2875 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2876 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2877 if { (ac_try="$ac_link"
2878 case "(($ac_try" in
2879   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2880   *) ac_try_echo=$ac_try;;
2881 esac
2882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2883   (eval "$ac_link") 2>&5
2884   ac_status=$?
2885   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2886   (exit $ac_status); }; then
2887   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2888 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2889 # work properly (i.e., refer to `conftest.exe'), while it won't with
2890 # `rm'.
2891 for ac_file in conftest.exe conftest conftest.*; do
2892   test -f "$ac_file" || continue
2893   case $ac_file in
2894     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2895     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2896           break;;
2897     * ) break;;
2898   esac
2899 done
2900 else
2901   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2902 See \`config.log' for more details." >&5
2903 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2904 See \`config.log' for more details." >&2;}
2905    { (exit 1); exit 1; }; }
2906 fi
2907
2908 rm -f conftest$ac_cv_exeext
2909 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2910 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2911
2912 rm -f conftest.$ac_ext
2913 EXEEXT=$ac_cv_exeext
2914 ac_exeext=$EXEEXT
2915 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2916 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2917 if test "${ac_cv_objext+set}" = set; then
2918   echo $ECHO_N "(cached) $ECHO_C" >&6
2919 else
2920   cat >conftest.$ac_ext <<_ACEOF
2921 /* confdefs.h.  */
2922 _ACEOF
2923 cat confdefs.h >>conftest.$ac_ext
2924 cat >>conftest.$ac_ext <<_ACEOF
2925 /* end confdefs.h.  */
2926
2927 int
2928 main ()
2929 {
2930
2931   ;
2932   return 0;
2933 }
2934 _ACEOF
2935 rm -f conftest.o conftest.obj
2936 if { (ac_try="$ac_compile"
2937 case "(($ac_try" in
2938   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2939   *) ac_try_echo=$ac_try;;
2940 esac
2941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2942   (eval "$ac_compile") 2>&5
2943   ac_status=$?
2944   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2945   (exit $ac_status); }; then
2946   for ac_file in conftest.o conftest.obj conftest.*; do
2947   test -f "$ac_file" || continue;
2948   case $ac_file in
2949     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2950     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2951        break;;
2952   esac
2953 done
2954 else
2955   echo "$as_me: failed program was:" >&5
2956 sed 's/^/| /' conftest.$ac_ext >&5
2957
2958 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2959 See \`config.log' for more details." >&5
2960 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2961 See \`config.log' for more details." >&2;}
2962    { (exit 1); exit 1; }; }
2963 fi
2964
2965 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2966 fi
2967 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2968 echo "${ECHO_T}$ac_cv_objext" >&6; }
2969 OBJEXT=$ac_cv_objext
2970 ac_objext=$OBJEXT
2971 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2972 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2973 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2974   echo $ECHO_N "(cached) $ECHO_C" >&6
2975 else
2976   cat >conftest.$ac_ext <<_ACEOF
2977 /* confdefs.h.  */
2978 _ACEOF
2979 cat confdefs.h >>conftest.$ac_ext
2980 cat >>conftest.$ac_ext <<_ACEOF
2981 /* end confdefs.h.  */
2982
2983 int
2984 main ()
2985 {
2986 #ifndef __GNUC__
2987        choke me
2988 #endif
2989
2990   ;
2991   return 0;
2992 }
2993 _ACEOF
2994 rm -f conftest.$ac_objext
2995 if { (ac_try="$ac_compile"
2996 case "(($ac_try" in
2997   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2998   *) ac_try_echo=$ac_try;;
2999 esac
3000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3001   (eval "$ac_compile") 2>conftest.er1
3002   ac_status=$?
3003   grep -v '^ *+' conftest.er1 >conftest.err
3004   rm -f conftest.er1
3005   cat conftest.err >&5
3006   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3007   (exit $ac_status); } && {
3008          test -z "$ac_c_werror_flag" ||
3009          test ! -s conftest.err
3010        } && test -s conftest.$ac_objext; then
3011   ac_compiler_gnu=yes
3012 else
3013   echo "$as_me: failed program was:" >&5
3014 sed 's/^/| /' conftest.$ac_ext >&5
3015
3016         ac_compiler_gnu=no
3017 fi
3018
3019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3020 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3021
3022 fi
3023 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3024 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
3025 GCC=`test $ac_compiler_gnu = yes && echo yes`
3026 ac_test_CFLAGS=${CFLAGS+set}
3027 ac_save_CFLAGS=$CFLAGS
3028 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3029 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
3030 if test "${ac_cv_prog_cc_g+set}" = set; then
3031   echo $ECHO_N "(cached) $ECHO_C" >&6
3032 else
3033   ac_save_c_werror_flag=$ac_c_werror_flag
3034    ac_c_werror_flag=yes
3035    ac_cv_prog_cc_g=no
3036    CFLAGS="-g"
3037    cat >conftest.$ac_ext <<_ACEOF
3038 /* confdefs.h.  */
3039 _ACEOF
3040 cat confdefs.h >>conftest.$ac_ext
3041 cat >>conftest.$ac_ext <<_ACEOF
3042 /* end confdefs.h.  */
3043
3044 int
3045 main ()
3046 {
3047
3048   ;
3049   return 0;
3050 }
3051 _ACEOF
3052 rm -f conftest.$ac_objext
3053 if { (ac_try="$ac_compile"
3054 case "(($ac_try" in
3055   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3056   *) ac_try_echo=$ac_try;;
3057 esac
3058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3059   (eval "$ac_compile") 2>conftest.er1
3060   ac_status=$?
3061   grep -v '^ *+' conftest.er1 >conftest.err
3062   rm -f conftest.er1
3063   cat conftest.err >&5
3064   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3065   (exit $ac_status); } && {
3066          test -z "$ac_c_werror_flag" ||
3067          test ! -s conftest.err
3068        } && test -s conftest.$ac_objext; then
3069   ac_cv_prog_cc_g=yes
3070 else
3071   echo "$as_me: failed program was:" >&5
3072 sed 's/^/| /' conftest.$ac_ext >&5
3073
3074         CFLAGS=""
3075       cat >conftest.$ac_ext <<_ACEOF
3076 /* confdefs.h.  */
3077 _ACEOF
3078 cat confdefs.h >>conftest.$ac_ext
3079 cat >>conftest.$ac_ext <<_ACEOF
3080 /* end confdefs.h.  */
3081
3082 int
3083 main ()
3084 {
3085
3086   ;
3087   return 0;
3088 }
3089 _ACEOF
3090 rm -f conftest.$ac_objext
3091 if { (ac_try="$ac_compile"
3092 case "(($ac_try" in
3093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3094   *) ac_try_echo=$ac_try;;
3095 esac
3096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3097   (eval "$ac_compile") 2>conftest.er1
3098   ac_status=$?
3099   grep -v '^ *+' conftest.er1 >conftest.err
3100   rm -f conftest.er1
3101   cat conftest.err >&5
3102   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3103   (exit $ac_status); } && {
3104          test -z "$ac_c_werror_flag" ||
3105          test ! -s conftest.err
3106        } && test -s conftest.$ac_objext; then
3107   :
3108 else
3109   echo "$as_me: failed program was:" >&5
3110 sed 's/^/| /' conftest.$ac_ext >&5
3111
3112         ac_c_werror_flag=$ac_save_c_werror_flag
3113          CFLAGS="-g"
3114          cat >conftest.$ac_ext <<_ACEOF
3115 /* confdefs.h.  */
3116 _ACEOF
3117 cat confdefs.h >>conftest.$ac_ext
3118 cat >>conftest.$ac_ext <<_ACEOF
3119 /* end confdefs.h.  */
3120
3121 int
3122 main ()
3123 {
3124
3125   ;
3126   return 0;
3127 }
3128 _ACEOF
3129 rm -f conftest.$ac_objext
3130 if { (ac_try="$ac_compile"
3131 case "(($ac_try" in
3132   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3133   *) ac_try_echo=$ac_try;;
3134 esac
3135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3136   (eval "$ac_compile") 2>conftest.er1
3137   ac_status=$?
3138   grep -v '^ *+' conftest.er1 >conftest.err
3139   rm -f conftest.er1
3140   cat conftest.err >&5
3141   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3142   (exit $ac_status); } && {
3143          test -z "$ac_c_werror_flag" ||
3144          test ! -s conftest.err
3145        } && test -s conftest.$ac_objext; then
3146   ac_cv_prog_cc_g=yes
3147 else
3148   echo "$as_me: failed program was:" >&5
3149 sed 's/^/| /' conftest.$ac_ext >&5
3150
3151
3152 fi
3153
3154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3155 fi
3156
3157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3158 fi
3159
3160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3161    ac_c_werror_flag=$ac_save_c_werror_flag
3162 fi
3163 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3164 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3165 if test "$ac_test_CFLAGS" = set; then
3166   CFLAGS=$ac_save_CFLAGS
3167 elif test $ac_cv_prog_cc_g = yes; then
3168   if test "$GCC" = yes; then
3169     CFLAGS="-g -O2"
3170   else
3171     CFLAGS="-g"
3172   fi
3173 else
3174   if test "$GCC" = yes; then
3175     CFLAGS="-O2"
3176   else
3177     CFLAGS=
3178   fi
3179 fi
3180 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3181 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3182 if test "${ac_cv_prog_cc_c89+set}" = set; then
3183   echo $ECHO_N "(cached) $ECHO_C" >&6
3184 else
3185   ac_cv_prog_cc_c89=no
3186 ac_save_CC=$CC
3187 cat >conftest.$ac_ext <<_ACEOF
3188 /* confdefs.h.  */
3189 _ACEOF
3190 cat confdefs.h >>conftest.$ac_ext
3191 cat >>conftest.$ac_ext <<_ACEOF
3192 /* end confdefs.h.  */
3193 #include <stdarg.h>
3194 #include <stdio.h>
3195 #include <sys/types.h>
3196 #include <sys/stat.h>
3197 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3198 struct buf { int x; };
3199 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3200 static char *e (p, i)
3201      char **p;
3202      int i;
3203 {
3204   return p[i];
3205 }
3206 static char *f (char * (*g) (char **, int), char **p, ...)
3207 {
3208   char *s;
3209   va_list v;
3210   va_start (v,p);
3211   s = g (p, va_arg (v,int));
3212   va_end (v);
3213   return s;
3214 }
3215
3216 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3217    function prototypes and stuff, but not '\xHH' hex character constants.
3218    These don't provoke an error unfortunately, instead are silently treated
3219    as 'x'.  The following induces an error, until -std is added to get
3220    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3221    array size at least.  It's necessary to write '\x00'==0 to get something
3222    that's true only with -std.  */
3223 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3224
3225 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3226    inside strings and character constants.  */
3227 #define FOO(x) 'x'
3228 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3229
3230 int test (int i, double x);
3231 struct s1 {int (*f) (int a);};
3232 struct s2 {int (*f) (double a);};
3233 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3234 int argc;
3235 char **argv;
3236 int
3237 main ()
3238 {
3239 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3240   ;
3241   return 0;
3242 }
3243 _ACEOF
3244 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3245         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3246 do
3247   CC="$ac_save_CC $ac_arg"
3248   rm -f conftest.$ac_objext
3249 if { (ac_try="$ac_compile"
3250 case "(($ac_try" in
3251   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3252   *) ac_try_echo=$ac_try;;
3253 esac
3254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3255   (eval "$ac_compile") 2>conftest.er1
3256   ac_status=$?
3257   grep -v '^ *+' conftest.er1 >conftest.err
3258   rm -f conftest.er1
3259   cat conftest.err >&5
3260   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3261   (exit $ac_status); } && {
3262          test -z "$ac_c_werror_flag" ||
3263          test ! -s conftest.err
3264        } && test -s conftest.$ac_objext; then
3265   ac_cv_prog_cc_c89=$ac_arg
3266 else
3267   echo "$as_me: failed program was:" >&5
3268 sed 's/^/| /' conftest.$ac_ext >&5
3269
3270
3271 fi
3272
3273 rm -f core conftest.err conftest.$ac_objext
3274   test "x$ac_cv_prog_cc_c89" != "xno" && break
3275 done
3276 rm -f conftest.$ac_ext
3277 CC=$ac_save_CC
3278
3279 fi
3280 # AC_CACHE_VAL
3281 case "x$ac_cv_prog_cc_c89" in
3282   x)
3283     { echo "$as_me:$LINENO: result: none needed" >&5
3284 echo "${ECHO_T}none needed" >&6; } ;;
3285   xno)
3286     { echo "$as_me:$LINENO: result: unsupported" >&5
3287 echo "${ECHO_T}unsupported" >&6; } ;;
3288   *)
3289     CC="$CC $ac_cv_prog_cc_c89"
3290     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3291 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3292 esac
3293
3294
3295 ac_ext=c
3296 ac_cpp='$CPP $CPPFLAGS'
3297 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3298 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3299 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3300
3301 ac_ext=cpp
3302 ac_cpp='$CXXCPP $CPPFLAGS'
3303 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3304 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3305 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3306 if test -z "$CXX"; then
3307   if test -n "$CCC"; then
3308     CXX=$CCC
3309   else
3310     if test -n "$ac_tool_prefix"; then
3311   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3312   do
3313     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3314 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3315 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3317 if test "${ac_cv_prog_CXX+set}" = set; then
3318   echo $ECHO_N "(cached) $ECHO_C" >&6
3319 else
3320   if test -n "$CXX"; then
3321   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3322 else
3323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3324 for as_dir in $PATH
3325 do
3326   IFS=$as_save_IFS
3327   test -z "$as_dir" && as_dir=.
3328   for ac_exec_ext in '' $ac_executable_extensions; do
3329   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3330     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3331     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3332     break 2
3333   fi
3334 done
3335 done
3336 IFS=$as_save_IFS
3337
3338 fi
3339 fi
3340 CXX=$ac_cv_prog_CXX
3341 if test -n "$CXX"; then
3342   { echo "$as_me:$LINENO: result: $CXX" >&5
3343 echo "${ECHO_T}$CXX" >&6; }
3344 else
3345   { echo "$as_me:$LINENO: result: no" >&5
3346 echo "${ECHO_T}no" >&6; }
3347 fi
3348
3349
3350     test -n "$CXX" && break
3351   done
3352 fi
3353 if test -z "$CXX"; then
3354   ac_ct_CXX=$CXX
3355   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3356 do
3357   # Extract the first word of "$ac_prog", so it can be a program name with args.
3358 set dummy $ac_prog; ac_word=$2
3359 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3360 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3361 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3362   echo $ECHO_N "(cached) $ECHO_C" >&6
3363 else
3364   if test -n "$ac_ct_CXX"; then
3365   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3366 else
3367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3368 for as_dir in $PATH
3369 do
3370   IFS=$as_save_IFS
3371   test -z "$as_dir" && as_dir=.
3372   for ac_exec_ext in '' $ac_executable_extensions; do
3373   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3374     ac_cv_prog_ac_ct_CXX="$ac_prog"
3375     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3376     break 2
3377   fi
3378 done
3379 done
3380 IFS=$as_save_IFS
3381
3382 fi
3383 fi
3384 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3385 if test -n "$ac_ct_CXX"; then
3386   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3387 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3388 else
3389   { echo "$as_me:$LINENO: result: no" >&5
3390 echo "${ECHO_T}no" >&6; }
3391 fi
3392
3393
3394   test -n "$ac_ct_CXX" && break
3395 done
3396
3397   if test "x$ac_ct_CXX" = x; then
3398     CXX="g++"
3399   else
3400     case $cross_compiling:$ac_tool_warned in
3401 yes:)
3402 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3403 whose name does not start with the host triplet.  If you think this
3404 configuration is useful to you, please write to autoconf@gnu.org." >&5
3405 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3406 whose name does not start with the host triplet.  If you think this
3407 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3408 ac_tool_warned=yes ;;
3409 esac
3410     CXX=$ac_ct_CXX
3411   fi
3412 fi
3413
3414   fi
3415 fi
3416 # Provide some information about the compiler.
3417 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3418 ac_compiler=`set X $ac_compile; echo $2`
3419 { (ac_try="$ac_compiler --version >&5"
3420 case "(($ac_try" in
3421   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3422   *) ac_try_echo=$ac_try;;
3423 esac
3424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3425   (eval "$ac_compiler --version >&5") 2>&5
3426   ac_status=$?
3427   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3428   (exit $ac_status); }
3429 { (ac_try="$ac_compiler -v >&5"
3430 case "(($ac_try" in
3431   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3432   *) ac_try_echo=$ac_try;;
3433 esac
3434 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3435   (eval "$ac_compiler -v >&5") 2>&5
3436   ac_status=$?
3437   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3438   (exit $ac_status); }
3439 { (ac_try="$ac_compiler -V >&5"
3440 case "(($ac_try" in
3441   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3442   *) ac_try_echo=$ac_try;;
3443 esac
3444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3445   (eval "$ac_compiler -V >&5") 2>&5
3446   ac_status=$?
3447   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3448   (exit $ac_status); }
3449
3450 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3451 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3452 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3453   echo $ECHO_N "(cached) $ECHO_C" >&6
3454 else
3455   cat >conftest.$ac_ext <<_ACEOF
3456 /* confdefs.h.  */
3457 _ACEOF
3458 cat confdefs.h >>conftest.$ac_ext
3459 cat >>conftest.$ac_ext <<_ACEOF
3460 /* end confdefs.h.  */
3461
3462 int
3463 main ()
3464 {
3465 #ifndef __GNUC__
3466        choke me
3467 #endif
3468
3469   ;
3470   return 0;
3471 }
3472 _ACEOF
3473 rm -f conftest.$ac_objext
3474 if { (ac_try="$ac_compile"
3475 case "(($ac_try" in
3476   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477   *) ac_try_echo=$ac_try;;
3478 esac
3479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3480   (eval "$ac_compile") 2>conftest.er1
3481   ac_status=$?
3482   grep -v '^ *+' conftest.er1 >conftest.err
3483   rm -f conftest.er1
3484   cat conftest.err >&5
3485   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3486   (exit $ac_status); } && {
3487          test -z "$ac_cxx_werror_flag" ||
3488          test ! -s conftest.err
3489        } && test -s conftest.$ac_objext; then
3490   ac_compiler_gnu=yes
3491 else
3492   echo "$as_me: failed program was:" >&5
3493 sed 's/^/| /' conftest.$ac_ext >&5
3494
3495         ac_compiler_gnu=no
3496 fi
3497
3498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3499 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3500
3501 fi
3502 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3503 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3504 GXX=`test $ac_compiler_gnu = yes && echo yes`
3505 ac_test_CXXFLAGS=${CXXFLAGS+set}
3506 ac_save_CXXFLAGS=$CXXFLAGS
3507 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3508 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3509 if test "${ac_cv_prog_cxx_g+set}" = set; then
3510   echo $ECHO_N "(cached) $ECHO_C" >&6
3511 else
3512   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3513    ac_cxx_werror_flag=yes
3514    ac_cv_prog_cxx_g=no
3515    CXXFLAGS="-g"
3516    cat >conftest.$ac_ext <<_ACEOF
3517 /* confdefs.h.  */
3518 _ACEOF
3519 cat confdefs.h >>conftest.$ac_ext
3520 cat >>conftest.$ac_ext <<_ACEOF
3521 /* end confdefs.h.  */
3522
3523 int
3524 main ()
3525 {
3526
3527   ;
3528   return 0;
3529 }
3530 _ACEOF
3531 rm -f conftest.$ac_objext
3532 if { (ac_try="$ac_compile"
3533 case "(($ac_try" in
3534   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3535   *) ac_try_echo=$ac_try;;
3536 esac
3537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3538   (eval "$ac_compile") 2>conftest.er1
3539   ac_status=$?
3540   grep -v '^ *+' conftest.er1 >conftest.err
3541   rm -f conftest.er1
3542   cat conftest.err >&5
3543   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3544   (exit $ac_status); } && {
3545          test -z "$ac_cxx_werror_flag" ||
3546          test ! -s conftest.err
3547        } && test -s conftest.$ac_objext; then
3548   ac_cv_prog_cxx_g=yes
3549 else
3550   echo "$as_me: failed program was:" >&5
3551 sed 's/^/| /' conftest.$ac_ext >&5
3552
3553         CXXFLAGS=""
3554       cat >conftest.$ac_ext <<_ACEOF
3555 /* confdefs.h.  */
3556 _ACEOF
3557 cat confdefs.h >>conftest.$ac_ext
3558 cat >>conftest.$ac_ext <<_ACEOF
3559 /* end confdefs.h.  */
3560
3561 int
3562 main ()
3563 {
3564
3565   ;
3566   return 0;
3567 }
3568 _ACEOF
3569 rm -f conftest.$ac_objext
3570 if { (ac_try="$ac_compile"
3571 case "(($ac_try" in
3572   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3573   *) ac_try_echo=$ac_try;;
3574 esac
3575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3576   (eval "$ac_compile") 2>conftest.er1
3577   ac_status=$?
3578   grep -v '^ *+' conftest.er1 >conftest.err
3579   rm -f conftest.er1
3580   cat conftest.err >&5
3581   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3582   (exit $ac_status); } && {
3583          test -z "$ac_cxx_werror_flag" ||
3584          test ! -s conftest.err
3585        } && test -s conftest.$ac_objext; then
3586   :
3587 else
3588   echo "$as_me: failed program was:" >&5
3589 sed 's/^/| /' conftest.$ac_ext >&5
3590
3591         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3592          CXXFLAGS="-g"
3593          cat >conftest.$ac_ext <<_ACEOF
3594 /* confdefs.h.  */
3595 _ACEOF
3596 cat confdefs.h >>conftest.$ac_ext
3597 cat >>conftest.$ac_ext <<_ACEOF
3598 /* end confdefs.h.  */
3599
3600 int
3601 main ()
3602 {
3603
3604   ;
3605   return 0;
3606 }
3607 _ACEOF
3608 rm -f conftest.$ac_objext
3609 if { (ac_try="$ac_compile"
3610 case "(($ac_try" in
3611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3612   *) ac_try_echo=$ac_try;;
3613 esac
3614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3615   (eval "$ac_compile") 2>conftest.er1
3616   ac_status=$?
3617   grep -v '^ *+' conftest.er1 >conftest.err
3618   rm -f conftest.er1
3619   cat conftest.err >&5
3620   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3621   (exit $ac_status); } && {
3622          test -z "$ac_cxx_werror_flag" ||
3623          test ! -s conftest.err
3624        } && test -s conftest.$ac_objext; then
3625   ac_cv_prog_cxx_g=yes
3626 else
3627   echo "$as_me: failed program was:" >&5
3628 sed 's/^/| /' conftest.$ac_ext >&5
3629
3630
3631 fi
3632
3633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3634 fi
3635
3636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3637 fi
3638
3639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3640    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3641 fi
3642 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3643 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3644 if test "$ac_test_CXXFLAGS" = set; then
3645   CXXFLAGS=$ac_save_CXXFLAGS
3646 elif test $ac_cv_prog_cxx_g = yes; then
3647   if test "$GXX" = yes; then
3648     CXXFLAGS="-g -O2"
3649   else
3650     CXXFLAGS="-g"
3651   fi
3652 else
3653   if test "$GXX" = yes; then
3654     CXXFLAGS="-O2"
3655   else
3656     CXXFLAGS=
3657   fi
3658 fi
3659 ac_ext=c
3660 ac_cpp='$CPP $CPPFLAGS'
3661 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3662 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3663 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3664
3665 if test "x$CC" != xcc; then
3666   { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
3667 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
3668 else
3669   { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
3670 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
3671 fi
3672 set dummy $CC; ac_cc=`echo $2 |
3673                       sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
3674 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
3675   echo $ECHO_N "(cached) $ECHO_C" >&6
3676 else
3677   cat >conftest.$ac_ext <<_ACEOF
3678 /* confdefs.h.  */
3679 _ACEOF
3680 cat confdefs.h >>conftest.$ac_ext
3681 cat >>conftest.$ac_ext <<_ACEOF
3682 /* end confdefs.h.  */
3683
3684 int
3685 main ()
3686 {
3687
3688   ;
3689   return 0;
3690 }
3691 _ACEOF
3692 # Make sure it works both with $CC and with simple cc.
3693 # We do the test twice because some compilers refuse to overwrite an
3694 # existing .o file with -o, though they will create one.
3695 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
3696 rm -f conftest2.*
3697 if { (case "(($ac_try" in
3698   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3699   *) ac_try_echo=$ac_try;;
3700 esac
3701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3702   (eval "$ac_try") 2>&5
3703   ac_status=$?
3704   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3705   (exit $ac_status); } &&
3706    test -f conftest2.$ac_objext && { (case "(($ac_try" in
3707   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3708   *) ac_try_echo=$ac_try;;
3709 esac
3710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3711   (eval "$ac_try") 2>&5
3712   ac_status=$?
3713   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3714   (exit $ac_status); };
3715 then
3716   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
3717   if test "x$CC" != xcc; then
3718     # Test first that cc exists at all.
3719     if { ac_try='cc -c conftest.$ac_ext >&5'
3720   { (case "(($ac_try" in
3721   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3722   *) ac_try_echo=$ac_try;;
3723 esac
3724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3725   (eval "$ac_try") 2>&5
3726   ac_status=$?
3727   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3728   (exit $ac_status); }; }; then
3729       ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
3730       rm -f conftest2.*
3731       if { (case "(($ac_try" in
3732   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3733   *) ac_try_echo=$ac_try;;
3734 esac
3735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3736   (eval "$ac_try") 2>&5
3737   ac_status=$?
3738   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3739   (exit $ac_status); } &&
3740          test -f conftest2.$ac_objext && { (case "(($ac_try" in
3741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3742   *) ac_try_echo=$ac_try;;
3743 esac
3744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3745   (eval "$ac_try") 2>&5
3746   ac_status=$?
3747   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3748   (exit $ac_status); };
3749       then
3750         # cc works too.
3751         :
3752       else
3753         # cc exists but doesn't like -o.
3754         eval ac_cv_prog_cc_${ac_cc}_c_o=no
3755       fi
3756     fi
3757   fi
3758 else
3759   eval ac_cv_prog_cc_${ac_cc}_c_o=no
3760 fi
3761 rm -f core conftest*
3762
3763 fi
3764 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
3765   { echo "$as_me:$LINENO: result: yes" >&5
3766 echo "${ECHO_T}yes" >&6; }
3767 else
3768   { echo "$as_me:$LINENO: result: no" >&5
3769 echo "${ECHO_T}no" >&6; }
3770
3771 cat >>confdefs.h <<\_ACEOF
3772 #define NO_MINUS_C_MINUS_O 1
3773 _ACEOF
3774
3775 fi
3776
3777 ac_ext=c
3778 ac_cpp='$CPP $CPPFLAGS'
3779 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3780 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3781 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3782 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3783 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3784 # On Suns, sometimes $CPP names a directory.
3785 if test -n "$CPP" && test -d "$CPP"; then
3786   CPP=
3787 fi
3788 if test -z "$CPP"; then
3789   if test "${ac_cv_prog_CPP+set}" = set; then
3790   echo $ECHO_N "(cached) $ECHO_C" >&6
3791 else
3792       # Double quotes because CPP needs to be expanded
3793     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3794     do
3795       ac_preproc_ok=false
3796 for ac_c_preproc_warn_flag in '' yes
3797 do
3798   # Use a header file that comes with gcc, so configuring glibc
3799   # with a fresh cross-compiler works.
3800   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3801   # <limits.h> exists even on freestanding compilers.
3802   # On the NeXT, cc -E runs the code through the compiler's parser,
3803   # not just through cpp. "Syntax error" is here to catch this case.
3804   cat >conftest.$ac_ext <<_ACEOF
3805 /* confdefs.h.  */
3806 _ACEOF
3807 cat confdefs.h >>conftest.$ac_ext
3808 cat >>conftest.$ac_ext <<_ACEOF
3809 /* end confdefs.h.  */
3810 #ifdef __STDC__
3811 # include <limits.h>
3812 #else
3813 # include <assert.h>
3814 #endif
3815                      Syntax error
3816 _ACEOF
3817 if { (ac_try="$ac_cpp conftest.$ac_ext"
3818 case "(($ac_try" in
3819   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3820   *) ac_try_echo=$ac_try;;
3821 esac
3822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3823   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3824   ac_status=$?
3825   grep -v '^ *+' conftest.er1 >conftest.err
3826   rm -f conftest.er1
3827   cat conftest.err >&5
3828   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3829   (exit $ac_status); } >/dev/null && {
3830          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3831          test ! -s conftest.err
3832        }; then
3833   :
3834 else
3835   echo "$as_me: failed program was:" >&5
3836 sed 's/^/| /' conftest.$ac_ext >&5
3837
3838   # Broken: fails on valid input.
3839 continue
3840 fi
3841
3842 rm -f conftest.err conftest.$ac_ext
3843
3844   # OK, works on sane cases.  Now check whether nonexistent headers
3845   # can be detected and how.
3846   cat >conftest.$ac_ext <<_ACEOF
3847 /* confdefs.h.  */
3848 _ACEOF
3849 cat confdefs.h >>conftest.$ac_ext
3850 cat >>conftest.$ac_ext <<_ACEOF
3851 /* end confdefs.h.  */
3852 #include <ac_nonexistent.h>
3853 _ACEOF
3854 if { (ac_try="$ac_cpp conftest.$ac_ext"
3855 case "(($ac_try" in
3856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3857   *) ac_try_echo=$ac_try;;
3858 esac
3859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3860   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3861   ac_status=$?
3862   grep -v '^ *+' conftest.er1 >conftest.err
3863   rm -f conftest.er1
3864   cat conftest.err >&5
3865   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3866   (exit $ac_status); } >/dev/null && {
3867          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3868          test ! -s conftest.err
3869        }; then
3870   # Broken: success on invalid input.
3871 continue
3872 else
3873   echo "$as_me: failed program was:" >&5
3874 sed 's/^/| /' conftest.$ac_ext >&5
3875
3876   # Passes both tests.
3877 ac_preproc_ok=:
3878 break
3879 fi
3880
3881 rm -f conftest.err conftest.$ac_ext
3882
3883 done
3884 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3885 rm -f conftest.err conftest.$ac_ext
3886 if $ac_preproc_ok; then
3887   break
3888 fi
3889
3890     done
3891     ac_cv_prog_CPP=$CPP
3892
3893 fi
3894   CPP=$ac_cv_prog_CPP
3895 else
3896   ac_cv_prog_CPP=$CPP
3897 fi
3898 { echo "$as_me:$LINENO: result: $CPP" >&5
3899 echo "${ECHO_T}$CPP" >&6; }
3900 ac_preproc_ok=false
3901 for ac_c_preproc_warn_flag in '' yes
3902 do
3903   # Use a header file that comes with gcc, so configuring glibc
3904   # with a fresh cross-compiler works.
3905   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3906   # <limits.h> exists even on freestanding compilers.
3907   # On the NeXT, cc -E runs the code through the compiler's parser,
3908   # not just through cpp. "Syntax error" is here to catch this case.
3909   cat >conftest.$ac_ext <<_ACEOF
3910 /* confdefs.h.  */
3911 _ACEOF
3912 cat confdefs.h >>conftest.$ac_ext
3913 cat >>conftest.$ac_ext <<_ACEOF
3914 /* end confdefs.h.  */
3915 #ifdef __STDC__
3916 # include <limits.h>
3917 #else
3918 # include <assert.h>
3919 #endif
3920                      Syntax error
3921 _ACEOF
3922 if { (ac_try="$ac_cpp conftest.$ac_ext"
3923 case "(($ac_try" in
3924   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3925   *) ac_try_echo=$ac_try;;
3926 esac
3927 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3928   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3929   ac_status=$?
3930   grep -v '^ *+' conftest.er1 >conftest.err
3931   rm -f conftest.er1
3932   cat conftest.err >&5
3933   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3934   (exit $ac_status); } >/dev/null && {
3935          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3936          test ! -s conftest.err
3937        }; then
3938   :
3939 else
3940   echo "$as_me: failed program was:" >&5
3941 sed 's/^/| /' conftest.$ac_ext >&5
3942
3943   # Broken: fails on valid input.
3944 continue
3945 fi
3946
3947 rm -f conftest.err conftest.$ac_ext
3948
3949   # OK, works on sane cases.  Now check whether nonexistent headers
3950   # can be detected and how.
3951   cat >conftest.$ac_ext <<_ACEOF
3952 /* confdefs.h.  */
3953 _ACEOF
3954 cat confdefs.h >>conftest.$ac_ext
3955 cat >>conftest.$ac_ext <<_ACEOF
3956 /* end confdefs.h.  */
3957 #include <ac_nonexistent.h>
3958 _ACEOF
3959 if { (ac_try="$ac_cpp conftest.$ac_ext"
3960 case "(($ac_try" in
3961   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3962   *) ac_try_echo=$ac_try;;
3963 esac
3964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3965   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3966   ac_status=$?
3967   grep -v '^ *+' conftest.er1 >conftest.err
3968   rm -f conftest.er1
3969   cat conftest.err >&5
3970   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3971   (exit $ac_status); } >/dev/null && {
3972          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3973          test ! -s conftest.err
3974        }; then
3975   # Broken: success on invalid input.
3976 continue
3977 else
3978   echo "$as_me: failed program was:" >&5
3979 sed 's/^/| /' conftest.$ac_ext >&5
3980
3981   # Passes both tests.
3982 ac_preproc_ok=:
3983 break
3984 fi
3985
3986 rm -f conftest.err conftest.$ac_ext
3987
3988 done
3989 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3990 rm -f conftest.err conftest.$ac_ext
3991 if $ac_preproc_ok; then
3992   :
3993 else
3994   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3995 See \`config.log' for more details." >&5
3996 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3997 See \`config.log' for more details." >&2;}
3998    { (exit 1); exit 1; }; }
3999 fi
4000
4001 ac_ext=c
4002 ac_cpp='$CPP $CPPFLAGS'
4003 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4004 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4005 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4006
4007
4008 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4009 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4010 if test "${ac_cv_path_GREP+set}" = set; then
4011   echo $ECHO_N "(cached) $ECHO_C" >&6
4012 else
4013   # Extract the first word of "grep ggrep" to use in msg output
4014 if test -z "$GREP"; then
4015 set dummy grep ggrep; ac_prog_name=$2
4016 if test "${ac_cv_path_GREP+set}" = set; then
4017   echo $ECHO_N "(cached) $ECHO_C" >&6
4018 else
4019   ac_path_GREP_found=false
4020 # Loop through the user's path and test for each of PROGNAME-LIST
4021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4022 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4023 do
4024   IFS=$as_save_IFS
4025   test -z "$as_dir" && as_dir=.
4026   for ac_prog in grep ggrep; do
4027   for ac_exec_ext in '' $ac_executable_extensions; do
4028     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4029     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4030     # Check for GNU ac_path_GREP and select it if it is found.
4031   # Check for GNU $ac_path_GREP
4032 case `"$ac_path_GREP" --version 2>&1` in
4033 *GNU*)
4034   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4035 *)
4036   ac_count=0
4037   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4038   while :
4039   do
4040     cat "conftest.in" "conftest.in" >"conftest.tmp"
4041     mv "conftest.tmp" "conftest.in"
4042     cp "conftest.in" "conftest.nl"
4043     echo 'GREP' >> "conftest.nl"
4044     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4045     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4046     ac_count=`expr $ac_count + 1`
4047     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4048       # Best one so far, save it but keep looking for a better one
4049       ac_cv_path_GREP="$ac_path_GREP"
4050       ac_path_GREP_max=$ac_count
4051     fi
4052     # 10*(2^10) chars as input seems more than enough
4053     test $ac_count -gt 10 && break
4054   done
4055   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4056 esac
4057
4058
4059     $ac_path_GREP_found && break 3
4060   done
4061 done
4062
4063 done
4064 IFS=$as_save_IFS
4065
4066
4067 fi
4068
4069 GREP="$ac_cv_path_GREP"
4070 if test -z "$GREP"; then
4071   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4072 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4073    { (exit 1); exit 1; }; }
4074 fi
4075
4076 else
4077   ac_cv_path_GREP=$GREP
4078 fi
4079
4080
4081 fi
4082 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4083 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4084  GREP="$ac_cv_path_GREP"
4085
4086
4087 { echo "$as_me:$LINENO: checking for egrep" >&5
4088 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4089 if test "${ac_cv_path_EGREP+set}" = set; then
4090   echo $ECHO_N "(cached) $ECHO_C" >&6
4091 else
4092   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4093    then ac_cv_path_EGREP="$GREP -E"
4094    else
4095      # Extract the first word of "egrep" to use in msg output
4096 if test -z "$EGREP"; then
4097 set dummy egrep; ac_prog_name=$2
4098 if test "${ac_cv_path_EGREP+set}" = set; then
4099   echo $ECHO_N "(cached) $ECHO_C" >&6
4100 else
4101   ac_path_EGREP_found=false
4102 # Loop through the user's path and test for each of PROGNAME-LIST
4103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4104 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4105 do
4106   IFS=$as_save_IFS
4107   test -z "$as_dir" && as_dir=.
4108   for ac_prog in egrep; do
4109   for ac_exec_ext in '' $ac_executable_extensions; do
4110     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4111     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4112     # Check for GNU ac_path_EGREP and select it if it is found.
4113   # Check for GNU $ac_path_EGREP
4114 case `"$ac_path_EGREP" --version 2>&1` in
4115 *GNU*)
4116   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4117 *)
4118   ac_count=0
4119   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4120   while :
4121   do
4122     cat "conftest.in" "conftest.in" >"conftest.tmp"
4123     mv "conftest.tmp" "conftest.in"
4124     cp "conftest.in" "conftest.nl"
4125     echo 'EGREP' >> "conftest.nl"
4126     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4127     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4128     ac_count=`expr $ac_count + 1`
4129     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4130       # Best one so far, save it but keep looking for a better one
4131       ac_cv_path_EGREP="$ac_path_EGREP"
4132       ac_path_EGREP_max=$ac_count
4133     fi
4134     # 10*(2^10) chars as input seems more than enough
4135     test $ac_count -gt 10 && break
4136   done
4137   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4138 esac
4139
4140
4141     $ac_path_EGREP_found && break 3
4142   done
4143 done
4144
4145 done
4146 IFS=$as_save_IFS
4147
4148
4149 fi
4150
4151 EGREP="$ac_cv_path_EGREP"
4152 if test -z "$EGREP"; then
4153   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4154 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4155    { (exit 1); exit 1; }; }
4156 fi
4157
4158 else
4159   ac_cv_path_EGREP=$EGREP
4160 fi
4161
4162
4163    fi
4164 fi
4165 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4166 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4167  EGREP="$ac_cv_path_EGREP"
4168
4169
4170 if test $ac_cv_c_compiler_gnu = yes; then
4171     { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
4172 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }
4173 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
4174   echo $ECHO_N "(cached) $ECHO_C" >&6
4175 else
4176     ac_pattern="Autoconf.*'x'"
4177   cat >conftest.$ac_ext <<_ACEOF
4178 /* confdefs.h.  */
4179 _ACEOF
4180 cat confdefs.h >>conftest.$ac_ext
4181 cat >>conftest.$ac_ext <<_ACEOF
4182 /* end confdefs.h.  */
4183 #include <sgtty.h>
4184 Autoconf TIOCGETP
4185 _ACEOF
4186 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4187   $EGREP "$ac_pattern" >/dev/null 2>&1; then
4188   ac_cv_prog_gcc_traditional=yes
4189 else
4190   ac_cv_prog_gcc_traditional=no
4191 fi
4192 rm -f conftest*
4193
4194
4195   if test $ac_cv_prog_gcc_traditional = no; then
4196     cat >conftest.$ac_ext <<_ACEOF
4197 /* confdefs.h.  */
4198 _ACEOF
4199 cat confdefs.h >>conftest.$ac_ext
4200 cat >>conftest.$ac_ext <<_ACEOF
4201 /* end confdefs.h.  */
4202 #include <termio.h>
4203 Autoconf TCGETA
4204 _ACEOF
4205 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4206   $EGREP "$ac_pattern" >/dev/null 2>&1; then
4207   ac_cv_prog_gcc_traditional=yes
4208 fi
4209 rm -f conftest*
4210
4211   fi
4212 fi
4213 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
4214 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
4215   if test $ac_cv_prog_gcc_traditional = yes; then
4216     CC="$CC -traditional"
4217   fi
4218 fi
4219
4220 BASECC=`basename $CC`
4221 have_gcc=no
4222 if test "x$BASECC" = xgcc; then
4223    cat >>confdefs.h <<\_ACEOF
4224 #define HAVE_GCC 1
4225 _ACEOF
4226
4227    have_gcc=yes
4228 fi
4229 # Extract the first word of "$CXX", so it can be a program name with args.
4230 set dummy $CXX; ac_word=$2
4231 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4232 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4233 if test "${ac_cv_path_CXX+set}" = set; then
4234   echo $ECHO_N "(cached) $ECHO_C" >&6
4235 else
4236   case $CXX in
4237   [\\/]* | ?:[\\/]*)
4238   ac_cv_path_CXX="$CXX" # Let the user override the test with a path.
4239   ;;
4240   *)
4241   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4242 for as_dir in $PATH
4243 do
4244   IFS=$as_save_IFS
4245   test -z "$as_dir" && as_dir=.
4246   for ac_exec_ext in '' $ac_executable_extensions; do
4247   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4248     ac_cv_path_CXX="$as_dir/$ac_word$ac_exec_ext"
4249     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4250     break 2
4251   fi
4252 done
4253 done
4254 IFS=$as_save_IFS
4255
4256   test -z "$ac_cv_path_CXX" && ac_cv_path_CXX="$CXX"
4257   ;;
4258 esac
4259 fi
4260 CXX=$ac_cv_path_CXX
4261 if test -n "$CXX"; then
4262   { echo "$as_me:$LINENO: result: $CXX" >&5
4263 echo "${ECHO_T}$CXX" >&6; }
4264 else
4265   { echo "$as_me:$LINENO: result: no" >&5
4266 echo "${ECHO_T}no" >&6; }
4267 fi
4268
4269
4270 if test ! -e $CXX; then
4271    { { echo "$as_me:$LINENO: error: Unable to find C++ compiler" >&5
4272 echo "$as_me: error: Unable to find C++ compiler" >&2;}
4273    { (exit 1); exit 1; }; }
4274 fi
4275
4276 # Find a good install program.  We prefer a C program (faster),
4277 # so one script is as good as another.  But avoid the broken or
4278 # incompatible versions:
4279 # SysV /etc/install, /usr/sbin/install
4280 # SunOS /usr/etc/install
4281 # IRIX /sbin/install
4282 # AIX /bin/install
4283 # AmigaOS /C/install, which installs bootblocks on floppy discs
4284 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4285 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4286 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4287 # OS/2's system install, which has a completely different semantic
4288 # ./install, which can be erroneously created by make from ./install.sh.
4289 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4290 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4291 if test -z "$INSTALL"; then
4292 if test "${ac_cv_path_install+set}" = set; then
4293   echo $ECHO_N "(cached) $ECHO_C" >&6
4294 else
4295   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4296 for as_dir in $PATH
4297 do
4298   IFS=$as_save_IFS
4299   test -z "$as_dir" && as_dir=.
4300   # Account for people who put trailing slashes in PATH elements.
4301 case $as_dir/ in
4302   ./ | .// | /cC/* | \
4303   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4304   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4305   /usr/ucb/* ) ;;
4306   *)
4307     # OSF1 and SCO ODT 3.0 have their own names for install.
4308     # Don't use installbsd from OSF since it installs stuff as root
4309     # by default.
4310     for ac_prog in ginstall scoinst install; do
4311       for ac_exec_ext in '' $ac_executable_extensions; do
4312         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4313           if test $ac_prog = install &&
4314             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4315             # AIX install.  It has an incompatible calling convention.
4316             :
4317           elif test $ac_prog = install &&
4318             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4319             # program-specific install script used by HP pwplus--don't use.
4320             :
4321           else
4322             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4323             break 3
4324           fi
4325         fi
4326       done
4327     done
4328     ;;
4329 esac
4330 done
4331 IFS=$as_save_IFS
4332
4333
4334 fi
4335   if test "${ac_cv_path_install+set}" = set; then
4336     INSTALL=$ac_cv_path_install
4337   else
4338     # As a last resort, use the slow shell script.  Don't cache a
4339     # value for INSTALL within a source directory, because that will
4340     # break other packages using the cache if that directory is
4341     # removed, or if the value is a relative name.
4342     INSTALL=$ac_install_sh
4343   fi
4344 fi
4345 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4346 echo "${ECHO_T}$INSTALL" >&6; }
4347
4348 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4349 # It thinks the first close brace ends the variable substitution.
4350 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4351
4352 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4353
4354 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4355
4356 # Extract the first word of "mv", so it can be a program name with args.
4357 set dummy mv; ac_word=$2
4358 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4359 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4360 if test "${ac_cv_path_MV+set}" = set; then
4361   echo $ECHO_N "(cached) $ECHO_C" >&6
4362 else
4363   case $MV in
4364   [\\/]* | ?:[\\/]*)
4365   ac_cv_path_MV="$MV" # Let the user override the test with a path.
4366   ;;
4367   *)
4368   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4369 for as_dir in $PATH
4370 do
4371   IFS=$as_save_IFS
4372   test -z "$as_dir" && as_dir=.
4373   for ac_exec_ext in '' $ac_executable_extensions; do
4374   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4375     ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
4376     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4377     break 2
4378   fi
4379 done
4380 done
4381 IFS=$as_save_IFS
4382
4383   test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
4384   ;;
4385 esac
4386 fi
4387 MV=$ac_cv_path_MV
4388 if test -n "$MV"; then
4389   { echo "$as_me:$LINENO: result: $MV" >&5
4390 echo "${ECHO_T}$MV" >&6; }
4391 else
4392   { echo "$as_me:$LINENO: result: no" >&5
4393 echo "${ECHO_T}no" >&6; }
4394 fi
4395
4396
4397 # Extract the first word of "rm", so it can be a program name with args.
4398 set dummy rm; ac_word=$2
4399 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4401 if test "${ac_cv_path_REMOVE+set}" = set; then
4402   echo $ECHO_N "(cached) $ECHO_C" >&6
4403 else
4404   case $REMOVE in
4405   [\\/]* | ?:[\\/]*)
4406   ac_cv_path_REMOVE="$REMOVE" # Let the user override the test with a path.
4407   ;;
4408   *)
4409   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4410 for as_dir in $PATH
4411 do
4412   IFS=$as_save_IFS
4413   test -z "$as_dir" && as_dir=.
4414   for ac_exec_ext in '' $ac_executable_extensions; do
4415   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4416     ac_cv_path_REMOVE="$as_dir/$ac_word$ac_exec_ext"
4417     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4418     break 2
4419   fi
4420 done
4421 done
4422 IFS=$as_save_IFS
4423
4424   test -z "$ac_cv_path_REMOVE" && ac_cv_path_REMOVE="rm"
4425   ;;
4426 esac
4427 fi
4428 REMOVE=$ac_cv_path_REMOVE
4429 if test -n "$REMOVE"; then
4430   { echo "$as_me:$LINENO: result: $REMOVE" >&5
4431 echo "${ECHO_T}$REMOVE" >&6; }
4432 else
4433   { echo "$as_me:$LINENO: result: no" >&5
4434 echo "${ECHO_T}no" >&6; }
4435 fi
4436
4437
4438 # Extract the first word of "cp", so it can be a program name with args.
4439 set dummy cp; ac_word=$2
4440 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4441 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4442 if test "${ac_cv_path_CP+set}" = set; then
4443   echo $ECHO_N "(cached) $ECHO_C" >&6
4444 else
4445   case $CP in
4446   [\\/]* | ?:[\\/]*)
4447   ac_cv_path_CP="$CP" # Let the user override the test with a path.
4448   ;;
4449   *)
4450   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4451 for as_dir in $PATH
4452 do
4453   IFS=$as_save_IFS
4454   test -z "$as_dir" && as_dir=.
4455   for ac_exec_ext in '' $ac_executable_extensions; do
4456   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4457     ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
4458     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4459     break 2
4460   fi
4461 done
4462 done
4463 IFS=$as_save_IFS
4464
4465   test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
4466   ;;
4467 esac
4468 fi
4469 CP=$ac_cv_path_CP
4470 if test -n "$CP"; then
4471   { echo "$as_me:$LINENO: result: $CP" >&5
4472 echo "${ECHO_T}$CP" >&6; }
4473 else
4474   { echo "$as_me:$LINENO: result: no" >&5
4475 echo "${ECHO_T}no" >&6; }
4476 fi
4477
4478
4479 # Extract the first word of "sed", so it can be a program name with args.
4480 set dummy sed; ac_word=$2
4481 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4482 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4483 if test "${ac_cv_path_SED+set}" = set; then
4484   echo $ECHO_N "(cached) $ECHO_C" >&6
4485 else
4486   case $SED in
4487   [\\/]* | ?:[\\/]*)
4488   ac_cv_path_SED="$SED" # Let the user override the test with a path.
4489   ;;
4490   *)
4491   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4492 for as_dir in $PATH
4493 do
4494   IFS=$as_save_IFS
4495   test -z "$as_dir" && as_dir=.
4496   for ac_exec_ext in '' $ac_executable_extensions; do
4497   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4498     ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
4499     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4500     break 2
4501   fi
4502 done
4503 done
4504 IFS=$as_save_IFS
4505
4506   test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
4507   ;;
4508 esac
4509 fi
4510 SED=$ac_cv_path_SED
4511 if test -n "$SED"; then
4512   { echo "$as_me:$LINENO: result: $SED" >&5
4513 echo "${ECHO_T}$SED" >&6; }
4514 else
4515   { echo "$as_me:$LINENO: result: no" >&5
4516 echo "${ECHO_T}no" >&6; }
4517 fi
4518
4519
4520 # Extract the first word of "echo", so it can be a program name with args.
4521 set dummy echo; ac_word=$2
4522 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4524 if test "${ac_cv_path_ECHO+set}" = set; then
4525   echo $ECHO_N "(cached) $ECHO_C" >&6
4526 else
4527   case $ECHO in
4528   [\\/]* | ?:[\\/]*)
4529   ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
4530   ;;
4531   *)
4532   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4533 for as_dir in $PATH
4534 do
4535   IFS=$as_save_IFS
4536   test -z "$as_dir" && as_dir=.
4537   for ac_exec_ext in '' $ac_executable_extensions; do
4538   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4539     ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
4540     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4541     break 2
4542   fi
4543 done
4544 done
4545 IFS=$as_save_IFS
4546
4547   test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
4548   ;;
4549 esac
4550 fi
4551 ECHO=$ac_cv_path_ECHO
4552 if test -n "$ECHO"; then
4553   { echo "$as_me:$LINENO: result: $ECHO" >&5
4554 echo "${ECHO_T}$ECHO" >&6; }
4555 else
4556   { echo "$as_me:$LINENO: result: no" >&5
4557 echo "${ECHO_T}no" >&6; }
4558 fi
4559
4560
4561 # Extract the first word of "cmp", so it can be a program name with args.
4562 set dummy cmp; ac_word=$2
4563 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4564 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4565 if test "${ac_cv_path_CMP+set}" = set; then
4566   echo $ECHO_N "(cached) $ECHO_C" >&6
4567 else
4568   case $CMP in
4569   [\\/]* | ?:[\\/]*)
4570   ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
4571   ;;
4572   *)
4573   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4574 for as_dir in $PATH
4575 do
4576   IFS=$as_save_IFS
4577   test -z "$as_dir" && as_dir=.
4578   for ac_exec_ext in '' $ac_executable_extensions; do
4579   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4580     ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
4581     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4582     break 2
4583   fi
4584 done
4585 done
4586 IFS=$as_save_IFS
4587
4588   test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
4589   ;;
4590 esac
4591 fi
4592 CMP=$ac_cv_path_CMP
4593 if test -n "$CMP"; then
4594   { echo "$as_me:$LINENO: result: $CMP" >&5
4595 echo "${ECHO_T}$CMP" >&6; }
4596 else
4597   { echo "$as_me:$LINENO: result: no" >&5
4598 echo "${ECHO_T}no" >&6; }
4599 fi
4600
4601
4602 # Extract the first word of "tbl", so it can be a program name with args.
4603 set dummy tbl; ac_word=$2
4604 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4605 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4606 if test "${ac_cv_path_TBL+set}" = set; then
4607   echo $ECHO_N "(cached) $ECHO_C" >&6
4608 else
4609   case $TBL in
4610   [\\/]* | ?:[\\/]*)
4611   ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
4612   ;;
4613   *)
4614   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4615 for as_dir in $PATH
4616 do
4617   IFS=$as_save_IFS
4618   test -z "$as_dir" && as_dir=.
4619   for ac_exec_ext in '' $ac_executable_extensions; do
4620   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4621     ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
4622     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4623     break 2
4624   fi
4625 done
4626 done
4627 IFS=$as_save_IFS
4628
4629   test -z "$ac_cv_path_TBL" && ac_cv_path_TBL="tbl"
4630   ;;
4631 esac
4632 fi
4633 TBL=$ac_cv_path_TBL
4634 if test -n "$TBL"; then
4635   { echo "$as_me:$LINENO: result: $TBL" >&5
4636 echo "${ECHO_T}$TBL" >&6; }
4637 else
4638   { echo "$as_me:$LINENO: result: no" >&5
4639 echo "${ECHO_T}no" >&6; }
4640 fi
4641
4642
4643 # Extract the first word of "ar", so it can be a program name with args.
4644 set dummy ar; ac_word=$2
4645 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4646 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4647 if test "${ac_cv_path_AR+set}" = set; then
4648   echo $ECHO_N "(cached) $ECHO_C" >&6
4649 else
4650   case $AR in
4651   [\\/]* | ?:[\\/]*)
4652   ac_cv_path_AR="$AR" # Let the user override the test with a path.
4653   ;;
4654   *)
4655   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4656 for as_dir in $PATH
4657 do
4658   IFS=$as_save_IFS
4659   test -z "$as_dir" && as_dir=.
4660   for ac_exec_ext in '' $ac_executable_extensions; do
4661   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4662     ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext"
4663     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4664     break 2
4665   fi
4666 done
4667 done
4668 IFS=$as_save_IFS
4669
4670   test -z "$ac_cv_path_AR" && ac_cv_path_AR="ar"
4671   ;;
4672 esac
4673 fi
4674 AR=$ac_cv_path_AR
4675 if test -n "$AR"; then
4676   { echo "$as_me:$LINENO: result: $AR" >&5
4677 echo "${ECHO_T}$AR" >&6; }
4678 else
4679   { echo "$as_me:$LINENO: result: no" >&5
4680 echo "${ECHO_T}no" >&6; }
4681 fi
4682
4683
4684 # Extract the first word of "openssl", so it can be a program name with args.
4685 set dummy openssl; ac_word=$2
4686 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4687 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4688 if test "${ac_cv_path_OPENSSL+set}" = set; then
4689   echo $ECHO_N "(cached) $ECHO_C" >&6
4690 else
4691   case $OPENSSL in
4692   [\\/]* | ?:[\\/]*)
4693   ac_cv_path_OPENSSL="$OPENSSL" # Let the user override the test with a path.
4694   ;;
4695   *)
4696   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4697 for as_dir in $PATH
4698 do
4699   IFS=$as_save_IFS
4700   test -z "$as_dir" && as_dir=.
4701   for ac_exec_ext in '' $ac_executable_extensions; do
4702   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4703     ac_cv_path_OPENSSL="$as_dir/$ac_word$ac_exec_ext"
4704     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4705     break 2
4706   fi
4707 done
4708 done
4709 IFS=$as_save_IFS
4710
4711   test -z "$ac_cv_path_OPENSSL" && ac_cv_path_OPENSSL="none"
4712   ;;
4713 esac
4714 fi
4715 OPENSSL=$ac_cv_path_OPENSSL
4716 if test -n "$OPENSSL"; then
4717   { echo "$as_me:$LINENO: result: $OPENSSL" >&5
4718 echo "${ECHO_T}$OPENSSL" >&6; }
4719 else
4720   { echo "$as_me:$LINENO: result: no" >&5
4721 echo "${ECHO_T}no" >&6; }
4722 fi
4723
4724
4725 # Extract the first word of "mtx", so it can be a program name with args.
4726 set dummy mtx; ac_word=$2
4727 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4728 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4729 if test "${ac_cv_path_MTX+set}" = set; then
4730   echo $ECHO_N "(cached) $ECHO_C" >&6
4731 else
4732   case $MTX in
4733   [\\/]* | ?:[\\/]*)
4734   ac_cv_path_MTX="$MTX" # Let the user override the test with a path.
4735   ;;
4736   *)
4737   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4738 for as_dir in $PATH
4739 do
4740   IFS=$as_save_IFS
4741   test -z "$as_dir" && as_dir=.
4742   for ac_exec_ext in '' $ac_executable_extensions; do
4743   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4744     ac_cv_path_MTX="$as_dir/$ac_word$ac_exec_ext"
4745     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4746     break 2
4747   fi
4748 done
4749 done
4750 IFS=$as_save_IFS
4751
4752   test -z "$ac_cv_path_MTX" && ac_cv_path_MTX="mtx"
4753   ;;
4754 esac
4755 fi
4756 MTX=$ac_cv_path_MTX
4757 if test -n "$MTX"; then
4758   { echo "$as_me:$LINENO: result: $MTX" >&5
4759 echo "${ECHO_T}$MTX" >&6; }
4760 else
4761   { echo "$as_me:$LINENO: result: no" >&5
4762 echo "${ECHO_T}no" >&6; }
4763 fi
4764
4765
4766 # Extract the first word of "dd", so it can be a program name with args.
4767 set dummy dd; ac_word=$2
4768 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4769 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4770 if test "${ac_cv_path_DD+set}" = set; then
4771   echo $ECHO_N "(cached) $ECHO_C" >&6
4772 else
4773   case $DD in
4774   [\\/]* | ?:[\\/]*)
4775   ac_cv_path_DD="$DD" # Let the user override the test with a path.
4776   ;;
4777   *)
4778   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4779 for as_dir in $PATH
4780 do
4781   IFS=$as_save_IFS
4782   test -z "$as_dir" && as_dir=.
4783   for ac_exec_ext in '' $ac_executable_extensions; do
4784   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4785     ac_cv_path_DD="$as_dir/$ac_word$ac_exec_ext"
4786     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4787     break 2
4788   fi
4789 done
4790 done
4791 IFS=$as_save_IFS
4792
4793   test -z "$ac_cv_path_DD" && ac_cv_path_DD="dd"
4794   ;;
4795 esac
4796 fi
4797 DD=$ac_cv_path_DD
4798 if test -n "$DD"; then
4799   { echo "$as_me:$LINENO: result: $DD" >&5
4800 echo "${ECHO_T}$DD" >&6; }
4801 else
4802   { echo "$as_me:$LINENO: result: no" >&5
4803 echo "${ECHO_T}no" >&6; }
4804 fi
4805
4806
4807 # Extract the first word of "mkisofs", so it can be a program name with args.
4808 set dummy mkisofs; ac_word=$2
4809 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4810 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4811 if test "${ac_cv_path_MKISOFS+set}" = set; then
4812   echo $ECHO_N "(cached) $ECHO_C" >&6
4813 else
4814   case $MKISOFS in
4815   [\\/]* | ?:[\\/]*)
4816   ac_cv_path_MKISOFS="$MKISOFS" # Let the user override the test with a path.
4817   ;;
4818   *)
4819   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4820 for as_dir in $PATH
4821 do
4822   IFS=$as_save_IFS
4823   test -z "$as_dir" && as_dir=.
4824   for ac_exec_ext in '' $ac_executable_extensions; do
4825   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4826     ac_cv_path_MKISOFS="$as_dir/$ac_word$ac_exec_ext"
4827     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4828     break 2
4829   fi
4830 done
4831 done
4832 IFS=$as_save_IFS
4833
4834   test -z "$ac_cv_path_MKISOFS" && ac_cv_path_MKISOFS="mkisofs"
4835   ;;
4836 esac
4837 fi
4838 MKISOFS=$ac_cv_path_MKISOFS
4839 if test -n "$MKISOFS"; then
4840   { echo "$as_me:$LINENO: result: $MKISOFS" >&5
4841 echo "${ECHO_T}$MKISOFS" >&6; }
4842 else
4843   { echo "$as_me:$LINENO: result: no" >&5
4844 echo "${ECHO_T}no" >&6; }
4845 fi
4846
4847
4848 # Extract the first word of "python", so it can be a program name with args.
4849 set dummy python; ac_word=$2
4850 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4851 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4852 if test "${ac_cv_path_PYTHON+set}" = set; then
4853   echo $ECHO_N "(cached) $ECHO_C" >&6
4854 else
4855   case $PYTHON in
4856   [\\/]* | ?:[\\/]*)
4857   ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
4858   ;;
4859   *)
4860   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4861 for as_dir in $PATH
4862 do
4863   IFS=$as_save_IFS
4864   test -z "$as_dir" && as_dir=.
4865   for ac_exec_ext in '' $ac_executable_extensions; do
4866   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4867     ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
4868     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4869     break 2
4870   fi
4871 done
4872 done
4873 IFS=$as_save_IFS
4874
4875   test -z "$ac_cv_path_PYTHON" && ac_cv_path_PYTHON="python"
4876   ;;
4877 esac
4878 fi
4879 PYTHON=$ac_cv_path_PYTHON
4880 if test -n "$PYTHON"; then
4881   { echo "$as_me:$LINENO: result: $PYTHON" >&5
4882 echo "${ECHO_T}$PYTHON" >&6; }
4883 else
4884   { echo "$as_me:$LINENO: result: no" >&5
4885 echo "${ECHO_T}no" >&6; }
4886 fi
4887
4888
4889 # Extract the first word of "growisofs", so it can be a program name with args.
4890 set dummy growisofs; ac_word=$2
4891 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4892 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4893 if test "${ac_cv_path_GROWISOFS+set}" = set; then
4894   echo $ECHO_N "(cached) $ECHO_C" >&6
4895 else
4896   case $GROWISOFS in
4897   [\\/]* | ?:[\\/]*)
4898   ac_cv_path_GROWISOFS="$GROWISOFS" # Let the user override the test with a path.
4899   ;;
4900   *)
4901   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4902 for as_dir in $PATH
4903 do
4904   IFS=$as_save_IFS
4905   test -z "$as_dir" && as_dir=.
4906   for ac_exec_ext in '' $ac_executable_extensions; do
4907   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4908     ac_cv_path_GROWISOFS="$as_dir/$ac_word$ac_exec_ext"
4909     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4910     break 2
4911   fi
4912 done
4913 done
4914 IFS=$as_save_IFS
4915
4916   test -z "$ac_cv_path_GROWISOFS" && ac_cv_path_GROWISOFS="growisofs"
4917   ;;
4918 esac
4919 fi
4920 GROWISOFS=$ac_cv_path_GROWISOFS
4921 if test -n "$GROWISOFS"; then
4922   { echo "$as_me:$LINENO: result: $GROWISOFS" >&5
4923 echo "${ECHO_T}$GROWISOFS" >&6; }
4924 else
4925   { echo "$as_me:$LINENO: result: no" >&5
4926 echo "${ECHO_T}no" >&6; }
4927 fi
4928
4929
4930 # Extract the first word of "dvd+rw-mediainfo", so it can be a program name with args.
4931 set dummy dvd+rw-mediainfo; ac_word=$2
4932 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4933 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4934 if test "${ac_cv_path_DVDRWMEDIAINFO+set}" = set; then
4935   echo $ECHO_N "(cached) $ECHO_C" >&6
4936 else
4937   case $DVDRWMEDIAINFO in
4938   [\\/]* | ?:[\\/]*)
4939   ac_cv_path_DVDRWMEDIAINFO="$DVDRWMEDIAINFO" # Let the user override the test with a path.
4940   ;;
4941   *)
4942   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4943 for as_dir in $PATH
4944 do
4945   IFS=$as_save_IFS
4946   test -z "$as_dir" && as_dir=.
4947   for ac_exec_ext in '' $ac_executable_extensions; do
4948   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4949     ac_cv_path_DVDRWMEDIAINFO="$as_dir/$ac_word$ac_exec_ext"
4950     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4951     break 2
4952   fi
4953 done
4954 done
4955 IFS=$as_save_IFS
4956
4957   test -z "$ac_cv_path_DVDRWMEDIAINFO" && ac_cv_path_DVDRWMEDIAINFO="dvd+rw-mediainfo"
4958   ;;
4959 esac
4960 fi
4961 DVDRWMEDIAINFO=$ac_cv_path_DVDRWMEDIAINFO
4962 if test -n "$DVDRWMEDIAINFO"; then
4963   { echo "$as_me:$LINENO: result: $DVDRWMEDIAINFO" >&5
4964 echo "${ECHO_T}$DVDRWMEDIAINFO" >&6; }
4965 else
4966   { echo "$as_me:$LINENO: result: no" >&5
4967 echo "${ECHO_T}no" >&6; }
4968 fi
4969
4970
4971 # Extract the first word of "dvd+rw-format", so it can be a program name with args.
4972 set dummy dvd+rw-format; ac_word=$2
4973 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4974 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4975 if test "${ac_cv_path_DVDRWFORMAT+set}" = set; then
4976   echo $ECHO_N "(cached) $ECHO_C" >&6
4977 else
4978   case $DVDRWFORMAT in
4979   [\\/]* | ?:[\\/]*)
4980   ac_cv_path_DVDRWFORMAT="$DVDRWFORMAT" # Let the user override the test with a path.
4981   ;;
4982   *)
4983   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4984 for as_dir in $PATH
4985 do
4986   IFS=$as_save_IFS
4987   test -z "$as_dir" && as_dir=.
4988   for ac_exec_ext in '' $ac_executable_extensions; do
4989   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4990     ac_cv_path_DVDRWFORMAT="$as_dir/$ac_word$ac_exec_ext"
4991     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4992     break 2
4993   fi
4994 done
4995 done
4996 IFS=$as_save_IFS
4997
4998   test -z "$ac_cv_path_DVDRWFORMAT" && ac_cv_path_DVDRWFORMAT="dvd+rw-format"
4999   ;;
5000 esac
5001 fi
5002 DVDRWFORMAT=$ac_cv_path_DVDRWFORMAT
5003 if test -n "$DVDRWFORMAT"; then
5004   { echo "$as_me:$LINENO: result: $DVDRWFORMAT" >&5
5005 echo "${ECHO_T}$DVDRWFORMAT" >&6; }
5006 else
5007   { echo "$as_me:$LINENO: result: no" >&5
5008 echo "${ECHO_T}no" >&6; }
5009 fi
5010
5011
5012 # Extract the first word of "pkg-config", so it can be a program name with args.
5013 set dummy pkg-config; ac_word=$2
5014 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5016 if test "${ac_cv_path_PKGCONFIG+set}" = set; then
5017   echo $ECHO_N "(cached) $ECHO_C" >&6
5018 else
5019   case $PKGCONFIG in
5020   [\\/]* | ?:[\\/]*)
5021   ac_cv_path_PKGCONFIG="$PKGCONFIG" # Let the user override the test with a path.
5022   ;;
5023   *)
5024   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5025 for as_dir in $PATH
5026 do
5027   IFS=$as_save_IFS
5028   test -z "$as_dir" && as_dir=.
5029   for ac_exec_ext in '' $ac_executable_extensions; do
5030   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5031     ac_cv_path_PKGCONFIG="$as_dir/$ac_word$ac_exec_ext"
5032     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5033     break 2
5034   fi
5035 done
5036 done
5037 IFS=$as_save_IFS
5038
5039   test -z "$ac_cv_path_PKGCONFIG" && ac_cv_path_PKGCONFIG="pkg-config"
5040   ;;
5041 esac
5042 fi
5043 PKGCONFIG=$ac_cv_path_PKGCONFIG
5044 if test -n "$PKGCONFIG"; then
5045   { echo "$as_me:$LINENO: result: $PKGCONFIG" >&5
5046 echo "${ECHO_T}$PKGCONFIG" >&6; }
5047 else
5048   { echo "$as_me:$LINENO: result: no" >&5
5049 echo "${ECHO_T}no" >&6; }
5050 fi
5051
5052
5053 # Extract the first word of "qmake", so it can be a program name with args.
5054 set dummy qmake; ac_word=$2
5055 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5056 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5057 if test "${ac_cv_path_QMAKE+set}" = set; then
5058   echo $ECHO_N "(cached) $ECHO_C" >&6
5059 else
5060   case $QMAKE in
5061   [\\/]* | ?:[\\/]*)
5062   ac_cv_path_QMAKE="$QMAKE" # Let the user override the test with a path.
5063   ;;
5064   *)
5065   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5066 for as_dir in $PATH
5067 do
5068   IFS=$as_save_IFS
5069   test -z "$as_dir" && as_dir=.
5070   for ac_exec_ext in '' $ac_executable_extensions; do
5071   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5072     ac_cv_path_QMAKE="$as_dir/$ac_word$ac_exec_ext"
5073     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5074     break 2
5075   fi
5076 done
5077 done
5078 IFS=$as_save_IFS
5079
5080   test -z "$ac_cv_path_QMAKE" && ac_cv_path_QMAKE="none"
5081   ;;
5082 esac
5083 fi
5084 QMAKE=$ac_cv_path_QMAKE
5085 if test -n "$QMAKE"; then
5086   { echo "$as_me:$LINENO: result: $QMAKE" >&5
5087 echo "${ECHO_T}$QMAKE" >&6; }
5088 else
5089   { echo "$as_me:$LINENO: result: no" >&5
5090 echo "${ECHO_T}no" >&6; }
5091 fi
5092
5093
5094 # Extract the first word of "gmake", so it can be a program name with args.
5095 set dummy gmake; ac_word=$2
5096 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5097 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5098 if test "${ac_cv_path_GMAKE+set}" = set; then
5099   echo $ECHO_N "(cached) $ECHO_C" >&6
5100 else
5101   case $GMAKE in
5102   [\\/]* | ?:[\\/]*)
5103   ac_cv_path_GMAKE="$GMAKE" # Let the user override the test with a path.
5104   ;;
5105   *)
5106   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5107 for as_dir in $PATH
5108 do
5109   IFS=$as_save_IFS
5110   test -z "$as_dir" && as_dir=.
5111   for ac_exec_ext in '' $ac_executable_extensions; do
5112   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5113     ac_cv_path_GMAKE="$as_dir/$ac_word$ac_exec_ext"
5114     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5115     break 2
5116   fi
5117 done
5118 done
5119 IFS=$as_save_IFS
5120
5121   test -z "$ac_cv_path_GMAKE" && ac_cv_path_GMAKE="none"
5122   ;;
5123 esac
5124 fi
5125 GMAKE=$ac_cv_path_GMAKE
5126 if test -n "$GMAKE"; then
5127   { echo "$as_me:$LINENO: result: $GMAKE" >&5
5128 echo "${ECHO_T}$GMAKE" >&6; }
5129 else
5130   { echo "$as_me:$LINENO: result: no" >&5
5131 echo "${ECHO_T}no" >&6; }
5132 fi
5133
5134
5135
5136 if test "x$WXCONFIG" = x; then
5137    WXCONFIG=wx-config
5138 fi
5139 # Extract the first word of "${WXCONFIG}", so it can be a program name with args.
5140 set dummy ${WXCONFIG}; ac_word=$2
5141 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5142 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5143 if test "${ac_cv_path_WXCONFIG+set}" = set; then
5144   echo $ECHO_N "(cached) $ECHO_C" >&6
5145 else
5146   case $WXCONFIG in
5147   [\\/]* | ?:[\\/]*)
5148   ac_cv_path_WXCONFIG="$WXCONFIG" # Let the user override the test with a path.
5149   ;;
5150   *)
5151   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5152 for as_dir in $PATH
5153 do
5154   IFS=$as_save_IFS
5155   test -z "$as_dir" && as_dir=.
5156   for ac_exec_ext in '' $ac_executable_extensions; do
5157   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5158     ac_cv_path_WXCONFIG="$as_dir/$ac_word$ac_exec_ext"
5159     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5160     break 2
5161   fi
5162 done
5163 done
5164 IFS=$as_save_IFS
5165
5166   test -z "$ac_cv_path_WXCONFIG" && ac_cv_path_WXCONFIG="${WXCONFIG}"
5167   ;;
5168 esac
5169 fi
5170 WXCONFIG=$ac_cv_path_WXCONFIG
5171 if test -n "$WXCONFIG"; then
5172   { echo "$as_me:$LINENO: result: $WXCONFIG" >&5
5173 echo "${ECHO_T}$WXCONFIG" >&6; }
5174 else
5175   { echo "$as_me:$LINENO: result: no" >&5
5176 echo "${ECHO_T}no" >&6; }
5177 fi
5178
5179
5180
5181 # Extract the first word of "cdrecord", so it can be a program name with args.
5182 set dummy cdrecord; ac_word=$2
5183 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5184 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5185 if test "${ac_cv_path_CDRECORD+set}" = set; then
5186   echo $ECHO_N "(cached) $ECHO_C" >&6
5187 else
5188   case $CDRECORD in
5189   [\\/]* | ?:[\\/]*)
5190   ac_cv_path_CDRECORD="$CDRECORD" # Let the user override the test with a path.
5191   ;;
5192   *)
5193   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5194 for as_dir in $PATH
5195 do
5196   IFS=$as_save_IFS
5197   test -z "$as_dir" && as_dir=.
5198   for ac_exec_ext in '' $ac_executable_extensions; do
5199   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5200     ac_cv_path_CDRECORD="$as_dir/$ac_word$ac_exec_ext"
5201     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5202     break 2
5203   fi
5204 done
5205 done
5206 IFS=$as_save_IFS
5207
5208   test -z "$ac_cv_path_CDRECORD" && ac_cv_path_CDRECORD="cdrecord"
5209   ;;
5210 esac
5211 fi
5212 CDRECORD=$ac_cv_path_CDRECORD
5213 if test -n "$CDRECORD"; then
5214   { echo "$as_me:$LINENO: result: $CDRECORD" >&5
5215 echo "${ECHO_T}$CDRECORD" >&6; }
5216 else
5217   { echo "$as_me:$LINENO: result: no" >&5
5218 echo "${ECHO_T}no" >&6; }
5219 fi
5220
5221
5222 # Extract the first word of "pidof", so it can be a program name with args.
5223 set dummy pidof; ac_word=$2
5224 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5225 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5226 if test "${ac_cv_path_PIDOF+set}" = set; then
5227   echo $ECHO_N "(cached) $ECHO_C" >&6
5228 else
5229   case $PIDOF in
5230   [\\/]* | ?:[\\/]*)
5231   ac_cv_path_PIDOF="$PIDOF" # Let the user override the test with a path.
5232   ;;
5233   *)
5234   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5235 for as_dir in $PATH
5236 do
5237   IFS=$as_save_IFS
5238   test -z "$as_dir" && as_dir=.
5239   for ac_exec_ext in '' $ac_executable_extensions; do
5240   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5241     ac_cv_path_PIDOF="$as_dir/$ac_word$ac_exec_ext"
5242     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5243     break 2
5244   fi
5245 done
5246 done
5247 IFS=$as_save_IFS
5248
5249   test -z "$ac_cv_path_PIDOF" && ac_cv_path_PIDOF="pidof"
5250   ;;
5251 esac
5252 fi
5253 PIDOF=$ac_cv_path_PIDOF
5254 if test -n "$PIDOF"; then
5255   { echo "$as_me:$LINENO: result: $PIDOF" >&5
5256 echo "${ECHO_T}$PIDOF" >&6; }
5257 else
5258   { echo "$as_me:$LINENO: result: no" >&5
5259 echo "${ECHO_T}no" >&6; }
5260 fi
5261
5262
5263 for ac_prog in gawk mawk nawk awk
5264 do
5265   # Extract the first word of "$ac_prog", so it can be a program name with args.
5266 set dummy $ac_prog; ac_word=$2
5267 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5268 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5269 if test "${ac_cv_prog_AWK+set}" = set; then
5270   echo $ECHO_N "(cached) $ECHO_C" >&6
5271 else
5272   if test -n "$AWK"; then
5273   ac_cv_prog_AWK="$AWK" # Let the user override the test.
5274 else
5275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5276 for as_dir in $PATH
5277 do
5278   IFS=$as_save_IFS
5279   test -z "$as_dir" && as_dir=.
5280   for ac_exec_ext in '' $ac_executable_extensions; do
5281   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5282     ac_cv_prog_AWK="$ac_prog"
5283     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5284     break 2
5285   fi
5286 done
5287 done
5288 IFS=$as_save_IFS
5289
5290 fi
5291 fi
5292 AWK=$ac_cv_prog_AWK
5293 if test -n "$AWK"; then
5294   { echo "$as_me:$LINENO: result: $AWK" >&5
5295 echo "${ECHO_T}$AWK" >&6; }
5296 else
5297   { echo "$as_me:$LINENO: result: no" >&5
5298 echo "${ECHO_T}no" >&6; }
5299 fi
5300
5301
5302   test -n "$AWK" && break
5303 done
5304
5305 # Some AWK programs fail, so test it and warn the user
5306 if echo xfoo | $AWK 'BEGIN { prog=ARGV1; ARGC=1 }
5307       { if ((prog == $2) || (("(" prog ")") == $2) ||
5308       (("" prog "") == $2) ||
5309       ((prog ":") == $2)) { print $1 ; exit 0 } }' xfoo>/dev/null; then :;
5310 else
5311   { { echo "$as_me:$LINENO: error: !!!!!!!!! WARNING !!!!!!!!!!!!!!
5312    The regex engine of $AWK is too broken to be used you
5313    might want to install GNU AWK.
5314    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" >&5
5315 echo "$as_me: error: !!!!!!!!! WARNING !!!!!!!!!!!!!!
5316    The regex engine of $AWK is too broken to be used you
5317    might want to install GNU AWK.
5318    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" >&2;}
5319    { (exit 1); exit 1; }; }
5320 fi
5321 THE_AWK=$AWK
5322 # Extract the first word of "$THE_AWK", so it can be a program name with args.
5323 set dummy $THE_AWK; ac_word=$2
5324 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5325 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5326 if test "${ac_cv_path_AWK+set}" = set; then
5327   echo $ECHO_N "(cached) $ECHO_C" >&6
5328 else
5329   case $AWK in
5330   [\\/]* | ?:[\\/]*)
5331   ac_cv_path_AWK="$AWK" # Let the user override the test with a path.
5332   ;;
5333   *)
5334   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5335 for as_dir in $PATH
5336 do
5337   IFS=$as_save_IFS
5338   test -z "$as_dir" && as_dir=.
5339   for ac_exec_ext in '' $ac_executable_extensions; do
5340   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5341     ac_cv_path_AWK="$as_dir/$ac_word$ac_exec_ext"
5342     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5343     break 2
5344   fi
5345 done
5346 done
5347 IFS=$as_save_IFS
5348
5349   test -z "$ac_cv_path_AWK" && ac_cv_path_AWK="$THE_AWK"
5350   ;;
5351 esac
5352 fi
5353 AWK=$ac_cv_path_AWK
5354 if test -n "$AWK"; then
5355   { echo "$as_me:$LINENO: result: $AWK" >&5
5356 echo "${ECHO_T}$AWK" >&6; }
5357 else
5358   { echo "$as_me:$LINENO: result: no" >&5
5359 echo "${ECHO_T}no" >&6; }
5360 fi
5361
5362
5363
5364
5365 test -n "$ARFLAG" || ARFLAGS="cr"
5366
5367
5368 MAKE_SHELL=/bin/sh
5369
5370
5371
5372
5373
5374
5375
5376 use_libtool=yes
5377 # Check whether --enable-libtool was given.
5378 if test "${enable_libtool+set}" = set; then
5379   enableval=$enable_libtool;
5380        if test x$enableval = xno; then
5381           use_libtool=no
5382        fi
5383
5384
5385 fi
5386
5387 case `pwd` in
5388   *\ * | *\     *)
5389     { echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5390 echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5391 esac
5392
5393
5394
5395 macro_version='2.2.6'
5396 macro_revision='1.3012'
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410 ltmain="$ac_aux_dir/ltmain.sh"
5411
5412 # Make sure we can run config.sub.
5413 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
5414   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
5415 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
5416    { (exit 1); exit 1; }; }
5417
5418 { echo "$as_me:$LINENO: checking build system type" >&5
5419 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
5420 if test "${ac_cv_build+set}" = set; then
5421   echo $ECHO_N "(cached) $ECHO_C" >&6
5422 else
5423   ac_build_alias=$build_alias
5424 test "x$ac_build_alias" = x &&
5425   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5426 test "x$ac_build_alias" = x &&
5427   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
5428 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
5429    { (exit 1); exit 1; }; }
5430 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
5431   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
5432 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
5433    { (exit 1); exit 1; }; }
5434
5435 fi
5436 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
5437 echo "${ECHO_T}$ac_cv_build" >&6; }
5438 case $ac_cv_build in
5439 *-*-*) ;;
5440 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
5441 echo "$as_me: error: invalid value of canonical build" >&2;}
5442    { (exit 1); exit 1; }; };;
5443 esac
5444 build=$ac_cv_build
5445 ac_save_IFS=$IFS; IFS='-'
5446 set x $ac_cv_build
5447 shift
5448 build_cpu=$1
5449 build_vendor=$2
5450 shift; shift
5451 # Remember, the first character of IFS is used to create $*,
5452 # except with old shells:
5453 build_os=$*
5454 IFS=$ac_save_IFS
5455 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5456
5457
5458 { echo "$as_me:$LINENO: checking host system type" >&5
5459 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
5460 if test "${ac_cv_host+set}" = set; then
5461   echo $ECHO_N "(cached) $ECHO_C" >&6
5462 else
5463   if test "x$host_alias" = x; then
5464   ac_cv_host=$ac_cv_build
5465 else
5466   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5467     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
5468 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
5469    { (exit 1); exit 1; }; }
5470 fi
5471
5472 fi
5473 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
5474 echo "${ECHO_T}$ac_cv_host" >&6; }
5475 case $ac_cv_host in
5476 *-*-*) ;;
5477 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
5478 echo "$as_me: error: invalid value of canonical host" >&2;}
5479    { (exit 1); exit 1; }; };;
5480 esac
5481 host=$ac_cv_host
5482 ac_save_IFS=$IFS; IFS='-'
5483 set x $ac_cv_host
5484 shift
5485 host_cpu=$1
5486 host_vendor=$2
5487 shift; shift
5488 # Remember, the first character of IFS is used to create $*,
5489 # except with old shells:
5490 host_os=$*
5491 IFS=$ac_save_IFS
5492 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5493
5494
5495 { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
5496 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
5497 if test "${ac_cv_path_SED+set}" = set; then
5498   echo $ECHO_N "(cached) $ECHO_C" >&6
5499 else
5500             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5501      for ac_i in 1 2 3 4 5 6 7; do
5502        ac_script="$ac_script$as_nl$ac_script"
5503      done
5504      echo "$ac_script" | sed 99q >conftest.sed
5505      $as_unset ac_script || ac_script=
5506      # Extract the first word of "sed gsed" to use in msg output
5507 if test -z "$SED"; then
5508 set dummy sed gsed; ac_prog_name=$2
5509 if test "${ac_cv_path_SED+set}" = set; then
5510   echo $ECHO_N "(cached) $ECHO_C" >&6
5511 else
5512   ac_path_SED_found=false
5513 # Loop through the user's path and test for each of PROGNAME-LIST
5514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5515 for as_dir in $PATH
5516 do
5517   IFS=$as_save_IFS
5518   test -z "$as_dir" && as_dir=.
5519   for ac_prog in sed gsed; do
5520   for ac_exec_ext in '' $ac_executable_extensions; do
5521     ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5522     { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5523     # Check for GNU ac_path_SED and select it if it is found.
5524   # Check for GNU $ac_path_SED
5525 case `"$ac_path_SED" --version 2>&1` in
5526 *GNU*)
5527   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5528 *)
5529   ac_count=0
5530   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5531   while :
5532   do
5533     cat "conftest.in" "conftest.in" >"conftest.tmp"
5534     mv "conftest.tmp" "conftest.in"
5535     cp "conftest.in" "conftest.nl"
5536     echo '' >> "conftest.nl"
5537     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5538     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5539     ac_count=`expr $ac_count + 1`
5540     if test $ac_count -gt ${ac_path_SED_max-0}; then
5541       # Best one so far, save it but keep looking for a better one
5542       ac_cv_path_SED="$ac_path_SED"
5543       ac_path_SED_max=$ac_count
5544     fi
5545     # 10*(2^10) chars as input seems more than enough
5546     test $ac_count -gt 10 && break
5547   done
5548   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5549 esac
5550
5551
5552     $ac_path_SED_found && break 3
5553   done
5554 done
5555
5556 done
5557 IFS=$as_save_IFS
5558
5559
5560 fi
5561
5562 SED="$ac_cv_path_SED"
5563 if test -z "$SED"; then
5564   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
5565 echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
5566    { (exit 1); exit 1; }; }
5567 fi
5568
5569 else
5570   ac_cv_path_SED=$SED
5571 fi
5572
5573 fi
5574 { echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
5575 echo "${ECHO_T}$ac_cv_path_SED" >&6; }
5576  SED="$ac_cv_path_SED"
5577   rm -f conftest.sed
5578
5579 test -z "$SED" && SED=sed
5580 Xsed="$SED -e 1s/^X//"
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592 { echo "$as_me:$LINENO: checking for fgrep" >&5
5593 echo $ECHO_N "checking for fgrep... $ECHO_C" >&6; }
5594 if test "${ac_cv_path_FGREP+set}" = set; then
5595   echo $ECHO_N "(cached) $ECHO_C" >&6
5596 else
5597   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5598    then ac_cv_path_FGREP="$GREP -F"
5599    else
5600      # Extract the first word of "fgrep" to use in msg output
5601 if test -z "$FGREP"; then
5602 set dummy fgrep; ac_prog_name=$2
5603 if test "${ac_cv_path_FGREP+set}" = set; then
5604   echo $ECHO_N "(cached) $ECHO_C" >&6
5605 else
5606   ac_path_FGREP_found=false
5607 # Loop through the user's path and test for each of PROGNAME-LIST
5608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5609 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5610 do
5611   IFS=$as_save_IFS
5612   test -z "$as_dir" && as_dir=.
5613   for ac_prog in fgrep; do
5614   for ac_exec_ext in '' $ac_executable_extensions; do
5615     ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5616     { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5617     # Check for GNU ac_path_FGREP and select it if it is found.
5618   # Check for GNU $ac_path_FGREP
5619 case `"$ac_path_FGREP" --version 2>&1` in
5620 *GNU*)
5621   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5622 *)
5623   ac_count=0
5624   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5625   while :
5626   do
5627     cat "conftest.in" "conftest.in" >"conftest.tmp"
5628     mv "conftest.tmp" "conftest.in"
5629     cp "conftest.in" "conftest.nl"
5630     echo 'FGREP' >> "conftest.nl"
5631     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5632     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5633     ac_count=`expr $ac_count + 1`
5634     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5635       # Best one so far, save it but keep looking for a better one
5636       ac_cv_path_FGREP="$ac_path_FGREP"
5637       ac_path_FGREP_max=$ac_count
5638     fi
5639     # 10*(2^10) chars as input seems more than enough
5640     test $ac_count -gt 10 && break
5641   done
5642   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5643 esac
5644
5645
5646     $ac_path_FGREP_found && break 3
5647   done
5648 done
5649
5650 done
5651 IFS=$as_save_IFS
5652
5653
5654 fi
5655
5656 FGREP="$ac_cv_path_FGREP"
5657 if test -z "$FGREP"; then
5658   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5659 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5660    { (exit 1); exit 1; }; }
5661 fi
5662
5663 else
5664   ac_cv_path_FGREP=$FGREP
5665 fi
5666
5667
5668    fi
5669 fi
5670 { echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
5671 echo "${ECHO_T}$ac_cv_path_FGREP" >&6; }
5672  FGREP="$ac_cv_path_FGREP"
5673
5674
5675 test -z "$GREP" && GREP=grep
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695 # Check whether --with-gnu-ld was given.
5696 if test "${with_gnu_ld+set}" = set; then
5697   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5698 else
5699   with_gnu_ld=no
5700 fi
5701
5702 ac_prog=ld
5703 if test "$GCC" = yes; then
5704   # Check if gcc -print-prog-name=ld gives a path.
5705   { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
5706 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
5707   case $host in
5708   *-*-mingw*)
5709     # gcc leaves a trailing carriage return which upsets mingw
5710     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5711   *)
5712     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5713   esac
5714   case $ac_prog in
5715     # Accept absolute paths.
5716     [\\/]* | ?:[\\/]*)
5717       re_direlt='/[^/][^/]*/\.\./'
5718       # Canonicalize the pathname of ld
5719       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5720       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5721         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5722       done
5723       test -z "$LD" && LD="$ac_prog"
5724       ;;
5725   "")
5726     # If it fails, then pretend we aren't using GCC.
5727     ac_prog=ld
5728     ;;
5729   *)
5730     # If it is relative, then search for the first ld in PATH.
5731     with_gnu_ld=unknown
5732     ;;
5733   esac
5734 elif test "$with_gnu_ld" = yes; then
5735   { echo "$as_me:$LINENO: checking for GNU ld" >&5
5736 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
5737 else
5738   { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
5739 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
5740 fi
5741 if test "${lt_cv_path_LD+set}" = set; then
5742   echo $ECHO_N "(cached) $ECHO_C" >&6
5743 else
5744   if test -z "$LD"; then
5745   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5746   for ac_dir in $PATH; do
5747     IFS="$lt_save_ifs"
5748     test -z "$ac_dir" && ac_dir=.
5749     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5750       lt_cv_path_LD="$ac_dir/$ac_prog"
5751       # Check to see if the program is GNU ld.  I'd rather use --version,
5752       # but apparently some variants of GNU ld only accept -v.
5753       # Break only if it was the GNU/non-GNU ld that we prefer.
5754       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5755       *GNU* | *'with BFD'*)
5756         test "$with_gnu_ld" != no && break
5757         ;;
5758       *)
5759         test "$with_gnu_ld" != yes && break
5760         ;;
5761       esac
5762     fi
5763   done
5764   IFS="$lt_save_ifs"
5765 else
5766   lt_cv_path_LD="$LD" # Let the user override the test with a path.
5767 fi
5768 fi
5769
5770 LD="$lt_cv_path_LD"
5771 if test -n "$LD"; then
5772   { echo "$as_me:$LINENO: result: $LD" >&5
5773 echo "${ECHO_T}$LD" >&6; }
5774 else
5775   { echo "$as_me:$LINENO: result: no" >&5
5776 echo "${ECHO_T}no" >&6; }
5777 fi
5778 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
5779 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
5780    { (exit 1); exit 1; }; }
5781 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
5782 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
5783 if test "${lt_cv_prog_gnu_ld+set}" = set; then
5784   echo $ECHO_N "(cached) $ECHO_C" >&6
5785 else
5786   # I'd rather use --version here, but apparently some GNU lds only accept -v.
5787 case `$LD -v 2>&1 </dev/null` in
5788 *GNU* | *'with BFD'*)
5789   lt_cv_prog_gnu_ld=yes
5790   ;;
5791 *)
5792   lt_cv_prog_gnu_ld=no
5793   ;;
5794 esac
5795 fi
5796 { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
5797 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
5798 with_gnu_ld=$lt_cv_prog_gnu_ld
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808 { echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
5809 echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6; }
5810 if test "${lt_cv_path_NM+set}" = set; then
5811   echo $ECHO_N "(cached) $ECHO_C" >&6
5812 else
5813   if test -n "$NM"; then
5814   # Let the user override the test.
5815   lt_cv_path_NM="$NM"
5816 else
5817   lt_nm_to_check="${ac_tool_prefix}nm"
5818   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5819     lt_nm_to_check="$lt_nm_to_check nm"
5820   fi
5821   for lt_tmp_nm in $lt_nm_to_check; do
5822     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5823     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5824       IFS="$lt_save_ifs"
5825       test -z "$ac_dir" && ac_dir=.
5826       tmp_nm="$ac_dir/$lt_tmp_nm"
5827       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5828         # Check to see if the nm accepts a BSD-compat flag.
5829         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5830         #   nm: unknown option "B" ignored
5831         # Tru64's nm complains that /dev/null is an invalid object file
5832         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5833         */dev/null* | *'Invalid file or object type'*)
5834           lt_cv_path_NM="$tmp_nm -B"
5835           break
5836           ;;
5837         *)
5838           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5839           */dev/null*)
5840             lt_cv_path_NM="$tmp_nm -p"
5841             break
5842             ;;
5843           *)
5844             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5845             continue # so that we can try to find one that supports BSD flags
5846             ;;
5847           esac
5848           ;;
5849         esac
5850       fi
5851     done
5852     IFS="$lt_save_ifs"
5853   done
5854   : ${lt_cv_path_NM=no}
5855 fi
5856 fi
5857 { echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
5858 echo "${ECHO_T}$lt_cv_path_NM" >&6; }
5859 if test "$lt_cv_path_NM" != "no"; then
5860   NM="$lt_cv_path_NM"
5861 else
5862   # Didn't find any BSD compatible name lister, look for dumpbin.
5863   if test -n "$ac_tool_prefix"; then
5864   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5865   do
5866     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5867 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5868 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5869 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5870 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
5871   echo $ECHO_N "(cached) $ECHO_C" >&6
5872 else
5873   if test -n "$DUMPBIN"; then
5874   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5875 else
5876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5877 for as_dir in $PATH
5878 do
5879   IFS=$as_save_IFS
5880   test -z "$as_dir" && as_dir=.
5881   for ac_exec_ext in '' $ac_executable_extensions; do
5882   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5883     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5884     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5885     break 2
5886   fi
5887 done
5888 done
5889 IFS=$as_save_IFS
5890
5891 fi
5892 fi
5893 DUMPBIN=$ac_cv_prog_DUMPBIN
5894 if test -n "$DUMPBIN"; then
5895   { echo "$as_me:$LINENO: result: $DUMPBIN" >&5
5896 echo "${ECHO_T}$DUMPBIN" >&6; }
5897 else
5898   { echo "$as_me:$LINENO: result: no" >&5
5899 echo "${ECHO_T}no" >&6; }
5900 fi
5901
5902
5903     test -n "$DUMPBIN" && break
5904   done
5905 fi
5906 if test -z "$DUMPBIN"; then
5907   ac_ct_DUMPBIN=$DUMPBIN
5908   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5909 do
5910   # Extract the first word of "$ac_prog", so it can be a program name with args.
5911 set dummy $ac_prog; ac_word=$2
5912 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5913 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5914 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
5915   echo $ECHO_N "(cached) $ECHO_C" >&6
5916 else
5917   if test -n "$ac_ct_DUMPBIN"; then
5918   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5919 else
5920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5921 for as_dir in $PATH
5922 do
5923   IFS=$as_save_IFS
5924   test -z "$as_dir" && as_dir=.
5925   for ac_exec_ext in '' $ac_executable_extensions; do
5926   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5927     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5928     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5929     break 2
5930   fi
5931 done
5932 done
5933 IFS=$as_save_IFS
5934
5935 fi
5936 fi
5937 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5938 if test -n "$ac_ct_DUMPBIN"; then
5939   { echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
5940 echo "${ECHO_T}$ac_ct_DUMPBIN" >&6; }
5941 else
5942   { echo "$as_me:$LINENO: result: no" >&5
5943 echo "${ECHO_T}no" >&6; }
5944 fi
5945
5946
5947   test -n "$ac_ct_DUMPBIN" && break
5948 done
5949
5950   if test "x$ac_ct_DUMPBIN" = x; then
5951     DUMPBIN=":"
5952   else
5953     case $cross_compiling:$ac_tool_warned in
5954 yes:)
5955 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5956 whose name does not start with the host triplet.  If you think this
5957 configuration is useful to you, please write to autoconf@gnu.org." >&5
5958 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5959 whose name does not start with the host triplet.  If you think this
5960 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5961 ac_tool_warned=yes ;;
5962 esac
5963     DUMPBIN=$ac_ct_DUMPBIN
5964   fi
5965 fi
5966
5967
5968   if test "$DUMPBIN" != ":"; then
5969     NM="$DUMPBIN"
5970   fi
5971 fi
5972 test -z "$NM" && NM=nm
5973
5974
5975
5976
5977
5978
5979 { echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
5980 echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6; }
5981 if test "${lt_cv_nm_interface+set}" = set; then
5982   echo $ECHO_N "(cached) $ECHO_C" >&6
5983 else
5984   lt_cv_nm_interface="BSD nm"
5985   echo "int some_variable = 0;" > conftest.$ac_ext
5986   (eval echo "\"\$as_me:5986: $ac_compile\"" >&5)
5987   (eval "$ac_compile" 2>conftest.err)
5988   cat conftest.err >&5
5989   (eval echo "\"\$as_me:5989: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5990   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5991   cat conftest.err >&5
5992   (eval echo "\"\$as_me:5992: output\"" >&5)
5993   cat conftest.out >&5
5994   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5995     lt_cv_nm_interface="MS dumpbin"
5996   fi
5997   rm -f conftest*
5998 fi
5999 { echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
6000 echo "${ECHO_T}$lt_cv_nm_interface" >&6; }
6001
6002 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6003 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6004 LN_S=$as_ln_s
6005 if test "$LN_S" = "ln -s"; then
6006   { echo "$as_me:$LINENO: result: yes" >&5
6007 echo "${ECHO_T}yes" >&6; }
6008 else
6009   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6010 echo "${ECHO_T}no, using $LN_S" >&6; }
6011 fi
6012
6013 # find the maximum length of command line arguments
6014 { echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
6015 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
6016 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
6017   echo $ECHO_N "(cached) $ECHO_C" >&6
6018 else
6019     i=0
6020   teststring="ABCD"
6021
6022   case $build_os in
6023   msdosdjgpp*)
6024     # On DJGPP, this test can blow up pretty badly due to problems in libc
6025     # (any single argument exceeding 2000 bytes causes a buffer overrun
6026     # during glob expansion).  Even if it were fixed, the result of this
6027     # check would be larger than it should be.
6028     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
6029     ;;
6030
6031   gnu*)
6032     # Under GNU Hurd, this test is not required because there is
6033     # no limit to the length of command line arguments.
6034     # Libtool will interpret -1 as no limit whatsoever
6035     lt_cv_sys_max_cmd_len=-1;
6036     ;;
6037
6038   cygwin* | mingw* | cegcc*)
6039     # On Win9x/ME, this test blows up -- it succeeds, but takes
6040     # about 5 minutes as the teststring grows exponentially.
6041     # Worse, since 9x/ME are not pre-emptively multitasking,
6042     # you end up with a "frozen" computer, even though with patience
6043     # the test eventually succeeds (with a max line length of 256k).
6044     # Instead, let's just punt: use the minimum linelength reported by
6045     # all of the supported platforms: 8192 (on NT/2K/XP).
6046     lt_cv_sys_max_cmd_len=8192;
6047     ;;
6048
6049   amigaos*)
6050     # On AmigaOS with pdksh, this test takes hours, literally.
6051     # So we just punt and use a minimum line length of 8192.
6052     lt_cv_sys_max_cmd_len=8192;
6053     ;;
6054
6055   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6056     # This has been around since 386BSD, at least.  Likely further.
6057     if test -x /sbin/sysctl; then
6058       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6059     elif test -x /usr/sbin/sysctl; then
6060       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6061     else
6062       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
6063     fi
6064     # And add a safety zone
6065     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6066     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6067     ;;
6068
6069   interix*)
6070     # We know the value 262144 and hardcode it with a safety zone (like BSD)
6071     lt_cv_sys_max_cmd_len=196608
6072     ;;
6073
6074   osf*)
6075     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6076     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6077     # nice to cause kernel panics so lets avoid the loop below.
6078     # First set a reasonable default.
6079     lt_cv_sys_max_cmd_len=16384
6080     #
6081     if test -x /sbin/sysconfig; then
6082       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6083         *1*) lt_cv_sys_max_cmd_len=-1 ;;
6084       esac
6085     fi
6086     ;;
6087   sco3.2v5*)
6088     lt_cv_sys_max_cmd_len=102400
6089     ;;
6090   sysv5* | sco5v6* | sysv4.2uw2*)
6091     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6092     if test -n "$kargmax"; then
6093       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
6094     else
6095       lt_cv_sys_max_cmd_len=32768
6096     fi
6097     ;;
6098   *)
6099     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6100     if test -n "$lt_cv_sys_max_cmd_len"; then
6101       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6102       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6103     else
6104       # Make teststring a little bigger before we do anything with it.
6105       # a 1K string should be a reasonable start.
6106       for i in 1 2 3 4 5 6 7 8 ; do
6107         teststring=$teststring$teststring
6108       done
6109       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6110       # If test is not a shell built-in, we'll probably end up computing a
6111       # maximum length that is only half of the actual maximum length, but
6112       # we can't tell.
6113       while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
6114                  = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
6115               test $i != 17 # 1/2 MB should be enough
6116       do
6117         i=`expr $i + 1`
6118         teststring=$teststring$teststring
6119       done
6120       # Only check the string length outside the loop.
6121       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6122       teststring=
6123       # Add a significant safety factor because C++ compilers can tack on
6124       # massive amounts of additional arguments before passing them to the
6125       # linker.  It appears as though 1/2 is a usable value.
6126       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6127     fi
6128     ;;
6129   esac
6130
6131 fi
6132
6133 if test -n $lt_cv_sys_max_cmd_len ; then
6134   { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
6135 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
6136 else
6137   { echo "$as_me:$LINENO: result: none" >&5
6138 echo "${ECHO_T}none" >&6; }
6139 fi
6140 max_cmd_len=$lt_cv_sys_max_cmd_len
6141
6142
6143
6144
6145
6146
6147 : ${CP="cp -f"}
6148 : ${MV="mv -f"}
6149 : ${RM="rm -f"}
6150
6151 { echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
6152 echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6; }
6153 # Try some XSI features
6154 xsi_shell=no
6155 ( _lt_dummy="a/b/c"
6156   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6157       = c,a/b,, \
6158     && eval 'test $(( 1 + 1 )) -eq 2 \
6159     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6160   && xsi_shell=yes
6161 { echo "$as_me:$LINENO: result: $xsi_shell" >&5
6162 echo "${ECHO_T}$xsi_shell" >&6; }
6163
6164
6165 { echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
6166 echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6; }
6167 lt_shell_append=no
6168 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6169     >/dev/null 2>&1 \
6170   && lt_shell_append=yes
6171 { echo "$as_me:$LINENO: result: $lt_shell_append" >&5
6172 echo "${ECHO_T}$lt_shell_append" >&6; }
6173
6174
6175 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6176   lt_unset=unset
6177 else
6178   lt_unset=false
6179 fi
6180
6181
6182
6183
6184
6185 # test EBCDIC or ASCII
6186 case `echo X|tr X '\101'` in
6187  A) # ASCII based system
6188     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6189   lt_SP2NL='tr \040 \012'
6190   lt_NL2SP='tr \015\012 \040\040'
6191   ;;
6192  *) # EBCDIC based system
6193   lt_SP2NL='tr \100 \n'
6194   lt_NL2SP='tr \r\n \100\100'
6195   ;;
6196 esac
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206 { echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
6207 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
6208 if test "${lt_cv_ld_reload_flag+set}" = set; then
6209   echo $ECHO_N "(cached) $ECHO_C" >&6
6210 else
6211   lt_cv_ld_reload_flag='-r'
6212 fi
6213 { echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
6214 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
6215 reload_flag=$lt_cv_ld_reload_flag
6216 case $reload_flag in
6217 "" | " "*) ;;
6218 *) reload_flag=" $reload_flag" ;;
6219 esac
6220 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6221 case $host_os in
6222   darwin*)
6223     if test "$GCC" = yes; then
6224       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6225     else
6226       reload_cmds='$LD$reload_flag -o $output$reload_objs'
6227     fi
6228     ;;
6229 esac
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239 if test -n "$ac_tool_prefix"; then
6240   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6241 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6242 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6244 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
6245   echo $ECHO_N "(cached) $ECHO_C" >&6
6246 else
6247   if test -n "$OBJDUMP"; then
6248   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6249 else
6250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6251 for as_dir in $PATH
6252 do
6253   IFS=$as_save_IFS
6254   test -z "$as_dir" && as_dir=.
6255   for ac_exec_ext in '' $ac_executable_extensions; do
6256   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6257     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6258     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6259     break 2
6260   fi
6261 done
6262 done
6263 IFS=$as_save_IFS
6264
6265 fi
6266 fi
6267 OBJDUMP=$ac_cv_prog_OBJDUMP
6268 if test -n "$OBJDUMP"; then
6269   { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
6270 echo "${ECHO_T}$OBJDUMP" >&6; }
6271 else
6272   { echo "$as_me:$LINENO: result: no" >&5
6273 echo "${ECHO_T}no" >&6; }
6274 fi
6275
6276
6277 fi
6278 if test -z "$ac_cv_prog_OBJDUMP"; then
6279   ac_ct_OBJDUMP=$OBJDUMP
6280   # Extract the first word of "objdump", so it can be a program name with args.
6281 set dummy objdump; ac_word=$2
6282 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6283 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6284 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
6285   echo $ECHO_N "(cached) $ECHO_C" >&6
6286 else
6287   if test -n "$ac_ct_OBJDUMP"; then
6288   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6289 else
6290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6291 for as_dir in $PATH
6292 do
6293   IFS=$as_save_IFS
6294   test -z "$as_dir" && as_dir=.
6295   for ac_exec_ext in '' $ac_executable_extensions; do
6296   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6297     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6298     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6299     break 2
6300   fi
6301 done
6302 done
6303 IFS=$as_save_IFS
6304
6305 fi
6306 fi
6307 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6308 if test -n "$ac_ct_OBJDUMP"; then
6309   { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
6310 echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
6311 else
6312   { echo "$as_me:$LINENO: result: no" >&5
6313 echo "${ECHO_T}no" >&6; }
6314 fi
6315
6316   if test "x$ac_ct_OBJDUMP" = x; then
6317     OBJDUMP="false"
6318   else
6319     case $cross_compiling:$ac_tool_warned in
6320 yes:)
6321 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6322 whose name does not start with the host triplet.  If you think this
6323 configuration is useful to you, please write to autoconf@gnu.org." >&5
6324 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6325 whose name does not start with the host triplet.  If you think this
6326 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6327 ac_tool_warned=yes ;;
6328 esac
6329     OBJDUMP=$ac_ct_OBJDUMP
6330   fi
6331 else
6332   OBJDUMP="$ac_cv_prog_OBJDUMP"
6333 fi
6334
6335 test -z "$OBJDUMP" && OBJDUMP=objdump
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345 { echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
6346 echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
6347 if test "${lt_cv_deplibs_check_method+set}" = set; then
6348   echo $ECHO_N "(cached) $ECHO_C" >&6
6349 else
6350   lt_cv_file_magic_cmd='$MAGIC_CMD'
6351 lt_cv_file_magic_test_file=
6352 lt_cv_deplibs_check_method='unknown'
6353 # Need to set the preceding variable on all platforms that support
6354 # interlibrary dependencies.
6355 # 'none' -- dependencies not supported.
6356 # `unknown' -- same as none, but documents that we really don't know.
6357 # 'pass_all' -- all dependencies passed with no checks.
6358 # 'test_compile' -- check by making test program.
6359 # 'file_magic [[regex]]' -- check by looking for files in library path
6360 # which responds to the $file_magic_cmd with a given extended regex.
6361 # If you have `file' or equivalent on your system and you're not sure
6362 # whether `pass_all' will *always* work, you probably want this one.
6363
6364 case $host_os in
6365 aix[4-9]*)
6366   lt_cv_deplibs_check_method=pass_all
6367   ;;
6368
6369 beos*)
6370   lt_cv_deplibs_check_method=pass_all
6371   ;;
6372
6373 bsdi[45]*)
6374   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6375   lt_cv_file_magic_cmd='/usr/bin/file -L'
6376   lt_cv_file_magic_test_file=/shlib/libc.so
6377   ;;
6378
6379 cygwin*)
6380   # func_win32_libid is a shell function defined in ltmain.sh
6381   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6382   lt_cv_file_magic_cmd='func_win32_libid'
6383   ;;
6384
6385 mingw* | pw32*)
6386   # Base MSYS/MinGW do not provide the 'file' command needed by
6387   # func_win32_libid shell function, so use a weaker test based on 'objdump',
6388   # unless we find 'file', for example because we are cross-compiling.
6389   if ( file / ) >/dev/null 2>&1; then
6390     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6391     lt_cv_file_magic_cmd='func_win32_libid'
6392   else
6393     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6394     lt_cv_file_magic_cmd='$OBJDUMP -f'
6395   fi
6396   ;;
6397
6398 cegcc)
6399   # use the weaker test based on 'objdump'. See mingw*.
6400   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6401   lt_cv_file_magic_cmd='$OBJDUMP -f'
6402   ;;
6403
6404 darwin* | rhapsody*)
6405   lt_cv_deplibs_check_method=pass_all
6406   ;;
6407
6408 freebsd* | dragonfly*)
6409   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6410     case $host_cpu in
6411     i*86 )
6412       # Not sure whether the presence of OpenBSD here was a mistake.
6413       # Let's accept both of them until this is cleared up.
6414       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6415       lt_cv_file_magic_cmd=/usr/bin/file
6416       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6417       ;;
6418     esac
6419   else
6420     lt_cv_deplibs_check_method=pass_all
6421   fi
6422   ;;
6423
6424 gnu*)
6425   lt_cv_deplibs_check_method=pass_all
6426   ;;
6427
6428 hpux10.20* | hpux11*)
6429   lt_cv_file_magic_cmd=/usr/bin/file
6430   case $host_cpu in
6431   ia64*)
6432     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6433     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6434     ;;
6435   hppa*64*)
6436     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]'
6437     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6438     ;;
6439   *)
6440     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
6441     lt_cv_file_magic_test_file=/usr/lib/libc.sl
6442     ;;
6443   esac
6444   ;;
6445
6446 interix[3-9]*)
6447   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6448   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6449   ;;
6450
6451 irix5* | irix6* | nonstopux*)
6452   case $LD in
6453   *-32|*"-32 ") libmagic=32-bit;;
6454   *-n32|*"-n32 ") libmagic=N32;;
6455   *-64|*"-64 ") libmagic=64-bit;;
6456   *) libmagic=never-match;;
6457   esac
6458   lt_cv_deplibs_check_method=pass_all
6459   ;;
6460
6461 # This must be Linux ELF.
6462 linux* | k*bsd*-gnu)
6463   lt_cv_deplibs_check_method=pass_all
6464   ;;
6465
6466 netbsd*)
6467   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6468     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6469   else
6470     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6471   fi
6472   ;;
6473
6474 newos6*)
6475   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6476   lt_cv_file_magic_cmd=/usr/bin/file
6477   lt_cv_file_magic_test_file=/usr/lib/libnls.so
6478   ;;
6479
6480 *nto* | *qnx*)
6481   lt_cv_deplibs_check_method=pass_all
6482   ;;
6483
6484 openbsd*)
6485   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6486     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6487   else
6488     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6489   fi
6490   ;;
6491
6492 osf3* | osf4* | osf5*)
6493   lt_cv_deplibs_check_method=pass_all
6494   ;;
6495
6496 rdos*)
6497   lt_cv_deplibs_check_method=pass_all
6498   ;;
6499
6500 solaris*)
6501   lt_cv_deplibs_check_method=pass_all
6502   ;;
6503
6504 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6505   lt_cv_deplibs_check_method=pass_all
6506   ;;
6507
6508 sysv4 | sysv4.3*)
6509   case $host_vendor in
6510   motorola)
6511     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]'
6512     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6513     ;;
6514   ncr)
6515     lt_cv_deplibs_check_method=pass_all
6516     ;;
6517   sequent)
6518     lt_cv_file_magic_cmd='/bin/file'
6519     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6520     ;;
6521   sni)
6522     lt_cv_file_magic_cmd='/bin/file'
6523     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6524     lt_cv_file_magic_test_file=/lib/libc.so
6525     ;;
6526   siemens)
6527     lt_cv_deplibs_check_method=pass_all
6528     ;;
6529   pc)
6530     lt_cv_deplibs_check_method=pass_all
6531     ;;
6532   esac
6533   ;;
6534
6535 tpf*)
6536   lt_cv_deplibs_check_method=pass_all
6537   ;;
6538 esac
6539
6540 fi
6541 { echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
6542 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
6543 file_magic_cmd=$lt_cv_file_magic_cmd
6544 deplibs_check_method=$lt_cv_deplibs_check_method
6545 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6546
6547
6548
6549
6550
6551
6552
6553
6554
6555
6556
6557
6558 if test -n "$ac_tool_prefix"; then
6559   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6560 set dummy ${ac_tool_prefix}ar; ac_word=$2
6561 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6562 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6563 if test "${ac_cv_prog_AR+set}" = set; then
6564   echo $ECHO_N "(cached) $ECHO_C" >&6
6565 else
6566   if test -n "$AR"; then
6567   ac_cv_prog_AR="$AR" # Let the user override the test.
6568 else
6569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6570 for as_dir in $PATH
6571 do
6572   IFS=$as_save_IFS
6573   test -z "$as_dir" && as_dir=.
6574   for ac_exec_ext in '' $ac_executable_extensions; do
6575   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6576     ac_cv_prog_AR="${ac_tool_prefix}ar"
6577     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6578     break 2
6579   fi
6580 done
6581 done
6582 IFS=$as_save_IFS
6583
6584 fi
6585 fi
6586 AR=$ac_cv_prog_AR
6587 if test -n "$AR"; then
6588   { echo "$as_me:$LINENO: result: $AR" >&5
6589 echo "${ECHO_T}$AR" >&6; }
6590 else
6591   { echo "$as_me:$LINENO: result: no" >&5
6592 echo "${ECHO_T}no" >&6; }
6593 fi
6594
6595
6596 fi
6597 if test -z "$ac_cv_prog_AR"; then
6598   ac_ct_AR=$AR
6599   # Extract the first word of "ar", so it can be a program name with args.
6600 set dummy ar; ac_word=$2
6601 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6602 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6603 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6604   echo $ECHO_N "(cached) $ECHO_C" >&6
6605 else
6606   if test -n "$ac_ct_AR"; then
6607   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6608 else
6609 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6610 for as_dir in $PATH
6611 do
6612   IFS=$as_save_IFS
6613   test -z "$as_dir" && as_dir=.
6614   for ac_exec_ext in '' $ac_executable_extensions; do
6615   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6616     ac_cv_prog_ac_ct_AR="ar"
6617     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6618     break 2
6619   fi
6620 done
6621 done
6622 IFS=$as_save_IFS
6623
6624 fi
6625 fi
6626 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6627 if test -n "$ac_ct_AR"; then
6628   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6629 echo "${ECHO_T}$ac_ct_AR" >&6; }
6630 else
6631   { echo "$as_me:$LINENO: result: no" >&5
6632 echo "${ECHO_T}no" >&6; }
6633 fi
6634
6635   if test "x$ac_ct_AR" = x; then
6636     AR="false"
6637   else
6638     case $cross_compiling:$ac_tool_warned in
6639 yes:)
6640 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6641 whose name does not start with the host triplet.  If you think this
6642 configuration is useful to you, please write to autoconf@gnu.org." >&5
6643 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6644 whose name does not start with the host triplet.  If you think this
6645 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6646 ac_tool_warned=yes ;;
6647 esac
6648     AR=$ac_ct_AR
6649   fi
6650 else
6651   AR="$ac_cv_prog_AR"
6652 fi
6653
6654 test -z "$AR" && AR=ar
6655 test -z "$AR_FLAGS" && AR_FLAGS=cru
6656
6657
6658
6659
6660
6661
6662
6663
6664
6665
6666
6667 if test -n "$ac_tool_prefix"; then
6668   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6669 set dummy ${ac_tool_prefix}strip; ac_word=$2
6670 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6671 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6672 if test "${ac_cv_prog_STRIP+set}" = set; then
6673   echo $ECHO_N "(cached) $ECHO_C" >&6
6674 else
6675   if test -n "$STRIP"; then
6676   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6677 else
6678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6679 for as_dir in $PATH
6680 do
6681   IFS=$as_save_IFS
6682   test -z "$as_dir" && as_dir=.
6683   for ac_exec_ext in '' $ac_executable_extensions; do
6684   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6685     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6686     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6687     break 2
6688   fi
6689 done
6690 done
6691 IFS=$as_save_IFS
6692
6693 fi
6694 fi
6695 STRIP=$ac_cv_prog_STRIP
6696 if test -n "$STRIP"; then
6697   { echo "$as_me:$LINENO: result: $STRIP" >&5
6698 echo "${ECHO_T}$STRIP" >&6; }
6699 else
6700   { echo "$as_me:$LINENO: result: no" >&5
6701 echo "${ECHO_T}no" >&6; }
6702 fi
6703
6704
6705 fi
6706 if test -z "$ac_cv_prog_STRIP"; then
6707   ac_ct_STRIP=$STRIP
6708   # Extract the first word of "strip", so it can be a program name with args.
6709 set dummy strip; ac_word=$2
6710 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6711 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6712 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6713   echo $ECHO_N "(cached) $ECHO_C" >&6
6714 else
6715   if test -n "$ac_ct_STRIP"; then
6716   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6717 else
6718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6719 for as_dir in $PATH
6720 do
6721   IFS=$as_save_IFS
6722   test -z "$as_dir" && as_dir=.
6723   for ac_exec_ext in '' $ac_executable_extensions; do
6724   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6725     ac_cv_prog_ac_ct_STRIP="strip"
6726     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6727     break 2
6728   fi
6729 done
6730 done
6731 IFS=$as_save_IFS
6732
6733 fi
6734 fi
6735 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6736 if test -n "$ac_ct_STRIP"; then
6737   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6738 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
6739 else
6740   { echo "$as_me:$LINENO: result: no" >&5
6741 echo "${ECHO_T}no" >&6; }
6742 fi
6743
6744   if test "x$ac_ct_STRIP" = x; then
6745     STRIP=":"
6746   else
6747     case $cross_compiling:$ac_tool_warned in
6748 yes:)
6749 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6750 whose name does not start with the host triplet.  If you think this
6751 configuration is useful to you, please write to autoconf@gnu.org." >&5
6752 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6753 whose name does not start with the host triplet.  If you think this
6754 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6755 ac_tool_warned=yes ;;
6756 esac
6757     STRIP=$ac_ct_STRIP
6758   fi
6759 else
6760   STRIP="$ac_cv_prog_STRIP"
6761 fi
6762
6763 test -z "$STRIP" && STRIP=:
6764
6765
6766
6767
6768
6769
6770 if test -n "$ac_tool_prefix"; then
6771   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6772 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6773 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6774 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6775 if test "${ac_cv_prog_RANLIB+set}" = set; then
6776   echo $ECHO_N "(cached) $ECHO_C" >&6
6777 else
6778   if test -n "$RANLIB"; then
6779   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6780 else
6781 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6782 for as_dir in $PATH
6783 do
6784   IFS=$as_save_IFS
6785   test -z "$as_dir" && as_dir=.
6786   for ac_exec_ext in '' $ac_executable_extensions; do
6787   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6788     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6789     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6790     break 2
6791   fi
6792 done
6793 done
6794 IFS=$as_save_IFS
6795
6796 fi
6797 fi
6798 RANLIB=$ac_cv_prog_RANLIB
6799 if test -n "$RANLIB"; then
6800   { echo "$as_me:$LINENO: result: $RANLIB" >&5
6801 echo "${ECHO_T}$RANLIB" >&6; }
6802 else
6803   { echo "$as_me:$LINENO: result: no" >&5
6804 echo "${ECHO_T}no" >&6; }
6805 fi
6806
6807
6808 fi
6809 if test -z "$ac_cv_prog_RANLIB"; then
6810   ac_ct_RANLIB=$RANLIB
6811   # Extract the first word of "ranlib", so it can be a program name with args.
6812 set dummy ranlib; ac_word=$2
6813 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6814 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6815 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6816   echo $ECHO_N "(cached) $ECHO_C" >&6
6817 else
6818   if test -n "$ac_ct_RANLIB"; then
6819   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6820 else
6821 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6822 for as_dir in $PATH
6823 do
6824   IFS=$as_save_IFS
6825   test -z "$as_dir" && as_dir=.
6826   for ac_exec_ext in '' $ac_executable_extensions; do
6827   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6828     ac_cv_prog_ac_ct_RANLIB="ranlib"
6829     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6830     break 2
6831   fi
6832 done
6833 done
6834 IFS=$as_save_IFS
6835
6836 fi
6837 fi
6838 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6839 if test -n "$ac_ct_RANLIB"; then
6840   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6841 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
6842 else
6843   { echo "$as_me:$LINENO: result: no" >&5
6844 echo "${ECHO_T}no" >&6; }
6845 fi
6846
6847   if test "x$ac_ct_RANLIB" = x; then
6848     RANLIB=":"
6849   else
6850     case $cross_compiling:$ac_tool_warned in
6851 yes:)
6852 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6853 whose name does not start with the host triplet.  If you think this
6854 configuration is useful to you, please write to autoconf@gnu.org." >&5
6855 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6856 whose name does not start with the host triplet.  If you think this
6857 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6858 ac_tool_warned=yes ;;
6859 esac
6860     RANLIB=$ac_ct_RANLIB
6861   fi
6862 else
6863   RANLIB="$ac_cv_prog_RANLIB"
6864 fi
6865
6866 test -z "$RANLIB" && RANLIB=:
6867
6868
6869
6870
6871
6872
6873 # Determine commands to create old-style static archives.
6874 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6875 old_postinstall_cmds='chmod 644 $oldlib'
6876 old_postuninstall_cmds=
6877
6878 if test -n "$RANLIB"; then
6879   case $host_os in
6880   openbsd*)
6881     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6882     ;;
6883   *)
6884     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6885     ;;
6886   esac
6887   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6888 fi
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922
6923 # If no C compiler was specified, use CC.
6924 LTCC=${LTCC-"$CC"}
6925
6926 # If no C compiler flags were specified, use CFLAGS.
6927 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6928
6929 # Allow CC to be a program name with arguments.
6930 compiler=$CC
6931
6932
6933 # Check for command to grab the raw symbol name followed by C symbol from nm.
6934 { echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
6935 echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
6936 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
6937   echo $ECHO_N "(cached) $ECHO_C" >&6
6938 else
6939
6940 # These are sane defaults that work on at least a few old systems.
6941 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
6942
6943 # Character class describing NM global symbol codes.
6944 symcode='[BCDEGRST]'
6945
6946 # Regexp to match symbols that can be accessed directly from C.
6947 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6948
6949 # Define system-specific variables.
6950 case $host_os in
6951 aix*)
6952   symcode='[BCDT]'
6953   ;;
6954 cygwin* | mingw* | pw32* | cegcc*)
6955   symcode='[ABCDGISTW]'
6956   ;;
6957 hpux*)
6958   if test "$host_cpu" = ia64; then
6959     symcode='[ABCDEGRST]'
6960   fi
6961   ;;
6962 irix* | nonstopux*)
6963   symcode='[BCDEGRST]'
6964   ;;
6965 osf*)
6966   symcode='[BCDEGQRST]'
6967   ;;
6968 solaris*)
6969   symcode='[BDRT]'
6970   ;;
6971 sco3.2v5*)
6972   symcode='[DT]'
6973   ;;
6974 sysv4.2uw2*)
6975   symcode='[DT]'
6976   ;;
6977 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6978   symcode='[ABDT]'
6979   ;;
6980 sysv4)
6981   symcode='[DFNSTU]'
6982   ;;
6983 esac
6984
6985 # If we're using GNU nm, then use its standard symbol codes.
6986 case `$NM -V 2>&1` in
6987 *GNU* | *'with BFD'*)
6988   symcode='[ABCDGIRSTW]' ;;
6989 esac
6990
6991 # Transform an extracted symbol line into a proper C declaration.
6992 # Some systems (esp. on ia64) link data and code symbols differently,
6993 # so use this general approach.
6994 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6995
6996 # Transform an extracted symbol line into symbol name and symbol address
6997 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
6998 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'"
6999
7000 # Handle CRLF in mingw tool chain
7001 opt_cr=
7002 case $build_os in
7003 mingw*)
7004   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7005   ;;
7006 esac
7007
7008 # Try without a prefix underscore, then with it.
7009 for ac_symprfx in "" "_"; do
7010
7011   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7012   symxfrm="\\1 $ac_symprfx\\2 \\2"
7013
7014   # Write the raw and C identifiers.
7015   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7016     # Fake it for dumpbin and say T for any non-static function
7017     # and D for any global variable.
7018     # Also find C++ and __fastcall symbols from MSVC++,
7019     # which start with @ or ?.
7020     lt_cv_sys_global_symbol_pipe="$AWK '"\
7021 "     {last_section=section; section=\$ 3};"\
7022 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7023 "     \$ 0!~/External *\|/{next};"\
7024 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7025 "     {if(hide[section]) next};"\
7026 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7027 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7028 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
7029 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7030 "     ' prfx=^$ac_symprfx"
7031   else
7032     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7033   fi
7034
7035   # Check to see that the pipe works correctly.
7036   pipe_works=no
7037
7038   rm -f conftest*
7039   cat > conftest.$ac_ext <<_LT_EOF
7040 #ifdef __cplusplus
7041 extern "C" {
7042 #endif
7043 char nm_test_var;
7044 void nm_test_func(void);
7045 void nm_test_func(void){}
7046 #ifdef __cplusplus
7047 }
7048 #endif
7049 int main(){nm_test_var='a';nm_test_func();return(0);}
7050 _LT_EOF
7051
7052   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7053   (eval $ac_compile) 2>&5
7054   ac_status=$?
7055   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7056   (exit $ac_status); }; then
7057     # Now try to grab the symbols.
7058     nlist=conftest.nm
7059     if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
7060   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
7061   ac_status=$?
7062   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7063   (exit $ac_status); } && test -s "$nlist"; then
7064       # Try sorting and uniquifying the output.
7065       if sort "$nlist" | uniq > "$nlist"T; then
7066         mv -f "$nlist"T "$nlist"
7067       else
7068         rm -f "$nlist"T
7069       fi
7070
7071       # Make sure that we snagged all the symbols we need.
7072       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7073         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7074           cat <<_LT_EOF > conftest.$ac_ext
7075 #ifdef __cplusplus
7076 extern "C" {
7077 #endif
7078
7079 _LT_EOF
7080           # Now generate the symbol file.
7081           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7082
7083           cat <<_LT_EOF >> conftest.$ac_ext
7084
7085 /* The mapping between symbol names and symbols.  */
7086 const struct {
7087   const char *name;
7088   void       *address;
7089 }
7090 lt__PROGRAM__LTX_preloaded_symbols[] =
7091 {
7092   { "@PROGRAM@", (void *) 0 },
7093 _LT_EOF
7094           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7095           cat <<\_LT_EOF >> conftest.$ac_ext
7096   {0, (void *) 0}
7097 };
7098
7099 /* This works around a problem in FreeBSD linker */
7100 #ifdef FREEBSD_WORKAROUND
7101 static const void *lt_preloaded_setup() {
7102   return lt__PROGRAM__LTX_preloaded_symbols;
7103 }
7104 #endif
7105
7106 #ifdef __cplusplus
7107 }
7108 #endif
7109 _LT_EOF
7110           # Now try linking the two files.
7111           mv conftest.$ac_objext conftstm.$ac_objext
7112           lt_save_LIBS="$LIBS"
7113           lt_save_CFLAGS="$CFLAGS"
7114           LIBS="conftstm.$ac_objext"
7115           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7116           if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7117   (eval $ac_link) 2>&5
7118   ac_status=$?
7119   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7120   (exit $ac_status); } && test -s conftest${ac_exeext}; then
7121             pipe_works=yes
7122           fi
7123           LIBS="$lt_save_LIBS"
7124           CFLAGS="$lt_save_CFLAGS"
7125         else
7126           echo "cannot find nm_test_func in $nlist" >&5
7127         fi
7128       else
7129         echo "cannot find nm_test_var in $nlist" >&5
7130       fi
7131     else
7132       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7133     fi
7134   else
7135     echo "$progname: failed program was:" >&5
7136     cat conftest.$ac_ext >&5
7137   fi
7138   rm -rf conftest* conftst*
7139
7140   # Do not use the global_symbol_pipe unless it works.
7141   if test "$pipe_works" = yes; then
7142     break
7143   else
7144     lt_cv_sys_global_symbol_pipe=
7145   fi
7146 done
7147
7148 fi
7149
7150 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7151   lt_cv_sys_global_symbol_to_cdecl=
7152 fi
7153 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7154   { echo "$as_me:$LINENO: result: failed" >&5
7155 echo "${ECHO_T}failed" >&6; }
7156 else
7157   { echo "$as_me:$LINENO: result: ok" >&5
7158 echo "${ECHO_T}ok" >&6; }
7159 fi
7160
7161
7162
7163
7164
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182 # Check whether --enable-libtool-lock was given.
7183 if test "${enable_libtool_lock+set}" = set; then
7184   enableval=$enable_libtool_lock;
7185 fi
7186
7187 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7188
7189 # Some flags need to be propagated to the compiler or linker for good
7190 # libtool support.
7191 case $host in
7192 ia64-*-hpux*)
7193   # Find out which ABI we are using.
7194   echo 'int i;' > conftest.$ac_ext
7195   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7196   (eval $ac_compile) 2>&5
7197   ac_status=$?
7198   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7199   (exit $ac_status); }; then
7200     case `/usr/bin/file conftest.$ac_objext` in
7201       *ELF-32*)
7202         HPUX_IA64_MODE="32"
7203         ;;
7204       *ELF-64*)
7205         HPUX_IA64_MODE="64"
7206         ;;
7207     esac
7208   fi
7209   rm -rf conftest*
7210   ;;
7211 *-*-irix6*)
7212   # Find out which ABI we are using.
7213   echo '#line 7213 "configure"' > conftest.$ac_ext
7214   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7215   (eval $ac_compile) 2>&5
7216   ac_status=$?
7217   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7218   (exit $ac_status); }; then
7219     if test "$lt_cv_prog_gnu_ld" = yes; then
7220       case `/usr/bin/file conftest.$ac_objext` in
7221         *32-bit*)
7222           LD="${LD-ld} -melf32bsmip"
7223           ;;
7224         *N32*)
7225           LD="${LD-ld} -melf32bmipn32"
7226           ;;
7227         *64-bit*)
7228           LD="${LD-ld} -melf64bmip"
7229         ;;
7230       esac
7231     else
7232       case `/usr/bin/file conftest.$ac_objext` in
7233         *32-bit*)
7234           LD="${LD-ld} -32"
7235           ;;
7236         *N32*)
7237           LD="${LD-ld} -n32"
7238           ;;
7239         *64-bit*)
7240           LD="${LD-ld} -64"
7241           ;;
7242       esac
7243     fi
7244   fi
7245   rm -rf conftest*
7246   ;;
7247
7248 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7249 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7250   # Find out which ABI we are using.
7251   echo 'int i;' > conftest.$ac_ext
7252   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7253   (eval $ac_compile) 2>&5
7254   ac_status=$?
7255   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7256   (exit $ac_status); }; then
7257     case `/usr/bin/file conftest.o` in
7258       *32-bit*)
7259         case $host in
7260           x86_64-*kfreebsd*-gnu)
7261             LD="${LD-ld} -m elf_i386_fbsd"
7262             ;;
7263           x86_64-*linux*)
7264             LD="${LD-ld} -m elf_i386"
7265             ;;
7266           ppc64-*linux*|powerpc64-*linux*)
7267             LD="${LD-ld} -m elf32ppclinux"
7268             ;;
7269           s390x-*linux*)
7270             LD="${LD-ld} -m elf_s390"
7271             ;;
7272           sparc64-*linux*)
7273             LD="${LD-ld} -m elf32_sparc"
7274             ;;
7275         esac
7276         ;;
7277       *64-bit*)
7278         case $host in
7279           x86_64-*kfreebsd*-gnu)
7280             LD="${LD-ld} -m elf_x86_64_fbsd"
7281             ;;
7282           x86_64-*linux*)
7283             LD="${LD-ld} -m elf_x86_64"
7284             ;;
7285           ppc*-*linux*|powerpc*-*linux*)
7286             LD="${LD-ld} -m elf64ppc"
7287             ;;
7288           s390*-*linux*|s390*-*tpf*)
7289             LD="${LD-ld} -m elf64_s390"
7290             ;;
7291           sparc*-*linux*)
7292             LD="${LD-ld} -m elf64_sparc"
7293             ;;
7294         esac
7295         ;;
7296     esac
7297   fi
7298   rm -rf conftest*
7299   ;;
7300
7301 *-*-sco3.2v5*)
7302   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7303   SAVE_CFLAGS="$CFLAGS"
7304   CFLAGS="$CFLAGS -belf"
7305   { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
7306 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
7307 if test "${lt_cv_cc_needs_belf+set}" = set; then
7308   echo $ECHO_N "(cached) $ECHO_C" >&6
7309 else
7310   ac_ext=c
7311 ac_cpp='$CPP $CPPFLAGS'
7312 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7313 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7314 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7315
7316      cat >conftest.$ac_ext <<_ACEOF
7317 /* confdefs.h.  */
7318 _ACEOF
7319 cat confdefs.h >>conftest.$ac_ext
7320 cat >>conftest.$ac_ext <<_ACEOF
7321 /* end confdefs.h.  */
7322
7323 int
7324 main ()
7325 {
7326
7327   ;
7328   return 0;
7329 }
7330 _ACEOF
7331 rm -f conftest.$ac_objext conftest$ac_exeext
7332 if { (ac_try="$ac_link"
7333 case "(($ac_try" in
7334   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7335   *) ac_try_echo=$ac_try;;
7336 esac
7337 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7338   (eval "$ac_link") 2>conftest.er1
7339   ac_status=$?
7340   grep -v '^ *+' conftest.er1 >conftest.err
7341   rm -f conftest.er1
7342   cat conftest.err >&5
7343   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7344   (exit $ac_status); } && {
7345          test -z "$ac_c_werror_flag" ||
7346          test ! -s conftest.err
7347        } && test -s conftest$ac_exeext &&
7348        $as_test_x conftest$ac_exeext; then
7349   lt_cv_cc_needs_belf=yes
7350 else
7351   echo "$as_me: failed program was:" >&5
7352 sed 's/^/| /' conftest.$ac_ext >&5
7353
7354         lt_cv_cc_needs_belf=no
7355 fi
7356
7357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7358       conftest$ac_exeext conftest.$ac_ext
7359      ac_ext=c
7360 ac_cpp='$CPP $CPPFLAGS'
7361 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7362 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7363 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7364
7365 fi
7366 { echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
7367 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
7368   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7369     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7370     CFLAGS="$SAVE_CFLAGS"
7371   fi
7372   ;;
7373 sparc*-*solaris*)
7374   # Find out which ABI we are using.
7375   echo 'int i;' > conftest.$ac_ext
7376   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7377   (eval $ac_compile) 2>&5
7378   ac_status=$?
7379   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7380   (exit $ac_status); }; then
7381     case `/usr/bin/file conftest.o` in
7382     *64-bit*)
7383       case $lt_cv_prog_gnu_ld in
7384       yes*) LD="${LD-ld} -m elf64_sparc" ;;
7385       *)
7386         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7387           LD="${LD-ld} -64"
7388         fi
7389         ;;
7390       esac
7391       ;;
7392     esac
7393   fi
7394   rm -rf conftest*
7395   ;;
7396 esac
7397
7398 need_locks="$enable_libtool_lock"
7399
7400
7401   case $host_os in
7402     rhapsody* | darwin*)
7403     if test -n "$ac_tool_prefix"; then
7404   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7405 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7406 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7407 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7408 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
7409   echo $ECHO_N "(cached) $ECHO_C" >&6
7410 else
7411   if test -n "$DSYMUTIL"; then
7412   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7413 else
7414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7415 for as_dir in $PATH
7416 do
7417   IFS=$as_save_IFS
7418   test -z "$as_dir" && as_dir=.
7419   for ac_exec_ext in '' $ac_executable_extensions; do
7420   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7421     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7422     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7423     break 2
7424   fi
7425 done
7426 done
7427 IFS=$as_save_IFS
7428
7429 fi
7430 fi
7431 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7432 if test -n "$DSYMUTIL"; then
7433   { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
7434 echo "${ECHO_T}$DSYMUTIL" >&6; }
7435 else
7436   { echo "$as_me:$LINENO: result: no" >&5
7437 echo "${ECHO_T}no" >&6; }
7438 fi
7439
7440
7441 fi
7442 if test -z "$ac_cv_prog_DSYMUTIL"; then
7443   ac_ct_DSYMUTIL=$DSYMUTIL
7444   # Extract the first word of "dsymutil", so it can be a program name with args.
7445 set dummy dsymutil; ac_word=$2
7446 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7447 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7448 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
7449   echo $ECHO_N "(cached) $ECHO_C" >&6
7450 else
7451   if test -n "$ac_ct_DSYMUTIL"; then
7452   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7453 else
7454 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7455 for as_dir in $PATH
7456 do
7457   IFS=$as_save_IFS
7458   test -z "$as_dir" && as_dir=.
7459   for ac_exec_ext in '' $ac_executable_extensions; do
7460   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7461     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7462     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7463     break 2
7464   fi
7465 done
7466 done
7467 IFS=$as_save_IFS
7468
7469 fi
7470 fi
7471 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7472 if test -n "$ac_ct_DSYMUTIL"; then
7473   { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
7474 echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
7475 else
7476   { echo "$as_me:$LINENO: result: no" >&5
7477 echo "${ECHO_T}no" >&6; }
7478 fi
7479
7480   if test "x$ac_ct_DSYMUTIL" = x; then
7481     DSYMUTIL=":"
7482   else
7483     case $cross_compiling:$ac_tool_warned in
7484 yes:)
7485 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7486 whose name does not start with the host triplet.  If you think this
7487 configuration is useful to you, please write to autoconf@gnu.org." >&5
7488 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7489 whose name does not start with the host triplet.  If you think this
7490 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7491 ac_tool_warned=yes ;;
7492 esac
7493     DSYMUTIL=$ac_ct_DSYMUTIL
7494   fi
7495 else
7496   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7497 fi
7498
7499     if test -n "$ac_tool_prefix"; then
7500   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7501 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7502 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7503 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7504 if test "${ac_cv_prog_NMEDIT+set}" = set; then
7505   echo $ECHO_N "(cached) $ECHO_C" >&6
7506 else
7507   if test -n "$NMEDIT"; then
7508   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7509 else
7510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7511 for as_dir in $PATH
7512 do
7513   IFS=$as_save_IFS
7514   test -z "$as_dir" && as_dir=.
7515   for ac_exec_ext in '' $ac_executable_extensions; do
7516   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7517     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7518     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7519     break 2
7520   fi
7521 done
7522 done
7523 IFS=$as_save_IFS
7524
7525 fi
7526 fi
7527 NMEDIT=$ac_cv_prog_NMEDIT
7528 if test -n "$NMEDIT"; then
7529   { echo "$as_me:$LINENO: result: $NMEDIT" >&5
7530 echo "${ECHO_T}$NMEDIT" >&6; }
7531 else
7532   { echo "$as_me:$LINENO: result: no" >&5
7533 echo "${ECHO_T}no" >&6; }
7534 fi
7535
7536
7537 fi
7538 if test -z "$ac_cv_prog_NMEDIT"; then
7539   ac_ct_NMEDIT=$NMEDIT
7540   # Extract the first word of "nmedit", so it can be a program name with args.
7541 set dummy nmedit; ac_word=$2
7542 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7543 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7544 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
7545   echo $ECHO_N "(cached) $ECHO_C" >&6
7546 else
7547   if test -n "$ac_ct_NMEDIT"; then
7548   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7549 else
7550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7551 for as_dir in $PATH
7552 do
7553   IFS=$as_save_IFS
7554   test -z "$as_dir" && as_dir=.
7555   for ac_exec_ext in '' $ac_executable_extensions; do
7556   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7557     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7558     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7559     break 2
7560   fi
7561 done
7562 done
7563 IFS=$as_save_IFS
7564
7565 fi
7566 fi
7567 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7568 if test -n "$ac_ct_NMEDIT"; then
7569   { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
7570 echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
7571 else
7572   { echo "$as_me:$LINENO: result: no" >&5
7573 echo "${ECHO_T}no" >&6; }
7574 fi
7575
7576   if test "x$ac_ct_NMEDIT" = x; then
7577     NMEDIT=":"
7578   else
7579     case $cross_compiling:$ac_tool_warned in
7580 yes:)
7581 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7582 whose name does not start with the host triplet.  If you think this
7583 configuration is useful to you, please write to autoconf@gnu.org." >&5
7584 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7585 whose name does not start with the host triplet.  If you think this
7586 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7587 ac_tool_warned=yes ;;
7588 esac
7589     NMEDIT=$ac_ct_NMEDIT
7590   fi
7591 else
7592   NMEDIT="$ac_cv_prog_NMEDIT"
7593 fi
7594
7595     if test -n "$ac_tool_prefix"; then
7596   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7597 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7598 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7599 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7600 if test "${ac_cv_prog_LIPO+set}" = set; then
7601   echo $ECHO_N "(cached) $ECHO_C" >&6
7602 else
7603   if test -n "$LIPO"; then
7604   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7605 else
7606 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7607 for as_dir in $PATH
7608 do
7609   IFS=$as_save_IFS
7610   test -z "$as_dir" && as_dir=.
7611   for ac_exec_ext in '' $ac_executable_extensions; do
7612   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7613     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7614     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7615     break 2
7616   fi
7617 done
7618 done
7619 IFS=$as_save_IFS
7620
7621 fi
7622 fi
7623 LIPO=$ac_cv_prog_LIPO
7624 if test -n "$LIPO"; then
7625   { echo "$as_me:$LINENO: result: $LIPO" >&5
7626 echo "${ECHO_T}$LIPO" >&6; }
7627 else
7628   { echo "$as_me:$LINENO: result: no" >&5
7629 echo "${ECHO_T}no" >&6; }
7630 fi
7631
7632
7633 fi
7634 if test -z "$ac_cv_prog_LIPO"; then
7635   ac_ct_LIPO=$LIPO
7636   # Extract the first word of "lipo", so it can be a program name with args.
7637 set dummy lipo; ac_word=$2
7638 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7639 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7640 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
7641   echo $ECHO_N "(cached) $ECHO_C" >&6
7642 else
7643   if test -n "$ac_ct_LIPO"; then
7644   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7645 else
7646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7647 for as_dir in $PATH
7648 do
7649   IFS=$as_save_IFS
7650   test -z "$as_dir" && as_dir=.
7651   for ac_exec_ext in '' $ac_executable_extensions; do
7652   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7653     ac_cv_prog_ac_ct_LIPO="lipo"
7654     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7655     break 2
7656   fi
7657 done
7658 done
7659 IFS=$as_save_IFS
7660
7661 fi
7662 fi
7663 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7664 if test -n "$ac_ct_LIPO"; then
7665   { echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
7666 echo "${ECHO_T}$ac_ct_LIPO" >&6; }
7667 else
7668   { echo "$as_me:$LINENO: result: no" >&5
7669 echo "${ECHO_T}no" >&6; }
7670 fi
7671
7672   if test "x$ac_ct_LIPO" = x; then
7673     LIPO=":"
7674   else
7675     case $cross_compiling:$ac_tool_warned in
7676 yes:)
7677 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7678 whose name does not start with the host triplet.  If you think this
7679 configuration is useful to you, please write to autoconf@gnu.org." >&5
7680 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7681 whose name does not start with the host triplet.  If you think this
7682 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7683 ac_tool_warned=yes ;;
7684 esac
7685     LIPO=$ac_ct_LIPO
7686   fi
7687 else
7688   LIPO="$ac_cv_prog_LIPO"
7689 fi
7690
7691     if test -n "$ac_tool_prefix"; then
7692   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7693 set dummy ${ac_tool_prefix}otool; ac_word=$2
7694 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7695 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7696 if test "${ac_cv_prog_OTOOL+set}" = set; then
7697   echo $ECHO_N "(cached) $ECHO_C" >&6
7698 else
7699   if test -n "$OTOOL"; then
7700   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7701 else
7702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7703 for as_dir in $PATH
7704 do
7705   IFS=$as_save_IFS
7706   test -z "$as_dir" && as_dir=.
7707   for ac_exec_ext in '' $ac_executable_extensions; do
7708   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7709     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7710     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7711     break 2
7712   fi
7713 done
7714 done
7715 IFS=$as_save_IFS
7716
7717 fi
7718 fi
7719 OTOOL=$ac_cv_prog_OTOOL
7720 if test -n "$OTOOL"; then
7721   { echo "$as_me:$LINENO: result: $OTOOL" >&5
7722 echo "${ECHO_T}$OTOOL" >&6; }
7723 else
7724   { echo "$as_me:$LINENO: result: no" >&5
7725 echo "${ECHO_T}no" >&6; }
7726 fi
7727
7728
7729 fi
7730 if test -z "$ac_cv_prog_OTOOL"; then
7731   ac_ct_OTOOL=$OTOOL
7732   # Extract the first word of "otool", so it can be a program name with args.
7733 set dummy otool; ac_word=$2
7734 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7735 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7736 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
7737   echo $ECHO_N "(cached) $ECHO_C" >&6
7738 else
7739   if test -n "$ac_ct_OTOOL"; then
7740   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7741 else
7742 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7743 for as_dir in $PATH
7744 do
7745   IFS=$as_save_IFS
7746   test -z "$as_dir" && as_dir=.
7747   for ac_exec_ext in '' $ac_executable_extensions; do
7748   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7749     ac_cv_prog_ac_ct_OTOOL="otool"
7750     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7751     break 2
7752   fi
7753 done
7754 done
7755 IFS=$as_save_IFS
7756
7757 fi
7758 fi
7759 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7760 if test -n "$ac_ct_OTOOL"; then
7761   { echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
7762 echo "${ECHO_T}$ac_ct_OTOOL" >&6; }
7763 else
7764   { echo "$as_me:$LINENO: result: no" >&5
7765 echo "${ECHO_T}no" >&6; }
7766 fi
7767
7768   if test "x$ac_ct_OTOOL" = x; then
7769     OTOOL=":"
7770   else
7771     case $cross_compiling:$ac_tool_warned in
7772 yes:)
7773 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7774 whose name does not start with the host triplet.  If you think this
7775 configuration is useful to you, please write to autoconf@gnu.org." >&5
7776 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7777 whose name does not start with the host triplet.  If you think this
7778 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7779 ac_tool_warned=yes ;;
7780 esac
7781     OTOOL=$ac_ct_OTOOL
7782   fi
7783 else
7784   OTOOL="$ac_cv_prog_OTOOL"
7785 fi
7786
7787     if test -n "$ac_tool_prefix"; then
7788   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7789 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7790 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7791 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7792 if test "${ac_cv_prog_OTOOL64+set}" = set; then
7793   echo $ECHO_N "(cached) $ECHO_C" >&6
7794 else
7795   if test -n "$OTOOL64"; then
7796   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7797 else
7798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7799 for as_dir in $PATH
7800 do
7801   IFS=$as_save_IFS
7802   test -z "$as_dir" && as_dir=.
7803   for ac_exec_ext in '' $ac_executable_extensions; do
7804   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7805     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7806     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7807     break 2
7808   fi
7809 done
7810 done
7811 IFS=$as_save_IFS
7812
7813 fi
7814 fi
7815 OTOOL64=$ac_cv_prog_OTOOL64
7816 if test -n "$OTOOL64"; then
7817   { echo "$as_me:$LINENO: result: $OTOOL64" >&5
7818 echo "${ECHO_T}$OTOOL64" >&6; }
7819 else
7820   { echo "$as_me:$LINENO: result: no" >&5
7821 echo "${ECHO_T}no" >&6; }
7822 fi
7823
7824
7825 fi
7826 if test -z "$ac_cv_prog_OTOOL64"; then
7827   ac_ct_OTOOL64=$OTOOL64
7828   # Extract the first word of "otool64", so it can be a program name with args.
7829 set dummy otool64; ac_word=$2
7830 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7831 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7832 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
7833   echo $ECHO_N "(cached) $ECHO_C" >&6
7834 else
7835   if test -n "$ac_ct_OTOOL64"; then
7836   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7837 else
7838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7839 for as_dir in $PATH
7840 do
7841   IFS=$as_save_IFS
7842   test -z "$as_dir" && as_dir=.
7843   for ac_exec_ext in '' $ac_executable_extensions; do
7844   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7845     ac_cv_prog_ac_ct_OTOOL64="otool64"
7846     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7847     break 2
7848   fi
7849 done
7850 done
7851 IFS=$as_save_IFS
7852
7853 fi
7854 fi
7855 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7856 if test -n "$ac_ct_OTOOL64"; then
7857   { echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
7858 echo "${ECHO_T}$ac_ct_OTOOL64" >&6; }
7859 else
7860   { echo "$as_me:$LINENO: result: no" >&5
7861 echo "${ECHO_T}no" >&6; }
7862 fi
7863
7864   if test "x$ac_ct_OTOOL64" = x; then
7865     OTOOL64=":"
7866   else
7867     case $cross_compiling:$ac_tool_warned in
7868 yes:)
7869 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7870 whose name does not start with the host triplet.  If you think this
7871 configuration is useful to you, please write to autoconf@gnu.org." >&5
7872 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7873 whose name does not start with the host triplet.  If you think this
7874 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7875 ac_tool_warned=yes ;;
7876 esac
7877     OTOOL64=$ac_ct_OTOOL64
7878   fi
7879 else
7880   OTOOL64="$ac_cv_prog_OTOOL64"
7881 fi
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909     { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
7910 echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
7911 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
7912   echo $ECHO_N "(cached) $ECHO_C" >&6
7913 else
7914   lt_cv_apple_cc_single_mod=no
7915       if test -z "${LT_MULTI_MODULE}"; then
7916         # By default we will add the -single_module flag. You can override
7917         # by either setting the environment variable LT_MULTI_MODULE
7918         # non-empty at configure time, or by adding -multi_module to the
7919         # link flags.
7920         rm -rf libconftest.dylib*
7921         echo "int foo(void){return 1;}" > conftest.c
7922         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7923 -dynamiclib -Wl,-single_module conftest.c" >&5
7924         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7925           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7926         _lt_result=$?
7927         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7928           lt_cv_apple_cc_single_mod=yes
7929         else
7930           cat conftest.err >&5
7931         fi
7932         rm -rf libconftest.dylib*
7933         rm -f conftest.*
7934       fi
7935 fi
7936 { echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
7937 echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
7938     { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
7939 echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
7940 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
7941   echo $ECHO_N "(cached) $ECHO_C" >&6
7942 else
7943   lt_cv_ld_exported_symbols_list=no
7944       save_LDFLAGS=$LDFLAGS
7945       echo "_main" > conftest.sym
7946       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7947       cat >conftest.$ac_ext <<_ACEOF
7948 /* confdefs.h.  */
7949 _ACEOF
7950 cat confdefs.h >>conftest.$ac_ext
7951 cat >>conftest.$ac_ext <<_ACEOF
7952 /* end confdefs.h.  */
7953
7954 int
7955 main ()
7956 {
7957
7958   ;
7959   return 0;
7960 }
7961 _ACEOF
7962 rm -f conftest.$ac_objext conftest$ac_exeext
7963 if { (ac_try="$ac_link"
7964 case "(($ac_try" in
7965   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7966   *) ac_try_echo=$ac_try;;
7967 esac
7968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7969   (eval "$ac_link") 2>conftest.er1
7970   ac_status=$?
7971   grep -v '^ *+' conftest.er1 >conftest.err
7972   rm -f conftest.er1
7973   cat conftest.err >&5
7974   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7975   (exit $ac_status); } && {
7976          test -z "$ac_c_werror_flag" ||
7977          test ! -s conftest.err
7978        } && test -s conftest$ac_exeext &&
7979        $as_test_x conftest$ac_exeext; then
7980   lt_cv_ld_exported_symbols_list=yes
7981 else
7982   echo "$as_me: failed program was:" >&5
7983 sed 's/^/| /' conftest.$ac_ext >&5
7984
7985         lt_cv_ld_exported_symbols_list=no
7986 fi
7987
7988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7989       conftest$ac_exeext conftest.$ac_ext
7990         LDFLAGS="$save_LDFLAGS"
7991
7992 fi
7993 { echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
7994 echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
7995     case $host_os in
7996     rhapsody* | darwin1.[012])
7997       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7998     darwin1.*)
7999       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8000     darwin*) # darwin 5.x on
8001       # if running on 10.5 or later, the deployment target defaults
8002       # to the OS version, if on x86, and 10.4, the deployment
8003       # target defaults to 10.4. Don't you love it?
8004       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8005         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8006           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8007         10.[012]*)
8008           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8009         10.*)
8010           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8011       esac
8012     ;;
8013   esac
8014     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8015       _lt_dar_single_mod='$single_module'
8016     fi
8017     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8018       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8019     else
8020       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8021     fi
8022     if test "$DSYMUTIL" != ":"; then
8023       _lt_dsymutil='~$DSYMUTIL $lib || :'
8024     else
8025       _lt_dsymutil=
8026     fi
8027     ;;
8028   esac
8029
8030 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
8031 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
8032 if test "${ac_cv_header_stdc+set}" = set; then
8033   echo $ECHO_N "(cached) $ECHO_C" >&6
8034 else
8035   cat >conftest.$ac_ext <<_ACEOF
8036 /* confdefs.h.  */
8037 _ACEOF
8038 cat confdefs.h >>conftest.$ac_ext
8039 cat >>conftest.$ac_ext <<_ACEOF
8040 /* end confdefs.h.  */
8041 #include <stdlib.h>
8042 #include <stdarg.h>
8043 #include <string.h>
8044 #include <float.h>
8045
8046 int
8047 main ()
8048 {
8049
8050   ;
8051   return 0;
8052 }
8053 _ACEOF
8054 rm -f conftest.$ac_objext
8055 if { (ac_try="$ac_compile"
8056 case "(($ac_try" in
8057   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8058   *) ac_try_echo=$ac_try;;
8059 esac
8060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8061   (eval "$ac_compile") 2>conftest.er1
8062   ac_status=$?
8063   grep -v '^ *+' conftest.er1 >conftest.err
8064   rm -f conftest.er1
8065   cat conftest.err >&5
8066   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8067   (exit $ac_status); } && {
8068          test -z "$ac_c_werror_flag" ||
8069          test ! -s conftest.err
8070        } && test -s conftest.$ac_objext; then
8071   ac_cv_header_stdc=yes
8072 else
8073   echo "$as_me: failed program was:" >&5
8074 sed 's/^/| /' conftest.$ac_ext >&5
8075
8076         ac_cv_header_stdc=no
8077 fi
8078
8079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8080
8081 if test $ac_cv_header_stdc = yes; then
8082   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8083   cat >conftest.$ac_ext <<_ACEOF
8084 /* confdefs.h.  */
8085 _ACEOF
8086 cat confdefs.h >>conftest.$ac_ext
8087 cat >>conftest.$ac_ext <<_ACEOF
8088 /* end confdefs.h.  */
8089 #include <string.h>
8090
8091 _ACEOF
8092 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8093   $EGREP "memchr" >/dev/null 2>&1; then
8094   :
8095 else
8096   ac_cv_header_stdc=no
8097 fi
8098 rm -f conftest*
8099
8100 fi
8101
8102 if test $ac_cv_header_stdc = yes; then
8103   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8104   cat >conftest.$ac_ext <<_ACEOF
8105 /* confdefs.h.  */
8106 _ACEOF
8107 cat confdefs.h >>conftest.$ac_ext
8108 cat >>conftest.$ac_ext <<_ACEOF
8109 /* end confdefs.h.  */
8110 #include <stdlib.h>
8111
8112 _ACEOF
8113 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8114   $EGREP "free" >/dev/null 2>&1; then
8115   :
8116 else
8117   ac_cv_header_stdc=no
8118 fi
8119 rm -f conftest*
8120
8121 fi
8122
8123 if test $ac_cv_header_stdc = yes; then
8124   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8125   if test "$cross_compiling" = yes; then
8126   :
8127 else
8128   cat >conftest.$ac_ext <<_ACEOF
8129 /* confdefs.h.  */
8130 _ACEOF
8131 cat confdefs.h >>conftest.$ac_ext
8132 cat >>conftest.$ac_ext <<_ACEOF
8133 /* end confdefs.h.  */
8134 #include <ctype.h>
8135 #include <stdlib.h>
8136 #if ((' ' & 0x0FF) == 0x020)
8137 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8138 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8139 #else
8140 # define ISLOWER(c) \
8141                    (('a' <= (c) && (c) <= 'i') \
8142                      || ('j' <= (c) && (c) <= 'r') \
8143                      || ('s' <= (c) && (c) <= 'z'))
8144 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8145 #endif
8146
8147 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8148 int
8149 main ()
8150 {
8151   int i;
8152   for (i = 0; i < 256; i++)
8153     if (XOR (islower (i), ISLOWER (i))
8154         || toupper (i) != TOUPPER (i))
8155       return 2;
8156   return 0;
8157 }
8158 _ACEOF
8159 rm -f conftest$ac_exeext
8160 if { (ac_try="$ac_link"
8161 case "(($ac_try" in
8162   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8163   *) ac_try_echo=$ac_try;;
8164 esac
8165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8166   (eval "$ac_link") 2>&5
8167   ac_status=$?
8168   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8169   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8170   { (case "(($ac_try" in
8171   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8172   *) ac_try_echo=$ac_try;;
8173 esac
8174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8175   (eval "$ac_try") 2>&5
8176   ac_status=$?
8177   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8178   (exit $ac_status); }; }; then
8179   :
8180 else
8181   echo "$as_me: program exited with status $ac_status" >&5
8182 echo "$as_me: failed program was:" >&5
8183 sed 's/^/| /' conftest.$ac_ext >&5
8184
8185 ( exit $ac_status )
8186 ac_cv_header_stdc=no
8187 fi
8188 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8189 fi
8190
8191
8192 fi
8193 fi
8194 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
8195 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
8196 if test $ac_cv_header_stdc = yes; then
8197
8198 cat >>confdefs.h <<\_ACEOF
8199 #define STDC_HEADERS 1
8200 _ACEOF
8201
8202 fi
8203
8204 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
8205
8206
8207
8208
8209
8210
8211
8212
8213
8214 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
8215                   inttypes.h stdint.h unistd.h
8216 do
8217 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8218 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8219 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8220 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8221   echo $ECHO_N "(cached) $ECHO_C" >&6
8222 else
8223   cat >conftest.$ac_ext <<_ACEOF
8224 /* confdefs.h.  */
8225 _ACEOF
8226 cat confdefs.h >>conftest.$ac_ext
8227 cat >>conftest.$ac_ext <<_ACEOF
8228 /* end confdefs.h.  */
8229 $ac_includes_default
8230
8231 #include <$ac_header>
8232 _ACEOF
8233 rm -f conftest.$ac_objext
8234 if { (ac_try="$ac_compile"
8235 case "(($ac_try" in
8236   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8237   *) ac_try_echo=$ac_try;;
8238 esac
8239 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8240   (eval "$ac_compile") 2>conftest.er1
8241   ac_status=$?
8242   grep -v '^ *+' conftest.er1 >conftest.err
8243   rm -f conftest.er1
8244   cat conftest.err >&5
8245   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8246   (exit $ac_status); } && {
8247          test -z "$ac_c_werror_flag" ||
8248          test ! -s conftest.err
8249        } && test -s conftest.$ac_objext; then
8250   eval "$as_ac_Header=yes"
8251 else
8252   echo "$as_me: failed program was:" >&5
8253 sed 's/^/| /' conftest.$ac_ext >&5
8254
8255         eval "$as_ac_Header=no"
8256 fi
8257
8258 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8259 fi
8260 ac_res=`eval echo '${'$as_ac_Header'}'`
8261                { echo "$as_me:$LINENO: result: $ac_res" >&5
8262 echo "${ECHO_T}$ac_res" >&6; }
8263 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8264   cat >>confdefs.h <<_ACEOF
8265 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8266 _ACEOF
8267
8268 fi
8269
8270 done
8271
8272
8273
8274 for ac_header in dlfcn.h
8275 do
8276 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8277 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8278 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8279 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8280   echo $ECHO_N "(cached) $ECHO_C" >&6
8281 else
8282   cat >conftest.$ac_ext <<_ACEOF
8283 /* confdefs.h.  */
8284 _ACEOF
8285 cat confdefs.h >>conftest.$ac_ext
8286 cat >>conftest.$ac_ext <<_ACEOF
8287 /* end confdefs.h.  */
8288 $ac_includes_default
8289
8290 #include <$ac_header>
8291 _ACEOF
8292 rm -f conftest.$ac_objext
8293 if { (ac_try="$ac_compile"
8294 case "(($ac_try" in
8295   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8296   *) ac_try_echo=$ac_try;;
8297 esac
8298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8299   (eval "$ac_compile") 2>conftest.er1
8300   ac_status=$?
8301   grep -v '^ *+' conftest.er1 >conftest.err
8302   rm -f conftest.er1
8303   cat conftest.err >&5
8304   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8305   (exit $ac_status); } && {
8306          test -z "$ac_c_werror_flag" ||
8307          test ! -s conftest.err
8308        } && test -s conftest.$ac_objext; then
8309   eval "$as_ac_Header=yes"
8310 else
8311   echo "$as_me: failed program was:" >&5
8312 sed 's/^/| /' conftest.$ac_ext >&5
8313
8314         eval "$as_ac_Header=no"
8315 fi
8316
8317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8318 fi
8319 ac_res=`eval echo '${'$as_ac_Header'}'`
8320                { echo "$as_me:$LINENO: result: $ac_res" >&5
8321 echo "${ECHO_T}$ac_res" >&6; }
8322 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8323   cat >>confdefs.h <<_ACEOF
8324 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8325 _ACEOF
8326
8327 fi
8328
8329 done
8330
8331
8332
8333 ac_ext=cpp
8334 ac_cpp='$CXXCPP $CPPFLAGS'
8335 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8336 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8337 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8338 if test -z "$CXX"; then
8339   if test -n "$CCC"; then
8340     CXX=$CCC
8341   else
8342     if test -n "$ac_tool_prefix"; then
8343   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
8344   do
8345     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
8346 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
8347 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8348 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8349 if test "${ac_cv_prog_CXX+set}" = set; then
8350   echo $ECHO_N "(cached) $ECHO_C" >&6
8351 else
8352   if test -n "$CXX"; then
8353   ac_cv_prog_CXX="$CXX" # Let the user override the test.
8354 else
8355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8356 for as_dir in $PATH
8357 do
8358   IFS=$as_save_IFS
8359   test -z "$as_dir" && as_dir=.
8360   for ac_exec_ext in '' $ac_executable_extensions; do
8361   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8362     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
8363     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8364     break 2
8365   fi
8366 done
8367 done
8368 IFS=$as_save_IFS
8369
8370 fi
8371 fi
8372 CXX=$ac_cv_prog_CXX
8373 if test -n "$CXX"; then
8374   { echo "$as_me:$LINENO: result: $CXX" >&5
8375 echo "${ECHO_T}$CXX" >&6; }
8376 else
8377   { echo "$as_me:$LINENO: result: no" >&5
8378 echo "${ECHO_T}no" >&6; }
8379 fi
8380
8381
8382     test -n "$CXX" && break
8383   done
8384 fi
8385 if test -z "$CXX"; then
8386   ac_ct_CXX=$CXX
8387   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
8388 do
8389   # Extract the first word of "$ac_prog", so it can be a program name with args.
8390 set dummy $ac_prog; ac_word=$2
8391 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8392 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8393 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
8394   echo $ECHO_N "(cached) $ECHO_C" >&6
8395 else
8396   if test -n "$ac_ct_CXX"; then
8397   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
8398 else
8399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8400 for as_dir in $PATH
8401 do
8402   IFS=$as_save_IFS
8403   test -z "$as_dir" && as_dir=.
8404   for ac_exec_ext in '' $ac_executable_extensions; do
8405   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8406     ac_cv_prog_ac_ct_CXX="$ac_prog"
8407     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8408     break 2
8409   fi
8410 done
8411 done
8412 IFS=$as_save_IFS
8413
8414 fi
8415 fi
8416 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
8417 if test -n "$ac_ct_CXX"; then
8418   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
8419 echo "${ECHO_T}$ac_ct_CXX" >&6; }
8420 else
8421   { echo "$as_me:$LINENO: result: no" >&5
8422 echo "${ECHO_T}no" >&6; }
8423 fi
8424
8425
8426   test -n "$ac_ct_CXX" && break
8427 done
8428
8429   if test "x$ac_ct_CXX" = x; then
8430     CXX="g++"
8431   else
8432     case $cross_compiling:$ac_tool_warned in
8433 yes:)
8434 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8435 whose name does not start with the host triplet.  If you think this
8436 configuration is useful to you, please write to autoconf@gnu.org." >&5
8437 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8438 whose name does not start with the host triplet.  If you think this
8439 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8440 ac_tool_warned=yes ;;
8441 esac
8442     CXX=$ac_ct_CXX
8443   fi
8444 fi
8445
8446   fi
8447 fi
8448 # Provide some information about the compiler.
8449 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
8450 ac_compiler=`set X $ac_compile; echo $2`
8451 { (ac_try="$ac_compiler --version >&5"
8452 case "(($ac_try" in
8453   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8454   *) ac_try_echo=$ac_try;;
8455 esac
8456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8457   (eval "$ac_compiler --version >&5") 2>&5
8458   ac_status=$?
8459   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8460   (exit $ac_status); }
8461 { (ac_try="$ac_compiler -v >&5"
8462 case "(($ac_try" in
8463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8464   *) ac_try_echo=$ac_try;;
8465 esac
8466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8467   (eval "$ac_compiler -v >&5") 2>&5
8468   ac_status=$?
8469   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8470   (exit $ac_status); }
8471 { (ac_try="$ac_compiler -V >&5"
8472 case "(($ac_try" in
8473   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8474   *) ac_try_echo=$ac_try;;
8475 esac
8476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8477   (eval "$ac_compiler -V >&5") 2>&5
8478   ac_status=$?
8479   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8480   (exit $ac_status); }
8481
8482 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
8483 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
8484 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
8485   echo $ECHO_N "(cached) $ECHO_C" >&6
8486 else
8487   cat >conftest.$ac_ext <<_ACEOF
8488 /* confdefs.h.  */
8489 _ACEOF
8490 cat confdefs.h >>conftest.$ac_ext
8491 cat >>conftest.$ac_ext <<_ACEOF
8492 /* end confdefs.h.  */
8493
8494 int
8495 main ()
8496 {
8497 #ifndef __GNUC__
8498        choke me
8499 #endif
8500
8501   ;
8502   return 0;
8503 }
8504 _ACEOF
8505 rm -f conftest.$ac_objext
8506 if { (ac_try="$ac_compile"
8507 case "(($ac_try" in
8508   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8509   *) ac_try_echo=$ac_try;;
8510 esac
8511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8512   (eval "$ac_compile") 2>conftest.er1
8513   ac_status=$?
8514   grep -v '^ *+' conftest.er1 >conftest.err
8515   rm -f conftest.er1
8516   cat conftest.err >&5
8517   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8518   (exit $ac_status); } && {
8519          test -z "$ac_cxx_werror_flag" ||
8520          test ! -s conftest.err
8521        } && test -s conftest.$ac_objext; then
8522   ac_compiler_gnu=yes
8523 else
8524   echo "$as_me: failed program was:" >&5
8525 sed 's/^/| /' conftest.$ac_ext >&5
8526
8527         ac_compiler_gnu=no
8528 fi
8529
8530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8531 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
8532
8533 fi
8534 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
8535 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
8536 GXX=`test $ac_compiler_gnu = yes && echo yes`
8537 ac_test_CXXFLAGS=${CXXFLAGS+set}
8538 ac_save_CXXFLAGS=$CXXFLAGS
8539 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
8540 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
8541 if test "${ac_cv_prog_cxx_g+set}" = set; then
8542   echo $ECHO_N "(cached) $ECHO_C" >&6
8543 else
8544   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
8545    ac_cxx_werror_flag=yes
8546    ac_cv_prog_cxx_g=no
8547    CXXFLAGS="-g"
8548    cat >conftest.$ac_ext <<_ACEOF
8549 /* confdefs.h.  */
8550 _ACEOF
8551 cat confdefs.h >>conftest.$ac_ext
8552 cat >>conftest.$ac_ext <<_ACEOF
8553 /* end confdefs.h.  */
8554
8555 int
8556 main ()
8557 {
8558
8559   ;
8560   return 0;
8561 }
8562 _ACEOF
8563 rm -f conftest.$ac_objext
8564 if { (ac_try="$ac_compile"
8565 case "(($ac_try" in
8566   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8567   *) ac_try_echo=$ac_try;;
8568 esac
8569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8570   (eval "$ac_compile") 2>conftest.er1
8571   ac_status=$?
8572   grep -v '^ *+' conftest.er1 >conftest.err
8573   rm -f conftest.er1
8574   cat conftest.err >&5
8575   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8576   (exit $ac_status); } && {
8577          test -z "$ac_cxx_werror_flag" ||
8578          test ! -s conftest.err
8579        } && test -s conftest.$ac_objext; then
8580   ac_cv_prog_cxx_g=yes
8581 else
8582   echo "$as_me: failed program was:" >&5
8583 sed 's/^/| /' conftest.$ac_ext >&5
8584
8585         CXXFLAGS=""
8586       cat >conftest.$ac_ext <<_ACEOF
8587 /* confdefs.h.  */
8588 _ACEOF
8589 cat confdefs.h >>conftest.$ac_ext
8590 cat >>conftest.$ac_ext <<_ACEOF
8591 /* end confdefs.h.  */
8592
8593 int
8594 main ()
8595 {
8596
8597   ;
8598   return 0;
8599 }
8600 _ACEOF
8601 rm -f conftest.$ac_objext
8602 if { (ac_try="$ac_compile"
8603 case "(($ac_try" in
8604   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8605   *) ac_try_echo=$ac_try;;
8606 esac
8607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8608   (eval "$ac_compile") 2>conftest.er1
8609   ac_status=$?
8610   grep -v '^ *+' conftest.er1 >conftest.err
8611   rm -f conftest.er1
8612   cat conftest.err >&5
8613   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8614   (exit $ac_status); } && {
8615          test -z "$ac_cxx_werror_flag" ||
8616          test ! -s conftest.err
8617        } && test -s conftest.$ac_objext; then
8618   :
8619 else
8620   echo "$as_me: failed program was:" >&5
8621 sed 's/^/| /' conftest.$ac_ext >&5
8622
8623         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
8624          CXXFLAGS="-g"
8625          cat >conftest.$ac_ext <<_ACEOF
8626 /* confdefs.h.  */
8627 _ACEOF
8628 cat confdefs.h >>conftest.$ac_ext
8629 cat >>conftest.$ac_ext <<_ACEOF
8630 /* end confdefs.h.  */
8631
8632 int
8633 main ()
8634 {
8635
8636   ;
8637   return 0;
8638 }
8639 _ACEOF
8640 rm -f conftest.$ac_objext
8641 if { (ac_try="$ac_compile"
8642 case "(($ac_try" in
8643   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8644   *) ac_try_echo=$ac_try;;
8645 esac
8646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8647   (eval "$ac_compile") 2>conftest.er1
8648   ac_status=$?
8649   grep -v '^ *+' conftest.er1 >conftest.err
8650   rm -f conftest.er1
8651   cat conftest.err >&5
8652   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8653   (exit $ac_status); } && {
8654          test -z "$ac_cxx_werror_flag" ||
8655          test ! -s conftest.err
8656        } && test -s conftest.$ac_objext; then
8657   ac_cv_prog_cxx_g=yes
8658 else
8659   echo "$as_me: failed program was:" >&5
8660 sed 's/^/| /' conftest.$ac_ext >&5
8661
8662
8663 fi
8664
8665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8666 fi
8667
8668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8669 fi
8670
8671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8672    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
8673 fi
8674 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
8675 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
8676 if test "$ac_test_CXXFLAGS" = set; then
8677   CXXFLAGS=$ac_save_CXXFLAGS
8678 elif test $ac_cv_prog_cxx_g = yes; then
8679   if test "$GXX" = yes; then
8680     CXXFLAGS="-g -O2"
8681   else
8682     CXXFLAGS="-g"
8683   fi
8684 else
8685   if test "$GXX" = yes; then
8686     CXXFLAGS="-O2"
8687   else
8688     CXXFLAGS=
8689   fi
8690 fi
8691 ac_ext=c
8692 ac_cpp='$CPP $CPPFLAGS'
8693 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8694 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8695 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8696
8697 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
8698     ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
8699     (test "X$CXX" != "Xg++"))) ; then
8700   ac_ext=cpp
8701 ac_cpp='$CXXCPP $CPPFLAGS'
8702 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8703 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8704 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8705 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
8706 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
8707 if test -z "$CXXCPP"; then
8708   if test "${ac_cv_prog_CXXCPP+set}" = set; then
8709   echo $ECHO_N "(cached) $ECHO_C" >&6
8710 else
8711       # Double quotes because CXXCPP needs to be expanded
8712     for CXXCPP in "$CXX -E" "/lib/cpp"
8713     do
8714       ac_preproc_ok=false
8715 for ac_cxx_preproc_warn_flag in '' yes
8716 do
8717   # Use a header file that comes with gcc, so configuring glibc
8718   # with a fresh cross-compiler works.
8719   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8720   # <limits.h> exists even on freestanding compilers.
8721   # On the NeXT, cc -E runs the code through the compiler's parser,
8722   # not just through cpp. "Syntax error" is here to catch this case.
8723   cat >conftest.$ac_ext <<_ACEOF
8724 /* confdefs.h.  */
8725 _ACEOF
8726 cat confdefs.h >>conftest.$ac_ext
8727 cat >>conftest.$ac_ext <<_ACEOF
8728 /* end confdefs.h.  */
8729 #ifdef __STDC__
8730 # include <limits.h>
8731 #else
8732 # include <assert.h>
8733 #endif
8734                      Syntax error
8735 _ACEOF
8736 if { (ac_try="$ac_cpp conftest.$ac_ext"
8737 case "(($ac_try" in
8738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8739   *) ac_try_echo=$ac_try;;
8740 esac
8741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8742   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8743   ac_status=$?
8744   grep -v '^ *+' conftest.er1 >conftest.err
8745   rm -f conftest.er1
8746   cat conftest.err >&5
8747   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8748   (exit $ac_status); } >/dev/null && {
8749          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8750          test ! -s conftest.err
8751        }; then
8752   :
8753 else
8754   echo "$as_me: failed program was:" >&5
8755 sed 's/^/| /' conftest.$ac_ext >&5
8756
8757   # Broken: fails on valid input.
8758 continue
8759 fi
8760
8761 rm -f conftest.err conftest.$ac_ext
8762
8763   # OK, works on sane cases.  Now check whether nonexistent headers
8764   # can be detected and how.
8765   cat >conftest.$ac_ext <<_ACEOF
8766 /* confdefs.h.  */
8767 _ACEOF
8768 cat confdefs.h >>conftest.$ac_ext
8769 cat >>conftest.$ac_ext <<_ACEOF
8770 /* end confdefs.h.  */
8771 #include <ac_nonexistent.h>
8772 _ACEOF
8773 if { (ac_try="$ac_cpp conftest.$ac_ext"
8774 case "(($ac_try" in
8775   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8776   *) ac_try_echo=$ac_try;;
8777 esac
8778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8779   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8780   ac_status=$?
8781   grep -v '^ *+' conftest.er1 >conftest.err
8782   rm -f conftest.er1
8783   cat conftest.err >&5
8784   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8785   (exit $ac_status); } >/dev/null && {
8786          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8787          test ! -s conftest.err
8788        }; then
8789   # Broken: success on invalid input.
8790 continue
8791 else
8792   echo "$as_me: failed program was:" >&5
8793 sed 's/^/| /' conftest.$ac_ext >&5
8794
8795   # Passes both tests.
8796 ac_preproc_ok=:
8797 break
8798 fi
8799
8800 rm -f conftest.err conftest.$ac_ext
8801
8802 done
8803 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8804 rm -f conftest.err conftest.$ac_ext
8805 if $ac_preproc_ok; then
8806   break
8807 fi
8808
8809     done
8810     ac_cv_prog_CXXCPP=$CXXCPP
8811
8812 fi
8813   CXXCPP=$ac_cv_prog_CXXCPP
8814 else
8815   ac_cv_prog_CXXCPP=$CXXCPP
8816 fi
8817 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
8818 echo "${ECHO_T}$CXXCPP" >&6; }
8819 ac_preproc_ok=false
8820 for ac_cxx_preproc_warn_flag in '' yes
8821 do
8822   # Use a header file that comes with gcc, so configuring glibc
8823   # with a fresh cross-compiler works.
8824   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8825   # <limits.h> exists even on freestanding compilers.
8826   # On the NeXT, cc -E runs the code through the compiler's parser,
8827   # not just through cpp. "Syntax error" is here to catch this case.
8828   cat >conftest.$ac_ext <<_ACEOF
8829 /* confdefs.h.  */
8830 _ACEOF
8831 cat confdefs.h >>conftest.$ac_ext
8832 cat >>conftest.$ac_ext <<_ACEOF
8833 /* end confdefs.h.  */
8834 #ifdef __STDC__
8835 # include <limits.h>
8836 #else
8837 # include <assert.h>
8838 #endif
8839                      Syntax error
8840 _ACEOF
8841 if { (ac_try="$ac_cpp conftest.$ac_ext"
8842 case "(($ac_try" in
8843   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8844   *) ac_try_echo=$ac_try;;
8845 esac
8846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8847   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8848   ac_status=$?
8849   grep -v '^ *+' conftest.er1 >conftest.err
8850   rm -f conftest.er1
8851   cat conftest.err >&5
8852   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8853   (exit $ac_status); } >/dev/null && {
8854          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8855          test ! -s conftest.err
8856        }; then
8857   :
8858 else
8859   echo "$as_me: failed program was:" >&5
8860 sed 's/^/| /' conftest.$ac_ext >&5
8861
8862   # Broken: fails on valid input.
8863 continue
8864 fi
8865
8866 rm -f conftest.err conftest.$ac_ext
8867
8868   # OK, works on sane cases.  Now check whether nonexistent headers
8869   # can be detected and how.
8870   cat >conftest.$ac_ext <<_ACEOF
8871 /* confdefs.h.  */
8872 _ACEOF
8873 cat confdefs.h >>conftest.$ac_ext
8874 cat >>conftest.$ac_ext <<_ACEOF
8875 /* end confdefs.h.  */
8876 #include <ac_nonexistent.h>
8877 _ACEOF
8878 if { (ac_try="$ac_cpp conftest.$ac_ext"
8879 case "(($ac_try" in
8880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8881   *) ac_try_echo=$ac_try;;
8882 esac
8883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8884   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8885   ac_status=$?
8886   grep -v '^ *+' conftest.er1 >conftest.err
8887   rm -f conftest.er1
8888   cat conftest.err >&5
8889   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8890   (exit $ac_status); } >/dev/null && {
8891          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8892          test ! -s conftest.err
8893        }; then
8894   # Broken: success on invalid input.
8895 continue
8896 else
8897   echo "$as_me: failed program was:" >&5
8898 sed 's/^/| /' conftest.$ac_ext >&5
8899
8900   # Passes both tests.
8901 ac_preproc_ok=:
8902 break
8903 fi
8904
8905 rm -f conftest.err conftest.$ac_ext
8906
8907 done
8908 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8909 rm -f conftest.err conftest.$ac_ext
8910 if $ac_preproc_ok; then
8911   :
8912 else
8913   _lt_caught_CXX_error=yes
8914 fi
8915
8916 ac_ext=c
8917 ac_cpp='$CPP $CPPFLAGS'
8918 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8919 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8920 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8921
8922 else
8923   _lt_caught_CXX_error=yes
8924 fi
8925
8926
8927
8928
8929
8930 # Set options
8931 # Check whether --enable-shared was given.
8932 if test "${enable_shared+set}" = set; then
8933   enableval=$enable_shared; p=${PACKAGE-default}
8934     case $enableval in
8935     yes) enable_shared=yes ;;
8936     no) enable_shared=no ;;
8937     *)
8938       enable_shared=no
8939       # Look at the argument we got.  We use all the common list separators.
8940       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8941       for pkg in $enableval; do
8942         IFS="$lt_save_ifs"
8943         if test "X$pkg" = "X$p"; then
8944           enable_shared=yes
8945         fi
8946       done
8947       IFS="$lt_save_ifs"
8948       ;;
8949     esac
8950 else
8951   enable_shared=yes
8952 fi
8953
8954
8955
8956
8957
8958
8959
8960 # Check whether --enable-static was given.
8961 if test "${enable_static+set}" = set; then
8962   enableval=$enable_static; p=${PACKAGE-default}
8963     case $enableval in
8964     yes) enable_static=yes ;;
8965     no) enable_static=no ;;
8966     *)
8967      enable_static=no
8968       # Look at the argument we got.  We use all the common list separators.
8969       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8970       for pkg in $enableval; do
8971         IFS="$lt_save_ifs"
8972         if test "X$pkg" = "X$p"; then
8973           enable_static=yes
8974         fi
8975       done
8976       IFS="$lt_save_ifs"
8977       ;;
8978     esac
8979 else
8980   enable_static=no
8981 fi
8982
8983
8984
8985
8986
8987
8988
8989
8990
8991
8992         enable_dlopen=no
8993
8994
8995   enable_win32_dll=no
8996
8997
8998
8999
9000
9001 # Check whether --with-pic was given.
9002 if test "${with_pic+set}" = set; then
9003   withval=$with_pic; pic_mode="$withval"
9004 else
9005   pic_mode=default
9006 fi
9007
9008
9009 test -z "$pic_mode" && pic_mode=default
9010
9011
9012
9013
9014
9015
9016
9017   # Check whether --enable-fast-install was given.
9018 if test "${enable_fast_install+set}" = set; then
9019   enableval=$enable_fast_install; p=${PACKAGE-default}
9020     case $enableval in
9021     yes) enable_fast_install=yes ;;
9022     no) enable_fast_install=no ;;
9023     *)
9024       enable_fast_install=no
9025       # Look at the argument we got.  We use all the common list separators.
9026       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9027       for pkg in $enableval; do
9028         IFS="$lt_save_ifs"
9029         if test "X$pkg" = "X$p"; then
9030           enable_fast_install=yes
9031         fi
9032       done
9033       IFS="$lt_save_ifs"
9034       ;;
9035     esac
9036 else
9037   enable_fast_install=yes
9038 fi
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050 # This can be used to rebuild libtool when needed
9051 LIBTOOL_DEPS="$ltmain"
9052
9053 # Always use our own libtool.
9054 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
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 test -z "$LN_S" && LN_S="ln -s"
9081
9082
9083
9084
9085
9086
9087
9088
9089
9090
9091
9092
9093
9094
9095 if test -n "${ZSH_VERSION+set}" ; then
9096    setopt NO_GLOB_SUBST
9097 fi
9098
9099 { echo "$as_me:$LINENO: checking for objdir" >&5
9100 echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
9101 if test "${lt_cv_objdir+set}" = set; then
9102   echo $ECHO_N "(cached) $ECHO_C" >&6
9103 else
9104   rm -f .libs 2>/dev/null
9105 mkdir .libs 2>/dev/null
9106 if test -d .libs; then
9107   lt_cv_objdir=.libs
9108 else
9109   # MS-DOS does not allow filenames that begin with a dot.
9110   lt_cv_objdir=_libs
9111 fi
9112 rmdir .libs 2>/dev/null
9113 fi
9114 { echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
9115 echo "${ECHO_T}$lt_cv_objdir" >&6; }
9116 objdir=$lt_cv_objdir
9117
9118
9119
9120
9121
9122 cat >>confdefs.h <<_ACEOF
9123 #define LT_OBJDIR "$lt_cv_objdir/"
9124 _ACEOF
9125
9126
9127
9128
9129
9130
9131
9132
9133
9134
9135
9136
9137
9138
9139
9140
9141
9142 case $host_os in
9143 aix3*)
9144   # AIX sometimes has problems with the GCC collect2 program.  For some
9145   # reason, if we set the COLLECT_NAMES environment variable, the problems
9146   # vanish in a puff of smoke.
9147   if test "X${COLLECT_NAMES+set}" != Xset; then
9148     COLLECT_NAMES=
9149     export COLLECT_NAMES
9150   fi
9151   ;;
9152 esac
9153
9154 # Sed substitution that helps us do robust quoting.  It backslashifies
9155 # metacharacters that are still active within double-quoted strings.
9156 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
9157
9158 # Same as above, but do not quote variable references.
9159 double_quote_subst='s/\(["`\\]\)/\\\1/g'
9160
9161 # Sed substitution to delay expansion of an escaped shell variable in a
9162 # double_quote_subst'ed string.
9163 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
9164
9165 # Sed substitution to delay expansion of an escaped single quote.
9166 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
9167
9168 # Sed substitution to avoid accidental globbing in evaled expressions
9169 no_glob_subst='s/\*/\\\*/g'
9170
9171 # Global variables:
9172 ofile=libtool
9173 can_build_shared=yes
9174
9175 # All known linkers require a `.a' archive for static linking (except MSVC,
9176 # which needs '.lib').
9177 libext=a
9178
9179 with_gnu_ld="$lt_cv_prog_gnu_ld"
9180
9181 old_CC="$CC"
9182 old_CFLAGS="$CFLAGS"
9183
9184 # Set sane defaults for various variables
9185 test -z "$CC" && CC=cc
9186 test -z "$LTCC" && LTCC=$CC
9187 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9188 test -z "$LD" && LD=ld
9189 test -z "$ac_objext" && ac_objext=o
9190
9191 for cc_temp in $compiler""; do
9192   case $cc_temp in
9193     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9194     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9195     \-*) ;;
9196     *) break;;
9197   esac
9198 done
9199 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
9200
9201
9202 # Only perform the check for file, if the check method requires it
9203 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9204 case $deplibs_check_method in
9205 file_magic*)
9206   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9207     { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
9208 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
9209 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
9210   echo $ECHO_N "(cached) $ECHO_C" >&6
9211 else
9212   case $MAGIC_CMD in
9213 [\\/*] |  ?:[\\/]*)
9214   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9215   ;;
9216 *)
9217   lt_save_MAGIC_CMD="$MAGIC_CMD"
9218   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9219   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9220   for ac_dir in $ac_dummy; do
9221     IFS="$lt_save_ifs"
9222     test -z "$ac_dir" && ac_dir=.
9223     if test -f $ac_dir/${ac_tool_prefix}file; then
9224       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9225       if test -n "$file_magic_test_file"; then
9226         case $deplibs_check_method in
9227         "file_magic "*)
9228           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9229           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9230           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9231             $EGREP "$file_magic_regex" > /dev/null; then
9232             :
9233           else
9234             cat <<_LT_EOF 1>&2
9235
9236 *** Warning: the command libtool uses to detect shared libraries,
9237 *** $file_magic_cmd, produces output that libtool cannot recognize.
9238 *** The result is that libtool may fail to recognize shared libraries
9239 *** as such.  This will affect the creation of libtool libraries that
9240 *** depend on shared libraries, but programs linked with such libtool
9241 *** libraries will work regardless of this problem.  Nevertheless, you
9242 *** may want to report the problem to your system manager and/or to
9243 *** bug-libtool@gnu.org
9244
9245 _LT_EOF
9246           fi ;;
9247         esac
9248       fi
9249       break
9250     fi
9251   done
9252   IFS="$lt_save_ifs"
9253   MAGIC_CMD="$lt_save_MAGIC_CMD"
9254   ;;
9255 esac
9256 fi
9257
9258 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9259 if test -n "$MAGIC_CMD"; then
9260   { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
9261 echo "${ECHO_T}$MAGIC_CMD" >&6; }
9262 else
9263   { echo "$as_me:$LINENO: result: no" >&5
9264 echo "${ECHO_T}no" >&6; }
9265 fi
9266
9267
9268
9269
9270
9271 if test -z "$lt_cv_path_MAGIC_CMD"; then
9272   if test -n "$ac_tool_prefix"; then
9273     { echo "$as_me:$LINENO: checking for file" >&5
9274 echo $ECHO_N "checking for file... $ECHO_C" >&6; }
9275 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
9276   echo $ECHO_N "(cached) $ECHO_C" >&6
9277 else
9278   case $MAGIC_CMD in
9279 [\\/*] |  ?:[\\/]*)
9280   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9281   ;;
9282 *)
9283   lt_save_MAGIC_CMD="$MAGIC_CMD"
9284   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9285   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9286   for ac_dir in $ac_dummy; do
9287     IFS="$lt_save_ifs"
9288     test -z "$ac_dir" && ac_dir=.
9289     if test -f $ac_dir/file; then
9290       lt_cv_path_MAGIC_CMD="$ac_dir/file"
9291       if test -n "$file_magic_test_file"; then
9292         case $deplibs_check_method in
9293         "file_magic "*)
9294           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9295           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9296           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9297             $EGREP "$file_magic_regex" > /dev/null; then
9298             :
9299           else
9300             cat <<_LT_EOF 1>&2
9301
9302 *** Warning: the command libtool uses to detect shared libraries,
9303 *** $file_magic_cmd, produces output that libtool cannot recognize.
9304 *** The result is that libtool may fail to recognize shared libraries
9305 *** as such.  This will affect the creation of libtool libraries that
9306 *** depend on shared libraries, but programs linked with such libtool
9307 *** libraries will work regardless of this problem.  Nevertheless, you
9308 *** may want to report the problem to your system manager and/or to
9309 *** bug-libtool@gnu.org
9310
9311 _LT_EOF
9312           fi ;;
9313         esac
9314       fi
9315       break
9316     fi
9317   done
9318   IFS="$lt_save_ifs"
9319   MAGIC_CMD="$lt_save_MAGIC_CMD"
9320   ;;
9321 esac
9322 fi
9323
9324 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9325 if test -n "$MAGIC_CMD"; then
9326   { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
9327 echo "${ECHO_T}$MAGIC_CMD" >&6; }
9328 else
9329   { echo "$as_me:$LINENO: result: no" >&5
9330 echo "${ECHO_T}no" >&6; }
9331 fi
9332
9333
9334   else
9335     MAGIC_CMD=:
9336   fi
9337 fi
9338
9339   fi
9340   ;;
9341 esac
9342
9343 # Use C for the default configuration in the libtool script
9344
9345 lt_save_CC="$CC"
9346 ac_ext=c
9347 ac_cpp='$CPP $CPPFLAGS'
9348 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9349 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9350 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9351
9352
9353 # Source file extension for C test sources.
9354 ac_ext=c
9355
9356 # Object file extension for compiled C test sources.
9357 objext=o
9358 objext=$objext
9359
9360 # Code to be used in simple compile tests
9361 lt_simple_compile_test_code="int some_variable = 0;"
9362
9363 # Code to be used in simple link tests
9364 lt_simple_link_test_code='int main(){return(0);}'
9365
9366
9367
9368
9369
9370
9371
9372 # If no C compiler was specified, use CC.
9373 LTCC=${LTCC-"$CC"}
9374
9375 # If no C compiler flags were specified, use CFLAGS.
9376 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9377
9378 # Allow CC to be a program name with arguments.
9379 compiler=$CC
9380
9381 # Save the default compiler, since it gets overwritten when the other
9382 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9383 compiler_DEFAULT=$CC
9384
9385 # save warnings/boilerplate of simple test code
9386 ac_outfile=conftest.$ac_objext
9387 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9388 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9389 _lt_compiler_boilerplate=`cat conftest.err`
9390 $RM conftest*
9391
9392 ac_outfile=conftest.$ac_objext
9393 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9394 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9395 _lt_linker_boilerplate=`cat conftest.err`
9396 $RM -r conftest*
9397
9398
9399 ## CAVEAT EMPTOR:
9400 ## There is no encapsulation within the following macros, do not change
9401 ## the running order or otherwise move them around unless you know exactly
9402 ## what you are doing...
9403 if test -n "$compiler"; then
9404
9405 lt_prog_compiler_no_builtin_flag=
9406
9407 if test "$GCC" = yes; then
9408   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
9409
9410   { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9411 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
9412 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
9413   echo $ECHO_N "(cached) $ECHO_C" >&6
9414 else
9415   lt_cv_prog_compiler_rtti_exceptions=no
9416    ac_outfile=conftest.$ac_objext
9417    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9418    lt_compiler_flag="-fno-rtti -fno-exceptions"
9419    # Insert the option either (1) after the last *FLAGS variable, or
9420    # (2) before a word containing "conftest.", or (3) at the end.
9421    # Note that $ac_compile itself does not contain backslashes and begins
9422    # with a dollar sign (not a hyphen), so the echo should work correctly.
9423    # The option is referenced via a variable to avoid confusing sed.
9424    lt_compile=`echo "$ac_compile" | $SED \
9425    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9426    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9427    -e 's:$: $lt_compiler_flag:'`
9428    (eval echo "\"\$as_me:9428: $lt_compile\"" >&5)
9429    (eval "$lt_compile" 2>conftest.err)
9430    ac_status=$?
9431    cat conftest.err >&5
9432    echo "$as_me:9432: \$? = $ac_status" >&5
9433    if (exit $ac_status) && test -s "$ac_outfile"; then
9434      # The compiler can only warn and ignore the option if not recognized
9435      # So say no if there are warnings other than the usual output.
9436      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
9437      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9438      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9439        lt_cv_prog_compiler_rtti_exceptions=yes
9440      fi
9441    fi
9442    $RM conftest*
9443
9444 fi
9445 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9446 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9447
9448 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9449     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9450 else
9451     :
9452 fi
9453
9454 fi
9455
9456
9457
9458
9459
9460
9461   lt_prog_compiler_wl=
9462 lt_prog_compiler_pic=
9463 lt_prog_compiler_static=
9464
9465 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
9466 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
9467
9468   if test "$GCC" = yes; then
9469     lt_prog_compiler_wl='-Wl,'
9470     lt_prog_compiler_static='-static'
9471
9472     case $host_os in
9473       aix*)
9474       # All AIX code is PIC.
9475       if test "$host_cpu" = ia64; then
9476         # AIX 5 now supports IA64 processor
9477         lt_prog_compiler_static='-Bstatic'
9478       fi
9479       ;;
9480
9481     amigaos*)
9482       case $host_cpu in
9483       powerpc)
9484             # see comment about AmigaOS4 .so support
9485             lt_prog_compiler_pic='-fPIC'
9486         ;;
9487       m68k)
9488             # FIXME: we need at least 68020 code to build shared libraries, but
9489             # adding the `-m68020' flag to GCC prevents building anything better,
9490             # like `-m68040'.
9491             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9492         ;;
9493       esac
9494       ;;
9495
9496     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9497       # PIC is the default for these OSes.
9498       ;;
9499
9500     mingw* | cygwin* | pw32* | os2* | cegcc*)
9501       # This hack is so that the source file can tell whether it is being
9502       # built for inclusion in a dll (and should export symbols for example).
9503       # Although the cygwin gcc ignores -fPIC, still need this for old-style
9504       # (--disable-auto-import) libraries
9505       lt_prog_compiler_pic='-DDLL_EXPORT'
9506       ;;
9507
9508     darwin* | rhapsody*)
9509       # PIC is the default on this platform
9510       # Common symbols not allowed in MH_DYLIB files
9511       lt_prog_compiler_pic='-fno-common'
9512       ;;
9513
9514     hpux*)
9515       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9516       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
9517       # sets the default TLS model and affects inlining.
9518       case $host_cpu in
9519       hppa*64*)
9520         # +Z the default
9521         ;;
9522       *)
9523         lt_prog_compiler_pic='-fPIC'
9524         ;;
9525       esac
9526       ;;
9527
9528     interix[3-9]*)
9529       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9530       # Instead, we relocate shared libraries at runtime.
9531       ;;
9532
9533     msdosdjgpp*)
9534       # Just because we use GCC doesn't mean we suddenly get shared libraries
9535       # on systems that don't support them.
9536       lt_prog_compiler_can_build_shared=no
9537       enable_shared=no
9538       ;;
9539
9540     *nto* | *qnx*)
9541       # QNX uses GNU C++, but need to define -shared option too, otherwise
9542       # it will coredump.
9543       lt_prog_compiler_pic='-fPIC -shared'
9544       ;;
9545
9546     sysv4*MP*)
9547       if test -d /usr/nec; then
9548         lt_prog_compiler_pic=-Kconform_pic
9549       fi
9550       ;;
9551
9552     *)
9553       lt_prog_compiler_pic='-fPIC'
9554       ;;
9555     esac
9556   else
9557     # PORTME Check for flag to pass linker flags through the system compiler.
9558     case $host_os in
9559     aix*)
9560       lt_prog_compiler_wl='-Wl,'
9561       if test "$host_cpu" = ia64; then
9562         # AIX 5 now supports IA64 processor
9563         lt_prog_compiler_static='-Bstatic'
9564       else
9565         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9566       fi
9567       ;;
9568
9569     mingw* | cygwin* | pw32* | os2* | cegcc*)
9570       # This hack is so that the source file can tell whether it is being
9571       # built for inclusion in a dll (and should export symbols for example).
9572       lt_prog_compiler_pic='-DDLL_EXPORT'
9573       ;;
9574
9575     hpux9* | hpux10* | hpux11*)
9576       lt_prog_compiler_wl='-Wl,'
9577       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9578       # not for PA HP-UX.
9579       case $host_cpu in
9580       hppa*64*|ia64*)
9581         # +Z the default
9582         ;;
9583       *)
9584         lt_prog_compiler_pic='+Z'
9585         ;;
9586       esac
9587       # Is there a better lt_prog_compiler_static that works with the bundled CC?
9588       lt_prog_compiler_static='${wl}-a ${wl}archive'
9589       ;;
9590
9591     irix5* | irix6* | nonstopux*)
9592       lt_prog_compiler_wl='-Wl,'
9593       # PIC (with -KPIC) is the default.
9594       lt_prog_compiler_static='-non_shared'
9595       ;;
9596
9597     linux* | k*bsd*-gnu)
9598       case $cc_basename in
9599       # old Intel for x86_64 which still supported -KPIC.
9600       ecc*)
9601         lt_prog_compiler_wl='-Wl,'
9602         lt_prog_compiler_pic='-KPIC'
9603         lt_prog_compiler_static='-static'
9604         ;;
9605       # icc used to be incompatible with GCC.
9606       # ICC 10 doesn't accept -KPIC any more.
9607       icc* | ifort*)
9608         lt_prog_compiler_wl='-Wl,'
9609         lt_prog_compiler_pic='-fPIC'
9610         lt_prog_compiler_static='-static'
9611         ;;
9612       # Lahey Fortran 8.1.
9613       lf95*)
9614         lt_prog_compiler_wl='-Wl,'
9615         lt_prog_compiler_pic='--shared'
9616         lt_prog_compiler_static='--static'
9617         ;;
9618       pgcc* | pgf77* | pgf90* | pgf95*)
9619         # Portland Group compilers (*not* the Pentium gcc compiler,
9620         # which looks to be a dead project)
9621         lt_prog_compiler_wl='-Wl,'
9622         lt_prog_compiler_pic='-fpic'
9623         lt_prog_compiler_static='-Bstatic'
9624         ;;
9625       ccc*)
9626         lt_prog_compiler_wl='-Wl,'
9627         # All Alpha code is PIC.
9628         lt_prog_compiler_static='-non_shared'
9629         ;;
9630       xl*)
9631         # IBM XL C 8.0/Fortran 10.1 on PPC
9632         lt_prog_compiler_wl='-Wl,'
9633         lt_prog_compiler_pic='-qpic'
9634         lt_prog_compiler_static='-qstaticlink'
9635         ;;
9636       *)
9637         case `$CC -V 2>&1 | sed 5q` in
9638         *Sun\ C*)
9639           # Sun C 5.9
9640           lt_prog_compiler_pic='-KPIC'
9641           lt_prog_compiler_static='-Bstatic'
9642           lt_prog_compiler_wl='-Wl,'
9643           ;;
9644         *Sun\ F*)
9645           # Sun Fortran 8.3 passes all unrecognized flags to the linker
9646           lt_prog_compiler_pic='-KPIC'
9647           lt_prog_compiler_static='-Bstatic'
9648           lt_prog_compiler_wl=''
9649           ;;
9650         esac
9651         ;;
9652       esac
9653       ;;
9654
9655     newsos6)
9656       lt_prog_compiler_pic='-KPIC'
9657       lt_prog_compiler_static='-Bstatic'
9658       ;;
9659
9660     *nto* | *qnx*)
9661       # QNX uses GNU C++, but need to define -shared option too, otherwise
9662       # it will coredump.
9663       lt_prog_compiler_pic='-fPIC -shared'
9664       ;;
9665
9666     osf3* | osf4* | osf5*)
9667       lt_prog_compiler_wl='-Wl,'
9668       # All OSF/1 code is PIC.
9669       lt_prog_compiler_static='-non_shared'
9670       ;;
9671
9672     rdos*)
9673       lt_prog_compiler_static='-non_shared'
9674       ;;
9675
9676     solaris*)
9677       lt_prog_compiler_pic='-KPIC'
9678       lt_prog_compiler_static='-Bstatic'
9679       case $cc_basename in
9680       f77* | f90* | f95*)
9681         lt_prog_compiler_wl='-Qoption ld ';;
9682       *)
9683         lt_prog_compiler_wl='-Wl,';;
9684       esac
9685       ;;
9686
9687     sunos4*)
9688       lt_prog_compiler_wl='-Qoption ld '
9689       lt_prog_compiler_pic='-PIC'
9690       lt_prog_compiler_static='-Bstatic'
9691       ;;
9692
9693     sysv4 | sysv4.2uw2* | sysv4.3*)
9694       lt_prog_compiler_wl='-Wl,'
9695       lt_prog_compiler_pic='-KPIC'
9696       lt_prog_compiler_static='-Bstatic'
9697       ;;
9698
9699     sysv4*MP*)
9700       if test -d /usr/nec ;then
9701         lt_prog_compiler_pic='-Kconform_pic'
9702         lt_prog_compiler_static='-Bstatic'
9703       fi
9704       ;;
9705
9706     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9707       lt_prog_compiler_wl='-Wl,'
9708       lt_prog_compiler_pic='-KPIC'
9709       lt_prog_compiler_static='-Bstatic'
9710       ;;
9711
9712     unicos*)
9713       lt_prog_compiler_wl='-Wl,'
9714       lt_prog_compiler_can_build_shared=no
9715       ;;
9716
9717     uts4*)
9718       lt_prog_compiler_pic='-pic'
9719       lt_prog_compiler_static='-Bstatic'
9720       ;;
9721
9722     *)
9723       lt_prog_compiler_can_build_shared=no
9724       ;;
9725     esac
9726   fi
9727
9728 case $host_os in
9729   # For platforms which do not support PIC, -DPIC is meaningless:
9730   *djgpp*)
9731     lt_prog_compiler_pic=
9732     ;;
9733   *)
9734     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9735     ;;
9736 esac
9737 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
9738 echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
9739
9740
9741
9742
9743
9744
9745 #
9746 # Check to make sure the PIC flag actually works.
9747 #
9748 if test -n "$lt_prog_compiler_pic"; then
9749   { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9750 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
9751 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
9752   echo $ECHO_N "(cached) $ECHO_C" >&6
9753 else
9754   lt_cv_prog_compiler_pic_works=no
9755    ac_outfile=conftest.$ac_objext
9756    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9757    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9758    # Insert the option either (1) after the last *FLAGS variable, or
9759    # (2) before a word containing "conftest.", or (3) at the end.
9760    # Note that $ac_compile itself does not contain backslashes and begins
9761    # with a dollar sign (not a hyphen), so the echo should work correctly.
9762    # The option is referenced via a variable to avoid confusing sed.
9763    lt_compile=`echo "$ac_compile" | $SED \
9764    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9765    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9766    -e 's:$: $lt_compiler_flag:'`
9767    (eval echo "\"\$as_me:9767: $lt_compile\"" >&5)
9768    (eval "$lt_compile" 2>conftest.err)
9769    ac_status=$?
9770    cat conftest.err >&5
9771    echo "$as_me:9771: \$? = $ac_status" >&5
9772    if (exit $ac_status) && test -s "$ac_outfile"; then
9773      # The compiler can only warn and ignore the option if not recognized
9774      # So say no if there are warnings other than the usual output.
9775      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
9776      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9777      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9778        lt_cv_prog_compiler_pic_works=yes
9779      fi
9780    fi
9781    $RM conftest*
9782
9783 fi
9784 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
9785 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
9786
9787 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9788     case $lt_prog_compiler_pic in
9789      "" | " "*) ;;
9790      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9791      esac
9792 else
9793     lt_prog_compiler_pic=
9794      lt_prog_compiler_can_build_shared=no
9795 fi
9796
9797 fi
9798
9799
9800
9801
9802
9803
9804 #
9805 # Check to make sure the static flag actually works.
9806 #
9807 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9808 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9809 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
9810 if test "${lt_cv_prog_compiler_static_works+set}" = set; then
9811   echo $ECHO_N "(cached) $ECHO_C" >&6
9812 else
9813   lt_cv_prog_compiler_static_works=no
9814    save_LDFLAGS="$LDFLAGS"
9815    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9816    echo "$lt_simple_link_test_code" > conftest.$ac_ext
9817    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9818      # The linker can only warn and ignore the option if not recognized
9819      # So say no if there are warnings
9820      if test -s conftest.err; then
9821        # Append any errors to the config.log.
9822        cat conftest.err 1>&5
9823        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
9824        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9825        if diff conftest.exp conftest.er2 >/dev/null; then
9826          lt_cv_prog_compiler_static_works=yes
9827        fi
9828      else
9829        lt_cv_prog_compiler_static_works=yes
9830      fi
9831    fi
9832    $RM -r conftest*
9833    LDFLAGS="$save_LDFLAGS"
9834
9835 fi
9836 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
9837 echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
9838
9839 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9840     :
9841 else
9842     lt_prog_compiler_static=
9843 fi
9844
9845
9846
9847
9848
9849
9850
9851   { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
9852 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
9853 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
9854   echo $ECHO_N "(cached) $ECHO_C" >&6
9855 else
9856   lt_cv_prog_compiler_c_o=no
9857    $RM -r conftest 2>/dev/null
9858    mkdir conftest
9859    cd conftest
9860    mkdir out
9861    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9862
9863    lt_compiler_flag="-o out/conftest2.$ac_objext"
9864    # Insert the option either (1) after the last *FLAGS variable, or
9865    # (2) before a word containing "conftest.", or (3) at the end.
9866    # Note that $ac_compile itself does not contain backslashes and begins
9867    # with a dollar sign (not a hyphen), so the echo should work correctly.
9868    lt_compile=`echo "$ac_compile" | $SED \
9869    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9870    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9871    -e 's:$: $lt_compiler_flag:'`
9872    (eval echo "\"\$as_me:9872: $lt_compile\"" >&5)
9873    (eval "$lt_compile" 2>out/conftest.err)
9874    ac_status=$?
9875    cat out/conftest.err >&5
9876    echo "$as_me:9876: \$? = $ac_status" >&5
9877    if (exit $ac_status) && test -s out/conftest2.$ac_objext
9878    then
9879      # The compiler can only warn and ignore the option if not recognized
9880      # So say no if there are warnings
9881      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
9882      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9883      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9884        lt_cv_prog_compiler_c_o=yes
9885      fi
9886    fi
9887    chmod u+w . 2>&5
9888    $RM conftest*
9889    # SGI C++ compiler will create directory out/ii_files/ for
9890    # template instantiation
9891    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9892    $RM out/* && rmdir out
9893    cd ..
9894    $RM -r conftest
9895    $RM conftest*
9896
9897 fi
9898 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
9899 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
9900
9901
9902
9903
9904
9905
9906   { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
9907 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
9908 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
9909   echo $ECHO_N "(cached) $ECHO_C" >&6
9910 else
9911   lt_cv_prog_compiler_c_o=no
9912    $RM -r conftest 2>/dev/null
9913    mkdir conftest
9914    cd conftest
9915    mkdir out
9916    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9917
9918    lt_compiler_flag="-o out/conftest2.$ac_objext"
9919    # Insert the option either (1) after the last *FLAGS variable, or
9920    # (2) before a word containing "conftest.", or (3) at the end.
9921    # Note that $ac_compile itself does not contain backslashes and begins
9922    # with a dollar sign (not a hyphen), so the echo should work correctly.
9923    lt_compile=`echo "$ac_compile" | $SED \
9924    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9925    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9926    -e 's:$: $lt_compiler_flag:'`
9927    (eval echo "\"\$as_me:9927: $lt_compile\"" >&5)
9928    (eval "$lt_compile" 2>out/conftest.err)
9929    ac_status=$?
9930    cat out/conftest.err >&5
9931    echo "$as_me:9931: \$? = $ac_status" >&5
9932    if (exit $ac_status) && test -s out/conftest2.$ac_objext
9933    then
9934      # The compiler can only warn and ignore the option if not recognized
9935      # So say no if there are warnings
9936      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
9937      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9938      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9939        lt_cv_prog_compiler_c_o=yes
9940      fi
9941    fi
9942    chmod u+w . 2>&5
9943    $RM conftest*
9944    # SGI C++ compiler will create directory out/ii_files/ for
9945    # template instantiation
9946    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9947    $RM out/* && rmdir out
9948    cd ..
9949    $RM -r conftest
9950    $RM conftest*
9951
9952 fi
9953 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
9954 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
9955
9956
9957
9958
9959 hard_links="nottested"
9960 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9961   # do not overwrite the value of need_locks provided by the user
9962   { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
9963 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
9964   hard_links=yes
9965   $RM conftest*
9966   ln conftest.a conftest.b 2>/dev/null && hard_links=no
9967   touch conftest.a
9968   ln conftest.a conftest.b 2>&5 || hard_links=no
9969   ln conftest.a conftest.b 2>/dev/null && hard_links=no
9970   { echo "$as_me:$LINENO: result: $hard_links" >&5
9971 echo "${ECHO_T}$hard_links" >&6; }
9972   if test "$hard_links" = no; then
9973     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9974 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9975     need_locks=warn
9976   fi
9977 else
9978   need_locks=no
9979 fi
9980
9981
9982
9983
9984
9985
9986   { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9987 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
9988
9989   runpath_var=
9990   allow_undefined_flag=
9991   always_export_symbols=no
9992   archive_cmds=
9993   archive_expsym_cmds=
9994   compiler_needs_object=no
9995   enable_shared_with_static_runtimes=no
9996   export_dynamic_flag_spec=
9997   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9998   hardcode_automatic=no
9999   hardcode_direct=no
10000   hardcode_direct_absolute=no
10001   hardcode_libdir_flag_spec=
10002   hardcode_libdir_flag_spec_ld=
10003   hardcode_libdir_separator=
10004   hardcode_minus_L=no
10005   hardcode_shlibpath_var=unsupported
10006   inherit_rpath=no
10007   link_all_deplibs=unknown
10008   module_cmds=
10009   module_expsym_cmds=
10010   old_archive_from_new_cmds=
10011   old_archive_from_expsyms_cmds=
10012   thread_safe_flag_spec=
10013   whole_archive_flag_spec=
10014   # include_expsyms should be a list of space-separated symbols to be *always*
10015   # included in the symbol list
10016   include_expsyms=
10017   # exclude_expsyms can be an extended regexp of symbols to exclude
10018   # it will be wrapped by ` (' and `)$', so one must not match beginning or
10019   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10020   # as well as any symbol that contains `d'.
10021   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10022   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10023   # platforms (ab)use it in PIC code, but their linkers get confused if
10024   # the symbol is explicitly referenced.  Since portable code cannot
10025   # rely on this symbol name, it's probably fine to never include it in
10026   # preloaded symbol tables.
10027   # Exclude shared library initialization/finalization symbols.
10028   extract_expsyms_cmds=
10029
10030   case $host_os in
10031   cygwin* | mingw* | pw32* | cegcc*)
10032     # FIXME: the MSVC++ port hasn't been tested in a loooong time
10033     # When not using gcc, we currently assume that we are using
10034     # Microsoft Visual C++.
10035     if test "$GCC" != yes; then
10036       with_gnu_ld=no
10037     fi
10038     ;;
10039   interix*)
10040     # we just hope/assume this is gcc and not c89 (= MSVC++)
10041     with_gnu_ld=yes
10042     ;;
10043   openbsd*)
10044     with_gnu_ld=no
10045     ;;
10046   esac
10047
10048   ld_shlibs=yes
10049   if test "$with_gnu_ld" = yes; then
10050     # If archive_cmds runs LD, not CC, wlarc should be empty
10051     wlarc='${wl}'
10052
10053     # Set some defaults for GNU ld with shared library support. These
10054     # are reset later if shared libraries are not supported. Putting them
10055     # here allows them to be overridden if necessary.
10056     runpath_var=LD_RUN_PATH
10057     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10058     export_dynamic_flag_spec='${wl}--export-dynamic'
10059     # ancient GNU ld didn't support --whole-archive et. al.
10060     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10061       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10062     else
10063       whole_archive_flag_spec=
10064     fi
10065     supports_anon_versioning=no
10066     case `$LD -v 2>&1` in
10067       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10068       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10069       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10070       *\ 2.11.*) ;; # other 2.11 versions
10071       *) supports_anon_versioning=yes ;;
10072     esac
10073
10074     # See if GNU ld supports shared libraries.
10075     case $host_os in
10076     aix[3-9]*)
10077       # On AIX/PPC, the GNU linker is very broken
10078       if test "$host_cpu" != ia64; then
10079         ld_shlibs=no
10080         cat <<_LT_EOF 1>&2
10081
10082 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
10083 *** to be unable to reliably create shared libraries on AIX.
10084 *** Therefore, libtool is disabling shared libraries support.  If you
10085 *** really care for shared libraries, you may want to modify your PATH
10086 *** so that a non-GNU linker is found, and then restart.
10087
10088 _LT_EOF
10089       fi
10090       ;;
10091
10092     amigaos*)
10093       case $host_cpu in
10094       powerpc)
10095             # see comment about AmigaOS4 .so support
10096             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10097             archive_expsym_cmds=''
10098         ;;
10099       m68k)
10100             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)'
10101             hardcode_libdir_flag_spec='-L$libdir'
10102             hardcode_minus_L=yes
10103         ;;
10104       esac
10105       ;;
10106
10107     beos*)
10108       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10109         allow_undefined_flag=unsupported
10110         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10111         # support --undefined.  This deserves some investigation.  FIXME
10112         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10113       else
10114         ld_shlibs=no
10115       fi
10116       ;;
10117
10118     cygwin* | mingw* | pw32* | cegcc*)
10119       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10120       # as there is no search path for DLLs.
10121       hardcode_libdir_flag_spec='-L$libdir'
10122       allow_undefined_flag=unsupported
10123       always_export_symbols=no
10124       enable_shared_with_static_runtimes=yes
10125       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10126
10127       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10128         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10129         # If the export-symbols file already is a .def file (1st line
10130         # is EXPORTS), use it as is; otherwise, prepend...
10131         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10132           cp $export_symbols $output_objdir/$soname.def;
10133         else
10134           echo EXPORTS > $output_objdir/$soname.def;
10135           cat $export_symbols >> $output_objdir/$soname.def;
10136         fi~
10137         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10138       else
10139         ld_shlibs=no
10140       fi
10141       ;;
10142
10143     interix[3-9]*)
10144       hardcode_direct=no
10145       hardcode_shlibpath_var=no
10146       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10147       export_dynamic_flag_spec='${wl}-E'
10148       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10149       # Instead, shared libraries are loaded at an image base (0x10000000 by
10150       # default) and relocated if they conflict, which is a slow very memory
10151       # consuming and fragmenting process.  To avoid this, we pick a random,
10152       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10153       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
10154       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10155       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'
10156       ;;
10157
10158     gnu* | linux* | tpf* | k*bsd*-gnu)
10159       tmp_diet=no
10160       if test "$host_os" = linux-dietlibc; then
10161         case $cc_basename in
10162           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
10163         esac
10164       fi
10165       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10166          && test "$tmp_diet" = no
10167       then
10168         tmp_addflag=
10169         tmp_sharedflag='-shared'
10170         case $cc_basename,$host_cpu in
10171         pgcc*)                          # Portland Group C compiler
10172           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'
10173           tmp_addflag=' $pic_flag'
10174           ;;
10175         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
10176           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'
10177           tmp_addflag=' $pic_flag -Mnomain' ;;
10178         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
10179           tmp_addflag=' -i_dynamic' ;;
10180         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
10181           tmp_addflag=' -i_dynamic -nofor_main' ;;
10182         ifc* | ifort*)                  # Intel Fortran compiler
10183           tmp_addflag=' -nofor_main' ;;
10184         lf95*)                          # Lahey Fortran 8.1
10185           whole_archive_flag_spec=
10186           tmp_sharedflag='--shared' ;;
10187         xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
10188           tmp_sharedflag='-qmkshrobj'
10189           tmp_addflag= ;;
10190         esac
10191         case `$CC -V 2>&1 | sed 5q` in
10192         *Sun\ C*)                       # Sun C 5.9
10193           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'
10194           compiler_needs_object=yes
10195           tmp_sharedflag='-G' ;;
10196         *Sun\ F*)                       # Sun Fortran 8.3
10197           tmp_sharedflag='-G' ;;
10198         esac
10199         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10200
10201         if test "x$supports_anon_versioning" = xyes; then
10202           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10203             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10204             echo "local: *; };" >> $output_objdir/$libname.ver~
10205             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10206         fi
10207
10208         case $cc_basename in
10209         xlf*)
10210           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10211           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10212           hardcode_libdir_flag_spec=
10213           hardcode_libdir_flag_spec_ld='-rpath $libdir'
10214           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10215           if test "x$supports_anon_versioning" = xyes; then
10216             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10217               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10218               echo "local: *; };" >> $output_objdir/$libname.ver~
10219               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10220           fi
10221           ;;
10222         esac
10223       else
10224         ld_shlibs=no
10225       fi
10226       ;;
10227
10228     netbsd*)
10229       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10230         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10231         wlarc=
10232       else
10233         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10234         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10235       fi
10236       ;;
10237
10238     solaris*)
10239       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10240         ld_shlibs=no
10241         cat <<_LT_EOF 1>&2
10242
10243 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10244 *** create shared libraries on Solaris systems.  Therefore, libtool
10245 *** is disabling shared libraries support.  We urge you to upgrade GNU
10246 *** binutils to release 2.9.1 or newer.  Another option is to modify
10247 *** your PATH or compiler configuration so that the native linker is
10248 *** used, and then restart.
10249
10250 _LT_EOF
10251       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10252         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10253         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10254       else
10255         ld_shlibs=no
10256       fi
10257       ;;
10258
10259     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10260       case `$LD -v 2>&1` in
10261         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10262         ld_shlibs=no
10263         cat <<_LT_EOF 1>&2
10264
10265 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10266 *** reliably create shared libraries on SCO systems.  Therefore, libtool
10267 *** is disabling shared libraries support.  We urge you to upgrade GNU
10268 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
10269 *** your PATH or compiler configuration so that the native linker is
10270 *** used, and then restart.
10271
10272 _LT_EOF
10273         ;;
10274         *)
10275           # For security reasons, it is highly recommended that you always
10276           # use absolute paths for naming shared libraries, and exclude the
10277           # DT_RUNPATH tag from executables and libraries.  But doing so
10278           # requires that you compile everything twice, which is a pain.
10279           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10280             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10281             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10282             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10283           else
10284             ld_shlibs=no
10285           fi
10286         ;;
10287       esac
10288       ;;
10289
10290     sunos4*)
10291       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10292       wlarc=
10293       hardcode_direct=yes
10294       hardcode_shlibpath_var=no
10295       ;;
10296
10297     *)
10298       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10299         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10300         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10301       else
10302         ld_shlibs=no
10303       fi
10304       ;;
10305     esac
10306
10307     if test "$ld_shlibs" = no; then
10308       runpath_var=
10309       hardcode_libdir_flag_spec=
10310       export_dynamic_flag_spec=
10311       whole_archive_flag_spec=
10312     fi
10313   else
10314     # PORTME fill in a description of your system's linker (not GNU ld)
10315     case $host_os in
10316     aix3*)
10317       allow_undefined_flag=unsupported
10318       always_export_symbols=yes
10319       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'
10320       # Note: this linker hardcodes the directories in LIBPATH if there
10321       # are no directories specified by -L.
10322       hardcode_minus_L=yes
10323       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10324         # Neither direct hardcoding nor static linking is supported with a
10325         # broken collect2.
10326         hardcode_direct=unsupported
10327       fi
10328       ;;
10329
10330     aix[4-9]*)
10331       if test "$host_cpu" = ia64; then
10332         # On IA64, the linker does run time linking by default, so we don't
10333         # have to do anything special.
10334         aix_use_runtimelinking=no
10335         exp_sym_flag='-Bexport'
10336         no_entry_flag=""
10337       else
10338         # If we're using GNU nm, then we don't want the "-C" option.
10339         # -C means demangle to AIX nm, but means don't demangle with GNU nm
10340         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10341           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'
10342         else
10343           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'
10344         fi
10345         aix_use_runtimelinking=no
10346
10347         # Test if we are trying to use run time linking or normal
10348         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10349         # need to do runtime linking.
10350         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10351           for ld_flag in $LDFLAGS; do
10352           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10353             aix_use_runtimelinking=yes
10354             break
10355           fi
10356           done
10357           ;;
10358         esac
10359
10360         exp_sym_flag='-bexport'
10361         no_entry_flag='-bnoentry'
10362       fi
10363
10364       # When large executables or shared objects are built, AIX ld can
10365       # have problems creating the table of contents.  If linking a library
10366       # or program results in "error TOC overflow" add -mminimal-toc to
10367       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
10368       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10369
10370       archive_cmds=''
10371       hardcode_direct=yes
10372       hardcode_direct_absolute=yes
10373       hardcode_libdir_separator=':'
10374       link_all_deplibs=yes
10375       file_list_spec='${wl}-f,'
10376
10377       if test "$GCC" = yes; then
10378         case $host_os in aix4.[012]|aix4.[012].*)
10379         # We only want to do this on AIX 4.2 and lower, the check
10380         # below for broken collect2 doesn't work under 4.3+
10381           collect2name=`${CC} -print-prog-name=collect2`
10382           if test -f "$collect2name" &&
10383            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10384           then
10385           # We have reworked collect2
10386           :
10387           else
10388           # We have old collect2
10389           hardcode_direct=unsupported
10390           # It fails to find uninstalled libraries when the uninstalled
10391           # path is not listed in the libpath.  Setting hardcode_minus_L
10392           # to unsupported forces relinking
10393           hardcode_minus_L=yes
10394           hardcode_libdir_flag_spec='-L$libdir'
10395           hardcode_libdir_separator=
10396           fi
10397           ;;
10398         esac
10399         shared_flag='-shared'
10400         if test "$aix_use_runtimelinking" = yes; then
10401           shared_flag="$shared_flag "'${wl}-G'
10402         fi
10403       else
10404         # not using gcc
10405         if test "$host_cpu" = ia64; then
10406         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10407         # chokes on -Wl,-G. The following line is correct:
10408           shared_flag='-G'
10409         else
10410           if test "$aix_use_runtimelinking" = yes; then
10411             shared_flag='${wl}-G'
10412           else
10413             shared_flag='${wl}-bM:SRE'
10414           fi
10415         fi
10416       fi
10417
10418       export_dynamic_flag_spec='${wl}-bexpall'
10419       # It seems that -bexpall does not export symbols beginning with
10420       # underscore (_), so it is better to generate a list of symbols to export.
10421       always_export_symbols=yes
10422       if test "$aix_use_runtimelinking" = yes; then
10423         # Warning - without using the other runtime loading flags (-brtl),
10424         # -berok will link without error, but may produce a broken library.
10425         allow_undefined_flag='-berok'
10426         # Determine the default libpath from the value encoded in an
10427         # empty executable.
10428         cat >conftest.$ac_ext <<_ACEOF
10429 /* confdefs.h.  */
10430 _ACEOF
10431 cat confdefs.h >>conftest.$ac_ext
10432 cat >>conftest.$ac_ext <<_ACEOF
10433 /* end confdefs.h.  */
10434
10435 int
10436 main ()
10437 {
10438
10439   ;
10440   return 0;
10441 }
10442 _ACEOF
10443 rm -f conftest.$ac_objext conftest$ac_exeext
10444 if { (ac_try="$ac_link"
10445 case "(($ac_try" in
10446   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10447   *) ac_try_echo=$ac_try;;
10448 esac
10449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10450   (eval "$ac_link") 2>conftest.er1
10451   ac_status=$?
10452   grep -v '^ *+' conftest.er1 >conftest.err
10453   rm -f conftest.er1
10454   cat conftest.err >&5
10455   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10456   (exit $ac_status); } && {
10457          test -z "$ac_c_werror_flag" ||
10458          test ! -s conftest.err
10459        } && test -s conftest$ac_exeext &&
10460        $as_test_x conftest$ac_exeext; then
10461
10462 lt_aix_libpath_sed='
10463     /Import File Strings/,/^$/ {
10464         /^0/ {
10465             s/^0  *\(.*\)$/\1/
10466             p
10467         }
10468     }'
10469 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10470 # Check for a 64-bit object if we didn't find anything.
10471 if test -z "$aix_libpath"; then
10472   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10473 fi
10474 else
10475   echo "$as_me: failed program was:" >&5
10476 sed 's/^/| /' conftest.$ac_ext >&5
10477
10478
10479 fi
10480
10481 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10482       conftest$ac_exeext conftest.$ac_ext
10483 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10484
10485         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10486         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"
10487       else
10488         if test "$host_cpu" = ia64; then
10489           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10490           allow_undefined_flag="-z nodefs"
10491           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"
10492         else
10493          # Determine the default libpath from the value encoded in an
10494          # empty executable.
10495          cat >conftest.$ac_ext <<_ACEOF
10496 /* confdefs.h.  */
10497 _ACEOF
10498 cat confdefs.h >>conftest.$ac_ext
10499 cat >>conftest.$ac_ext <<_ACEOF
10500 /* end confdefs.h.  */
10501
10502 int
10503 main ()
10504 {
10505
10506   ;
10507   return 0;
10508 }
10509 _ACEOF
10510 rm -f conftest.$ac_objext conftest$ac_exeext
10511 if { (ac_try="$ac_link"
10512 case "(($ac_try" in
10513   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10514   *) ac_try_echo=$ac_try;;
10515 esac
10516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10517   (eval "$ac_link") 2>conftest.er1
10518   ac_status=$?
10519   grep -v '^ *+' conftest.er1 >conftest.err
10520   rm -f conftest.er1
10521   cat conftest.err >&5
10522   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10523   (exit $ac_status); } && {
10524          test -z "$ac_c_werror_flag" ||
10525          test ! -s conftest.err
10526        } && test -s conftest$ac_exeext &&
10527        $as_test_x conftest$ac_exeext; then
10528
10529 lt_aix_libpath_sed='
10530     /Import File Strings/,/^$/ {
10531         /^0/ {
10532             s/^0  *\(.*\)$/\1/
10533             p
10534         }
10535     }'
10536 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10537 # Check for a 64-bit object if we didn't find anything.
10538 if test -z "$aix_libpath"; then
10539   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10540 fi
10541 else
10542   echo "$as_me: failed program was:" >&5
10543 sed 's/^/| /' conftest.$ac_ext >&5
10544
10545
10546 fi
10547
10548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10549       conftest$ac_exeext conftest.$ac_ext
10550 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10551
10552          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10553           # Warning - without using the other run time loading flags,
10554           # -berok will link without error, but may produce a broken library.
10555           no_undefined_flag=' ${wl}-bernotok'
10556           allow_undefined_flag=' ${wl}-berok'
10557           # Exported symbols can be pulled into shared objects from archives
10558           whole_archive_flag_spec='$convenience'
10559           archive_cmds_need_lc=yes
10560           # This is similar to how AIX traditionally builds its shared libraries.
10561           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'
10562         fi
10563       fi
10564       ;;
10565
10566     amigaos*)
10567       case $host_cpu in
10568       powerpc)
10569             # see comment about AmigaOS4 .so support
10570             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10571             archive_expsym_cmds=''
10572         ;;
10573       m68k)
10574             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)'
10575             hardcode_libdir_flag_spec='-L$libdir'
10576             hardcode_minus_L=yes
10577         ;;
10578       esac
10579       ;;
10580
10581     bsdi[45]*)
10582       export_dynamic_flag_spec=-rdynamic
10583       ;;
10584
10585     cygwin* | mingw* | pw32* | cegcc*)
10586       # When not using gcc, we currently assume that we are using
10587       # Microsoft Visual C++.
10588       # hardcode_libdir_flag_spec is actually meaningless, as there is
10589       # no search path for DLLs.
10590       hardcode_libdir_flag_spec=' '
10591       allow_undefined_flag=unsupported
10592       # Tell ltmain to make .lib files, not .a files.
10593       libext=lib
10594       # Tell ltmain to make .dll files, not .so files.
10595       shrext_cmds=".dll"
10596       # FIXME: Setting linknames here is a bad hack.
10597       archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
10598       # The linker will automatically build a .lib file if we build a DLL.
10599       old_archive_from_new_cmds='true'
10600       # FIXME: Should let the user specify the lib program.
10601       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10602       fix_srcfile_path='`cygpath -w "$srcfile"`'
10603       enable_shared_with_static_runtimes=yes
10604       ;;
10605
10606     darwin* | rhapsody*)
10607
10608
10609   archive_cmds_need_lc=no
10610   hardcode_direct=no
10611   hardcode_automatic=yes
10612   hardcode_shlibpath_var=unsupported
10613   whole_archive_flag_spec=''
10614   link_all_deplibs=yes
10615   allow_undefined_flag="$_lt_dar_allow_undefined"
10616   case $cc_basename in
10617      ifort*) _lt_dar_can_shared=yes ;;
10618      *) _lt_dar_can_shared=$GCC ;;
10619   esac
10620   if test "$_lt_dar_can_shared" = "yes"; then
10621     output_verbose_link_cmd=echo
10622     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10623     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10624     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}"
10625     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}"
10626
10627   else
10628   ld_shlibs=no
10629   fi
10630
10631       ;;
10632
10633     dgux*)
10634       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10635       hardcode_libdir_flag_spec='-L$libdir'
10636       hardcode_shlibpath_var=no
10637       ;;
10638
10639     freebsd1*)
10640       ld_shlibs=no
10641       ;;
10642
10643     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10644     # support.  Future versions do this automatically, but an explicit c++rt0.o
10645     # does not break anything, and helps significantly (at the cost of a little
10646     # extra space).
10647     freebsd2.2*)
10648       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10649       hardcode_libdir_flag_spec='-R$libdir'
10650       hardcode_direct=yes
10651       hardcode_shlibpath_var=no
10652       ;;
10653
10654     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10655     freebsd2*)
10656       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10657       hardcode_direct=yes
10658       hardcode_minus_L=yes
10659       hardcode_shlibpath_var=no
10660       ;;
10661
10662     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10663     freebsd* | dragonfly*)
10664       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10665       hardcode_libdir_flag_spec='-R$libdir'
10666       hardcode_direct=yes
10667       hardcode_shlibpath_var=no
10668       ;;
10669
10670     hpux9*)
10671       if test "$GCC" = yes; then
10672         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'
10673       else
10674         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'
10675       fi
10676       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10677       hardcode_libdir_separator=:
10678       hardcode_direct=yes
10679
10680       # hardcode_minus_L: Not really in the search PATH,
10681       # but as the default location of the library.
10682       hardcode_minus_L=yes
10683       export_dynamic_flag_spec='${wl}-E'
10684       ;;
10685
10686     hpux10*)
10687       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
10688         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10689       else
10690         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10691       fi
10692       if test "$with_gnu_ld" = no; then
10693         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10694         hardcode_libdir_flag_spec_ld='+b $libdir'
10695         hardcode_libdir_separator=:
10696         hardcode_direct=yes
10697         hardcode_direct_absolute=yes
10698         export_dynamic_flag_spec='${wl}-E'
10699         # hardcode_minus_L: Not really in the search PATH,
10700         # but as the default location of the library.
10701         hardcode_minus_L=yes
10702       fi
10703       ;;
10704
10705     hpux11*)
10706       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
10707         case $host_cpu in
10708         hppa*64*)
10709           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10710           ;;
10711         ia64*)
10712           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10713           ;;
10714         *)
10715           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10716           ;;
10717         esac
10718       else
10719         case $host_cpu in
10720         hppa*64*)
10721           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10722           ;;
10723         ia64*)
10724           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10725           ;;
10726         *)
10727           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10728           ;;
10729         esac
10730       fi
10731       if test "$with_gnu_ld" = no; then
10732         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10733         hardcode_libdir_separator=:
10734
10735         case $host_cpu in
10736         hppa*64*|ia64*)
10737           hardcode_direct=no
10738           hardcode_shlibpath_var=no
10739           ;;
10740         *)
10741           hardcode_direct=yes
10742           hardcode_direct_absolute=yes
10743           export_dynamic_flag_spec='${wl}-E'
10744
10745           # hardcode_minus_L: Not really in the search PATH,
10746           # but as the default location of the library.
10747           hardcode_minus_L=yes
10748           ;;
10749         esac
10750       fi
10751       ;;
10752
10753     irix5* | irix6* | nonstopux*)
10754       if test "$GCC" = yes; then
10755         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'
10756         # Try to use the -exported_symbol ld option, if it does not
10757         # work, assume that -exports_file does not work either and
10758         # implicitly export all symbols.
10759         save_LDFLAGS="$LDFLAGS"
10760         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10761         cat >conftest.$ac_ext <<_ACEOF
10762 int foo(void) {}
10763 _ACEOF
10764 rm -f conftest.$ac_objext conftest$ac_exeext
10765 if { (ac_try="$ac_link"
10766 case "(($ac_try" in
10767   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10768   *) ac_try_echo=$ac_try;;
10769 esac
10770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10771   (eval "$ac_link") 2>conftest.er1
10772   ac_status=$?
10773   grep -v '^ *+' conftest.er1 >conftest.err
10774   rm -f conftest.er1
10775   cat conftest.err >&5
10776   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10777   (exit $ac_status); } && {
10778          test -z "$ac_c_werror_flag" ||
10779          test ! -s conftest.err
10780        } && test -s conftest$ac_exeext &&
10781        $as_test_x conftest$ac_exeext; then
10782   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'
10783
10784 else
10785   echo "$as_me: failed program was:" >&5
10786 sed 's/^/| /' conftest.$ac_ext >&5
10787
10788
10789 fi
10790
10791 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10792       conftest$ac_exeext conftest.$ac_ext
10793         LDFLAGS="$save_LDFLAGS"
10794       else
10795         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'
10796         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'
10797       fi
10798       archive_cmds_need_lc='no'
10799       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10800       hardcode_libdir_separator=:
10801       inherit_rpath=yes
10802       link_all_deplibs=yes
10803       ;;
10804
10805     netbsd*)
10806       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10807         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
10808       else
10809         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
10810       fi
10811       hardcode_libdir_flag_spec='-R$libdir'
10812       hardcode_direct=yes
10813       hardcode_shlibpath_var=no
10814       ;;
10815
10816     newsos6)
10817       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10818       hardcode_direct=yes
10819       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10820       hardcode_libdir_separator=:
10821       hardcode_shlibpath_var=no
10822       ;;
10823
10824     *nto* | *qnx*)
10825       ;;
10826
10827     openbsd*)
10828       if test -f /usr/libexec/ld.so; then
10829         hardcode_direct=yes
10830         hardcode_shlibpath_var=no
10831         hardcode_direct_absolute=yes
10832         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10833           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10834           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10835           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10836           export_dynamic_flag_spec='${wl}-E'
10837         else
10838           case $host_os in
10839            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10840              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10841              hardcode_libdir_flag_spec='-R$libdir'
10842              ;;
10843            *)
10844              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10845              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10846              ;;
10847           esac
10848         fi
10849       else
10850         ld_shlibs=no
10851       fi
10852       ;;
10853
10854     os2*)
10855       hardcode_libdir_flag_spec='-L$libdir'
10856       hardcode_minus_L=yes
10857       allow_undefined_flag=unsupported
10858       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'
10859       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10860       ;;
10861
10862     osf3*)
10863       if test "$GCC" = yes; then
10864         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10865         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'
10866       else
10867         allow_undefined_flag=' -expect_unresolved \*'
10868         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'
10869       fi
10870       archive_cmds_need_lc='no'
10871       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10872       hardcode_libdir_separator=:
10873       ;;
10874
10875     osf4* | osf5*)      # as osf3* with the addition of -msym flag
10876       if test "$GCC" = yes; then
10877         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10878         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'
10879         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10880       else
10881         allow_undefined_flag=' -expect_unresolved \*'
10882         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'
10883         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~
10884         $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'
10885
10886         # Both c and cxx compiler support -rpath directly
10887         hardcode_libdir_flag_spec='-rpath $libdir'
10888       fi
10889       archive_cmds_need_lc='no'
10890       hardcode_libdir_separator=:
10891       ;;
10892
10893     solaris*)
10894       no_undefined_flag=' -z defs'
10895       if test "$GCC" = yes; then
10896         wlarc='${wl}'
10897         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10898         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10899           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10900       else
10901         case `$CC -V 2>&1` in
10902         *"Compilers 5.0"*)
10903           wlarc=''
10904           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10905           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10906           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10907           ;;
10908         *)
10909           wlarc='${wl}'
10910           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10911           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10912           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10913           ;;
10914         esac
10915       fi
10916       hardcode_libdir_flag_spec='-R$libdir'
10917       hardcode_shlibpath_var=no
10918       case $host_os in
10919       solaris2.[0-5] | solaris2.[0-5].*) ;;
10920       *)
10921         # The compiler driver will combine and reorder linker options,
10922         # but understands `-z linker_flag'.  GCC discards it without `$wl',
10923         # but is careful enough not to reorder.
10924         # Supported since Solaris 2.6 (maybe 2.5.1?)
10925         if test "$GCC" = yes; then
10926           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10927         else
10928           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10929         fi
10930         ;;
10931       esac
10932       link_all_deplibs=yes
10933       ;;
10934
10935     sunos4*)
10936       if test "x$host_vendor" = xsequent; then
10937         # Use $CC to link under sequent, because it throws in some extra .o
10938         # files that make .init and .fini sections work.
10939         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10940       else
10941         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10942       fi
10943       hardcode_libdir_flag_spec='-L$libdir'
10944       hardcode_direct=yes
10945       hardcode_minus_L=yes
10946       hardcode_shlibpath_var=no
10947       ;;
10948
10949     sysv4)
10950       case $host_vendor in
10951         sni)
10952           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10953           hardcode_direct=yes # is this really true???
10954         ;;
10955         siemens)
10956           ## LD is ld it makes a PLAMLIB
10957           ## CC just makes a GrossModule.
10958           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10959           reload_cmds='$CC -r -o $output$reload_objs'
10960           hardcode_direct=no
10961         ;;
10962         motorola)
10963           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10964           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10965         ;;
10966       esac
10967       runpath_var='LD_RUN_PATH'
10968       hardcode_shlibpath_var=no
10969       ;;
10970
10971     sysv4.3*)
10972       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10973       hardcode_shlibpath_var=no
10974       export_dynamic_flag_spec='-Bexport'
10975       ;;
10976
10977     sysv4*MP*)
10978       if test -d /usr/nec; then
10979         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10980         hardcode_shlibpath_var=no
10981         runpath_var=LD_RUN_PATH
10982         hardcode_runpath_var=yes
10983         ld_shlibs=yes
10984       fi
10985       ;;
10986
10987     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10988       no_undefined_flag='${wl}-z,text'
10989       archive_cmds_need_lc=no
10990       hardcode_shlibpath_var=no
10991       runpath_var='LD_RUN_PATH'
10992
10993       if test "$GCC" = yes; then
10994         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10995         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10996       else
10997         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10998         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10999       fi
11000       ;;
11001
11002     sysv5* | sco3.2v5* | sco5v6*)
11003       # Note: We can NOT use -z defs as we might desire, because we do not
11004       # link with -lc, and that would cause any symbols used from libc to
11005       # always be unresolved, which means just about no library would
11006       # ever link correctly.  If we're not using GNU ld we use -z text
11007       # though, which does catch some bad symbols but isn't as heavy-handed
11008       # as -z defs.
11009       no_undefined_flag='${wl}-z,text'
11010       allow_undefined_flag='${wl}-z,nodefs'
11011       archive_cmds_need_lc=no
11012       hardcode_shlibpath_var=no
11013       hardcode_libdir_flag_spec='${wl}-R,$libdir'
11014       hardcode_libdir_separator=':'
11015       link_all_deplibs=yes
11016       export_dynamic_flag_spec='${wl}-Bexport'
11017       runpath_var='LD_RUN_PATH'
11018
11019       if test "$GCC" = yes; then
11020         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11021         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11022       else
11023         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11024         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11025       fi
11026       ;;
11027
11028     uts4*)
11029       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11030       hardcode_libdir_flag_spec='-L$libdir'
11031       hardcode_shlibpath_var=no
11032       ;;
11033
11034     *)
11035       ld_shlibs=no
11036       ;;
11037     esac
11038
11039     if test x$host_vendor = xsni; then
11040       case $host in
11041       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11042         export_dynamic_flag_spec='${wl}-Blargedynsym'
11043         ;;
11044       esac
11045     fi
11046   fi
11047
11048 { echo "$as_me:$LINENO: result: $ld_shlibs" >&5
11049 echo "${ECHO_T}$ld_shlibs" >&6; }
11050 test "$ld_shlibs" = no && can_build_shared=no
11051
11052 with_gnu_ld=$with_gnu_ld
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
11068 #
11069 # Do we need to explicitly link libc?
11070 #
11071 case "x$archive_cmds_need_lc" in
11072 x|xyes)
11073   # Assume -lc should be added
11074   archive_cmds_need_lc=yes
11075
11076   if test "$enable_shared" = yes && test "$GCC" = yes; then
11077     case $archive_cmds in
11078     *'~'*)
11079       # FIXME: we may have to deal with multi-command sequences.
11080       ;;
11081     '$CC '*)
11082       # Test whether the compiler implicitly links with -lc since on some
11083       # systems, -lgcc has to come before -lc. If gcc already passes -lc
11084       # to ld, don't add -lc before -lgcc.
11085       { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
11086 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
11087       $RM conftest*
11088       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11089
11090       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11091   (eval $ac_compile) 2>&5
11092   ac_status=$?
11093   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11094   (exit $ac_status); } 2>conftest.err; then
11095         soname=conftest
11096         lib=conftest
11097         libobjs=conftest.$ac_objext
11098         deplibs=
11099         wl=$lt_prog_compiler_wl
11100         pic_flag=$lt_prog_compiler_pic
11101         compiler_flags=-v
11102         linker_flags=-v
11103         verstring=
11104         output_objdir=.
11105         libname=conftest
11106         lt_save_allow_undefined_flag=$allow_undefined_flag
11107         allow_undefined_flag=
11108         if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
11109   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11110   ac_status=$?
11111   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11112   (exit $ac_status); }
11113         then
11114           archive_cmds_need_lc=no
11115         else
11116           archive_cmds_need_lc=yes
11117         fi
11118         allow_undefined_flag=$lt_save_allow_undefined_flag
11119       else
11120         cat conftest.err 1>&5
11121       fi
11122       $RM conftest*
11123       { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
11124 echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
11125       ;;
11126     esac
11127   fi
11128   ;;
11129 esac
11130
11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174
11175
11176
11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
11197
11198
11199
11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
11210
11211
11212
11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
11232
11233
11234
11235
11236
11237
11238
11239
11240
11241
11242
11243
11244
11245
11246
11247
11248
11249
11250
11251
11252
11253
11254
11255
11256
11257
11258
11259
11260
11261
11262
11263
11264
11265
11266
11267
11268
11269
11270
11271
11272
11273
11274
11275
11276
11277
11278
11279
11280
11281
11282
11283
11284
11285
11286
11287   { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
11288 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
11289
11290 if test "$GCC" = yes; then
11291   case $host_os in
11292     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11293     *) lt_awk_arg="/^libraries:/" ;;
11294   esac
11295   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
11296   if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
11297     # if the path contains ";" then we assume it to be the separator
11298     # otherwise default to the standard path separator (i.e. ":") - it is
11299     # assumed that no part of a normal pathname contains ";" but that should
11300     # okay in the real world where ";" in dirpaths is itself problematic.
11301     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
11302   else
11303     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
11304   fi
11305   # Ok, now we have the path, separated by spaces, we can step through it
11306   # and add multilib dir if necessary.
11307   lt_tmp_lt_search_path_spec=
11308   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11309   for lt_sys_path in $lt_search_path_spec; do
11310     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11311       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11312     else
11313       test -d "$lt_sys_path" && \
11314         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11315     fi
11316   done
11317   lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
11318 BEGIN {RS=" "; FS="/|\n";} {
11319   lt_foo="";
11320   lt_count=0;
11321   for (lt_i = NF; lt_i > 0; lt_i--) {
11322     if ($lt_i != "" && $lt_i != ".") {
11323       if ($lt_i == "..") {
11324         lt_count++;
11325       } else {
11326         if (lt_count == 0) {
11327           lt_foo="/" $lt_i lt_foo;
11328         } else {
11329           lt_count--;
11330         }
11331       }
11332     }
11333   }
11334   if (lt_foo != "") { lt_freq[lt_foo]++; }
11335   if (lt_freq[lt_foo] == 1) { print lt_foo; }
11336 }'`
11337   sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
11338 else
11339   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11340 fi
11341 library_names_spec=
11342 libname_spec='lib$name'
11343 soname_spec=
11344 shrext_cmds=".so"
11345 postinstall_cmds=
11346 postuninstall_cmds=
11347 finish_cmds=
11348 finish_eval=
11349 shlibpath_var=
11350 shlibpath_overrides_runpath=unknown
11351 version_type=none
11352 dynamic_linker="$host_os ld.so"
11353 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11354 need_lib_prefix=unknown
11355 hardcode_into_libs=no
11356
11357 # when you set need_version to no, make sure it does not cause -set_version
11358 # flags to be left without arguments
11359 need_version=unknown
11360
11361 case $host_os in
11362 aix3*)
11363   version_type=linux
11364   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11365   shlibpath_var=LIBPATH
11366
11367   # AIX 3 has no versioning support, so we append a major version to the name.
11368   soname_spec='${libname}${release}${shared_ext}$major'
11369   ;;
11370
11371 aix[4-9]*)
11372   version_type=linux
11373   need_lib_prefix=no
11374   need_version=no
11375   hardcode_into_libs=yes
11376   if test "$host_cpu" = ia64; then
11377     # AIX 5 supports IA64
11378     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11379     shlibpath_var=LD_LIBRARY_PATH
11380   else
11381     # With GCC up to 2.95.x, collect2 would create an import file
11382     # for dependence libraries.  The import file would start with
11383     # the line `#! .'.  This would cause the generated library to
11384     # depend on `.', always an invalid library.  This was fixed in
11385     # development snapshots of GCC prior to 3.0.
11386     case $host_os in
11387       aix4 | aix4.[01] | aix4.[01].*)
11388       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11389            echo ' yes '
11390            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11391         :
11392       else
11393         can_build_shared=no
11394       fi
11395       ;;
11396     esac
11397     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11398     # soname into executable. Probably we can add versioning support to
11399     # collect2, so additional links can be useful in future.
11400     if test "$aix_use_runtimelinking" = yes; then
11401       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11402       # instead of lib<name>.a to let people know that these are not
11403       # typical AIX shared libraries.
11404       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11405     else
11406       # We preserve .a as extension for shared libraries through AIX4.2
11407       # and later when we are not doing run time linking.
11408       library_names_spec='${libname}${release}.a $libname.a'
11409       soname_spec='${libname}${release}${shared_ext}$major'
11410     fi
11411     shlibpath_var=LIBPATH
11412   fi
11413   ;;
11414
11415 amigaos*)
11416   case $host_cpu in
11417   powerpc)
11418     # Since July 2007 AmigaOS4 officially supports .so libraries.
11419     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11420     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11421     ;;
11422   m68k)
11423     library_names_spec='$libname.ixlibrary $libname.a'
11424     # Create ${libname}_ixlibrary.a entries in /sys/libs.
11425     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'
11426     ;;
11427   esac
11428   ;;
11429
11430 beos*)
11431   library_names_spec='${libname}${shared_ext}'
11432   dynamic_linker="$host_os ld.so"
11433   shlibpath_var=LIBRARY_PATH
11434   ;;
11435
11436 bsdi[45]*)
11437   version_type=linux
11438   need_version=no
11439   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11440   soname_spec='${libname}${release}${shared_ext}$major'
11441   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11442   shlibpath_var=LD_LIBRARY_PATH
11443   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11444   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11445   # the default ld.so.conf also contains /usr/contrib/lib and
11446   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11447   # libtool to hard-code these into programs
11448   ;;
11449
11450 cygwin* | mingw* | pw32* | cegcc*)
11451   version_type=windows
11452   shrext_cmds=".dll"
11453   need_version=no
11454   need_lib_prefix=no
11455
11456   case $GCC,$host_os in
11457   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11458     library_names_spec='$libname.dll.a'
11459     # DLL is installed to $(libdir)/../bin by postinstall_cmds
11460     postinstall_cmds='base_file=`basename \${file}`~
11461       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11462       dldir=$destdir/`dirname \$dlpath`~
11463       test -d \$dldir || mkdir -p \$dldir~
11464       $install_prog $dir/$dlname \$dldir/$dlname~
11465       chmod a+x \$dldir/$dlname~
11466       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11467         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11468       fi'
11469     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11470       dlpath=$dir/\$dldll~
11471        $RM \$dlpath'
11472     shlibpath_overrides_runpath=yes
11473
11474     case $host_os in
11475     cygwin*)
11476       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11477       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11478       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
11479       ;;
11480     mingw* | cegcc*)
11481       # MinGW DLLs use traditional 'lib' prefix
11482       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11483       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
11484       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
11485         # It is most probably a Windows format PATH printed by
11486         # mingw gcc, but we are running on Cygwin. Gcc prints its search
11487         # path with ; separators, and with drive letters. We can handle the
11488         # drive letters (cygwin fileutils understands them), so leave them,
11489         # especially as we might pass files found there to a mingw objdump,
11490         # which wouldn't understand a cygwinified path. Ahh.
11491         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
11492       else
11493         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
11494       fi
11495       ;;
11496     pw32*)
11497       # pw32 DLLs use 'pw' prefix rather than 'lib'
11498       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11499       ;;
11500     esac
11501     ;;
11502
11503   *)
11504     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11505     ;;
11506   esac
11507   dynamic_linker='Win32 ld.exe'
11508   # FIXME: first we should search . and the directory the executable is in
11509   shlibpath_var=PATH
11510   ;;
11511
11512 darwin* | rhapsody*)
11513   dynamic_linker="$host_os dyld"
11514   version_type=darwin
11515   need_lib_prefix=no
11516   need_version=no
11517   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11518   soname_spec='${libname}${release}${major}$shared_ext'
11519   shlibpath_overrides_runpath=yes
11520   shlibpath_var=DYLD_LIBRARY_PATH
11521   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11522
11523   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11524   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11525   ;;
11526
11527 dgux*)
11528   version_type=linux
11529   need_lib_prefix=no
11530   need_version=no
11531   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11532   soname_spec='${libname}${release}${shared_ext}$major'
11533   shlibpath_var=LD_LIBRARY_PATH
11534   ;;
11535
11536 freebsd1*)
11537   dynamic_linker=no
11538   ;;
11539
11540 freebsd* | dragonfly*)
11541   # DragonFly does not have aout.  When/if they implement a new
11542   # versioning mechanism, adjust this.
11543   if test -x /usr/bin/objformat; then
11544     objformat=`/usr/bin/objformat`
11545   else
11546     case $host_os in
11547     freebsd[123]*) objformat=aout ;;
11548     *) objformat=elf ;;
11549     esac
11550   fi
11551   version_type=freebsd-$objformat
11552   case $version_type in
11553     freebsd-elf*)
11554       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11555       need_version=no
11556       need_lib_prefix=no
11557       ;;
11558     freebsd-*)
11559       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11560       need_version=yes
11561       ;;
11562   esac
11563   shlibpath_var=LD_LIBRARY_PATH
11564   case $host_os in
11565   freebsd2*)
11566     shlibpath_overrides_runpath=yes
11567     ;;
11568   freebsd3.[01]* | freebsdelf3.[01]*)
11569     shlibpath_overrides_runpath=yes
11570     hardcode_into_libs=yes
11571     ;;
11572   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11573   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11574     shlibpath_overrides_runpath=no
11575     hardcode_into_libs=yes
11576     ;;
11577   *) # from 4.6 on, and DragonFly
11578     shlibpath_overrides_runpath=yes
11579     hardcode_into_libs=yes
11580     ;;
11581   esac
11582   ;;
11583
11584 gnu*)
11585   version_type=linux
11586   need_lib_prefix=no
11587   need_version=no
11588   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11589   soname_spec='${libname}${release}${shared_ext}$major'
11590   shlibpath_var=LD_LIBRARY_PATH
11591   hardcode_into_libs=yes
11592   ;;
11593
11594 hpux9* | hpux10* | hpux11*)
11595   # Give a soname corresponding to the major version so that dld.sl refuses to
11596   # link against other versions.
11597   version_type=sunos
11598   need_lib_prefix=no
11599   need_version=no
11600   case $host_cpu in
11601   ia64*)
11602     shrext_cmds='.so'
11603     hardcode_into_libs=yes
11604     dynamic_linker="$host_os dld.so"
11605     shlibpath_var=LD_LIBRARY_PATH
11606     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11607     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11608     soname_spec='${libname}${release}${shared_ext}$major'
11609     if test "X$HPUX_IA64_MODE" = X32; then
11610       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11611     else
11612       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11613     fi
11614     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11615     ;;
11616   hppa*64*)
11617     shrext_cmds='.sl'
11618     hardcode_into_libs=yes
11619     dynamic_linker="$host_os dld.sl"
11620     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11621     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11622     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11623     soname_spec='${libname}${release}${shared_ext}$major'
11624     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11625     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11626     ;;
11627   *)
11628     shrext_cmds='.sl'
11629     dynamic_linker="$host_os dld.sl"
11630     shlibpath_var=SHLIB_PATH
11631     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11632     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11633     soname_spec='${libname}${release}${shared_ext}$major'
11634     ;;
11635   esac
11636   # HP-UX runs *really* slowly unless shared libraries are mode 555.
11637   postinstall_cmds='chmod 555 $lib'
11638   ;;
11639
11640 interix[3-9]*)
11641   version_type=linux
11642   need_lib_prefix=no
11643   need_version=no
11644   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11645   soname_spec='${libname}${release}${shared_ext}$major'
11646   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11647   shlibpath_var=LD_LIBRARY_PATH
11648   shlibpath_overrides_runpath=no
11649   hardcode_into_libs=yes
11650   ;;
11651
11652 irix5* | irix6* | nonstopux*)
11653   case $host_os in
11654     nonstopux*) version_type=nonstopux ;;
11655     *)
11656         if test "$lt_cv_prog_gnu_ld" = yes; then
11657                 version_type=linux
11658         else
11659                 version_type=irix
11660         fi ;;
11661   esac
11662   need_lib_prefix=no
11663   need_version=no
11664   soname_spec='${libname}${release}${shared_ext}$major'
11665   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11666   case $host_os in
11667   irix5* | nonstopux*)
11668     libsuff= shlibsuff=
11669     ;;
11670   *)
11671     case $LD in # libtool.m4 will add one of these switches to LD
11672     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11673       libsuff= shlibsuff= libmagic=32-bit;;
11674     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11675       libsuff=32 shlibsuff=N32 libmagic=N32;;
11676     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11677       libsuff=64 shlibsuff=64 libmagic=64-bit;;
11678     *) libsuff= shlibsuff= libmagic=never-match;;
11679     esac
11680     ;;
11681   esac
11682   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11683   shlibpath_overrides_runpath=no
11684   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11685   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11686   hardcode_into_libs=yes
11687   ;;
11688
11689 # No shared lib support for Linux oldld, aout, or coff.
11690 linux*oldld* | linux*aout* | linux*coff*)
11691   dynamic_linker=no
11692   ;;
11693
11694 # This must be Linux ELF.
11695 linux* | k*bsd*-gnu)
11696   version_type=linux
11697   need_lib_prefix=no
11698   need_version=no
11699   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11700   soname_spec='${libname}${release}${shared_ext}$major'
11701   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11702   shlibpath_var=LD_LIBRARY_PATH
11703   shlibpath_overrides_runpath=no
11704   # Some binutils ld are patched to set DT_RUNPATH
11705   save_LDFLAGS=$LDFLAGS
11706   save_libdir=$libdir
11707   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11708        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11709   cat >conftest.$ac_ext <<_ACEOF
11710 /* confdefs.h.  */
11711 _ACEOF
11712 cat confdefs.h >>conftest.$ac_ext
11713 cat >>conftest.$ac_ext <<_ACEOF
11714 /* end confdefs.h.  */
11715
11716 int
11717 main ()
11718 {
11719
11720   ;
11721   return 0;
11722 }
11723 _ACEOF
11724 rm -f conftest.$ac_objext conftest$ac_exeext
11725 if { (ac_try="$ac_link"
11726 case "(($ac_try" in
11727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11728   *) ac_try_echo=$ac_try;;
11729 esac
11730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11731   (eval "$ac_link") 2>conftest.er1
11732   ac_status=$?
11733   grep -v '^ *+' conftest.er1 >conftest.err
11734   rm -f conftest.er1
11735   cat conftest.err >&5
11736   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11737   (exit $ac_status); } && {
11738          test -z "$ac_c_werror_flag" ||
11739          test ! -s conftest.err
11740        } && test -s conftest$ac_exeext &&
11741        $as_test_x conftest$ac_exeext; then
11742   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
11743   shlibpath_overrides_runpath=yes
11744 fi
11745
11746 else
11747   echo "$as_me: failed program was:" >&5
11748 sed 's/^/| /' conftest.$ac_ext >&5
11749
11750
11751 fi
11752
11753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11754       conftest$ac_exeext conftest.$ac_ext
11755   LDFLAGS=$save_LDFLAGS
11756   libdir=$save_libdir
11757
11758   # This implies no fast_install, which is unacceptable.
11759   # Some rework will be needed to allow for fast_install
11760   # before this can be enabled.
11761   hardcode_into_libs=yes
11762
11763   # Append ld.so.conf contents to the search path
11764   if test -f /etc/ld.so.conf; then
11765     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' ' '`
11766     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11767   fi
11768
11769   # We used to test for /lib/ld.so.1 and disable shared libraries on
11770   # powerpc, because MkLinux only supported shared libraries with the
11771   # GNU dynamic linker.  Since this was broken with cross compilers,
11772   # most powerpc-linux boxes support dynamic linking these days and
11773   # people can always --disable-shared, the test was removed, and we
11774   # assume the GNU/Linux dynamic linker is in use.
11775   dynamic_linker='GNU/Linux ld.so'
11776   ;;
11777
11778 netbsd*)
11779   version_type=sunos
11780   need_lib_prefix=no
11781   need_version=no
11782   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11783     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11784     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11785     dynamic_linker='NetBSD (a.out) ld.so'
11786   else
11787     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11788     soname_spec='${libname}${release}${shared_ext}$major'
11789     dynamic_linker='NetBSD ld.elf_so'
11790   fi
11791   shlibpath_var=LD_LIBRARY_PATH
11792   shlibpath_overrides_runpath=yes
11793   hardcode_into_libs=yes
11794   ;;
11795
11796 newsos6)
11797   version_type=linux
11798   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11799   shlibpath_var=LD_LIBRARY_PATH
11800   shlibpath_overrides_runpath=yes
11801   ;;
11802
11803 *nto* | *qnx*)
11804   version_type=qnx
11805   need_lib_prefix=no
11806   need_version=no
11807   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11808   soname_spec='${libname}${release}${shared_ext}$major'
11809   shlibpath_var=LD_LIBRARY_PATH
11810   shlibpath_overrides_runpath=no
11811   hardcode_into_libs=yes
11812   dynamic_linker='ldqnx.so'
11813   ;;
11814
11815 openbsd*)
11816   version_type=sunos
11817   sys_lib_dlsearch_path_spec="/usr/lib"
11818   need_lib_prefix=no
11819   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11820   case $host_os in
11821     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
11822     *)                          need_version=no  ;;
11823   esac
11824   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11825   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11826   shlibpath_var=LD_LIBRARY_PATH
11827   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11828     case $host_os in
11829       openbsd2.[89] | openbsd2.[89].*)
11830         shlibpath_overrides_runpath=no
11831         ;;
11832       *)
11833         shlibpath_overrides_runpath=yes
11834         ;;
11835       esac
11836   else
11837     shlibpath_overrides_runpath=yes
11838   fi
11839   ;;
11840
11841 os2*)
11842   libname_spec='$name'
11843   shrext_cmds=".dll"
11844   need_lib_prefix=no
11845   library_names_spec='$libname${shared_ext} $libname.a'
11846   dynamic_linker='OS/2 ld.exe'
11847   shlibpath_var=LIBPATH
11848   ;;
11849
11850 osf3* | osf4* | osf5*)
11851   version_type=osf
11852   need_lib_prefix=no
11853   need_version=no
11854   soname_spec='${libname}${release}${shared_ext}$major'
11855   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11856   shlibpath_var=LD_LIBRARY_PATH
11857   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11858   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11859   ;;
11860
11861 rdos*)
11862   dynamic_linker=no
11863   ;;
11864
11865 solaris*)
11866   version_type=linux
11867   need_lib_prefix=no
11868   need_version=no
11869   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11870   soname_spec='${libname}${release}${shared_ext}$major'
11871   shlibpath_var=LD_LIBRARY_PATH
11872   shlibpath_overrides_runpath=yes
11873   hardcode_into_libs=yes
11874   # ldd complains unless libraries are executable
11875   postinstall_cmds='chmod +x $lib'
11876   ;;
11877
11878 sunos4*)
11879   version_type=sunos
11880   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11881   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11882   shlibpath_var=LD_LIBRARY_PATH
11883   shlibpath_overrides_runpath=yes
11884   if test "$with_gnu_ld" = yes; then
11885     need_lib_prefix=no
11886   fi
11887   need_version=yes
11888   ;;
11889
11890 sysv4 | sysv4.3*)
11891   version_type=linux
11892   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11893   soname_spec='${libname}${release}${shared_ext}$major'
11894   shlibpath_var=LD_LIBRARY_PATH
11895   case $host_vendor in
11896     sni)
11897       shlibpath_overrides_runpath=no
11898       need_lib_prefix=no
11899       runpath_var=LD_RUN_PATH
11900       ;;
11901     siemens)
11902       need_lib_prefix=no
11903       ;;
11904     motorola)
11905       need_lib_prefix=no
11906       need_version=no
11907       shlibpath_overrides_runpath=no
11908       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11909       ;;
11910   esac
11911   ;;
11912
11913 sysv4*MP*)
11914   if test -d /usr/nec ;then
11915     version_type=linux
11916     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11917     soname_spec='$libname${shared_ext}.$major'
11918     shlibpath_var=LD_LIBRARY_PATH
11919   fi
11920   ;;
11921
11922 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11923   version_type=freebsd-elf
11924   need_lib_prefix=no
11925   need_version=no
11926   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11927   soname_spec='${libname}${release}${shared_ext}$major'
11928   shlibpath_var=LD_LIBRARY_PATH
11929   shlibpath_overrides_runpath=yes
11930   hardcode_into_libs=yes
11931   if test "$with_gnu_ld" = yes; then
11932     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11933   else
11934     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11935     case $host_os in
11936       sco3.2v5*)
11937         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11938         ;;
11939     esac
11940   fi
11941   sys_lib_dlsearch_path_spec='/usr/lib'
11942   ;;
11943
11944 tpf*)
11945   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11946   version_type=linux
11947   need_lib_prefix=no
11948   need_version=no
11949   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11950   shlibpath_var=LD_LIBRARY_PATH
11951   shlibpath_overrides_runpath=no
11952   hardcode_into_libs=yes
11953   ;;
11954
11955 uts4*)
11956   version_type=linux
11957   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11958   soname_spec='${libname}${release}${shared_ext}$major'
11959   shlibpath_var=LD_LIBRARY_PATH
11960   ;;
11961
11962 *)
11963   dynamic_linker=no
11964   ;;
11965 esac
11966 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
11967 echo "${ECHO_T}$dynamic_linker" >&6; }
11968 test "$dynamic_linker" = no && can_build_shared=no
11969
11970 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11971 if test "$GCC" = yes; then
11972   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11973 fi
11974
11975 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11976   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11977 fi
11978 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11979   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11980 fi
11981
11982
11983
11984
11985
11986
11987
11988
11989
11990
11991
11992
11993
11994
11995
11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
12006
12007
12008
12009
12010
12011
12012
12013
12014
12015
12016
12017
12018
12019
12020
12021
12022
12023
12024
12025
12026
12027
12028
12029
12030
12031
12032
12033
12034
12035
12036
12037
12038
12039
12040
12041
12042
12043
12044
12045
12046
12047
12048
12049
12050
12051
12052
12053
12054
12055
12056
12057
12058
12059
12060
12061
12062
12063
12064
12065
12066
12067
12068   { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
12069 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
12070 hardcode_action=
12071 if test -n "$hardcode_libdir_flag_spec" ||
12072    test -n "$runpath_var" ||
12073    test "X$hardcode_automatic" = "Xyes" ; then
12074
12075   # We can hardcode non-existent directories.
12076   if test "$hardcode_direct" != no &&
12077      # If the only mechanism to avoid hardcoding is shlibpath_var, we
12078      # have to relink, otherwise we might link with an installed library
12079      # when we should be linking with a yet-to-be-installed one
12080      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12081      test "$hardcode_minus_L" != no; then
12082     # Linking always hardcodes the temporary library directory.
12083     hardcode_action=relink
12084   else
12085     # We can link without hardcoding, and we can hardcode nonexisting dirs.
12086     hardcode_action=immediate
12087   fi
12088 else
12089   # We cannot hardcode anything, or else we can only hardcode existing
12090   # directories.
12091   hardcode_action=unsupported
12092 fi
12093 { echo "$as_me:$LINENO: result: $hardcode_action" >&5
12094 echo "${ECHO_T}$hardcode_action" >&6; }
12095
12096 if test "$hardcode_action" = relink ||
12097    test "$inherit_rpath" = yes; then
12098   # Fast installation is not supported
12099   enable_fast_install=no
12100 elif test "$shlibpath_overrides_runpath" = yes ||
12101      test "$enable_shared" = no; then
12102   # Fast installation is not necessary
12103   enable_fast_install=needless
12104 fi
12105
12106
12107
12108
12109
12110
12111   if test "x$enable_dlopen" != xyes; then
12112   enable_dlopen=unknown
12113   enable_dlopen_self=unknown
12114   enable_dlopen_self_static=unknown
12115 else
12116   lt_cv_dlopen=no
12117   lt_cv_dlopen_libs=
12118
12119   case $host_os in
12120   beos*)
12121     lt_cv_dlopen="load_add_on"
12122     lt_cv_dlopen_libs=
12123     lt_cv_dlopen_self=yes
12124     ;;
12125
12126   mingw* | pw32* | cegcc*)
12127     lt_cv_dlopen="LoadLibrary"
12128     lt_cv_dlopen_libs=
12129     ;;
12130
12131   cygwin*)
12132     lt_cv_dlopen="dlopen"
12133     lt_cv_dlopen_libs=
12134     ;;
12135
12136   darwin*)
12137   # if libdl is installed we need to link against it
12138     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
12139 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
12140 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
12141   echo $ECHO_N "(cached) $ECHO_C" >&6
12142 else
12143   ac_check_lib_save_LIBS=$LIBS
12144 LIBS="-ldl  $LIBS"
12145 cat >conftest.$ac_ext <<_ACEOF
12146 /* confdefs.h.  */
12147 _ACEOF
12148 cat confdefs.h >>conftest.$ac_ext
12149 cat >>conftest.$ac_ext <<_ACEOF
12150 /* end confdefs.h.  */
12151
12152 /* Override any GCC internal prototype to avoid an error.
12153    Use char because int might match the return type of a GCC
12154    builtin and then its argument prototype would still apply.  */
12155 #ifdef __cplusplus
12156 extern "C"
12157 #endif
12158 char dlopen ();
12159 int
12160 main ()
12161 {
12162 return dlopen ();
12163   ;
12164   return 0;
12165 }
12166 _ACEOF
12167 rm -f conftest.$ac_objext conftest$ac_exeext
12168 if { (ac_try="$ac_link"
12169 case "(($ac_try" in
12170   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12171   *) ac_try_echo=$ac_try;;
12172 esac
12173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12174   (eval "$ac_link") 2>conftest.er1
12175   ac_status=$?
12176   grep -v '^ *+' conftest.er1 >conftest.err
12177   rm -f conftest.er1
12178   cat conftest.err >&5
12179   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12180   (exit $ac_status); } && {
12181          test -z "$ac_c_werror_flag" ||
12182          test ! -s conftest.err
12183        } && test -s conftest$ac_exeext &&
12184        $as_test_x conftest$ac_exeext; then
12185   ac_cv_lib_dl_dlopen=yes
12186 else
12187   echo "$as_me: failed program was:" >&5
12188 sed 's/^/| /' conftest.$ac_ext >&5
12189
12190         ac_cv_lib_dl_dlopen=no
12191 fi
12192
12193 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12194       conftest$ac_exeext conftest.$ac_ext
12195 LIBS=$ac_check_lib_save_LIBS
12196 fi
12197 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12198 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
12199 if test $ac_cv_lib_dl_dlopen = yes; then
12200   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12201 else
12202
12203     lt_cv_dlopen="dyld"
12204     lt_cv_dlopen_libs=
12205     lt_cv_dlopen_self=yes
12206
12207 fi
12208
12209     ;;
12210
12211   *)
12212     { echo "$as_me:$LINENO: checking for shl_load" >&5
12213 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
12214 if test "${ac_cv_func_shl_load+set}" = set; then
12215   echo $ECHO_N "(cached) $ECHO_C" >&6
12216 else
12217   cat >conftest.$ac_ext <<_ACEOF
12218 /* confdefs.h.  */
12219 _ACEOF
12220 cat confdefs.h >>conftest.$ac_ext
12221 cat >>conftest.$ac_ext <<_ACEOF
12222 /* end confdefs.h.  */
12223 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
12224    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12225 #define shl_load innocuous_shl_load
12226
12227 /* System header to define __stub macros and hopefully few prototypes,
12228     which can conflict with char shl_load (); below.
12229     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12230     <limits.h> exists even on freestanding compilers.  */
12231
12232 #ifdef __STDC__
12233 # include <limits.h>
12234 #else
12235 # include <assert.h>
12236 #endif
12237
12238 #undef shl_load
12239
12240 /* Override any GCC internal prototype to avoid an error.
12241    Use char because int might match the return type of a GCC
12242    builtin and then its argument prototype would still apply.  */
12243 #ifdef __cplusplus
12244 extern "C"
12245 #endif
12246 char shl_load ();
12247 /* The GNU C library defines this for functions which it implements
12248     to always fail with ENOSYS.  Some functions are actually named
12249     something starting with __ and the normal name is an alias.  */
12250 #if defined __stub_shl_load || defined __stub___shl_load
12251 choke me
12252 #endif
12253
12254 int
12255 main ()
12256 {
12257 return shl_load ();
12258   ;
12259   return 0;
12260 }
12261 _ACEOF
12262 rm -f conftest.$ac_objext conftest$ac_exeext
12263 if { (ac_try="$ac_link"
12264 case "(($ac_try" in
12265   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12266   *) ac_try_echo=$ac_try;;
12267 esac
12268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12269   (eval "$ac_link") 2>conftest.er1
12270   ac_status=$?
12271   grep -v '^ *+' conftest.er1 >conftest.err
12272   rm -f conftest.er1
12273   cat conftest.err >&5
12274   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12275   (exit $ac_status); } && {
12276          test -z "$ac_c_werror_flag" ||
12277          test ! -s conftest.err
12278        } && test -s conftest$ac_exeext &&
12279        $as_test_x conftest$ac_exeext; then
12280   ac_cv_func_shl_load=yes
12281 else
12282   echo "$as_me: failed program was:" >&5
12283 sed 's/^/| /' conftest.$ac_ext >&5
12284
12285         ac_cv_func_shl_load=no
12286 fi
12287
12288 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12289       conftest$ac_exeext conftest.$ac_ext
12290 fi
12291 { echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
12292 echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
12293 if test $ac_cv_func_shl_load = yes; then
12294   lt_cv_dlopen="shl_load"
12295 else
12296   { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
12297 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
12298 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
12299   echo $ECHO_N "(cached) $ECHO_C" >&6
12300 else
12301   ac_check_lib_save_LIBS=$LIBS
12302 LIBS="-ldld  $LIBS"
12303 cat >conftest.$ac_ext <<_ACEOF
12304 /* confdefs.h.  */
12305 _ACEOF
12306 cat confdefs.h >>conftest.$ac_ext
12307 cat >>conftest.$ac_ext <<_ACEOF
12308 /* end confdefs.h.  */
12309
12310 /* Override any GCC internal prototype to avoid an error.
12311    Use char because int might match the return type of a GCC
12312    builtin and then its argument prototype would still apply.  */
12313 #ifdef __cplusplus
12314 extern "C"
12315 #endif
12316 char shl_load ();
12317 int
12318 main ()
12319 {
12320 return shl_load ();
12321   ;
12322   return 0;
12323 }
12324 _ACEOF
12325 rm -f conftest.$ac_objext conftest$ac_exeext
12326 if { (ac_try="$ac_link"
12327 case "(($ac_try" in
12328   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12329   *) ac_try_echo=$ac_try;;
12330 esac
12331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12332   (eval "$ac_link") 2>conftest.er1
12333   ac_status=$?
12334   grep -v '^ *+' conftest.er1 >conftest.err
12335   rm -f conftest.er1
12336   cat conftest.err >&5
12337   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12338   (exit $ac_status); } && {
12339          test -z "$ac_c_werror_flag" ||
12340          test ! -s conftest.err
12341        } && test -s conftest$ac_exeext &&
12342        $as_test_x conftest$ac_exeext; then
12343   ac_cv_lib_dld_shl_load=yes
12344 else
12345   echo "$as_me: failed program was:" >&5
12346 sed 's/^/| /' conftest.$ac_ext >&5
12347
12348         ac_cv_lib_dld_shl_load=no
12349 fi
12350
12351 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12352       conftest$ac_exeext conftest.$ac_ext
12353 LIBS=$ac_check_lib_save_LIBS
12354 fi
12355 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
12356 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
12357 if test $ac_cv_lib_dld_shl_load = yes; then
12358   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12359 else
12360   { echo "$as_me:$LINENO: checking for dlopen" >&5
12361 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
12362 if test "${ac_cv_func_dlopen+set}" = set; then
12363   echo $ECHO_N "(cached) $ECHO_C" >&6
12364 else
12365   cat >conftest.$ac_ext <<_ACEOF
12366 /* confdefs.h.  */
12367 _ACEOF
12368 cat confdefs.h >>conftest.$ac_ext
12369 cat >>conftest.$ac_ext <<_ACEOF
12370 /* end confdefs.h.  */
12371 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
12372    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12373 #define dlopen innocuous_dlopen
12374
12375 /* System header to define __stub macros and hopefully few prototypes,
12376     which can conflict with char dlopen (); below.
12377     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12378     <limits.h> exists even on freestanding compilers.  */
12379
12380 #ifdef __STDC__
12381 # include <limits.h>
12382 #else
12383 # include <assert.h>
12384 #endif
12385
12386 #undef dlopen
12387
12388 /* Override any GCC internal prototype to avoid an error.
12389    Use char because int might match the return type of a GCC
12390    builtin and then its argument prototype would still apply.  */
12391 #ifdef __cplusplus
12392 extern "C"
12393 #endif
12394 char dlopen ();
12395 /* The GNU C library defines this for functions which it implements
12396     to always fail with ENOSYS.  Some functions are actually named
12397     something starting with __ and the normal name is an alias.  */
12398 #if defined __stub_dlopen || defined __stub___dlopen
12399 choke me
12400 #endif
12401
12402 int
12403 main ()
12404 {
12405 return dlopen ();
12406   ;
12407   return 0;
12408 }
12409 _ACEOF
12410 rm -f conftest.$ac_objext conftest$ac_exeext
12411 if { (ac_try="$ac_link"
12412 case "(($ac_try" in
12413   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12414   *) ac_try_echo=$ac_try;;
12415 esac
12416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12417   (eval "$ac_link") 2>conftest.er1
12418   ac_status=$?
12419   grep -v '^ *+' conftest.er1 >conftest.err
12420   rm -f conftest.er1
12421   cat conftest.err >&5
12422   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12423   (exit $ac_status); } && {
12424          test -z "$ac_c_werror_flag" ||
12425          test ! -s conftest.err
12426        } && test -s conftest$ac_exeext &&
12427        $as_test_x conftest$ac_exeext; then
12428   ac_cv_func_dlopen=yes
12429 else
12430   echo "$as_me: failed program was:" >&5
12431 sed 's/^/| /' conftest.$ac_ext >&5
12432
12433         ac_cv_func_dlopen=no
12434 fi
12435
12436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12437       conftest$ac_exeext conftest.$ac_ext
12438 fi
12439 { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
12440 echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
12441 if test $ac_cv_func_dlopen = yes; then
12442   lt_cv_dlopen="dlopen"
12443 else
12444   { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
12445 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
12446 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
12447   echo $ECHO_N "(cached) $ECHO_C" >&6
12448 else
12449   ac_check_lib_save_LIBS=$LIBS
12450 LIBS="-ldl  $LIBS"
12451 cat >conftest.$ac_ext <<_ACEOF
12452 /* confdefs.h.  */
12453 _ACEOF
12454 cat confdefs.h >>conftest.$ac_ext
12455 cat >>conftest.$ac_ext <<_ACEOF
12456 /* end confdefs.h.  */
12457
12458 /* Override any GCC internal prototype to avoid an error.
12459    Use char because int might match the return type of a GCC
12460    builtin and then its argument prototype would still apply.  */
12461 #ifdef __cplusplus
12462 extern "C"
12463 #endif
12464 char dlopen ();
12465 int
12466 main ()
12467 {
12468 return dlopen ();
12469   ;
12470   return 0;
12471 }
12472 _ACEOF
12473 rm -f conftest.$ac_objext conftest$ac_exeext
12474 if { (ac_try="$ac_link"
12475 case "(($ac_try" in
12476   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12477   *) ac_try_echo=$ac_try;;
12478 esac
12479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12480   (eval "$ac_link") 2>conftest.er1
12481   ac_status=$?
12482   grep -v '^ *+' conftest.er1 >conftest.err
12483   rm -f conftest.er1
12484   cat conftest.err >&5
12485   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12486   (exit $ac_status); } && {
12487          test -z "$ac_c_werror_flag" ||
12488          test ! -s conftest.err
12489        } && test -s conftest$ac_exeext &&
12490        $as_test_x conftest$ac_exeext; then
12491   ac_cv_lib_dl_dlopen=yes
12492 else
12493   echo "$as_me: failed program was:" >&5
12494 sed 's/^/| /' conftest.$ac_ext >&5
12495
12496         ac_cv_lib_dl_dlopen=no
12497 fi
12498
12499 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12500       conftest$ac_exeext conftest.$ac_ext
12501 LIBS=$ac_check_lib_save_LIBS
12502 fi
12503 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12504 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
12505 if test $ac_cv_lib_dl_dlopen = yes; then
12506   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12507 else
12508   { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
12509 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
12510 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
12511   echo $ECHO_N "(cached) $ECHO_C" >&6
12512 else
12513   ac_check_lib_save_LIBS=$LIBS
12514 LIBS="-lsvld  $LIBS"
12515 cat >conftest.$ac_ext <<_ACEOF
12516 /* confdefs.h.  */
12517 _ACEOF
12518 cat confdefs.h >>conftest.$ac_ext
12519 cat >>conftest.$ac_ext <<_ACEOF
12520 /* end confdefs.h.  */
12521
12522 /* Override any GCC internal prototype to avoid an error.
12523    Use char because int might match the return type of a GCC
12524    builtin and then its argument prototype would still apply.  */
12525 #ifdef __cplusplus
12526 extern "C"
12527 #endif
12528 char dlopen ();
12529 int
12530 main ()
12531 {
12532 return dlopen ();
12533   ;
12534   return 0;
12535 }
12536 _ACEOF
12537 rm -f conftest.$ac_objext conftest$ac_exeext
12538 if { (ac_try="$ac_link"
12539 case "(($ac_try" in
12540   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12541   *) ac_try_echo=$ac_try;;
12542 esac
12543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12544   (eval "$ac_link") 2>conftest.er1
12545   ac_status=$?
12546   grep -v '^ *+' conftest.er1 >conftest.err
12547   rm -f conftest.er1
12548   cat conftest.err >&5
12549   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12550   (exit $ac_status); } && {
12551          test -z "$ac_c_werror_flag" ||
12552          test ! -s conftest.err
12553        } && test -s conftest$ac_exeext &&
12554        $as_test_x conftest$ac_exeext; then
12555   ac_cv_lib_svld_dlopen=yes
12556 else
12557   echo "$as_me: failed program was:" >&5
12558 sed 's/^/| /' conftest.$ac_ext >&5
12559
12560         ac_cv_lib_svld_dlopen=no
12561 fi
12562
12563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12564       conftest$ac_exeext conftest.$ac_ext
12565 LIBS=$ac_check_lib_save_LIBS
12566 fi
12567 { echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
12568 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
12569 if test $ac_cv_lib_svld_dlopen = yes; then
12570   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12571 else
12572   { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
12573 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
12574 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
12575   echo $ECHO_N "(cached) $ECHO_C" >&6
12576 else
12577   ac_check_lib_save_LIBS=$LIBS
12578 LIBS="-ldld  $LIBS"
12579 cat >conftest.$ac_ext <<_ACEOF
12580 /* confdefs.h.  */
12581 _ACEOF
12582 cat confdefs.h >>conftest.$ac_ext
12583 cat >>conftest.$ac_ext <<_ACEOF
12584 /* end confdefs.h.  */
12585
12586 /* Override any GCC internal prototype to avoid an error.
12587    Use char because int might match the return type of a GCC
12588    builtin and then its argument prototype would still apply.  */
12589 #ifdef __cplusplus
12590 extern "C"
12591 #endif
12592 char dld_link ();
12593 int
12594 main ()
12595 {
12596 return dld_link ();
12597   ;
12598   return 0;
12599 }
12600 _ACEOF
12601 rm -f conftest.$ac_objext conftest$ac_exeext
12602 if { (ac_try="$ac_link"
12603 case "(($ac_try" in
12604   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12605   *) ac_try_echo=$ac_try;;
12606 esac
12607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12608   (eval "$ac_link") 2>conftest.er1
12609   ac_status=$?
12610   grep -v '^ *+' conftest.er1 >conftest.err
12611   rm -f conftest.er1
12612   cat conftest.err >&5
12613   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12614   (exit $ac_status); } && {
12615          test -z "$ac_c_werror_flag" ||
12616          test ! -s conftest.err
12617        } && test -s conftest$ac_exeext &&
12618        $as_test_x conftest$ac_exeext; then
12619   ac_cv_lib_dld_dld_link=yes
12620 else
12621   echo "$as_me: failed program was:" >&5
12622 sed 's/^/| /' conftest.$ac_ext >&5
12623
12624         ac_cv_lib_dld_dld_link=no
12625 fi
12626
12627 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12628       conftest$ac_exeext conftest.$ac_ext
12629 LIBS=$ac_check_lib_save_LIBS
12630 fi
12631 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
12632 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
12633 if test $ac_cv_lib_dld_dld_link = yes; then
12634   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12635 fi
12636
12637
12638 fi
12639
12640
12641 fi
12642
12643
12644 fi
12645
12646
12647 fi
12648
12649
12650 fi
12651
12652     ;;
12653   esac
12654
12655   if test "x$lt_cv_dlopen" != xno; then
12656     enable_dlopen=yes
12657   else
12658     enable_dlopen=no
12659   fi
12660
12661   case $lt_cv_dlopen in
12662   dlopen)
12663     save_CPPFLAGS="$CPPFLAGS"
12664     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12665
12666     save_LDFLAGS="$LDFLAGS"
12667     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12668
12669     save_LIBS="$LIBS"
12670     LIBS="$lt_cv_dlopen_libs $LIBS"
12671
12672     { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
12673 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
12674 if test "${lt_cv_dlopen_self+set}" = set; then
12675   echo $ECHO_N "(cached) $ECHO_C" >&6
12676 else
12677           if test "$cross_compiling" = yes; then :
12678   lt_cv_dlopen_self=cross
12679 else
12680   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12681   lt_status=$lt_dlunknown
12682   cat > conftest.$ac_ext <<_LT_EOF
12683 #line 12683 "configure"
12684 #include "confdefs.h"
12685
12686 #if HAVE_DLFCN_H
12687 #include <dlfcn.h>
12688 #endif
12689
12690 #include <stdio.h>
12691
12692 #ifdef RTLD_GLOBAL
12693 #  define LT_DLGLOBAL           RTLD_GLOBAL
12694 #else
12695 #  ifdef DL_GLOBAL
12696 #    define LT_DLGLOBAL         DL_GLOBAL
12697 #  else
12698 #    define LT_DLGLOBAL         0
12699 #  endif
12700 #endif
12701
12702 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12703    find out it does not work in some platform. */
12704 #ifndef LT_DLLAZY_OR_NOW
12705 #  ifdef RTLD_LAZY
12706 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
12707 #  else
12708 #    ifdef DL_LAZY
12709 #      define LT_DLLAZY_OR_NOW          DL_LAZY
12710 #    else
12711 #      ifdef RTLD_NOW
12712 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
12713 #      else
12714 #        ifdef DL_NOW
12715 #          define LT_DLLAZY_OR_NOW      DL_NOW
12716 #        else
12717 #          define LT_DLLAZY_OR_NOW      0
12718 #        endif
12719 #      endif
12720 #    endif
12721 #  endif
12722 #endif
12723
12724 void fnord() { int i=42;}
12725 int main ()
12726 {
12727   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12728   int status = $lt_dlunknown;
12729
12730   if (self)
12731     {
12732       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
12733       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12734       /* dlclose (self); */
12735     }
12736   else
12737     puts (dlerror ());
12738
12739   return status;
12740 }
12741 _LT_EOF
12742   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12743   (eval $ac_link) 2>&5
12744   ac_status=$?
12745   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12746   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
12747     (./conftest; exit; ) >&5 2>/dev/null
12748     lt_status=$?
12749     case x$lt_status in
12750       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12751       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12752       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12753     esac
12754   else :
12755     # compilation failed
12756     lt_cv_dlopen_self=no
12757   fi
12758 fi
12759 rm -fr conftest*
12760
12761
12762 fi
12763 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
12764 echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
12765
12766     if test "x$lt_cv_dlopen_self" = xyes; then
12767       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12768       { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
12769 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
12770 if test "${lt_cv_dlopen_self_static+set}" = set; then
12771   echo $ECHO_N "(cached) $ECHO_C" >&6
12772 else
12773           if test "$cross_compiling" = yes; then :
12774   lt_cv_dlopen_self_static=cross
12775 else
12776   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12777   lt_status=$lt_dlunknown
12778   cat > conftest.$ac_ext <<_LT_EOF
12779 #line 12779 "configure"
12780 #include "confdefs.h"
12781
12782 #if HAVE_DLFCN_H
12783 #include <dlfcn.h>
12784 #endif
12785
12786 #include <stdio.h>
12787
12788 #ifdef RTLD_GLOBAL
12789 #  define LT_DLGLOBAL           RTLD_GLOBAL
12790 #else
12791 #  ifdef DL_GLOBAL
12792 #    define LT_DLGLOBAL         DL_GLOBAL
12793 #  else
12794 #    define LT_DLGLOBAL         0
12795 #  endif
12796 #endif
12797
12798 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12799    find out it does not work in some platform. */
12800 #ifndef LT_DLLAZY_OR_NOW
12801 #  ifdef RTLD_LAZY
12802 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
12803 #  else
12804 #    ifdef DL_LAZY
12805 #      define LT_DLLAZY_OR_NOW          DL_LAZY
12806 #    else
12807 #      ifdef RTLD_NOW
12808 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
12809 #      else
12810 #        ifdef DL_NOW
12811 #          define LT_DLLAZY_OR_NOW      DL_NOW
12812 #        else
12813 #          define LT_DLLAZY_OR_NOW      0
12814 #        endif
12815 #      endif
12816 #    endif
12817 #  endif
12818 #endif
12819
12820 void fnord() { int i=42;}
12821 int main ()
12822 {
12823   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12824   int status = $lt_dlunknown;
12825
12826   if (self)
12827     {
12828       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
12829       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12830       /* dlclose (self); */
12831     }
12832   else
12833     puts (dlerror ());
12834
12835   return status;
12836 }
12837 _LT_EOF
12838   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12839   (eval $ac_link) 2>&5
12840   ac_status=$?
12841   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12842   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
12843     (./conftest; exit; ) >&5 2>/dev/null
12844     lt_status=$?
12845     case x$lt_status in
12846       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12847       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12848       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12849     esac
12850   else :
12851     # compilation failed
12852     lt_cv_dlopen_self_static=no
12853   fi
12854 fi
12855 rm -fr conftest*
12856
12857
12858 fi
12859 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
12860 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
12861     fi
12862
12863     CPPFLAGS="$save_CPPFLAGS"
12864     LDFLAGS="$save_LDFLAGS"
12865     LIBS="$save_LIBS"
12866     ;;
12867   esac
12868
12869   case $lt_cv_dlopen_self in
12870   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12871   *) enable_dlopen_self=unknown ;;
12872   esac
12873
12874   case $lt_cv_dlopen_self_static in
12875   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12876   *) enable_dlopen_self_static=unknown ;;
12877   esac
12878 fi
12879
12880
12881
12882
12883
12884
12885
12886
12887
12888
12889
12890
12891
12892
12893
12894
12895
12896 striplib=
12897 old_striplib=
12898 { echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
12899 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
12900 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12901   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12902   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12903   { echo "$as_me:$LINENO: result: yes" >&5
12904 echo "${ECHO_T}yes" >&6; }
12905 else
12906 # FIXME - insert some real tests, host_os isn't really good enough
12907   case $host_os in
12908   darwin*)
12909     if test -n "$STRIP" ; then
12910       striplib="$STRIP -x"
12911       old_striplib="$STRIP -S"
12912       { echo "$as_me:$LINENO: result: yes" >&5
12913 echo "${ECHO_T}yes" >&6; }
12914     else
12915       { echo "$as_me:$LINENO: result: no" >&5
12916 echo "${ECHO_T}no" >&6; }
12917     fi
12918     ;;
12919   *)
12920     { echo "$as_me:$LINENO: result: no" >&5
12921 echo "${ECHO_T}no" >&6; }
12922     ;;
12923   esac
12924 fi
12925
12926
12927
12928
12929
12930
12931
12932
12933
12934
12935
12936
12937   # Report which library types will actually be built
12938   { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
12939 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
12940   { echo "$as_me:$LINENO: result: $can_build_shared" >&5
12941 echo "${ECHO_T}$can_build_shared" >&6; }
12942
12943   { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
12944 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
12945   test "$can_build_shared" = "no" && enable_shared=no
12946
12947   # On AIX, shared libraries and static libraries use the same namespace, and
12948   # are all built from PIC.
12949   case $host_os in
12950   aix3*)
12951     test "$enable_shared" = yes && enable_static=no
12952     if test -n "$RANLIB"; then
12953       archive_cmds="$archive_cmds~\$RANLIB \$lib"
12954       postinstall_cmds='$RANLIB $lib'
12955     fi
12956     ;;
12957
12958   aix[4-9]*)
12959     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12960       test "$enable_shared" = yes && enable_static=no
12961     fi
12962     ;;
12963   esac
12964   { echo "$as_me:$LINENO: result: $enable_shared" >&5
12965 echo "${ECHO_T}$enable_shared" >&6; }
12966
12967   { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
12968 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
12969   # Make sure either enable_shared or enable_static is yes.
12970   test "$enable_shared" = yes || enable_static=yes
12971   { echo "$as_me:$LINENO: result: $enable_static" >&5
12972 echo "${ECHO_T}$enable_static" >&6; }
12973
12974
12975
12976
12977 fi
12978 ac_ext=c
12979 ac_cpp='$CPP $CPPFLAGS'
12980 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12981 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12982 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12983
12984 CC="$lt_save_CC"
12985
12986
12987 ac_ext=cpp
12988 ac_cpp='$CXXCPP $CPPFLAGS'
12989 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12990 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12991 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12992
12993 archive_cmds_need_lc_CXX=no
12994 allow_undefined_flag_CXX=
12995 always_export_symbols_CXX=no
12996 archive_expsym_cmds_CXX=
12997 compiler_needs_object_CXX=no
12998 export_dynamic_flag_spec_CXX=
12999 hardcode_direct_CXX=no
13000 hardcode_direct_absolute_CXX=no
13001 hardcode_libdir_flag_spec_CXX=
13002 hardcode_libdir_flag_spec_ld_CXX=
13003 hardcode_libdir_separator_CXX=
13004 hardcode_minus_L_CXX=no
13005 hardcode_shlibpath_var_CXX=unsupported
13006 hardcode_automatic_CXX=no
13007 inherit_rpath_CXX=no
13008 module_cmds_CXX=
13009 module_expsym_cmds_CXX=
13010 link_all_deplibs_CXX=unknown
13011 old_archive_cmds_CXX=$old_archive_cmds
13012 no_undefined_flag_CXX=
13013 whole_archive_flag_spec_CXX=
13014 enable_shared_with_static_runtimes_CXX=no
13015
13016 # Source file extension for C++ test sources.
13017 ac_ext=cpp
13018
13019 # Object file extension for compiled C++ test sources.
13020 objext=o
13021 objext_CXX=$objext
13022
13023 # No sense in running all these tests if we already determined that
13024 # the CXX compiler isn't working.  Some variables (like enable_shared)
13025 # are currently assumed to apply to all compilers on this platform,
13026 # and will be corrupted by setting them based on a non-working compiler.
13027 if test "$_lt_caught_CXX_error" != yes; then
13028   # Code to be used in simple compile tests
13029   lt_simple_compile_test_code="int some_variable = 0;"
13030
13031   # Code to be used in simple link tests
13032   lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
13033
13034   # ltmain only uses $CC for tagged configurations so make sure $CC is set.
13035
13036
13037
13038
13039
13040
13041 # If no C compiler was specified, use CC.
13042 LTCC=${LTCC-"$CC"}
13043
13044 # If no C compiler flags were specified, use CFLAGS.
13045 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
13046
13047 # Allow CC to be a program name with arguments.
13048 compiler=$CC
13049
13050
13051   # save warnings/boilerplate of simple test code
13052   ac_outfile=conftest.$ac_objext
13053 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
13054 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
13055 _lt_compiler_boilerplate=`cat conftest.err`
13056 $RM conftest*
13057
13058   ac_outfile=conftest.$ac_objext
13059 echo "$lt_simple_link_test_code" >conftest.$ac_ext
13060 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
13061 _lt_linker_boilerplate=`cat conftest.err`
13062 $RM -r conftest*
13063
13064
13065   # Allow CC to be a program name with arguments.
13066   lt_save_CC=$CC
13067   lt_save_LD=$LD
13068   lt_save_GCC=$GCC
13069   GCC=$GXX
13070   lt_save_with_gnu_ld=$with_gnu_ld
13071   lt_save_path_LD=$lt_cv_path_LD
13072   if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
13073     lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
13074   else
13075     $as_unset lt_cv_prog_gnu_ld
13076   fi
13077   if test -n "${lt_cv_path_LDCXX+set}"; then
13078     lt_cv_path_LD=$lt_cv_path_LDCXX
13079   else
13080     $as_unset lt_cv_path_LD
13081   fi
13082   test -z "${LDCXX+set}" || LD=$LDCXX
13083   CC=${CXX-"c++"}
13084   compiler=$CC
13085   compiler_CXX=$CC
13086   for cc_temp in $compiler""; do
13087   case $cc_temp in
13088     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
13089     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
13090     \-*) ;;
13091     *) break;;
13092   esac
13093 done
13094 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
13095
13096
13097   if test -n "$compiler"; then
13098     # We don't want -fno-exception when compiling C++ code, so set the
13099     # no_builtin_flag separately
13100     if test "$GXX" = yes; then
13101       lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
13102     else
13103       lt_prog_compiler_no_builtin_flag_CXX=
13104     fi
13105
13106     if test "$GXX" = yes; then
13107       # Set up default GNU C++ configuration
13108
13109
13110
13111 # Check whether --with-gnu-ld was given.
13112 if test "${with_gnu_ld+set}" = set; then
13113   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13114 else
13115   with_gnu_ld=no
13116 fi
13117
13118 ac_prog=ld
13119 if test "$GCC" = yes; then
13120   # Check if gcc -print-prog-name=ld gives a path.
13121   { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
13122 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
13123   case $host in
13124   *-*-mingw*)
13125     # gcc leaves a trailing carriage return which upsets mingw
13126     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13127   *)
13128     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13129   esac
13130   case $ac_prog in
13131     # Accept absolute paths.
13132     [\\/]* | ?:[\\/]*)
13133       re_direlt='/[^/][^/]*/\.\./'
13134       # Canonicalize the pathname of ld
13135       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
13136       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
13137         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
13138       done
13139       test -z "$LD" && LD="$ac_prog"
13140       ;;
13141   "")
13142     # If it fails, then pretend we aren't using GCC.
13143     ac_prog=ld
13144     ;;
13145   *)
13146     # If it is relative, then search for the first ld in PATH.
13147     with_gnu_ld=unknown
13148     ;;
13149   esac
13150 elif test "$with_gnu_ld" = yes; then
13151   { echo "$as_me:$LINENO: checking for GNU ld" >&5
13152 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
13153 else
13154   { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
13155 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
13156 fi
13157 if test "${lt_cv_path_LD+set}" = set; then
13158   echo $ECHO_N "(cached) $ECHO_C" >&6
13159 else
13160   if test -z "$LD"; then
13161   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
13162   for ac_dir in $PATH; do
13163     IFS="$lt_save_ifs"
13164     test -z "$ac_dir" && ac_dir=.
13165     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13166       lt_cv_path_LD="$ac_dir/$ac_prog"
13167       # Check to see if the program is GNU ld.  I'd rather use --version,
13168       # but apparently some variants of GNU ld only accept -v.
13169       # Break only if it was the GNU/non-GNU ld that we prefer.
13170       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
13171       *GNU* | *'with BFD'*)
13172         test "$with_gnu_ld" != no && break
13173         ;;
13174       *)
13175         test "$with_gnu_ld" != yes && break
13176         ;;
13177       esac
13178     fi
13179   done
13180   IFS="$lt_save_ifs"
13181 else
13182   lt_cv_path_LD="$LD" # Let the user override the test with a path.
13183 fi
13184 fi
13185
13186 LD="$lt_cv_path_LD"
13187 if test -n "$LD"; then
13188   { echo "$as_me:$LINENO: result: $LD" >&5
13189 echo "${ECHO_T}$LD" >&6; }
13190 else
13191   { echo "$as_me:$LINENO: result: no" >&5
13192 echo "${ECHO_T}no" >&6; }
13193 fi
13194 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
13195 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
13196    { (exit 1); exit 1; }; }
13197 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
13198 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
13199 if test "${lt_cv_prog_gnu_ld+set}" = set; then
13200   echo $ECHO_N "(cached) $ECHO_C" >&6
13201 else
13202   # I'd rather use --version here, but apparently some GNU lds only accept -v.
13203 case `$LD -v 2>&1 </dev/null` in
13204 *GNU* | *'with BFD'*)
13205   lt_cv_prog_gnu_ld=yes
13206   ;;
13207 *)
13208   lt_cv_prog_gnu_ld=no
13209   ;;
13210 esac
13211 fi
13212 { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
13213 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
13214 with_gnu_ld=$lt_cv_prog_gnu_ld
13215
13216
13217
13218
13219
13220
13221
13222       # Check if GNU C++ uses GNU ld as the underlying linker, since the
13223       # archiving commands below assume that GNU ld is being used.
13224       if test "$with_gnu_ld" = yes; then
13225         archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13226         archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13227
13228         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13229         export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13230
13231         # If archive_cmds runs LD, not CC, wlarc should be empty
13232         # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
13233         #     investigate it a little bit more. (MM)
13234         wlarc='${wl}'
13235
13236         # ancient GNU ld didn't support --whole-archive et. al.
13237         if eval "`$CC -print-prog-name=ld` --help 2>&1" |
13238           $GREP 'no-whole-archive' > /dev/null; then
13239           whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13240         else
13241           whole_archive_flag_spec_CXX=
13242         fi
13243       else
13244         with_gnu_ld=no
13245         wlarc=
13246
13247         # A generic and very simple default shared library creation
13248         # command for GNU C++ for the case where it uses the native
13249         # linker, instead of GNU ld.  If possible, this setting should
13250         # overridden to take advantage of the native linker features on
13251         # the platform it is being used on.
13252         archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
13253       fi
13254
13255       # Commands to make compiler produce verbose output that lists
13256       # what "hidden" libraries, object files and flags are used when
13257       # linking a shared library.
13258       output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
13259
13260     else
13261       GXX=no
13262       with_gnu_ld=no
13263       wlarc=
13264     fi
13265
13266     # PORTME: fill in a description of your system's C++ link characteristics
13267     { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13268 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
13269     ld_shlibs_CXX=yes
13270     case $host_os in
13271       aix3*)
13272         # FIXME: insert proper C++ library support
13273         ld_shlibs_CXX=no
13274         ;;
13275       aix[4-9]*)
13276         if test "$host_cpu" = ia64; then
13277           # On IA64, the linker does run time linking by default, so we don't
13278           # have to do anything special.
13279           aix_use_runtimelinking=no
13280           exp_sym_flag='-Bexport'
13281           no_entry_flag=""
13282         else
13283           aix_use_runtimelinking=no
13284
13285           # Test if we are trying to use run time linking or normal
13286           # AIX style linking. If -brtl is somewhere in LDFLAGS, we
13287           # need to do runtime linking.
13288           case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
13289             for ld_flag in $LDFLAGS; do
13290               case $ld_flag in
13291               *-brtl*)
13292                 aix_use_runtimelinking=yes
13293                 break
13294                 ;;
13295               esac
13296             done
13297             ;;
13298           esac
13299
13300           exp_sym_flag='-bexport'
13301           no_entry_flag='-bnoentry'
13302         fi
13303
13304         # When large executables or shared objects are built, AIX ld can
13305         # have problems creating the table of contents.  If linking a library
13306         # or program results in "error TOC overflow" add -mminimal-toc to
13307         # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
13308         # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
13309
13310         archive_cmds_CXX=''
13311         hardcode_direct_CXX=yes
13312         hardcode_direct_absolute_CXX=yes
13313         hardcode_libdir_separator_CXX=':'
13314         link_all_deplibs_CXX=yes
13315         file_list_spec_CXX='${wl}-f,'
13316
13317         if test "$GXX" = yes; then
13318           case $host_os in aix4.[012]|aix4.[012].*)
13319           # We only want to do this on AIX 4.2 and lower, the check
13320           # below for broken collect2 doesn't work under 4.3+
13321           collect2name=`${CC} -print-prog-name=collect2`
13322           if test -f "$collect2name" &&
13323              strings "$collect2name" | $GREP resolve_lib_name >/dev/null
13324           then
13325             # We have reworked collect2
13326             :
13327           else
13328             # We have old collect2
13329             hardcode_direct_CXX=unsupported
13330             # It fails to find uninstalled libraries when the uninstalled
13331             # path is not listed in the libpath.  Setting hardcode_minus_L
13332             # to unsupported forces relinking
13333             hardcode_minus_L_CXX=yes
13334             hardcode_libdir_flag_spec_CXX='-L$libdir'
13335             hardcode_libdir_separator_CXX=
13336           fi
13337           esac
13338           shared_flag='-shared'
13339           if test "$aix_use_runtimelinking" = yes; then
13340             shared_flag="$shared_flag "'${wl}-G'
13341           fi
13342         else
13343           # not using gcc
13344           if test "$host_cpu" = ia64; then
13345           # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
13346           # chokes on -Wl,-G. The following line is correct:
13347           shared_flag='-G'
13348           else
13349             if test "$aix_use_runtimelinking" = yes; then
13350               shared_flag='${wl}-G'
13351             else
13352               shared_flag='${wl}-bM:SRE'
13353             fi
13354           fi
13355         fi
13356
13357         export_dynamic_flag_spec_CXX='${wl}-bexpall'
13358         # It seems that -bexpall does not export symbols beginning with
13359         # underscore (_), so it is better to generate a list of symbols to
13360         # export.
13361         always_export_symbols_CXX=yes
13362         if test "$aix_use_runtimelinking" = yes; then
13363           # Warning - without using the other runtime loading flags (-brtl),
13364           # -berok will link without error, but may produce a broken library.
13365           allow_undefined_flag_CXX='-berok'
13366           # Determine the default libpath from the value encoded in an empty
13367           # executable.
13368           cat >conftest.$ac_ext <<_ACEOF
13369 /* confdefs.h.  */
13370 _ACEOF
13371 cat confdefs.h >>conftest.$ac_ext
13372 cat >>conftest.$ac_ext <<_ACEOF
13373 /* end confdefs.h.  */
13374
13375 int
13376 main ()
13377 {
13378
13379   ;
13380   return 0;
13381 }
13382 _ACEOF
13383 rm -f conftest.$ac_objext conftest$ac_exeext
13384 if { (ac_try="$ac_link"
13385 case "(($ac_try" in
13386   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13387   *) ac_try_echo=$ac_try;;
13388 esac
13389 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13390   (eval "$ac_link") 2>conftest.er1
13391   ac_status=$?
13392   grep -v '^ *+' conftest.er1 >conftest.err
13393   rm -f conftest.er1
13394   cat conftest.err >&5
13395   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13396   (exit $ac_status); } && {
13397          test -z "$ac_cxx_werror_flag" ||
13398          test ! -s conftest.err
13399        } && test -s conftest$ac_exeext &&
13400        $as_test_x conftest$ac_exeext; then
13401
13402 lt_aix_libpath_sed='
13403     /Import File Strings/,/^$/ {
13404         /^0/ {
13405             s/^0  *\(.*\)$/\1/
13406             p
13407         }
13408     }'
13409 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13410 # Check for a 64-bit object if we didn't find anything.
13411 if test -z "$aix_libpath"; then
13412   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13413 fi
13414 else
13415   echo "$as_me: failed program was:" >&5
13416 sed 's/^/| /' conftest.$ac_ext >&5
13417
13418
13419 fi
13420
13421 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13422       conftest$ac_exeext conftest.$ac_ext
13423 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13424
13425           hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
13426
13427           archive_expsym_cmds_CXX='$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"
13428         else
13429           if test "$host_cpu" = ia64; then
13430             hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
13431             allow_undefined_flag_CXX="-z nodefs"
13432             archive_expsym_cmds_CXX="\$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"
13433           else
13434             # Determine the default libpath from the value encoded in an
13435             # empty executable.
13436             cat >conftest.$ac_ext <<_ACEOF
13437 /* confdefs.h.  */
13438 _ACEOF
13439 cat confdefs.h >>conftest.$ac_ext
13440 cat >>conftest.$ac_ext <<_ACEOF
13441 /* end confdefs.h.  */
13442
13443 int
13444 main ()
13445 {
13446
13447   ;
13448   return 0;
13449 }
13450 _ACEOF
13451 rm -f conftest.$ac_objext conftest$ac_exeext
13452 if { (ac_try="$ac_link"
13453 case "(($ac_try" in
13454   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13455   *) ac_try_echo=$ac_try;;
13456 esac
13457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13458   (eval "$ac_link") 2>conftest.er1
13459   ac_status=$?
13460   grep -v '^ *+' conftest.er1 >conftest.err
13461   rm -f conftest.er1
13462   cat conftest.err >&5
13463   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13464   (exit $ac_status); } && {
13465          test -z "$ac_cxx_werror_flag" ||
13466          test ! -s conftest.err
13467        } && test -s conftest$ac_exeext &&
13468        $as_test_x conftest$ac_exeext; then
13469
13470 lt_aix_libpath_sed='
13471     /Import File Strings/,/^$/ {
13472         /^0/ {
13473             s/^0  *\(.*\)$/\1/
13474             p
13475         }
13476     }'
13477 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13478 # Check for a 64-bit object if we didn't find anything.
13479 if test -z "$aix_libpath"; then
13480   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13481 fi
13482 else
13483   echo "$as_me: failed program was:" >&5
13484 sed 's/^/| /' conftest.$ac_ext >&5
13485
13486
13487 fi
13488
13489 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13490       conftest$ac_exeext conftest.$ac_ext
13491 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13492
13493             hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
13494             # Warning - without using the other run time loading flags,
13495             # -berok will link without error, but may produce a broken library.
13496             no_undefined_flag_CXX=' ${wl}-bernotok'
13497             allow_undefined_flag_CXX=' ${wl}-berok'
13498             # Exported symbols can be pulled into shared objects from archives
13499             whole_archive_flag_spec_CXX='$convenience'
13500             archive_cmds_need_lc_CXX=yes
13501             # This is similar to how AIX traditionally builds its shared
13502             # libraries.
13503             archive_expsym_cmds_CXX="\$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'
13504           fi
13505         fi
13506         ;;
13507
13508       beos*)
13509         if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
13510           allow_undefined_flag_CXX=unsupported
13511           # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
13512           # support --undefined.  This deserves some investigation.  FIXME
13513           archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13514         else
13515           ld_shlibs_CXX=no
13516         fi
13517         ;;
13518
13519       chorus*)
13520         case $cc_basename in
13521           *)
13522           # FIXME: insert proper C++ library support
13523           ld_shlibs_CXX=no
13524           ;;
13525         esac
13526         ;;
13527
13528       cygwin* | mingw* | pw32* | cegcc*)
13529         # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
13530         # as there is no search path for DLLs.
13531         hardcode_libdir_flag_spec_CXX='-L$libdir'
13532         allow_undefined_flag_CXX=unsupported
13533         always_export_symbols_CXX=no
13534         enable_shared_with_static_runtimes_CXX=yes
13535
13536         if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
13537           archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
13538           # If the export-symbols file already is a .def file (1st line
13539           # is EXPORTS), use it as is; otherwise, prepend...
13540           archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
13541             cp $export_symbols $output_objdir/$soname.def;
13542           else
13543             echo EXPORTS > $output_objdir/$soname.def;
13544             cat $export_symbols >> $output_objdir/$soname.def;
13545           fi~
13546           $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
13547         else
13548           ld_shlibs_CXX=no
13549         fi
13550         ;;
13551       darwin* | rhapsody*)
13552
13553
13554   archive_cmds_need_lc_CXX=no
13555   hardcode_direct_CXX=no
13556   hardcode_automatic_CXX=yes
13557   hardcode_shlibpath_var_CXX=unsupported
13558   whole_archive_flag_spec_CXX=''
13559   link_all_deplibs_CXX=yes
13560   allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
13561   case $cc_basename in
13562      ifort*) _lt_dar_can_shared=yes ;;
13563      *) _lt_dar_can_shared=$GCC ;;
13564   esac
13565   if test "$_lt_dar_can_shared" = "yes"; then
13566     output_verbose_link_cmd=echo
13567     archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
13568     module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
13569     archive_expsym_cmds_CXX="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}"
13570     module_expsym_cmds_CXX="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}"
13571        if test "$lt_cv_apple_cc_single_mod" != "yes"; then
13572       archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
13573       archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
13574     fi
13575
13576   else
13577   ld_shlibs_CXX=no
13578   fi
13579
13580         ;;
13581
13582       dgux*)
13583         case $cc_basename in
13584           ec++*)
13585             # FIXME: insert proper C++ library support
13586             ld_shlibs_CXX=no
13587             ;;
13588           ghcx*)
13589             # Green Hills C++ Compiler
13590             # FIXME: insert proper C++ library support
13591             ld_shlibs_CXX=no
13592             ;;
13593           *)
13594             # FIXME: insert proper C++ library support
13595             ld_shlibs_CXX=no
13596             ;;
13597         esac
13598         ;;
13599
13600       freebsd[12]*)
13601         # C++ shared libraries reported to be fairly broken before
13602         # switch to ELF
13603         ld_shlibs_CXX=no
13604         ;;
13605
13606       freebsd-elf*)
13607         archive_cmds_need_lc_CXX=no
13608         ;;
13609
13610       freebsd* | dragonfly*)
13611         # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
13612         # conventions
13613         ld_shlibs_CXX=yes
13614         ;;
13615
13616       gnu*)
13617         ;;
13618
13619       hpux9*)
13620         hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
13621         hardcode_libdir_separator_CXX=:
13622         export_dynamic_flag_spec_CXX='${wl}-E'
13623         hardcode_direct_CXX=yes
13624         hardcode_minus_L_CXX=yes # Not in the search PATH,
13625                                              # but as the default
13626                                              # location of the library.
13627
13628         case $cc_basename in
13629           CC*)
13630             # FIXME: insert proper C++ library support
13631             ld_shlibs_CXX=no
13632             ;;
13633           aCC*)
13634             archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
13635             # Commands to make compiler produce verbose output that lists
13636             # what "hidden" libraries, object files and flags are used when
13637             # linking a shared library.
13638             #
13639             # There doesn't appear to be a way to prevent this compiler from
13640             # explicitly linking system object files so we need to strip them
13641             # from the output so that they don't get included in the library
13642             # dependencies.
13643             output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
13644             ;;
13645           *)
13646             if test "$GXX" = yes; then
13647               archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
13648             else
13649               # FIXME: insert proper C++ library support
13650               ld_shlibs_CXX=no
13651             fi
13652             ;;
13653         esac
13654         ;;
13655
13656       hpux10*|hpux11*)
13657         if test $with_gnu_ld = no; then
13658           hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
13659           hardcode_libdir_separator_CXX=:
13660
13661           case $host_cpu in
13662             hppa*64*|ia64*)
13663               ;;
13664             *)
13665               export_dynamic_flag_spec_CXX='${wl}-E'
13666               ;;
13667           esac
13668         fi
13669         case $host_cpu in
13670           hppa*64*|ia64*)
13671             hardcode_direct_CXX=no
13672             hardcode_shlibpath_var_CXX=no
13673             ;;
13674           *)
13675             hardcode_direct_CXX=yes
13676             hardcode_direct_absolute_CXX=yes
13677             hardcode_minus_L_CXX=yes # Not in the search PATH,
13678                                                  # but as the default
13679                                                  # location of the library.
13680             ;;
13681         esac
13682
13683         case $cc_basename in
13684           CC*)
13685             # FIXME: insert proper C++ library support
13686             ld_shlibs_CXX=no
13687             ;;
13688           aCC*)
13689             case $host_cpu in
13690               hppa*64*)
13691                 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13692                 ;;
13693               ia64*)
13694                 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13695                 ;;
13696               *)
13697                 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13698                 ;;
13699             esac
13700             # Commands to make compiler produce verbose output that lists
13701             # what "hidden" libraries, object files and flags are used when
13702             # linking a shared library.
13703             #
13704             # There doesn't appear to be a way to prevent this compiler from
13705             # explicitly linking system object files so we need to strip them
13706             # from the output so that they don't get included in the library
13707             # dependencies.
13708             output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
13709             ;;
13710           *)
13711             if test "$GXX" = yes; then
13712               if test $with_gnu_ld = no; then
13713                 case $host_cpu in
13714                   hppa*64*)
13715                     archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13716                     ;;
13717                   ia64*)
13718                     archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13719                     ;;
13720                   *)
13721                     archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13722                     ;;
13723                 esac
13724               fi
13725             else
13726               # FIXME: insert proper C++ library support
13727               ld_shlibs_CXX=no
13728             fi
13729             ;;
13730         esac
13731         ;;
13732
13733       interix[3-9]*)
13734         hardcode_direct_CXX=no
13735         hardcode_shlibpath_var_CXX=no
13736         hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13737         export_dynamic_flag_spec_CXX='${wl}-E'
13738         # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
13739         # Instead, shared libraries are loaded at an image base (0x10000000 by
13740         # default) and relocated if they conflict, which is a slow very memory
13741         # consuming and fragmenting process.  To avoid this, we pick a random,
13742         # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
13743         # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
13744         archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
13745         archive_expsym_cmds_CXX='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'
13746         ;;
13747       irix5* | irix6*)
13748         case $cc_basename in
13749           CC*)
13750             # SGI C++
13751             archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
13752
13753             # Archives containing C++ object files must be created using
13754             # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
13755             # necessary to make sure instantiated templates are included
13756             # in the archive.
13757             old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
13758             ;;
13759           *)
13760             if test "$GXX" = yes; then
13761               if test "$with_gnu_ld" = no; then
13762                 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $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'
13763               else
13764                 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
13765               fi
13766             fi
13767             link_all_deplibs_CXX=yes
13768             ;;
13769         esac
13770         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13771         hardcode_libdir_separator_CXX=:
13772         inherit_rpath_CXX=yes
13773         ;;
13774
13775       linux* | k*bsd*-gnu)
13776         case $cc_basename in
13777           KCC*)
13778             # Kuck and Associates, Inc. (KAI) C++ Compiler
13779
13780             # KCC will only create a shared library if the output file
13781             # ends with ".so" (or ".sl" for HP-UX), so rename the library
13782             # to its proper name (with version) after linking.
13783             archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
13784             archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
13785             # Commands to make compiler produce verbose output that lists
13786             # what "hidden" libraries, object files and flags are used when
13787             # linking a shared library.
13788             #
13789             # There doesn't appear to be a way to prevent this compiler from
13790             # explicitly linking system object files so we need to strip them
13791             # from the output so that they don't get included in the library
13792             # dependencies.
13793             output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
13794
13795             hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13796             export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13797
13798             # Archives containing C++ object files must be created using
13799             # "CC -Bstatic", where "CC" is the KAI C++ compiler.
13800             old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
13801             ;;
13802           icpc* | ecpc* )
13803             # Intel C++
13804             with_gnu_ld=yes
13805             # version 8.0 and above of icpc choke on multiply defined symbols
13806             # if we add $predep_objects and $postdep_objects, however 7.1 and
13807             # earlier do not add the objects themselves.
13808             case `$CC -V 2>&1` in
13809               *"Version 7."*)
13810                 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13811                 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13812                 ;;
13813               *)  # Version 8.0 or newer
13814                 tmp_idyn=
13815                 case $host_cpu in
13816                   ia64*) tmp_idyn=' -i_dynamic';;
13817                 esac
13818                 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13819                 archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13820                 ;;
13821             esac
13822             archive_cmds_need_lc_CXX=no
13823             hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13824             export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13825             whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13826             ;;
13827           pgCC* | pgcpp*)
13828             # Portland Group C++ compiler
13829             case `$CC -V` in
13830             *pgCC\ [1-5]* | *pgcpp\ [1-5]*)
13831               prelink_cmds_CXX='tpldir=Template.dir~
13832                 rm -rf $tpldir~
13833                 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
13834                 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
13835               old_archive_cmds_CXX='tpldir=Template.dir~
13836                 rm -rf $tpldir~
13837                 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
13838                 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
13839                 $RANLIB $oldlib'
13840               archive_cmds_CXX='tpldir=Template.dir~
13841                 rm -rf $tpldir~
13842                 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13843                 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13844               archive_expsym_cmds_CXX='tpldir=Template.dir~
13845                 rm -rf $tpldir~
13846                 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13847                 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
13848               ;;
13849             *) # Version 6 will use weak symbols
13850               archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13851               archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
13852               ;;
13853             esac
13854
13855             hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
13856             export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13857             whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
13858             ;;
13859           cxx*)
13860             # Compaq C++
13861             archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13862             archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
13863
13864             runpath_var=LD_RUN_PATH
13865             hardcode_libdir_flag_spec_CXX='-rpath $libdir'
13866             hardcode_libdir_separator_CXX=:
13867
13868             # Commands to make compiler produce verbose output that lists
13869             # what "hidden" libraries, object files and flags are used when
13870             # linking a shared library.
13871             #
13872             # There doesn't appear to be a way to prevent this compiler from
13873             # explicitly linking system object files so we need to strip them
13874             # from the output so that they don't get included in the library
13875             # dependencies.
13876             output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
13877             ;;
13878           xl*)
13879             # IBM XL 8.0 on PPC, with GNU ld
13880             hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13881             export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13882             archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13883             if test "x$supports_anon_versioning" = xyes; then
13884               archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
13885                 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
13886                 echo "local: *; };" >> $output_objdir/$libname.ver~
13887                 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
13888             fi
13889             ;;
13890           *)
13891             case `$CC -V 2>&1 | sed 5q` in
13892             *Sun\ C*)
13893               # Sun C++ 5.9
13894               no_undefined_flag_CXX=' -zdefs'
13895               archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13896               archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
13897               hardcode_libdir_flag_spec_CXX='-R$libdir'
13898               whole_archive_flag_spec_CXX='${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'
13899               compiler_needs_object_CXX=yes
13900
13901               # Not sure whether something based on
13902               # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
13903               # would be better.
13904               output_verbose_link_cmd='echo'
13905
13906               # Archives containing C++ object files must be created using
13907               # "CC -xar", where "CC" is the Sun C++ compiler.  This is
13908               # necessary to make sure instantiated templates are included
13909               # in the archive.
13910               old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
13911               ;;
13912             esac
13913             ;;
13914         esac
13915         ;;
13916
13917       lynxos*)
13918         # FIXME: insert proper C++ library support
13919         ld_shlibs_CXX=no
13920         ;;
13921
13922       m88k*)
13923         # FIXME: insert proper C++ library support
13924         ld_shlibs_CXX=no
13925         ;;
13926
13927       mvs*)
13928         case $cc_basename in
13929           cxx*)
13930             # FIXME: insert proper C++ library support
13931             ld_shlibs_CXX=no
13932             ;;
13933           *)
13934             # FIXME: insert proper C++ library support
13935             ld_shlibs_CXX=no
13936             ;;
13937         esac
13938         ;;
13939
13940       netbsd*)
13941         if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
13942           archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
13943           wlarc=
13944           hardcode_libdir_flag_spec_CXX='-R$libdir'
13945           hardcode_direct_CXX=yes
13946           hardcode_shlibpath_var_CXX=no
13947         fi
13948         # Workaround some broken pre-1.5 toolchains
13949         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
13950         ;;
13951
13952       *nto* | *qnx*)
13953         ld_shlibs_CXX=yes
13954         ;;
13955
13956       openbsd2*)
13957         # C++ shared libraries are fairly broken
13958         ld_shlibs_CXX=no
13959         ;;
13960
13961       openbsd*)
13962         if test -f /usr/libexec/ld.so; then
13963           hardcode_direct_CXX=yes
13964           hardcode_shlibpath_var_CXX=no
13965           hardcode_direct_absolute_CXX=yes
13966           archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
13967           hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13968           if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13969             archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
13970             export_dynamic_flag_spec_CXX='${wl}-E'
13971             whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13972           fi
13973           output_verbose_link_cmd=echo
13974         else
13975           ld_shlibs_CXX=no
13976         fi
13977         ;;
13978
13979       osf3* | osf4* | osf5*)
13980         case $cc_basename in
13981           KCC*)
13982             # Kuck and Associates, Inc. (KAI) C++ Compiler
13983
13984             # KCC will only create a shared library if the output file
13985             # ends with ".so" (or ".sl" for HP-UX), so rename the library
13986             # to its proper name (with version) after linking.
13987             archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
13988
13989             hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13990             hardcode_libdir_separator_CXX=:
13991
13992             # Archives containing C++ object files must be created using
13993             # the KAI C++ compiler.
13994             case $host in
13995               osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
13996               *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
13997             esac
13998             ;;
13999           RCC*)
14000             # Rational C++ 2.4.1
14001             # FIXME: insert proper C++ library support
14002             ld_shlibs_CXX=no
14003             ;;
14004           cxx*)
14005             case $host in
14006               osf3*)
14007                 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
14008                 archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
14009                 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
14010                 ;;
14011               *)
14012                 allow_undefined_flag_CXX=' -expect_unresolved \*'
14013                 archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
14014                 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
14015                   echo "-hidden">> $lib.exp~
14016                   $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
14017                   $RM $lib.exp'
14018                 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
14019                 ;;
14020             esac
14021
14022             hardcode_libdir_separator_CXX=:
14023
14024             # Commands to make compiler produce verbose output that lists
14025             # what "hidden" libraries, object files and flags are used when
14026             # linking a shared library.
14027             #
14028             # There doesn't appear to be a way to prevent this compiler from
14029             # explicitly linking system object files so we need to strip them
14030             # from the output so that they don't get included in the library
14031             # dependencies.
14032             output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
14033             ;;
14034           *)
14035             if test "$GXX" = yes && test "$with_gnu_ld" = no; then
14036               allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
14037               case $host in
14038                 osf3*)
14039                   archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
14040                   ;;
14041                 *)
14042                   archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
14043                   ;;
14044               esac
14045
14046               hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
14047               hardcode_libdir_separator_CXX=:
14048
14049               # Commands to make compiler produce verbose output that lists
14050               # what "hidden" libraries, object files and flags are used when
14051               # linking a shared library.
14052               output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
14053
14054             else
14055               # FIXME: insert proper C++ library support
14056               ld_shlibs_CXX=no
14057             fi
14058             ;;
14059         esac
14060         ;;
14061
14062       psos*)
14063         # FIXME: insert proper C++ library support
14064         ld_shlibs_CXX=no
14065         ;;
14066
14067       sunos4*)
14068         case $cc_basename in
14069           CC*)
14070             # Sun C++ 4.x
14071             # FIXME: insert proper C++ library support
14072             ld_shlibs_CXX=no
14073             ;;
14074           lcc*)
14075             # Lucid
14076             # FIXME: insert proper C++ library support
14077             ld_shlibs_CXX=no
14078             ;;
14079           *)
14080             # FIXME: insert proper C++ library support
14081             ld_shlibs_CXX=no
14082             ;;
14083         esac
14084         ;;
14085
14086       solaris*)
14087         case $cc_basename in
14088           CC*)
14089             # Sun C++ 4.2, 5.x and Centerline C++
14090             archive_cmds_need_lc_CXX=yes
14091             no_undefined_flag_CXX=' -zdefs'
14092             archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14093             archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
14094               $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
14095
14096             hardcode_libdir_flag_spec_CXX='-R$libdir'
14097             hardcode_shlibpath_var_CXX=no
14098             case $host_os in
14099               solaris2.[0-5] | solaris2.[0-5].*) ;;
14100               *)
14101                 # The compiler driver will combine and reorder linker options,
14102                 # but understands `-z linker_flag'.
14103                 # Supported since Solaris 2.6 (maybe 2.5.1?)
14104                 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
14105                 ;;
14106             esac
14107             link_all_deplibs_CXX=yes
14108
14109             output_verbose_link_cmd='echo'
14110
14111             # Archives containing C++ object files must be created using
14112             # "CC -xar", where "CC" is the Sun C++ compiler.  This is
14113             # necessary to make sure instantiated templates are included
14114             # in the archive.
14115             old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
14116             ;;
14117           gcx*)
14118             # Green Hills C++ Compiler
14119             archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
14120
14121             # The C++ compiler must be used to create the archive.
14122             old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
14123             ;;
14124           *)
14125             # GNU C++ compiler with Solaris linker
14126             if test "$GXX" = yes && test "$with_gnu_ld" = no; then
14127               no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
14128               if $CC --version | $GREP -v '^2\.7' > /dev/null; then
14129                 archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
14130                 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
14131                   $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
14132
14133                 # Commands to make compiler produce verbose output that lists
14134                 # what "hidden" libraries, object files and flags are used when
14135                 # linking a shared library.
14136                 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
14137               else
14138                 # g++ 2.7 appears to require `-G' NOT `-shared' on this
14139                 # platform.
14140                 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
14141                 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
14142                   $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
14143
14144                 # Commands to make compiler produce verbose output that lists
14145                 # what "hidden" libraries, object files and flags are used when
14146                 # linking a shared library.
14147                 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
14148               fi
14149
14150               hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
14151               case $host_os in
14152                 solaris2.[0-5] | solaris2.[0-5].*) ;;
14153                 *)
14154                   whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
14155                   ;;
14156               esac
14157             fi
14158             ;;
14159         esac
14160         ;;
14161
14162     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
14163       no_undefined_flag_CXX='${wl}-z,text'
14164       archive_cmds_need_lc_CXX=no
14165       hardcode_shlibpath_var_CXX=no
14166       runpath_var='LD_RUN_PATH'
14167
14168       case $cc_basename in
14169         CC*)
14170           archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14171           archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14172           ;;
14173         *)
14174           archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14175           archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14176           ;;
14177       esac
14178       ;;
14179
14180       sysv5* | sco3.2v5* | sco5v6*)
14181         # Note: We can NOT use -z defs as we might desire, because we do not
14182         # link with -lc, and that would cause any symbols used from libc to
14183         # always be unresolved, which means just about no library would
14184         # ever link correctly.  If we're not using GNU ld we use -z text
14185         # though, which does catch some bad symbols but isn't as heavy-handed
14186         # as -z defs.
14187         no_undefined_flag_CXX='${wl}-z,text'
14188         allow_undefined_flag_CXX='${wl}-z,nodefs'
14189         archive_cmds_need_lc_CXX=no
14190         hardcode_shlibpath_var_CXX=no
14191         hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
14192         hardcode_libdir_separator_CXX=':'
14193         link_all_deplibs_CXX=yes
14194         export_dynamic_flag_spec_CXX='${wl}-Bexport'
14195         runpath_var='LD_RUN_PATH'
14196
14197         case $cc_basename in
14198           CC*)
14199             archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14200             archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14201             ;;
14202           *)
14203             archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14204             archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14205             ;;
14206         esac
14207       ;;
14208
14209       tandem*)
14210         case $cc_basename in
14211           NCC*)
14212             # NonStop-UX NCC 3.20
14213             # FIXME: insert proper C++ library support
14214             ld_shlibs_CXX=no
14215             ;;
14216           *)
14217             # FIXME: insert proper C++ library support
14218             ld_shlibs_CXX=no
14219             ;;
14220         esac
14221         ;;
14222
14223       vxworks*)
14224         # FIXME: insert proper C++ library support
14225         ld_shlibs_CXX=no
14226         ;;
14227
14228       *)
14229         # FIXME: insert proper C++ library support
14230         ld_shlibs_CXX=no
14231         ;;
14232     esac
14233
14234     { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
14235 echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
14236     test "$ld_shlibs_CXX" = no && can_build_shared=no
14237
14238     GCC_CXX="$GXX"
14239     LD_CXX="$LD"
14240
14241     ## CAVEAT EMPTOR:
14242     ## There is no encapsulation within the following macros, do not change
14243     ## the running order or otherwise move them around unless you know exactly
14244     ## what you are doing...
14245     # Dependencies to place before and after the object being linked:
14246 predep_objects_CXX=
14247 postdep_objects_CXX=
14248 predeps_CXX=
14249 postdeps_CXX=
14250 compiler_lib_search_path_CXX=
14251
14252 cat > conftest.$ac_ext <<_LT_EOF
14253 class Foo
14254 {
14255 public:
14256   Foo (void) { a = 0; }
14257 private:
14258   int a;
14259 };
14260 _LT_EOF
14261
14262 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14263   (eval $ac_compile) 2>&5
14264   ac_status=$?
14265   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14266   (exit $ac_status); }; then
14267   # Parse the compiler output and extract the necessary
14268   # objects, libraries and library flags.
14269
14270   # Sentinel used to keep track of whether or not we are before
14271   # the conftest object file.
14272   pre_test_object_deps_done=no
14273
14274   for p in `eval "$output_verbose_link_cmd"`; do
14275     case $p in
14276
14277     -L* | -R* | -l*)
14278        # Some compilers place space between "-{L,R}" and the path.
14279        # Remove the space.
14280        if test $p = "-L" ||
14281           test $p = "-R"; then
14282          prev=$p
14283          continue
14284        else
14285          prev=
14286        fi
14287
14288        if test "$pre_test_object_deps_done" = no; then
14289          case $p in
14290          -L* | -R*)
14291            # Internal compiler library paths should come after those
14292            # provided the user.  The postdeps already come after the
14293            # user supplied libs so there is no need to process them.
14294            if test -z "$compiler_lib_search_path_CXX"; then
14295              compiler_lib_search_path_CXX="${prev}${p}"
14296            else
14297              compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
14298            fi
14299            ;;
14300          # The "-l" case would never come before the object being
14301          # linked, so don't bother handling this case.
14302          esac
14303        else
14304          if test -z "$postdeps_CXX"; then
14305            postdeps_CXX="${prev}${p}"
14306          else
14307            postdeps_CXX="${postdeps_CXX} ${prev}${p}"
14308          fi
14309        fi
14310        ;;
14311
14312     *.$objext)
14313        # This assumes that the test object file only shows up
14314        # once in the compiler output.
14315        if test "$p" = "conftest.$objext"; then
14316          pre_test_object_deps_done=yes
14317          continue
14318        fi
14319
14320        if test "$pre_test_object_deps_done" = no; then
14321          if test -z "$predep_objects_CXX"; then
14322            predep_objects_CXX="$p"
14323          else
14324            predep_objects_CXX="$predep_objects_CXX $p"
14325          fi
14326        else
14327          if test -z "$postdep_objects_CXX"; then
14328            postdep_objects_CXX="$p"
14329          else
14330            postdep_objects_CXX="$postdep_objects_CXX $p"
14331          fi
14332        fi
14333        ;;
14334
14335     *) ;; # Ignore the rest.
14336
14337     esac
14338   done
14339
14340   # Clean up.
14341   rm -f a.out a.exe
14342 else
14343   echo "libtool.m4: error: problem compiling CXX test program"
14344 fi
14345
14346 $RM -f confest.$objext
14347
14348 # PORTME: override above test on systems where it is broken
14349 case $host_os in
14350 interix[3-9]*)
14351   # Interix 3.5 installs completely hosed .la files for C++, so rather than
14352   # hack all around it, let's just trust "g++" to DTRT.
14353   predep_objects_CXX=
14354   postdep_objects_CXX=
14355   postdeps_CXX=
14356   ;;
14357
14358 linux*)
14359   case `$CC -V 2>&1 | sed 5q` in
14360   *Sun\ C*)
14361     # Sun C++ 5.9
14362
14363     # The more standards-conforming stlport4 library is
14364     # incompatible with the Cstd library. Avoid specifying
14365     # it if it's in CXXFLAGS. Ignore libCrun as
14366     # -library=stlport4 depends on it.
14367     case " $CXX $CXXFLAGS " in
14368     *" -library=stlport4 "*)
14369       solaris_use_stlport4=yes
14370       ;;
14371     esac
14372
14373     if test "$solaris_use_stlport4" != yes; then
14374       postdeps_CXX='-library=Cstd -library=Crun'
14375     fi
14376     ;;
14377   esac
14378   ;;
14379
14380 solaris*)
14381   case $cc_basename in
14382   CC*)
14383     # The more standards-conforming stlport4 library is
14384     # incompatible with the Cstd library. Avoid specifying
14385     # it if it's in CXXFLAGS. Ignore libCrun as
14386     # -library=stlport4 depends on it.
14387     case " $CXX $CXXFLAGS " in
14388     *" -library=stlport4 "*)
14389       solaris_use_stlport4=yes
14390       ;;
14391     esac
14392
14393     # Adding this requires a known-good setup of shared libraries for
14394     # Sun compiler versions before 5.6, else PIC objects from an old
14395     # archive will be linked into the output, leading to subtle bugs.
14396     if test "$solaris_use_stlport4" != yes; then
14397       postdeps_CXX='-library=Cstd -library=Crun'
14398     fi
14399     ;;
14400   esac
14401   ;;
14402 esac
14403
14404
14405 case " $postdeps_CXX " in
14406 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
14407 esac
14408  compiler_lib_search_dirs_CXX=
14409 if test -n "${compiler_lib_search_path_CXX}"; then
14410  compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
14411 fi
14412
14413
14414
14415
14416
14417
14418
14419
14420
14421
14422
14423
14424
14425
14426
14427
14428
14429
14430
14431
14432
14433
14434
14435
14436
14437
14438
14439
14440
14441
14442
14443     lt_prog_compiler_wl_CXX=
14444 lt_prog_compiler_pic_CXX=
14445 lt_prog_compiler_static_CXX=
14446
14447 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
14448 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
14449
14450   # C++ specific cases for pic, static, wl, etc.
14451   if test "$GXX" = yes; then
14452     lt_prog_compiler_wl_CXX='-Wl,'
14453     lt_prog_compiler_static_CXX='-static'
14454
14455     case $host_os in
14456     aix*)
14457       # All AIX code is PIC.
14458       if test "$host_cpu" = ia64; then
14459         # AIX 5 now supports IA64 processor
14460         lt_prog_compiler_static_CXX='-Bstatic'
14461       fi
14462       ;;
14463
14464     amigaos*)
14465       case $host_cpu in
14466       powerpc)
14467             # see comment about AmigaOS4 .so support
14468             lt_prog_compiler_pic_CXX='-fPIC'
14469         ;;
14470       m68k)
14471             # FIXME: we need at least 68020 code to build shared libraries, but
14472             # adding the `-m68020' flag to GCC prevents building anything better,
14473             # like `-m68040'.
14474             lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
14475         ;;
14476       esac
14477       ;;
14478
14479     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
14480       # PIC is the default for these OSes.
14481       ;;
14482     mingw* | cygwin* | os2* | pw32* | cegcc*)
14483       # This hack is so that the source file can tell whether it is being
14484       # built for inclusion in a dll (and should export symbols for example).
14485       # Although the cygwin gcc ignores -fPIC, still need this for old-style
14486       # (--disable-auto-import) libraries
14487       lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
14488       ;;
14489     darwin* | rhapsody*)
14490       # PIC is the default on this platform
14491       # Common symbols not allowed in MH_DYLIB files
14492       lt_prog_compiler_pic_CXX='-fno-common'
14493       ;;
14494     *djgpp*)
14495       # DJGPP does not support shared libraries at all
14496       lt_prog_compiler_pic_CXX=
14497       ;;
14498     interix[3-9]*)
14499       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
14500       # Instead, we relocate shared libraries at runtime.
14501       ;;
14502     sysv4*MP*)
14503       if test -d /usr/nec; then
14504         lt_prog_compiler_pic_CXX=-Kconform_pic
14505       fi
14506       ;;
14507     hpux*)
14508       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
14509       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
14510       # sets the default TLS model and affects inlining.
14511       case $host_cpu in
14512       hppa*64*)
14513         ;;
14514       *)
14515         lt_prog_compiler_pic_CXX='-fPIC'
14516         ;;
14517       esac
14518       ;;
14519     *qnx* | *nto*)
14520       # QNX uses GNU C++, but need to define -shared option too, otherwise
14521       # it will coredump.
14522       lt_prog_compiler_pic_CXX='-fPIC -shared'
14523       ;;
14524     *)
14525       lt_prog_compiler_pic_CXX='-fPIC'
14526       ;;
14527     esac
14528   else
14529     case $host_os in
14530       aix[4-9]*)
14531         # All AIX code is PIC.
14532         if test "$host_cpu" = ia64; then
14533           # AIX 5 now supports IA64 processor
14534           lt_prog_compiler_static_CXX='-Bstatic'
14535         else
14536           lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
14537         fi
14538         ;;
14539       chorus*)
14540         case $cc_basename in
14541         cxch68*)
14542           # Green Hills C++ Compiler
14543           # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
14544           ;;
14545         esac
14546         ;;
14547       dgux*)
14548         case $cc_basename in
14549           ec++*)
14550             lt_prog_compiler_pic_CXX='-KPIC'
14551             ;;
14552           ghcx*)
14553             # Green Hills C++ Compiler
14554             lt_prog_compiler_pic_CXX='-pic'
14555             ;;
14556           *)
14557             ;;
14558         esac
14559         ;;
14560       freebsd* | dragonfly*)
14561         # FreeBSD uses GNU C++
14562         ;;
14563       hpux9* | hpux10* | hpux11*)
14564         case $cc_basename in
14565           CC*)
14566             lt_prog_compiler_wl_CXX='-Wl,'
14567             lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
14568             if test "$host_cpu" != ia64; then
14569               lt_prog_compiler_pic_CXX='+Z'
14570             fi
14571             ;;
14572           aCC*)
14573             lt_prog_compiler_wl_CXX='-Wl,'
14574             lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
14575             case $host_cpu in
14576             hppa*64*|ia64*)
14577               # +Z the default
14578               ;;
14579             *)
14580               lt_prog_compiler_pic_CXX='+Z'
14581               ;;
14582             esac
14583             ;;
14584           *)
14585             ;;
14586         esac
14587         ;;
14588       interix*)
14589         # This is c89, which is MS Visual C++ (no shared libs)
14590         # Anyone wants to do a port?
14591         ;;
14592       irix5* | irix6* | nonstopux*)
14593         case $cc_basename in
14594           CC*)
14595             lt_prog_compiler_wl_CXX='-Wl,'
14596             lt_prog_compiler_static_CXX='-non_shared'
14597             # CC pic flag -KPIC is the default.
14598             ;;
14599           *)
14600             ;;
14601         esac
14602         ;;
14603       linux* | k*bsd*-gnu)
14604         case $cc_basename in
14605           KCC*)
14606             # KAI C++ Compiler
14607             lt_prog_compiler_wl_CXX='--backend -Wl,'
14608             lt_prog_compiler_pic_CXX='-fPIC'
14609             ;;
14610           ecpc* )
14611             # old Intel C++ for x86_64 which still supported -KPIC.
14612             lt_prog_compiler_wl_CXX='-Wl,'
14613             lt_prog_compiler_pic_CXX='-KPIC'
14614             lt_prog_compiler_static_CXX='-static'
14615             ;;
14616           icpc* )
14617             # Intel C++, used to be incompatible with GCC.
14618             # ICC 10 doesn't accept -KPIC any more.
14619             lt_prog_compiler_wl_CXX='-Wl,'
14620             lt_prog_compiler_pic_CXX='-fPIC'
14621             lt_prog_compiler_static_CXX='-static'
14622             ;;
14623           pgCC* | pgcpp*)
14624             # Portland Group C++ compiler
14625             lt_prog_compiler_wl_CXX='-Wl,'
14626             lt_prog_compiler_pic_CXX='-fpic'
14627             lt_prog_compiler_static_CXX='-Bstatic'
14628             ;;
14629           cxx*)
14630             # Compaq C++
14631             # Make sure the PIC flag is empty.  It appears that all Alpha
14632             # Linux and Compaq Tru64 Unix objects are PIC.
14633             lt_prog_compiler_pic_CXX=
14634             lt_prog_compiler_static_CXX='-non_shared'
14635             ;;
14636           xlc* | xlC*)
14637             # IBM XL 8.0 on PPC
14638             lt_prog_compiler_wl_CXX='-Wl,'
14639             lt_prog_compiler_pic_CXX='-qpic'
14640             lt_prog_compiler_static_CXX='-qstaticlink'
14641             ;;
14642           *)
14643             case `$CC -V 2>&1 | sed 5q` in
14644             *Sun\ C*)
14645               # Sun C++ 5.9
14646               lt_prog_compiler_pic_CXX='-KPIC'
14647               lt_prog_compiler_static_CXX='-Bstatic'
14648               lt_prog_compiler_wl_CXX='-Qoption ld '
14649               ;;
14650             esac
14651             ;;
14652         esac
14653         ;;
14654       lynxos*)
14655         ;;
14656       m88k*)
14657         ;;
14658       mvs*)
14659         case $cc_basename in
14660           cxx*)
14661             lt_prog_compiler_pic_CXX='-W c,exportall'
14662             ;;
14663           *)
14664             ;;
14665         esac
14666         ;;
14667       netbsd*)
14668         ;;
14669       *qnx* | *nto*)
14670         # QNX uses GNU C++, but need to define -shared option too, otherwise
14671         # it will coredump.
14672         lt_prog_compiler_pic_CXX='-fPIC -shared'
14673         ;;
14674       osf3* | osf4* | osf5*)
14675         case $cc_basename in
14676           KCC*)
14677             lt_prog_compiler_wl_CXX='--backend -Wl,'
14678             ;;
14679           RCC*)
14680             # Rational C++ 2.4.1
14681             lt_prog_compiler_pic_CXX='-pic'
14682             ;;
14683           cxx*)
14684             # Digital/Compaq C++
14685             lt_prog_compiler_wl_CXX='-Wl,'
14686             # Make sure the PIC flag is empty.  It appears that all Alpha
14687             # Linux and Compaq Tru64 Unix objects are PIC.
14688             lt_prog_compiler_pic_CXX=
14689             lt_prog_compiler_static_CXX='-non_shared'
14690             ;;
14691           *)
14692             ;;
14693         esac
14694         ;;
14695       psos*)
14696         ;;
14697       solaris*)
14698         case $cc_basename in
14699           CC*)
14700             # Sun C++ 4.2, 5.x and Centerline C++
14701             lt_prog_compiler_pic_CXX='-KPIC'
14702             lt_prog_compiler_static_CXX='-Bstatic'
14703             lt_prog_compiler_wl_CXX='-Qoption ld '
14704             ;;
14705           gcx*)
14706             # Green Hills C++ Compiler
14707             lt_prog_compiler_pic_CXX='-PIC'
14708             ;;
14709           *)
14710             ;;
14711         esac
14712         ;;
14713       sunos4*)
14714         case $cc_basename in
14715           CC*)
14716             # Sun C++ 4.x
14717             lt_prog_compiler_pic_CXX='-pic'
14718             lt_prog_compiler_static_CXX='-Bstatic'
14719             ;;
14720           lcc*)
14721             # Lucid
14722             lt_prog_compiler_pic_CXX='-pic'
14723             ;;
14724           *)
14725             ;;
14726         esac
14727         ;;
14728       sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
14729         case $cc_basename in
14730           CC*)
14731             lt_prog_compiler_wl_CXX='-Wl,'
14732             lt_prog_compiler_pic_CXX='-KPIC'
14733             lt_prog_compiler_static_CXX='-Bstatic'
14734             ;;
14735         esac
14736         ;;
14737       tandem*)
14738         case $cc_basename in
14739           NCC*)
14740             # NonStop-UX NCC 3.20
14741             lt_prog_compiler_pic_CXX='-KPIC'
14742             ;;
14743           *)
14744             ;;
14745         esac
14746         ;;
14747       vxworks*)
14748         ;;
14749       *)
14750         lt_prog_compiler_can_build_shared_CXX=no
14751         ;;
14752     esac
14753   fi
14754
14755 case $host_os in
14756   # For platforms which do not support PIC, -DPIC is meaningless:
14757   *djgpp*)
14758     lt_prog_compiler_pic_CXX=
14759     ;;
14760   *)
14761     lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
14762     ;;
14763 esac
14764 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
14765 echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
14766
14767
14768
14769 #
14770 # Check to make sure the PIC flag actually works.
14771 #
14772 if test -n "$lt_prog_compiler_pic_CXX"; then
14773   { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
14774 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
14775 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then
14776   echo $ECHO_N "(cached) $ECHO_C" >&6
14777 else
14778   lt_cv_prog_compiler_pic_works_CXX=no
14779    ac_outfile=conftest.$ac_objext
14780    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14781    lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
14782    # Insert the option either (1) after the last *FLAGS variable, or
14783    # (2) before a word containing "conftest.", or (3) at the end.
14784    # Note that $ac_compile itself does not contain backslashes and begins
14785    # with a dollar sign (not a hyphen), so the echo should work correctly.
14786    # The option is referenced via a variable to avoid confusing sed.
14787    lt_compile=`echo "$ac_compile" | $SED \
14788    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14789    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14790    -e 's:$: $lt_compiler_flag:'`
14791    (eval echo "\"\$as_me:14791: $lt_compile\"" >&5)
14792    (eval "$lt_compile" 2>conftest.err)
14793    ac_status=$?
14794    cat conftest.err >&5
14795    echo "$as_me:14795: \$? = $ac_status" >&5
14796    if (exit $ac_status) && test -s "$ac_outfile"; then
14797      # The compiler can only warn and ignore the option if not recognized
14798      # So say no if there are warnings other than the usual output.
14799      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
14800      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14801      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
14802        lt_cv_prog_compiler_pic_works_CXX=yes
14803      fi
14804    fi
14805    $RM conftest*
14806
14807 fi
14808 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
14809 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; }
14810
14811 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
14812     case $lt_prog_compiler_pic_CXX in
14813      "" | " "*) ;;
14814      *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
14815      esac
14816 else
14817     lt_prog_compiler_pic_CXX=
14818      lt_prog_compiler_can_build_shared_CXX=no
14819 fi
14820
14821 fi
14822
14823
14824
14825 #
14826 # Check to make sure the static flag actually works.
14827 #
14828 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
14829 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14830 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
14831 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then
14832   echo $ECHO_N "(cached) $ECHO_C" >&6
14833 else
14834   lt_cv_prog_compiler_static_works_CXX=no
14835    save_LDFLAGS="$LDFLAGS"
14836    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
14837    echo "$lt_simple_link_test_code" > conftest.$ac_ext
14838    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
14839      # The linker can only warn and ignore the option if not recognized
14840      # So say no if there are warnings
14841      if test -s conftest.err; then
14842        # Append any errors to the config.log.
14843        cat conftest.err 1>&5
14844        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
14845        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14846        if diff conftest.exp conftest.er2 >/dev/null; then
14847          lt_cv_prog_compiler_static_works_CXX=yes
14848        fi
14849      else
14850        lt_cv_prog_compiler_static_works_CXX=yes
14851      fi
14852    fi
14853    $RM -r conftest*
14854    LDFLAGS="$save_LDFLAGS"
14855
14856 fi
14857 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
14858 echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; }
14859
14860 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
14861     :
14862 else
14863     lt_prog_compiler_static_CXX=
14864 fi
14865
14866
14867
14868
14869     { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
14870 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
14871 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
14872   echo $ECHO_N "(cached) $ECHO_C" >&6
14873 else
14874   lt_cv_prog_compiler_c_o_CXX=no
14875    $RM -r conftest 2>/dev/null
14876    mkdir conftest
14877    cd conftest
14878    mkdir out
14879    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14880
14881    lt_compiler_flag="-o out/conftest2.$ac_objext"
14882    # Insert the option either (1) after the last *FLAGS variable, or
14883    # (2) before a word containing "conftest.", or (3) at the end.
14884    # Note that $ac_compile itself does not contain backslashes and begins
14885    # with a dollar sign (not a hyphen), so the echo should work correctly.
14886    lt_compile=`echo "$ac_compile" | $SED \
14887    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14888    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14889    -e 's:$: $lt_compiler_flag:'`
14890    (eval echo "\"\$as_me:14890: $lt_compile\"" >&5)
14891    (eval "$lt_compile" 2>out/conftest.err)
14892    ac_status=$?
14893    cat out/conftest.err >&5
14894    echo "$as_me:14894: \$? = $ac_status" >&5
14895    if (exit $ac_status) && test -s out/conftest2.$ac_objext
14896    then
14897      # The compiler can only warn and ignore the option if not recognized
14898      # So say no if there are warnings
14899      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
14900      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14901      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14902        lt_cv_prog_compiler_c_o_CXX=yes
14903      fi
14904    fi
14905    chmod u+w . 2>&5
14906    $RM conftest*
14907    # SGI C++ compiler will create directory out/ii_files/ for
14908    # template instantiation
14909    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14910    $RM out/* && rmdir out
14911    cd ..
14912    $RM -r conftest
14913    $RM conftest*
14914
14915 fi
14916 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14917 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
14918
14919
14920
14921     { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
14922 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
14923 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
14924   echo $ECHO_N "(cached) $ECHO_C" >&6
14925 else
14926   lt_cv_prog_compiler_c_o_CXX=no
14927    $RM -r conftest 2>/dev/null
14928    mkdir conftest
14929    cd conftest
14930    mkdir out
14931    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14932
14933    lt_compiler_flag="-o out/conftest2.$ac_objext"
14934    # Insert the option either (1) after the last *FLAGS variable, or
14935    # (2) before a word containing "conftest.", or (3) at the end.
14936    # Note that $ac_compile itself does not contain backslashes and begins
14937    # with a dollar sign (not a hyphen), so the echo should work correctly.
14938    lt_compile=`echo "$ac_compile" | $SED \
14939    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14940    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14941    -e 's:$: $lt_compiler_flag:'`
14942    (eval echo "\"\$as_me:14942: $lt_compile\"" >&5)
14943    (eval "$lt_compile" 2>out/conftest.err)
14944    ac_status=$?
14945    cat out/conftest.err >&5
14946    echo "$as_me:14946: \$? = $ac_status" >&5
14947    if (exit $ac_status) && test -s out/conftest2.$ac_objext
14948    then
14949      # The compiler can only warn and ignore the option if not recognized
14950      # So say no if there are warnings
14951      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
14952      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14953      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14954        lt_cv_prog_compiler_c_o_CXX=yes
14955      fi
14956    fi
14957    chmod u+w . 2>&5
14958    $RM conftest*
14959    # SGI C++ compiler will create directory out/ii_files/ for
14960    # template instantiation
14961    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14962    $RM out/* && rmdir out
14963    cd ..
14964    $RM -r conftest
14965    $RM conftest*
14966
14967 fi
14968 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14969 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
14970
14971
14972
14973
14974 hard_links="nottested"
14975 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
14976   # do not overwrite the value of need_locks provided by the user
14977   { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
14978 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
14979   hard_links=yes
14980   $RM conftest*
14981   ln conftest.a conftest.b 2>/dev/null && hard_links=no
14982   touch conftest.a
14983   ln conftest.a conftest.b 2>&5 || hard_links=no
14984   ln conftest.a conftest.b 2>/dev/null && hard_links=no
14985   { echo "$as_me:$LINENO: result: $hard_links" >&5
14986 echo "${ECHO_T}$hard_links" >&6; }
14987   if test "$hard_links" = no; then
14988     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14989 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
14990     need_locks=warn
14991   fi
14992 else
14993   need_locks=no
14994 fi
14995
14996
14997
14998     { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14999 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
15000
15001   export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
15002   case $host_os in
15003   aix[4-9]*)
15004     # If we're using GNU nm, then we don't want the "-C" option.
15005     # -C means demangle to AIX nm, but means don't demangle with GNU nm
15006     if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
15007       export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
15008     else
15009       export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
15010     fi
15011     ;;
15012   pw32*)
15013     export_symbols_cmds_CXX="$ltdll_cmds"
15014   ;;
15015   cygwin* | mingw* | cegcc*)
15016     export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
15017   ;;
15018   *)
15019     export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
15020   ;;
15021   esac
15022   exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
15023
15024 { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
15025 echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
15026 test "$ld_shlibs_CXX" = no && can_build_shared=no
15027
15028 with_gnu_ld_CXX=$with_gnu_ld
15029
15030
15031
15032
15033
15034
15035 #
15036 # Do we need to explicitly link libc?
15037 #
15038 case "x$archive_cmds_need_lc_CXX" in
15039 x|xyes)
15040   # Assume -lc should be added
15041   archive_cmds_need_lc_CXX=yes
15042
15043   if test "$enable_shared" = yes && test "$GCC" = yes; then
15044     case $archive_cmds_CXX in
15045     *'~'*)
15046       # FIXME: we may have to deal with multi-command sequences.
15047       ;;
15048     '$CC '*)
15049       # Test whether the compiler implicitly links with -lc since on some
15050       # systems, -lgcc has to come before -lc. If gcc already passes -lc
15051       # to ld, don't add -lc before -lgcc.
15052       { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
15053 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
15054       $RM conftest*
15055       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
15056
15057       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15058   (eval $ac_compile) 2>&5
15059   ac_status=$?
15060   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15061   (exit $ac_status); } 2>conftest.err; then
15062         soname=conftest
15063         lib=conftest
15064         libobjs=conftest.$ac_objext
15065         deplibs=
15066         wl=$lt_prog_compiler_wl_CXX
15067         pic_flag=$lt_prog_compiler_pic_CXX
15068         compiler_flags=-v
15069         linker_flags=-v
15070         verstring=
15071         output_objdir=.
15072         libname=conftest
15073         lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
15074         allow_undefined_flag_CXX=
15075         if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
15076   (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
15077   ac_status=$?
15078   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15079   (exit $ac_status); }
15080         then
15081           archive_cmds_need_lc_CXX=no
15082         else
15083           archive_cmds_need_lc_CXX=yes
15084         fi
15085         allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
15086       else
15087         cat conftest.err 1>&5
15088       fi
15089       $RM conftest*
15090       { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
15091 echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
15092       ;;
15093     esac
15094   fi
15095   ;;
15096 esac
15097
15098
15099
15100
15101
15102
15103
15104
15105
15106
15107
15108
15109
15110
15111
15112
15113
15114
15115
15116
15117
15118
15119
15120
15121
15122
15123
15124
15125
15126
15127
15128
15129
15130
15131
15132
15133
15134
15135
15136
15137
15138
15139
15140
15141
15142
15143
15144
15145
15146
15147
15148
15149
15150
15151
15152
15153
15154
15155
15156
15157
15158
15159
15160
15161     { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
15162 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
15163
15164 library_names_spec=
15165 libname_spec='lib$name'
15166 soname_spec=
15167 shrext_cmds=".so"
15168 postinstall_cmds=
15169 postuninstall_cmds=
15170 finish_cmds=
15171 finish_eval=
15172 shlibpath_var=
15173 shlibpath_overrides_runpath=unknown
15174 version_type=none
15175 dynamic_linker="$host_os ld.so"
15176 sys_lib_dlsearch_path_spec="/lib /usr/lib"
15177 need_lib_prefix=unknown
15178 hardcode_into_libs=no
15179
15180 # when you set need_version to no, make sure it does not cause -set_version
15181 # flags to be left without arguments
15182 need_version=unknown
15183
15184 case $host_os in
15185 aix3*)
15186   version_type=linux
15187   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
15188   shlibpath_var=LIBPATH
15189
15190   # AIX 3 has no versioning support, so we append a major version to the name.
15191   soname_spec='${libname}${release}${shared_ext}$major'
15192   ;;
15193
15194 aix[4-9]*)
15195   version_type=linux
15196   need_lib_prefix=no
15197   need_version=no
15198   hardcode_into_libs=yes
15199   if test "$host_cpu" = ia64; then
15200     # AIX 5 supports IA64
15201     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
15202     shlibpath_var=LD_LIBRARY_PATH
15203   else
15204     # With GCC up to 2.95.x, collect2 would create an import file
15205     # for dependence libraries.  The import file would start with
15206     # the line `#! .'.  This would cause the generated library to
15207     # depend on `.', always an invalid library.  This was fixed in
15208     # development snapshots of GCC prior to 3.0.
15209     case $host_os in
15210       aix4 | aix4.[01] | aix4.[01].*)
15211       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
15212            echo ' yes '
15213            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
15214         :
15215       else
15216         can_build_shared=no
15217       fi
15218       ;;
15219     esac
15220     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
15221     # soname into executable. Probably we can add versioning support to
15222     # collect2, so additional links can be useful in future.
15223     if test "$aix_use_runtimelinking" = yes; then
15224       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
15225       # instead of lib<name>.a to let people know that these are not
15226       # typical AIX shared libraries.
15227       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15228     else
15229       # We preserve .a as extension for shared libraries through AIX4.2
15230       # and later when we are not doing run time linking.
15231       library_names_spec='${libname}${release}.a $libname.a'
15232       soname_spec='${libname}${release}${shared_ext}$major'
15233     fi
15234     shlibpath_var=LIBPATH
15235   fi
15236   ;;
15237
15238 amigaos*)
15239   case $host_cpu in
15240   powerpc)
15241     # Since July 2007 AmigaOS4 officially supports .so libraries.
15242     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
15243     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15244     ;;
15245   m68k)
15246     library_names_spec='$libname.ixlibrary $libname.a'
15247     # Create ${libname}_ixlibrary.a entries in /sys/libs.
15248     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'
15249     ;;
15250   esac
15251   ;;
15252
15253 beos*)
15254   library_names_spec='${libname}${shared_ext}'
15255   dynamic_linker="$host_os ld.so"
15256   shlibpath_var=LIBRARY_PATH
15257   ;;
15258
15259 bsdi[45]*)
15260   version_type=linux
15261   need_version=no
15262   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15263   soname_spec='${libname}${release}${shared_ext}$major'
15264   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
15265   shlibpath_var=LD_LIBRARY_PATH
15266   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
15267   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
15268   # the default ld.so.conf also contains /usr/contrib/lib and
15269   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
15270   # libtool to hard-code these into programs
15271   ;;
15272
15273 cygwin* | mingw* | pw32* | cegcc*)
15274   version_type=windows
15275   shrext_cmds=".dll"
15276   need_version=no
15277   need_lib_prefix=no
15278
15279   case $GCC,$host_os in
15280   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
15281     library_names_spec='$libname.dll.a'
15282     # DLL is installed to $(libdir)/../bin by postinstall_cmds
15283     postinstall_cmds='base_file=`basename \${file}`~
15284       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
15285       dldir=$destdir/`dirname \$dlpath`~
15286       test -d \$dldir || mkdir -p \$dldir~
15287       $install_prog $dir/$dlname \$dldir/$dlname~
15288       chmod a+x \$dldir/$dlname~
15289       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
15290         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
15291       fi'
15292     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
15293       dlpath=$dir/\$dldll~
15294        $RM \$dlpath'
15295     shlibpath_overrides_runpath=yes
15296
15297     case $host_os in
15298     cygwin*)
15299       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
15300       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15301       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
15302       ;;
15303     mingw* | cegcc*)
15304       # MinGW DLLs use traditional 'lib' prefix
15305       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15306       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
15307       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
15308         # It is most probably a Windows format PATH printed by
15309         # mingw gcc, but we are running on Cygwin. Gcc prints its search
15310         # path with ; separators, and with drive letters. We can handle the
15311         # drive letters (cygwin fileutils understands them), so leave them,
15312         # especially as we might pass files found there to a mingw objdump,
15313         # which wouldn't understand a cygwinified path. Ahh.
15314         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
15315       else
15316         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
15317       fi
15318       ;;
15319     pw32*)
15320       # pw32 DLLs use 'pw' prefix rather than 'lib'
15321       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15322       ;;
15323     esac
15324     ;;
15325
15326   *)
15327     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
15328     ;;
15329   esac
15330   dynamic_linker='Win32 ld.exe'
15331   # FIXME: first we should search . and the directory the executable is in
15332   shlibpath_var=PATH
15333   ;;
15334
15335 darwin* | rhapsody*)
15336   dynamic_linker="$host_os dyld"
15337   version_type=darwin
15338   need_lib_prefix=no
15339   need_version=no
15340   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
15341   soname_spec='${libname}${release}${major}$shared_ext'
15342   shlibpath_overrides_runpath=yes
15343   shlibpath_var=DYLD_LIBRARY_PATH
15344   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
15345
15346   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
15347   ;;
15348
15349 dgux*)
15350   version_type=linux
15351   need_lib_prefix=no
15352   need_version=no
15353   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
15354   soname_spec='${libname}${release}${shared_ext}$major'
15355   shlibpath_var=LD_LIBRARY_PATH
15356   ;;
15357
15358 freebsd1*)
15359   dynamic_linker=no
15360   ;;
15361
15362 freebsd* | dragonfly*)
15363   # DragonFly does not have aout.  When/if they implement a new
15364   # versioning mechanism, adjust this.
15365   if test -x /usr/bin/objformat; then
15366     objformat=`/usr/bin/objformat`
15367   else
15368     case $host_os in
15369     freebsd[123]*) objformat=aout ;;
15370     *) objformat=elf ;;
15371     esac
15372   fi
15373   version_type=freebsd-$objformat
15374   case $version_type in
15375     freebsd-elf*)
15376       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15377       need_version=no
15378       need_lib_prefix=no
15379       ;;
15380     freebsd-*)
15381       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
15382       need_version=yes
15383       ;;
15384   esac
15385   shlibpath_var=LD_LIBRARY_PATH
15386   case $host_os in
15387   freebsd2*)
15388     shlibpath_overrides_runpath=yes
15389     ;;
15390   freebsd3.[01]* | freebsdelf3.[01]*)
15391     shlibpath_overrides_runpath=yes
15392     hardcode_into_libs=yes
15393     ;;
15394   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
15395   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
15396     shlibpath_overrides_runpath=no
15397     hardcode_into_libs=yes
15398     ;;
15399   *) # from 4.6 on, and DragonFly
15400     shlibpath_overrides_runpath=yes
15401     hardcode_into_libs=yes
15402     ;;
15403   esac
15404   ;;
15405
15406 gnu*)
15407   version_type=linux
15408   need_lib_prefix=no
15409   need_version=no
15410   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
15411   soname_spec='${libname}${release}${shared_ext}$major'
15412   shlibpath_var=LD_LIBRARY_PATH
15413   hardcode_into_libs=yes
15414   ;;
15415
15416 hpux9* | hpux10* | hpux11*)
15417   # Give a soname corresponding to the major version so that dld.sl refuses to
15418   # link against other versions.
15419   version_type=sunos
15420   need_lib_prefix=no
15421   need_version=no
15422   case $host_cpu in
15423   ia64*)
15424     shrext_cmds='.so'
15425     hardcode_into_libs=yes
15426     dynamic_linker="$host_os dld.so"
15427     shlibpath_var=LD_LIBRARY_PATH
15428     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
15429     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15430     soname_spec='${libname}${release}${shared_ext}$major'
15431     if test "X$HPUX_IA64_MODE" = X32; then
15432       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
15433     else
15434       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
15435     fi
15436     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
15437     ;;
15438   hppa*64*)
15439     shrext_cmds='.sl'
15440     hardcode_into_libs=yes
15441     dynamic_linker="$host_os dld.sl"
15442     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
15443     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
15444     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15445     soname_spec='${libname}${release}${shared_ext}$major'
15446     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
15447     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
15448     ;;
15449   *)
15450     shrext_cmds='.sl'
15451     dynamic_linker="$host_os dld.sl"
15452     shlibpath_var=SHLIB_PATH
15453     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
15454     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15455     soname_spec='${libname}${release}${shared_ext}$major'
15456     ;;
15457   esac
15458   # HP-UX runs *really* slowly unless shared libraries are mode 555.
15459   postinstall_cmds='chmod 555 $lib'
15460   ;;
15461
15462 interix[3-9]*)
15463   version_type=linux
15464   need_lib_prefix=no
15465   need_version=no
15466   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15467   soname_spec='${libname}${release}${shared_ext}$major'
15468   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
15469   shlibpath_var=LD_LIBRARY_PATH
15470   shlibpath_overrides_runpath=no
15471   hardcode_into_libs=yes
15472   ;;
15473
15474 irix5* | irix6* | nonstopux*)
15475   case $host_os in
15476     nonstopux*) version_type=nonstopux ;;
15477     *)
15478         if test "$lt_cv_prog_gnu_ld" = yes; then
15479                 version_type=linux
15480         else
15481                 version_type=irix
15482         fi ;;
15483   esac
15484   need_lib_prefix=no
15485   need_version=no
15486   soname_spec='${libname}${release}${shared_ext}$major'
15487   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
15488   case $host_os in
15489   irix5* | nonstopux*)
15490     libsuff= shlibsuff=
15491     ;;
15492   *)
15493     case $LD in # libtool.m4 will add one of these switches to LD
15494     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
15495       libsuff= shlibsuff= libmagic=32-bit;;
15496     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
15497       libsuff=32 shlibsuff=N32 libmagic=N32;;
15498     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
15499       libsuff=64 shlibsuff=64 libmagic=64-bit;;
15500     *) libsuff= shlibsuff= libmagic=never-match;;
15501     esac
15502     ;;
15503   esac
15504   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
15505   shlibpath_overrides_runpath=no
15506   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
15507   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
15508   hardcode_into_libs=yes
15509   ;;
15510
15511 # No shared lib support for Linux oldld, aout, or coff.
15512 linux*oldld* | linux*aout* | linux*coff*)
15513   dynamic_linker=no
15514   ;;
15515
15516 # This must be Linux ELF.
15517 linux* | k*bsd*-gnu)
15518   version_type=linux
15519   need_lib_prefix=no
15520   need_version=no
15521   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15522   soname_spec='${libname}${release}${shared_ext}$major'
15523   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
15524   shlibpath_var=LD_LIBRARY_PATH
15525   shlibpath_overrides_runpath=no
15526   # Some binutils ld are patched to set DT_RUNPATH
15527   save_LDFLAGS=$LDFLAGS
15528   save_libdir=$libdir
15529   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
15530        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
15531   cat >conftest.$ac_ext <<_ACEOF
15532 /* confdefs.h.  */
15533 _ACEOF
15534 cat confdefs.h >>conftest.$ac_ext
15535 cat >>conftest.$ac_ext <<_ACEOF
15536 /* end confdefs.h.  */
15537
15538 int
15539 main ()
15540 {
15541
15542   ;
15543   return 0;
15544 }
15545 _ACEOF
15546 rm -f conftest.$ac_objext conftest$ac_exeext
15547 if { (ac_try="$ac_link"
15548 case "(($ac_try" in
15549   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15550   *) ac_try_echo=$ac_try;;
15551 esac
15552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15553   (eval "$ac_link") 2>conftest.er1
15554   ac_status=$?
15555   grep -v '^ *+' conftest.er1 >conftest.err
15556   rm -f conftest.er1
15557   cat conftest.err >&5
15558   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15559   (exit $ac_status); } && {
15560          test -z "$ac_cxx_werror_flag" ||
15561          test ! -s conftest.err
15562        } && test -s conftest$ac_exeext &&
15563        $as_test_x conftest$ac_exeext; then
15564   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
15565   shlibpath_overrides_runpath=yes
15566 fi
15567
15568 else
15569   echo "$as_me: failed program was:" >&5
15570 sed 's/^/| /' conftest.$ac_ext >&5
15571
15572
15573 fi
15574
15575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15576       conftest$ac_exeext conftest.$ac_ext
15577   LDFLAGS=$save_LDFLAGS
15578   libdir=$save_libdir
15579
15580   # This implies no fast_install, which is unacceptable.
15581   # Some rework will be needed to allow for fast_install
15582   # before this can be enabled.
15583   hardcode_into_libs=yes
15584
15585   # Append ld.so.conf contents to the search path
15586   if test -f /etc/ld.so.conf; then
15587     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' ' '`
15588     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
15589   fi
15590
15591   # We used to test for /lib/ld.so.1 and disable shared libraries on
15592   # powerpc, because MkLinux only supported shared libraries with the
15593   # GNU dynamic linker.  Since this was broken with cross compilers,
15594   # most powerpc-linux boxes support dynamic linking these days and
15595   # people can always --disable-shared, the test was removed, and we
15596   # assume the GNU/Linux dynamic linker is in use.
15597   dynamic_linker='GNU/Linux ld.so'
15598   ;;
15599
15600 netbsd*)
15601   version_type=sunos
15602   need_lib_prefix=no
15603   need_version=no
15604   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
15605     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15606     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15607     dynamic_linker='NetBSD (a.out) ld.so'
15608   else
15609     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15610     soname_spec='${libname}${release}${shared_ext}$major'
15611     dynamic_linker='NetBSD ld.elf_so'
15612   fi
15613   shlibpath_var=LD_LIBRARY_PATH
15614   shlibpath_overrides_runpath=yes
15615   hardcode_into_libs=yes
15616   ;;
15617
15618 newsos6)
15619   version_type=linux
15620   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15621   shlibpath_var=LD_LIBRARY_PATH
15622   shlibpath_overrides_runpath=yes
15623   ;;
15624
15625 *nto* | *qnx*)
15626   version_type=qnx
15627   need_lib_prefix=no
15628   need_version=no
15629   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15630   soname_spec='${libname}${release}${shared_ext}$major'
15631   shlibpath_var=LD_LIBRARY_PATH
15632   shlibpath_overrides_runpath=no
15633   hardcode_into_libs=yes
15634   dynamic_linker='ldqnx.so'
15635   ;;
15636
15637 openbsd*)
15638   version_type=sunos
15639   sys_lib_dlsearch_path_spec="/usr/lib"
15640   need_lib_prefix=no
15641   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
15642   case $host_os in
15643     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
15644     *)                          need_version=no  ;;
15645   esac
15646   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15647   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15648   shlibpath_var=LD_LIBRARY_PATH
15649   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
15650     case $host_os in
15651       openbsd2.[89] | openbsd2.[89].*)
15652         shlibpath_overrides_runpath=no
15653         ;;
15654       *)
15655         shlibpath_overrides_runpath=yes
15656         ;;
15657       esac
15658   else
15659     shlibpath_overrides_runpath=yes
15660   fi
15661   ;;
15662
15663 os2*)
15664   libname_spec='$name'
15665   shrext_cmds=".dll"
15666   need_lib_prefix=no
15667   library_names_spec='$libname${shared_ext} $libname.a'
15668   dynamic_linker='OS/2 ld.exe'
15669   shlibpath_var=LIBPATH
15670   ;;
15671
15672 osf3* | osf4* | osf5*)
15673   version_type=osf
15674   need_lib_prefix=no
15675   need_version=no
15676   soname_spec='${libname}${release}${shared_ext}$major'
15677   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15678   shlibpath_var=LD_LIBRARY_PATH
15679   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
15680   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
15681   ;;
15682
15683 rdos*)
15684   dynamic_linker=no
15685   ;;
15686
15687 solaris*)
15688   version_type=linux
15689   need_lib_prefix=no
15690   need_version=no
15691   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15692   soname_spec='${libname}${release}${shared_ext}$major'
15693   shlibpath_var=LD_LIBRARY_PATH
15694   shlibpath_overrides_runpath=yes
15695   hardcode_into_libs=yes
15696   # ldd complains unless libraries are executable
15697   postinstall_cmds='chmod +x $lib'
15698   ;;
15699
15700 sunos4*)
15701   version_type=sunos
15702   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15703   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
15704   shlibpath_var=LD_LIBRARY_PATH
15705   shlibpath_overrides_runpath=yes
15706   if test "$with_gnu_ld" = yes; then
15707     need_lib_prefix=no
15708   fi
15709   need_version=yes
15710   ;;
15711
15712 sysv4 | sysv4.3*)
15713   version_type=linux
15714   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15715   soname_spec='${libname}${release}${shared_ext}$major'
15716   shlibpath_var=LD_LIBRARY_PATH
15717   case $host_vendor in
15718     sni)
15719       shlibpath_overrides_runpath=no
15720       need_lib_prefix=no
15721       runpath_var=LD_RUN_PATH
15722       ;;
15723     siemens)
15724       need_lib_prefix=no
15725       ;;
15726     motorola)
15727       need_lib_prefix=no
15728       need_version=no
15729       shlibpath_overrides_runpath=no
15730       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
15731       ;;
15732   esac
15733   ;;
15734
15735 sysv4*MP*)
15736   if test -d /usr/nec ;then
15737     version_type=linux
15738     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
15739     soname_spec='$libname${shared_ext}.$major'
15740     shlibpath_var=LD_LIBRARY_PATH
15741   fi
15742   ;;
15743
15744 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
15745   version_type=freebsd-elf
15746   need_lib_prefix=no
15747   need_version=no
15748   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15749   soname_spec='${libname}${release}${shared_ext}$major'
15750   shlibpath_var=LD_LIBRARY_PATH
15751   shlibpath_overrides_runpath=yes
15752   hardcode_into_libs=yes
15753   if test "$with_gnu_ld" = yes; then
15754     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
15755   else
15756     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
15757     case $host_os in
15758       sco3.2v5*)
15759         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
15760         ;;
15761     esac
15762   fi
15763   sys_lib_dlsearch_path_spec='/usr/lib'
15764   ;;
15765
15766 tpf*)
15767   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
15768   version_type=linux
15769   need_lib_prefix=no
15770   need_version=no
15771   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15772   shlibpath_var=LD_LIBRARY_PATH
15773   shlibpath_overrides_runpath=no
15774   hardcode_into_libs=yes
15775   ;;
15776
15777 uts4*)
15778   version_type=linux
15779   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15780   soname_spec='${libname}${release}${shared_ext}$major'
15781   shlibpath_var=LD_LIBRARY_PATH
15782   ;;
15783
15784 *)
15785   dynamic_linker=no
15786   ;;
15787 esac
15788 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
15789 echo "${ECHO_T}$dynamic_linker" >&6; }
15790 test "$dynamic_linker" = no && can_build_shared=no
15791
15792 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
15793 if test "$GCC" = yes; then
15794   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
15795 fi
15796
15797 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
15798   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
15799 fi
15800 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
15801   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
15802 fi
15803
15804
15805
15806
15807
15808
15809
15810
15811
15812
15813
15814
15815
15816
15817
15818
15819
15820
15821
15822
15823
15824
15825
15826
15827
15828
15829
15830
15831
15832
15833
15834
15835
15836
15837
15838
15839     { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
15840 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
15841 hardcode_action_CXX=
15842 if test -n "$hardcode_libdir_flag_spec_CXX" ||
15843    test -n "$runpath_var_CXX" ||
15844    test "X$hardcode_automatic_CXX" = "Xyes" ; then
15845
15846   # We can hardcode non-existent directories.
15847   if test "$hardcode_direct_CXX" != no &&
15848      # If the only mechanism to avoid hardcoding is shlibpath_var, we
15849      # have to relink, otherwise we might link with an installed library
15850      # when we should be linking with a yet-to-be-installed one
15851      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
15852      test "$hardcode_minus_L_CXX" != no; then
15853     # Linking always hardcodes the temporary library directory.
15854     hardcode_action_CXX=relink
15855   else
15856     # We can link without hardcoding, and we can hardcode nonexisting dirs.
15857     hardcode_action_CXX=immediate
15858   fi
15859 else
15860   # We cannot hardcode anything, or else we can only hardcode existing
15861   # directories.
15862   hardcode_action_CXX=unsupported
15863 fi
15864 { echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
15865 echo "${ECHO_T}$hardcode_action_CXX" >&6; }
15866
15867 if test "$hardcode_action_CXX" = relink ||
15868    test "$inherit_rpath_CXX" = yes; then
15869   # Fast installation is not supported
15870   enable_fast_install=no
15871 elif test "$shlibpath_overrides_runpath" = yes ||
15872      test "$enable_shared" = no; then
15873   # Fast installation is not necessary
15874   enable_fast_install=needless
15875 fi
15876
15877
15878
15879
15880
15881
15882
15883   fi # test -n "$compiler"
15884
15885   CC=$lt_save_CC
15886   LDCXX=$LD
15887   LD=$lt_save_LD
15888   GCC=$lt_save_GCC
15889   with_gnu_ld=$lt_save_with_gnu_ld
15890   lt_cv_path_LDCXX=$lt_cv_path_LD
15891   lt_cv_path_LD=$lt_save_path_LD
15892   lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
15893   lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
15894 fi # test "$_lt_caught_CXX_error" != yes
15895
15896 ac_ext=c
15897 ac_cpp='$CPP $CPPFLAGS'
15898 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15899 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15900 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15901
15902
15903
15904
15905
15906
15907
15908
15909
15910
15911
15912
15913
15914         ac_config_commands="$ac_config_commands libtool"
15915
15916
15917
15918
15919 # Only expand once:
15920
15921
15922
15923
15924 if test x$use_libtool != xno; then
15925    DEFAULT_OBJECT_TYPE=".lo"
15926    DEFAULT_ARCHIVE_TYPE=".la"
15927    DEFAULT_SHARED_OBJECT_TYPE=".la"
15928    LIBTOOL="\$(LIBTOOL)"
15929    LIBTOOL_INSTALL_TARGET="libtool-install"
15930    LIBTOOL_UNINSTALL_TARGET="libtool-uninstall"
15931    LIBTOOL_CLEAN_TARGET="libtool-clean"
15932    QMAKE_LIBTOOL="${BUILD_DIR}/libtool"
15933    FD_PLUGIN_DIR="src/plugins/fd"
15934    have_plugins=yes
15935 else
15936    DEFAULT_OBJECT_TYPE=".o"
15937    DEFAULT_ARCHIVE_TYPE=".a"
15938    DEFAULT_SHARED_OBJECT_TYPE=".so"
15939    LIBTOOL="# \$(LIBTOOL)"
15940    LIBTOOL_INSTALL_TARGET=""
15941    LIBTOOL_UNINSTALL_TARGET=""
15942    LIBTOOL_CLEAN_TARGET=""
15943    QMAKE_LIBTOOL="# ${BUILD_DIR}/libtool"
15944    FD_PLUGIN_DIR=""
15945    have_plugins=no
15946 fi
15947
15948
15949
15950
15951
15952
15953
15954
15955
15956
15957
15958 # Check whether --enable-includes was given.
15959 if test "${enable_includes+set}" = set; then
15960   enableval=$enable_includes;
15961        if test x$enableval = xyes; then
15962           install_includes=yes
15963        fi
15964
15965
15966 fi
15967
15968
15969
15970 if test x$use_libtool != xno -a x$install_includes = xyes; then
15971    INCLUDE_INSTALL_TARGET="install-includes"
15972    INCLUDE_UNINSTALL_TARGET="uninstall-includes"
15973 else
15974    INCLUDE_INSTALL_TARGET=""
15975    INCLUDE_UNINSTALL_TARGET=""
15976 fi
15977
15978
15979
15980
15981 { echo "$as_me:$LINENO: checking host system type" >&5
15982 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
15983 if test "${ac_cv_host+set}" = set; then
15984   echo $ECHO_N "(cached) $ECHO_C" >&6
15985 else
15986   if test "x$host_alias" = x; then
15987   ac_cv_host=$ac_cv_build
15988 else
15989   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
15990     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
15991 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
15992    { (exit 1); exit 1; }; }
15993 fi
15994
15995 fi
15996 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
15997 echo "${ECHO_T}$ac_cv_host" >&6; }
15998 case $ac_cv_host in
15999 *-*-*) ;;
16000 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
16001 echo "$as_me: error: invalid value of canonical host" >&2;}
16002    { (exit 1); exit 1; }; };;
16003 esac
16004 host=$ac_cv_host
16005 ac_save_IFS=$IFS; IFS='-'
16006 set x $ac_cv_host
16007 shift
16008 host_cpu=$1
16009 host_vendor=$2
16010 shift; shift
16011 # Remember, the first character of IFS is used to create $*,
16012 # except with old shells:
16013 host_os=$*
16014 IFS=$ac_save_IFS
16015 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
16016
16017
16018 case $host_os in
16019   *cygwin* ) CYGWIN=yes;;
16020          * ) CYGWIN=no;;
16021 esac
16022
16023 if test $HAVE_UNAME=yes -a x`uname -s` = xSunOS
16024 then
16025
16026
16027 if $TRUEPRG; then
16028   HAVE_SUN_OS_TRUE=
16029   HAVE_SUN_OS_FALSE='#'
16030 else
16031   HAVE_SUN_OS_TRUE='#'
16032   HAVE_SUN_OS_FALSE=
16033 fi
16034         cat >>confdefs.h <<\_ACEOF
16035 #define HAVE_SUN_OS 1
16036 _ACEOF
16037
16038 else
16039
16040
16041 if $FALSEPRG; then
16042   HAVE_SUN_OS_TRUE=
16043   HAVE_SUN_OS_FALSE='#'
16044 else
16045   HAVE_SUN_OS_TRUE='#'
16046   HAVE_SUN_OS_FALSE=
16047 fi
16048 fi
16049
16050 if test $HAVE_UNAME=yes -a x`uname -s` = xOSF1
16051 then
16052
16053
16054 if $TRUEPRG; then
16055   HAVE_OSF1_OS_TRUE=
16056   HAVE_OSF1_OS_FALSE='#'
16057 else
16058   HAVE_OSF1_OS_TRUE='#'
16059   HAVE_OSF1_OS_FALSE=
16060 fi
16061         cat >>confdefs.h <<\_ACEOF
16062 #define HAVE_OSF1_OS 1
16063 _ACEOF
16064
16065 else
16066
16067
16068 if $FALSEPRG; then
16069   HAVE_OSF1_OS_TRUE=
16070   HAVE_OSF1_OS_FALSE='#'
16071 else
16072   HAVE_OSF1_OS_TRUE='#'
16073   HAVE_OSF1_OS_FALSE=
16074 fi
16075 fi
16076
16077 if test $HAVE_UNAME=yes -a x`uname -s` = xAIX
16078 then
16079
16080
16081 if $TRUEPRG; then
16082   HAVE_AIX_OS_TRUE=
16083   HAVE_AIX_OS_FALSE='#'
16084 else
16085   HAVE_AIX_OS_TRUE='#'
16086   HAVE_AIX_OS_FALSE=
16087 fi
16088         cat >>confdefs.h <<\_ACEOF
16089 #define HAVE_AIX_OS 1
16090 _ACEOF
16091
16092 else
16093
16094
16095 if $FALSEPRG; then
16096   HAVE_AIX_OS_TRUE=
16097   HAVE_AIX_OS_FALSE='#'
16098 else
16099   HAVE_AIX_OS_TRUE='#'
16100   HAVE_AIX_OS_FALSE=
16101 fi
16102 fi
16103
16104 if test $HAVE_UNAME=yes -a x`uname -s` = xHP-UX
16105 then
16106
16107
16108 if $TRUEPRG; then
16109   HAVE_HPUX_OS_TRUE=
16110   HAVE_HPUX_OS_FALSE='#'
16111 else
16112   HAVE_HPUX_OS_TRUE='#'
16113   HAVE_HPUX_OS_FALSE=
16114 fi
16115         cat >>confdefs.h <<\_ACEOF
16116 #define HAVE_HPUX_OS 1
16117 _ACEOF
16118
16119 else
16120
16121
16122 if $FALSEPRG; then
16123   HAVE_HPUX_OS_TRUE=
16124   HAVE_HPUX_OS_FALSE='#'
16125 else
16126   HAVE_HPUX_OS_TRUE='#'
16127   HAVE_HPUX_OS_FALSE=
16128 fi
16129 fi
16130
16131 if test $HAVE_UNAME=yes -a x`uname -s` = xLinux
16132 then
16133
16134
16135 if $TRUEPRG; then
16136   HAVE_LINUX_OS_TRUE=
16137   HAVE_LINUX_OS_FALSE='#'
16138 else
16139   HAVE_LINUX_OS_TRUE='#'
16140   HAVE_LINUX_OS_FALSE=
16141 fi
16142         cat >>confdefs.h <<\_ACEOF
16143 #define HAVE_LINUX_OS 1
16144 _ACEOF
16145
16146 else
16147
16148
16149 if $FALSEPRG; then
16150   HAVE_LINUX_OS_TRUE=
16151   HAVE_LINUX_OS_FALSE='#'
16152 else
16153   HAVE_LINUX_OS_TRUE='#'
16154   HAVE_LINUX_OS_FALSE=
16155 fi
16156 fi
16157
16158 if test $HAVE_UNAME=yes -a x`uname -s` = xFreeBSD
16159 then
16160
16161
16162 if $TRUEPRG; then
16163   HAVE_FREEBSD_OS_TRUE=
16164   HAVE_FREEBSD_OS_FALSE='#'
16165 else
16166   HAVE_FREEBSD_OS_TRUE='#'
16167   HAVE_FREEBSD_OS_FALSE=
16168 fi
16169         cat >>confdefs.h <<\_ACEOF
16170 #define HAVE_FREEBSD_OS 1
16171 _ACEOF
16172
16173 else
16174
16175
16176 if $FALSEPRG; then
16177   HAVE_FREEBSD_OS_TRUE=
16178   HAVE_FREEBSD_OS_FALSE='#'
16179 else
16180   HAVE_FREEBSD_OS_TRUE='#'
16181   HAVE_FREEBSD_OS_FALSE=
16182 fi
16183 fi
16184
16185 if test $HAVE_UNAME=yes -a x`uname -s` = xNetBSD
16186 then
16187
16188
16189 if $TRUEPRG; then
16190   HAVE_NETBSD_OS_TRUE=
16191   HAVE_NETBSD_OS_FALSE='#'
16192 else
16193   HAVE_NETBSD_OS_TRUE='#'
16194   HAVE_NETBSD_OS_FALSE=
16195 fi
16196         cat >>confdefs.h <<\_ACEOF
16197 #define HAVE_NETBSD_OS 1
16198 _ACEOF
16199
16200 else
16201
16202
16203 if $FALSEPRG; then
16204   HAVE_NETBSD_OS_TRUE=
16205   HAVE_NETBSD_OS_FALSE='#'
16206 else
16207   HAVE_NETBSD_OS_TRUE='#'
16208   HAVE_NETBSD_OS_FALSE=
16209 fi
16210 fi
16211
16212 if test $HAVE_UNAME=yes -a x`uname -s` = xOpenBSD
16213 then
16214
16215
16216 if $TRUEPRG; then
16217   HAVE_OPENBSD_OS_TRUE=
16218   HAVE_OPENBSD_OS_FALSE='#'
16219 else
16220   HAVE_OPENBSD_OS_TRUE='#'
16221   HAVE_OPENBSD_OS_FALSE=
16222 fi
16223         cat >>confdefs.h <<\_ACEOF
16224 #define HAVE_OPENBSD_OS 1
16225 _ACEOF
16226
16227 else
16228
16229
16230 if $FALSEPRG; then
16231   HAVE_OPENBSD_OS_TRUE=
16232   HAVE_OPENBSD_OS_FALSE='#'
16233 else
16234   HAVE_OPENBSD_OS_TRUE='#'
16235   HAVE_OPENBSD_OS_FALSE=
16236 fi
16237 fi
16238
16239 if test $HAVE_UNAME=yes -a x`uname -s` = xBSD/OS
16240 then
16241
16242
16243 if $TRUEPRG; then
16244   HAVE_BSDI_OS_TRUE=
16245   HAVE_BSDI_OS_FALSE='#'
16246 else
16247   HAVE_BSDI_OS_TRUE='#'
16248   HAVE_BSDI_OS_FALSE=
16249 fi
16250         cat >>confdefs.h <<\_ACEOF
16251 #define HAVE_BSDI_OS 1
16252 _ACEOF
16253
16254 else
16255
16256
16257 if $FALSEPRG; then
16258   HAVE_BSDI_OS_TRUE=
16259   HAVE_BSDI_OS_FALSE='#'
16260 else
16261   HAVE_BSDI_OS_TRUE='#'
16262   HAVE_BSDI_OS_FALSE=
16263 fi
16264 fi
16265
16266 if test $HAVE_UNAME=yes -a x`uname -s` = xSGI
16267 then
16268
16269
16270 if $TRUEPRG; then
16271   HAVE_SGI_OS_TRUE=
16272   HAVE_SGI_OS_FALSE='#'
16273 else
16274   HAVE_SGI_OS_TRUE='#'
16275   HAVE_SGI_OS_FALSE=
16276 fi
16277         cat >>confdefs.h <<\_ACEOF
16278 #define HAVE_SGI_OS 1
16279 _ACEOF
16280
16281 else
16282
16283
16284 if $FALSEPRG; then
16285   HAVE_SGI_OS_TRUE=
16286   HAVE_SGI_OS_FALSE='#'
16287 else
16288   HAVE_SGI_OS_TRUE='#'
16289   HAVE_SGI_OS_FALSE=
16290 fi
16291 fi
16292
16293 if test $HAVE_UNAME=yes -a x`uname -s` = xIRIX -o x`uname -s` = xIRIX64
16294 then
16295
16296
16297 if $TRUEPRG; then
16298   HAVE_IRIX_OS_TRUE=
16299   HAVE_IRIX_OS_FALSE='#'
16300 else
16301   HAVE_IRIX_OS_TRUE='#'
16302   HAVE_IRIX_OS_FALSE=
16303 fi
16304         cat >>confdefs.h <<\_ACEOF
16305 #define HAVE_IRIX_OS 1
16306 _ACEOF
16307
16308 else
16309
16310
16311 if $FALSEPRG; then
16312   HAVE_IRIX_OS_TRUE=
16313   HAVE_IRIX_OS_FALSE='#'
16314 else
16315   HAVE_IRIX_OS_TRUE='#'
16316   HAVE_IRIX_OS_FALSE=
16317 fi
16318 fi
16319
16320 if test $HAVE_UNAME=yes -a x`uname -s` = xDarwin
16321 then
16322
16323
16324 if $TRUEPRG; then
16325   HAVE_DARWIN_OS_TRUE=
16326   HAVE_DARWIN_OS_FALSE='#'
16327 else
16328   HAVE_DARWIN_OS_TRUE='#'
16329   HAVE_DARWIN_OS_FALSE=
16330 fi
16331     cat >>confdefs.h <<\_ACEOF
16332 #define HAVE_DARWIN_OS 1
16333 _ACEOF
16334
16335 else
16336
16337
16338 if $FALSEPRG; then
16339   HAVE_DARWIN_OS_TRUE=
16340   HAVE_DARWIN_OS_FALSE='#'
16341 else
16342   HAVE_DARWIN_OS_TRUE='#'
16343   HAVE_DARWIN_OS_FALSE=
16344 fi
16345 fi
16346
16347
16348 { echo "$as_me:$LINENO: checking for Operating System Distribution" >&5
16349 echo $ECHO_N "checking for Operating System Distribution... $ECHO_C" >&6; }
16350 if test "x$DISTNAME" != "x"
16351 then
16352         echo "distname set to $DISTNAME"
16353 elif test $HAVE_UNAME=yes -a x`uname -s` = xOSF1
16354 then
16355         DISTNAME=alpha
16356 elif test $HAVE_UNAME=yes -a x`uname -s` = xAIX
16357 then
16358         DISTNAME=aix
16359 elif test $HAVE_UNAME=yes -a x`uname -s` = xHP-UX
16360 then
16361         DISTNAME=hpux
16362 elif test $HAVE_UNAME=yes -a x`uname -s` = xSunOS
16363 then
16364         DISTNAME=solaris
16365 elif test $HAVE_UNAME=yes -a x`uname -s` = xFreeBSD
16366 then
16367         DISTNAME=freebsd
16368 elif test $HAVE_UNAME=yes -a x`uname -s` = xNetBSD
16369 then
16370         DISTNAME=netbsd
16371 elif test $HAVE_UNAME=yes -a x`uname -s` = xOpenBSD
16372 then
16373         DISTNAME=openbsd
16374 elif test $HAVE_UNAME=yes -a x`uname -s` = xIRIX
16375 then
16376         DISTNAME=irix
16377 elif test $HAVE_UNAME=yes -a x`uname -s` = xBSD/OS
16378 then
16379         DISTNAME=bsdi
16380 elif test -f /etc/SuSE-release
16381 then
16382         DISTNAME=suse
16383 elif test -d /etc/SuSEconfig
16384 then
16385         DISTNAME=suse5
16386 elif test -f /etc/mandrake-release
16387 then
16388         DISTNAME=mandrake
16389 elif test -f /etc/whitebox-release
16390 then
16391        DISTNAME=redhat
16392 elif test -f /etc/redhat-release
16393 then
16394         DISTNAME=redhat
16395 elif test -f /etc/gentoo-release
16396 then
16397         DISTNAME=gentoo
16398 elif test -f /etc/debian_version
16399 then
16400         DISTNAME=debian
16401 elif test -f /etc/slackware-version
16402 then
16403         DISTNAME=slackware
16404 elif test x$host_vendor = xapple
16405 then
16406     DISTNAME=osx
16407 elif test $HAVE_UNAME=yes -a x`uname -s` = xDarwin
16408 then
16409     DISTNAME=darwin
16410 elif test -f /etc/engarde-version
16411 then
16412         DISTNAME=engarde
16413 elif test "$CYGWIN" = yes
16414 then
16415         DISTNAME=cygwin
16416         cat >>confdefs.h <<\_ACEOF
16417 #define HAVE_CYGWIN 1
16418 _ACEOF
16419
16420 else
16421         DISTNAME=unknown
16422 fi
16423 { echo "$as_me:$LINENO: result: done" >&5
16424 echo "${ECHO_T}done" >&6; }
16425
16426
16427 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
16428 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
16429 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
16430 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
16431   echo $ECHO_N "(cached) $ECHO_C" >&6
16432 else
16433   cat >conftest.make <<\_ACEOF
16434 SHELL = /bin/sh
16435 all:
16436         @echo '@@@%%%=$(MAKE)=@@@%%%'
16437 _ACEOF
16438 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
16439 case `${MAKE-make} -f conftest.make 2>/dev/null` in
16440   *@@@%%%=?*=@@@%%%*)
16441     eval ac_cv_prog_make_${ac_make}_set=yes;;
16442   *)
16443     eval ac_cv_prog_make_${ac_make}_set=no;;
16444 esac
16445 rm -f conftest.make
16446 fi
16447 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
16448   { echo "$as_me:$LINENO: result: yes" >&5
16449 echo "${ECHO_T}yes" >&6; }
16450   SET_MAKE=
16451 else
16452   { echo "$as_me:$LINENO: result: no" >&5
16453 echo "${ECHO_T}no" >&6; }
16454   SET_MAKE="MAKE=${MAKE-make}"
16455 fi
16456
16457
16458
16459         MKINSTALLDIRS=
16460   if test -n "$ac_aux_dir"; then
16461     case "$ac_aux_dir" in
16462       /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
16463       *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
16464     esac
16465   fi
16466   if test -z "$MKINSTALLDIRS"; then
16467     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
16468   fi
16469
16470
16471
16472   { echo "$as_me:$LINENO: checking whether NLS is requested" >&5
16473 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; }
16474     # Check whether --enable-nls was given.
16475 if test "${enable_nls+set}" = set; then
16476   enableval=$enable_nls; USE_NLS=$enableval
16477 else
16478   USE_NLS=yes
16479 fi
16480
16481   { echo "$as_me:$LINENO: result: $USE_NLS" >&5
16482 echo "${ECHO_T}$USE_NLS" >&6; }
16483
16484
16485
16486
16487
16488
16489 # Prepare PATH_SEPARATOR.
16490 # The user is always right.
16491 if test "${PATH_SEPARATOR+set}" != set; then
16492   echo "#! /bin/sh" >conf$$.sh
16493   echo  "exit 0"   >>conf$$.sh
16494   chmod +x conf$$.sh
16495   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
16496     PATH_SEPARATOR=';'
16497   else
16498     PATH_SEPARATOR=:
16499   fi
16500   rm -f conf$$.sh
16501 fi
16502
16503 # Find out how to test for executable files. Don't use a zero-byte file,
16504 # as systems may use methods other than mode bits to determine executability.
16505 cat >conf$$.file <<_ASEOF
16506 #! /bin/sh
16507 exit 0
16508 _ASEOF
16509 chmod +x conf$$.file
16510 if test -x conf$$.file >/dev/null 2>&1; then
16511   ac_executable_p="test -x"
16512 else
16513   ac_executable_p="test -f"
16514 fi
16515 rm -f conf$$.file
16516
16517 # Extract the first word of "msgfmt", so it can be a program name with args.
16518 set dummy msgfmt; ac_word=$2
16519 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16520 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16521 if test "${ac_cv_path_MSGFMT+set}" = set; then
16522   echo $ECHO_N "(cached) $ECHO_C" >&6
16523 else
16524   case "$MSGFMT" in
16525   [\\/]* | ?:[\\/]*)
16526     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
16527     ;;
16528   *)
16529     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
16530     for ac_dir in $PATH; do
16531       IFS="$ac_save_IFS"
16532       test -z "$ac_dir" && ac_dir=.
16533       for ac_exec_ext in '' $ac_executable_extensions; do
16534         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
16535           echo "$as_me: trying $ac_dir/$ac_word..." >&5
16536           if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 &&
16537      (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
16538             ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
16539             break 2
16540           fi
16541         fi
16542       done
16543     done
16544     IFS="$ac_save_IFS"
16545   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
16546     ;;
16547 esac
16548 fi
16549 MSGFMT="$ac_cv_path_MSGFMT"
16550 if test "$MSGFMT" != ":"; then
16551   { echo "$as_me:$LINENO: result: $MSGFMT" >&5
16552 echo "${ECHO_T}$MSGFMT" >&6; }
16553 else
16554   { echo "$as_me:$LINENO: result: no" >&5
16555 echo "${ECHO_T}no" >&6; }
16556 fi
16557
16558   # Extract the first word of "gmsgfmt", so it can be a program name with args.
16559 set dummy gmsgfmt; ac_word=$2
16560 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16561 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16562 if test "${ac_cv_path_GMSGFMT+set}" = set; then
16563   echo $ECHO_N "(cached) $ECHO_C" >&6
16564 else
16565   case $GMSGFMT in
16566   [\\/]* | ?:[\\/]*)
16567   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
16568   ;;
16569   *)
16570   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16571 for as_dir in $PATH
16572 do
16573   IFS=$as_save_IFS
16574   test -z "$as_dir" && as_dir=.
16575   for ac_exec_ext in '' $ac_executable_extensions; do
16576   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16577     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
16578     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16579     break 2
16580   fi
16581 done
16582 done
16583 IFS=$as_save_IFS
16584
16585   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
16586   ;;
16587 esac
16588 fi
16589 GMSGFMT=$ac_cv_path_GMSGFMT
16590 if test -n "$GMSGFMT"; then
16591   { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
16592 echo "${ECHO_T}$GMSGFMT" >&6; }
16593 else
16594   { echo "$as_me:$LINENO: result: no" >&5
16595 echo "${ECHO_T}no" >&6; }
16596 fi
16597
16598
16599
16600
16601 # Prepare PATH_SEPARATOR.
16602 # The user is always right.
16603 if test "${PATH_SEPARATOR+set}" != set; then
16604   echo "#! /bin/sh" >conf$$.sh
16605   echo  "exit 0"   >>conf$$.sh
16606   chmod +x conf$$.sh
16607   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
16608     PATH_SEPARATOR=';'
16609   else
16610     PATH_SEPARATOR=:
16611   fi
16612   rm -f conf$$.sh
16613 fi
16614
16615 # Find out how to test for executable files. Don't use a zero-byte file,
16616 # as systems may use methods other than mode bits to determine executability.
16617 cat >conf$$.file <<_ASEOF
16618 #! /bin/sh
16619 exit 0
16620 _ASEOF
16621 chmod +x conf$$.file
16622 if test -x conf$$.file >/dev/null 2>&1; then
16623   ac_executable_p="test -x"
16624 else
16625   ac_executable_p="test -f"
16626 fi
16627 rm -f conf$$.file
16628
16629 # Extract the first word of "xgettext", so it can be a program name with args.
16630 set dummy xgettext; ac_word=$2
16631 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16632 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16633 if test "${ac_cv_path_XGETTEXT+set}" = set; then
16634   echo $ECHO_N "(cached) $ECHO_C" >&6
16635 else
16636   case "$XGETTEXT" in
16637   [\\/]* | ?:[\\/]*)
16638     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
16639     ;;
16640   *)
16641     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
16642     for ac_dir in $PATH; do
16643       IFS="$ac_save_IFS"
16644       test -z "$ac_dir" && ac_dir=.
16645       for ac_exec_ext in '' $ac_executable_extensions; do
16646         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
16647           echo "$as_me: trying $ac_dir/$ac_word..." >&5
16648           if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 &&
16649      (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
16650             ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
16651             break 2
16652           fi
16653         fi
16654       done
16655     done
16656     IFS="$ac_save_IFS"
16657   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
16658     ;;
16659 esac
16660 fi
16661 XGETTEXT="$ac_cv_path_XGETTEXT"
16662 if test "$XGETTEXT" != ":"; then
16663   { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
16664 echo "${ECHO_T}$XGETTEXT" >&6; }
16665 else
16666   { echo "$as_me:$LINENO: result: no" >&5
16667 echo "${ECHO_T}no" >&6; }
16668 fi
16669
16670     rm -f messages.po
16671
16672
16673 # Prepare PATH_SEPARATOR.
16674 # The user is always right.
16675 if test "${PATH_SEPARATOR+set}" != set; then
16676   echo "#! /bin/sh" >conf$$.sh
16677   echo  "exit 0"   >>conf$$.sh
16678   chmod +x conf$$.sh
16679   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
16680     PATH_SEPARATOR=';'
16681   else
16682     PATH_SEPARATOR=:
16683   fi
16684   rm -f conf$$.sh
16685 fi
16686
16687 # Find out how to test for executable files. Don't use a zero-byte file,
16688 # as systems may use methods other than mode bits to determine executability.
16689 cat >conf$$.file <<_ASEOF
16690 #! /bin/sh
16691 exit 0
16692 _ASEOF
16693 chmod +x conf$$.file
16694 if test -x conf$$.file >/dev/null 2>&1; then
16695   ac_executable_p="test -x"
16696 else
16697   ac_executable_p="test -f"
16698 fi
16699 rm -f conf$$.file
16700
16701 # Extract the first word of "msgmerge", so it can be a program name with args.
16702 set dummy msgmerge; ac_word=$2
16703 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16704 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16705 if test "${ac_cv_path_MSGMERGE+set}" = set; then
16706   echo $ECHO_N "(cached) $ECHO_C" >&6
16707 else
16708   case "$MSGMERGE" in
16709   [\\/]* | ?:[\\/]*)
16710     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
16711     ;;
16712   *)
16713     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
16714     for ac_dir in $PATH; do
16715       IFS="$ac_save_IFS"
16716       test -z "$ac_dir" && ac_dir=.
16717       for ac_exec_ext in '' $ac_executable_extensions; do
16718         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
16719           echo "$as_me: trying $ac_dir/$ac_word..." >&5
16720           if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then
16721             ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
16722             break 2
16723           fi
16724         fi
16725       done
16726     done
16727     IFS="$ac_save_IFS"
16728   test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
16729     ;;
16730 esac
16731 fi
16732 MSGMERGE="$ac_cv_path_MSGMERGE"
16733 if test "$MSGMERGE" != ":"; then
16734   { echo "$as_me:$LINENO: result: $MSGMERGE" >&5
16735 echo "${ECHO_T}$MSGMERGE" >&6; }
16736 else
16737   { echo "$as_me:$LINENO: result: no" >&5
16738 echo "${ECHO_T}no" >&6; }
16739 fi
16740
16741
16742       if test "$GMSGFMT" != ":"; then
16743             if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
16744        (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
16745       : ;
16746     else
16747       GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
16748       { echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
16749 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
16750       GMSGFMT=":"
16751     fi
16752   fi
16753
16754       if test "$XGETTEXT" != ":"; then
16755             if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
16756        (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
16757       : ;
16758     else
16759       { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
16760 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; }
16761       XGETTEXT=":"
16762     fi
16763         rm -f messages.po
16764   fi
16765
16766   ac_config_commands="$ac_config_commands default-1"
16767
16768
16769
16770       if test "X$prefix" = "XNONE"; then
16771     acl_final_prefix="$ac_default_prefix"
16772   else
16773     acl_final_prefix="$prefix"
16774   fi
16775   if test "X$exec_prefix" = "XNONE"; then
16776     acl_final_exec_prefix='${prefix}'
16777   else
16778     acl_final_exec_prefix="$exec_prefix"
16779   fi
16780   acl_save_prefix="$prefix"
16781   prefix="$acl_final_prefix"
16782   eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
16783   prefix="$acl_save_prefix"
16784
16785
16786 # Check whether --with-gnu-ld was given.
16787 if test "${with_gnu_ld+set}" = set; then
16788   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
16789 else
16790   with_gnu_ld=no
16791 fi
16792
16793 # Prepare PATH_SEPARATOR.
16794 # The user is always right.
16795 if test "${PATH_SEPARATOR+set}" != set; then
16796   echo "#! /bin/sh" >conf$$.sh
16797   echo  "exit 0"   >>conf$$.sh
16798   chmod +x conf$$.sh
16799   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
16800     PATH_SEPARATOR=';'
16801   else
16802     PATH_SEPARATOR=:
16803   fi
16804   rm -f conf$$.sh
16805 fi
16806 ac_prog=ld
16807 if test "$GCC" = yes; then
16808   # Check if gcc -print-prog-name=ld gives a path.
16809   { echo "$as_me:$LINENO: checking for ld used by GCC" >&5
16810 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6; }
16811   case $host in
16812   *-*-mingw*)
16813     # gcc leaves a trailing carriage return which upsets mingw
16814     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
16815   *)
16816     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
16817   esac
16818   case $ac_prog in
16819     # Accept absolute paths.
16820     [\\/]* | [A-Za-z]:[\\/]*)
16821       re_direlt='/[^/][^/]*/\.\./'
16822       # Canonicalize the path of ld
16823       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
16824       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
16825         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
16826       done
16827       test -z "$LD" && LD="$ac_prog"
16828       ;;
16829   "")
16830     # If it fails, then pretend we aren't using GCC.
16831     ac_prog=ld
16832     ;;
16833   *)
16834     # If it is relative, then search for the first ld in PATH.
16835     with_gnu_ld=unknown
16836     ;;
16837   esac
16838 elif test "$with_gnu_ld" = yes; then
16839   { echo "$as_me:$LINENO: checking for GNU ld" >&5
16840 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
16841 else
16842   { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
16843 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
16844 fi
16845 if test "${acl_cv_path_LD+set}" = set; then
16846   echo $ECHO_N "(cached) $ECHO_C" >&6
16847 else
16848   if test -z "$LD"; then
16849   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
16850   for ac_dir in $PATH; do
16851     test -z "$ac_dir" && ac_dir=.
16852     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
16853       acl_cv_path_LD="$ac_dir/$ac_prog"
16854       # Check to see if the program is GNU ld.  I'd rather use --version,
16855       # but apparently some GNU ld's only accept -v.
16856       # Break only if it was the GNU/non-GNU ld that we prefer.
16857       case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
16858       *GNU* | *'with BFD'*)
16859         test "$with_gnu_ld" != no && break ;;
16860       *)
16861         test "$with_gnu_ld" != yes && break ;;
16862       esac
16863     fi
16864   done
16865   IFS="$ac_save_ifs"
16866 else
16867   acl_cv_path_LD="$LD" # Let the user override the test with a path.
16868 fi
16869 fi
16870
16871 LD="$acl_cv_path_LD"
16872 if test -n "$LD"; then
16873   { echo "$as_me:$LINENO: result: $LD" >&5
16874 echo "${ECHO_T}$LD" >&6; }
16875 else
16876   { echo "$as_me:$LINENO: result: no" >&5
16877 echo "${ECHO_T}no" >&6; }
16878 fi
16879 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
16880 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
16881    { (exit 1); exit 1; }; }
16882 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
16883 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
16884 if test "${acl_cv_prog_gnu_ld+set}" = set; then
16885   echo $ECHO_N "(cached) $ECHO_C" >&6
16886 else
16887   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
16888 case `$LD -v 2>&1 </dev/null` in
16889 *GNU* | *'with BFD'*)
16890   acl_cv_prog_gnu_ld=yes ;;
16891 *)
16892   acl_cv_prog_gnu_ld=no ;;
16893 esac
16894 fi
16895 { echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
16896 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6; }
16897 with_gnu_ld=$acl_cv_prog_gnu_ld
16898
16899
16900
16901
16902                                                 { echo "$as_me:$LINENO: checking for shared library run path origin" >&5
16903 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6; }
16904 if test "${acl_cv_rpath+set}" = set; then
16905   echo $ECHO_N "(cached) $ECHO_C" >&6
16906 else
16907
16908     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
16909     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
16910     . ./conftest.sh
16911     rm -f ./conftest.sh
16912     acl_cv_rpath=done
16913
16914 fi
16915 { echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
16916 echo "${ECHO_T}$acl_cv_rpath" >&6; }
16917   wl="$acl_cv_wl"
16918   libext="$acl_cv_libext"
16919   shlibext="$acl_cv_shlibext"
16920   hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
16921   hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
16922   hardcode_direct="$acl_cv_hardcode_direct"
16923   hardcode_minus_L="$acl_cv_hardcode_minus_L"
16924     # Check whether --enable-rpath was given.
16925 if test "${enable_rpath+set}" = set; then
16926   enableval=$enable_rpath; :
16927 else
16928   enable_rpath=yes
16929 fi
16930
16931
16932
16933
16934
16935
16936
16937
16938     use_additional=yes
16939
16940   acl_save_prefix="$prefix"
16941   prefix="$acl_final_prefix"
16942   acl_save_exec_prefix="$exec_prefix"
16943   exec_prefix="$acl_final_exec_prefix"
16944
16945     eval additional_includedir=\"$includedir\"
16946     eval additional_libdir=\"$libdir\"
16947
16948   exec_prefix="$acl_save_exec_prefix"
16949   prefix="$acl_save_prefix"
16950
16951
16952 # Check whether --with-libiconv-prefix was given.
16953 if test "${with_libiconv_prefix+set}" = set; then
16954   withval=$with_libiconv_prefix;
16955     if test "X$withval" = "Xno"; then
16956       use_additional=no
16957     else
16958       if test "X$withval" = "X"; then
16959
16960   acl_save_prefix="$prefix"
16961   prefix="$acl_final_prefix"
16962   acl_save_exec_prefix="$exec_prefix"
16963   exec_prefix="$acl_final_exec_prefix"
16964
16965           eval additional_includedir=\"$includedir\"
16966           eval additional_libdir=\"$libdir\"
16967
16968   exec_prefix="$acl_save_exec_prefix"
16969   prefix="$acl_save_prefix"
16970
16971       else
16972         additional_includedir="$withval/include"
16973         additional_libdir="$withval/lib"
16974       fi
16975     fi
16976
16977 fi
16978
16979       LIBICONV=
16980   LTLIBICONV=
16981   INCICONV=
16982   rpathdirs=
16983   ltrpathdirs=
16984   names_already_handled=
16985   names_next_round='iconv '
16986   while test -n "$names_next_round"; do
16987     names_this_round="$names_next_round"
16988     names_next_round=
16989     for name in $names_this_round; do
16990       already_handled=
16991       for n in $names_already_handled; do
16992         if test "$n" = "$name"; then
16993           already_handled=yes
16994           break
16995         fi
16996       done
16997       if test -z "$already_handled"; then
16998         names_already_handled="$names_already_handled $name"
16999                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
17000         eval value=\"\$HAVE_LIB$uppername\"
17001         if test -n "$value"; then
17002           if test "$value" = yes; then
17003             eval value=\"\$LIB$uppername\"
17004             test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
17005             eval value=\"\$LTLIB$uppername\"
17006             test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
17007           else
17008                                     :
17009           fi
17010         else
17011                               found_dir=
17012           found_la=
17013           found_so=
17014           found_a=
17015           if test $use_additional = yes; then
17016             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
17017               found_dir="$additional_libdir"
17018               found_so="$additional_libdir/lib$name.$shlibext"
17019               if test -f "$additional_libdir/lib$name.la"; then
17020                 found_la="$additional_libdir/lib$name.la"
17021               fi
17022             else
17023               if test -f "$additional_libdir/lib$name.$libext"; then
17024                 found_dir="$additional_libdir"
17025                 found_a="$additional_libdir/lib$name.$libext"
17026                 if test -f "$additional_libdir/lib$name.la"; then
17027                   found_la="$additional_libdir/lib$name.la"
17028                 fi
17029               fi
17030             fi
17031           fi
17032           if test "X$found_dir" = "X"; then
17033             for x in $LDFLAGS $LTLIBICONV; do
17034
17035   acl_save_prefix="$prefix"
17036   prefix="$acl_final_prefix"
17037   acl_save_exec_prefix="$exec_prefix"
17038   exec_prefix="$acl_final_exec_prefix"
17039   eval x=\"$x\"
17040   exec_prefix="$acl_save_exec_prefix"
17041   prefix="$acl_save_prefix"
17042
17043               case "$x" in
17044                 -L*)
17045                   dir=`echo "X$x" | sed -e 's/^X-L//'`
17046                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
17047                     found_dir="$dir"
17048                     found_so="$dir/lib$name.$shlibext"
17049                     if test -f "$dir/lib$name.la"; then
17050                       found_la="$dir/lib$name.la"
17051                     fi
17052                   else
17053                     if test -f "$dir/lib$name.$libext"; then
17054                       found_dir="$dir"
17055                       found_a="$dir/lib$name.$libext"
17056                       if test -f "$dir/lib$name.la"; then
17057                         found_la="$dir/lib$name.la"
17058                       fi
17059                     fi
17060                   fi
17061                   ;;
17062               esac
17063               if test "X$found_dir" != "X"; then
17064                 break
17065               fi
17066             done
17067           fi
17068           if test "X$found_dir" != "X"; then
17069                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
17070             if test "X$found_so" != "X"; then
17071                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
17072                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
17073               else
17074                                                                                 haveit=
17075                 for x in $ltrpathdirs; do
17076                   if test "X$x" = "X$found_dir"; then
17077                     haveit=yes
17078                     break
17079                   fi
17080                 done
17081                 if test -z "$haveit"; then
17082                   ltrpathdirs="$ltrpathdirs $found_dir"
17083                 fi
17084                                 if test "$hardcode_direct" = yes; then
17085                                                       LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
17086                 else
17087                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
17088                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
17089                                                             haveit=
17090                     for x in $rpathdirs; do
17091                       if test "X$x" = "X$found_dir"; then
17092                         haveit=yes
17093                         break
17094                       fi
17095                     done
17096                     if test -z "$haveit"; then
17097                       rpathdirs="$rpathdirs $found_dir"
17098                     fi
17099                   else
17100                                                                                 haveit=
17101                     for x in $LDFLAGS $LIBICONV; do
17102
17103   acl_save_prefix="$prefix"
17104   prefix="$acl_final_prefix"
17105   acl_save_exec_prefix="$exec_prefix"
17106   exec_prefix="$acl_final_exec_prefix"
17107   eval x=\"$x\"
17108   exec_prefix="$acl_save_exec_prefix"
17109   prefix="$acl_save_prefix"
17110
17111                       if test "X$x" = "X-L$found_dir"; then
17112                         haveit=yes
17113                         break
17114                       fi
17115                     done
17116                     if test -z "$haveit"; then
17117                       LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
17118                     fi
17119                     if test "$hardcode_minus_L" != no; then
17120                                                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
17121                     else
17122                                                                                                                                                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
17123                     fi
17124                   fi
17125                 fi
17126               fi
17127             else
17128               if test "X$found_a" != "X"; then
17129                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
17130               else
17131                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
17132               fi
17133             fi
17134                         additional_includedir=
17135             case "$found_dir" in
17136               */lib | */lib/)
17137                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
17138                 additional_includedir="$basedir/include"
17139                 ;;
17140             esac
17141             if test "X$additional_includedir" != "X"; then
17142                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then
17143                 haveit=
17144                 if test "X$additional_includedir" = "X/usr/local/include"; then
17145                   if test -n "$GCC"; then
17146                     case $host_os in
17147                       linux* | gnu* | k*bsd*-gnu) haveit=yes;;
17148                     esac
17149                   fi
17150                 fi
17151                 if test -z "$haveit"; then
17152                   for x in $CPPFLAGS $INCICONV; do
17153
17154   acl_save_prefix="$prefix"
17155   prefix="$acl_final_prefix"
17156   acl_save_exec_prefix="$exec_prefix"
17157   exec_prefix="$acl_final_exec_prefix"
17158   eval x=\"$x\"
17159   exec_prefix="$acl_save_exec_prefix"
17160   prefix="$acl_save_prefix"
17161
17162                     if test "X$x" = "X-I$additional_includedir"; then
17163                       haveit=yes
17164                       break
17165                     fi
17166                   done
17167                   if test -z "$haveit"; then
17168                     if test -d "$additional_includedir"; then
17169                                             INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
17170                     fi
17171                   fi
17172                 fi
17173               fi
17174             fi
17175                         if test -n "$found_la"; then
17176                                                         save_libdir="$libdir"
17177               case "$found_la" in
17178                 */* | *\\*) . "$found_la" ;;
17179                 *) . "./$found_la" ;;
17180               esac
17181               libdir="$save_libdir"
17182                             for dep in $dependency_libs; do
17183                 case "$dep" in
17184                   -L*)
17185                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
17186                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/lib"; then
17187                       haveit=
17188                       if test "X$additional_libdir" = "X/usr/local/lib"; then
17189                         if test -n "$GCC"; then
17190                           case $host_os in
17191                             linux* | gnu* | k*bsd*-gnu) haveit=yes;;
17192                           esac
17193                         fi
17194                       fi
17195                       if test -z "$haveit"; then
17196                         haveit=
17197                         for x in $LDFLAGS $LIBICONV; do
17198
17199   acl_save_prefix="$prefix"
17200   prefix="$acl_final_prefix"
17201   acl_save_exec_prefix="$exec_prefix"
17202   exec_prefix="$acl_final_exec_prefix"
17203   eval x=\"$x\"
17204   exec_prefix="$acl_save_exec_prefix"
17205   prefix="$acl_save_prefix"
17206
17207                           if test "X$x" = "X-L$additional_libdir"; then
17208                             haveit=yes
17209                             break
17210                           fi
17211                         done
17212                         if test -z "$haveit"; then
17213                           if test -d "$additional_libdir"; then
17214                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
17215                           fi
17216                         fi
17217                         haveit=
17218                         for x in $LDFLAGS $LTLIBICONV; do
17219
17220   acl_save_prefix="$prefix"
17221   prefix="$acl_final_prefix"
17222   acl_save_exec_prefix="$exec_prefix"
17223   exec_prefix="$acl_final_exec_prefix"
17224   eval x=\"$x\"
17225   exec_prefix="$acl_save_exec_prefix"
17226   prefix="$acl_save_prefix"
17227
17228                           if test "X$x" = "X-L$additional_libdir"; then
17229                             haveit=yes
17230                             break
17231                           fi
17232                         done
17233                         if test -z "$haveit"; then
17234                           if test -d "$additional_libdir"; then
17235                                                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
17236                           fi
17237                         fi
17238                       fi
17239                     fi
17240                     ;;
17241                   -R*)
17242                     dir=`echo "X$dep" | sed -e 's/^X-R//'`
17243                     if test "$enable_rpath" != no; then
17244                                                                   haveit=
17245                       for x in $rpathdirs; do
17246                         if test "X$x" = "X$dir"; then
17247                           haveit=yes
17248                           break
17249                         fi
17250                       done
17251                       if test -z "$haveit"; then
17252                         rpathdirs="$rpathdirs $dir"
17253                       fi
17254                                                                   haveit=
17255                       for x in $ltrpathdirs; do
17256                         if test "X$x" = "X$dir"; then
17257                           haveit=yes
17258                           break
17259                         fi
17260                       done
17261                       if test -z "$haveit"; then
17262                         ltrpathdirs="$ltrpathdirs $dir"
17263                       fi
17264                     fi
17265                     ;;
17266                   -l*)
17267                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
17268                     ;;
17269                   *.la)
17270                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
17271                     ;;
17272                   *)
17273                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
17274                     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
17275                     ;;
17276                 esac
17277               done
17278             fi
17279           else
17280                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
17281             LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
17282           fi
17283         fi
17284       fi
17285     done
17286   done
17287   if test "X$rpathdirs" != "X"; then
17288     if test -n "$hardcode_libdir_separator"; then
17289                         alldirs=
17290       for found_dir in $rpathdirs; do
17291         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
17292       done
17293             acl_save_libdir="$libdir"
17294       libdir="$alldirs"
17295       eval flag=\"$hardcode_libdir_flag_spec\"
17296       libdir="$acl_save_libdir"
17297       LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
17298     else
17299             for found_dir in $rpathdirs; do
17300         acl_save_libdir="$libdir"
17301         libdir="$found_dir"
17302         eval flag=\"$hardcode_libdir_flag_spec\"
17303         libdir="$acl_save_libdir"
17304         LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
17305       done
17306     fi
17307   fi
17308   if test "X$ltrpathdirs" != "X"; then
17309             for found_dir in $ltrpathdirs; do
17310       LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
17311     done
17312   fi
17313
17314
17315
17316
17317
17318
17319
17320
17321
17322
17323
17324
17325
17326
17327
17328
17329
17330
17331     { echo "$as_me:$LINENO: checking for CFPreferencesCopyAppValue" >&5
17332 echo $ECHO_N "checking for CFPreferencesCopyAppValue... $ECHO_C" >&6; }
17333 if test "${gt_cv_func_CFPreferencesCopyAppValue+set}" = set; then
17334   echo $ECHO_N "(cached) $ECHO_C" >&6
17335 else
17336   gt_save_CPPFLAGS="$CPPFLAGS"
17337      CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers"
17338      gt_save_LIBS="$LIBS"
17339      LIBS="$LIBS -framework CoreFoundation"
17340      cat >conftest.$ac_ext <<_ACEOF
17341 /* confdefs.h.  */
17342 _ACEOF
17343 cat confdefs.h >>conftest.$ac_ext
17344 cat >>conftest.$ac_ext <<_ACEOF
17345 /* end confdefs.h.  */
17346 #include <CFPreferences.h>
17347 int
17348 main ()
17349 {
17350 CFPreferencesCopyAppValue(NULL, NULL)
17351   ;
17352   return 0;
17353 }
17354 _ACEOF
17355 rm -f conftest.$ac_objext conftest$ac_exeext
17356 if { (ac_try="$ac_link"
17357 case "(($ac_try" in
17358   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17359   *) ac_try_echo=$ac_try;;
17360 esac
17361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17362   (eval "$ac_link") 2>conftest.er1
17363   ac_status=$?
17364   grep -v '^ *+' conftest.er1 >conftest.err
17365   rm -f conftest.er1
17366   cat conftest.err >&5
17367   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17368   (exit $ac_status); } && {
17369          test -z "$ac_c_werror_flag" ||
17370          test ! -s conftest.err
17371        } && test -s conftest$ac_exeext &&
17372        $as_test_x conftest$ac_exeext; then
17373   gt_cv_func_CFPreferencesCopyAppValue=yes
17374 else
17375   echo "$as_me: failed program was:" >&5
17376 sed 's/^/| /' conftest.$ac_ext >&5
17377
17378         gt_cv_func_CFPreferencesCopyAppValue=no
17379 fi
17380
17381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17382       conftest$ac_exeext conftest.$ac_ext
17383      CPPFLAGS="$gt_save_CPPFLAGS"
17384      LIBS="$gt_save_LIBS"
17385 fi
17386 { echo "$as_me:$LINENO: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
17387 echo "${ECHO_T}$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
17388   if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
17389
17390 cat >>confdefs.h <<\_ACEOF
17391 #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
17392 _ACEOF
17393
17394   fi
17395     { echo "$as_me:$LINENO: checking for CFLocaleCopyCurrent" >&5
17396 echo $ECHO_N "checking for CFLocaleCopyCurrent... $ECHO_C" >&6; }
17397 if test "${gt_cv_func_CFLocaleCopyCurrent+set}" = set; then
17398   echo $ECHO_N "(cached) $ECHO_C" >&6
17399 else
17400   gt_save_CPPFLAGS="$CPPFLAGS"
17401      CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers"
17402      gt_save_LIBS="$LIBS"
17403      LIBS="$LIBS -framework CoreFoundation"
17404      cat >conftest.$ac_ext <<_ACEOF
17405 /* confdefs.h.  */
17406 _ACEOF
17407 cat confdefs.h >>conftest.$ac_ext
17408 cat >>conftest.$ac_ext <<_ACEOF
17409 /* end confdefs.h.  */
17410 #include <CFLocale.h>
17411 int
17412 main ()
17413 {
17414 CFLocaleCopyCurrent();
17415   ;
17416   return 0;
17417 }
17418 _ACEOF
17419 rm -f conftest.$ac_objext conftest$ac_exeext
17420 if { (ac_try="$ac_link"
17421 case "(($ac_try" in
17422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17423   *) ac_try_echo=$ac_try;;
17424 esac
17425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17426   (eval "$ac_link") 2>conftest.er1
17427   ac_status=$?
17428   grep -v '^ *+' conftest.er1 >conftest.err
17429   rm -f conftest.er1
17430   cat conftest.err >&5
17431   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17432   (exit $ac_status); } && {
17433          test -z "$ac_c_werror_flag" ||
17434          test ! -s conftest.err
17435        } && test -s conftest$ac_exeext &&
17436        $as_test_x conftest$ac_exeext; then
17437   gt_cv_func_CFLocaleCopyCurrent=yes
17438 else
17439   echo "$as_me: failed program was:" >&5
17440 sed 's/^/| /' conftest.$ac_ext >&5
17441
17442         gt_cv_func_CFLocaleCopyCurrent=no
17443 fi
17444
17445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17446       conftest$ac_exeext conftest.$ac_ext
17447      CPPFLAGS="$gt_save_CPPFLAGS"
17448      LIBS="$gt_save_LIBS"
17449 fi
17450 { echo "$as_me:$LINENO: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
17451 echo "${ECHO_T}$gt_cv_func_CFLocaleCopyCurrent" >&6; }
17452   if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
17453
17454 cat >>confdefs.h <<\_ACEOF
17455 #define HAVE_CFLOCALECOPYCURRENT 1
17456 _ACEOF
17457
17458   fi
17459   INTL_MACOSX_LIBS=
17460   if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
17461     INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
17462   fi
17463
17464
17465
17466
17467   { echo "$as_me:$LINENO: checking whether NLS is requested" >&5
17468 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; }
17469     # Check whether --enable-nls was given.
17470 if test "${enable_nls+set}" = set; then
17471   enableval=$enable_nls; USE_NLS=$enableval
17472 else
17473   USE_NLS=yes
17474 fi
17475
17476   { echo "$as_me:$LINENO: result: $USE_NLS" >&5
17477 echo "${ECHO_T}$USE_NLS" >&6; }
17478
17479
17480
17481
17482   LIBINTL=
17483   LTLIBINTL=
17484   POSUB=
17485
17486     if test "$USE_NLS" = "yes"; then
17487     gt_use_preinstalled_gnugettext=no
17488
17489
17490
17491
17492
17493
17494         { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
17495 echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6; }
17496 if test "${gt_cv_func_gnugettext1_libc+set}" = set; then
17497   echo $ECHO_N "(cached) $ECHO_C" >&6
17498 else
17499   cat >conftest.$ac_ext <<_ACEOF
17500 /* confdefs.h.  */
17501 _ACEOF
17502 cat confdefs.h >>conftest.$ac_ext
17503 cat >>conftest.$ac_ext <<_ACEOF
17504 /* end confdefs.h.  */
17505 #include <libintl.h>
17506 extern int _nl_msg_cat_cntr;
17507 extern int *_nl_domain_bindings;
17508 int
17509 main ()
17510 {
17511 bindtextdomain ("", "");
17512 return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
17513   ;
17514   return 0;
17515 }
17516 _ACEOF
17517 rm -f conftest.$ac_objext conftest$ac_exeext
17518 if { (ac_try="$ac_link"
17519 case "(($ac_try" in
17520   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17521   *) ac_try_echo=$ac_try;;
17522 esac
17523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17524   (eval "$ac_link") 2>conftest.er1
17525   ac_status=$?
17526   grep -v '^ *+' conftest.er1 >conftest.err
17527   rm -f conftest.er1
17528   cat conftest.err >&5
17529   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17530   (exit $ac_status); } && {
17531          test -z "$ac_c_werror_flag" ||
17532          test ! -s conftest.err
17533        } && test -s conftest$ac_exeext &&
17534        $as_test_x conftest$ac_exeext; then
17535   gt_cv_func_gnugettext1_libc=yes
17536 else
17537   echo "$as_me: failed program was:" >&5
17538 sed 's/^/| /' conftest.$ac_ext >&5
17539
17540         gt_cv_func_gnugettext1_libc=no
17541 fi
17542
17543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17544       conftest$ac_exeext conftest.$ac_ext
17545 fi
17546 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
17547 echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6; }
17548
17549         if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
17550
17551
17552
17553
17554
17555           am_save_CPPFLAGS="$CPPFLAGS"
17556
17557   for element in $INCICONV; do
17558     haveit=
17559     for x in $CPPFLAGS; do
17560
17561   acl_save_prefix="$prefix"
17562   prefix="$acl_final_prefix"
17563   acl_save_exec_prefix="$exec_prefix"
17564   exec_prefix="$acl_final_exec_prefix"
17565   eval x=\"$x\"
17566   exec_prefix="$acl_save_exec_prefix"
17567   prefix="$acl_save_prefix"
17568
17569       if test "X$x" = "X$element"; then
17570         haveit=yes
17571         break
17572       fi
17573     done
17574     if test -z "$haveit"; then
17575       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
17576     fi
17577   done
17578
17579
17580   { echo "$as_me:$LINENO: checking for iconv" >&5
17581 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
17582 if test "${am_cv_func_iconv+set}" = set; then
17583   echo $ECHO_N "(cached) $ECHO_C" >&6
17584 else
17585
17586     am_cv_func_iconv="no, consider installing GNU libiconv"
17587     am_cv_lib_iconv=no
17588     cat >conftest.$ac_ext <<_ACEOF
17589 /* confdefs.h.  */
17590 _ACEOF
17591 cat confdefs.h >>conftest.$ac_ext
17592 cat >>conftest.$ac_ext <<_ACEOF
17593 /* end confdefs.h.  */
17594 #include <stdlib.h>
17595 #include <iconv.h>
17596 int
17597 main ()
17598 {
17599 iconv_t cd = iconv_open("","");
17600        iconv(cd,NULL,NULL,NULL,NULL);
17601        iconv_close(cd);
17602   ;
17603   return 0;
17604 }
17605 _ACEOF
17606 rm -f conftest.$ac_objext conftest$ac_exeext
17607 if { (ac_try="$ac_link"
17608 case "(($ac_try" in
17609   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17610   *) ac_try_echo=$ac_try;;
17611 esac
17612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17613   (eval "$ac_link") 2>conftest.er1
17614   ac_status=$?
17615   grep -v '^ *+' conftest.er1 >conftest.err
17616   rm -f conftest.er1
17617   cat conftest.err >&5
17618   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17619   (exit $ac_status); } && {
17620          test -z "$ac_c_werror_flag" ||
17621          test ! -s conftest.err
17622        } && test -s conftest$ac_exeext &&
17623        $as_test_x conftest$ac_exeext; then
17624   am_cv_func_iconv=yes
17625 else
17626   echo "$as_me: failed program was:" >&5
17627 sed 's/^/| /' conftest.$ac_ext >&5
17628
17629
17630 fi
17631
17632 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17633       conftest$ac_exeext conftest.$ac_ext
17634     if test "$am_cv_func_iconv" != yes; then
17635       am_save_LIBS="$LIBS"
17636       LIBS="$LIBS $LIBICONV"
17637       cat >conftest.$ac_ext <<_ACEOF
17638 /* confdefs.h.  */
17639 _ACEOF
17640 cat confdefs.h >>conftest.$ac_ext
17641 cat >>conftest.$ac_ext <<_ACEOF
17642 /* end confdefs.h.  */
17643 #include <stdlib.h>
17644 #include <iconv.h>
17645 int
17646 main ()
17647 {
17648 iconv_t cd = iconv_open("","");
17649          iconv(cd,NULL,NULL,NULL,NULL);
17650          iconv_close(cd);
17651   ;
17652   return 0;
17653 }
17654 _ACEOF
17655 rm -f conftest.$ac_objext conftest$ac_exeext
17656 if { (ac_try="$ac_link"
17657 case "(($ac_try" in
17658   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17659   *) ac_try_echo=$ac_try;;
17660 esac
17661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17662   (eval "$ac_link") 2>conftest.er1
17663   ac_status=$?
17664   grep -v '^ *+' conftest.er1 >conftest.err
17665   rm -f conftest.er1
17666   cat conftest.err >&5
17667   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17668   (exit $ac_status); } && {
17669          test -z "$ac_c_werror_flag" ||
17670          test ! -s conftest.err
17671        } && test -s conftest$ac_exeext &&
17672        $as_test_x conftest$ac_exeext; then
17673   am_cv_lib_iconv=yes
17674         am_cv_func_iconv=yes
17675 else
17676   echo "$as_me: failed program was:" >&5
17677 sed 's/^/| /' conftest.$ac_ext >&5
17678
17679
17680 fi
17681
17682 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17683       conftest$ac_exeext conftest.$ac_ext
17684       LIBS="$am_save_LIBS"
17685     fi
17686
17687 fi
17688 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
17689 echo "${ECHO_T}$am_cv_func_iconv" >&6; }
17690   if test "$am_cv_func_iconv" = yes; then
17691
17692 cat >>confdefs.h <<\_ACEOF
17693 #define HAVE_ICONV 1
17694 _ACEOF
17695
17696   fi
17697   if test "$am_cv_lib_iconv" = yes; then
17698     { echo "$as_me:$LINENO: checking how to link with libiconv" >&5
17699 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; }
17700     { echo "$as_me:$LINENO: result: $LIBICONV" >&5
17701 echo "${ECHO_T}$LIBICONV" >&6; }
17702   else
17703             CPPFLAGS="$am_save_CPPFLAGS"
17704     LIBICONV=
17705     LTLIBICONV=
17706   fi
17707
17708
17709
17710
17711
17712
17713     use_additional=yes
17714
17715   acl_save_prefix="$prefix"
17716   prefix="$acl_final_prefix"
17717   acl_save_exec_prefix="$exec_prefix"
17718   exec_prefix="$acl_final_exec_prefix"
17719
17720     eval additional_includedir=\"$includedir\"
17721     eval additional_libdir=\"$libdir\"
17722
17723   exec_prefix="$acl_save_exec_prefix"
17724   prefix="$acl_save_prefix"
17725
17726
17727 # Check whether --with-libintl-prefix was given.
17728 if test "${with_libintl_prefix+set}" = set; then
17729   withval=$with_libintl_prefix;
17730     if test "X$withval" = "Xno"; then
17731       use_additional=no
17732     else
17733       if test "X$withval" = "X"; then
17734
17735   acl_save_prefix="$prefix"
17736   prefix="$acl_final_prefix"
17737   acl_save_exec_prefix="$exec_prefix"
17738   exec_prefix="$acl_final_exec_prefix"
17739
17740           eval additional_includedir=\"$includedir\"
17741           eval additional_libdir=\"$libdir\"
17742
17743   exec_prefix="$acl_save_exec_prefix"
17744   prefix="$acl_save_prefix"
17745
17746       else
17747         additional_includedir="$withval/include"
17748         additional_libdir="$withval/lib"
17749       fi
17750     fi
17751
17752 fi
17753
17754       LIBINTL=
17755   LTLIBINTL=
17756   INCINTL=
17757   rpathdirs=
17758   ltrpathdirs=
17759   names_already_handled=
17760   names_next_round='intl '
17761   while test -n "$names_next_round"; do
17762     names_this_round="$names_next_round"
17763     names_next_round=
17764     for name in $names_this_round; do
17765       already_handled=
17766       for n in $names_already_handled; do
17767         if test "$n" = "$name"; then
17768           already_handled=yes
17769           break
17770         fi
17771       done
17772       if test -z "$already_handled"; then
17773         names_already_handled="$names_already_handled $name"
17774                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
17775         eval value=\"\$HAVE_LIB$uppername\"
17776         if test -n "$value"; then
17777           if test "$value" = yes; then
17778             eval value=\"\$LIB$uppername\"
17779             test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
17780             eval value=\"\$LTLIB$uppername\"
17781             test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
17782           else
17783                                     :
17784           fi
17785         else
17786                               found_dir=
17787           found_la=
17788           found_so=
17789           found_a=
17790           if test $use_additional = yes; then
17791             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
17792               found_dir="$additional_libdir"
17793               found_so="$additional_libdir/lib$name.$shlibext"
17794               if test -f "$additional_libdir/lib$name.la"; then
17795                 found_la="$additional_libdir/lib$name.la"
17796               fi
17797             else
17798               if test -f "$additional_libdir/lib$name.$libext"; then
17799                 found_dir="$additional_libdir"
17800                 found_a="$additional_libdir/lib$name.$libext"
17801                 if test -f "$additional_libdir/lib$name.la"; then
17802                   found_la="$additional_libdir/lib$name.la"
17803                 fi
17804               fi
17805             fi
17806           fi
17807           if test "X$found_dir" = "X"; then
17808             for x in $LDFLAGS $LTLIBINTL; do
17809
17810   acl_save_prefix="$prefix"
17811   prefix="$acl_final_prefix"
17812   acl_save_exec_prefix="$exec_prefix"
17813   exec_prefix="$acl_final_exec_prefix"
17814   eval x=\"$x\"
17815   exec_prefix="$acl_save_exec_prefix"
17816   prefix="$acl_save_prefix"
17817
17818               case "$x" in
17819                 -L*)
17820                   dir=`echo "X$x" | sed -e 's/^X-L//'`
17821                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
17822                     found_dir="$dir"
17823                     found_so="$dir/lib$name.$shlibext"
17824                     if test -f "$dir/lib$name.la"; then
17825                       found_la="$dir/lib$name.la"
17826                     fi
17827                   else
17828                     if test -f "$dir/lib$name.$libext"; then
17829                       found_dir="$dir"
17830                       found_a="$dir/lib$name.$libext"
17831                       if test -f "$dir/lib$name.la"; then
17832                         found_la="$dir/lib$name.la"
17833                       fi
17834                     fi
17835                   fi
17836                   ;;
17837               esac
17838               if test "X$found_dir" != "X"; then
17839                 break
17840               fi
17841             done
17842           fi
17843           if test "X$found_dir" != "X"; then
17844                         LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
17845             if test "X$found_so" != "X"; then
17846                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
17847                                 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
17848               else
17849                                                                                 haveit=
17850                 for x in $ltrpathdirs; do
17851                   if test "X$x" = "X$found_dir"; then
17852                     haveit=yes
17853                     break
17854                   fi
17855                 done
17856                 if test -z "$haveit"; then
17857                   ltrpathdirs="$ltrpathdirs $found_dir"
17858                 fi
17859                                 if test "$hardcode_direct" = yes; then
17860                                                       LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
17861                 else
17862                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
17863                                                             LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
17864                                                             haveit=
17865                     for x in $rpathdirs; do
17866                       if test "X$x" = "X$found_dir"; then
17867                         haveit=yes
17868                         break
17869                       fi
17870                     done
17871                     if test -z "$haveit"; then
17872                       rpathdirs="$rpathdirs $found_dir"
17873                     fi
17874                   else
17875                                                                                 haveit=
17876                     for x in $LDFLAGS $LIBINTL; do
17877
17878   acl_save_prefix="$prefix"
17879   prefix="$acl_final_prefix"
17880   acl_save_exec_prefix="$exec_prefix"
17881   exec_prefix="$acl_final_exec_prefix"
17882   eval x=\"$x\"
17883   exec_prefix="$acl_save_exec_prefix"
17884   prefix="$acl_save_prefix"
17885
17886                       if test "X$x" = "X-L$found_dir"; then
17887                         haveit=yes
17888                         break
17889                       fi
17890                     done
17891                     if test -z "$haveit"; then
17892                       LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
17893                     fi
17894                     if test "$hardcode_minus_L" != no; then
17895                                                                                         LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
17896                     else
17897                                                                                                                                                                                 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
17898                     fi
17899                   fi
17900                 fi
17901               fi
17902             else
17903               if test "X$found_a" != "X"; then
17904                                 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
17905               else
17906                                                 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
17907               fi
17908             fi
17909                         additional_includedir=
17910             case "$found_dir" in
17911               */lib | */lib/)
17912                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
17913                 additional_includedir="$basedir/include"
17914                 ;;
17915             esac
17916             if test "X$additional_includedir" != "X"; then
17917                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then
17918                 haveit=
17919                 if test "X$additional_includedir" = "X/usr/local/include"; then
17920                   if test -n "$GCC"; then
17921                     case $host_os in
17922                       linux* | gnu* | k*bsd*-gnu) haveit=yes;;
17923                     esac
17924                   fi
17925                 fi
17926                 if test -z "$haveit"; then
17927                   for x in $CPPFLAGS $INCINTL; do
17928
17929   acl_save_prefix="$prefix"
17930   prefix="$acl_final_prefix"
17931   acl_save_exec_prefix="$exec_prefix"
17932   exec_prefix="$acl_final_exec_prefix"
17933   eval x=\"$x\"
17934   exec_prefix="$acl_save_exec_prefix"
17935   prefix="$acl_save_prefix"
17936
17937                     if test "X$x" = "X-I$additional_includedir"; then
17938                       haveit=yes
17939                       break
17940                     fi
17941                   done
17942                   if test -z "$haveit"; then
17943                     if test -d "$additional_includedir"; then
17944                                             INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
17945                     fi
17946                   fi
17947                 fi
17948               fi
17949             fi
17950                         if test -n "$found_la"; then
17951                                                         save_libdir="$libdir"
17952               case "$found_la" in
17953                 */* | *\\*) . "$found_la" ;;
17954                 *) . "./$found_la" ;;
17955               esac
17956               libdir="$save_libdir"
17957                             for dep in $dependency_libs; do
17958                 case "$dep" in
17959                   -L*)
17960                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
17961                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/lib"; then
17962                       haveit=
17963                       if test "X$additional_libdir" = "X/usr/local/lib"; then
17964                         if test -n "$GCC"; then
17965                           case $host_os in
17966                             linux* | gnu* | k*bsd*-gnu) haveit=yes;;
17967                           esac
17968                         fi
17969                       fi
17970                       if test -z "$haveit"; then
17971                         haveit=
17972                         for x in $LDFLAGS $LIBINTL; do
17973
17974   acl_save_prefix="$prefix"
17975   prefix="$acl_final_prefix"
17976   acl_save_exec_prefix="$exec_prefix"
17977   exec_prefix="$acl_final_exec_prefix"
17978   eval x=\"$x\"
17979   exec_prefix="$acl_save_exec_prefix"
17980   prefix="$acl_save_prefix"
17981
17982                           if test "X$x" = "X-L$additional_libdir"; then
17983                             haveit=yes
17984                             break
17985                           fi
17986                         done
17987                         if test -z "$haveit"; then
17988                           if test -d "$additional_libdir"; then
17989                                                         LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
17990                           fi
17991                         fi
17992                         haveit=
17993                         for x in $LDFLAGS $LTLIBINTL; do
17994
17995   acl_save_prefix="$prefix"
17996   prefix="$acl_final_prefix"
17997   acl_save_exec_prefix="$exec_prefix"
17998   exec_prefix="$acl_final_exec_prefix"
17999   eval x=\"$x\"
18000   exec_prefix="$acl_save_exec_prefix"
18001   prefix="$acl_save_prefix"
18002
18003                           if test "X$x" = "X-L$additional_libdir"; then
18004                             haveit=yes
18005                             break
18006                           fi
18007                         done
18008                         if test -z "$haveit"; then
18009                           if test -d "$additional_libdir"; then
18010                                                         LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
18011                           fi
18012                         fi
18013                       fi
18014                     fi
18015                     ;;
18016                   -R*)
18017                     dir=`echo "X$dep" | sed -e 's/^X-R//'`
18018                     if test "$enable_rpath" != no; then
18019                                                                   haveit=
18020                       for x in $rpathdirs; do
18021                         if test "X$x" = "X$dir"; then
18022                           haveit=yes
18023                           break
18024                         fi
18025                       done
18026                       if test -z "$haveit"; then
18027                         rpathdirs="$rpathdirs $dir"
18028                       fi
18029                                                                   haveit=
18030                       for x in $ltrpathdirs; do
18031                         if test "X$x" = "X$dir"; then
18032                           haveit=yes
18033                           break
18034                         fi
18035                       done
18036                       if test -z "$haveit"; then
18037                         ltrpathdirs="$ltrpathdirs $dir"
18038                       fi
18039                     fi
18040                     ;;
18041                   -l*)
18042                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
18043                     ;;
18044                   *.la)
18045                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
18046                     ;;
18047                   *)
18048                                         LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
18049                     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
18050                     ;;
18051                 esac
18052               done
18053             fi
18054           else
18055                                                             LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
18056             LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
18057           fi
18058         fi
18059       fi
18060     done
18061   done
18062   if test "X$rpathdirs" != "X"; then
18063     if test -n "$hardcode_libdir_separator"; then
18064                         alldirs=
18065       for found_dir in $rpathdirs; do
18066         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
18067       done
18068             acl_save_libdir="$libdir"
18069       libdir="$alldirs"
18070       eval flag=\"$hardcode_libdir_flag_spec\"
18071       libdir="$acl_save_libdir"
18072       LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
18073     else
18074             for found_dir in $rpathdirs; do
18075         acl_save_libdir="$libdir"
18076         libdir="$found_dir"
18077         eval flag=\"$hardcode_libdir_flag_spec\"
18078         libdir="$acl_save_libdir"
18079         LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
18080       done
18081     fi
18082   fi
18083   if test "X$ltrpathdirs" != "X"; then
18084             for found_dir in $ltrpathdirs; do
18085       LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
18086     done
18087   fi
18088
18089           { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
18090 echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6; }
18091 if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
18092   echo $ECHO_N "(cached) $ECHO_C" >&6
18093 else
18094   gt_save_CPPFLAGS="$CPPFLAGS"
18095             CPPFLAGS="$CPPFLAGS $INCINTL"
18096             gt_save_LIBS="$LIBS"
18097             LIBS="$LIBS $LIBINTL"
18098                         cat >conftest.$ac_ext <<_ACEOF
18099 /* confdefs.h.  */
18100 _ACEOF
18101 cat confdefs.h >>conftest.$ac_ext
18102 cat >>conftest.$ac_ext <<_ACEOF
18103 /* end confdefs.h.  */
18104 #include <libintl.h>
18105 extern int _nl_msg_cat_cntr;
18106 extern
18107 #ifdef __cplusplus
18108 "C"
18109 #endif
18110 const char *_nl_expand_alias (const char *);
18111 int
18112 main ()
18113 {
18114 bindtextdomain ("", "");
18115 return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
18116   ;
18117   return 0;
18118 }
18119 _ACEOF
18120 rm -f conftest.$ac_objext conftest$ac_exeext
18121 if { (ac_try="$ac_link"
18122 case "(($ac_try" in
18123   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18124   *) ac_try_echo=$ac_try;;
18125 esac
18126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18127   (eval "$ac_link") 2>conftest.er1
18128   ac_status=$?
18129   grep -v '^ *+' conftest.er1 >conftest.err
18130   rm -f conftest.er1
18131   cat conftest.err >&5
18132   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18133   (exit $ac_status); } && {
18134          test -z "$ac_c_werror_flag" ||
18135          test ! -s conftest.err
18136        } && test -s conftest$ac_exeext &&
18137        $as_test_x conftest$ac_exeext; then
18138   gt_cv_func_gnugettext1_libintl=yes
18139 else
18140   echo "$as_me: failed program was:" >&5
18141 sed 's/^/| /' conftest.$ac_ext >&5
18142
18143         gt_cv_func_gnugettext1_libintl=no
18144 fi
18145
18146 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18147       conftest$ac_exeext conftest.$ac_ext
18148                         if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then
18149               LIBS="$LIBS $LIBICONV"
18150               cat >conftest.$ac_ext <<_ACEOF
18151 /* confdefs.h.  */
18152 _ACEOF
18153 cat confdefs.h >>conftest.$ac_ext
18154 cat >>conftest.$ac_ext <<_ACEOF
18155 /* end confdefs.h.  */
18156 #include <libintl.h>
18157 extern int _nl_msg_cat_cntr;
18158 extern
18159 #ifdef __cplusplus
18160 "C"
18161 #endif
18162 const char *_nl_expand_alias (const char *);
18163 int
18164 main ()
18165 {
18166 bindtextdomain ("", "");
18167 return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
18168   ;
18169   return 0;
18170 }
18171 _ACEOF
18172 rm -f conftest.$ac_objext conftest$ac_exeext
18173 if { (ac_try="$ac_link"
18174 case "(($ac_try" in
18175   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18176   *) ac_try_echo=$ac_try;;
18177 esac
18178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18179   (eval "$ac_link") 2>conftest.er1
18180   ac_status=$?
18181   grep -v '^ *+' conftest.er1 >conftest.err
18182   rm -f conftest.er1
18183   cat conftest.err >&5
18184   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18185   (exit $ac_status); } && {
18186          test -z "$ac_c_werror_flag" ||
18187          test ! -s conftest.err
18188        } && test -s conftest$ac_exeext &&
18189        $as_test_x conftest$ac_exeext; then
18190   LIBINTL="$LIBINTL $LIBICONV"
18191                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
18192                 gt_cv_func_gnugettext1_libintl=yes
18193
18194 else
18195   echo "$as_me: failed program was:" >&5
18196 sed 's/^/| /' conftest.$ac_ext >&5
18197
18198
18199 fi
18200
18201 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18202       conftest$ac_exeext conftest.$ac_ext
18203             fi
18204             CPPFLAGS="$gt_save_CPPFLAGS"
18205             LIBS="$gt_save_LIBS"
18206 fi
18207 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
18208 echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6; }
18209         fi
18210
18211                                         if test "$gt_cv_func_gnugettext1_libc" = "yes" \
18212            || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \
18213                 && test "$PACKAGE" != gettext-runtime \
18214                 && test "$PACKAGE" != gettext-tools; }; then
18215           gt_use_preinstalled_gnugettext=yes
18216         else
18217                     LIBINTL=
18218           LTLIBINTL=
18219           INCINTL=
18220         fi
18221
18222
18223
18224     if test -n "$INTL_MACOSX_LIBS"; then
18225       if test "$gt_use_preinstalled_gnugettext" = "yes" \
18226          || test "$nls_cv_use_gnu_gettext" = "yes"; then
18227                 LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
18228         LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
18229       fi
18230     fi
18231
18232     if test "$gt_use_preinstalled_gnugettext" = "yes" \
18233        || test "$nls_cv_use_gnu_gettext" = "yes"; then
18234
18235 cat >>confdefs.h <<\_ACEOF
18236 #define ENABLE_NLS 1
18237 _ACEOF
18238
18239     else
18240       USE_NLS=no
18241     fi
18242   fi
18243
18244   { echo "$as_me:$LINENO: checking whether to use NLS" >&5
18245 echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6; }
18246   { echo "$as_me:$LINENO: result: $USE_NLS" >&5
18247 echo "${ECHO_T}$USE_NLS" >&6; }
18248   if test "$USE_NLS" = "yes"; then
18249     { echo "$as_me:$LINENO: checking where the gettext function comes from" >&5
18250 echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6; }
18251     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
18252       if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
18253         gt_source="external libintl"
18254       else
18255         gt_source="libc"
18256       fi
18257     else
18258       gt_source="included intl directory"
18259     fi
18260     { echo "$as_me:$LINENO: result: $gt_source" >&5
18261 echo "${ECHO_T}$gt_source" >&6; }
18262   fi
18263
18264   if test "$USE_NLS" = "yes"; then
18265
18266     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
18267       if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
18268         { echo "$as_me:$LINENO: checking how to link with libintl" >&5
18269 echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6; }
18270         { echo "$as_me:$LINENO: result: $LIBINTL" >&5
18271 echo "${ECHO_T}$LIBINTL" >&6; }
18272
18273   for element in $INCINTL; do
18274     haveit=
18275     for x in $CPPFLAGS; do
18276
18277   acl_save_prefix="$prefix"
18278   prefix="$acl_final_prefix"
18279   acl_save_exec_prefix="$exec_prefix"
18280   exec_prefix="$acl_final_exec_prefix"
18281   eval x=\"$x\"
18282   exec_prefix="$acl_save_exec_prefix"
18283   prefix="$acl_save_prefix"
18284
18285       if test "X$x" = "X$element"; then
18286         haveit=yes
18287         break
18288       fi
18289     done
18290     if test -z "$haveit"; then
18291       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
18292     fi
18293   done
18294
18295       fi
18296
18297
18298 cat >>confdefs.h <<\_ACEOF
18299 #define HAVE_GETTEXT 1
18300 _ACEOF
18301
18302
18303 cat >>confdefs.h <<\_ACEOF
18304 #define HAVE_DCGETTEXT 1
18305 _ACEOF
18306
18307     fi
18308
18309         POSUB=po
18310   fi
18311
18312
18313
18314     INTLLIBS="$LIBINTL"
18315
18316
18317
18318
18319
18320
18321
18322 os_name=`uname -s 2>/dev/null`
18323 if test x${prefix} = xNONE ; then
18324    if test `eval echo ${sysconfdir}` = NONE/etc ; then
18325       sysconfdir=/etc/bacula
18326    fi
18327
18328    if test `eval echo ${libdir}` = NONE/lib ; then
18329       case ${os_name} in
18330       Linux)
18331          os_processor=`uname -p 2>/dev/null`
18332          case ${os_processor} in
18333          x86_64)
18334             libdir=/usr/lib64
18335             ;;
18336          *)
18337             libdir=/usr/lib
18338             ;;
18339          esac
18340          ;;
18341       *)
18342          libdir=/usr/lib
18343          ;;
18344       esac
18345    fi
18346
18347    if test `eval echo ${includedir}` = NONE/include ; then
18348       includedir=/usr/include
18349    fi
18350
18351    if test `eval echo ${datarootdir}` = NONE/share ; then
18352       datarootdir=/usr/share
18353    fi
18354    prefix=
18355 fi
18356
18357 if test x${exec_prefix} = xNONE ; then
18358    exec_prefix=${prefix}
18359 fi
18360
18361 sysconfdir=`eval echo ${sysconfdir}`
18362 datarootdir=`eval echo ${datarootdir}`
18363 docdir=`eval echo ${docdir}`
18364 htmldir=`eval echo ${htmldir}`
18365 libdir=`eval echo ${libdir}`
18366 includedir=`eval echo ${includedir}`
18367 localedir=`eval echo ${datarootdir}/locale`
18368 cat >>confdefs.h <<_ACEOF
18369 #define SYSCONFDIR "$sysconfdir"
18370 _ACEOF
18371
18372 cat >>confdefs.h <<_ACEOF
18373 #define LOCALEDIR "$localedir"
18374 _ACEOF
18375
18376
18377 if test x$sbindir = x'${exec_prefix}/sbin' ; then
18378    sbindir=${exec_prefix}/sbin
18379 fi
18380 sbindir=`eval echo ${sbindir}`
18381
18382 if test x$mandir = x'${prefix}/man' ; then
18383    mandir=/usr/share/man
18384 fi
18385
18386 if test x$htmldir = x${docdir} ; then
18387    htmldir=`eval echo ${docdir}bacula/html`
18388 fi
18389
18390 if test x$docdir = x'/usr/share/doc/' ; then
18391    docdir=`eval echo ${docdir}bacula`
18392 fi
18393
18394
18395 for ac_prog in msgfmt
18396 do
18397   # Extract the first word of "$ac_prog", so it can be a program name with args.
18398 set dummy $ac_prog; ac_word=$2
18399 { echo "$as_me:$LINENO: checking for $ac_word" >&5
18400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18401 if test "${ac_cv_path_MSGFMT+set}" = set; then
18402   echo $ECHO_N "(cached) $ECHO_C" >&6
18403 else
18404   case $MSGFMT in
18405   [\\/]* | ?:[\\/]*)
18406   ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
18407   ;;
18408   *)
18409   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18410 for as_dir in $PATH
18411 do
18412   IFS=$as_save_IFS
18413   test -z "$as_dir" && as_dir=.
18414   for ac_exec_ext in '' $ac_executable_extensions; do
18415   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18416     ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
18417     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18418     break 2
18419   fi
18420 done
18421 done
18422 IFS=$as_save_IFS
18423
18424   ;;
18425 esac
18426 fi
18427 MSGFMT=$ac_cv_path_MSGFMT
18428 if test -n "$MSGFMT"; then
18429   { echo "$as_me:$LINENO: result: $MSGFMT" >&5
18430 echo "${ECHO_T}$MSGFMT" >&6; }
18431 else
18432   { echo "$as_me:$LINENO: result: no" >&5
18433 echo "${ECHO_T}no" >&6; }
18434 fi
18435
18436
18437   test -n "$MSGFMT" && break
18438 done
18439 test -n "$MSGFMT" || MSGFMT="no"
18440
18441 if test "$MSGFMT" = "no"
18442 then
18443    echo 'msgfmt program not found, disabling NLS !'
18444    USE_NLS=no
18445    USE_INCLUDED_LIBINTL=no
18446 #else
18447
18448     { echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2 or newer" >&5
18449 echo $ECHO_N "checking whether we are using the GNU C Library 2 or newer... $ECHO_C" >&6; }
18450 if test "${ac_cv_gnu_library_2+set}" = set; then
18451   echo $ECHO_N "(cached) $ECHO_C" >&6
18452 else
18453   cat >conftest.$ac_ext <<_ACEOF
18454 /* confdefs.h.  */
18455 _ACEOF
18456 cat confdefs.h >>conftest.$ac_ext
18457 cat >>conftest.$ac_ext <<_ACEOF
18458 /* end confdefs.h.  */
18459
18460 #include <features.h>
18461 #ifdef __GNU_LIBRARY__
18462  #if (__GLIBC__ >= 2)
18463   Lucky GNU user
18464  #endif
18465 #endif
18466
18467 _ACEOF
18468 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18469   $EGREP "Lucky GNU user" >/dev/null 2>&1; then
18470   ac_cv_gnu_library_2=yes
18471 else
18472   ac_cv_gnu_library_2=no
18473 fi
18474 rm -f conftest*
18475
18476
18477
18478 fi
18479 { echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2" >&5
18480 echo "${ECHO_T}$ac_cv_gnu_library_2" >&6; }
18481
18482     GLIBC2="$ac_cv_gnu_library_2"
18483
18484
18485 if test -n "$ac_tool_prefix"; then
18486   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
18487 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
18488 { echo "$as_me:$LINENO: checking for $ac_word" >&5
18489 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18490 if test "${ac_cv_prog_RANLIB+set}" = set; then
18491   echo $ECHO_N "(cached) $ECHO_C" >&6
18492 else
18493   if test -n "$RANLIB"; then
18494   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
18495 else
18496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18497 for as_dir in $PATH
18498 do
18499   IFS=$as_save_IFS
18500   test -z "$as_dir" && as_dir=.
18501   for ac_exec_ext in '' $ac_executable_extensions; do
18502   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18503     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
18504     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18505     break 2
18506   fi
18507 done
18508 done
18509 IFS=$as_save_IFS
18510
18511 fi
18512 fi
18513 RANLIB=$ac_cv_prog_RANLIB
18514 if test -n "$RANLIB"; then
18515   { echo "$as_me:$LINENO: result: $RANLIB" >&5
18516 echo "${ECHO_T}$RANLIB" >&6; }
18517 else
18518   { echo "$as_me:$LINENO: result: no" >&5
18519 echo "${ECHO_T}no" >&6; }
18520 fi
18521
18522
18523 fi
18524 if test -z "$ac_cv_prog_RANLIB"; then
18525   ac_ct_RANLIB=$RANLIB
18526   # Extract the first word of "ranlib", so it can be a program name with args.
18527 set dummy ranlib; ac_word=$2
18528 { echo "$as_me:$LINENO: checking for $ac_word" >&5
18529 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18530 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
18531   echo $ECHO_N "(cached) $ECHO_C" >&6
18532 else
18533   if test -n "$ac_ct_RANLIB"; then
18534   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
18535 else
18536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18537 for as_dir in $PATH
18538 do
18539   IFS=$as_save_IFS
18540   test -z "$as_dir" && as_dir=.
18541   for ac_exec_ext in '' $ac_executable_extensions; do
18542   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18543     ac_cv_prog_ac_ct_RANLIB="ranlib"
18544     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18545     break 2
18546   fi
18547 done
18548 done
18549 IFS=$as_save_IFS
18550
18551 fi
18552 fi
18553 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
18554 if test -n "$ac_ct_RANLIB"; then
18555   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
18556 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
18557 else
18558   { echo "$as_me:$LINENO: result: no" >&5
18559 echo "${ECHO_T}no" >&6; }
18560 fi
18561
18562   if test "x$ac_ct_RANLIB" = x; then
18563     RANLIB=":"
18564   else
18565     case $cross_compiling:$ac_tool_warned in
18566 yes:)
18567 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
18568 whose name does not start with the host triplet.  If you think this
18569 configuration is useful to you, please write to autoconf@gnu.org." >&5
18570 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
18571 whose name does not start with the host triplet.  If you think this
18572 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
18573 ac_tool_warned=yes ;;
18574 esac
18575     RANLIB=$ac_ct_RANLIB
18576   fi
18577 else
18578   RANLIB="$ac_cv_prog_RANLIB"
18579 fi
18580
18581
18582         { echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
18583 echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6; }
18584 if test "${ac_cv_lib_cposix_strerror+set}" = set; then
18585   echo $ECHO_N "(cached) $ECHO_C" >&6
18586 else
18587   ac_check_lib_save_LIBS=$LIBS
18588 LIBS="-lcposix  $LIBS"
18589 cat >conftest.$ac_ext <<_ACEOF
18590 /* confdefs.h.  */
18591 _ACEOF
18592 cat confdefs.h >>conftest.$ac_ext
18593 cat >>conftest.$ac_ext <<_ACEOF
18594 /* end confdefs.h.  */
18595
18596 /* Override any GCC internal prototype to avoid an error.
18597    Use char because int might match the return type of a GCC
18598    builtin and then its argument prototype would still apply.  */
18599 #ifdef __cplusplus
18600 extern "C"
18601 #endif
18602 char strerror ();
18603 int
18604 main ()
18605 {
18606 return strerror ();
18607   ;
18608   return 0;
18609 }
18610 _ACEOF
18611 rm -f conftest.$ac_objext conftest$ac_exeext
18612 if { (ac_try="$ac_link"
18613 case "(($ac_try" in
18614   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18615   *) ac_try_echo=$ac_try;;
18616 esac
18617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18618   (eval "$ac_link") 2>conftest.er1
18619   ac_status=$?
18620   grep -v '^ *+' conftest.er1 >conftest.err
18621   rm -f conftest.er1
18622   cat conftest.err >&5
18623   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18624   (exit $ac_status); } && {
18625          test -z "$ac_c_werror_flag" ||
18626          test ! -s conftest.err
18627        } && test -s conftest$ac_exeext &&
18628        $as_test_x conftest$ac_exeext; then
18629   ac_cv_lib_cposix_strerror=yes
18630 else
18631   echo "$as_me: failed program was:" >&5
18632 sed 's/^/| /' conftest.$ac_ext >&5
18633
18634         ac_cv_lib_cposix_strerror=no
18635 fi
18636
18637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18638       conftest$ac_exeext conftest.$ac_ext
18639 LIBS=$ac_check_lib_save_LIBS
18640 fi
18641 { echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5
18642 echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6; }
18643 if test $ac_cv_lib_cposix_strerror = yes; then
18644   LIBS="$LIBS -lcposix"
18645 fi
18646
18647
18648
18649 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18650 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18651 if test "${ac_cv_c_const+set}" = set; then
18652   echo $ECHO_N "(cached) $ECHO_C" >&6
18653 else
18654   cat >conftest.$ac_ext <<_ACEOF
18655 /* confdefs.h.  */
18656 _ACEOF
18657 cat confdefs.h >>conftest.$ac_ext
18658 cat >>conftest.$ac_ext <<_ACEOF
18659 /* end confdefs.h.  */
18660
18661 int
18662 main ()
18663 {
18664 /* FIXME: Include the comments suggested by Paul. */
18665 #ifndef __cplusplus
18666   /* Ultrix mips cc rejects this.  */
18667   typedef int charset[2];
18668   const charset cs;
18669   /* SunOS 4.1.1 cc rejects this.  */
18670   char const *const *pcpcc;
18671   char **ppc;
18672   /* NEC SVR4.0.2 mips cc rejects this.  */
18673   struct point {int x, y;};
18674   static struct point const zero = {0,0};
18675   /* AIX XL C 1.02.0.0 rejects this.
18676      It does not let you subtract one const X* pointer from another in
18677      an arm of an if-expression whose if-part is not a constant
18678      expression */
18679   const char *g = "string";
18680   pcpcc = &g + (g ? g-g : 0);
18681   /* HPUX 7.0 cc rejects these. */
18682   ++pcpcc;
18683   ppc = (char**) pcpcc;
18684   pcpcc = (char const *const *) ppc;
18685   { /* SCO 3.2v4 cc rejects this.  */
18686     char *t;
18687     char const *s = 0 ? (char *) 0 : (char const *) 0;
18688
18689     *t++ = 0;
18690     if (s) return 0;
18691   }
18692   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
18693     int x[] = {25, 17};
18694     const int *foo = &x[0];
18695     ++foo;
18696   }
18697   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18698     typedef const int *iptr;
18699     iptr p = 0;
18700     ++p;
18701   }
18702   { /* AIX XL C 1.02.0.0 rejects this saying
18703        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18704     struct s { int j; const int *ap[3]; };
18705     struct s *b; b->j = 5;
18706   }
18707   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18708     const int foo = 10;
18709     if (!foo) return 0;
18710   }
18711   return !cs[0] && !zero.x;
18712 #endif
18713
18714   ;
18715   return 0;
18716 }
18717 _ACEOF
18718 rm -f conftest.$ac_objext
18719 if { (ac_try="$ac_compile"
18720 case "(($ac_try" in
18721   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18722   *) ac_try_echo=$ac_try;;
18723 esac
18724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18725   (eval "$ac_compile") 2>conftest.er1
18726   ac_status=$?
18727   grep -v '^ *+' conftest.er1 >conftest.err
18728   rm -f conftest.er1
18729   cat conftest.err >&5
18730   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18731   (exit $ac_status); } && {
18732          test -z "$ac_c_werror_flag" ||
18733          test ! -s conftest.err
18734        } && test -s conftest.$ac_objext; then
18735   ac_cv_c_const=yes
18736 else
18737   echo "$as_me: failed program was:" >&5
18738 sed 's/^/| /' conftest.$ac_ext >&5
18739
18740         ac_cv_c_const=no
18741 fi
18742
18743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18744 fi
18745 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18746 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18747 if test $ac_cv_c_const = no; then
18748
18749 cat >>confdefs.h <<\_ACEOF
18750 #define const
18751 _ACEOF
18752
18753 fi
18754
18755
18756   { echo "$as_me:$LINENO: checking for signed" >&5
18757 echo $ECHO_N "checking for signed... $ECHO_C" >&6; }
18758 if test "${bh_cv_c_signed+set}" = set; then
18759   echo $ECHO_N "(cached) $ECHO_C" >&6
18760 else
18761   cat >conftest.$ac_ext <<_ACEOF
18762 /* confdefs.h.  */
18763 _ACEOF
18764 cat confdefs.h >>conftest.$ac_ext
18765 cat >>conftest.$ac_ext <<_ACEOF
18766 /* end confdefs.h.  */
18767
18768 int
18769 main ()
18770 {
18771 signed char x;
18772   ;
18773   return 0;
18774 }
18775 _ACEOF
18776 rm -f conftest.$ac_objext
18777 if { (ac_try="$ac_compile"
18778 case "(($ac_try" in
18779   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18780   *) ac_try_echo=$ac_try;;
18781 esac
18782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18783   (eval "$ac_compile") 2>conftest.er1
18784   ac_status=$?
18785   grep -v '^ *+' conftest.er1 >conftest.err
18786   rm -f conftest.er1
18787   cat conftest.err >&5
18788   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18789   (exit $ac_status); } && {
18790          test -z "$ac_c_werror_flag" ||
18791          test ! -s conftest.err
18792        } && test -s conftest.$ac_objext; then
18793   bh_cv_c_signed=yes
18794 else
18795   echo "$as_me: failed program was:" >&5
18796 sed 's/^/| /' conftest.$ac_ext >&5
18797
18798         bh_cv_c_signed=no
18799 fi
18800
18801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18802 fi
18803 { echo "$as_me:$LINENO: result: $bh_cv_c_signed" >&5
18804 echo "${ECHO_T}$bh_cv_c_signed" >&6; }
18805   if test $bh_cv_c_signed = no; then
18806
18807 cat >>confdefs.h <<\_ACEOF
18808 #define signed
18809 _ACEOF
18810
18811   fi
18812
18813 { echo "$as_me:$LINENO: checking for inline" >&5
18814 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18815 if test "${ac_cv_c_inline+set}" = set; then
18816   echo $ECHO_N "(cached) $ECHO_C" >&6
18817 else
18818   ac_cv_c_inline=no
18819 for ac_kw in inline __inline__ __inline; do
18820   cat >conftest.$ac_ext <<_ACEOF
18821 /* confdefs.h.  */
18822 _ACEOF
18823 cat confdefs.h >>conftest.$ac_ext
18824 cat >>conftest.$ac_ext <<_ACEOF
18825 /* end confdefs.h.  */
18826 #ifndef __cplusplus
18827 typedef int foo_t;
18828 static $ac_kw foo_t static_foo () {return 0; }
18829 $ac_kw foo_t foo () {return 0; }
18830 #endif
18831
18832 _ACEOF
18833 rm -f conftest.$ac_objext
18834 if { (ac_try="$ac_compile"
18835 case "(($ac_try" in
18836   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18837   *) ac_try_echo=$ac_try;;
18838 esac
18839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18840   (eval "$ac_compile") 2>conftest.er1
18841   ac_status=$?
18842   grep -v '^ *+' conftest.er1 >conftest.err
18843   rm -f conftest.er1
18844   cat conftest.err >&5
18845   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18846   (exit $ac_status); } && {
18847          test -z "$ac_c_werror_flag" ||
18848          test ! -s conftest.err
18849        } && test -s conftest.$ac_objext; then
18850   ac_cv_c_inline=$ac_kw
18851 else
18852   echo "$as_me: failed program was:" >&5
18853 sed 's/^/| /' conftest.$ac_ext >&5
18854
18855
18856 fi
18857
18858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18859   test "$ac_cv_c_inline" != no && break
18860 done
18861
18862 fi
18863 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18864 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18865
18866
18867 case $ac_cv_c_inline in
18868   inline | yes) ;;
18869   *)
18870     case $ac_cv_c_inline in
18871       no) ac_val=;;
18872       *) ac_val=$ac_cv_c_inline;;
18873     esac
18874     cat >>confdefs.h <<_ACEOF
18875 #ifndef __cplusplus
18876 #define inline $ac_val
18877 #endif
18878 _ACEOF
18879     ;;
18880 esac
18881
18882 { echo "$as_me:$LINENO: checking for off_t" >&5
18883 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18884 if test "${ac_cv_type_off_t+set}" = set; then
18885   echo $ECHO_N "(cached) $ECHO_C" >&6
18886 else
18887   cat >conftest.$ac_ext <<_ACEOF
18888 /* confdefs.h.  */
18889 _ACEOF
18890 cat confdefs.h >>conftest.$ac_ext
18891 cat >>conftest.$ac_ext <<_ACEOF
18892 /* end confdefs.h.  */
18893 $ac_includes_default
18894 typedef off_t ac__type_new_;
18895 int
18896 main ()
18897 {
18898 if ((ac__type_new_ *) 0)
18899   return 0;
18900 if (sizeof (ac__type_new_))
18901   return 0;
18902   ;
18903   return 0;
18904 }
18905 _ACEOF
18906 rm -f conftest.$ac_objext
18907 if { (ac_try="$ac_compile"
18908 case "(($ac_try" in
18909   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18910   *) ac_try_echo=$ac_try;;
18911 esac
18912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18913   (eval "$ac_compile") 2>conftest.er1
18914   ac_status=$?
18915   grep -v '^ *+' conftest.er1 >conftest.err
18916   rm -f conftest.er1
18917   cat conftest.err >&5
18918   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18919   (exit $ac_status); } && {
18920          test -z "$ac_c_werror_flag" ||
18921          test ! -s conftest.err
18922        } && test -s conftest.$ac_objext; then
18923   ac_cv_type_off_t=yes
18924 else
18925   echo "$as_me: failed program was:" >&5
18926 sed 's/^/| /' conftest.$ac_ext >&5
18927
18928         ac_cv_type_off_t=no
18929 fi
18930
18931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18932 fi
18933 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18934 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18935 if test $ac_cv_type_off_t = yes; then
18936   :
18937 else
18938
18939 cat >>confdefs.h <<_ACEOF
18940 #define off_t long int
18941 _ACEOF
18942
18943 fi
18944
18945 { echo "$as_me:$LINENO: checking for size_t" >&5
18946 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18947 if test "${ac_cv_type_size_t+set}" = set; then
18948   echo $ECHO_N "(cached) $ECHO_C" >&6
18949 else
18950   cat >conftest.$ac_ext <<_ACEOF
18951 /* confdefs.h.  */
18952 _ACEOF
18953 cat confdefs.h >>conftest.$ac_ext
18954 cat >>conftest.$ac_ext <<_ACEOF
18955 /* end confdefs.h.  */
18956 $ac_includes_default
18957 typedef size_t ac__type_new_;
18958 int
18959 main ()
18960 {
18961 if ((ac__type_new_ *) 0)
18962   return 0;
18963 if (sizeof (ac__type_new_))
18964   return 0;
18965   ;
18966   return 0;
18967 }
18968 _ACEOF
18969 rm -f conftest.$ac_objext
18970 if { (ac_try="$ac_compile"
18971 case "(($ac_try" in
18972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18973   *) ac_try_echo=$ac_try;;
18974 esac
18975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18976   (eval "$ac_compile") 2>conftest.er1
18977   ac_status=$?
18978   grep -v '^ *+' conftest.er1 >conftest.err
18979   rm -f conftest.er1
18980   cat conftest.err >&5
18981   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18982   (exit $ac_status); } && {
18983          test -z "$ac_c_werror_flag" ||
18984          test ! -s conftest.err
18985        } && test -s conftest.$ac_objext; then
18986   ac_cv_type_size_t=yes
18987 else
18988   echo "$as_me: failed program was:" >&5
18989 sed 's/^/| /' conftest.$ac_ext >&5
18990
18991         ac_cv_type_size_t=no
18992 fi
18993
18994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18995 fi
18996 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18997 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18998 if test $ac_cv_type_size_t = yes; then
18999   :
19000 else
19001
19002 cat >>confdefs.h <<_ACEOF
19003 #define size_t unsigned int
19004 _ACEOF
19005
19006 fi
19007
19008
19009   { echo "$as_me:$LINENO: checking for long long" >&5
19010 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
19011 if test "${ac_cv_type_long_long+set}" = set; then
19012   echo $ECHO_N "(cached) $ECHO_C" >&6
19013 else
19014   cat >conftest.$ac_ext <<_ACEOF
19015 /* confdefs.h.  */
19016 _ACEOF
19017 cat confdefs.h >>conftest.$ac_ext
19018 cat >>conftest.$ac_ext <<_ACEOF
19019 /* end confdefs.h.  */
19020 long long ll = 1LL; int i = 63;
19021 int
19022 main ()
19023 {
19024 long long llmax = (long long) -1;
19025      return ll << i | ll >> i | llmax / ll | llmax % ll;
19026   ;
19027   return 0;
19028 }
19029 _ACEOF
19030 rm -f conftest.$ac_objext conftest$ac_exeext
19031 if { (ac_try="$ac_link"
19032 case "(($ac_try" in
19033   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19034   *) ac_try_echo=$ac_try;;
19035 esac
19036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19037   (eval "$ac_link") 2>conftest.er1
19038   ac_status=$?
19039   grep -v '^ *+' conftest.er1 >conftest.err
19040   rm -f conftest.er1
19041   cat conftest.err >&5
19042   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19043   (exit $ac_status); } && {
19044          test -z "$ac_c_werror_flag" ||
19045          test ! -s conftest.err
19046        } && test -s conftest$ac_exeext &&
19047        $as_test_x conftest$ac_exeext; then
19048   ac_cv_type_long_long=yes
19049 else
19050   echo "$as_me: failed program was:" >&5
19051 sed 's/^/| /' conftest.$ac_ext >&5
19052
19053         ac_cv_type_long_long=no
19054 fi
19055
19056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19057       conftest$ac_exeext conftest.$ac_ext
19058 fi
19059 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19060 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19061   if test $ac_cv_type_long_long = yes; then
19062
19063 cat >>confdefs.h <<\_ACEOF
19064 #define HAVE_LONG_LONG 1
19065 _ACEOF
19066
19067   fi
19068
19069
19070   { echo "$as_me:$LINENO: checking for long double" >&5
19071 echo $ECHO_N "checking for long double... $ECHO_C" >&6; }
19072 if test "${gt_cv_c_long_double+set}" = set; then
19073   echo $ECHO_N "(cached) $ECHO_C" >&6
19074 else
19075   if test "$GCC" = yes; then
19076        gt_cv_c_long_double=yes
19077      else
19078        cat >conftest.$ac_ext <<_ACEOF
19079 /* confdefs.h.  */
19080 _ACEOF
19081 cat confdefs.h >>conftest.$ac_ext
19082 cat >>conftest.$ac_ext <<_ACEOF
19083 /* end confdefs.h.  */
19084
19085          /* The Stardent Vistra knows sizeof(long double), but does not support it.  */
19086          long double foo = 0.0;
19087          /* On Ultrix 4.3 cc, long double is 4 and double is 8.  */
19088          int array [2*(sizeof(long double) >= sizeof(double)) - 1];
19089
19090 int
19091 main ()
19092 {
19093
19094   ;
19095   return 0;
19096 }
19097 _ACEOF
19098 rm -f conftest.$ac_objext
19099 if { (ac_try="$ac_compile"
19100 case "(($ac_try" in
19101   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19102   *) ac_try_echo=$ac_try;;
19103 esac
19104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19105   (eval "$ac_compile") 2>conftest.er1
19106   ac_status=$?
19107   grep -v '^ *+' conftest.er1 >conftest.err
19108   rm -f conftest.er1
19109   cat conftest.err >&5
19110   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19111   (exit $ac_status); } && {
19112          test -z "$ac_c_werror_flag" ||
19113          test ! -s conftest.err
19114        } && test -s conftest.$ac_objext; then
19115   gt_cv_c_long_double=yes
19116 else
19117   echo "$as_me: failed program was:" >&5
19118 sed 's/^/| /' conftest.$ac_ext >&5
19119
19120         gt_cv_c_long_double=no
19121 fi
19122
19123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19124      fi
19125 fi
19126 { echo "$as_me:$LINENO: result: $gt_cv_c_long_double" >&5
19127 echo "${ECHO_T}$gt_cv_c_long_double" >&6; }
19128   if test $gt_cv_c_long_double = yes; then
19129
19130 cat >>confdefs.h <<\_ACEOF
19131 #define HAVE_LONG_DOUBLE 1
19132 _ACEOF
19133
19134   fi
19135
19136
19137   { echo "$as_me:$LINENO: checking for wchar_t" >&5
19138 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6; }
19139 if test "${gt_cv_c_wchar_t+set}" = set; then
19140   echo $ECHO_N "(cached) $ECHO_C" >&6
19141 else
19142   cat >conftest.$ac_ext <<_ACEOF
19143 /* confdefs.h.  */
19144 _ACEOF
19145 cat confdefs.h >>conftest.$ac_ext
19146 cat >>conftest.$ac_ext <<_ACEOF
19147 /* end confdefs.h.  */
19148 #include <stddef.h>
19149        wchar_t foo = (wchar_t)'\0';
19150 int
19151 main ()
19152 {
19153
19154   ;
19155   return 0;
19156 }
19157 _ACEOF
19158 rm -f conftest.$ac_objext
19159 if { (ac_try="$ac_compile"
19160 case "(($ac_try" in
19161   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19162   *) ac_try_echo=$ac_try;;
19163 esac
19164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19165   (eval "$ac_compile") 2>conftest.er1
19166   ac_status=$?
19167   grep -v '^ *+' conftest.er1 >conftest.err
19168   rm -f conftest.er1
19169   cat conftest.err >&5
19170   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19171   (exit $ac_status); } && {
19172          test -z "$ac_c_werror_flag" ||
19173          test ! -s conftest.err
19174        } && test -s conftest.$ac_objext; then
19175   gt_cv_c_wchar_t=yes
19176 else
19177   echo "$as_me: failed program was:" >&5
19178 sed 's/^/| /' conftest.$ac_ext >&5
19179
19180         gt_cv_c_wchar_t=no
19181 fi
19182
19183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19184 fi
19185 { echo "$as_me:$LINENO: result: $gt_cv_c_wchar_t" >&5
19186 echo "${ECHO_T}$gt_cv_c_wchar_t" >&6; }
19187   if test $gt_cv_c_wchar_t = yes; then
19188
19189 cat >>confdefs.h <<\_ACEOF
19190 #define HAVE_WCHAR_T 1
19191 _ACEOF
19192
19193   fi
19194
19195
19196   { echo "$as_me:$LINENO: checking for wint_t" >&5
19197 echo $ECHO_N "checking for wint_t... $ECHO_C" >&6; }
19198 if test "${gt_cv_c_wint_t+set}" = set; then
19199   echo $ECHO_N "(cached) $ECHO_C" >&6
19200 else
19201   cat >conftest.$ac_ext <<_ACEOF
19202 /* confdefs.h.  */
19203 _ACEOF
19204 cat confdefs.h >>conftest.$ac_ext
19205 cat >>conftest.$ac_ext <<_ACEOF
19206 /* end confdefs.h.  */
19207 #include <wchar.h>
19208        wint_t foo = (wchar_t)'\0';
19209 int
19210 main ()
19211 {
19212
19213   ;
19214   return 0;
19215 }
19216 _ACEOF
19217 rm -f conftest.$ac_objext
19218 if { (ac_try="$ac_compile"
19219 case "(($ac_try" in
19220   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19221   *) ac_try_echo=$ac_try;;
19222 esac
19223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19224   (eval "$ac_compile") 2>conftest.er1
19225   ac_status=$?
19226   grep -v '^ *+' conftest.er1 >conftest.err
19227   rm -f conftest.er1
19228   cat conftest.err >&5
19229   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19230   (exit $ac_status); } && {
19231          test -z "$ac_c_werror_flag" ||
19232          test ! -s conftest.err
19233        } && test -s conftest.$ac_objext; then
19234   gt_cv_c_wint_t=yes
19235 else
19236   echo "$as_me: failed program was:" >&5
19237 sed 's/^/| /' conftest.$ac_ext >&5
19238
19239         gt_cv_c_wint_t=no
19240 fi
19241
19242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19243 fi
19244 { echo "$as_me:$LINENO: result: $gt_cv_c_wint_t" >&5
19245 echo "${ECHO_T}$gt_cv_c_wint_t" >&6; }
19246   if test $gt_cv_c_wint_t = yes; then
19247
19248 cat >>confdefs.h <<\_ACEOF
19249 #define HAVE_WINT_T 1
19250 _ACEOF
19251
19252   fi
19253
19254
19255   { echo "$as_me:$LINENO: checking for inttypes.h" >&5
19256 echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; }
19257 if test "${gl_cv_header_inttypes_h+set}" = set; then
19258   echo $ECHO_N "(cached) $ECHO_C" >&6
19259 else
19260   cat >conftest.$ac_ext <<_ACEOF
19261 /* confdefs.h.  */
19262 _ACEOF
19263 cat confdefs.h >>conftest.$ac_ext
19264 cat >>conftest.$ac_ext <<_ACEOF
19265 /* end confdefs.h.  */
19266 #include <sys/types.h>
19267 #include <inttypes.h>
19268 int
19269 main ()
19270 {
19271 uintmax_t i = (uintmax_t) -1;
19272   ;
19273   return 0;
19274 }
19275 _ACEOF
19276 rm -f conftest.$ac_objext
19277 if { (ac_try="$ac_compile"
19278 case "(($ac_try" in
19279   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19280   *) ac_try_echo=$ac_try;;
19281 esac
19282 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19283   (eval "$ac_compile") 2>conftest.er1
19284   ac_status=$?
19285   grep -v '^ *+' conftest.er1 >conftest.err
19286   rm -f conftest.er1
19287   cat conftest.err >&5
19288   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19289   (exit $ac_status); } && {
19290          test -z "$ac_c_werror_flag" ||
19291          test ! -s conftest.err
19292        } && test -s conftest.$ac_objext; then
19293   gl_cv_header_inttypes_h=yes
19294 else
19295   echo "$as_me: failed program was:" >&5
19296 sed 's/^/| /' conftest.$ac_ext >&5
19297
19298         gl_cv_header_inttypes_h=no
19299 fi
19300
19301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19302 fi
19303 { echo "$as_me:$LINENO: result: $gl_cv_header_inttypes_h" >&5
19304 echo "${ECHO_T}$gl_cv_header_inttypes_h" >&6; }
19305   if test $gl_cv_header_inttypes_h = yes; then
19306
19307 cat >>confdefs.h <<_ACEOF
19308 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
19309 _ACEOF
19310
19311   fi
19312
19313
19314   { echo "$as_me:$LINENO: checking for stdint.h" >&5
19315 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; }
19316 if test "${gl_cv_header_stdint_h+set}" = set; then
19317   echo $ECHO_N "(cached) $ECHO_C" >&6
19318 else
19319   cat >conftest.$ac_ext <<_ACEOF
19320 /* confdefs.h.  */
19321 _ACEOF
19322 cat confdefs.h >>conftest.$ac_ext
19323 cat >>conftest.$ac_ext <<_ACEOF
19324 /* end confdefs.h.  */
19325 #include <sys/types.h>
19326 #include <stdint.h>
19327 int
19328 main ()
19329 {
19330 uintmax_t i = (uintmax_t) -1;
19331   ;
19332   return 0;
19333 }
19334 _ACEOF
19335 rm -f conftest.$ac_objext
19336 if { (ac_try="$ac_compile"
19337 case "(($ac_try" in
19338   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19339   *) ac_try_echo=$ac_try;;
19340 esac
19341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19342   (eval "$ac_compile") 2>conftest.er1
19343   ac_status=$?
19344   grep -v '^ *+' conftest.er1 >conftest.err
19345   rm -f conftest.er1
19346   cat conftest.err >&5
19347   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19348   (exit $ac_status); } && {
19349          test -z "$ac_c_werror_flag" ||
19350          test ! -s conftest.err
19351        } && test -s conftest.$ac_objext; then
19352   gl_cv_header_stdint_h=yes
19353 else
19354   echo "$as_me: failed program was:" >&5
19355 sed 's/^/| /' conftest.$ac_ext >&5
19356
19357         gl_cv_header_stdint_h=no
19358 fi
19359
19360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19361 fi
19362 { echo "$as_me:$LINENO: result: $gl_cv_header_stdint_h" >&5
19363 echo "${ECHO_T}$gl_cv_header_stdint_h" >&6; }
19364   if test $gl_cv_header_stdint_h = yes; then
19365
19366 cat >>confdefs.h <<_ACEOF
19367 #define HAVE_STDINT_H_WITH_UINTMAX 1
19368 _ACEOF
19369
19370   fi
19371
19372
19373
19374
19375   { echo "$as_me:$LINENO: checking for intmax_t" >&5
19376 echo $ECHO_N "checking for intmax_t... $ECHO_C" >&6; }
19377 if test "${gt_cv_c_intmax_t+set}" = set; then
19378   echo $ECHO_N "(cached) $ECHO_C" >&6
19379 else
19380   cat >conftest.$ac_ext <<_ACEOF
19381 /* confdefs.h.  */
19382 _ACEOF
19383 cat confdefs.h >>conftest.$ac_ext
19384 cat >>conftest.$ac_ext <<_ACEOF
19385 /* end confdefs.h.  */
19386
19387 #include <stddef.h>
19388 #include <stdlib.h>
19389 #if HAVE_STDINT_H_WITH_UINTMAX
19390 #include <stdint.h>
19391 #endif
19392 #if HAVE_INTTYPES_H_WITH_UINTMAX
19393 #include <inttypes.h>
19394 #endif
19395
19396 int
19397 main ()
19398 {
19399 intmax_t x = -1;
19400   ;
19401   return 0;
19402 }
19403 _ACEOF
19404 rm -f conftest.$ac_objext
19405 if { (ac_try="$ac_compile"
19406 case "(($ac_try" in
19407   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19408   *) ac_try_echo=$ac_try;;
19409 esac
19410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19411   (eval "$ac_compile") 2>conftest.er1
19412   ac_status=$?
19413   grep -v '^ *+' conftest.er1 >conftest.err
19414   rm -f conftest.er1
19415   cat conftest.err >&5
19416   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19417   (exit $ac_status); } && {
19418          test -z "$ac_c_werror_flag" ||
19419          test ! -s conftest.err
19420        } && test -s conftest.$ac_objext; then
19421   gt_cv_c_intmax_t=yes
19422 else
19423   echo "$as_me: failed program was:" >&5
19424 sed 's/^/| /' conftest.$ac_ext >&5
19425
19426         gt_cv_c_intmax_t=no
19427 fi
19428
19429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19430 fi
19431 { echo "$as_me:$LINENO: result: $gt_cv_c_intmax_t" >&5
19432 echo "${ECHO_T}$gt_cv_c_intmax_t" >&6; }
19433   if test $gt_cv_c_intmax_t = yes; then
19434
19435 cat >>confdefs.h <<\_ACEOF
19436 #define HAVE_INTMAX_T 1
19437 _ACEOF
19438
19439   fi
19440
19441
19442
19443   { echo "$as_me:$LINENO: checking whether printf() supports POSIX/XSI format strings" >&5
19444 echo $ECHO_N "checking whether printf() supports POSIX/XSI format strings... $ECHO_C" >&6; }
19445 if test "${gt_cv_func_printf_posix+set}" = set; then
19446   echo $ECHO_N "(cached) $ECHO_C" >&6
19447 else
19448
19449       if test "$cross_compiling" = yes; then
19450
19451         cat >conftest.$ac_ext <<_ACEOF
19452 /* confdefs.h.  */
19453 _ACEOF
19454 cat confdefs.h >>conftest.$ac_ext
19455 cat >>conftest.$ac_ext <<_ACEOF
19456 /* end confdefs.h.  */
19457
19458 #if defined __NetBSD__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__
19459   notposix
19460 #endif
19461
19462 _ACEOF
19463 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19464   $EGREP "notposix" >/dev/null 2>&1; then
19465   gt_cv_func_printf_posix="guessing no"
19466 else
19467   gt_cv_func_printf_posix="guessing yes"
19468 fi
19469 rm -f conftest*
19470
19471
19472 else
19473   cat >conftest.$ac_ext <<_ACEOF
19474 /* confdefs.h.  */
19475 _ACEOF
19476 cat confdefs.h >>conftest.$ac_ext
19477 cat >>conftest.$ac_ext <<_ACEOF
19478 /* end confdefs.h.  */
19479
19480 #include <stdio.h>
19481 #include <string.h>
19482 /* The string "%2$d %1$d", with dollar characters protected from the shell's
19483    dollar expansion (possibly an autoconf bug).  */
19484 static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' };
19485 static char buf[100];
19486 int main ()
19487 {
19488   sprintf (buf, format, 33, 55);
19489   return (strcmp (buf, "55 33") != 0);
19490 }
19491 _ACEOF
19492 rm -f conftest$ac_exeext
19493 if { (ac_try="$ac_link"
19494 case "(($ac_try" in
19495   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19496   *) ac_try_echo=$ac_try;;
19497 esac
19498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19499   (eval "$ac_link") 2>&5
19500   ac_status=$?
19501   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19502   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19503   { (case "(($ac_try" in
19504   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19505   *) ac_try_echo=$ac_try;;
19506 esac
19507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19508   (eval "$ac_try") 2>&5
19509   ac_status=$?
19510   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19511   (exit $ac_status); }; }; then
19512   gt_cv_func_printf_posix=yes
19513 else
19514   echo "$as_me: program exited with status $ac_status" >&5
19515 echo "$as_me: failed program was:" >&5
19516 sed 's/^/| /' conftest.$ac_ext >&5
19517
19518 ( exit $ac_status )
19519 gt_cv_func_printf_posix=no
19520 fi
19521 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19522 fi
19523
19524
19525
19526 fi
19527 { echo "$as_me:$LINENO: result: $gt_cv_func_printf_posix" >&5
19528 echo "${ECHO_T}$gt_cv_func_printf_posix" >&6; }
19529   case $gt_cv_func_printf_posix in
19530     *yes)
19531
19532 cat >>confdefs.h <<\_ACEOF
19533 #define HAVE_POSIX_PRINTF 1
19534 _ACEOF
19535
19536       ;;
19537   esac
19538
19539 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
19540 # for constant arguments.  Useless!
19541 { echo "$as_me:$LINENO: checking for working alloca.h" >&5
19542 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; }
19543 if test "${ac_cv_working_alloca_h+set}" = set; then
19544   echo $ECHO_N "(cached) $ECHO_C" >&6
19545 else
19546   cat >conftest.$ac_ext <<_ACEOF
19547 /* confdefs.h.  */
19548 _ACEOF
19549 cat confdefs.h >>conftest.$ac_ext
19550 cat >>conftest.$ac_ext <<_ACEOF
19551 /* end confdefs.h.  */
19552 #include <alloca.h>
19553 int
19554 main ()
19555 {
19556 char *p = (char *) alloca (2 * sizeof (int));
19557                           if (p) return 0;
19558   ;
19559   return 0;
19560 }
19561 _ACEOF
19562 rm -f conftest.$ac_objext conftest$ac_exeext
19563 if { (ac_try="$ac_link"
19564 case "(($ac_try" in
19565   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19566   *) ac_try_echo=$ac_try;;
19567 esac
19568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19569   (eval "$ac_link") 2>conftest.er1
19570   ac_status=$?
19571   grep -v '^ *+' conftest.er1 >conftest.err
19572   rm -f conftest.er1
19573   cat conftest.err >&5
19574   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19575   (exit $ac_status); } && {
19576          test -z "$ac_c_werror_flag" ||
19577          test ! -s conftest.err
19578        } && test -s conftest$ac_exeext &&
19579        $as_test_x conftest$ac_exeext; then
19580   ac_cv_working_alloca_h=yes
19581 else
19582   echo "$as_me: failed program was:" >&5
19583 sed 's/^/| /' conftest.$ac_ext >&5
19584
19585         ac_cv_working_alloca_h=no
19586 fi
19587
19588 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19589       conftest$ac_exeext conftest.$ac_ext
19590 fi
19591 { echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
19592 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; }
19593 if test $ac_cv_working_alloca_h = yes; then
19594
19595 cat >>confdefs.h <<\_ACEOF
19596 #define HAVE_ALLOCA_H 1
19597 _ACEOF
19598
19599 fi
19600
19601 { echo "$as_me:$LINENO: checking for alloca" >&5
19602 echo $ECHO_N "checking for alloca... $ECHO_C" >&6; }
19603 if test "${ac_cv_func_alloca_works+set}" = set; then
19604   echo $ECHO_N "(cached) $ECHO_C" >&6
19605 else
19606   cat >conftest.$ac_ext <<_ACEOF
19607 /* confdefs.h.  */
19608 _ACEOF
19609 cat confdefs.h >>conftest.$ac_ext
19610 cat >>conftest.$ac_ext <<_ACEOF
19611 /* end confdefs.h.  */
19612 #ifdef __GNUC__
19613 # define alloca __builtin_alloca
19614 #else
19615 # ifdef _MSC_VER
19616 #  include <malloc.h>
19617 #  define alloca _alloca
19618 # else
19619 #  ifdef HAVE_ALLOCA_H
19620 #   include <alloca.h>
19621 #  else
19622 #   ifdef _AIX
19623  #pragma alloca
19624 #   else
19625 #    ifndef alloca /* predefined by HP cc +Olibcalls */
19626 char *alloca ();
19627 #    endif
19628 #   endif
19629 #  endif
19630 # endif
19631 #endif
19632
19633 int
19634 main ()
19635 {
19636 char *p = (char *) alloca (1);
19637                                     if (p) return 0;
19638   ;
19639   return 0;
19640 }
19641 _ACEOF
19642 rm -f conftest.$ac_objext conftest$ac_exeext
19643 if { (ac_try="$ac_link"
19644 case "(($ac_try" in
19645   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19646   *) ac_try_echo=$ac_try;;
19647 esac
19648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19649   (eval "$ac_link") 2>conftest.er1
19650   ac_status=$?
19651   grep -v '^ *+' conftest.er1 >conftest.err
19652   rm -f conftest.er1
19653   cat conftest.err >&5
19654   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19655   (exit $ac_status); } && {
19656          test -z "$ac_c_werror_flag" ||
19657          test ! -s conftest.err
19658        } && test -s conftest$ac_exeext &&
19659        $as_test_x conftest$ac_exeext; then
19660   ac_cv_func_alloca_works=yes
19661 else
19662   echo "$as_me: failed program was:" >&5
19663 sed 's/^/| /' conftest.$ac_ext >&5
19664
19665         ac_cv_func_alloca_works=no
19666 fi
19667
19668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19669       conftest$ac_exeext conftest.$ac_ext
19670 fi
19671 { echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
19672 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; }
19673
19674 if test $ac_cv_func_alloca_works = yes; then
19675
19676 cat >>confdefs.h <<\_ACEOF
19677 #define HAVE_ALLOCA 1
19678 _ACEOF
19679
19680 else
19681   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
19682 # that cause trouble.  Some versions do not even contain alloca or
19683 # contain a buggy version.  If you still want to use their alloca,
19684 # use ar to extract alloca.o from them instead of compiling alloca.c.
19685
19686 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
19687
19688 cat >>confdefs.h <<\_ACEOF
19689 #define C_ALLOCA 1
19690 _ACEOF
19691
19692
19693 { echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
19694 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; }
19695 if test "${ac_cv_os_cray+set}" = set; then
19696   echo $ECHO_N "(cached) $ECHO_C" >&6
19697 else
19698   cat >conftest.$ac_ext <<_ACEOF
19699 /* confdefs.h.  */
19700 _ACEOF
19701 cat confdefs.h >>conftest.$ac_ext
19702 cat >>conftest.$ac_ext <<_ACEOF
19703 /* end confdefs.h.  */
19704 #if defined CRAY && ! defined CRAY2
19705 webecray
19706 #else
19707 wenotbecray
19708 #endif
19709
19710 _ACEOF
19711 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19712   $EGREP "webecray" >/dev/null 2>&1; then
19713   ac_cv_os_cray=yes
19714 else
19715   ac_cv_os_cray=no
19716 fi
19717 rm -f conftest*
19718
19719 fi
19720 { echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
19721 echo "${ECHO_T}$ac_cv_os_cray" >&6; }
19722 if test $ac_cv_os_cray = yes; then
19723   for ac_func in _getb67 GETB67 getb67; do
19724     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19725 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19726 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19727 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19728   echo $ECHO_N "(cached) $ECHO_C" >&6
19729 else
19730   cat >conftest.$ac_ext <<_ACEOF
19731 /* confdefs.h.  */
19732 _ACEOF
19733 cat confdefs.h >>conftest.$ac_ext
19734 cat >>conftest.$ac_ext <<_ACEOF
19735 /* end confdefs.h.  */
19736 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19737    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19738 #define $ac_func innocuous_$ac_func
19739
19740 /* System header to define __stub macros and hopefully few prototypes,
19741     which can conflict with char $ac_func (); below.
19742     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19743     <limits.h> exists even on freestanding compilers.  */
19744
19745 #ifdef __STDC__
19746 # include <limits.h>
19747 #else
19748 # include <assert.h>
19749 #endif
19750
19751 #undef $ac_func
19752
19753 /* Override any GCC internal prototype to avoid an error.
19754    Use char because int might match the return type of a GCC
19755    builtin and then its argument prototype would still apply.  */
19756 #ifdef __cplusplus
19757 extern "C"
19758 #endif
19759 char $ac_func ();
19760 /* The GNU C library defines this for functions which it implements
19761     to always fail with ENOSYS.  Some functions are actually named
19762     something starting with __ and the normal name is an alias.  */
19763 #if defined __stub_$ac_func || defined __stub___$ac_func
19764 choke me
19765 #endif
19766
19767 int
19768 main ()
19769 {
19770 return $ac_func ();
19771   ;
19772   return 0;
19773 }
19774 _ACEOF
19775 rm -f conftest.$ac_objext conftest$ac_exeext
19776 if { (ac_try="$ac_link"
19777 case "(($ac_try" in
19778   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19779   *) ac_try_echo=$ac_try;;
19780 esac
19781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19782   (eval "$ac_link") 2>conftest.er1
19783   ac_status=$?
19784   grep -v '^ *+' conftest.er1 >conftest.err
19785   rm -f conftest.er1
19786   cat conftest.err >&5
19787   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19788   (exit $ac_status); } && {
19789          test -z "$ac_c_werror_flag" ||
19790          test ! -s conftest.err
19791        } && test -s conftest$ac_exeext &&
19792        $as_test_x conftest$ac_exeext; then
19793   eval "$as_ac_var=yes"
19794 else
19795   echo "$as_me: failed program was:" >&5
19796 sed 's/^/| /' conftest.$ac_ext >&5
19797
19798         eval "$as_ac_var=no"
19799 fi
19800
19801 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19802       conftest$ac_exeext conftest.$ac_ext
19803 fi
19804 ac_res=`eval echo '${'$as_ac_var'}'`
19805                { echo "$as_me:$LINENO: result: $ac_res" >&5
19806 echo "${ECHO_T}$ac_res" >&6; }
19807 if test `eval echo '${'$as_ac_var'}'` = yes; then
19808
19809 cat >>confdefs.h <<_ACEOF
19810 #define CRAY_STACKSEG_END $ac_func
19811 _ACEOF
19812
19813     break
19814 fi
19815
19816   done
19817 fi
19818
19819 { echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
19820 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; }
19821 if test "${ac_cv_c_stack_direction+set}" = set; then
19822   echo $ECHO_N "(cached) $ECHO_C" >&6
19823 else
19824   if test "$cross_compiling" = yes; then
19825   ac_cv_c_stack_direction=0
19826 else
19827   cat >conftest.$ac_ext <<_ACEOF
19828 /* confdefs.h.  */
19829 _ACEOF
19830 cat confdefs.h >>conftest.$ac_ext
19831 cat >>conftest.$ac_ext <<_ACEOF
19832 /* end confdefs.h.  */
19833 $ac_includes_default
19834 int
19835 find_stack_direction ()
19836 {
19837   static char *addr = 0;
19838   auto char dummy;
19839   if (addr == 0)
19840     {
19841       addr = &dummy;
19842       return find_stack_direction ();
19843     }
19844   else
19845     return (&dummy > addr) ? 1 : -1;
19846 }
19847
19848 int
19849 main ()
19850 {
19851   return find_stack_direction () < 0;
19852 }
19853 _ACEOF
19854 rm -f conftest$ac_exeext
19855 if { (ac_try="$ac_link"
19856 case "(($ac_try" in
19857   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19858   *) ac_try_echo=$ac_try;;
19859 esac
19860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19861   (eval "$ac_link") 2>&5
19862   ac_status=$?
19863   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19864   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19865   { (case "(($ac_try" in
19866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19867   *) ac_try_echo=$ac_try;;
19868 esac
19869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19870   (eval "$ac_try") 2>&5
19871   ac_status=$?
19872   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19873   (exit $ac_status); }; }; then
19874   ac_cv_c_stack_direction=1
19875 else
19876   echo "$as_me: program exited with status $ac_status" >&5
19877 echo "$as_me: failed program was:" >&5
19878 sed 's/^/| /' conftest.$ac_ext >&5
19879
19880 ( exit $ac_status )
19881 ac_cv_c_stack_direction=-1
19882 fi
19883 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19884 fi
19885
19886
19887 fi
19888 { echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
19889 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; }
19890
19891 cat >>confdefs.h <<_ACEOF
19892 #define STACK_DIRECTION $ac_cv_c_stack_direction
19893 _ACEOF
19894
19895
19896 fi
19897
19898
19899
19900 for ac_header in stdlib.h unistd.h
19901 do
19902 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19903 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19904   { echo "$as_me:$LINENO: checking for $ac_header" >&5
19905 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19906 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19907   echo $ECHO_N "(cached) $ECHO_C" >&6
19908 fi
19909 ac_res=`eval echo '${'$as_ac_Header'}'`
19910                { echo "$as_me:$LINENO: result: $ac_res" >&5
19911 echo "${ECHO_T}$ac_res" >&6; }
19912 else
19913   # Is the header compilable?
19914 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
19915 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
19916 cat >conftest.$ac_ext <<_ACEOF
19917 /* confdefs.h.  */
19918 _ACEOF
19919 cat confdefs.h >>conftest.$ac_ext
19920 cat >>conftest.$ac_ext <<_ACEOF
19921 /* end confdefs.h.  */
19922 $ac_includes_default
19923 #include <$ac_header>
19924 _ACEOF
19925 rm -f conftest.$ac_objext
19926 if { (ac_try="$ac_compile"
19927 case "(($ac_try" in
19928   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19929   *) ac_try_echo=$ac_try;;
19930 esac
19931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19932   (eval "$ac_compile") 2>conftest.er1
19933   ac_status=$?
19934   grep -v '^ *+' conftest.er1 >conftest.err
19935   rm -f conftest.er1
19936   cat conftest.err >&5
19937   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19938   (exit $ac_status); } && {
19939          test -z "$ac_c_werror_flag" ||
19940          test ! -s conftest.err
19941        } && test -s conftest.$ac_objext; then
19942   ac_header_compiler=yes
19943 else
19944   echo "$as_me: failed program was:" >&5
19945 sed 's/^/| /' conftest.$ac_ext >&5
19946
19947         ac_header_compiler=no
19948 fi
19949
19950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19951 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19952 echo "${ECHO_T}$ac_header_compiler" >&6; }
19953
19954 # Is the header present?
19955 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
19956 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
19957 cat >conftest.$ac_ext <<_ACEOF
19958 /* confdefs.h.  */
19959 _ACEOF
19960 cat confdefs.h >>conftest.$ac_ext
19961 cat >>conftest.$ac_ext <<_ACEOF
19962 /* end confdefs.h.  */
19963 #include <$ac_header>
19964 _ACEOF
19965 if { (ac_try="$ac_cpp conftest.$ac_ext"
19966 case "(($ac_try" in
19967   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19968   *) ac_try_echo=$ac_try;;
19969 esac
19970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19971   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
19972   ac_status=$?
19973   grep -v '^ *+' conftest.er1 >conftest.err
19974   rm -f conftest.er1
19975   cat conftest.err >&5
19976   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19977   (exit $ac_status); } >/dev/null && {
19978          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
19979          test ! -s conftest.err
19980        }; then
19981   ac_header_preproc=yes
19982 else
19983   echo "$as_me: failed program was:" >&5
19984 sed 's/^/| /' conftest.$ac_ext >&5
19985
19986   ac_header_preproc=no
19987 fi
19988
19989 rm -f conftest.err conftest.$ac_ext
19990 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19991 echo "${ECHO_T}$ac_header_preproc" >&6; }
19992
19993 # So?  What about this header?
19994 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19995   yes:no: )
19996     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19997 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19998     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
19999 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20000     ac_header_preproc=yes
20001     ;;
20002   no:yes:* )
20003     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20004 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20005     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
20006 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
20007     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20008 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20009     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
20010 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
20011     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20012 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20013     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20014 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20015
20016     ;;
20017 esac
20018 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20019 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20020 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20021   echo $ECHO_N "(cached) $ECHO_C" >&6
20022 else
20023   eval "$as_ac_Header=\$ac_header_preproc"
20024 fi
20025 ac_res=`eval echo '${'$as_ac_Header'}'`
20026                { echo "$as_me:$LINENO: result: $ac_res" >&5
20027 echo "${ECHO_T}$ac_res" >&6; }
20028
20029 fi
20030 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20031   cat >>confdefs.h <<_ACEOF
20032 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20033 _ACEOF
20034
20035 fi
20036
20037 done
20038
20039
20040 for ac_func in getpagesize
20041 do
20042 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20043 { echo "$as_me:$LINENO: checking for $ac_func" >&5
20044 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
20045 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
20046   echo $ECHO_N "(cached) $ECHO_C" >&6
20047 else
20048   cat >conftest.$ac_ext <<_ACEOF
20049 /* confdefs.h.  */
20050 _ACEOF
20051 cat confdefs.h >>conftest.$ac_ext
20052 cat >>conftest.$ac_ext <<_ACEOF
20053 /* end confdefs.h.  */
20054 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
20055    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
20056 #define $ac_func innocuous_$ac_func
20057
20058 /* System header to define __stub macros and hopefully few prototypes,
20059     which can conflict with char $ac_func (); below.
20060     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20061     <limits.h> exists even on freestanding compilers.  */
20062
20063 #ifdef __STDC__
20064 # include <limits.h>
20065 #else
20066 # include <assert.h>
20067 #endif
20068
20069 #undef $ac_func
20070
20071 /* Override any GCC internal prototype to avoid an error.
20072    Use char because int might match the return type of a GCC
20073    builtin and then its argument prototype would still apply.  */
20074 #ifdef __cplusplus
20075 extern "C"
20076 #endif
20077 char $ac_func ();
20078 /* The GNU C library defines this for functions which it implements
20079     to always fail with ENOSYS.  Some functions are actually named
20080     something starting with __ and the normal name is an alias.  */
20081 #if defined __stub_$ac_func || defined __stub___$ac_func
20082 choke me
20083 #endif
20084
20085 int
20086 main ()
20087 {
20088 return $ac_func ();
20089   ;
20090   return 0;
20091 }
20092 _ACEOF
20093 rm -f conftest.$ac_objext conftest$ac_exeext
20094 if { (ac_try="$ac_link"
20095 case "(($ac_try" in
20096   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20097   *) ac_try_echo=$ac_try;;
20098 esac
20099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20100   (eval "$ac_link") 2>conftest.er1
20101   ac_status=$?
20102   grep -v '^ *+' conftest.er1 >conftest.err
20103   rm -f conftest.er1
20104   cat conftest.err >&5
20105   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20106   (exit $ac_status); } && {
20107          test -z "$ac_c_werror_flag" ||
20108          test ! -s conftest.err
20109        } && test -s conftest$ac_exeext &&
20110        $as_test_x conftest$ac_exeext; then
20111   eval "$as_ac_var=yes"
20112 else
20113   echo "$as_me: failed program was:" >&5
20114 sed 's/^/| /' conftest.$ac_ext >&5
20115
20116         eval "$as_ac_var=no"
20117 fi
20118
20119 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20120       conftest$ac_exeext conftest.$ac_ext
20121 fi
20122 ac_res=`eval echo '${'$as_ac_var'}'`
20123                { echo "$as_me:$LINENO: result: $ac_res" >&5
20124 echo "${ECHO_T}$ac_res" >&6; }
20125 if test `eval echo '${'$as_ac_var'}'` = yes; then
20126   cat >>confdefs.h <<_ACEOF
20127 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20128 _ACEOF
20129
20130 fi
20131 done
20132
20133 { echo "$as_me:$LINENO: checking for working mmap" >&5
20134 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; }
20135 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
20136   echo $ECHO_N "(cached) $ECHO_C" >&6
20137 else
20138   if test "$cross_compiling" = yes; then
20139   ac_cv_func_mmap_fixed_mapped=no
20140 else
20141   cat >conftest.$ac_ext <<_ACEOF
20142 /* confdefs.h.  */
20143 _ACEOF
20144 cat confdefs.h >>conftest.$ac_ext
20145 cat >>conftest.$ac_ext <<_ACEOF
20146 /* end confdefs.h.  */
20147 $ac_includes_default
20148 /* malloc might have been renamed as rpl_malloc. */
20149 #undef malloc
20150
20151 /* Thanks to Mike Haertel and Jim Avera for this test.
20152    Here is a matrix of mmap possibilities:
20153         mmap private not fixed
20154         mmap private fixed at somewhere currently unmapped
20155         mmap private fixed at somewhere already mapped
20156         mmap shared not fixed
20157         mmap shared fixed at somewhere currently unmapped
20158         mmap shared fixed at somewhere already mapped
20159    For private mappings, we should verify that changes cannot be read()
20160    back from the file, nor mmap's back from the file at a different
20161    address.  (There have been systems where private was not correctly
20162    implemented like the infamous i386 svr4.0, and systems where the
20163    VM page cache was not coherent with the file system buffer cache
20164    like early versions of FreeBSD and possibly contemporary NetBSD.)
20165    For shared mappings, we should conversely verify that changes get
20166    propagated back to all the places they're supposed to be.
20167
20168    Grep wants private fixed already mapped.
20169    The main things grep needs to know about mmap are:
20170    * does it exist and is it safe to write into the mmap'd area
20171    * how to use it (BSD variants)  */
20172
20173 #include <fcntl.h>
20174 #include <sys/mman.h>
20175
20176 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
20177 char *malloc ();
20178 #endif
20179
20180 /* This mess was copied from the GNU getpagesize.h.  */
20181 #ifndef HAVE_GETPAGESIZE
20182 /* Assume that all systems that can run configure have sys/param.h.  */
20183 # ifndef HAVE_SYS_PARAM_H
20184 #  define HAVE_SYS_PARAM_H 1
20185 # endif
20186
20187 # ifdef _SC_PAGESIZE
20188 #  define getpagesize() sysconf(_SC_PAGESIZE)
20189 # else /* no _SC_PAGESIZE */
20190 #  ifdef HAVE_SYS_PARAM_H
20191 #   include <sys/param.h>
20192 #   ifdef EXEC_PAGESIZE
20193 #    define getpagesize() EXEC_PAGESIZE
20194 #   else /* no EXEC_PAGESIZE */
20195 #    ifdef NBPG
20196 #     define getpagesize() NBPG * CLSIZE
20197 #     ifndef CLSIZE
20198 #      define CLSIZE 1
20199 #     endif /* no CLSIZE */
20200 #    else /* no NBPG */
20201 #     ifdef NBPC
20202 #      define getpagesize() NBPC
20203 #     else /* no NBPC */
20204 #      ifdef PAGESIZE
20205 #       define getpagesize() PAGESIZE
20206 #      endif /* PAGESIZE */
20207 #     endif /* no NBPC */
20208 #    endif /* no NBPG */
20209 #   endif /* no EXEC_PAGESIZE */
20210 #  else /* no HAVE_SYS_PARAM_H */
20211 #   define getpagesize() 8192   /* punt totally */
20212 #  endif /* no HAVE_SYS_PARAM_H */
20213 # endif /* no _SC_PAGESIZE */
20214
20215 #endif /* no HAVE_GETPAGESIZE */
20216
20217 int
20218 main ()
20219 {
20220   char *data, *data2, *data3;
20221   int i, pagesize;
20222   int fd;
20223
20224   pagesize = getpagesize ();
20225
20226   /* First, make a file with some known garbage in it. */
20227   data = (char *) malloc (pagesize);
20228   if (!data)
20229     return 1;
20230   for (i = 0; i < pagesize; ++i)
20231     *(data + i) = rand ();
20232   umask (0);
20233   fd = creat ("conftest.mmap", 0600);
20234   if (fd < 0)
20235     return 1;
20236   if (write (fd, data, pagesize) != pagesize)
20237     return 1;
20238   close (fd);
20239
20240   /* Next, try to mmap the file at a fixed address which already has
20241      something else allocated at it.  If we can, also make sure that
20242      we see the same garbage.  */
20243   fd = open ("conftest.mmap", O_RDWR);
20244   if (fd < 0)
20245     return 1;
20246   data2 = (char *) malloc (2 * pagesize);
20247   if (!data2)
20248     return 1;
20249   data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
20250   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
20251                      MAP_PRIVATE | MAP_FIXED, fd, 0L))
20252     return 1;
20253   for (i = 0; i < pagesize; ++i)
20254     if (*(data + i) != *(data2 + i))
20255       return 1;
20256
20257   /* Finally, make sure that changes to the mapped area do not
20258      percolate back to the file as seen by read().  (This is a bug on
20259      some variants of i386 svr4.0.)  */
20260   for (i = 0; i < pagesize; ++i)
20261     *(data2 + i) = *(data2 + i) + 1;
20262   data3 = (char *) malloc (pagesize);
20263   if (!data3)
20264     return 1;
20265   if (read (fd, data3, pagesize) != pagesize)
20266     return 1;
20267   for (i = 0; i < pagesize; ++i)
20268     if (*(data + i) != *(data3 + i))
20269       return 1;
20270   close (fd);
20271   return 0;
20272 }
20273 _ACEOF
20274 rm -f conftest$ac_exeext
20275 if { (ac_try="$ac_link"
20276 case "(($ac_try" in
20277   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20278   *) ac_try_echo=$ac_try;;
20279 esac
20280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20281   (eval "$ac_link") 2>&5
20282   ac_status=$?
20283   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20284   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20285   { (case "(($ac_try" in
20286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20287   *) ac_try_echo=$ac_try;;
20288 esac
20289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20290   (eval "$ac_try") 2>&5
20291   ac_status=$?
20292   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20293   (exit $ac_status); }; }; then
20294   ac_cv_func_mmap_fixed_mapped=yes
20295 else
20296   echo "$as_me: program exited with status $ac_status" >&5
20297 echo "$as_me: failed program was:" >&5
20298 sed 's/^/| /' conftest.$ac_ext >&5
20299
20300 ( exit $ac_status )
20301 ac_cv_func_mmap_fixed_mapped=no
20302 fi
20303 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20304 fi
20305
20306
20307 fi
20308 { echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
20309 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; }
20310 if test $ac_cv_func_mmap_fixed_mapped = yes; then
20311
20312 cat >>confdefs.h <<\_ACEOF
20313 #define HAVE_MMAP 1
20314 _ACEOF
20315
20316 fi
20317 rm -f conftest.mmap
20318
20319
20320     { echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2.1 or newer" >&5
20321 echo $ECHO_N "checking whether we are using the GNU C Library 2.1 or newer... $ECHO_C" >&6; }
20322 if test "${ac_cv_gnu_library_2_1+set}" = set; then
20323   echo $ECHO_N "(cached) $ECHO_C" >&6
20324 else
20325   cat >conftest.$ac_ext <<_ACEOF
20326 /* confdefs.h.  */
20327 _ACEOF
20328 cat confdefs.h >>conftest.$ac_ext
20329 cat >>conftest.$ac_ext <<_ACEOF
20330 /* end confdefs.h.  */
20331
20332 #include <features.h>
20333 #ifdef __GNU_LIBRARY__
20334  #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
20335   Lucky GNU user
20336  #endif
20337 #endif
20338
20339 _ACEOF
20340 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20341   $EGREP "Lucky GNU user" >/dev/null 2>&1; then
20342   ac_cv_gnu_library_2_1=yes
20343 else
20344   ac_cv_gnu_library_2_1=no
20345 fi
20346 rm -f conftest*
20347
20348
20349
20350 fi
20351 { echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2_1" >&5
20352 echo "${ECHO_T}$ac_cv_gnu_library_2_1" >&6; }
20353
20354     GLIBC21="$ac_cv_gnu_library_2_1"
20355
20356
20357
20358
20359   { echo "$as_me:$LINENO: checking whether integer division by zero raises SIGFPE" >&5
20360 echo $ECHO_N "checking whether integer division by zero raises SIGFPE... $ECHO_C" >&6; }
20361 if test "${gt_cv_int_divbyzero_sigfpe+set}" = set; then
20362   echo $ECHO_N "(cached) $ECHO_C" >&6
20363 else
20364
20365       if test "$cross_compiling" = yes; then
20366
20367           # Guess based on the CPU.
20368           case "$host_cpu" in
20369             alpha* | i3456786 | m68k | s390*)
20370               gt_cv_int_divbyzero_sigfpe="guessing yes";;
20371             *)
20372               gt_cv_int_divbyzero_sigfpe="guessing no";;
20373           esac
20374
20375 else
20376   cat >conftest.$ac_ext <<_ACEOF
20377 /* confdefs.h.  */
20378 _ACEOF
20379 cat confdefs.h >>conftest.$ac_ext
20380 cat >>conftest.$ac_ext <<_ACEOF
20381 /* end confdefs.h.  */
20382
20383 #include <stdlib.h>
20384 #include <signal.h>
20385
20386 static void
20387 #ifdef __cplusplus
20388 sigfpe_handler (int sig)
20389 #else
20390 sigfpe_handler (sig) int sig;
20391 #endif
20392 {
20393   /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
20394   exit (sig != SIGFPE);
20395 }
20396
20397 int x = 1;
20398 int y = 0;
20399 int z;
20400 int nan;
20401
20402 int main ()
20403 {
20404   signal (SIGFPE, sigfpe_handler);
20405 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
20406 #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
20407   signal (SIGTRAP, sigfpe_handler);
20408 #endif
20409 /* Linux/SPARC yields signal SIGILL.  */
20410 #if defined (__sparc__) && defined (__linux__)
20411   signal (SIGILL, sigfpe_handler);
20412 #endif
20413
20414   z = x / y;
20415   nan = y / y;
20416   exit (1);
20417 }
20418
20419 _ACEOF
20420 rm -f conftest$ac_exeext
20421 if { (ac_try="$ac_link"
20422 case "(($ac_try" in
20423   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20424   *) ac_try_echo=$ac_try;;
20425 esac
20426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20427   (eval "$ac_link") 2>&5
20428   ac_status=$?
20429   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20430   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20431   { (case "(($ac_try" in
20432   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20433   *) ac_try_echo=$ac_try;;
20434 esac
20435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20436   (eval "$ac_try") 2>&5
20437   ac_status=$?
20438   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20439   (exit $ac_status); }; }; then
20440   gt_cv_int_divbyzero_sigfpe=yes
20441 else
20442   echo "$as_me: program exited with status $ac_status" >&5
20443 echo "$as_me: failed program was:" >&5
20444 sed 's/^/| /' conftest.$ac_ext >&5
20445
20446 ( exit $ac_status )
20447 gt_cv_int_divbyzero_sigfpe=no
20448 fi
20449 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20450 fi
20451
20452
20453
20454 fi
20455 { echo "$as_me:$LINENO: result: $gt_cv_int_divbyzero_sigfpe" >&5
20456 echo "${ECHO_T}$gt_cv_int_divbyzero_sigfpe" >&6; }
20457   case "$gt_cv_int_divbyzero_sigfpe" in
20458     *yes) value=1;;
20459     *) value=0;;
20460   esac
20461
20462 cat >>confdefs.h <<_ACEOF
20463 #define INTDIV0_RAISES_SIGFPE $value
20464 _ACEOF
20465
20466
20467
20468   { echo "$as_me:$LINENO: checking for unsigned long long" >&5
20469 echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6; }
20470 if test "${ac_cv_type_unsigned_long_long+set}" = set; then
20471   echo $ECHO_N "(cached) $ECHO_C" >&6
20472 else
20473   cat >conftest.$ac_ext <<_ACEOF
20474 /* confdefs.h.  */
20475 _ACEOF
20476 cat confdefs.h >>conftest.$ac_ext
20477 cat >>conftest.$ac_ext <<_ACEOF
20478 /* end confdefs.h.  */
20479 unsigned long long ull = 1ULL; int i = 63;
20480 int
20481 main ()
20482 {
20483 unsigned long long ullmax = (unsigned long long) -1;
20484      return ull << i | ull >> i | ullmax / ull | ullmax % ull;
20485   ;
20486   return 0;
20487 }
20488 _ACEOF
20489 rm -f conftest.$ac_objext conftest$ac_exeext
20490 if { (ac_try="$ac_link"
20491 case "(($ac_try" in
20492   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20493   *) ac_try_echo=$ac_try;;
20494 esac
20495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20496   (eval "$ac_link") 2>conftest.er1
20497   ac_status=$?
20498   grep -v '^ *+' conftest.er1 >conftest.err
20499   rm -f conftest.er1
20500   cat conftest.err >&5
20501   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20502   (exit $ac_status); } && {
20503          test -z "$ac_c_werror_flag" ||
20504          test ! -s conftest.err
20505        } && test -s conftest$ac_exeext &&
20506        $as_test_x conftest$ac_exeext; then
20507   ac_cv_type_unsigned_long_long=yes
20508 else
20509   echo "$as_me: failed program was:" >&5
20510 sed 's/^/| /' conftest.$ac_ext >&5
20511
20512         ac_cv_type_unsigned_long_long=no
20513 fi
20514
20515 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20516       conftest$ac_exeext conftest.$ac_ext
20517 fi
20518 { echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5
20519 echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6; }
20520   if test $ac_cv_type_unsigned_long_long = yes; then
20521
20522 cat >>confdefs.h <<\_ACEOF
20523 #define HAVE_UNSIGNED_LONG_LONG 1
20524 _ACEOF
20525
20526   fi
20527
20528
20529
20530
20531   if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then
20532
20533     test $ac_cv_type_unsigned_long_long = yes \
20534       && ac_type='unsigned long long' \
20535       || ac_type='unsigned long'
20536
20537 cat >>confdefs.h <<_ACEOF
20538 #define uintmax_t $ac_type
20539 _ACEOF
20540
20541   else
20542
20543 cat >>confdefs.h <<\_ACEOF
20544 #define HAVE_UINTMAX_T 1
20545 _ACEOF
20546
20547   fi
20548
20549
20550   { echo "$as_me:$LINENO: checking for inttypes.h" >&5
20551 echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; }
20552 if test "${gt_cv_header_inttypes_h+set}" = set; then
20553   echo $ECHO_N "(cached) $ECHO_C" >&6
20554 else
20555
20556     cat >conftest.$ac_ext <<_ACEOF
20557 /* confdefs.h.  */
20558 _ACEOF
20559 cat confdefs.h >>conftest.$ac_ext
20560 cat >>conftest.$ac_ext <<_ACEOF
20561 /* end confdefs.h.  */
20562 #include <sys/types.h>
20563 #include <inttypes.h>
20564 int
20565 main ()
20566 {
20567
20568   ;
20569   return 0;
20570 }
20571 _ACEOF
20572 rm -f conftest.$ac_objext
20573 if { (ac_try="$ac_compile"
20574 case "(($ac_try" in
20575   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20576   *) ac_try_echo=$ac_try;;
20577 esac
20578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20579   (eval "$ac_compile") 2>conftest.er1
20580   ac_status=$?
20581   grep -v '^ *+' conftest.er1 >conftest.err
20582   rm -f conftest.er1
20583   cat conftest.err >&5
20584   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20585   (exit $ac_status); } && {
20586          test -z "$ac_c_werror_flag" ||
20587          test ! -s conftest.err
20588        } && test -s conftest.$ac_objext; then
20589   gt_cv_header_inttypes_h=yes
20590 else
20591   echo "$as_me: failed program was:" >&5
20592 sed 's/^/| /' conftest.$ac_ext >&5
20593
20594         gt_cv_header_inttypes_h=no
20595 fi
20596
20597 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20598
20599 fi
20600 { echo "$as_me:$LINENO: result: $gt_cv_header_inttypes_h" >&5
20601 echo "${ECHO_T}$gt_cv_header_inttypes_h" >&6; }
20602   if test $gt_cv_header_inttypes_h = yes; then
20603
20604 cat >>confdefs.h <<_ACEOF
20605 #define HAVE_INTTYPES_H 1
20606 _ACEOF
20607
20608   fi
20609
20610
20611
20612   if test $gt_cv_header_inttypes_h = yes; then
20613     { echo "$as_me:$LINENO: checking whether the inttypes.h PRIxNN macros are broken" >&5
20614 echo $ECHO_N "checking whether the inttypes.h PRIxNN macros are broken... $ECHO_C" >&6; }
20615 if test "${gt_cv_inttypes_pri_broken+set}" = set; then
20616   echo $ECHO_N "(cached) $ECHO_C" >&6
20617 else
20618
20619         cat >conftest.$ac_ext <<_ACEOF
20620 /* confdefs.h.  */
20621 _ACEOF
20622 cat confdefs.h >>conftest.$ac_ext
20623 cat >>conftest.$ac_ext <<_ACEOF
20624 /* end confdefs.h.  */
20625 #include <inttypes.h>
20626 #ifdef PRId32
20627 char *p = PRId32;
20628 #endif
20629
20630 int
20631 main ()
20632 {
20633
20634   ;
20635   return 0;
20636 }
20637 _ACEOF
20638 rm -f conftest.$ac_objext
20639 if { (ac_try="$ac_compile"
20640 case "(($ac_try" in
20641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20642   *) ac_try_echo=$ac_try;;
20643 esac
20644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20645   (eval "$ac_compile") 2>conftest.er1
20646   ac_status=$?
20647   grep -v '^ *+' conftest.er1 >conftest.err
20648   rm -f conftest.er1
20649   cat conftest.err >&5
20650   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20651   (exit $ac_status); } && {
20652          test -z "$ac_c_werror_flag" ||
20653          test ! -s conftest.err
20654        } && test -s conftest.$ac_objext; then
20655   gt_cv_inttypes_pri_broken=no
20656 else
20657   echo "$as_me: failed program was:" >&5
20658 sed 's/^/| /' conftest.$ac_ext >&5
20659
20660         gt_cv_inttypes_pri_broken=yes
20661 fi
20662
20663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20664
20665 fi
20666 { echo "$as_me:$LINENO: result: $gt_cv_inttypes_pri_broken" >&5
20667 echo "${ECHO_T}$gt_cv_inttypes_pri_broken" >&6; }
20668   fi
20669   if test "$gt_cv_inttypes_pri_broken" = yes; then
20670
20671 cat >>confdefs.h <<_ACEOF
20672 #define PRI_MACROS_BROKEN 1
20673 _ACEOF
20674
20675   fi
20676
20677
20678
20679 for ac_header in stdint.h
20680 do
20681 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20682 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20683   { echo "$as_me:$LINENO: checking for $ac_header" >&5
20684 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20685 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20686   echo $ECHO_N "(cached) $ECHO_C" >&6
20687 fi
20688 ac_res=`eval echo '${'$as_ac_Header'}'`
20689                { echo "$as_me:$LINENO: result: $ac_res" >&5
20690 echo "${ECHO_T}$ac_res" >&6; }
20691 else
20692   # Is the header compilable?
20693 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
20694 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
20695 cat >conftest.$ac_ext <<_ACEOF
20696 /* confdefs.h.  */
20697 _ACEOF
20698 cat confdefs.h >>conftest.$ac_ext
20699 cat >>conftest.$ac_ext <<_ACEOF
20700 /* end confdefs.h.  */
20701 $ac_includes_default
20702 #include <$ac_header>
20703 _ACEOF
20704 rm -f conftest.$ac_objext
20705 if { (ac_try="$ac_compile"
20706 case "(($ac_try" in
20707   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20708   *) ac_try_echo=$ac_try;;
20709 esac
20710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20711   (eval "$ac_compile") 2>conftest.er1
20712   ac_status=$?
20713   grep -v '^ *+' conftest.er1 >conftest.err
20714   rm -f conftest.er1
20715   cat conftest.err >&5
20716   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20717   (exit $ac_status); } && {
20718          test -z "$ac_c_werror_flag" ||
20719          test ! -s conftest.err
20720        } && test -s conftest.$ac_objext; then
20721   ac_header_compiler=yes
20722 else
20723   echo "$as_me: failed program was:" >&5
20724 sed 's/^/| /' conftest.$ac_ext >&5
20725
20726         ac_header_compiler=no
20727 fi
20728
20729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20730 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20731 echo "${ECHO_T}$ac_header_compiler" >&6; }
20732
20733 # Is the header present?
20734 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
20735 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
20736 cat >conftest.$ac_ext <<_ACEOF
20737 /* confdefs.h.  */
20738 _ACEOF
20739 cat confdefs.h >>conftest.$ac_ext
20740 cat >>conftest.$ac_ext <<_ACEOF
20741 /* end confdefs.h.  */
20742 #include <$ac_header>
20743 _ACEOF
20744 if { (ac_try="$ac_cpp conftest.$ac_ext"
20745 case "(($ac_try" in
20746   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20747   *) ac_try_echo=$ac_try;;
20748 esac
20749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20750   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20751   ac_status=$?
20752   grep -v '^ *+' conftest.er1 >conftest.err
20753   rm -f conftest.er1
20754   cat conftest.err >&5
20755   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20756   (exit $ac_status); } >/dev/null && {
20757          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20758          test ! -s conftest.err
20759        }; then
20760   ac_header_preproc=yes
20761 else
20762   echo "$as_me: failed program was:" >&5
20763 sed 's/^/| /' conftest.$ac_ext >&5
20764
20765   ac_header_preproc=no
20766 fi
20767
20768 rm -f conftest.err conftest.$ac_ext
20769 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20770 echo "${ECHO_T}$ac_header_preproc" >&6; }
20771
20772 # So?  What about this header?
20773 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20774   yes:no: )
20775     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20776 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20777     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20778 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20779     ac_header_preproc=yes
20780     ;;
20781   no:yes:* )
20782     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20783 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20784     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
20785 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
20786     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20787 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20788     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
20789 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
20790     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20791 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20792     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20793 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20794
20795     ;;
20796 esac
20797 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20798 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20799 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20800   echo $ECHO_N "(cached) $ECHO_C" >&6
20801 else
20802   eval "$as_ac_Header=\$ac_header_preproc"
20803 fi
20804 ac_res=`eval echo '${'$as_ac_Header'}'`
20805                { echo "$as_me:$LINENO: result: $ac_res" >&5
20806 echo "${ECHO_T}$ac_res" >&6; }
20807
20808 fi
20809 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20810   cat >>confdefs.h <<_ACEOF
20811 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20812 _ACEOF
20813
20814 fi
20815
20816 done
20817
20818     { echo "$as_me:$LINENO: checking for SIZE_MAX" >&5
20819 echo $ECHO_N "checking for SIZE_MAX... $ECHO_C" >&6; }
20820   result=
20821   cat >conftest.$ac_ext <<_ACEOF
20822 /* confdefs.h.  */
20823 _ACEOF
20824 cat confdefs.h >>conftest.$ac_ext
20825 cat >>conftest.$ac_ext <<_ACEOF
20826 /* end confdefs.h.  */
20827
20828 #include <limits.h>
20829 #if HAVE_STDINT_H
20830 #include <stdint.h>
20831 #endif
20832 #ifdef SIZE_MAX
20833 Found it
20834 #endif
20835
20836 _ACEOF
20837 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20838   $EGREP "Found it" >/dev/null 2>&1; then
20839   result=yes
20840 fi
20841 rm -f conftest*
20842
20843   if test -z "$result"; then
20844                     if test "$cross_compiling" = yes; then
20845   # Depending upon the size, compute the lo and hi bounds.
20846 cat >conftest.$ac_ext <<_ACEOF
20847 /* confdefs.h.  */
20848 _ACEOF
20849 cat confdefs.h >>conftest.$ac_ext
20850 cat >>conftest.$ac_ext <<_ACEOF
20851 /* end confdefs.h.  */
20852 #include <stddef.h>
20853 int
20854 main ()
20855 {
20856 static int test_array [1 - 2 * !((~(size_t)0 / 10) >= 0)];
20857 test_array [0] = 0
20858
20859   ;
20860   return 0;
20861 }
20862 _ACEOF
20863 rm -f conftest.$ac_objext
20864 if { (ac_try="$ac_compile"
20865 case "(($ac_try" in
20866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20867   *) ac_try_echo=$ac_try;;
20868 esac
20869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20870   (eval "$ac_compile") 2>conftest.er1
20871   ac_status=$?
20872   grep -v '^ *+' conftest.er1 >conftest.err
20873   rm -f conftest.er1
20874   cat conftest.err >&5
20875   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20876   (exit $ac_status); } && {
20877          test -z "$ac_c_werror_flag" ||
20878          test ! -s conftest.err
20879        } && test -s conftest.$ac_objext; then
20880   ac_lo=0 ac_mid=0
20881   while :; do
20882     cat >conftest.$ac_ext <<_ACEOF
20883 /* confdefs.h.  */
20884 _ACEOF
20885 cat confdefs.h >>conftest.$ac_ext
20886 cat >>conftest.$ac_ext <<_ACEOF
20887 /* end confdefs.h.  */
20888 #include <stddef.h>
20889 int
20890 main ()
20891 {
20892 static int test_array [1 - 2 * !((~(size_t)0 / 10) <= $ac_mid)];
20893 test_array [0] = 0
20894
20895   ;
20896   return 0;
20897 }
20898 _ACEOF
20899 rm -f conftest.$ac_objext
20900 if { (ac_try="$ac_compile"
20901 case "(($ac_try" in
20902   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20903   *) ac_try_echo=$ac_try;;
20904 esac
20905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20906   (eval "$ac_compile") 2>conftest.er1
20907   ac_status=$?
20908   grep -v '^ *+' conftest.er1 >conftest.err
20909   rm -f conftest.er1
20910   cat conftest.err >&5
20911   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20912   (exit $ac_status); } && {
20913          test -z "$ac_c_werror_flag" ||
20914          test ! -s conftest.err
20915        } && test -s conftest.$ac_objext; then
20916   ac_hi=$ac_mid; break
20917 else
20918   echo "$as_me: failed program was:" >&5
20919 sed 's/^/| /' conftest.$ac_ext >&5
20920
20921         ac_lo=`expr $ac_mid + 1`
20922                         if test $ac_lo -le $ac_mid; then
20923                           ac_lo= ac_hi=
20924                           break
20925                         fi
20926                         ac_mid=`expr 2 '*' $ac_mid + 1`
20927 fi
20928
20929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20930   done
20931 else
20932   echo "$as_me: failed program was:" >&5
20933 sed 's/^/| /' conftest.$ac_ext >&5
20934
20935         cat >conftest.$ac_ext <<_ACEOF
20936 /* confdefs.h.  */
20937 _ACEOF
20938 cat confdefs.h >>conftest.$ac_ext
20939 cat >>conftest.$ac_ext <<_ACEOF
20940 /* end confdefs.h.  */
20941 #include <stddef.h>
20942 int
20943 main ()
20944 {
20945 static int test_array [1 - 2 * !((~(size_t)0 / 10) < 0)];
20946 test_array [0] = 0
20947
20948   ;
20949   return 0;
20950 }
20951 _ACEOF
20952 rm -f conftest.$ac_objext
20953 if { (ac_try="$ac_compile"
20954 case "(($ac_try" in
20955   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20956   *) ac_try_echo=$ac_try;;
20957 esac
20958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20959   (eval "$ac_compile") 2>conftest.er1
20960   ac_status=$?
20961   grep -v '^ *+' conftest.er1 >conftest.err
20962   rm -f conftest.er1
20963   cat conftest.err >&5
20964   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20965   (exit $ac_status); } && {
20966          test -z "$ac_c_werror_flag" ||
20967          test ! -s conftest.err
20968        } && test -s conftest.$ac_objext; then
20969   ac_hi=-1 ac_mid=-1
20970   while :; do
20971     cat >conftest.$ac_ext <<_ACEOF
20972 /* confdefs.h.  */
20973 _ACEOF
20974 cat confdefs.h >>conftest.$ac_ext
20975 cat >>conftest.$ac_ext <<_ACEOF
20976 /* end confdefs.h.  */
20977 #include <stddef.h>
20978 int
20979 main ()
20980 {
20981 static int test_array [1 - 2 * !((~(size_t)0 / 10) >= $ac_mid)];
20982 test_array [0] = 0
20983
20984   ;
20985   return 0;
20986 }
20987 _ACEOF
20988 rm -f conftest.$ac_objext
20989 if { (ac_try="$ac_compile"
20990 case "(($ac_try" in
20991   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20992   *) ac_try_echo=$ac_try;;
20993 esac
20994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20995   (eval "$ac_compile") 2>conftest.er1
20996   ac_status=$?
20997   grep -v '^ *+' conftest.er1 >conftest.err
20998   rm -f conftest.er1
20999   cat conftest.err >&5
21000   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21001   (exit $ac_status); } && {
21002          test -z "$ac_c_werror_flag" ||
21003          test ! -s conftest.err
21004        } && test -s conftest.$ac_objext; then
21005   ac_lo=$ac_mid; break
21006 else
21007   echo "$as_me: failed program was:" >&5
21008 sed 's/^/| /' conftest.$ac_ext >&5
21009
21010         ac_hi=`expr '(' $ac_mid ')' - 1`
21011                         if test $ac_mid -le $ac_hi; then
21012                           ac_lo= ac_hi=
21013                           break
21014                         fi
21015                         ac_mid=`expr 2 '*' $ac_mid`
21016 fi
21017
21018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21019   done
21020 else
21021   echo "$as_me: failed program was:" >&5
21022 sed 's/^/| /' conftest.$ac_ext >&5
21023
21024         ac_lo= ac_hi=
21025 fi
21026
21027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21028 fi
21029
21030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21031 # Binary search between lo and hi bounds.
21032 while test "x$ac_lo" != "x$ac_hi"; do
21033   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21034   cat >conftest.$ac_ext <<_ACEOF
21035 /* confdefs.h.  */
21036 _ACEOF
21037 cat confdefs.h >>conftest.$ac_ext
21038 cat >>conftest.$ac_ext <<_ACEOF
21039 /* end confdefs.h.  */
21040 #include <stddef.h>
21041 int
21042 main ()
21043 {
21044 static int test_array [1 - 2 * !((~(size_t)0 / 10) <= $ac_mid)];
21045 test_array [0] = 0
21046
21047   ;
21048   return 0;
21049 }
21050 _ACEOF
21051 rm -f conftest.$ac_objext
21052 if { (ac_try="$ac_compile"
21053 case "(($ac_try" in
21054   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21055   *) ac_try_echo=$ac_try;;
21056 esac
21057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21058   (eval "$ac_compile") 2>conftest.er1
21059   ac_status=$?
21060   grep -v '^ *+' conftest.er1 >conftest.err
21061   rm -f conftest.er1
21062   cat conftest.err >&5
21063   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21064   (exit $ac_status); } && {
21065          test -z "$ac_c_werror_flag" ||
21066          test ! -s conftest.err
21067        } && test -s conftest.$ac_objext; then
21068   ac_hi=$ac_mid
21069 else
21070   echo "$as_me: failed program was:" >&5
21071 sed 's/^/| /' conftest.$ac_ext >&5
21072
21073         ac_lo=`expr '(' $ac_mid ')' + 1`
21074 fi
21075
21076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21077 done
21078 case $ac_lo in
21079 ?*) res_hi=$ac_lo;;
21080 '') result=? ;;
21081 esac
21082 else
21083   cat >conftest.$ac_ext <<_ACEOF
21084 /* confdefs.h.  */
21085 _ACEOF
21086 cat confdefs.h >>conftest.$ac_ext
21087 cat >>conftest.$ac_ext <<_ACEOF
21088 /* end confdefs.h.  */
21089 #include <stddef.h>
21090 static long int longval () { return ~(size_t)0 / 10; }
21091 static unsigned long int ulongval () { return ~(size_t)0 / 10; }
21092 #include <stdio.h>
21093 #include <stdlib.h>
21094 int
21095 main ()
21096 {
21097
21098   FILE *f = fopen ("conftest.val", "w");
21099   if (! f)
21100     return 1;
21101   if ((~(size_t)0 / 10) < 0)
21102     {
21103       long int i = longval ();
21104       if (i != (~(size_t)0 / 10))
21105         return 1;
21106       fprintf (f, "%ld\n", i);
21107     }
21108   else
21109     {
21110       unsigned long int i = ulongval ();
21111       if (i != (~(size_t)0 / 10))
21112         return 1;
21113       fprintf (f, "%lu\n", i);
21114     }
21115   return ferror (f) || fclose (f) != 0;
21116
21117   ;
21118   return 0;
21119 }
21120 _ACEOF
21121 rm -f conftest$ac_exeext
21122 if { (ac_try="$ac_link"
21123 case "(($ac_try" in
21124   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21125   *) ac_try_echo=$ac_try;;
21126 esac
21127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21128   (eval "$ac_link") 2>&5
21129   ac_status=$?
21130   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21131   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21132   { (case "(($ac_try" in
21133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21134   *) ac_try_echo=$ac_try;;
21135 esac
21136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21137   (eval "$ac_try") 2>&5
21138   ac_status=$?
21139   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21140   (exit $ac_status); }; }; then
21141   res_hi=`cat conftest.val`
21142 else
21143   echo "$as_me: program exited with status $ac_status" >&5
21144 echo "$as_me: failed program was:" >&5
21145 sed 's/^/| /' conftest.$ac_ext >&5
21146
21147 ( exit $ac_status )
21148 result=?
21149 fi
21150 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21151 fi
21152 rm -f conftest.val
21153
21154     if test "$cross_compiling" = yes; then
21155   # Depending upon the size, compute the lo and hi bounds.
21156 cat >conftest.$ac_ext <<_ACEOF
21157 /* confdefs.h.  */
21158 _ACEOF
21159 cat confdefs.h >>conftest.$ac_ext
21160 cat >>conftest.$ac_ext <<_ACEOF
21161 /* end confdefs.h.  */
21162 #include <stddef.h>
21163 int
21164 main ()
21165 {
21166 static int test_array [1 - 2 * !((~(size_t)0 % 10) >= 0)];
21167 test_array [0] = 0
21168
21169   ;
21170   return 0;
21171 }
21172 _ACEOF
21173 rm -f conftest.$ac_objext
21174 if { (ac_try="$ac_compile"
21175 case "(($ac_try" in
21176   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21177   *) ac_try_echo=$ac_try;;
21178 esac
21179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21180   (eval "$ac_compile") 2>conftest.er1
21181   ac_status=$?
21182   grep -v '^ *+' conftest.er1 >conftest.err
21183   rm -f conftest.er1
21184   cat conftest.err >&5
21185   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21186   (exit $ac_status); } && {
21187          test -z "$ac_c_werror_flag" ||
21188          test ! -s conftest.err
21189        } && test -s conftest.$ac_objext; then
21190   ac_lo=0 ac_mid=0
21191   while :; do
21192     cat >conftest.$ac_ext <<_ACEOF
21193 /* confdefs.h.  */
21194 _ACEOF
21195 cat confdefs.h >>conftest.$ac_ext
21196 cat >>conftest.$ac_ext <<_ACEOF
21197 /* end confdefs.h.  */
21198 #include <stddef.h>
21199 int
21200 main ()
21201 {
21202 static int test_array [1 - 2 * !((~(size_t)0 % 10) <= $ac_mid)];
21203 test_array [0] = 0
21204
21205   ;
21206   return 0;
21207 }
21208 _ACEOF
21209 rm -f conftest.$ac_objext
21210 if { (ac_try="$ac_compile"
21211 case "(($ac_try" in
21212   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21213   *) ac_try_echo=$ac_try;;
21214 esac
21215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21216   (eval "$ac_compile") 2>conftest.er1
21217   ac_status=$?
21218   grep -v '^ *+' conftest.er1 >conftest.err
21219   rm -f conftest.er1
21220   cat conftest.err >&5
21221   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21222   (exit $ac_status); } && {
21223          test -z "$ac_c_werror_flag" ||
21224          test ! -s conftest.err
21225        } && test -s conftest.$ac_objext; then
21226   ac_hi=$ac_mid; break
21227 else
21228   echo "$as_me: failed program was:" >&5
21229 sed 's/^/| /' conftest.$ac_ext >&5
21230
21231         ac_lo=`expr $ac_mid + 1`
21232                         if test $ac_lo -le $ac_mid; then
21233                           ac_lo= ac_hi=
21234                           break
21235                         fi
21236                         ac_mid=`expr 2 '*' $ac_mid + 1`
21237 fi
21238
21239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21240   done
21241 else
21242   echo "$as_me: failed program was:" >&5
21243 sed 's/^/| /' conftest.$ac_ext >&5
21244
21245         cat >conftest.$ac_ext <<_ACEOF
21246 /* confdefs.h.  */
21247 _ACEOF
21248 cat confdefs.h >>conftest.$ac_ext
21249 cat >>conftest.$ac_ext <<_ACEOF
21250 /* end confdefs.h.  */
21251 #include <stddef.h>
21252 int
21253 main ()
21254 {
21255 static int test_array [1 - 2 * !((~(size_t)0 % 10) < 0)];
21256 test_array [0] = 0
21257
21258   ;
21259   return 0;
21260 }
21261 _ACEOF
21262 rm -f conftest.$ac_objext
21263 if { (ac_try="$ac_compile"
21264 case "(($ac_try" in
21265   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21266   *) ac_try_echo=$ac_try;;
21267 esac
21268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21269   (eval "$ac_compile") 2>conftest.er1
21270   ac_status=$?
21271   grep -v '^ *+' conftest.er1 >conftest.err
21272   rm -f conftest.er1
21273   cat conftest.err >&5
21274   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21275   (exit $ac_status); } && {
21276          test -z "$ac_c_werror_flag" ||
21277          test ! -s conftest.err
21278        } && test -s conftest.$ac_objext; then
21279   ac_hi=-1 ac_mid=-1
21280   while :; do
21281     cat >conftest.$ac_ext <<_ACEOF
21282 /* confdefs.h.  */
21283 _ACEOF
21284 cat confdefs.h >>conftest.$ac_ext
21285 cat >>conftest.$ac_ext <<_ACEOF
21286 /* end confdefs.h.  */
21287 #include <stddef.h>
21288 int
21289 main ()
21290 {
21291 static int test_array [1 - 2 * !((~(size_t)0 % 10) >= $ac_mid)];
21292 test_array [0] = 0
21293
21294   ;
21295   return 0;
21296 }
21297 _ACEOF
21298 rm -f conftest.$ac_objext
21299 if { (ac_try="$ac_compile"
21300 case "(($ac_try" in
21301   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21302   *) ac_try_echo=$ac_try;;
21303 esac
21304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21305   (eval "$ac_compile") 2>conftest.er1
21306   ac_status=$?
21307   grep -v '^ *+' conftest.er1 >conftest.err
21308   rm -f conftest.er1
21309   cat conftest.err >&5
21310   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21311   (exit $ac_status); } && {
21312          test -z "$ac_c_werror_flag" ||
21313          test ! -s conftest.err
21314        } && test -s conftest.$ac_objext; then
21315   ac_lo=$ac_mid; break
21316 else
21317   echo "$as_me: failed program was:" >&5
21318 sed 's/^/| /' conftest.$ac_ext >&5
21319
21320         ac_hi=`expr '(' $ac_mid ')' - 1`
21321                         if test $ac_mid -le $ac_hi; then
21322                           ac_lo= ac_hi=
21323                           break
21324                         fi
21325                         ac_mid=`expr 2 '*' $ac_mid`
21326 fi
21327
21328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21329   done
21330 else
21331   echo "$as_me: failed program was:" >&5
21332 sed 's/^/| /' conftest.$ac_ext >&5
21333
21334         ac_lo= ac_hi=
21335 fi
21336
21337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21338 fi
21339
21340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21341 # Binary search between lo and hi bounds.
21342 while test "x$ac_lo" != "x$ac_hi"; do
21343   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21344   cat >conftest.$ac_ext <<_ACEOF
21345 /* confdefs.h.  */
21346 _ACEOF
21347 cat confdefs.h >>conftest.$ac_ext
21348 cat >>conftest.$ac_ext <<_ACEOF
21349 /* end confdefs.h.  */
21350 #include <stddef.h>
21351 int
21352 main ()
21353 {
21354 static int test_array [1 - 2 * !((~(size_t)0 % 10) <= $ac_mid)];
21355 test_array [0] = 0
21356
21357   ;
21358   return 0;
21359 }
21360 _ACEOF
21361 rm -f conftest.$ac_objext
21362 if { (ac_try="$ac_compile"
21363 case "(($ac_try" in
21364   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21365   *) ac_try_echo=$ac_try;;
21366 esac
21367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21368   (eval "$ac_compile") 2>conftest.er1
21369   ac_status=$?
21370   grep -v '^ *+' conftest.er1 >conftest.err
21371   rm -f conftest.er1
21372   cat conftest.err >&5
21373   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21374   (exit $ac_status); } && {
21375          test -z "$ac_c_werror_flag" ||
21376          test ! -s conftest.err
21377        } && test -s conftest.$ac_objext; then
21378   ac_hi=$ac_mid
21379 else
21380   echo "$as_me: failed program was:" >&5
21381 sed 's/^/| /' conftest.$ac_ext >&5
21382
21383         ac_lo=`expr '(' $ac_mid ')' + 1`
21384 fi
21385
21386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21387 done
21388 case $ac_lo in
21389 ?*) res_lo=$ac_lo;;
21390 '') result=? ;;
21391 esac
21392 else
21393   cat >conftest.$ac_ext <<_ACEOF
21394 /* confdefs.h.  */
21395 _ACEOF
21396 cat confdefs.h >>conftest.$ac_ext
21397 cat >>conftest.$ac_ext <<_ACEOF
21398 /* end confdefs.h.  */
21399 #include <stddef.h>
21400 static long int longval () { return ~(size_t)0 % 10; }
21401 static unsigned long int ulongval () { return ~(size_t)0 % 10; }
21402 #include <stdio.h>
21403 #include <stdlib.h>
21404 int
21405 main ()
21406 {
21407
21408   FILE *f = fopen ("conftest.val", "w");
21409   if (! f)
21410     return 1;
21411   if ((~(size_t)0 % 10) < 0)
21412     {
21413       long int i = longval ();
21414       if (i != (~(size_t)0 % 10))
21415         return 1;
21416       fprintf (f, "%ld\n", i);
21417     }
21418   else
21419     {
21420       unsigned long int i = ulongval ();
21421       if (i != (~(size_t)0 % 10))
21422         return 1;
21423       fprintf (f, "%lu\n", i);
21424     }
21425   return ferror (f) || fclose (f) != 0;
21426
21427   ;
21428   return 0;
21429 }
21430 _ACEOF
21431 rm -f conftest$ac_exeext
21432 if { (ac_try="$ac_link"
21433 case "(($ac_try" in
21434   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21435   *) ac_try_echo=$ac_try;;
21436 esac
21437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21438   (eval "$ac_link") 2>&5
21439   ac_status=$?
21440   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21441   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21442   { (case "(($ac_try" in
21443   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21444   *) ac_try_echo=$ac_try;;
21445 esac
21446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21447   (eval "$ac_try") 2>&5
21448   ac_status=$?
21449   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21450   (exit $ac_status); }; }; then
21451   res_lo=`cat conftest.val`
21452 else
21453   echo "$as_me: program exited with status $ac_status" >&5
21454 echo "$as_me: failed program was:" >&5
21455 sed 's/^/| /' conftest.$ac_ext >&5
21456
21457 ( exit $ac_status )
21458 result=?
21459 fi
21460 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21461 fi
21462 rm -f conftest.val
21463
21464     if test "$cross_compiling" = yes; then
21465   # Depending upon the size, compute the lo and hi bounds.
21466 cat >conftest.$ac_ext <<_ACEOF
21467 /* confdefs.h.  */
21468 _ACEOF
21469 cat confdefs.h >>conftest.$ac_ext
21470 cat >>conftest.$ac_ext <<_ACEOF
21471 /* end confdefs.h.  */
21472 #include <stddef.h>
21473 int
21474 main ()
21475 {
21476 static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) >= 0)];
21477 test_array [0] = 0
21478
21479   ;
21480   return 0;
21481 }
21482 _ACEOF
21483 rm -f conftest.$ac_objext
21484 if { (ac_try="$ac_compile"
21485 case "(($ac_try" in
21486   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21487   *) ac_try_echo=$ac_try;;
21488 esac
21489 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21490   (eval "$ac_compile") 2>conftest.er1
21491   ac_status=$?
21492   grep -v '^ *+' conftest.er1 >conftest.err
21493   rm -f conftest.er1
21494   cat conftest.err >&5
21495   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21496   (exit $ac_status); } && {
21497          test -z "$ac_c_werror_flag" ||
21498          test ! -s conftest.err
21499        } && test -s conftest.$ac_objext; then
21500   ac_lo=0 ac_mid=0
21501   while :; do
21502     cat >conftest.$ac_ext <<_ACEOF
21503 /* confdefs.h.  */
21504 _ACEOF
21505 cat confdefs.h >>conftest.$ac_ext
21506 cat >>conftest.$ac_ext <<_ACEOF
21507 /* end confdefs.h.  */
21508 #include <stddef.h>
21509 int
21510 main ()
21511 {
21512 static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) <= $ac_mid)];
21513 test_array [0] = 0
21514
21515   ;
21516   return 0;
21517 }
21518 _ACEOF
21519 rm -f conftest.$ac_objext
21520 if { (ac_try="$ac_compile"
21521 case "(($ac_try" in
21522   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21523   *) ac_try_echo=$ac_try;;
21524 esac
21525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21526   (eval "$ac_compile") 2>conftest.er1
21527   ac_status=$?
21528   grep -v '^ *+' conftest.er1 >conftest.err
21529   rm -f conftest.er1
21530   cat conftest.err >&5
21531   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21532   (exit $ac_status); } && {
21533          test -z "$ac_c_werror_flag" ||
21534          test ! -s conftest.err
21535        } && test -s conftest.$ac_objext; then
21536   ac_hi=$ac_mid; break
21537 else
21538   echo "$as_me: failed program was:" >&5
21539 sed 's/^/| /' conftest.$ac_ext >&5
21540
21541         ac_lo=`expr $ac_mid + 1`
21542                         if test $ac_lo -le $ac_mid; then
21543                           ac_lo= ac_hi=
21544                           break
21545                         fi
21546                         ac_mid=`expr 2 '*' $ac_mid + 1`
21547 fi
21548
21549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21550   done
21551 else
21552   echo "$as_me: failed program was:" >&5
21553 sed 's/^/| /' conftest.$ac_ext >&5
21554
21555         cat >conftest.$ac_ext <<_ACEOF
21556 /* confdefs.h.  */
21557 _ACEOF
21558 cat confdefs.h >>conftest.$ac_ext
21559 cat >>conftest.$ac_ext <<_ACEOF
21560 /* end confdefs.h.  */
21561 #include <stddef.h>
21562 int
21563 main ()
21564 {
21565 static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) < 0)];
21566 test_array [0] = 0
21567
21568   ;
21569   return 0;
21570 }
21571 _ACEOF
21572 rm -f conftest.$ac_objext
21573 if { (ac_try="$ac_compile"
21574 case "(($ac_try" in
21575   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21576   *) ac_try_echo=$ac_try;;
21577 esac
21578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21579   (eval "$ac_compile") 2>conftest.er1
21580   ac_status=$?
21581   grep -v '^ *+' conftest.er1 >conftest.err
21582   rm -f conftest.er1
21583   cat conftest.err >&5
21584   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21585   (exit $ac_status); } && {
21586          test -z "$ac_c_werror_flag" ||
21587          test ! -s conftest.err
21588        } && test -s conftest.$ac_objext; then
21589   ac_hi=-1 ac_mid=-1
21590   while :; do
21591     cat >conftest.$ac_ext <<_ACEOF
21592 /* confdefs.h.  */
21593 _ACEOF
21594 cat confdefs.h >>conftest.$ac_ext
21595 cat >>conftest.$ac_ext <<_ACEOF
21596 /* end confdefs.h.  */
21597 #include <stddef.h>
21598 int
21599 main ()
21600 {
21601 static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) >= $ac_mid)];
21602 test_array [0] = 0
21603
21604   ;
21605   return 0;
21606 }
21607 _ACEOF
21608 rm -f conftest.$ac_objext
21609 if { (ac_try="$ac_compile"
21610 case "(($ac_try" in
21611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21612   *) ac_try_echo=$ac_try;;
21613 esac
21614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21615   (eval "$ac_compile") 2>conftest.er1
21616   ac_status=$?
21617   grep -v '^ *+' conftest.er1 >conftest.err
21618   rm -f conftest.er1
21619   cat conftest.err >&5
21620   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21621   (exit $ac_status); } && {
21622          test -z "$ac_c_werror_flag" ||
21623          test ! -s conftest.err
21624        } && test -s conftest.$ac_objext; then
21625   ac_lo=$ac_mid; break
21626 else
21627   echo "$as_me: failed program was:" >&5
21628 sed 's/^/| /' conftest.$ac_ext >&5
21629
21630         ac_hi=`expr '(' $ac_mid ')' - 1`
21631                         if test $ac_mid -le $ac_hi; then
21632                           ac_lo= ac_hi=
21633                           break
21634                         fi
21635                         ac_mid=`expr 2 '*' $ac_mid`
21636 fi
21637
21638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21639   done
21640 else
21641   echo "$as_me: failed program was:" >&5
21642 sed 's/^/| /' conftest.$ac_ext >&5
21643
21644         ac_lo= ac_hi=
21645 fi
21646
21647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21648 fi
21649
21650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21651 # Binary search between lo and hi bounds.
21652 while test "x$ac_lo" != "x$ac_hi"; do
21653   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21654   cat >conftest.$ac_ext <<_ACEOF
21655 /* confdefs.h.  */
21656 _ACEOF
21657 cat confdefs.h >>conftest.$ac_ext
21658 cat >>conftest.$ac_ext <<_ACEOF
21659 /* end confdefs.h.  */
21660 #include <stddef.h>
21661 int
21662 main ()
21663 {
21664 static int test_array [1 - 2 * !((sizeof (size_t) <= sizeof (unsigned int)) <= $ac_mid)];
21665 test_array [0] = 0
21666
21667   ;
21668   return 0;
21669 }
21670 _ACEOF
21671 rm -f conftest.$ac_objext
21672 if { (ac_try="$ac_compile"
21673 case "(($ac_try" in
21674   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21675   *) ac_try_echo=$ac_try;;
21676 esac
21677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21678   (eval "$ac_compile") 2>conftest.er1
21679   ac_status=$?
21680   grep -v '^ *+' conftest.er1 >conftest.err
21681   rm -f conftest.er1
21682   cat conftest.err >&5
21683   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21684   (exit $ac_status); } && {
21685          test -z "$ac_c_werror_flag" ||
21686          test ! -s conftest.err
21687        } && test -s conftest.$ac_objext; then
21688   ac_hi=$ac_mid
21689 else
21690   echo "$as_me: failed program was:" >&5
21691 sed 's/^/| /' conftest.$ac_ext >&5
21692
21693         ac_lo=`expr '(' $ac_mid ')' + 1`
21694 fi
21695
21696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21697 done
21698 case $ac_lo in
21699 ?*) fits_in_uint=$ac_lo;;
21700 '') result=? ;;
21701 esac
21702 else
21703   cat >conftest.$ac_ext <<_ACEOF
21704 /* confdefs.h.  */
21705 _ACEOF
21706 cat confdefs.h >>conftest.$ac_ext
21707 cat >>conftest.$ac_ext <<_ACEOF
21708 /* end confdefs.h.  */
21709 #include <stddef.h>
21710 static long int longval () { return sizeof (size_t) <= sizeof (unsigned int); }
21711 static unsigned long int ulongval () { return sizeof (size_t) <= sizeof (unsigned int); }
21712 #include <stdio.h>
21713 #include <stdlib.h>
21714 int
21715 main ()
21716 {
21717
21718   FILE *f = fopen ("conftest.val", "w");
21719   if (! f)
21720     return 1;
21721   if ((sizeof (size_t) <= sizeof (unsigned int)) < 0)
21722     {
21723       long int i = longval ();
21724       if (i != (sizeof (size_t) <= sizeof (unsigned int)))
21725         return 1;
21726       fprintf (f, "%ld\n", i);
21727     }
21728   else
21729     {
21730       unsigned long int i = ulongval ();
21731       if (i != (sizeof (size_t) <= sizeof (unsigned int)))
21732         return 1;
21733       fprintf (f, "%lu\n", i);
21734     }
21735   return ferror (f) || fclose (f) != 0;
21736
21737   ;
21738   return 0;
21739 }
21740 _ACEOF
21741 rm -f conftest$ac_exeext
21742 if { (ac_try="$ac_link"
21743 case "(($ac_try" in
21744   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21745   *) ac_try_echo=$ac_try;;
21746 esac
21747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21748   (eval "$ac_link") 2>&5
21749   ac_status=$?
21750   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21751   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21752   { (case "(($ac_try" in
21753   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21754   *) ac_try_echo=$ac_try;;
21755 esac
21756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21757   (eval "$ac_try") 2>&5
21758   ac_status=$?
21759   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21760   (exit $ac_status); }; }; then
21761   fits_in_uint=`cat conftest.val`
21762 else
21763   echo "$as_me: program exited with status $ac_status" >&5
21764 echo "$as_me: failed program was:" >&5
21765 sed 's/^/| /' conftest.$ac_ext >&5
21766
21767 ( exit $ac_status )
21768 result=?
21769 fi
21770 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21771 fi
21772 rm -f conftest.val
21773
21774     if test "$fits_in_uint" = 1; then
21775                   cat >conftest.$ac_ext <<_ACEOF
21776 /* confdefs.h.  */
21777 _ACEOF
21778 cat confdefs.h >>conftest.$ac_ext
21779 cat >>conftest.$ac_ext <<_ACEOF
21780 /* end confdefs.h.  */
21781 #include <stddef.h>
21782         extern size_t foo;
21783         extern unsigned long foo;
21784
21785 int
21786 main ()
21787 {
21788
21789   ;
21790   return 0;
21791 }
21792 _ACEOF
21793 rm -f conftest.$ac_objext
21794 if { (ac_try="$ac_compile"
21795 case "(($ac_try" in
21796   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21797   *) ac_try_echo=$ac_try;;
21798 esac
21799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21800   (eval "$ac_compile") 2>conftest.er1
21801   ac_status=$?
21802   grep -v '^ *+' conftest.er1 >conftest.err
21803   rm -f conftest.er1
21804   cat conftest.err >&5
21805   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21806   (exit $ac_status); } && {
21807          test -z "$ac_c_werror_flag" ||
21808          test ! -s conftest.err
21809        } && test -s conftest.$ac_objext; then
21810   fits_in_uint=0
21811 else
21812   echo "$as_me: failed program was:" >&5
21813 sed 's/^/| /' conftest.$ac_ext >&5
21814
21815
21816 fi
21817
21818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21819     fi
21820     if test -z "$result"; then
21821       if test "$fits_in_uint" = 1; then
21822         result="$res_hi$res_lo"U
21823       else
21824         result="$res_hi$res_lo"UL
21825       fi
21826     else
21827             result='~(size_t)0'
21828     fi
21829   fi
21830   { echo "$as_me:$LINENO: result: $result" >&5
21831 echo "${ECHO_T}$result" >&6; }
21832   if test "$result" != yes; then
21833
21834 cat >>confdefs.h <<_ACEOF
21835 #define SIZE_MAX $result
21836 _ACEOF
21837
21838   fi
21839
21840
21841
21842
21843
21844 for ac_header in stdint.h
21845 do
21846 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21847 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21848   { echo "$as_me:$LINENO: checking for $ac_header" >&5
21849 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21850 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21851   echo $ECHO_N "(cached) $ECHO_C" >&6
21852 fi
21853 ac_res=`eval echo '${'$as_ac_Header'}'`
21854                { echo "$as_me:$LINENO: result: $ac_res" >&5
21855 echo "${ECHO_T}$ac_res" >&6; }
21856 else
21857   # Is the header compilable?
21858 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21859 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21860 cat >conftest.$ac_ext <<_ACEOF
21861 /* confdefs.h.  */
21862 _ACEOF
21863 cat confdefs.h >>conftest.$ac_ext
21864 cat >>conftest.$ac_ext <<_ACEOF
21865 /* end confdefs.h.  */
21866 $ac_includes_default
21867 #include <$ac_header>
21868 _ACEOF
21869 rm -f conftest.$ac_objext
21870 if { (ac_try="$ac_compile"
21871 case "(($ac_try" in
21872   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21873   *) ac_try_echo=$ac_try;;
21874 esac
21875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21876   (eval "$ac_compile") 2>conftest.er1
21877   ac_status=$?
21878   grep -v '^ *+' conftest.er1 >conftest.err
21879   rm -f conftest.er1
21880   cat conftest.err >&5
21881   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21882   (exit $ac_status); } && {
21883          test -z "$ac_c_werror_flag" ||
21884          test ! -s conftest.err
21885        } && test -s conftest.$ac_objext; then
21886   ac_header_compiler=yes
21887 else
21888   echo "$as_me: failed program was:" >&5
21889 sed 's/^/| /' conftest.$ac_ext >&5
21890
21891         ac_header_compiler=no
21892 fi
21893
21894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21895 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21896 echo "${ECHO_T}$ac_header_compiler" >&6; }
21897
21898 # Is the header present?
21899 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21900 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21901 cat >conftest.$ac_ext <<_ACEOF
21902 /* confdefs.h.  */
21903 _ACEOF
21904 cat confdefs.h >>conftest.$ac_ext
21905 cat >>conftest.$ac_ext <<_ACEOF
21906 /* end confdefs.h.  */
21907 #include <$ac_header>
21908 _ACEOF
21909 if { (ac_try="$ac_cpp conftest.$ac_ext"
21910 case "(($ac_try" in
21911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21912   *) ac_try_echo=$ac_try;;
21913 esac
21914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21915   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21916   ac_status=$?
21917   grep -v '^ *+' conftest.er1 >conftest.err
21918   rm -f conftest.er1
21919   cat conftest.err >&5
21920   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21921   (exit $ac_status); } >/dev/null && {
21922          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21923          test ! -s conftest.err
21924        }; then
21925   ac_header_preproc=yes
21926 else
21927   echo "$as_me: failed program was:" >&5
21928 sed 's/^/| /' conftest.$ac_ext >&5
21929
21930   ac_header_preproc=no
21931 fi
21932
21933 rm -f conftest.err conftest.$ac_ext
21934 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21935 echo "${ECHO_T}$ac_header_preproc" >&6; }
21936
21937 # So?  What about this header?
21938 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21939   yes:no: )
21940     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21941 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21942     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21943 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21944     ac_header_preproc=yes
21945     ;;
21946   no:yes:* )
21947     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21948 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21949     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
21950 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
21951     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21952 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21953     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
21954 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
21955     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21956 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21957     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21958 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21959
21960     ;;
21961 esac
21962 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21963 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21964 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21965   echo $ECHO_N "(cached) $ECHO_C" >&6
21966 else
21967   eval "$as_ac_Header=\$ac_header_preproc"
21968 fi
21969 ac_res=`eval echo '${'$as_ac_Header'}'`
21970                { echo "$as_me:$LINENO: result: $ac_res" >&5
21971 echo "${ECHO_T}$ac_res" >&6; }
21972
21973 fi
21974 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21975   cat >>confdefs.h <<_ACEOF
21976 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21977 _ACEOF
21978
21979 fi
21980
21981 done
21982
21983
21984
21985
21986
21987
21988
21989
21990   { echo "$as_me:$LINENO: checking for ptrdiff_t" >&5
21991 echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; }
21992 if test "${ac_cv_type_ptrdiff_t+set}" = set; then
21993   echo $ECHO_N "(cached) $ECHO_C" >&6
21994 else
21995   cat >conftest.$ac_ext <<_ACEOF
21996 /* confdefs.h.  */
21997 _ACEOF
21998 cat confdefs.h >>conftest.$ac_ext
21999 cat >>conftest.$ac_ext <<_ACEOF
22000 /* end confdefs.h.  */
22001 $ac_includes_default
22002 typedef ptrdiff_t ac__type_new_;
22003 int
22004 main ()
22005 {
22006 if ((ac__type_new_ *) 0)
22007   return 0;
22008 if (sizeof (ac__type_new_))
22009   return 0;
22010   ;
22011   return 0;
22012 }
22013 _ACEOF
22014 rm -f conftest.$ac_objext
22015 if { (ac_try="$ac_compile"
22016 case "(($ac_try" in
22017   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22018   *) ac_try_echo=$ac_try;;
22019 esac
22020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22021   (eval "$ac_compile") 2>conftest.er1
22022   ac_status=$?
22023   grep -v '^ *+' conftest.er1 >conftest.err
22024   rm -f conftest.er1
22025   cat conftest.err >&5
22026   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22027   (exit $ac_status); } && {
22028          test -z "$ac_c_werror_flag" ||
22029          test ! -s conftest.err
22030        } && test -s conftest.$ac_objext; then
22031   ac_cv_type_ptrdiff_t=yes
22032 else
22033   echo "$as_me: failed program was:" >&5
22034 sed 's/^/| /' conftest.$ac_ext >&5
22035
22036         ac_cv_type_ptrdiff_t=no
22037 fi
22038
22039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22040 fi
22041 { echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5
22042 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; }
22043 if test $ac_cv_type_ptrdiff_t = yes; then
22044   :
22045 else
22046
22047 cat >>confdefs.h <<\_ACEOF
22048 #define ptrdiff_t long
22049 _ACEOF
22050
22051
22052 fi
22053
22054
22055
22056
22057
22058
22059
22060
22061
22062
22063
22064 for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
22065 stdlib.h string.h unistd.h sys/param.h
22066 do
22067 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22068 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22069   { echo "$as_me:$LINENO: checking for $ac_header" >&5
22070 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22071 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22072   echo $ECHO_N "(cached) $ECHO_C" >&6
22073 fi
22074 ac_res=`eval echo '${'$as_ac_Header'}'`
22075                { echo "$as_me:$LINENO: result: $ac_res" >&5
22076 echo "${ECHO_T}$ac_res" >&6; }
22077 else
22078   # Is the header compilable?
22079 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
22080 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
22081 cat >conftest.$ac_ext <<_ACEOF
22082 /* confdefs.h.  */
22083 _ACEOF
22084 cat confdefs.h >>conftest.$ac_ext
22085 cat >>conftest.$ac_ext <<_ACEOF
22086 /* end confdefs.h.  */
22087 $ac_includes_default
22088 #include <$ac_header>
22089 _ACEOF
22090 rm -f conftest.$ac_objext
22091 if { (ac_try="$ac_compile"
22092 case "(($ac_try" in
22093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22094   *) ac_try_echo=$ac_try;;
22095 esac
22096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22097   (eval "$ac_compile") 2>conftest.er1
22098   ac_status=$?
22099   grep -v '^ *+' conftest.er1 >conftest.err
22100   rm -f conftest.er1
22101   cat conftest.err >&5
22102   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22103   (exit $ac_status); } && {
22104          test -z "$ac_c_werror_flag" ||
22105          test ! -s conftest.err
22106        } && test -s conftest.$ac_objext; then
22107   ac_header_compiler=yes
22108 else
22109   echo "$as_me: failed program was:" >&5
22110 sed 's/^/| /' conftest.$ac_ext >&5
22111
22112         ac_header_compiler=no
22113 fi
22114
22115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22116 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22117 echo "${ECHO_T}$ac_header_compiler" >&6; }
22118
22119 # Is the header present?
22120 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
22121 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
22122 cat >conftest.$ac_ext <<_ACEOF
22123 /* confdefs.h.  */
22124 _ACEOF
22125 cat confdefs.h >>conftest.$ac_ext
22126 cat >>conftest.$ac_ext <<_ACEOF
22127 /* end confdefs.h.  */
22128 #include <$ac_header>
22129 _ACEOF
22130 if { (ac_try="$ac_cpp conftest.$ac_ext"
22131 case "(($ac_try" in
22132   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22133   *) ac_try_echo=$ac_try;;
22134 esac
22135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22136   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22137   ac_status=$?
22138   grep -v '^ *+' conftest.er1 >conftest.err
22139   rm -f conftest.er1
22140   cat conftest.err >&5
22141   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22142   (exit $ac_status); } >/dev/null && {
22143          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22144          test ! -s conftest.err
22145        }; then
22146   ac_header_preproc=yes
22147 else
22148   echo "$as_me: failed program was:" >&5
22149 sed 's/^/| /' conftest.$ac_ext >&5
22150
22151   ac_header_preproc=no
22152 fi
22153
22154 rm -f conftest.err conftest.$ac_ext
22155 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22156 echo "${ECHO_T}$ac_header_preproc" >&6; }
22157
22158 # So?  What about this header?
22159 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22160   yes:no: )
22161     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22162 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22163     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22164 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22165     ac_header_preproc=yes
22166     ;;
22167   no:yes:* )
22168     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22169 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22170     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
22171 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
22172     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22173 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22174     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
22175 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
22176     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22177 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22178     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22179 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22180
22181     ;;
22182 esac
22183 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22184 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22185 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22186   echo $ECHO_N "(cached) $ECHO_C" >&6
22187 else
22188   eval "$as_ac_Header=\$ac_header_preproc"
22189 fi
22190 ac_res=`eval echo '${'$as_ac_Header'}'`
22191                { echo "$as_me:$LINENO: result: $ac_res" >&5
22192 echo "${ECHO_T}$ac_res" >&6; }
22193
22194 fi
22195 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22196   cat >>confdefs.h <<_ACEOF
22197 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22198 _ACEOF
22199
22200 fi
22201
22202 done
22203
22204
22205
22206
22207
22208
22209
22210
22211
22212
22213
22214
22215
22216
22217
22218
22219
22220
22221
22222
22223
22224
22225
22226
22227 for ac_func in asprintf fwprintf getcwd getegid geteuid getgid getuid \
22228 mempcpy munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup \
22229 strtoul tsearch wcslen __argz_count __argz_stringify __argz_next \
22230 __fsetlocking
22231 do
22232 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22233 { echo "$as_me:$LINENO: checking for $ac_func" >&5
22234 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
22235 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
22236   echo $ECHO_N "(cached) $ECHO_C" >&6
22237 else
22238   cat >conftest.$ac_ext <<_ACEOF
22239 /* confdefs.h.  */
22240 _ACEOF
22241 cat confdefs.h >>conftest.$ac_ext
22242 cat >>conftest.$ac_ext <<_ACEOF
22243 /* end confdefs.h.  */
22244 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22245    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
22246 #define $ac_func innocuous_$ac_func
22247
22248 /* System header to define __stub macros and hopefully few prototypes,
22249     which can conflict with char $ac_func (); below.
22250     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22251     <limits.h> exists even on freestanding compilers.  */
22252
22253 #ifdef __STDC__
22254 # include <limits.h>
22255 #else
22256 # include <assert.h>
22257 #endif
22258
22259 #undef $ac_func
22260
22261 /* Override any GCC internal prototype to avoid an error.
22262    Use char because int might match the return type of a GCC
22263    builtin and then its argument prototype would still apply.  */
22264 #ifdef __cplusplus
22265 extern "C"
22266 #endif
22267 char $ac_func ();
22268 /* The GNU C library defines this for functions which it implements
22269     to always fail with ENOSYS.  Some functions are actually named
22270     something starting with __ and the normal name is an alias.  */
22271 #if defined __stub_$ac_func || defined __stub___$ac_func
22272 choke me
22273 #endif
22274
22275 int
22276 main ()
22277 {
22278 return $ac_func ();
22279   ;
22280   return 0;
22281 }
22282 _ACEOF
22283 rm -f conftest.$ac_objext conftest$ac_exeext
22284 if { (ac_try="$ac_link"
22285 case "(($ac_try" in
22286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22287   *) ac_try_echo=$ac_try;;
22288 esac
22289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22290   (eval "$ac_link") 2>conftest.er1
22291   ac_status=$?
22292   grep -v '^ *+' conftest.er1 >conftest.err
22293   rm -f conftest.er1
22294   cat conftest.err >&5
22295   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22296   (exit $ac_status); } && {
22297          test -z "$ac_c_werror_flag" ||
22298          test ! -s conftest.err
22299        } && test -s conftest$ac_exeext &&
22300        $as_test_x conftest$ac_exeext; then
22301   eval "$as_ac_var=yes"
22302 else
22303   echo "$as_me: failed program was:" >&5
22304 sed 's/^/| /' conftest.$ac_ext >&5
22305
22306         eval "$as_ac_var=no"
22307 fi
22308
22309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22310       conftest$ac_exeext conftest.$ac_ext
22311 fi
22312 ac_res=`eval echo '${'$as_ac_var'}'`
22313                { echo "$as_me:$LINENO: result: $ac_res" >&5
22314 echo "${ECHO_T}$ac_res" >&6; }
22315 if test `eval echo '${'$as_ac_var'}'` = yes; then
22316   cat >>confdefs.h <<_ACEOF
22317 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22318 _ACEOF
22319
22320 fi
22321 done
22322
22323
22324
22325   { echo "$as_me:$LINENO: checking whether _snprintf is declared" >&5
22326 echo $ECHO_N "checking whether _snprintf is declared... $ECHO_C" >&6; }
22327 if test "${ac_cv_have_decl__snprintf+set}" = set; then
22328   echo $ECHO_N "(cached) $ECHO_C" >&6
22329 else
22330   cat >conftest.$ac_ext <<_ACEOF
22331 /* confdefs.h.  */
22332 _ACEOF
22333 cat confdefs.h >>conftest.$ac_ext
22334 cat >>conftest.$ac_ext <<_ACEOF
22335 /* end confdefs.h.  */
22336 #include <stdio.h>
22337 int
22338 main ()
22339 {
22340
22341 #ifndef _snprintf
22342   char *p = (char *) _snprintf;
22343 #endif
22344
22345   ;
22346   return 0;
22347 }
22348 _ACEOF
22349 rm -f conftest.$ac_objext
22350 if { (ac_try="$ac_compile"
22351 case "(($ac_try" in
22352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22353   *) ac_try_echo=$ac_try;;
22354 esac
22355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22356   (eval "$ac_compile") 2>conftest.er1
22357   ac_status=$?
22358   grep -v '^ *+' conftest.er1 >conftest.err
22359   rm -f conftest.er1
22360   cat conftest.err >&5
22361   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22362   (exit $ac_status); } && {
22363          test -z "$ac_c_werror_flag" ||
22364          test ! -s conftest.err
22365        } && test -s conftest.$ac_objext; then
22366   ac_cv_have_decl__snprintf=yes
22367 else
22368   echo "$as_me: failed program was:" >&5
22369 sed 's/^/| /' conftest.$ac_ext >&5
22370
22371         ac_cv_have_decl__snprintf=no
22372 fi
22373
22374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22375 fi
22376 { echo "$as_me:$LINENO: result: $ac_cv_have_decl__snprintf" >&5
22377 echo "${ECHO_T}$ac_cv_have_decl__snprintf" >&6; }
22378   if test $ac_cv_have_decl__snprintf = yes; then
22379     gt_value=1
22380   else
22381     gt_value=0
22382   fi
22383
22384 cat >>confdefs.h <<_ACEOF
22385 #define HAVE_DECL__SNPRINTF $gt_value
22386 _ACEOF
22387
22388
22389
22390   { echo "$as_me:$LINENO: checking whether _snwprintf is declared" >&5
22391 echo $ECHO_N "checking whether _snwprintf is declared... $ECHO_C" >&6; }
22392 if test "${ac_cv_have_decl__snwprintf+set}" = set; then
22393   echo $ECHO_N "(cached) $ECHO_C" >&6
22394 else
22395   cat >conftest.$ac_ext <<_ACEOF
22396 /* confdefs.h.  */
22397 _ACEOF
22398 cat confdefs.h >>conftest.$ac_ext
22399 cat >>conftest.$ac_ext <<_ACEOF
22400 /* end confdefs.h.  */
22401 #include <stdio.h>
22402 int
22403 main ()
22404 {
22405
22406 #ifndef _snwprintf
22407   char *p = (char *) _snwprintf;
22408 #endif
22409
22410   ;
22411   return 0;
22412 }
22413 _ACEOF
22414 rm -f conftest.$ac_objext
22415 if { (ac_try="$ac_compile"
22416 case "(($ac_try" in
22417   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22418   *) ac_try_echo=$ac_try;;
22419 esac
22420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22421   (eval "$ac_compile") 2>conftest.er1
22422   ac_status=$?
22423   grep -v '^ *+' conftest.er1 >conftest.err
22424   rm -f conftest.er1
22425   cat conftest.err >&5
22426   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22427   (exit $ac_status); } && {
22428          test -z "$ac_c_werror_flag" ||
22429          test ! -s conftest.err
22430        } && test -s conftest.$ac_objext; then
22431   ac_cv_have_decl__snwprintf=yes
22432 else
22433   echo "$as_me: failed program was:" >&5
22434 sed 's/^/| /' conftest.$ac_ext >&5
22435
22436         ac_cv_have_decl__snwprintf=no
22437 fi
22438
22439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22440 fi
22441 { echo "$as_me:$LINENO: result: $ac_cv_have_decl__snwprintf" >&5
22442 echo "${ECHO_T}$ac_cv_have_decl__snwprintf" >&6; }
22443   if test $ac_cv_have_decl__snwprintf = yes; then
22444     gt_value=1
22445   else
22446     gt_value=0
22447   fi
22448
22449 cat >>confdefs.h <<_ACEOF
22450 #define HAVE_DECL__SNWPRINTF $gt_value
22451 _ACEOF
22452
22453
22454
22455
22456   { echo "$as_me:$LINENO: checking whether feof_unlocked is declared" >&5
22457 echo $ECHO_N "checking whether feof_unlocked is declared... $ECHO_C" >&6; }
22458 if test "${ac_cv_have_decl_feof_unlocked+set}" = set; then
22459   echo $ECHO_N "(cached) $ECHO_C" >&6
22460 else
22461   cat >conftest.$ac_ext <<_ACEOF
22462 /* confdefs.h.  */
22463 _ACEOF
22464 cat confdefs.h >>conftest.$ac_ext
22465 cat >>conftest.$ac_ext <<_ACEOF
22466 /* end confdefs.h.  */
22467 #include <stdio.h>
22468 int
22469 main ()
22470 {
22471
22472 #ifndef feof_unlocked
22473   char *p = (char *) feof_unlocked;
22474 #endif
22475
22476   ;
22477   return 0;
22478 }
22479 _ACEOF
22480 rm -f conftest.$ac_objext
22481 if { (ac_try="$ac_compile"
22482 case "(($ac_try" in
22483   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22484   *) ac_try_echo=$ac_try;;
22485 esac
22486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22487   (eval "$ac_compile") 2>conftest.er1
22488   ac_status=$?
22489   grep -v '^ *+' conftest.er1 >conftest.err
22490   rm -f conftest.er1
22491   cat conftest.err >&5
22492   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22493   (exit $ac_status); } && {
22494          test -z "$ac_c_werror_flag" ||
22495          test ! -s conftest.err
22496        } && test -s conftest.$ac_objext; then
22497   ac_cv_have_decl_feof_unlocked=yes
22498 else
22499   echo "$as_me: failed program was:" >&5
22500 sed 's/^/| /' conftest.$ac_ext >&5
22501
22502         ac_cv_have_decl_feof_unlocked=no
22503 fi
22504
22505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22506 fi
22507 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_feof_unlocked" >&5
22508 echo "${ECHO_T}$ac_cv_have_decl_feof_unlocked" >&6; }
22509   if test $ac_cv_have_decl_feof_unlocked = yes; then
22510     gt_value=1
22511   else
22512     gt_value=0
22513   fi
22514
22515 cat >>confdefs.h <<_ACEOF
22516 #define HAVE_DECL_FEOF_UNLOCKED $gt_value
22517 _ACEOF
22518
22519
22520
22521   { echo "$as_me:$LINENO: checking whether fgets_unlocked is declared" >&5
22522 echo $ECHO_N "checking whether fgets_unlocked is declared... $ECHO_C" >&6; }
22523 if test "${ac_cv_have_decl_fgets_unlocked+set}" = set; then
22524   echo $ECHO_N "(cached) $ECHO_C" >&6
22525 else
22526   cat >conftest.$ac_ext <<_ACEOF
22527 /* confdefs.h.  */
22528 _ACEOF
22529 cat confdefs.h >>conftest.$ac_ext
22530 cat >>conftest.$ac_ext <<_ACEOF
22531 /* end confdefs.h.  */
22532 #include <stdio.h>
22533 int
22534 main ()
22535 {
22536
22537 #ifndef fgets_unlocked
22538   char *p = (char *) fgets_unlocked;
22539 #endif
22540
22541   ;
22542   return 0;
22543 }
22544 _ACEOF
22545 rm -f conftest.$ac_objext
22546 if { (ac_try="$ac_compile"
22547 case "(($ac_try" in
22548   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22549   *) ac_try_echo=$ac_try;;
22550 esac
22551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22552   (eval "$ac_compile") 2>conftest.er1
22553   ac_status=$?
22554   grep -v '^ *+' conftest.er1 >conftest.err
22555   rm -f conftest.er1
22556   cat conftest.err >&5
22557   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22558   (exit $ac_status); } && {
22559          test -z "$ac_c_werror_flag" ||
22560          test ! -s conftest.err
22561        } && test -s conftest.$ac_objext; then
22562   ac_cv_have_decl_fgets_unlocked=yes
22563 else
22564   echo "$as_me: failed program was:" >&5
22565 sed 's/^/| /' conftest.$ac_ext >&5
22566
22567         ac_cv_have_decl_fgets_unlocked=no
22568 fi
22569
22570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22571 fi
22572 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_fgets_unlocked" >&5
22573 echo "${ECHO_T}$ac_cv_have_decl_fgets_unlocked" >&6; }
22574   if test $ac_cv_have_decl_fgets_unlocked = yes; then
22575     gt_value=1
22576   else
22577     gt_value=0
22578   fi
22579
22580 cat >>confdefs.h <<_ACEOF
22581 #define HAVE_DECL_FGETS_UNLOCKED $gt_value
22582 _ACEOF
22583
22584
22585
22586   { echo "$as_me:$LINENO: checking whether getc_unlocked is declared" >&5
22587 echo $ECHO_N "checking whether getc_unlocked is declared... $ECHO_C" >&6; }
22588 if test "${ac_cv_have_decl_getc_unlocked+set}" = set; then
22589   echo $ECHO_N "(cached) $ECHO_C" >&6
22590 else
22591   cat >conftest.$ac_ext <<_ACEOF
22592 /* confdefs.h.  */
22593 _ACEOF
22594 cat confdefs.h >>conftest.$ac_ext
22595 cat >>conftest.$ac_ext <<_ACEOF
22596 /* end confdefs.h.  */
22597 #include <stdio.h>
22598 int
22599 main ()
22600 {
22601
22602 #ifndef getc_unlocked
22603   char *p = (char *) getc_unlocked;
22604 #endif
22605
22606   ;
22607   return 0;
22608 }
22609 _ACEOF
22610 rm -f conftest.$ac_objext
22611 if { (ac_try="$ac_compile"
22612 case "(($ac_try" in
22613   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22614   *) ac_try_echo=$ac_try;;
22615 esac
22616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22617   (eval "$ac_compile") 2>conftest.er1
22618   ac_status=$?
22619   grep -v '^ *+' conftest.er1 >conftest.err
22620   rm -f conftest.er1
22621   cat conftest.err >&5
22622   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22623   (exit $ac_status); } && {
22624          test -z "$ac_c_werror_flag" ||
22625          test ! -s conftest.err
22626        } && test -s conftest.$ac_objext; then
22627   ac_cv_have_decl_getc_unlocked=yes
22628 else
22629   echo "$as_me: failed program was:" >&5
22630 sed 's/^/| /' conftest.$ac_ext >&5
22631
22632         ac_cv_have_decl_getc_unlocked=no
22633 fi
22634
22635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22636 fi
22637 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_getc_unlocked" >&5
22638 echo "${ECHO_T}$ac_cv_have_decl_getc_unlocked" >&6; }
22639   if test $ac_cv_have_decl_getc_unlocked = yes; then
22640     gt_value=1
22641   else
22642     gt_value=0
22643   fi
22644
22645 cat >>confdefs.h <<_ACEOF
22646 #define HAVE_DECL_GETC_UNLOCKED $gt_value
22647 _ACEOF
22648
22649
22650
22651   case $gt_cv_func_printf_posix in
22652     *yes) HAVE_POSIX_PRINTF=1 ;;
22653     *) HAVE_POSIX_PRINTF=0 ;;
22654   esac
22655
22656   if test "$ac_cv_func_asprintf" = yes; then
22657     HAVE_ASPRINTF=1
22658   else
22659     HAVE_ASPRINTF=0
22660   fi
22661
22662   if test "$ac_cv_func_snprintf" = yes; then
22663     HAVE_SNPRINTF=1
22664   else
22665     HAVE_SNPRINTF=0
22666   fi
22667
22668   if test "$ac_cv_func_wprintf" = yes; then
22669     HAVE_WPRINTF=1
22670   else
22671     HAVE_WPRINTF=0
22672   fi
22673
22674
22675
22676
22677
22678
22679
22680           am_save_CPPFLAGS="$CPPFLAGS"
22681
22682   for element in $INCICONV; do
22683     haveit=
22684     for x in $CPPFLAGS; do
22685
22686   acl_save_prefix="$prefix"
22687   prefix="$acl_final_prefix"
22688   acl_save_exec_prefix="$exec_prefix"
22689   exec_prefix="$acl_final_exec_prefix"
22690   eval x=\"$x\"
22691   exec_prefix="$acl_save_exec_prefix"
22692   prefix="$acl_save_prefix"
22693
22694       if test "X$x" = "X$element"; then
22695         haveit=yes
22696         break
22697       fi
22698     done
22699     if test -z "$haveit"; then
22700       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
22701     fi
22702   done
22703
22704
22705   { echo "$as_me:$LINENO: checking for iconv" >&5
22706 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
22707 if test "${am_cv_func_iconv+set}" = set; then
22708   echo $ECHO_N "(cached) $ECHO_C" >&6
22709 else
22710
22711     am_cv_func_iconv="no, consider installing GNU libiconv"
22712     am_cv_lib_iconv=no
22713     cat >conftest.$ac_ext <<_ACEOF
22714 /* confdefs.h.  */
22715 _ACEOF
22716 cat confdefs.h >>conftest.$ac_ext
22717 cat >>conftest.$ac_ext <<_ACEOF
22718 /* end confdefs.h.  */
22719 #include <stdlib.h>
22720 #include <iconv.h>
22721 int
22722 main ()
22723 {
22724 iconv_t cd = iconv_open("","");
22725        iconv(cd,NULL,NULL,NULL,NULL);
22726        iconv_close(cd);
22727   ;
22728   return 0;
22729 }
22730 _ACEOF
22731 rm -f conftest.$ac_objext conftest$ac_exeext
22732 if { (ac_try="$ac_link"
22733 case "(($ac_try" in
22734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22735   *) ac_try_echo=$ac_try;;
22736 esac
22737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22738   (eval "$ac_link") 2>conftest.er1
22739   ac_status=$?
22740   grep -v '^ *+' conftest.er1 >conftest.err
22741   rm -f conftest.er1
22742   cat conftest.err >&5
22743   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22744   (exit $ac_status); } && {
22745          test -z "$ac_c_werror_flag" ||
22746          test ! -s conftest.err
22747        } && test -s conftest$ac_exeext &&
22748        $as_test_x conftest$ac_exeext; then
22749   am_cv_func_iconv=yes
22750 else
22751   echo "$as_me: failed program was:" >&5
22752 sed 's/^/| /' conftest.$ac_ext >&5
22753
22754
22755 fi
22756
22757 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22758       conftest$ac_exeext conftest.$ac_ext
22759     if test "$am_cv_func_iconv" != yes; then
22760       am_save_LIBS="$LIBS"
22761       LIBS="$LIBS $LIBICONV"
22762       cat >conftest.$ac_ext <<_ACEOF
22763 /* confdefs.h.  */
22764 _ACEOF
22765 cat confdefs.h >>conftest.$ac_ext
22766 cat >>conftest.$ac_ext <<_ACEOF
22767 /* end confdefs.h.  */
22768 #include <stdlib.h>
22769 #include <iconv.h>
22770 int
22771 main ()
22772 {
22773 iconv_t cd = iconv_open("","");
22774          iconv(cd,NULL,NULL,NULL,NULL);
22775          iconv_close(cd);
22776   ;
22777   return 0;
22778 }
22779 _ACEOF
22780 rm -f conftest.$ac_objext conftest$ac_exeext
22781 if { (ac_try="$ac_link"
22782 case "(($ac_try" in
22783   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22784   *) ac_try_echo=$ac_try;;
22785 esac
22786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22787   (eval "$ac_link") 2>conftest.er1
22788   ac_status=$?
22789   grep -v '^ *+' conftest.er1 >conftest.err
22790   rm -f conftest.er1
22791   cat conftest.err >&5
22792   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22793   (exit $ac_status); } && {
22794          test -z "$ac_c_werror_flag" ||
22795          test ! -s conftest.err
22796        } && test -s conftest$ac_exeext &&
22797        $as_test_x conftest$ac_exeext; then
22798   am_cv_lib_iconv=yes
22799         am_cv_func_iconv=yes
22800 else
22801   echo "$as_me: failed program was:" >&5
22802 sed 's/^/| /' conftest.$ac_ext >&5
22803
22804
22805 fi
22806
22807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22808       conftest$ac_exeext conftest.$ac_ext
22809       LIBS="$am_save_LIBS"
22810     fi
22811
22812 fi
22813 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
22814 echo "${ECHO_T}$am_cv_func_iconv" >&6; }
22815   if test "$am_cv_func_iconv" = yes; then
22816
22817 cat >>confdefs.h <<\_ACEOF
22818 #define HAVE_ICONV 1
22819 _ACEOF
22820
22821   fi
22822   if test "$am_cv_lib_iconv" = yes; then
22823     { echo "$as_me:$LINENO: checking how to link with libiconv" >&5
22824 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; }
22825     { echo "$as_me:$LINENO: result: $LIBICONV" >&5
22826 echo "${ECHO_T}$LIBICONV" >&6; }
22827   else
22828             CPPFLAGS="$am_save_CPPFLAGS"
22829     LIBICONV=
22830     LTLIBICONV=
22831   fi
22832
22833
22834
22835   if test "$am_cv_func_iconv" = yes; then
22836     { echo "$as_me:$LINENO: checking for iconv declaration" >&5
22837 echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6; }
22838     if test "${am_cv_proto_iconv+set}" = set; then
22839   echo $ECHO_N "(cached) $ECHO_C" >&6
22840 else
22841
22842       cat >conftest.$ac_ext <<_ACEOF
22843 /* confdefs.h.  */
22844 _ACEOF
22845 cat confdefs.h >>conftest.$ac_ext
22846 cat >>conftest.$ac_ext <<_ACEOF
22847 /* end confdefs.h.  */
22848
22849 #include <stdlib.h>
22850 #include <iconv.h>
22851 extern
22852 #ifdef __cplusplus
22853 "C"
22854 #endif
22855 #if defined(__STDC__) || defined(__cplusplus)
22856 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
22857 #else
22858 size_t iconv();
22859 #endif
22860
22861 int
22862 main ()
22863 {
22864
22865   ;
22866   return 0;
22867 }
22868 _ACEOF
22869 rm -f conftest.$ac_objext
22870 if { (ac_try="$ac_compile"
22871 case "(($ac_try" in
22872   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22873   *) ac_try_echo=$ac_try;;
22874 esac
22875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22876   (eval "$ac_compile") 2>conftest.er1
22877   ac_status=$?
22878   grep -v '^ *+' conftest.er1 >conftest.err
22879   rm -f conftest.er1
22880   cat conftest.err >&5
22881   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22882   (exit $ac_status); } && {
22883          test -z "$ac_c_werror_flag" ||
22884          test ! -s conftest.err
22885        } && test -s conftest.$ac_objext; then
22886   am_cv_proto_iconv_arg1=""
22887 else
22888   echo "$as_me: failed program was:" >&5
22889 sed 's/^/| /' conftest.$ac_ext >&5
22890
22891         am_cv_proto_iconv_arg1="const"
22892 fi
22893
22894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22895       am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
22896 fi
22897
22898     am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
22899     { echo "$as_me:$LINENO: result: ${ac_t:-
22900          }$am_cv_proto_iconv" >&5
22901 echo "${ECHO_T}${ac_t:-
22902          }$am_cv_proto_iconv" >&6; }
22903
22904 cat >>confdefs.h <<_ACEOF
22905 #define ICONV_CONST $am_cv_proto_iconv_arg1
22906 _ACEOF
22907
22908   fi
22909
22910
22911   { echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
22912 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6; }
22913 if test "${am_cv_langinfo_codeset+set}" = set; then
22914   echo $ECHO_N "(cached) $ECHO_C" >&6
22915 else
22916   cat >conftest.$ac_ext <<_ACEOF
22917 /* confdefs.h.  */
22918 _ACEOF
22919 cat confdefs.h >>conftest.$ac_ext
22920 cat >>conftest.$ac_ext <<_ACEOF
22921 /* end confdefs.h.  */
22922 #include <langinfo.h>
22923 int
22924 main ()
22925 {
22926 char* cs = nl_langinfo(CODESET);
22927   ;
22928   return 0;
22929 }
22930 _ACEOF
22931 rm -f conftest.$ac_objext conftest$ac_exeext
22932 if { (ac_try="$ac_link"
22933 case "(($ac_try" in
22934   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22935   *) ac_try_echo=$ac_try;;
22936 esac
22937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22938   (eval "$ac_link") 2>conftest.er1
22939   ac_status=$?
22940   grep -v '^ *+' conftest.er1 >conftest.err
22941   rm -f conftest.er1
22942   cat conftest.err >&5
22943   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22944   (exit $ac_status); } && {
22945          test -z "$ac_c_werror_flag" ||
22946          test ! -s conftest.err
22947        } && test -s conftest$ac_exeext &&
22948        $as_test_x conftest$ac_exeext; then
22949   am_cv_langinfo_codeset=yes
22950 else
22951   echo "$as_me: failed program was:" >&5
22952 sed 's/^/| /' conftest.$ac_ext >&5
22953
22954         am_cv_langinfo_codeset=no
22955 fi
22956
22957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22958       conftest$ac_exeext conftest.$ac_ext
22959
22960 fi
22961 { echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5
22962 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6; }
22963   if test $am_cv_langinfo_codeset = yes; then
22964
22965 cat >>confdefs.h <<\_ACEOF
22966 #define HAVE_LANGINFO_CODESET 1
22967 _ACEOF
22968
22969   fi
22970
22971   if test $ac_cv_header_locale_h = yes; then
22972
22973   { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
22974 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; }
22975 if test "${gt_cv_val_LC_MESSAGES+set}" = set; then
22976   echo $ECHO_N "(cached) $ECHO_C" >&6
22977 else
22978   cat >conftest.$ac_ext <<_ACEOF
22979 /* confdefs.h.  */
22980 _ACEOF
22981 cat confdefs.h >>conftest.$ac_ext
22982 cat >>conftest.$ac_ext <<_ACEOF
22983 /* end confdefs.h.  */
22984 #include <locale.h>
22985 int
22986 main ()
22987 {
22988 return LC_MESSAGES
22989   ;
22990   return 0;
22991 }
22992 _ACEOF
22993 rm -f conftest.$ac_objext conftest$ac_exeext
22994 if { (ac_try="$ac_link"
22995 case "(($ac_try" in
22996   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22997   *) ac_try_echo=$ac_try;;
22998 esac
22999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23000   (eval "$ac_link") 2>conftest.er1
23001   ac_status=$?
23002   grep -v '^ *+' conftest.er1 >conftest.err
23003   rm -f conftest.er1
23004   cat conftest.err >&5
23005   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23006   (exit $ac_status); } && {
23007          test -z "$ac_c_werror_flag" ||
23008          test ! -s conftest.err
23009        } && test -s conftest$ac_exeext &&
23010        $as_test_x conftest$ac_exeext; then
23011   gt_cv_val_LC_MESSAGES=yes
23012 else
23013   echo "$as_me: failed program was:" >&5
23014 sed 's/^/| /' conftest.$ac_ext >&5
23015
23016         gt_cv_val_LC_MESSAGES=no
23017 fi
23018
23019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23020       conftest$ac_exeext conftest.$ac_ext
23021 fi
23022 { echo "$as_me:$LINENO: result: $gt_cv_val_LC_MESSAGES" >&5
23023 echo "${ECHO_T}$gt_cv_val_LC_MESSAGES" >&6; }
23024   if test $gt_cv_val_LC_MESSAGES = yes; then
23025
23026 cat >>confdefs.h <<\_ACEOF
23027 #define HAVE_LC_MESSAGES 1
23028 _ACEOF
23029
23030   fi
23031
23032   fi
23033
23034   if test -n "$INTL_MACOSX_LIBS"; then
23035     CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers"
23036   fi
23037
23038                       for ac_prog in bison
23039 do
23040   # Extract the first word of "$ac_prog", so it can be a program name with args.
23041 set dummy $ac_prog; ac_word=$2
23042 { echo "$as_me:$LINENO: checking for $ac_word" >&5
23043 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
23044 if test "${ac_cv_prog_INTLBISON+set}" = set; then
23045   echo $ECHO_N "(cached) $ECHO_C" >&6
23046 else
23047   if test -n "$INTLBISON"; then
23048   ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test.
23049 else
23050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23051 for as_dir in $PATH
23052 do
23053   IFS=$as_save_IFS
23054   test -z "$as_dir" && as_dir=.
23055   for ac_exec_ext in '' $ac_executable_extensions; do
23056   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23057     ac_cv_prog_INTLBISON="$ac_prog"
23058     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23059     break 2
23060   fi
23061 done
23062 done
23063 IFS=$as_save_IFS
23064
23065 fi
23066 fi
23067 INTLBISON=$ac_cv_prog_INTLBISON
23068 if test -n "$INTLBISON"; then
23069   { echo "$as_me:$LINENO: result: $INTLBISON" >&5
23070 echo "${ECHO_T}$INTLBISON" >&6; }
23071 else
23072   { echo "$as_me:$LINENO: result: no" >&5
23073 echo "${ECHO_T}no" >&6; }
23074 fi
23075
23076
23077   test -n "$INTLBISON" && break
23078 done
23079
23080   if test -z "$INTLBISON"; then
23081     ac_verc_fail=yes
23082   else
23083         { echo "$as_me:$LINENO: checking version of bison" >&5
23084 echo $ECHO_N "checking version of bison... $ECHO_C" >&6; }
23085     ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
23086     case $ac_prog_version in
23087       '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
23088       1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
23089          ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
23090       *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
23091     esac
23092     { echo "$as_me:$LINENO: result: $ac_prog_version" >&5
23093 echo "${ECHO_T}$ac_prog_version" >&6; }
23094   fi
23095   if test $ac_verc_fail = yes; then
23096     INTLBISON=:
23097   fi
23098
23099
23100
23101
23102
23103
23104
23105
23106
23107
23108
23109
23110
23111
23112
23113
23114     { echo "$as_me:$LINENO: checking for CFPreferencesCopyAppValue" >&5
23115 echo $ECHO_N "checking for CFPreferencesCopyAppValue... $ECHO_C" >&6; }
23116 if test "${gt_cv_func_CFPreferencesCopyAppValue+set}" = set; then
23117   echo $ECHO_N "(cached) $ECHO_C" >&6
23118 else
23119   gt_save_CPPFLAGS="$CPPFLAGS"
23120      CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers"
23121      gt_save_LIBS="$LIBS"
23122      LIBS="$LIBS -framework CoreFoundation"
23123      cat >conftest.$ac_ext <<_ACEOF
23124 /* confdefs.h.  */
23125 _ACEOF
23126 cat confdefs.h >>conftest.$ac_ext
23127 cat >>conftest.$ac_ext <<_ACEOF
23128 /* end confdefs.h.  */
23129 #include <CFPreferences.h>
23130 int
23131 main ()
23132 {
23133 CFPreferencesCopyAppValue(NULL, NULL)
23134   ;
23135   return 0;
23136 }
23137 _ACEOF
23138 rm -f conftest.$ac_objext conftest$ac_exeext
23139 if { (ac_try="$ac_link"
23140 case "(($ac_try" in
23141   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23142   *) ac_try_echo=$ac_try;;
23143 esac
23144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23145   (eval "$ac_link") 2>conftest.er1
23146   ac_status=$?
23147   grep -v '^ *+' conftest.er1 >conftest.err
23148   rm -f conftest.er1
23149   cat conftest.err >&5
23150   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23151   (exit $ac_status); } && {
23152          test -z "$ac_c_werror_flag" ||
23153          test ! -s conftest.err
23154        } && test -s conftest$ac_exeext &&
23155        $as_test_x conftest$ac_exeext; then
23156   gt_cv_func_CFPreferencesCopyAppValue=yes
23157 else
23158   echo "$as_me: failed program was:" >&5
23159 sed 's/^/| /' conftest.$ac_ext >&5
23160
23161         gt_cv_func_CFPreferencesCopyAppValue=no
23162 fi
23163
23164 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23165       conftest$ac_exeext conftest.$ac_ext
23166      CPPFLAGS="$gt_save_CPPFLAGS"
23167      LIBS="$gt_save_LIBS"
23168 fi
23169 { echo "$as_me:$LINENO: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
23170 echo "${ECHO_T}$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
23171   if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
23172
23173 cat >>confdefs.h <<\_ACEOF
23174 #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
23175 _ACEOF
23176
23177   fi
23178     { echo "$as_me:$LINENO: checking for CFLocaleCopyCurrent" >&5
23179 echo $ECHO_N "checking for CFLocaleCopyCurrent... $ECHO_C" >&6; }
23180 if test "${gt_cv_func_CFLocaleCopyCurrent+set}" = set; then
23181   echo $ECHO_N "(cached) $ECHO_C" >&6
23182 else
23183   gt_save_CPPFLAGS="$CPPFLAGS"
23184      CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers"
23185      gt_save_LIBS="$LIBS"
23186      LIBS="$LIBS -framework CoreFoundation"
23187      cat >conftest.$ac_ext <<_ACEOF
23188 /* confdefs.h.  */
23189 _ACEOF
23190 cat confdefs.h >>conftest.$ac_ext
23191 cat >>conftest.$ac_ext <<_ACEOF
23192 /* end confdefs.h.  */
23193 #include <CFLocale.h>
23194 int
23195 main ()
23196 {
23197 CFLocaleCopyCurrent();
23198   ;
23199   return 0;
23200 }
23201 _ACEOF
23202 rm -f conftest.$ac_objext conftest$ac_exeext
23203 if { (ac_try="$ac_link"
23204 case "(($ac_try" in
23205   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23206   *) ac_try_echo=$ac_try;;
23207 esac
23208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23209   (eval "$ac_link") 2>conftest.er1
23210   ac_status=$?
23211   grep -v '^ *+' conftest.er1 >conftest.err
23212   rm -f conftest.er1
23213   cat conftest.err >&5
23214   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23215   (exit $ac_status); } && {
23216          test -z "$ac_c_werror_flag" ||
23217          test ! -s conftest.err
23218        } && test -s conftest$ac_exeext &&
23219        $as_test_x conftest$ac_exeext; then
23220   gt_cv_func_CFLocaleCopyCurrent=yes
23221 else
23222   echo "$as_me: failed program was:" >&5
23223 sed 's/^/| /' conftest.$ac_ext >&5
23224
23225         gt_cv_func_CFLocaleCopyCurrent=no
23226 fi
23227
23228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23229       conftest$ac_exeext conftest.$ac_ext
23230      CPPFLAGS="$gt_save_CPPFLAGS"
23231      LIBS="$gt_save_LIBS"
23232 fi
23233 { echo "$as_me:$LINENO: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
23234 echo "${ECHO_T}$gt_cv_func_CFLocaleCopyCurrent" >&6; }
23235   if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
23236
23237 cat >>confdefs.h <<\_ACEOF
23238 #define HAVE_CFLOCALECOPYCURRENT 1
23239 _ACEOF
23240
23241   fi
23242   INTL_MACOSX_LIBS=
23243   if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
23244     INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
23245   fi
23246
23247
23248
23249
23250   { echo "$as_me:$LINENO: checking whether NLS is requested" >&5
23251 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; }
23252     # Check whether --enable-nls was given.
23253 if test "${enable_nls+set}" = set; then
23254   enableval=$enable_nls; USE_NLS=$enableval
23255 else
23256   USE_NLS=yes
23257 fi
23258
23259   { echo "$as_me:$LINENO: result: $USE_NLS" >&5
23260 echo "${ECHO_T}$USE_NLS" >&6; }
23261
23262
23263
23264
23265     BUILD_INCLUDED_LIBINTL=no
23266     USE_INCLUDED_LIBINTL=no
23267
23268   LIBINTL=
23269   LTLIBINTL=
23270   POSUB=
23271
23272     if test "$USE_NLS" = "yes"; then
23273     gt_use_preinstalled_gnugettext=no
23274
23275       { echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
23276 echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6; }
23277
23278 # Check whether --with-included-gettext was given.
23279 if test "${with_included_gettext+set}" = set; then
23280   withval=$with_included_gettext; nls_cv_force_use_gnu_gettext=$withval
23281 else
23282   nls_cv_force_use_gnu_gettext=no
23283 fi
23284
23285       { echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
23286 echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6; }
23287
23288       nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
23289       if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
23290
23291
23292
23293
23294
23295
23296         { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
23297 echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6; }
23298 if test "${gt_cv_func_gnugettext1_libc+set}" = set; then
23299   echo $ECHO_N "(cached) $ECHO_C" >&6
23300 else
23301   cat >conftest.$ac_ext <<_ACEOF
23302 /* confdefs.h.  */
23303 _ACEOF
23304 cat confdefs.h >>conftest.$ac_ext
23305 cat >>conftest.$ac_ext <<_ACEOF
23306 /* end confdefs.h.  */
23307 #include <libintl.h>
23308 extern int _nl_msg_cat_cntr;
23309 extern int *_nl_domain_bindings;
23310 int
23311 main ()
23312 {
23313 bindtextdomain ("", "");
23314 return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
23315   ;
23316   return 0;
23317 }
23318 _ACEOF
23319 rm -f conftest.$ac_objext conftest$ac_exeext
23320 if { (ac_try="$ac_link"
23321 case "(($ac_try" in
23322   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23323   *) ac_try_echo=$ac_try;;
23324 esac
23325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23326   (eval "$ac_link") 2>conftest.er1
23327   ac_status=$?
23328   grep -v '^ *+' conftest.er1 >conftest.err
23329   rm -f conftest.er1
23330   cat conftest.err >&5
23331   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23332   (exit $ac_status); } && {
23333          test -z "$ac_c_werror_flag" ||
23334          test ! -s conftest.err
23335        } && test -s conftest$ac_exeext &&
23336        $as_test_x conftest$ac_exeext; then
23337   gt_cv_func_gnugettext1_libc=yes
23338 else
23339   echo "$as_me: failed program was:" >&5
23340 sed 's/^/| /' conftest.$ac_ext >&5
23341
23342         gt_cv_func_gnugettext1_libc=no
23343 fi
23344
23345 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23346       conftest$ac_exeext conftest.$ac_ext
23347 fi
23348 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5
23349 echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6; }
23350
23351         if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
23352
23353
23354
23355     use_additional=yes
23356
23357   acl_save_prefix="$prefix"
23358   prefix="$acl_final_prefix"
23359   acl_save_exec_prefix="$exec_prefix"
23360   exec_prefix="$acl_final_exec_prefix"
23361
23362     eval additional_includedir=\"$includedir\"
23363     eval additional_libdir=\"$libdir\"
23364
23365   exec_prefix="$acl_save_exec_prefix"
23366   prefix="$acl_save_prefix"
23367
23368
23369 # Check whether --with-libintl-prefix was given.
23370 if test "${with_libintl_prefix+set}" = set; then
23371   withval=$with_libintl_prefix;
23372     if test "X$withval" = "Xno"; then
23373       use_additional=no
23374     else
23375       if test "X$withval" = "X"; then
23376
23377   acl_save_prefix="$prefix"
23378   prefix="$acl_final_prefix"
23379   acl_save_exec_prefix="$exec_prefix"
23380   exec_prefix="$acl_final_exec_prefix"
23381
23382           eval additional_includedir=\"$includedir\"
23383           eval additional_libdir=\"$libdir\"
23384
23385   exec_prefix="$acl_save_exec_prefix"
23386   prefix="$acl_save_prefix"
23387
23388       else
23389         additional_includedir="$withval/include"
23390         additional_libdir="$withval/lib"
23391       fi
23392     fi
23393
23394 fi
23395
23396       LIBINTL=
23397   LTLIBINTL=
23398   INCINTL=
23399   rpathdirs=
23400   ltrpathdirs=
23401   names_already_handled=
23402   names_next_round='intl '
23403   while test -n "$names_next_round"; do
23404     names_this_round="$names_next_round"
23405     names_next_round=
23406     for name in $names_this_round; do
23407       already_handled=
23408       for n in $names_already_handled; do
23409         if test "$n" = "$name"; then
23410           already_handled=yes
23411           break
23412         fi
23413       done
23414       if test -z "$already_handled"; then
23415         names_already_handled="$names_already_handled $name"
23416                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
23417         eval value=\"\$HAVE_LIB$uppername\"
23418         if test -n "$value"; then
23419           if test "$value" = yes; then
23420             eval value=\"\$LIB$uppername\"
23421             test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
23422             eval value=\"\$LTLIB$uppername\"
23423             test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
23424           else
23425                                     :
23426           fi
23427         else
23428                               found_dir=
23429           found_la=
23430           found_so=
23431           found_a=
23432           if test $use_additional = yes; then
23433             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
23434               found_dir="$additional_libdir"
23435               found_so="$additional_libdir/lib$name.$shlibext"
23436               if test -f "$additional_libdir/lib$name.la"; then
23437                 found_la="$additional_libdir/lib$name.la"
23438               fi
23439             else
23440               if test -f "$additional_libdir/lib$name.$libext"; then
23441                 found_dir="$additional_libdir"
23442                 found_a="$additional_libdir/lib$name.$libext"
23443                 if test -f "$additional_libdir/lib$name.la"; then
23444                   found_la="$additional_libdir/lib$name.la"
23445                 fi
23446               fi
23447             fi
23448           fi
23449           if test "X$found_dir" = "X"; then
23450             for x in $LDFLAGS $LTLIBINTL; do
23451
23452   acl_save_prefix="$prefix"
23453   prefix="$acl_final_prefix"
23454   acl_save_exec_prefix="$exec_prefix"
23455   exec_prefix="$acl_final_exec_prefix"
23456   eval x=\"$x\"
23457   exec_prefix="$acl_save_exec_prefix"
23458   prefix="$acl_save_prefix"
23459
23460               case "$x" in
23461                 -L*)
23462                   dir=`echo "X$x" | sed -e 's/^X-L//'`
23463                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
23464                     found_dir="$dir"
23465                     found_so="$dir/lib$name.$shlibext"
23466                     if test -f "$dir/lib$name.la"; then
23467                       found_la="$dir/lib$name.la"
23468                     fi
23469                   else
23470                     if test -f "$dir/lib$name.$libext"; then
23471                       found_dir="$dir"
23472                       found_a="$dir/lib$name.$libext"
23473                       if test -f "$dir/lib$name.la"; then
23474                         found_la="$dir/lib$name.la"
23475                       fi
23476                     fi
23477                   fi
23478                   ;;
23479               esac
23480               if test "X$found_dir" != "X"; then
23481                 break
23482               fi
23483             done
23484           fi
23485           if test "X$found_dir" != "X"; then
23486                         LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
23487             if test "X$found_so" != "X"; then
23488                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
23489                                 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
23490               else
23491                                                                                 haveit=
23492                 for x in $ltrpathdirs; do
23493                   if test "X$x" = "X$found_dir"; then
23494                     haveit=yes
23495                     break
23496                   fi
23497                 done
23498                 if test -z "$haveit"; then
23499                   ltrpathdirs="$ltrpathdirs $found_dir"
23500                 fi
23501                                 if test "$hardcode_direct" = yes; then
23502                                                       LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
23503                 else
23504                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
23505                                                             LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
23506                                                             haveit=
23507                     for x in $rpathdirs; do
23508                       if test "X$x" = "X$found_dir"; then
23509                         haveit=yes
23510                         break
23511                       fi
23512                     done
23513                     if test -z "$haveit"; then
23514                       rpathdirs="$rpathdirs $found_dir"
23515                     fi
23516                   else
23517                                                                                 haveit=
23518                     for x in $LDFLAGS $LIBINTL; do
23519
23520   acl_save_prefix="$prefix"
23521   prefix="$acl_final_prefix"
23522   acl_save_exec_prefix="$exec_prefix"
23523   exec_prefix="$acl_final_exec_prefix"
23524   eval x=\"$x\"
23525   exec_prefix="$acl_save_exec_prefix"
23526   prefix="$acl_save_prefix"
23527
23528                       if test "X$x" = "X-L$found_dir"; then
23529                         haveit=yes
23530                         break
23531                       fi
23532                     done
23533                     if test -z "$haveit"; then
23534                       LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
23535                     fi
23536                     if test "$hardcode_minus_L" != no; then
23537                                                                                         LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
23538                     else
23539                                                                                                                                                                                 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
23540                     fi
23541                   fi
23542                 fi
23543               fi
23544             else
23545               if test "X$found_a" != "X"; then
23546                                 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
23547               else
23548                                                 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
23549               fi
23550             fi
23551                         additional_includedir=
23552             case "$found_dir" in
23553               */lib | */lib/)
23554                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
23555                 additional_includedir="$basedir/include"
23556                 ;;
23557             esac
23558             if test "X$additional_includedir" != "X"; then
23559                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then
23560                 haveit=
23561                 if test "X$additional_includedir" = "X/usr/local/include"; then
23562                   if test -n "$GCC"; then
23563                     case $host_os in
23564                       linux* | gnu* | k*bsd*-gnu) haveit=yes;;
23565                     esac
23566                   fi
23567                 fi
23568                 if test -z "$haveit"; then
23569                   for x in $CPPFLAGS $INCINTL; do
23570
23571   acl_save_prefix="$prefix"
23572   prefix="$acl_final_prefix"
23573   acl_save_exec_prefix="$exec_prefix"
23574   exec_prefix="$acl_final_exec_prefix"
23575   eval x=\"$x\"
23576   exec_prefix="$acl_save_exec_prefix"
23577   prefix="$acl_save_prefix"
23578
23579                     if test "X$x" = "X-I$additional_includedir"; then
23580                       haveit=yes
23581                       break
23582                     fi
23583                   done
23584                   if test -z "$haveit"; then
23585                     if test -d "$additional_includedir"; then
23586                                             INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
23587                     fi
23588                   fi
23589                 fi
23590               fi
23591             fi
23592                         if test -n "$found_la"; then
23593                                                         save_libdir="$libdir"
23594               case "$found_la" in
23595                 */* | *\\*) . "$found_la" ;;
23596                 *) . "./$found_la" ;;
23597               esac
23598               libdir="$save_libdir"
23599                             for dep in $dependency_libs; do
23600                 case "$dep" in
23601                   -L*)
23602                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
23603                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/lib"; then
23604                       haveit=
23605                       if test "X$additional_libdir" = "X/usr/local/lib"; then
23606                         if test -n "$GCC"; then
23607                           case $host_os in
23608                             linux* | gnu* | k*bsd*-gnu) haveit=yes;;
23609                           esac
23610                         fi
23611                       fi
23612                       if test -z "$haveit"; then
23613                         haveit=
23614                         for x in $LDFLAGS $LIBINTL; do
23615
23616   acl_save_prefix="$prefix"
23617   prefix="$acl_final_prefix"
23618   acl_save_exec_prefix="$exec_prefix"
23619   exec_prefix="$acl_final_exec_prefix"
23620   eval x=\"$x\"
23621   exec_prefix="$acl_save_exec_prefix"
23622   prefix="$acl_save_prefix"
23623
23624                           if test "X$x" = "X-L$additional_libdir"; then
23625                             haveit=yes
23626                             break
23627                           fi
23628                         done
23629                         if test -z "$haveit"; then
23630                           if test -d "$additional_libdir"; then
23631                                                         LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
23632                           fi
23633                         fi
23634                         haveit=
23635                         for x in $LDFLAGS $LTLIBINTL; do
23636
23637   acl_save_prefix="$prefix"
23638   prefix="$acl_final_prefix"
23639   acl_save_exec_prefix="$exec_prefix"
23640   exec_prefix="$acl_final_exec_prefix"
23641   eval x=\"$x\"
23642   exec_prefix="$acl_save_exec_prefix"
23643   prefix="$acl_save_prefix"
23644
23645                           if test "X$x" = "X-L$additional_libdir"; then
23646                             haveit=yes
23647                             break
23648                           fi
23649                         done
23650                         if test -z "$haveit"; then
23651                           if test -d "$additional_libdir"; then
23652                                                         LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
23653                           fi
23654                         fi
23655                       fi
23656                     fi
23657                     ;;
23658                   -R*)
23659                     dir=`echo "X$dep" | sed -e 's/^X-R//'`
23660                     if test "$enable_rpath" != no; then
23661                                                                   haveit=
23662                       for x in $rpathdirs; do
23663                         if test "X$x" = "X$dir"; then
23664                           haveit=yes
23665                           break
23666                         fi
23667                       done
23668                       if test -z "$haveit"; then
23669                         rpathdirs="$rpathdirs $dir"
23670                       fi
23671                                                                   haveit=
23672                       for x in $ltrpathdirs; do
23673                         if test "X$x" = "X$dir"; then
23674                           haveit=yes
23675                           break
23676                         fi
23677                       done
23678                       if test -z "$haveit"; then
23679                         ltrpathdirs="$ltrpathdirs $dir"
23680                       fi
23681                     fi
23682                     ;;
23683                   -l*)
23684                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
23685                     ;;
23686                   *.la)
23687                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
23688                     ;;
23689                   *)
23690                                         LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
23691                     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
23692                     ;;
23693                 esac
23694               done
23695             fi
23696           else
23697                                                             LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
23698             LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
23699           fi
23700         fi
23701       fi
23702     done
23703   done
23704   if test "X$rpathdirs" != "X"; then
23705     if test -n "$hardcode_libdir_separator"; then
23706                         alldirs=
23707       for found_dir in $rpathdirs; do
23708         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
23709       done
23710             acl_save_libdir="$libdir"
23711       libdir="$alldirs"
23712       eval flag=\"$hardcode_libdir_flag_spec\"
23713       libdir="$acl_save_libdir"
23714       LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
23715     else
23716             for found_dir in $rpathdirs; do
23717         acl_save_libdir="$libdir"
23718         libdir="$found_dir"
23719         eval flag=\"$hardcode_libdir_flag_spec\"
23720         libdir="$acl_save_libdir"
23721         LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
23722       done
23723     fi
23724   fi
23725   if test "X$ltrpathdirs" != "X"; then
23726             for found_dir in $ltrpathdirs; do
23727       LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
23728     done
23729   fi
23730
23731           { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
23732 echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6; }
23733 if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
23734   echo $ECHO_N "(cached) $ECHO_C" >&6
23735 else
23736   gt_save_CPPFLAGS="$CPPFLAGS"
23737             CPPFLAGS="$CPPFLAGS $INCINTL"
23738             gt_save_LIBS="$LIBS"
23739             LIBS="$LIBS $LIBINTL"
23740                         cat >conftest.$ac_ext <<_ACEOF
23741 /* confdefs.h.  */
23742 _ACEOF
23743 cat confdefs.h >>conftest.$ac_ext
23744 cat >>conftest.$ac_ext <<_ACEOF
23745 /* end confdefs.h.  */
23746 #include <libintl.h>
23747 extern int _nl_msg_cat_cntr;
23748 extern
23749 #ifdef __cplusplus
23750 "C"
23751 #endif
23752 const char *_nl_expand_alias (const char *);
23753 int
23754 main ()
23755 {
23756 bindtextdomain ("", "");
23757 return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
23758   ;
23759   return 0;
23760 }
23761 _ACEOF
23762 rm -f conftest.$ac_objext conftest$ac_exeext
23763 if { (ac_try="$ac_link"
23764 case "(($ac_try" in
23765   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23766   *) ac_try_echo=$ac_try;;
23767 esac
23768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23769   (eval "$ac_link") 2>conftest.er1
23770   ac_status=$?
23771   grep -v '^ *+' conftest.er1 >conftest.err
23772   rm -f conftest.er1
23773   cat conftest.err >&5
23774   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23775   (exit $ac_status); } && {
23776          test -z "$ac_c_werror_flag" ||
23777          test ! -s conftest.err
23778        } && test -s conftest$ac_exeext &&
23779        $as_test_x conftest$ac_exeext; then
23780   gt_cv_func_gnugettext1_libintl=yes
23781 else
23782   echo "$as_me: failed program was:" >&5
23783 sed 's/^/| /' conftest.$ac_ext >&5
23784
23785         gt_cv_func_gnugettext1_libintl=no
23786 fi
23787
23788 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23789       conftest$ac_exeext conftest.$ac_ext
23790                         if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then
23791               LIBS="$LIBS $LIBICONV"
23792               cat >conftest.$ac_ext <<_ACEOF
23793 /* confdefs.h.  */
23794 _ACEOF
23795 cat confdefs.h >>conftest.$ac_ext
23796 cat >>conftest.$ac_ext <<_ACEOF
23797 /* end confdefs.h.  */
23798 #include <libintl.h>
23799 extern int _nl_msg_cat_cntr;
23800 extern
23801 #ifdef __cplusplus
23802 "C"
23803 #endif
23804 const char *_nl_expand_alias (const char *);
23805 int
23806 main ()
23807 {
23808 bindtextdomain ("", "");
23809 return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
23810   ;
23811   return 0;
23812 }
23813 _ACEOF
23814 rm -f conftest.$ac_objext conftest$ac_exeext
23815 if { (ac_try="$ac_link"
23816 case "(($ac_try" in
23817   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23818   *) ac_try_echo=$ac_try;;
23819 esac
23820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23821   (eval "$ac_link") 2>conftest.er1
23822   ac_status=$?
23823   grep -v '^ *+' conftest.er1 >conftest.err
23824   rm -f conftest.er1
23825   cat conftest.err >&5
23826   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23827   (exit $ac_status); } && {
23828          test -z "$ac_c_werror_flag" ||
23829          test ! -s conftest.err
23830        } && test -s conftest$ac_exeext &&
23831        $as_test_x conftest$ac_exeext; then
23832   LIBINTL="$LIBINTL $LIBICONV"
23833                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
23834                 gt_cv_func_gnugettext1_libintl=yes
23835
23836 else
23837   echo "$as_me: failed program was:" >&5
23838 sed 's/^/| /' conftest.$ac_ext >&5
23839
23840
23841 fi
23842
23843 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23844       conftest$ac_exeext conftest.$ac_ext
23845             fi
23846             CPPFLAGS="$gt_save_CPPFLAGS"
23847             LIBS="$gt_save_LIBS"
23848 fi
23849 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5
23850 echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6; }
23851         fi
23852
23853                                         if test "$gt_cv_func_gnugettext1_libc" = "yes" \
23854            || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \
23855                 && test "$PACKAGE" != gettext-runtime \
23856                 && test "$PACKAGE" != gettext-tools; }; then
23857           gt_use_preinstalled_gnugettext=yes
23858         else
23859                     LIBINTL=
23860           LTLIBINTL=
23861           INCINTL=
23862         fi
23863
23864
23865         if test "$gt_use_preinstalled_gnugettext" != "yes"; then
23866                               nls_cv_use_gnu_gettext=yes
23867         fi
23868       fi
23869
23870       if test "$nls_cv_use_gnu_gettext" = "yes"; then
23871                 BUILD_INCLUDED_LIBINTL=yes
23872         USE_INCLUDED_LIBINTL=yes
23873         LIBINTL="\${top_builddir}/intl/libintl.a $LIBICONV"
23874         LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV"
23875         LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
23876       fi
23877
23878       CATOBJEXT=
23879       if test "$gt_use_preinstalled_gnugettext" = "yes" \
23880          || test "$nls_cv_use_gnu_gettext" = "yes"; then
23881                 CATOBJEXT=.gmo
23882       fi
23883
23884
23885     if test -n "$INTL_MACOSX_LIBS"; then
23886       if test "$gt_use_preinstalled_gnugettext" = "yes" \
23887          || test "$nls_cv_use_gnu_gettext" = "yes"; then
23888                 LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
23889         LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
23890       fi
23891     fi
23892
23893     if test "$gt_use_preinstalled_gnugettext" = "yes" \
23894        || test "$nls_cv_use_gnu_gettext" = "yes"; then
23895
23896 cat >>confdefs.h <<\_ACEOF
23897 #define ENABLE_NLS 1
23898 _ACEOF
23899
23900     else
23901       USE_NLS=no
23902     fi
23903   fi
23904
23905   { echo "$as_me:$LINENO: checking whether to use NLS" >&5
23906 echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6; }
23907   { echo "$as_me:$LINENO: result: $USE_NLS" >&5
23908 echo "${ECHO_T}$USE_NLS" >&6; }
23909   if test "$USE_NLS" = "yes"; then
23910     { echo "$as_me:$LINENO: checking where the gettext function comes from" >&5
23911 echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6; }
23912     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
23913       if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
23914         gt_source="external libintl"
23915       else
23916         gt_source="libc"
23917       fi
23918     else
23919       gt_source="included intl directory"
23920     fi
23921     { echo "$as_me:$LINENO: result: $gt_source" >&5
23922 echo "${ECHO_T}$gt_source" >&6; }
23923   fi
23924
23925   if test "$USE_NLS" = "yes"; then
23926
23927     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
23928       if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
23929         { echo "$as_me:$LINENO: checking how to link with libintl" >&5
23930 echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6; }
23931         { echo "$as_me:$LINENO: result: $LIBINTL" >&5
23932 echo "${ECHO_T}$LIBINTL" >&6; }
23933
23934   for element in $INCINTL; do
23935     haveit=
23936     for x in $CPPFLAGS; do
23937
23938   acl_save_prefix="$prefix"
23939   prefix="$acl_final_prefix"
23940   acl_save_exec_prefix="$exec_prefix"
23941   exec_prefix="$acl_final_exec_prefix"
23942   eval x=\"$x\"
23943   exec_prefix="$acl_save_exec_prefix"
23944   prefix="$acl_save_prefix"
23945
23946       if test "X$x" = "X$element"; then
23947         haveit=yes
23948         break
23949       fi
23950     done
23951     if test -z "$haveit"; then
23952       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
23953     fi
23954   done
23955
23956       fi
23957
23958
23959 cat >>confdefs.h <<\_ACEOF
23960 #define HAVE_GETTEXT 1
23961 _ACEOF
23962
23963
23964 cat >>confdefs.h <<\_ACEOF
23965 #define HAVE_DCGETTEXT 1
23966 _ACEOF
23967
23968     fi
23969
23970         POSUB=po
23971   fi
23972
23973
23974             if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
23975       BUILD_INCLUDED_LIBINTL=yes
23976     fi
23977
23978
23979
23980
23981
23982         nls_cv_header_intl=
23983     nls_cv_header_libgt=
23984
23985         DATADIRNAME=share
23986
23987
23988         INSTOBJEXT=.mo
23989
23990
23991         GENCAT=gencat
23992
23993
23994         INTLOBJS=
23995     if test "$USE_INCLUDED_LIBINTL" = yes; then
23996       INTLOBJS="\$(GETTOBJS)"
23997     fi
23998
23999
24000         INTL_LIBTOOL_SUFFIX_PREFIX=
24001
24002
24003
24004     INTLLIBS="$LIBINTL"
24005
24006
24007
24008
24009
24010
24011 fi
24012
24013 support_mysql=no
24014 support_sqlite=no
24015 support_sqlite3=no
24016 support_postgresql=no
24017 support_ingres=no
24018 support_dbi=no
24019 support_smartalloc=yes
24020 support_readline=yes
24021 support_conio=yes
24022 support_gnome=no
24023 support_bat=no
24024 support_wx_console=no
24025 support_tray_monitor=no
24026 support_tls=no
24027 support_crypto=no
24028 gnome_version=
24029 wx_version=
24030 support_static_tools=no
24031 support_static_fd=no
24032 support_static_sd=no
24033 support_static_dir=no
24034 support_static_cons=no
24035 support_python=no
24036 build_client_only=no
24037 build_dird=yes
24038 build_stored=yes
24039 cats=
24040 db_type=Internal
24041 support_lockmgr=no
24042 DB_TYPE=bdb
24043
24044
24045 # Check whether --enable-gnome was given.
24046 if test "${enable_gnome+set}" = set; then
24047   enableval=$enable_gnome;
24048        if test x$enableval = xyes; then
24049           support_gnome=yes
24050        fi
24051
24052
24053 fi
24054
24055
24056 GNOME_DIR=
24057 if test x$support_gnome = xyes; then
24058    { { echo "$as_me:$LINENO: error: bgnome-console no longer supported" >&5
24059 echo "$as_me: error: bgnome-console no longer supported" >&2;}
24060    { (exit 1); exit 1; }; }
24061    { { echo "$as_me:$LINENO: error: --enable-gnome option no longer supported" >&5
24062 echo "$as_me: error: --enable-gnome option no longer supported" >&2;}
24063    { (exit 1); exit 1; }; }
24064 fi
24065 # AC_SUBST(GNOME_DIR)
24066
24067 # Check whether --enable-bat was given.
24068 if test "${enable_bat+set}" = set; then
24069   enableval=$enable_bat;
24070        if test x$enableval = xyes; then
24071
24072 cat >>confdefs.h <<\_ACEOF
24073 #define HAVE_BAT 1
24074 _ACEOF
24075
24076           support_bat=yes
24077        fi
24078
24079
24080 fi
24081
24082
24083 BAT_DIR=
24084 if test x$support_bat = xyes; then
24085    abc=`$PKGCONFIG --atleast-version=4.2 QtGui`
24086    pkg=$?
24087    if test $pkg = 0; then
24088       BAT_DIR=src/qt-console
24089    else
24090       { { echo "$as_me:$LINENO: error: Unable to find Qt4 installation needed by bat" >&5
24091 echo "$as_me: error: Unable to find Qt4 installation needed by bat" >&2;}
24092    { (exit 1); exit 1; }; }
24093    fi
24094 fi
24095
24096 got_qwt=no
24097 QWT_INC=
24098 QWT_LDFLAGS=
24099 QWT_LIB=
24100 QWT=
24101 no_qwt=no
24102
24103
24104
24105
24106
24107
24108
24109
24110 # Check whether --enable-bwx-console was given.
24111 if test "${enable_bwx_console+set}" = set; then
24112   enableval=$enable_bwx_console;
24113        if test x$enableval = xyes; then
24114           support_wx_console=yes
24115        fi
24116
24117
24118 fi
24119
24120
24121 WX_DIR=
24122 if test x$support_wx_console = xyes; then
24123    abc=`$WXCONFIG $WXFLAGS --cppflags`
24124    pkg=$?
24125    if test $pkg = 0; then
24126       wx_version="wxWidgets `$WXCONFIG $WXFLAGS --release`"
24127       WXCONS_CPPFLAGS=`$WXCONFIG $WXFLAGS --cppflags`
24128       WXCONS_LDFLAGS=`$WXCONFIG $WXFLAGS --libs`
24129
24130
24131
24132       WX_DIR="src/wx-console"
24133    else
24134       echo " "
24135       echo "wx-config program not found. bwx-console disabled."
24136       echo " "
24137       support_wx_console=no
24138    fi
24139 fi
24140
24141
24142 # Check whether --enable-tray-monitor was given.
24143 if test "${enable_tray_monitor+set}" = set; then
24144   enableval=$enable_tray_monitor;
24145        if test x$enableval = xyes; then
24146           support_tray_monitor=yes
24147        fi
24148
24149
24150 fi
24151
24152
24153 TRAY_MONITOR_DIR=
24154 if test x$support_tray_monitor = xyes; then
24155    abc=`$PKGCONFIG --exists gtk+-2.0`
24156    pkg=$?
24157    if test $pkg = 0; then
24158       TRAY_MONITOR_CPPFLAGS=`$PKGCONFIG --cflags gtk+-2.0`
24159       TRAY_MONITOR_LDFLAGS=`$PKGCONFIG --libs gtk+-2.0`
24160
24161
24162       TRAY_MONITOR_DIR=src/tray-monitor
24163       abc=`$PKGCONFIG --atleast-version=2.4 gtk+-2.0`
24164       pkg=$?
24165       if test $pkg = 0; then
24166
24167 cat >>confdefs.h <<\_ACEOF
24168 #define HAVE_GTK_2_4 1
24169 _ACEOF
24170
24171       fi
24172    fi
24173 fi
24174
24175
24176 # Check whether --enable-smartalloc was given.
24177 if test "${enable_smartalloc+set}" = set; then
24178   enableval=$enable_smartalloc;
24179        if test x$enableval = xno; then
24180           support_smartalloc=no
24181        fi
24182
24183
24184 fi
24185
24186
24187 if test x$support_smartalloc = xyes; then
24188
24189 cat >>confdefs.h <<\_ACEOF
24190 #define SMARTALLOC 1
24191 _ACEOF
24192
24193 fi
24194
24195 # Check whether --enable-lockmgr was given.
24196 if test "${enable_lockmgr+set}" = set; then
24197   enableval=$enable_lockmgr;
24198        if test x$enableval = xyes; then
24199           support_lockmgr=yes
24200        fi
24201
24202
24203 fi
24204
24205
24206 if test x$support_lockmgr = xyes; then
24207
24208 cat >>confdefs.h <<\_ACEOF
24209 #define _USE_LOCKMGR 1
24210 _ACEOF
24211
24212 fi
24213
24214
24215 # Check whether --enable-static-tools was given.
24216 if test "${enable_static_tools+set}" = set; then
24217   enableval=$enable_static_tools;
24218        if test x$enableval = xyes; then
24219           if test x$use_libtool = xyes; then
24220              { { echo "$as_me:$LINENO: error: Libtool is enabled, not compatible with static tools,
24221   please rerun configure with --disable-libtool" >&5
24222 echo "$as_me: error: Libtool is enabled, not compatible with static tools,
24223   please rerun configure with --disable-libtool" >&2;}
24224    { (exit 1); exit 1; }; }
24225           fi
24226           support_static_tools=yes
24227        fi
24228
24229
24230 fi
24231
24232
24233 TTOOL_LDFLAGS=
24234 if test x$support_static_tools = xyes; then
24235    TTOOL_LDFLAGS="-static"
24236 fi
24237
24238
24239 # Check whether --enable-static-fd was given.
24240 if test "${enable_static_fd+set}" = set; then
24241   enableval=$enable_static_fd;
24242        if test x$enableval = xyes; then
24243           if test x$use_libtool = xyes; then
24244              { { echo "$as_me:$LINENO: error: Libtool is enabled, not compatible with static tools,
24245   please rerun configure with --disable-libtool" >&5
24246 echo "$as_me: error: Libtool is enabled, not compatible with static tools,
24247   please rerun configure with --disable-libtool" >&2;}
24248    { (exit 1); exit 1; }; }
24249           fi
24250           support_static_fd=yes
24251        fi
24252
24253
24254 fi
24255
24256
24257 STATIC_FD=
24258 if test x$support_static_fd = xyes; then
24259    STATIC_FD="static-bacula-fd"
24260 fi
24261
24262
24263 # Check whether --enable-static-sd was given.
24264 if test "${enable_static_sd+set}" = set; then
24265   enableval=$enable_static_sd;
24266        if test x$enableval = xyes; then
24267           if test x$use_libtool = xyes; then
24268              { { echo "$as_me:$LINENO: error: Libtool is enabled, not compatible with static tools,
24269   please rerun configure with --disable-libtool" >&5
24270 echo "$as_me: error: Libtool is enabled, not compatible with static tools,
24271   please rerun configure with --disable-libtool" >&2;}
24272    { (exit 1); exit 1; }; }
24273           fi
24274           support_static_sd=yes
24275        fi
24276
24277
24278 fi
24279
24280
24281 STATIC_SD=
24282 if test x$support_static_sd = xyes; then
24283    STATIC_SD="static-bacula-sd"
24284 fi
24285
24286
24287 # Check whether --enable-static-dir was given.
24288 if test "${enable_static_dir+set}" = set; then
24289   enableval=$enable_static_dir;
24290        if test x$enableval = xyes; then
24291           if test x$use_libtool = xyes; then
24292              { { echo "$as_me:$LINENO: error: Libtool is enabled, not compatible with static tools,
24293   please rerun configure with --disable-libtool" >&5
24294 echo "$as_me: error: Libtool is enabled, not compatible with static tools,
24295   please rerun configure with --disable-libtool" >&2;}
24296    { (exit 1); exit 1; }; }
24297           fi
24298           support_static_dir=yes
24299        fi
24300
24301
24302 fi
24303
24304
24305 STATIC_DIR=
24306 if test x$support_static_dir = xyes; then
24307    STATIC_DIR="static-bacula-dir"
24308 fi
24309
24310
24311 # Check whether --enable-static-cons was given.
24312 if test "${enable_static_cons+set}" = set; then
24313   enableval=$enable_static_cons;
24314        if test x$enableval = xyes; then
24315           if test x$use_libtool = xyes; then
24316              { { echo "$as_me:$LINENO: error: Libtool is enabled, not compatible with static tools,
24317   please rerun configure with --disable-libtool" >&5
24318 echo "$as_me: error: Libtool is enabled, not compatible with static tools,
24319   please rerun configure with --disable-libtool" >&2;}
24320    { (exit 1); exit 1; }; }
24321           fi
24322           support_static_cons=yes
24323        fi
24324
24325
24326 fi
24327
24328
24329 STATIC_CONS=
24330 STATIC_GNOME_CONS=
24331 STATIC_WX_CONS=
24332 if test x$support_static_cons = xyes; then
24333    STATIC_CONS="static-bconsole"
24334    STATIC_GNOME_CONS="static-bgnome-console"
24335    STATIC_WX_CONS="static-bwx-console"
24336 fi
24337
24338
24339
24340
24341 # Check whether --enable-client-only was given.
24342 if test "${enable_client_only+set}" = set; then
24343   enableval=$enable_client_only;
24344        if test x$enableval = xyes; then
24345           build_client_only=yes
24346           db_type=None
24347           DB_TYPE=none
24348        fi
24349
24350
24351 fi
24352
24353 if test x$build_client_only = xno; then
24354    ALL_DIRS="subdirs"
24355 else
24356    ALL_DIRS=""
24357 fi
24358
24359
24360 # Check whether --enable-build-dird was given.
24361 if test "${enable_build_dird+set}" = set; then
24362   enableval=$enable_build_dird;
24363        if test x$enableval = xno; then
24364           build_dird=no
24365        fi
24366
24367
24368 fi
24369
24370 if test x$build_dird = xyes; then
24371    DIRD_DIR="src/dird"
24372    DIR_TOOLS="DIRTOOLS"
24373 else
24374    DIRD_DIR=""
24375    DIR_TOOLS="NODIRTOOLS"
24376 fi
24377
24378
24379
24380 # Check whether --enable-build-stored was given.
24381 if test "${enable_build_stored+set}" = set; then
24382   enableval=$enable_build_stored;
24383       if test x$enableval = xno; then
24384          build_stored=no
24385       fi
24386
24387
24388 fi
24389
24390 if test x$build_stored = xyes; then
24391    STORED_DIR="src/stored"
24392 else
24393    STORED_DIR=""
24394 fi
24395
24396
24397 # Check whether --enable-conio was given.
24398 if test "${enable_conio+set}" = set; then
24399   enableval=$enable_conio;
24400        if test x$enableval = xno; then
24401           support_conio=no
24402        fi
24403
24404
24405 fi
24406
24407
24408
24409 support_ipv6=yes
24410 # Check whether --enable-ipv6 was given.
24411 if test "${enable_ipv6+set}" = set; then
24412   enableval=$enable_ipv6;
24413        if test x$enableval = xno; then
24414           support_ipv6=no
24415        fi
24416
24417
24418 fi
24419
24420
24421 if test x$support_ipv6 = xyes; then
24422     cat >conftest.$ac_ext <<_ACEOF
24423 /* confdefs.h.  */
24424 _ACEOF
24425 cat confdefs.h >>conftest.$ac_ext
24426 cat >>conftest.$ac_ext <<_ACEOF
24427 /* end confdefs.h.  */
24428  #include <sys/types.h>
24429 #include <sys/socket.h>
24430 #include <netinet/in.h>
24431 int
24432 main ()
24433 {
24434 struct sockaddr_in6 s; struct in6_addr t=in6addr_any; int i=AF_INET6; s; t.s6_addr[0] = 0;
24435   ;
24436   return 0;
24437 }
24438 _ACEOF
24439 rm -f conftest.$ac_objext conftest$ac_exeext
24440 if { (ac_try="$ac_link"
24441 case "(($ac_try" in
24442   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24443   *) ac_try_echo=$ac_try;;
24444 esac
24445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24446   (eval "$ac_link") 2>conftest.er1
24447   ac_status=$?
24448   grep -v '^ *+' conftest.er1 >conftest.err
24449   rm -f conftest.er1
24450   cat conftest.err >&5
24451   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24452   (exit $ac_status); } && {
24453          test -z "$ac_c_werror_flag" ||
24454          test ! -s conftest.err
24455        } && test -s conftest$ac_exeext &&
24456        $as_test_x conftest$ac_exeext; then
24457   support_ipv6=yes
24458 else
24459   echo "$as_me: failed program was:" >&5
24460 sed 's/^/| /' conftest.$ac_ext >&5
24461
24462         support_ipv6=no
24463 fi
24464
24465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24466       conftest$ac_exeext conftest.$ac_ext
24467 fi
24468
24469 if test x$support_ipv6 = xyes; then
24470
24471 cat >>confdefs.h <<\_ACEOF
24472 #define HAVE_IPV6 1
24473 _ACEOF
24474
24475 fi
24476
24477 TERM_LIB=""
24478 if test "${ac_cv_header_termcap_h+set}" = set; then
24479   { echo "$as_me:$LINENO: checking for termcap.h" >&5
24480 echo $ECHO_N "checking for termcap.h... $ECHO_C" >&6; }
24481 if test "${ac_cv_header_termcap_h+set}" = set; then
24482   echo $ECHO_N "(cached) $ECHO_C" >&6
24483 fi
24484 { echo "$as_me:$LINENO: result: $ac_cv_header_termcap_h" >&5
24485 echo "${ECHO_T}$ac_cv_header_termcap_h" >&6; }
24486 else
24487   # Is the header compilable?
24488 { echo "$as_me:$LINENO: checking termcap.h usability" >&5
24489 echo $ECHO_N "checking termcap.h usability... $ECHO_C" >&6; }
24490 cat >conftest.$ac_ext <<_ACEOF
24491 /* confdefs.h.  */
24492 _ACEOF
24493 cat confdefs.h >>conftest.$ac_ext
24494 cat >>conftest.$ac_ext <<_ACEOF
24495 /* end confdefs.h.  */
24496 $ac_includes_default
24497 #include <termcap.h>
24498 _ACEOF
24499 rm -f conftest.$ac_objext
24500 if { (ac_try="$ac_compile"
24501 case "(($ac_try" in
24502   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24503   *) ac_try_echo=$ac_try;;
24504 esac
24505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24506   (eval "$ac_compile") 2>conftest.er1
24507   ac_status=$?
24508   grep -v '^ *+' conftest.er1 >conftest.err
24509   rm -f conftest.er1
24510   cat conftest.err >&5
24511   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24512   (exit $ac_status); } && {
24513          test -z "$ac_c_werror_flag" ||
24514          test ! -s conftest.err
24515        } && test -s conftest.$ac_objext; then
24516   ac_header_compiler=yes
24517 else
24518   echo "$as_me: failed program was:" >&5
24519 sed 's/^/| /' conftest.$ac_ext >&5
24520
24521         ac_header_compiler=no
24522 fi
24523
24524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24525 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24526 echo "${ECHO_T}$ac_header_compiler" >&6; }
24527
24528 # Is the header present?
24529 { echo "$as_me:$LINENO: checking termcap.h presence" >&5
24530 echo $ECHO_N "checking termcap.h presence... $ECHO_C" >&6; }
24531 cat >conftest.$ac_ext <<_ACEOF
24532 /* confdefs.h.  */
24533 _ACEOF
24534 cat confdefs.h >>conftest.$ac_ext
24535 cat >>conftest.$ac_ext <<_ACEOF
24536 /* end confdefs.h.  */
24537 #include <termcap.h>
24538 _ACEOF
24539 if { (ac_try="$ac_cpp conftest.$ac_ext"
24540 case "(($ac_try" in
24541   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24542   *) ac_try_echo=$ac_try;;
24543 esac
24544 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24545   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24546   ac_status=$?
24547   grep -v '^ *+' conftest.er1 >conftest.err
24548   rm -f conftest.er1
24549   cat conftest.err >&5
24550   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24551   (exit $ac_status); } >/dev/null && {
24552          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
24553          test ! -s conftest.err
24554        }; then
24555   ac_header_preproc=yes
24556 else
24557   echo "$as_me: failed program was:" >&5
24558 sed 's/^/| /' conftest.$ac_ext >&5
24559
24560   ac_header_preproc=no
24561 fi
24562
24563 rm -f conftest.err conftest.$ac_ext
24564 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24565 echo "${ECHO_T}$ac_header_preproc" >&6; }
24566
24567 # So?  What about this header?
24568 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24569   yes:no: )
24570     { echo "$as_me:$LINENO: WARNING: termcap.h: accepted by the compiler, rejected by the preprocessor!" >&5
24571 echo "$as_me: WARNING: termcap.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24572     { echo "$as_me:$LINENO: WARNING: termcap.h: proceeding with the compiler's result" >&5
24573 echo "$as_me: WARNING: termcap.h: proceeding with the compiler's result" >&2;}
24574     ac_header_preproc=yes
24575     ;;
24576   no:yes:* )
24577     { echo "$as_me:$LINENO: WARNING: termcap.h: present but cannot be compiled" >&5
24578 echo "$as_me: WARNING: termcap.h: present but cannot be compiled" >&2;}
24579     { echo "$as_me:$LINENO: WARNING: termcap.h:     check for missing prerequisite headers?" >&5
24580 echo "$as_me: WARNING: termcap.h:     check for missing prerequisite headers?" >&2;}
24581     { echo "$as_me:$LINENO: WARNING: termcap.h: see the Autoconf documentation" >&5
24582 echo "$as_me: WARNING: termcap.h: see the Autoconf documentation" >&2;}
24583     { echo "$as_me:$LINENO: WARNING: termcap.h:     section \"Present But Cannot Be Compiled\"" >&5
24584 echo "$as_me: WARNING: termcap.h:     section \"Present But Cannot Be Compiled\"" >&2;}
24585     { echo "$as_me:$LINENO: WARNING: termcap.h: proceeding with the preprocessor's result" >&5
24586 echo "$as_me: WARNING: termcap.h: proceeding with the preprocessor's result" >&2;}
24587     { echo "$as_me:$LINENO: WARNING: termcap.h: in the future, the compiler will take precedence" >&5
24588 echo "$as_me: WARNING: termcap.h: in the future, the compiler will take precedence" >&2;}
24589
24590     ;;
24591 esac
24592 { echo "$as_me:$LINENO: checking for termcap.h" >&5
24593 echo $ECHO_N "checking for termcap.h... $ECHO_C" >&6; }
24594 if test "${ac_cv_header_termcap_h+set}" = set; then
24595   echo $ECHO_N "(cached) $ECHO_C" >&6
24596 else
24597   ac_cv_header_termcap_h=$ac_header_preproc
24598 fi
24599 { echo "$as_me:$LINENO: result: $ac_cv_header_termcap_h" >&5
24600 echo "${ECHO_T}$ac_cv_header_termcap_h" >&6; }
24601
24602 fi
24603 if test $ac_cv_header_termcap_h = yes; then
24604    { echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&5
24605 echo $ECHO_N "checking for tgetent in -ltermcap... $ECHO_C" >&6; }
24606 if test "${ac_cv_lib_termcap_tgetent+set}" = set; then
24607   echo $ECHO_N "(cached) $ECHO_C" >&6
24608 else
24609   ac_check_lib_save_LIBS=$LIBS
24610 LIBS="-ltermcap  $LIBS"
24611 cat >conftest.$ac_ext <<_ACEOF
24612 /* confdefs.h.  */
24613 _ACEOF
24614 cat confdefs.h >>conftest.$ac_ext
24615 cat >>conftest.$ac_ext <<_ACEOF
24616 /* end confdefs.h.  */
24617
24618 /* Override any GCC internal prototype to avoid an error.
24619    Use char because int might match the return type of a GCC
24620    builtin and then its argument prototype would still apply.  */
24621 #ifdef __cplusplus
24622 extern "C"
24623 #endif
24624 char tgetent ();
24625 int
24626 main ()
24627 {
24628 return tgetent ();
24629   ;
24630   return 0;
24631 }
24632 _ACEOF
24633 rm -f conftest.$ac_objext conftest$ac_exeext
24634 if { (ac_try="$ac_link"
24635 case "(($ac_try" in
24636   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24637   *) ac_try_echo=$ac_try;;
24638 esac
24639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24640   (eval "$ac_link") 2>conftest.er1
24641   ac_status=$?
24642   grep -v '^ *+' conftest.er1 >conftest.err
24643   rm -f conftest.er1
24644   cat conftest.err >&5
24645   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24646   (exit $ac_status); } && {
24647          test -z "$ac_c_werror_flag" ||
24648          test ! -s conftest.err
24649        } && test -s conftest$ac_exeext &&
24650        $as_test_x conftest$ac_exeext; then
24651   ac_cv_lib_termcap_tgetent=yes
24652 else
24653   echo "$as_me: failed program was:" >&5
24654 sed 's/^/| /' conftest.$ac_ext >&5
24655
24656         ac_cv_lib_termcap_tgetent=no
24657 fi
24658
24659 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24660       conftest$ac_exeext conftest.$ac_ext
24661 LIBS=$ac_check_lib_save_LIBS
24662 fi
24663 { echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&5
24664 echo "${ECHO_T}$ac_cv_lib_termcap_tgetent" >&6; }
24665 if test $ac_cv_lib_termcap_tgetent = yes; then
24666    TERM_LIB="-ltermcap"
24667 else
24668    { echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&5
24669 echo $ECHO_N "checking for tgetent in -lncurses... $ECHO_C" >&6; }
24670 if test "${ac_cv_lib_ncurses_tgetent+set}" = set; then
24671   echo $ECHO_N "(cached) $ECHO_C" >&6
24672 else
24673   ac_check_lib_save_LIBS=$LIBS
24674 LIBS="-lncurses  $LIBS"
24675 cat >conftest.$ac_ext <<_ACEOF
24676 /* confdefs.h.  */
24677 _ACEOF
24678 cat confdefs.h >>conftest.$ac_ext
24679 cat >>conftest.$ac_ext <<_ACEOF
24680 /* end confdefs.h.  */
24681
24682 /* Override any GCC internal prototype to avoid an error.
24683    Use char because int might match the return type of a GCC
24684    builtin and then its argument prototype would still apply.  */
24685 #ifdef __cplusplus
24686 extern "C"
24687 #endif
24688 char tgetent ();
24689 int
24690 main ()
24691 {
24692 return tgetent ();
24693   ;
24694   return 0;
24695 }
24696 _ACEOF
24697 rm -f conftest.$ac_objext conftest$ac_exeext
24698 if { (ac_try="$ac_link"
24699 case "(($ac_try" in
24700   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24701   *) ac_try_echo=$ac_try;;
24702 esac
24703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24704   (eval "$ac_link") 2>conftest.er1
24705   ac_status=$?
24706   grep -v '^ *+' conftest.er1 >conftest.err
24707   rm -f conftest.er1
24708   cat conftest.err >&5
24709   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24710   (exit $ac_status); } && {
24711          test -z "$ac_c_werror_flag" ||
24712          test ! -s conftest.err
24713        } && test -s conftest$ac_exeext &&
24714        $as_test_x conftest$ac_exeext; then
24715   ac_cv_lib_ncurses_tgetent=yes
24716 else
24717   echo "$as_me: failed program was:" >&5
24718 sed 's/^/| /' conftest.$ac_ext >&5
24719
24720         ac_cv_lib_ncurses_tgetent=no
24721 fi
24722
24723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24724       conftest$ac_exeext conftest.$ac_ext
24725 LIBS=$ac_check_lib_save_LIBS
24726 fi
24727 { echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tgetent" >&5
24728 echo "${ECHO_T}$ac_cv_lib_ncurses_tgetent" >&6; }
24729 if test $ac_cv_lib_ncurses_tgetent = yes; then
24730    TERM_LIB="-lncurses"
24731 fi
24732
24733
24734 fi
24735
24736
24737 else
24738
24739 for ac_header in curses.h
24740 do
24741 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
24742 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24743   { echo "$as_me:$LINENO: checking for $ac_header" >&5
24744 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
24745 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24746   echo $ECHO_N "(cached) $ECHO_C" >&6
24747 fi
24748 ac_res=`eval echo '${'$as_ac_Header'}'`
24749                { echo "$as_me:$LINENO: result: $ac_res" >&5
24750 echo "${ECHO_T}$ac_res" >&6; }
24751 else
24752   # Is the header compilable?
24753 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
24754 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
24755 cat >conftest.$ac_ext <<_ACEOF
24756 /* confdefs.h.  */
24757 _ACEOF
24758 cat confdefs.h >>conftest.$ac_ext
24759 cat >>conftest.$ac_ext <<_ACEOF
24760 /* end confdefs.h.  */
24761 $ac_includes_default
24762 #include <$ac_header>
24763 _ACEOF
24764 rm -f conftest.$ac_objext
24765 if { (ac_try="$ac_compile"
24766 case "(($ac_try" in
24767   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24768   *) ac_try_echo=$ac_try;;
24769 esac
24770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24771   (eval "$ac_compile") 2>conftest.er1
24772   ac_status=$?
24773   grep -v '^ *+' conftest.er1 >conftest.err
24774   rm -f conftest.er1
24775   cat conftest.err >&5
24776   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24777   (exit $ac_status); } && {
24778          test -z "$ac_c_werror_flag" ||
24779          test ! -s conftest.err
24780        } && test -s conftest.$ac_objext; then
24781   ac_header_compiler=yes
24782 else
24783   echo "$as_me: failed program was:" >&5
24784 sed 's/^/| /' conftest.$ac_ext >&5
24785
24786         ac_header_compiler=no
24787 fi
24788
24789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24790 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24791 echo "${ECHO_T}$ac_header_compiler" >&6; }
24792
24793 # Is the header present?
24794 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
24795 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
24796 cat >conftest.$ac_ext <<_ACEOF
24797 /* confdefs.h.  */
24798 _ACEOF
24799 cat confdefs.h >>conftest.$ac_ext
24800 cat >>conftest.$ac_ext <<_ACEOF
24801 /* end confdefs.h.  */
24802 #include <$ac_header>
24803 _ACEOF
24804 if { (ac_try="$ac_cpp conftest.$ac_ext"
24805 case "(($ac_try" in
24806   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24807   *) ac_try_echo=$ac_try;;
24808 esac
24809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24810   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24811   ac_status=$?
24812   grep -v '^ *+' conftest.er1 >conftest.err
24813   rm -f conftest.er1
24814   cat conftest.err >&5
24815   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24816   (exit $ac_status); } >/dev/null && {
24817          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
24818          test ! -s conftest.err
24819        }; then
24820   ac_header_preproc=yes
24821 else
24822   echo "$as_me: failed program was:" >&5
24823 sed 's/^/| /' conftest.$ac_ext >&5
24824
24825   ac_header_preproc=no
24826 fi
24827
24828 rm -f conftest.err conftest.$ac_ext
24829 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24830 echo "${ECHO_T}$ac_header_preproc" >&6; }
24831
24832 # So?  What about this header?
24833 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24834   yes:no: )
24835     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
24836 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
24837     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
24838 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
24839     ac_header_preproc=yes
24840     ;;
24841   no:yes:* )
24842     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
24843 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
24844     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
24845 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
24846     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
24847 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
24848     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
24849 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
24850     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
24851 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
24852     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
24853 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
24854
24855     ;;
24856 esac
24857 { echo "$as_me:$LINENO: checking for $ac_header" >&5
24858 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
24859 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24860   echo $ECHO_N "(cached) $ECHO_C" >&6
24861 else
24862   eval "$as_ac_Header=\$ac_header_preproc"
24863 fi
24864 ac_res=`eval echo '${'$as_ac_Header'}'`
24865                { echo "$as_me:$LINENO: result: $ac_res" >&5
24866 echo "${ECHO_T}$ac_res" >&6; }
24867
24868 fi
24869 if test `eval echo '${'$as_ac_Header'}'` = yes; then
24870   cat >>confdefs.h <<_ACEOF
24871 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
24872 _ACEOF
24873
24874 fi
24875
24876 done
24877
24878      if test "${ac_cv_header_term_h+set}" = set; then
24879   { echo "$as_me:$LINENO: checking for term.h" >&5
24880 echo $ECHO_N "checking for term.h... $ECHO_C" >&6; }
24881 if test "${ac_cv_header_term_h+set}" = set; then
24882   echo $ECHO_N "(cached) $ECHO_C" >&6
24883 fi
24884 { echo "$as_me:$LINENO: result: $ac_cv_header_term_h" >&5
24885 echo "${ECHO_T}$ac_cv_header_term_h" >&6; }
24886 else
24887   # Is the header compilable?
24888 { echo "$as_me:$LINENO: checking term.h usability" >&5
24889 echo $ECHO_N "checking term.h usability... $ECHO_C" >&6; }
24890 cat >conftest.$ac_ext <<_ACEOF
24891 /* confdefs.h.  */
24892 _ACEOF
24893 cat confdefs.h >>conftest.$ac_ext
24894 cat >>conftest.$ac_ext <<_ACEOF
24895 /* end confdefs.h.  */
24896 $ac_includes_default
24897 #include <term.h>
24898 _ACEOF
24899 rm -f conftest.$ac_objext
24900 if { (ac_try="$ac_compile"
24901 case "(($ac_try" in
24902   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24903   *) ac_try_echo=$ac_try;;
24904 esac
24905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24906   (eval "$ac_compile") 2>conftest.er1
24907   ac_status=$?
24908   grep -v '^ *+' conftest.er1 >conftest.err
24909   rm -f conftest.er1
24910   cat conftest.err >&5
24911   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24912   (exit $ac_status); } && {
24913          test -z "$ac_c_werror_flag" ||
24914          test ! -s conftest.err
24915        } && test -s conftest.$ac_objext; then
24916   ac_header_compiler=yes
24917 else
24918   echo "$as_me: failed program was:" >&5
24919 sed 's/^/| /' conftest.$ac_ext >&5
24920
24921         ac_header_compiler=no
24922 fi
24923
24924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24925 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24926 echo "${ECHO_T}$ac_header_compiler" >&6; }
24927
24928 # Is the header present?
24929 { echo "$as_me:$LINENO: checking term.h presence" >&5
24930 echo $ECHO_N "checking term.h presence... $ECHO_C" >&6; }
24931 cat >conftest.$ac_ext <<_ACEOF
24932 /* confdefs.h.  */
24933 _ACEOF
24934 cat confdefs.h >>conftest.$ac_ext
24935 cat >>conftest.$ac_ext <<_ACEOF
24936 /* end confdefs.h.  */
24937 #include <term.h>
24938 _ACEOF
24939 if { (ac_try="$ac_cpp conftest.$ac_ext"
24940 case "(($ac_try" in
24941   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24942   *) ac_try_echo=$ac_try;;
24943 esac
24944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24945   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24946   ac_status=$?
24947   grep -v '^ *+' conftest.er1 >conftest.err
24948   rm -f conftest.er1
24949   cat conftest.err >&5
24950   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24951   (exit $ac_status); } >/dev/null && {
24952          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
24953          test ! -s conftest.err
24954        }; then
24955   ac_header_preproc=yes
24956 else
24957   echo "$as_me: failed program was:" >&5
24958 sed 's/^/| /' conftest.$ac_ext >&5
24959
24960   ac_header_preproc=no
24961 fi
24962
24963 rm -f conftest.err conftest.$ac_ext
24964 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24965 echo "${ECHO_T}$ac_header_preproc" >&6; }
24966
24967 # So?  What about this header?
24968 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24969   yes:no: )
24970     { echo "$as_me:$LINENO: WARNING: term.h: accepted by the compiler, rejected by the preprocessor!" >&5
24971 echo "$as_me: WARNING: term.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24972     { echo "$as_me:$LINENO: WARNING: term.h: proceeding with the compiler's result" >&5
24973 echo "$as_me: WARNING: term.h: proceeding with the compiler's result" >&2;}
24974     ac_header_preproc=yes
24975     ;;
24976   no:yes:* )
24977     { echo "$as_me:$LINENO: WARNING: term.h: present but cannot be compiled" >&5
24978 echo "$as_me: WARNING: term.h: present but cannot be compiled" >&2;}
24979     { echo "$as_me:$LINENO: WARNING: term.h:     check for missing prerequisite headers?" >&5
24980 echo "$as_me: WARNING: term.h:     check for missing prerequisite headers?" >&2;}
24981     { echo "$as_me:$LINENO: WARNING: term.h: see the Autoconf documentation" >&5
24982 echo "$as_me: WARNING: term.h: see the Autoconf documentation" >&2;}
24983     { echo "$as_me:$LINENO: WARNING: term.h:     section \"Present But Cannot Be Compiled\"" >&5
24984 echo "$as_me: WARNING: term.h:     section \"Present But Cannot Be Compiled\"" >&2;}
24985     { echo "$as_me:$LINENO: WARNING: term.h: proceeding with the preprocessor's result" >&5
24986 echo "$as_me: WARNING: term.h: proceeding with the preprocessor's result" >&2;}
24987     { echo "$as_me:$LINENO: WARNING: term.h: in the future, the compiler will take precedence" >&5
24988 echo "$as_me: WARNING: term.h: in the future, the compiler will take precedence" >&2;}
24989
24990     ;;
24991 esac
24992 { echo "$as_me:$LINENO: checking for term.h" >&5
24993 echo $ECHO_N "checking for term.h... $ECHO_C" >&6; }
24994 if test "${ac_cv_header_term_h+set}" = set; then
24995   echo $ECHO_N "(cached) $ECHO_C" >&6
24996 else
24997   ac_cv_header_term_h=$ac_header_preproc
24998 fi
24999 { echo "$as_me:$LINENO: result: $ac_cv_header_term_h" >&5
25000 echo "${ECHO_T}$ac_cv_header_term_h" >&6; }
25001
25002 fi
25003 if test $ac_cv_header_term_h = yes; then
25004    { echo "$as_me:$LINENO: checking for tgetent in -lcurses" >&5
25005 echo $ECHO_N "checking for tgetent in -lcurses... $ECHO_C" >&6; }
25006 if test "${ac_cv_lib_curses_tgetent+set}" = set; then
25007   echo $ECHO_N "(cached) $ECHO_C" >&6
25008 else
25009   ac_check_lib_save_LIBS=$LIBS
25010 LIBS="-lcurses  $LIBS"
25011 cat >conftest.$ac_ext <<_ACEOF
25012 /* confdefs.h.  */
25013 _ACEOF
25014 cat confdefs.h >>conftest.$ac_ext
25015 cat >>conftest.$ac_ext <<_ACEOF
25016 /* end confdefs.h.  */
25017
25018 /* Override any GCC internal prototype to avoid an error.
25019    Use char because int might match the return type of a GCC
25020    builtin and then its argument prototype would still apply.  */
25021 #ifdef __cplusplus
25022 extern "C"
25023 #endif
25024 char tgetent ();
25025 int
25026 main ()
25027 {
25028 return tgetent ();
25029   ;
25030   return 0;
25031 }
25032 _ACEOF
25033 rm -f conftest.$ac_objext conftest$ac_exeext
25034 if { (ac_try="$ac_link"
25035 case "(($ac_try" in
25036   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25037   *) ac_try_echo=$ac_try;;
25038 esac
25039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25040   (eval "$ac_link") 2>conftest.er1
25041   ac_status=$?
25042   grep -v '^ *+' conftest.er1 >conftest.err
25043   rm -f conftest.er1
25044   cat conftest.err >&5
25045   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25046   (exit $ac_status); } && {
25047          test -z "$ac_c_werror_flag" ||
25048          test ! -s conftest.err
25049        } && test -s conftest$ac_exeext &&
25050        $as_test_x conftest$ac_exeext; then
25051   ac_cv_lib_curses_tgetent=yes
25052 else
25053   echo "$as_me: failed program was:" >&5
25054 sed 's/^/| /' conftest.$ac_ext >&5
25055
25056         ac_cv_lib_curses_tgetent=no
25057 fi
25058
25059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25060       conftest$ac_exeext conftest.$ac_ext
25061 LIBS=$ac_check_lib_save_LIBS
25062 fi
25063 { echo "$as_me:$LINENO: result: $ac_cv_lib_curses_tgetent" >&5
25064 echo "${ECHO_T}$ac_cv_lib_curses_tgetent" >&6; }
25065 if test $ac_cv_lib_curses_tgetent = yes; then
25066    TERM_LIB="-lcurses"
25067 fi
25068
25069
25070 fi
25071
25072
25073
25074 fi
25075
25076
25077
25078
25079 got_conio="no"
25080 if test x$support_conio = xyes; then
25081    if test x$TERM_LIB != x; then
25082       CONS_LIBS=$TERM_LIB
25083       CONS_OBJ="conio.o"
25084       CONS_SRC="conio.c"
25085       got_conio="yes"
25086       support_readline=no
25087
25088 cat >>confdefs.h <<\_ACEOF
25089 #define HAVE_CONIO 1
25090 _ACEOF
25091
25092    else
25093       echo " "; echo "Required libraries not found. CONIO turned off ..."; echo " "],
25094    fi
25095 fi
25096
25097
25098 # Check whether --enable-readline was given.
25099 if test "${enable_readline+set}" = set; then
25100   enableval=$enable_readline;
25101        if test x$enableval = xno; then
25102           support_readline=no
25103        fi
25104
25105
25106 fi
25107
25108 if test x$TERM_LIB = x ; then
25109    support_readline=no
25110 fi
25111
25112 got_readline="no"
25113 READLINE_SRC=
25114 if test x$support_readline = xyes; then
25115
25116 # Check whether --with-readline was given.
25117 if test "${with_readline+set}" = set; then
25118   withval=$with_readline;
25119           case "$with_readline" in
25120           no)
25121              :
25122              ;;
25123           yes|*)
25124              if test -f ${with_readline}/readline.h; then
25125                 CONS_INC="-I${with_readline}"
25126                 CONS_LDFLAGS="-L$with_readline"
25127              elif test -f ${with_readline}/include/readline/readline.h; then
25128                 CONS_INC="-I${with_readline}/include/readline"
25129                 CONS_LDFLAGS="-L${with_readline}/lib"
25130                 with_readline="${with_readline}/include/readline"
25131              else
25132                 with_readline="/usr/include/readline"
25133              fi
25134
25135              as_ac_Header=`echo "ac_cv_header_${with_readline}/readline.h" | $as_tr_sh`
25136 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25137   { echo "$as_me:$LINENO: checking for ${with_readline}/readline.h" >&5
25138 echo $ECHO_N "checking for ${with_readline}/readline.h... $ECHO_C" >&6; }
25139 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25140   echo $ECHO_N "(cached) $ECHO_C" >&6
25141 fi
25142 ac_res=`eval echo '${'$as_ac_Header'}'`
25143                { echo "$as_me:$LINENO: result: $ac_res" >&5
25144 echo "${ECHO_T}$ac_res" >&6; }
25145 else
25146   # Is the header compilable?
25147 { echo "$as_me:$LINENO: checking ${with_readline}/readline.h usability" >&5
25148 echo $ECHO_N "checking ${with_readline}/readline.h usability... $ECHO_C" >&6; }
25149 cat >conftest.$ac_ext <<_ACEOF
25150 /* confdefs.h.  */
25151 _ACEOF
25152 cat confdefs.h >>conftest.$ac_ext
25153 cat >>conftest.$ac_ext <<_ACEOF
25154 /* end confdefs.h.  */
25155 $ac_includes_default
25156 #include <${with_readline}/readline.h>
25157 _ACEOF
25158 rm -f conftest.$ac_objext
25159 if { (ac_try="$ac_compile"
25160 case "(($ac_try" in
25161   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25162   *) ac_try_echo=$ac_try;;
25163 esac
25164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25165   (eval "$ac_compile") 2>conftest.er1
25166   ac_status=$?
25167   grep -v '^ *+' conftest.er1 >conftest.err
25168   rm -f conftest.er1
25169   cat conftest.err >&5
25170   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25171   (exit $ac_status); } && {
25172          test -z "$ac_c_werror_flag" ||
25173          test ! -s conftest.err
25174        } && test -s conftest.$ac_objext; then
25175   ac_header_compiler=yes
25176 else
25177   echo "$as_me: failed program was:" >&5
25178 sed 's/^/| /' conftest.$ac_ext >&5
25179
25180         ac_header_compiler=no
25181 fi
25182
25183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25184 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25185 echo "${ECHO_T}$ac_header_compiler" >&6; }
25186
25187 # Is the header present?
25188 { echo "$as_me:$LINENO: checking ${with_readline}/readline.h presence" >&5
25189 echo $ECHO_N "checking ${with_readline}/readline.h presence... $ECHO_C" >&6; }
25190 cat >conftest.$ac_ext <<_ACEOF
25191 /* confdefs.h.  */
25192 _ACEOF
25193 cat confdefs.h >>conftest.$ac_ext
25194 cat >>conftest.$ac_ext <<_ACEOF
25195 /* end confdefs.h.  */
25196 #include <${with_readline}/readline.h>
25197 _ACEOF
25198 if { (ac_try="$ac_cpp conftest.$ac_ext"
25199 case "(($ac_try" in
25200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25201   *) ac_try_echo=$ac_try;;
25202 esac
25203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25204   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25205   ac_status=$?
25206   grep -v '^ *+' conftest.er1 >conftest.err
25207   rm -f conftest.er1
25208   cat conftest.err >&5
25209   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25210   (exit $ac_status); } >/dev/null && {
25211          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25212          test ! -s conftest.err
25213        }; then
25214   ac_header_preproc=yes
25215 else
25216   echo "$as_me: failed program was:" >&5
25217 sed 's/^/| /' conftest.$ac_ext >&5
25218
25219   ac_header_preproc=no
25220 fi
25221
25222 rm -f conftest.err conftest.$ac_ext
25223 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25224 echo "${ECHO_T}$ac_header_preproc" >&6; }
25225
25226 # So?  What about this header?
25227 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25228   yes:no: )
25229     { echo "$as_me:$LINENO: WARNING: ${with_readline}/readline.h: accepted by the compiler, rejected by the preprocessor!" >&5
25230 echo "$as_me: WARNING: ${with_readline}/readline.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25231     { echo "$as_me:$LINENO: WARNING: ${with_readline}/readline.h: proceeding with the compiler's result" >&5
25232 echo "$as_me: WARNING: ${with_readline}/readline.h: proceeding with the compiler's result" >&2;}
25233     ac_header_preproc=yes
25234     ;;
25235   no:yes:* )
25236     { echo "$as_me:$LINENO: WARNING: ${with_readline}/readline.h: present but cannot be compiled" >&5
25237 echo "$as_me: WARNING: ${with_readline}/readline.h: present but cannot be compiled" >&2;}
25238     { echo "$as_me:$LINENO: WARNING: ${with_readline}/readline.h:     check for missing prerequisite headers?" >&5
25239 echo "$as_me: WARNING: ${with_readline}/readline.h:     check for missing prerequisite headers?" >&2;}
25240     { echo "$as_me:$LINENO: WARNING: ${with_readline}/readline.h: see the Autoconf documentation" >&5
25241 echo "$as_me: WARNING: ${with_readline}/readline.h: see the Autoconf documentation" >&2;}
25242     { echo "$as_me:$LINENO: WARNING: ${with_readline}/readline.h:     section \"Present But Cannot Be Compiled\"" >&5
25243 echo "$as_me: WARNING: ${with_readline}/readline.h:     section \"Present But Cannot Be Compiled\"" >&2;}
25244     { echo "$as_me:$LINENO: WARNING: ${with_readline}/readline.h: proceeding with the preprocessor's result" >&5
25245 echo "$as_me: WARNING: ${with_readline}/readline.h: proceeding with the preprocessor's result" >&2;}
25246     { echo "$as_me:$LINENO: WARNING: ${with_readline}/readline.h: in the future, the compiler will take precedence" >&5
25247 echo "$as_me: WARNING: ${with_readline}/readline.h: in the future, the compiler will take precedence" >&2;}
25248
25249     ;;
25250 esac
25251 { echo "$as_me:$LINENO: checking for ${with_readline}/readline.h" >&5
25252 echo $ECHO_N "checking for ${with_readline}/readline.h... $ECHO_C" >&6; }
25253 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25254   echo $ECHO_N "(cached) $ECHO_C" >&6
25255 else
25256   eval "$as_ac_Header=\$ac_header_preproc"
25257 fi
25258 ac_res=`eval echo '${'$as_ac_Header'}'`
25259                { echo "$as_me:$LINENO: result: $ac_res" >&5
25260 echo "${ECHO_T}$ac_res" >&6; }
25261
25262 fi
25263 if test `eval echo '${'$as_ac_Header'}'` = yes; then
25264
25265
25266 cat >>confdefs.h <<\_ACEOF
25267 #define HAVE_READLINE 1
25268 _ACEOF
25269
25270                     CONS_LIBS="-lreadline -lhistory $TERM_LIB"
25271                     got_readline="yes"
25272
25273 else
25274
25275                     echo " "
25276                     echo "readline.h not found. readline turned off ..."
25277                     echo " "
25278
25279
25280 fi
25281
25282
25283              ;;
25284           esac
25285
25286 else
25287
25288                  if test "${ac_cv_header__usr_include_readline_readline_h+set}" = set; then
25289   { echo "$as_me:$LINENO: checking for /usr/include/readline/readline.h" >&5
25290 echo $ECHO_N "checking for /usr/include/readline/readline.h... $ECHO_C" >&6; }
25291 if test "${ac_cv_header__usr_include_readline_readline_h+set}" = set; then
25292   echo $ECHO_N "(cached) $ECHO_C" >&6
25293 fi
25294 { echo "$as_me:$LINENO: result: $ac_cv_header__usr_include_readline_readline_h" >&5
25295 echo "${ECHO_T}$ac_cv_header__usr_include_readline_readline_h" >&6; }
25296 else
25297   # Is the header compilable?
25298 { echo "$as_me:$LINENO: checking /usr/include/readline/readline.h usability" >&5
25299 echo $ECHO_N "checking /usr/include/readline/readline.h usability... $ECHO_C" >&6; }
25300 cat >conftest.$ac_ext <<_ACEOF
25301 /* confdefs.h.  */
25302 _ACEOF
25303 cat confdefs.h >>conftest.$ac_ext
25304 cat >>conftest.$ac_ext <<_ACEOF
25305 /* end confdefs.h.  */
25306 $ac_includes_default
25307 #include </usr/include/readline/readline.h>
25308 _ACEOF
25309 rm -f conftest.$ac_objext
25310 if { (ac_try="$ac_compile"
25311 case "(($ac_try" in
25312   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25313   *) ac_try_echo=$ac_try;;
25314 esac
25315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25316   (eval "$ac_compile") 2>conftest.er1
25317   ac_status=$?
25318   grep -v '^ *+' conftest.er1 >conftest.err
25319   rm -f conftest.er1
25320   cat conftest.err >&5
25321   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25322   (exit $ac_status); } && {
25323          test -z "$ac_c_werror_flag" ||
25324          test ! -s conftest.err
25325        } && test -s conftest.$ac_objext; then
25326   ac_header_compiler=yes
25327 else
25328   echo "$as_me: failed program was:" >&5
25329 sed 's/^/| /' conftest.$ac_ext >&5
25330
25331         ac_header_compiler=no
25332 fi
25333
25334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25335 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25336 echo "${ECHO_T}$ac_header_compiler" >&6; }
25337
25338 # Is the header present?
25339 { echo "$as_me:$LINENO: checking /usr/include/readline/readline.h presence" >&5
25340 echo $ECHO_N "checking /usr/include/readline/readline.h presence... $ECHO_C" >&6; }
25341 cat >conftest.$ac_ext <<_ACEOF
25342 /* confdefs.h.  */
25343 _ACEOF
25344 cat confdefs.h >>conftest.$ac_ext
25345 cat >>conftest.$ac_ext <<_ACEOF
25346 /* end confdefs.h.  */
25347 #include </usr/include/readline/readline.h>
25348 _ACEOF
25349 if { (ac_try="$ac_cpp conftest.$ac_ext"
25350 case "(($ac_try" in
25351   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25352   *) ac_try_echo=$ac_try;;
25353 esac
25354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25355   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25356   ac_status=$?
25357   grep -v '^ *+' conftest.er1 >conftest.err
25358   rm -f conftest.er1
25359   cat conftest.err >&5
25360   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25361   (exit $ac_status); } >/dev/null && {
25362          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25363          test ! -s conftest.err
25364        }; then
25365   ac_header_preproc=yes
25366 else
25367   echo "$as_me: failed program was:" >&5
25368 sed 's/^/| /' conftest.$ac_ext >&5
25369
25370   ac_header_preproc=no
25371 fi
25372
25373 rm -f conftest.err conftest.$ac_ext
25374 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25375 echo "${ECHO_T}$ac_header_preproc" >&6; }
25376
25377 # So?  What about this header?
25378 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25379   yes:no: )
25380     { echo "$as_me:$LINENO: WARNING: /usr/include/readline/readline.h: accepted by the compiler, rejected by the preprocessor!" >&5
25381 echo "$as_me: WARNING: /usr/include/readline/readline.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25382     { echo "$as_me:$LINENO: WARNING: /usr/include/readline/readline.h: proceeding with the compiler's result" >&5
25383 echo "$as_me: WARNING: /usr/include/readline/readline.h: proceeding with the compiler's result" >&2;}
25384     ac_header_preproc=yes
25385     ;;
25386   no:yes:* )
25387     { echo "$as_me:$LINENO: WARNING: /usr/include/readline/readline.h: present but cannot be compiled" >&5
25388 echo "$as_me: WARNING: /usr/include/readline/readline.h: present but cannot be compiled" >&2;}
25389     { echo "$as_me:$LINENO: WARNING: /usr/include/readline/readline.h:     check for missing prerequisite headers?" >&5
25390 echo "$as_me: WARNING: /usr/include/readline/readline.h:     check for missing prerequisite headers?" >&2;}
25391     { echo "$as_me:$LINENO: WARNING: /usr/include/readline/readline.h: see the Autoconf documentation" >&5
25392 echo "$as_me: WARNING: /usr/include/readline/readline.h: see the Autoconf documentation" >&2;}
25393     { echo "$as_me:$LINENO: WARNING: /usr/include/readline/readline.h:     section \"Present But Cannot Be Compiled\"" >&5
25394 echo "$as_me: WARNING: /usr/include/readline/readline.h:     section \"Present But Cannot Be Compiled\"" >&2;}
25395     { echo "$as_me:$LINENO: WARNING: /usr/include/readline/readline.h: proceeding with the preprocessor's result" >&5
25396 echo "$as_me: WARNING: /usr/include/readline/readline.h: proceeding with the preprocessor's result" >&2;}
25397     { echo "$as_me:$LINENO: WARNING: /usr/include/readline/readline.h: in the future, the compiler will take precedence" >&5
25398 echo "$as_me: WARNING: /usr/include/readline/readline.h: in the future, the compiler will take precedence" >&2;}
25399
25400     ;;
25401 esac
25402 { echo "$as_me:$LINENO: checking for /usr/include/readline/readline.h" >&5
25403 echo $ECHO_N "checking for /usr/include/readline/readline.h... $ECHO_C" >&6; }
25404 if test "${ac_cv_header__usr_include_readline_readline_h+set}" = set; then
25405   echo $ECHO_N "(cached) $ECHO_C" >&6
25406 else
25407   ac_cv_header__usr_include_readline_readline_h=$ac_header_preproc
25408 fi
25409 { echo "$as_me:$LINENO: result: $ac_cv_header__usr_include_readline_readline_h" >&5
25410 echo "${ECHO_T}$ac_cv_header__usr_include_readline_readline_h" >&6; }
25411
25412 fi
25413 if test $ac_cv_header__usr_include_readline_readline_h = yes; then
25414
25415
25416 cat >>confdefs.h <<\_ACEOF
25417 #define HAVE_READLINE 1
25418 _ACEOF
25419
25420                 got_readline="yes"
25421                 CONS_INC="-I/usr/include/readline"
25422                 CONS_LIBS="-lreadline $TERM_LIB"
25423
25424 else
25425
25426                                 as_ac_Header=`echo "ac_cv_header_${TOP_DIR}/depkgs/readline/readline.h" | $as_tr_sh`
25427 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25428   { echo "$as_me:$LINENO: checking for ${TOP_DIR}/depkgs/readline/readline.h" >&5
25429 echo $ECHO_N "checking for ${TOP_DIR}/depkgs/readline/readline.h... $ECHO_C" >&6; }
25430 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25431   echo $ECHO_N "(cached) $ECHO_C" >&6
25432 fi
25433 ac_res=`eval echo '${'$as_ac_Header'}'`
25434                { echo "$as_me:$LINENO: result: $ac_res" >&5
25435 echo "${ECHO_T}$ac_res" >&6; }
25436 else
25437   # Is the header compilable?
25438 { echo "$as_me:$LINENO: checking ${TOP_DIR}/depkgs/readline/readline.h usability" >&5
25439 echo $ECHO_N "checking ${TOP_DIR}/depkgs/readline/readline.h usability... $ECHO_C" >&6; }
25440 cat >conftest.$ac_ext <<_ACEOF
25441 /* confdefs.h.  */
25442 _ACEOF
25443 cat confdefs.h >>conftest.$ac_ext
25444 cat >>conftest.$ac_ext <<_ACEOF
25445 /* end confdefs.h.  */
25446 $ac_includes_default
25447 #include <${TOP_DIR}/depkgs/readline/readline.h>
25448 _ACEOF
25449 rm -f conftest.$ac_objext
25450 if { (ac_try="$ac_compile"
25451 case "(($ac_try" in
25452   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25453   *) ac_try_echo=$ac_try;;
25454 esac
25455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25456   (eval "$ac_compile") 2>conftest.er1
25457   ac_status=$?
25458   grep -v '^ *+' conftest.er1 >conftest.err
25459   rm -f conftest.er1
25460   cat conftest.err >&5
25461   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25462   (exit $ac_status); } && {
25463          test -z "$ac_c_werror_flag" ||
25464          test ! -s conftest.err
25465        } && test -s conftest.$ac_objext; then
25466   ac_header_compiler=yes
25467 else
25468   echo "$as_me: failed program was:" >&5
25469 sed 's/^/| /' conftest.$ac_ext >&5
25470
25471         ac_header_compiler=no
25472 fi
25473
25474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25475 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25476 echo "${ECHO_T}$ac_header_compiler" >&6; }
25477
25478 # Is the header present?
25479 { echo "$as_me:$LINENO: checking ${TOP_DIR}/depkgs/readline/readline.h presence" >&5
25480 echo $ECHO_N "checking ${TOP_DIR}/depkgs/readline/readline.h presence... $ECHO_C" >&6; }
25481 cat >conftest.$ac_ext <<_ACEOF
25482 /* confdefs.h.  */
25483 _ACEOF
25484 cat confdefs.h >>conftest.$ac_ext
25485 cat >>conftest.$ac_ext <<_ACEOF
25486 /* end confdefs.h.  */
25487 #include <${TOP_DIR}/depkgs/readline/readline.h>
25488 _ACEOF
25489 if { (ac_try="$ac_cpp conftest.$ac_ext"
25490 case "(($ac_try" in
25491   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25492   *) ac_try_echo=$ac_try;;
25493 esac
25494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25495   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25496   ac_status=$?
25497   grep -v '^ *+' conftest.er1 >conftest.err
25498   rm -f conftest.er1
25499   cat conftest.err >&5
25500   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25501   (exit $ac_status); } >/dev/null && {
25502          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25503          test ! -s conftest.err
25504        }; then
25505   ac_header_preproc=yes
25506 else
25507   echo "$as_me: failed program was:" >&5
25508 sed 's/^/| /' conftest.$ac_ext >&5
25509
25510   ac_header_preproc=no
25511 fi
25512
25513 rm -f conftest.err conftest.$ac_ext
25514 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25515 echo "${ECHO_T}$ac_header_preproc" >&6; }
25516
25517 # So?  What about this header?
25518 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25519   yes:no: )
25520     { echo "$as_me:$LINENO: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: accepted by the compiler, rejected by the preprocessor!" >&5
25521 echo "$as_me: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25522     { echo "$as_me:$LINENO: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: proceeding with the compiler's result" >&5
25523 echo "$as_me: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: proceeding with the compiler's result" >&2;}
25524     ac_header_preproc=yes
25525     ;;
25526   no:yes:* )
25527     { echo "$as_me:$LINENO: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: present but cannot be compiled" >&5
25528 echo "$as_me: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: present but cannot be compiled" >&2;}
25529     { echo "$as_me:$LINENO: WARNING: ${TOP_DIR}/depkgs/readline/readline.h:     check for missing prerequisite headers?" >&5
25530 echo "$as_me: WARNING: ${TOP_DIR}/depkgs/readline/readline.h:     check for missing prerequisite headers?" >&2;}
25531     { echo "$as_me:$LINENO: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: see the Autoconf documentation" >&5
25532 echo "$as_me: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: see the Autoconf documentation" >&2;}
25533     { echo "$as_me:$LINENO: WARNING: ${TOP_DIR}/depkgs/readline/readline.h:     section \"Present But Cannot Be Compiled\"" >&5
25534 echo "$as_me: WARNING: ${TOP_DIR}/depkgs/readline/readline.h:     section \"Present But Cannot Be Compiled\"" >&2;}
25535     { echo "$as_me:$LINENO: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: proceeding with the preprocessor's result" >&5
25536 echo "$as_me: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: proceeding with the preprocessor's result" >&2;}
25537     { echo "$as_me:$LINENO: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: in the future, the compiler will take precedence" >&5
25538 echo "$as_me: WARNING: ${TOP_DIR}/depkgs/readline/readline.h: in the future, the compiler will take precedence" >&2;}
25539
25540     ;;
25541 esac
25542 { echo "$as_me:$LINENO: checking for ${TOP_DIR}/depkgs/readline/readline.h" >&5
25543 echo $ECHO_N "checking for ${TOP_DIR}/depkgs/readline/readline.h... $ECHO_C" >&6; }
25544 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25545   echo $ECHO_N "(cached) $ECHO_C" >&6
25546 else
25547   eval "$as_ac_Header=\$ac_header_preproc"
25548 fi
25549 ac_res=`eval echo '${'$as_ac_Header'}'`
25550                { echo "$as_me:$LINENO: result: $ac_res" >&5
25551 echo "${ECHO_T}$ac_res" >&6; }
25552
25553 fi
25554 if test `eval echo '${'$as_ac_Header'}'` = yes; then
25555
25556
25557 cat >>confdefs.h <<\_ACEOF
25558 #define HAVE_READLINE 1
25559 _ACEOF
25560
25561                         got_readline="yes"
25562                         CONS_INC="-I${TOP_DIR}/depkgs/readline"
25563                         CONS_LIBS="-lreadline -lhistory $TERM_LIB"
25564                         CONS_LDFLAGS="-L${TOP_DIR}/depkgs/readline"
25565                         PRTREADLINE_SRC="${TOP_DIR}/depkgs/readline"
25566
25567 else
25568
25569                         echo " "
25570                         echo "readline.h not found. readline turned off ..."
25571                         echo " "
25572
25573
25574 fi
25575
25576
25577
25578
25579 fi
25580
25581
25582
25583
25584 fi
25585
25586 fi
25587
25588
25589
25590
25591
25592
25593
25594
25595 MAKE_SHELL=/bin/sh
25596
25597 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
25598 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
25599 if test "${ac_cv_header_stat_broken+set}" = set; then
25600   echo $ECHO_N "(cached) $ECHO_C" >&6
25601 else
25602   cat >conftest.$ac_ext <<_ACEOF
25603 /* confdefs.h.  */
25604 _ACEOF
25605 cat confdefs.h >>conftest.$ac_ext
25606 cat >>conftest.$ac_ext <<_ACEOF
25607 /* end confdefs.h.  */
25608 #include <sys/types.h>
25609 #include <sys/stat.h>
25610
25611 #if defined S_ISBLK && defined S_IFDIR
25612 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
25613 #endif
25614
25615 #if defined S_ISBLK && defined S_IFCHR
25616 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
25617 #endif
25618
25619 #if defined S_ISLNK && defined S_IFREG
25620 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
25621 #endif
25622
25623 #if defined S_ISSOCK && defined S_IFREG
25624 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
25625 #endif
25626
25627 _ACEOF
25628 rm -f conftest.$ac_objext
25629 if { (ac_try="$ac_compile"
25630 case "(($ac_try" in
25631   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25632   *) ac_try_echo=$ac_try;;
25633 esac
25634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25635   (eval "$ac_compile") 2>conftest.er1
25636   ac_status=$?
25637   grep -v '^ *+' conftest.er1 >conftest.err
25638   rm -f conftest.er1
25639   cat conftest.err >&5
25640   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25641   (exit $ac_status); } && {
25642          test -z "$ac_c_werror_flag" ||
25643          test ! -s conftest.err
25644        } && test -s conftest.$ac_objext; then
25645   ac_cv_header_stat_broken=no
25646 else
25647   echo "$as_me: failed program was:" >&5
25648 sed 's/^/| /' conftest.$ac_ext >&5
25649
25650         ac_cv_header_stat_broken=yes
25651 fi
25652
25653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25654 fi
25655 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
25656 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
25657 if test $ac_cv_header_stat_broken = yes; then
25658
25659 cat >>confdefs.h <<\_ACEOF
25660 #define STAT_MACROS_BROKEN 1
25661 _ACEOF
25662
25663 fi
25664
25665
25666
25667
25668
25669
25670 ac_header_dirent=no
25671 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
25672   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
25673 { echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
25674 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; }
25675 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25676   echo $ECHO_N "(cached) $ECHO_C" >&6
25677 else
25678   cat >conftest.$ac_ext <<_ACEOF
25679 /* confdefs.h.  */
25680 _ACEOF
25681 cat confdefs.h >>conftest.$ac_ext
25682 cat >>conftest.$ac_ext <<_ACEOF
25683 /* end confdefs.h.  */
25684 #include <sys/types.h>
25685 #include <$ac_hdr>
25686
25687 int
25688 main ()
25689 {
25690 if ((DIR *) 0)
25691 return 0;
25692   ;
25693   return 0;
25694 }
25695 _ACEOF
25696 rm -f conftest.$ac_objext
25697 if { (ac_try="$ac_compile"
25698 case "(($ac_try" in
25699   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25700   *) ac_try_echo=$ac_try;;
25701 esac
25702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25703   (eval "$ac_compile") 2>conftest.er1
25704   ac_status=$?
25705   grep -v '^ *+' conftest.er1 >conftest.err
25706   rm -f conftest.er1
25707   cat conftest.err >&5
25708   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25709   (exit $ac_status); } && {
25710          test -z "$ac_c_werror_flag" ||
25711          test ! -s conftest.err
25712        } && test -s conftest.$ac_objext; then
25713   eval "$as_ac_Header=yes"
25714 else
25715   echo "$as_me: failed program was:" >&5
25716 sed 's/^/| /' conftest.$ac_ext >&5
25717
25718         eval "$as_ac_Header=no"
25719 fi
25720
25721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25722 fi
25723 ac_res=`eval echo '${'$as_ac_Header'}'`
25724                { echo "$as_me:$LINENO: result: $ac_res" >&5
25725 echo "${ECHO_T}$ac_res" >&6; }
25726 if test `eval echo '${'$as_ac_Header'}'` = yes; then
25727   cat >>confdefs.h <<_ACEOF
25728 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
25729 _ACEOF
25730
25731 ac_header_dirent=$ac_hdr; break
25732 fi
25733
25734 done
25735 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
25736 if test $ac_header_dirent = dirent.h; then
25737   { echo "$as_me:$LINENO: checking for library containing opendir" >&5
25738 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
25739 if test "${ac_cv_search_opendir+set}" = set; then
25740   echo $ECHO_N "(cached) $ECHO_C" >&6
25741 else
25742   ac_func_search_save_LIBS=$LIBS
25743 cat >conftest.$ac_ext <<_ACEOF
25744 /* confdefs.h.  */
25745 _ACEOF
25746 cat confdefs.h >>conftest.$ac_ext
25747 cat >>conftest.$ac_ext <<_ACEOF
25748 /* end confdefs.h.  */
25749
25750 /* Override any GCC internal prototype to avoid an error.
25751    Use char because int might match the return type of a GCC
25752    builtin and then its argument prototype would still apply.  */
25753 #ifdef __cplusplus
25754 extern "C"
25755 #endif
25756 char opendir ();
25757 int
25758 main ()
25759 {
25760 return opendir ();
25761   ;
25762   return 0;
25763 }
25764 _ACEOF
25765 for ac_lib in '' dir; do
25766   if test -z "$ac_lib"; then
25767     ac_res="none required"
25768   else
25769     ac_res=-l$ac_lib
25770     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
25771   fi
25772   rm -f conftest.$ac_objext conftest$ac_exeext
25773 if { (ac_try="$ac_link"
25774 case "(($ac_try" in
25775   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25776   *) ac_try_echo=$ac_try;;
25777 esac
25778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25779   (eval "$ac_link") 2>conftest.er1
25780   ac_status=$?
25781   grep -v '^ *+' conftest.er1 >conftest.err
25782   rm -f conftest.er1
25783   cat conftest.err >&5
25784   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25785   (exit $ac_status); } && {
25786          test -z "$ac_c_werror_flag" ||
25787          test ! -s conftest.err
25788        } && test -s conftest$ac_exeext &&
25789        $as_test_x conftest$ac_exeext; then
25790   ac_cv_search_opendir=$ac_res
25791 else
25792   echo "$as_me: failed program was:" >&5
25793 sed 's/^/| /' conftest.$ac_ext >&5
25794
25795
25796 fi
25797
25798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25799       conftest$ac_exeext
25800   if test "${ac_cv_search_opendir+set}" = set; then
25801   break
25802 fi
25803 done
25804 if test "${ac_cv_search_opendir+set}" = set; then
25805   :
25806 else
25807   ac_cv_search_opendir=no
25808 fi
25809 rm conftest.$ac_ext
25810 LIBS=$ac_func_search_save_LIBS
25811 fi
25812 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
25813 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
25814 ac_res=$ac_cv_search_opendir
25815 if test "$ac_res" != no; then
25816   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
25817
25818 fi
25819
25820 else
25821   { echo "$as_me:$LINENO: checking for library containing opendir" >&5
25822 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
25823 if test "${ac_cv_search_opendir+set}" = set; then
25824   echo $ECHO_N "(cached) $ECHO_C" >&6
25825 else
25826   ac_func_search_save_LIBS=$LIBS
25827 cat >conftest.$ac_ext <<_ACEOF
25828 /* confdefs.h.  */
25829 _ACEOF
25830 cat confdefs.h >>conftest.$ac_ext
25831 cat >>conftest.$ac_ext <<_ACEOF
25832 /* end confdefs.h.  */
25833
25834 /* Override any GCC internal prototype to avoid an error.
25835    Use char because int might match the return type of a GCC
25836    builtin and then its argument prototype would still apply.  */
25837 #ifdef __cplusplus
25838 extern "C"
25839 #endif
25840 char opendir ();
25841 int
25842 main ()
25843 {
25844 return opendir ();
25845   ;
25846   return 0;
25847 }
25848 _ACEOF
25849 for ac_lib in '' x; do
25850   if test -z "$ac_lib"; then
25851     ac_res="none required"
25852   else
25853     ac_res=-l$ac_lib
25854     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
25855   fi
25856   rm -f conftest.$ac_objext conftest$ac_exeext
25857 if { (ac_try="$ac_link"
25858 case "(($ac_try" in
25859   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25860   *) ac_try_echo=$ac_try;;
25861 esac
25862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25863   (eval "$ac_link") 2>conftest.er1
25864   ac_status=$?
25865   grep -v '^ *+' conftest.er1 >conftest.err
25866   rm -f conftest.er1
25867   cat conftest.err >&5
25868   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25869   (exit $ac_status); } && {
25870          test -z "$ac_c_werror_flag" ||
25871          test ! -s conftest.err
25872        } && test -s conftest$ac_exeext &&
25873        $as_test_x conftest$ac_exeext; then
25874   ac_cv_search_opendir=$ac_res
25875 else
25876   echo "$as_me: failed program was:" >&5
25877 sed 's/^/| /' conftest.$ac_ext >&5
25878
25879
25880 fi
25881
25882 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25883       conftest$ac_exeext
25884   if test "${ac_cv_search_opendir+set}" = set; then
25885   break
25886 fi
25887 done
25888 if test "${ac_cv_search_opendir+set}" = set; then
25889   :
25890 else
25891   ac_cv_search_opendir=no
25892 fi
25893 rm conftest.$ac_ext
25894 LIBS=$ac_func_search_save_LIBS
25895 fi
25896 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
25897 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
25898 ac_res=$ac_cv_search_opendir
25899 if test "$ac_res" != no; then
25900   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
25901
25902 fi
25903
25904 fi
25905
25906
25907
25908
25909
25910
25911
25912
25913 for ac_func in strcasecmp select setenv putenv tcgetattr lstat lchown
25914 do
25915 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25916 { echo "$as_me:$LINENO: checking for $ac_func" >&5
25917 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
25918 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
25919   echo $ECHO_N "(cached) $ECHO_C" >&6
25920 else
25921   cat >conftest.$ac_ext <<_ACEOF
25922 /* confdefs.h.  */
25923 _ACEOF
25924 cat confdefs.h >>conftest.$ac_ext
25925 cat >>conftest.$ac_ext <<_ACEOF
25926 /* end confdefs.h.  */
25927 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25928    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
25929 #define $ac_func innocuous_$ac_func
25930
25931 /* System header to define __stub macros and hopefully few prototypes,
25932     which can conflict with char $ac_func (); below.
25933     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25934     <limits.h> exists even on freestanding compilers.  */
25935
25936 #ifdef __STDC__
25937 # include <limits.h>
25938 #else
25939 # include <assert.h>
25940 #endif
25941
25942 #undef $ac_func
25943
25944 /* Override any GCC internal prototype to avoid an error.
25945    Use char because int might match the return type of a GCC
25946    builtin and then its argument prototype would still apply.  */
25947 #ifdef __cplusplus
25948 extern "C"
25949 #endif
25950 char $ac_func ();
25951 /* The GNU C library defines this for functions which it implements
25952     to always fail with ENOSYS.  Some functions are actually named
25953     something starting with __ and the normal name is an alias.  */
25954 #if defined __stub_$ac_func || defined __stub___$ac_func
25955 choke me
25956 #endif
25957
25958 int
25959 main ()
25960 {
25961 return $ac_func ();
25962   ;
25963   return 0;
25964 }
25965 _ACEOF
25966 rm -f conftest.$ac_objext conftest$ac_exeext
25967 if { (ac_try="$ac_link"
25968 case "(($ac_try" in
25969   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25970   *) ac_try_echo=$ac_try;;
25971 esac
25972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25973   (eval "$ac_link") 2>conftest.er1
25974   ac_status=$?
25975   grep -v '^ *+' conftest.er1 >conftest.err
25976   rm -f conftest.er1
25977   cat conftest.err >&5
25978   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25979   (exit $ac_status); } && {
25980          test -z "$ac_c_werror_flag" ||
25981          test ! -s conftest.err
25982        } && test -s conftest$ac_exeext &&
25983        $as_test_x conftest$ac_exeext; then
25984   eval "$as_ac_var=yes"
25985 else
25986   echo "$as_me: failed program was:" >&5
25987 sed 's/^/| /' conftest.$ac_ext >&5
25988
25989         eval "$as_ac_var=no"
25990 fi
25991
25992 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25993       conftest$ac_exeext conftest.$ac_ext
25994 fi
25995 ac_res=`eval echo '${'$as_ac_var'}'`
25996                { echo "$as_me:$LINENO: result: $ac_res" >&5
25997 echo "${ECHO_T}$ac_res" >&6; }
25998 if test `eval echo '${'$as_ac_var'}'` = yes; then
25999   cat >>confdefs.h <<_ACEOF
26000 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26001 _ACEOF
26002
26003 fi
26004 done
26005
26006
26007
26008 for ac_func in nanosleep nl_langinfo
26009 do
26010 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26011 { echo "$as_me:$LINENO: checking for $ac_func" >&5
26012 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
26013 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
26014   echo $ECHO_N "(cached) $ECHO_C" >&6
26015 else
26016   cat >conftest.$ac_ext <<_ACEOF
26017 /* confdefs.h.  */
26018 _ACEOF
26019 cat confdefs.h >>conftest.$ac_ext
26020 cat >>conftest.$ac_ext <<_ACEOF
26021 /* end confdefs.h.  */
26022 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26023    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
26024 #define $ac_func innocuous_$ac_func
26025
26026 /* System header to define __stub macros and hopefully few prototypes,
26027     which can conflict with char $ac_func (); below.
26028     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26029     <limits.h> exists even on freestanding compilers.  */
26030
26031 #ifdef __STDC__
26032 # include <limits.h>
26033 #else
26034 # include <assert.h>
26035 #endif
26036
26037 #undef $ac_func
26038
26039 /* Override any GCC internal prototype to avoid an error.
26040    Use char because int might match the return type of a GCC
26041    builtin and then its argument prototype would still apply.  */
26042 #ifdef __cplusplus
26043 extern "C"
26044 #endif
26045 char $ac_func ();
26046 /* The GNU C library defines this for functions which it implements
26047     to always fail with ENOSYS.  Some functions are actually named
26048     something starting with __ and the normal name is an alias.  */
26049 #if defined __stub_$ac_func || defined __stub___$ac_func
26050 choke me
26051 #endif
26052
26053 int
26054 main ()
26055 {
26056 return $ac_func ();
26057   ;
26058   return 0;
26059 }
26060 _ACEOF
26061 rm -f conftest.$ac_objext conftest$ac_exeext
26062 if { (ac_try="$ac_link"
26063 case "(($ac_try" in
26064   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26065   *) ac_try_echo=$ac_try;;
26066 esac
26067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26068   (eval "$ac_link") 2>conftest.er1
26069   ac_status=$?
26070   grep -v '^ *+' conftest.er1 >conftest.err
26071   rm -f conftest.er1
26072   cat conftest.err >&5
26073   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26074   (exit $ac_status); } && {
26075          test -z "$ac_c_werror_flag" ||
26076          test ! -s conftest.err
26077        } && test -s conftest$ac_exeext &&
26078        $as_test_x conftest$ac_exeext; then
26079   eval "$as_ac_var=yes"
26080 else
26081   echo "$as_me: failed program was:" >&5
26082 sed 's/^/| /' conftest.$ac_ext >&5
26083
26084         eval "$as_ac_var=no"
26085 fi
26086
26087 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26088       conftest$ac_exeext conftest.$ac_ext
26089 fi
26090 ac_res=`eval echo '${'$as_ac_var'}'`
26091                { echo "$as_me:$LINENO: result: $ac_res" >&5
26092 echo "${ECHO_T}$ac_res" >&6; }
26093 if test `eval echo '${'$as_ac_var'}'` = yes; then
26094   cat >>confdefs.h <<_ACEOF
26095 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26096 _ACEOF
26097
26098 fi
26099 done
26100
26101
26102 for ac_header in varargs.h
26103 do
26104 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26105 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26106   { echo "$as_me:$LINENO: checking for $ac_header" >&5
26107 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26108 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26109   echo $ECHO_N "(cached) $ECHO_C" >&6
26110 fi
26111 ac_res=`eval echo '${'$as_ac_Header'}'`
26112                { echo "$as_me:$LINENO: result: $ac_res" >&5
26113 echo "${ECHO_T}$ac_res" >&6; }
26114 else
26115   # Is the header compilable?
26116 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
26117 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
26118 cat >conftest.$ac_ext <<_ACEOF
26119 /* confdefs.h.  */
26120 _ACEOF
26121 cat confdefs.h >>conftest.$ac_ext
26122 cat >>conftest.$ac_ext <<_ACEOF
26123 /* end confdefs.h.  */
26124 $ac_includes_default
26125 #include <$ac_header>
26126 _ACEOF
26127 rm -f conftest.$ac_objext
26128 if { (ac_try="$ac_compile"
26129 case "(($ac_try" in
26130   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26131   *) ac_try_echo=$ac_try;;
26132 esac
26133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26134   (eval "$ac_compile") 2>conftest.er1
26135   ac_status=$?
26136   grep -v '^ *+' conftest.er1 >conftest.err
26137   rm -f conftest.er1
26138   cat conftest.err >&5
26139   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26140   (exit $ac_status); } && {
26141          test -z "$ac_c_werror_flag" ||
26142          test ! -s conftest.err
26143        } && test -s conftest.$ac_objext; then
26144   ac_header_compiler=yes
26145 else
26146   echo "$as_me: failed program was:" >&5
26147 sed 's/^/| /' conftest.$ac_ext >&5
26148
26149         ac_header_compiler=no
26150 fi
26151
26152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26153 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26154 echo "${ECHO_T}$ac_header_compiler" >&6; }
26155
26156 # Is the header present?
26157 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
26158 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
26159 cat >conftest.$ac_ext <<_ACEOF
26160 /* confdefs.h.  */
26161 _ACEOF
26162 cat confdefs.h >>conftest.$ac_ext
26163 cat >>conftest.$ac_ext <<_ACEOF
26164 /* end confdefs.h.  */
26165 #include <$ac_header>
26166 _ACEOF
26167 if { (ac_try="$ac_cpp conftest.$ac_ext"
26168 case "(($ac_try" in
26169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26170   *) ac_try_echo=$ac_try;;
26171 esac
26172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26173   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26174   ac_status=$?
26175   grep -v '^ *+' conftest.er1 >conftest.err
26176   rm -f conftest.er1
26177   cat conftest.err >&5
26178   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26179   (exit $ac_status); } >/dev/null && {
26180          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
26181          test ! -s conftest.err
26182        }; then
26183   ac_header_preproc=yes
26184 else
26185   echo "$as_me: failed program was:" >&5
26186 sed 's/^/| /' conftest.$ac_ext >&5
26187
26188   ac_header_preproc=no
26189 fi
26190
26191 rm -f conftest.err conftest.$ac_ext
26192 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26193 echo "${ECHO_T}$ac_header_preproc" >&6; }
26194
26195 # So?  What about this header?
26196 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26197   yes:no: )
26198     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
26199 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
26200     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
26201 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
26202     ac_header_preproc=yes
26203     ;;
26204   no:yes:* )
26205     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
26206 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
26207     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
26208 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
26209     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
26210 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
26211     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
26212 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
26213     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
26214 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
26215     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
26216 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
26217
26218     ;;
26219 esac
26220 { echo "$as_me:$LINENO: checking for $ac_header" >&5
26221 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26222 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26223   echo $ECHO_N "(cached) $ECHO_C" >&6
26224 else
26225   eval "$as_ac_Header=\$ac_header_preproc"
26226 fi
26227 ac_res=`eval echo '${'$as_ac_Header'}'`
26228                { echo "$as_me:$LINENO: result: $ac_res" >&5
26229 echo "${ECHO_T}$ac_res" >&6; }
26230
26231 fi
26232 if test `eval echo '${'$as_ac_Header'}'` = yes; then
26233   cat >>confdefs.h <<_ACEOF
26234 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
26235 _ACEOF
26236
26237 fi
26238
26239 done
26240
26241
26242
26243 { echo "$as_me:$LINENO: checking for Python support" >&5
26244 echo $ECHO_N "checking for Python support... $ECHO_C" >&6; }
26245
26246 # Check whether --with-python was given.
26247 if test "${with_python+set}" = set; then
26248   withval=$with_python;
26249        PYTHON_INCDIR=
26250        PYTHON_LIBS=
26251        if test "$withval" != "no"; then
26252           if test "$withval" = "yes"; then
26253              if test -e /usr/bin/python-config ; then
26254                 PYTHON_INCDIR=`/usr/bin/python-config --includes`
26255                 PYTHON_LIBS=`/usr/bin/python-config --libs`
26256              else
26257                 for python_root in /usr /usr/local /usr/sfw; do
26258                    for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python3; do
26259                       if test -f $python_root/include/${ver}/Python.h; then
26260                          PYTHON_INCDIR=-I$python_root/include/${ver}
26261                          if test -d $python_root/lib64/${ver}/config; then
26262                             PYTHON_LIBS="-L$python_root/lib64/${ver}/config -l${ver}"
26263                          else
26264                             PYTHON_LIBS="-L$python_root/lib/${ver}/config -l${ver}"
26265                          fi
26266                          break
26267                       fi
26268                    done
26269                 done
26270
26271                 if test x$PYTHON_INCDIR = x; then
26272                    if test -f $prefix/include/Python.h; then
26273                       PYTHON_INCDIR=-I$prefix/include
26274                       if test -d $prefix/lib64/config; then
26275                          PYTHON_LIBS="-L$prefix/lib64/config -lpython"
26276                       else
26277                          PYTHON_LIBS="-L$prefix/lib/config -lpython"
26278                       fi
26279                    else
26280                       { echo "$as_me:$LINENO: result: no" >&5
26281 echo "${ECHO_T}no" >&6; }
26282                       { { echo "$as_me:$LINENO: error: Unable to find Python.h in standard locations" >&5
26283 echo "$as_me: error: Unable to find Python.h in standard locations" >&2;}
26284    { (exit 1); exit 1; }; }
26285                    fi
26286                 fi
26287              fi
26288           else
26289              if test -e $withval/bin/python-config ; then
26290                 PYTHON_INCDIR=`$withval/bin/python-config --includes`
26291                 PYTHON_LIBS=`$withval/bin/python-config --libs`
26292              elif test -f $withval/Python.h; then
26293                 PYTHON_INCDIR=-I$withval
26294                 PYTHON_LIBS="-L$withval/config -lpython"
26295              elif test -f $withval/include/Python.h; then
26296                 PYTHON_INCDIR=-I$withval/include
26297                 if test -d $withval/lib64/config; then
26298                    PYTHON_LIBS="-L$withval/lib64/config -lpython"
26299                 else
26300                    PYTHON_LIBS="-L$withval/lib/config -lpython"
26301                 fi
26302              elif test -f $withval/include/python/Python.h; then
26303                 PYTHON_INCDIR=-I$withval/include/python
26304                 if test -d $withval/lib64/python/config; then
26305                    PYTHON_LIBS="-L$withval/lib64/python/config -lpython"
26306                 else
26307                    PYTHON_LIBS="-L$withval/lib/python/config -lpython"
26308                 fi
26309              else
26310                 { echo "$as_me:$LINENO: result: no" >&5
26311 echo "${ECHO_T}no" >&6; }
26312                 { { echo "$as_me:$LINENO: error: Invalid Python directory $withval - unable to find Python.h under $withval" >&5
26313 echo "$as_me: error: Invalid Python directory $withval - unable to find Python.h under $withval" >&2;}
26314    { (exit 1); exit 1; }; }
26315              fi
26316           fi
26317
26318           cat >>confdefs.h <<\_ACEOF
26319 #define HAVE_PYTHON 1
26320 _ACEOF
26321
26322           { echo "$as_me:$LINENO: result: yes" >&5
26323 echo "${ECHO_T}yes" >&6; }
26324           support_python=yes
26325           { echo "$as_me:$LINENO: checking for more Python libs" >&5
26326 echo "$as_me: checking for more Python libs" >&6;}
26327           saved_LIBS="$LIBS"; LIBS=
26328           { echo "$as_me:$LINENO: checking for library containing shm_open" >&5
26329 echo $ECHO_N "checking for library containing shm_open... $ECHO_C" >&6; }
26330 if test "${ac_cv_search_shm_open+set}" = set; then
26331   echo $ECHO_N "(cached) $ECHO_C" >&6
26332 else
26333   ac_func_search_save_LIBS=$LIBS
26334 cat >conftest.$ac_ext <<_ACEOF
26335 /* confdefs.h.  */
26336 _ACEOF
26337 cat confdefs.h >>conftest.$ac_ext
26338 cat >>conftest.$ac_ext <<_ACEOF
26339 /* end confdefs.h.  */
26340
26341 /* Override any GCC internal prototype to avoid an error.
26342    Use char because int might match the return type of a GCC
26343    builtin and then its argument prototype would still apply.  */
26344 #ifdef __cplusplus
26345 extern "C"
26346 #endif
26347 char shm_open ();
26348 int
26349 main ()
26350 {
26351 return shm_open ();
26352   ;
26353   return 0;
26354 }
26355 _ACEOF
26356 for ac_lib in '' rt; do
26357   if test -z "$ac_lib"; then
26358     ac_res="none required"
26359   else
26360     ac_res=-l$ac_lib
26361     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
26362   fi
26363   rm -f conftest.$ac_objext conftest$ac_exeext
26364 if { (ac_try="$ac_link"
26365 case "(($ac_try" in
26366   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26367   *) ac_try_echo=$ac_try;;
26368 esac
26369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26370   (eval "$ac_link") 2>conftest.er1
26371   ac_status=$?
26372   grep -v '^ *+' conftest.er1 >conftest.err
26373   rm -f conftest.er1
26374   cat conftest.err >&5
26375   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26376   (exit $ac_status); } && {
26377          test -z "$ac_c_werror_flag" ||
26378          test ! -s conftest.err
26379        } && test -s conftest$ac_exeext &&
26380        $as_test_x conftest$ac_exeext; then
26381   ac_cv_search_shm_open=$ac_res
26382 else
26383   echo "$as_me: failed program was:" >&5
26384 sed 's/^/| /' conftest.$ac_ext >&5
26385
26386
26387 fi
26388
26389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26390       conftest$ac_exeext
26391   if test "${ac_cv_search_shm_open+set}" = set; then
26392   break
26393 fi
26394 done
26395 if test "${ac_cv_search_shm_open+set}" = set; then
26396   :
26397 else
26398   ac_cv_search_shm_open=no
26399 fi
26400 rm conftest.$ac_ext
26401 LIBS=$ac_func_search_save_LIBS
26402 fi
26403 { echo "$as_me:$LINENO: result: $ac_cv_search_shm_open" >&5
26404 echo "${ECHO_T}$ac_cv_search_shm_open" >&6; }
26405 ac_res=$ac_cv_search_shm_open
26406 if test "$ac_res" != no; then
26407   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
26408
26409 fi
26410
26411
26412 { echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
26413 echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6; }
26414 if test "${ac_cv_lib_util_openpty+set}" = set; then
26415   echo $ECHO_N "(cached) $ECHO_C" >&6
26416 else
26417   ac_check_lib_save_LIBS=$LIBS
26418 LIBS="-lutil  $LIBS"
26419 cat >conftest.$ac_ext <<_ACEOF
26420 /* confdefs.h.  */
26421 _ACEOF
26422 cat confdefs.h >>conftest.$ac_ext
26423 cat >>conftest.$ac_ext <<_ACEOF
26424 /* end confdefs.h.  */
26425
26426 /* Override any GCC internal prototype to avoid an error.
26427    Use char because int might match the return type of a GCC
26428    builtin and then its argument prototype would still apply.  */
26429 #ifdef __cplusplus
26430 extern "C"
26431 #endif
26432 char openpty ();
26433 int
26434 main ()
26435 {
26436 return openpty ();
26437   ;
26438   return 0;
26439 }
26440 _ACEOF
26441 rm -f conftest.$ac_objext conftest$ac_exeext
26442 if { (ac_try="$ac_link"
26443 case "(($ac_try" in
26444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26445   *) ac_try_echo=$ac_try;;
26446 esac
26447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26448   (eval "$ac_link") 2>conftest.er1
26449   ac_status=$?
26450   grep -v '^ *+' conftest.er1 >conftest.err
26451   rm -f conftest.er1
26452   cat conftest.err >&5
26453   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26454   (exit $ac_status); } && {
26455          test -z "$ac_c_werror_flag" ||
26456          test ! -s conftest.err
26457        } && test -s conftest$ac_exeext &&
26458        $as_test_x conftest$ac_exeext; then
26459   ac_cv_lib_util_openpty=yes
26460 else
26461   echo "$as_me: failed program was:" >&5
26462 sed 's/^/| /' conftest.$ac_ext >&5
26463
26464         ac_cv_lib_util_openpty=no
26465 fi
26466
26467 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26468       conftest$ac_exeext conftest.$ac_ext
26469 LIBS=$ac_check_lib_save_LIBS
26470 fi
26471 { echo "$as_me:$LINENO: result: $ac_cv_lib_util_openpty" >&5
26472 echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6; }
26473 if test $ac_cv_lib_util_openpty = yes; then
26474   cat >>confdefs.h <<_ACEOF
26475 #define HAVE_LIBUTIL 1
26476 _ACEOF
26477
26478   LIBS="-lutil $LIBS"
26479
26480 fi
26481
26482           PYTHON_LIBS="$PYTHON_LIBS $LIBS"
26483           LIBS="$saved_LIBS"
26484        else
26485           { echo "$as_me:$LINENO: result: no" >&5
26486 echo "${ECHO_T}no" >&6; }
26487        fi
26488
26489 else
26490
26491        { echo "$as_me:$LINENO: result: no" >&5
26492 echo "${ECHO_T}no" >&6; }
26493
26494
26495 fi
26496
26497
26498
26499
26500 { echo "$as_me:$LINENO: checking for socket" >&5
26501 echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
26502 if test "${ac_cv_func_socket+set}" = set; then
26503   echo $ECHO_N "(cached) $ECHO_C" >&6
26504 else
26505   cat >conftest.$ac_ext <<_ACEOF
26506 /* confdefs.h.  */
26507 _ACEOF
26508 cat confdefs.h >>conftest.$ac_ext
26509 cat >>conftest.$ac_ext <<_ACEOF
26510 /* end confdefs.h.  */
26511 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
26512    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
26513 #define socket innocuous_socket
26514
26515 /* System header to define __stub macros and hopefully few prototypes,
26516     which can conflict with char socket (); below.
26517     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26518     <limits.h> exists even on freestanding compilers.  */
26519
26520 #ifdef __STDC__
26521 # include <limits.h>
26522 #else
26523 # include <assert.h>
26524 #endif
26525
26526 #undef socket
26527
26528 /* Override any GCC internal prototype to avoid an error.
26529    Use char because int might match the return type of a GCC
26530    builtin and then its argument prototype would still apply.  */
26531 #ifdef __cplusplus
26532 extern "C"
26533 #endif
26534 char socket ();
26535 /* The GNU C library defines this for functions which it implements
26536     to always fail with ENOSYS.  Some functions are actually named
26537     something starting with __ and the normal name is an alias.  */
26538 #if defined __stub_socket || defined __stub___socket
26539 choke me
26540 #endif
26541
26542 int
26543 main ()
26544 {
26545 return socket ();
26546   ;
26547   return 0;
26548 }
26549 _ACEOF
26550 rm -f conftest.$ac_objext conftest$ac_exeext
26551 if { (ac_try="$ac_link"
26552 case "(($ac_try" in
26553   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26554   *) ac_try_echo=$ac_try;;
26555 esac
26556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26557   (eval "$ac_link") 2>conftest.er1
26558   ac_status=$?
26559   grep -v '^ *+' conftest.er1 >conftest.err
26560   rm -f conftest.er1
26561   cat conftest.err >&5
26562   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26563   (exit $ac_status); } && {
26564          test -z "$ac_c_werror_flag" ||
26565          test ! -s conftest.err
26566        } && test -s conftest$ac_exeext &&
26567        $as_test_x conftest$ac_exeext; then
26568   ac_cv_func_socket=yes
26569 else
26570   echo "$as_me: failed program was:" >&5
26571 sed 's/^/| /' conftest.$ac_ext >&5
26572
26573         ac_cv_func_socket=no
26574 fi
26575
26576 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26577       conftest$ac_exeext conftest.$ac_ext
26578 fi
26579 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
26580 echo "${ECHO_T}$ac_cv_func_socket" >&6; }
26581 if test $ac_cv_func_socket = yes; then
26582   { echo "$as_me:$LINENO: result: using libc's socket" >&5
26583 echo "${ECHO_T}using libc's socket" >&6; }
26584 else
26585
26586 { echo "$as_me:$LINENO: checking for socket in -lxnet" >&5
26587 echo $ECHO_N "checking for socket in -lxnet... $ECHO_C" >&6; }
26588 if test "${ac_cv_lib_xnet_socket+set}" = set; then
26589   echo $ECHO_N "(cached) $ECHO_C" >&6
26590 else
26591   ac_check_lib_save_LIBS=$LIBS
26592 LIBS="-lxnet  $LIBS"
26593 cat >conftest.$ac_ext <<_ACEOF
26594 /* confdefs.h.  */
26595 _ACEOF
26596 cat confdefs.h >>conftest.$ac_ext
26597 cat >>conftest.$ac_ext <<_ACEOF
26598 /* end confdefs.h.  */
26599
26600 /* Override any GCC internal prototype to avoid an error.
26601    Use char because int might match the return type of a GCC
26602    builtin and then its argument prototype would still apply.  */
26603 #ifdef __cplusplus
26604 extern "C"
26605 #endif
26606 char socket ();
26607 int
26608 main ()
26609 {
26610 return socket ();
26611   ;
26612   return 0;
26613 }
26614 _ACEOF
26615 rm -f conftest.$ac_objext conftest$ac_exeext
26616 if { (ac_try="$ac_link"
26617 case "(($ac_try" in
26618   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26619   *) ac_try_echo=$ac_try;;
26620 esac
26621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26622   (eval "$ac_link") 2>conftest.er1
26623   ac_status=$?
26624   grep -v '^ *+' conftest.er1 >conftest.err
26625   rm -f conftest.er1
26626   cat conftest.err >&5
26627   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26628   (exit $ac_status); } && {
26629          test -z "$ac_c_werror_flag" ||
26630          test ! -s conftest.err
26631        } && test -s conftest$ac_exeext &&
26632        $as_test_x conftest$ac_exeext; then
26633   ac_cv_lib_xnet_socket=yes
26634 else
26635   echo "$as_me: failed program was:" >&5
26636 sed 's/^/| /' conftest.$ac_ext >&5
26637
26638         ac_cv_lib_xnet_socket=no
26639 fi
26640
26641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26642       conftest$ac_exeext conftest.$ac_ext
26643 LIBS=$ac_check_lib_save_LIBS
26644 fi
26645 { echo "$as_me:$LINENO: result: $ac_cv_lib_xnet_socket" >&5
26646 echo "${ECHO_T}$ac_cv_lib_xnet_socket" >&6; }
26647 if test $ac_cv_lib_xnet_socket = yes; then
26648   cat >>confdefs.h <<_ACEOF
26649 #define HAVE_LIBXNET 1
26650 _ACEOF
26651
26652   LIBS="-lxnet $LIBS"
26653
26654 fi
26655
26656
26657 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
26658 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; }
26659 if test "${ac_cv_lib_socket_socket+set}" = set; then
26660   echo $ECHO_N "(cached) $ECHO_C" >&6
26661 else
26662   ac_check_lib_save_LIBS=$LIBS
26663 LIBS="-lsocket  $LIBS"
26664 cat >conftest.$ac_ext <<_ACEOF
26665 /* confdefs.h.  */
26666 _ACEOF
26667 cat confdefs.h >>conftest.$ac_ext
26668 cat >>conftest.$ac_ext <<_ACEOF
26669 /* end confdefs.h.  */
26670
26671 /* Override any GCC internal prototype to avoid an error.
26672    Use char because int might match the return type of a GCC
26673    builtin and then its argument prototype would still apply.  */
26674 #ifdef __cplusplus
26675 extern "C"
26676 #endif
26677 char socket ();
26678 int
26679 main ()
26680 {
26681 return socket ();
26682   ;
26683   return 0;
26684 }
26685 _ACEOF
26686 rm -f conftest.$ac_objext conftest$ac_exeext
26687 if { (ac_try="$ac_link"
26688 case "(($ac_try" in
26689   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26690   *) ac_try_echo=$ac_try;;
26691 esac
26692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26693   (eval "$ac_link") 2>conftest.er1
26694   ac_status=$?
26695   grep -v '^ *+' conftest.er1 >conftest.err
26696   rm -f conftest.er1
26697   cat conftest.err >&5
26698   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26699   (exit $ac_status); } && {
26700          test -z "$ac_c_werror_flag" ||
26701          test ! -s conftest.err
26702        } && test -s conftest$ac_exeext &&
26703        $as_test_x conftest$ac_exeext; then
26704   ac_cv_lib_socket_socket=yes
26705 else
26706   echo "$as_me: failed program was:" >&5
26707 sed 's/^/| /' conftest.$ac_ext >&5
26708
26709         ac_cv_lib_socket_socket=no
26710 fi
26711
26712 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26713       conftest$ac_exeext conftest.$ac_ext
26714 LIBS=$ac_check_lib_save_LIBS
26715 fi
26716 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
26717 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; }
26718 if test $ac_cv_lib_socket_socket = yes; then
26719   cat >>confdefs.h <<_ACEOF
26720 #define HAVE_LIBSOCKET 1
26721 _ACEOF
26722
26723   LIBS="-lsocket $LIBS"
26724
26725 fi
26726
26727
26728 { echo "$as_me:$LINENO: checking for socket in -linet" >&5
26729 echo $ECHO_N "checking for socket in -linet... $ECHO_C" >&6; }
26730 if test "${ac_cv_lib_inet_socket+set}" = set; then
26731   echo $ECHO_N "(cached) $ECHO_C" >&6
26732 else
26733   ac_check_lib_save_LIBS=$LIBS
26734 LIBS="-linet  $LIBS"
26735 cat >conftest.$ac_ext <<_ACEOF
26736 /* confdefs.h.  */
26737 _ACEOF
26738 cat confdefs.h >>conftest.$ac_ext
26739 cat >>conftest.$ac_ext <<_ACEOF
26740 /* end confdefs.h.  */
26741
26742 /* Override any GCC internal prototype to avoid an error.
26743    Use char because int might match the return type of a GCC
26744    builtin and then its argument prototype would still apply.  */
26745 #ifdef __cplusplus
26746 extern "C"
26747 #endif
26748 char socket ();
26749 int
26750 main ()
26751 {
26752 return socket ();
26753   ;
26754   return 0;
26755 }
26756 _ACEOF
26757 rm -f conftest.$ac_objext conftest$ac_exeext
26758 if { (ac_try="$ac_link"
26759 case "(($ac_try" in
26760   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26761   *) ac_try_echo=$ac_try;;
26762 esac
26763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26764   (eval "$ac_link") 2>conftest.er1
26765   ac_status=$?
26766   grep -v '^ *+' conftest.er1 >conftest.err
26767   rm -f conftest.er1
26768   cat conftest.err >&5
26769   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26770   (exit $ac_status); } && {
26771          test -z "$ac_c_werror_flag" ||
26772          test ! -s conftest.err
26773        } && test -s conftest$ac_exeext &&
26774        $as_test_x conftest$ac_exeext; then
26775   ac_cv_lib_inet_socket=yes
26776 else
26777   echo "$as_me: failed program was:" >&5
26778 sed 's/^/| /' conftest.$ac_ext >&5
26779
26780         ac_cv_lib_inet_socket=no
26781 fi
26782
26783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26784       conftest$ac_exeext conftest.$ac_ext
26785 LIBS=$ac_check_lib_save_LIBS
26786 fi
26787 { echo "$as_me:$LINENO: result: $ac_cv_lib_inet_socket" >&5
26788 echo "${ECHO_T}$ac_cv_lib_inet_socket" >&6; }
26789 if test $ac_cv_lib_inet_socket = yes; then
26790   cat >>confdefs.h <<_ACEOF
26791 #define HAVE_LIBINET 1
26792 _ACEOF
26793
26794   LIBS="-linet $LIBS"
26795
26796 fi
26797
26798 fi
26799
26800
26801 TCPW_MSG="no"
26802 WRAPLIBS=""
26803
26804 # Check whether --with-tcp-wrappers was given.
26805 if test "${with_tcp_wrappers+set}" = set; then
26806   withval=$with_tcp_wrappers;
26807        if test "x$withval" != "xno" ; then
26808           saved_LIBS="$LIBS"
26809           LIBS="$saved_LIBS -lwrap"
26810           { echo "$as_me:$LINENO: checking for library containing nanosleep" >&5
26811 echo $ECHO_N "checking for library containing nanosleep... $ECHO_C" >&6; }
26812 if test "${ac_cv_search_nanosleep+set}" = set; then
26813   echo $ECHO_N "(cached) $ECHO_C" >&6
26814 else
26815   ac_func_search_save_LIBS=$LIBS
26816 cat >conftest.$ac_ext <<_ACEOF
26817 /* confdefs.h.  */
26818 _ACEOF
26819 cat confdefs.h >>conftest.$ac_ext
26820 cat >>conftest.$ac_ext <<_ACEOF
26821 /* end confdefs.h.  */
26822
26823 /* Override any GCC internal prototype to avoid an error.
26824    Use char because int might match the return type of a GCC
26825    builtin and then its argument prototype would still apply.  */
26826 #ifdef __cplusplus
26827 extern "C"
26828 #endif
26829 char nanosleep ();
26830 int
26831 main ()
26832 {
26833 return nanosleep ();
26834   ;
26835   return 0;
26836 }
26837 _ACEOF
26838 for ac_lib in '' rt; do
26839   if test -z "$ac_lib"; then
26840     ac_res="none required"
26841   else
26842     ac_res=-l$ac_lib
26843     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
26844   fi
26845   rm -f conftest.$ac_objext conftest$ac_exeext
26846 if { (ac_try="$ac_link"
26847 case "(($ac_try" in
26848   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26849   *) ac_try_echo=$ac_try;;
26850 esac
26851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26852   (eval "$ac_link") 2>conftest.er1
26853   ac_status=$?
26854   grep -v '^ *+' conftest.er1 >conftest.err
26855   rm -f conftest.er1
26856   cat conftest.err >&5
26857   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26858   (exit $ac_status); } && {
26859          test -z "$ac_c_werror_flag" ||
26860          test ! -s conftest.err
26861        } && test -s conftest$ac_exeext &&
26862        $as_test_x conftest$ac_exeext; then
26863   ac_cv_search_nanosleep=$ac_res
26864 else
26865   echo "$as_me: failed program was:" >&5
26866 sed 's/^/| /' conftest.$ac_ext >&5
26867
26868
26869 fi
26870
26871 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26872       conftest$ac_exeext
26873   if test "${ac_cv_search_nanosleep+set}" = set; then
26874   break
26875 fi
26876 done
26877 if test "${ac_cv_search_nanosleep+set}" = set; then
26878   :
26879 else
26880   ac_cv_search_nanosleep=no
26881 fi
26882 rm conftest.$ac_ext
26883 LIBS=$ac_func_search_save_LIBS
26884 fi
26885 { echo "$as_me:$LINENO: result: $ac_cv_search_nanosleep" >&5
26886 echo "${ECHO_T}$ac_cv_search_nanosleep" >&6; }
26887 ac_res=$ac_cv_search_nanosleep
26888 if test "$ac_res" != no; then
26889   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
26890
26891 fi
26892
26893           { echo "$as_me:$LINENO: checking for libwrap" >&5
26894 echo $ECHO_N "checking for libwrap... $ECHO_C" >&6; }
26895           cat >conftest.$ac_ext <<_ACEOF
26896 /* confdefs.h.  */
26897 _ACEOF
26898 cat confdefs.h >>conftest.$ac_ext
26899 cat >>conftest.$ac_ext <<_ACEOF
26900 /* end confdefs.h.  */
26901
26902                #include <sys/types.h>
26903                #include <tcpd.h>
26904                int deny_severity = 0;
26905                int allow_severity = 0;
26906                struct request_info *req;
26907
26908 int
26909 main ()
26910 {
26911
26912                 hosts_access(req);
26913
26914   ;
26915   return 0;
26916 }
26917 _ACEOF
26918 rm -f conftest.$ac_objext conftest$ac_exeext
26919 if { (ac_try="$ac_link"
26920 case "(($ac_try" in
26921   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26922   *) ac_try_echo=$ac_try;;
26923 esac
26924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26925   (eval "$ac_link") 2>conftest.er1
26926   ac_status=$?
26927   grep -v '^ *+' conftest.er1 >conftest.err
26928   rm -f conftest.er1
26929   cat conftest.err >&5
26930   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26931   (exit $ac_status); } && {
26932          test -z "$ac_c_werror_flag" ||
26933          test ! -s conftest.err
26934        } && test -s conftest$ac_exeext &&
26935        $as_test_x conftest$ac_exeext; then
26936
26937                  { echo "$as_me:$LINENO: result: yes" >&5
26938 echo "${ECHO_T}yes" >&6; }
26939
26940 cat >>confdefs.h <<\_ACEOF
26941 #define HAVE_LIBWRAP 1
26942 _ACEOF
26943
26944                  TCPW_MSG="yes"
26945                  LIBS="$saved_LIBS"
26946                  WRAPLIBS="-lwrap"
26947
26948 else
26949   echo "$as_me: failed program was:" >&5
26950 sed 's/^/| /' conftest.$ac_ext >&5
26951
26952
26953                  LIBS="$saved_LIBS -lwrap -lnsl"
26954                  WRAPLIBS="$saved_LIBS -lwrap -lnsl"
26955                  cat >conftest.$ac_ext <<_ACEOF
26956 /* confdefs.h.  */
26957 _ACEOF
26958 cat confdefs.h >>conftest.$ac_ext
26959 cat >>conftest.$ac_ext <<_ACEOF
26960 /* end confdefs.h.  */
26961
26962                        #include <sys/types.h>
26963                        #include <tcpd.h>
26964                        int deny_severity = 0;
26965                        int allow_severity = 0;
26966                        struct request_info *req;
26967
26968 int
26969 main ()
26970 {
26971
26972                        hosts_access(req);
26973
26974   ;
26975   return 0;
26976 }
26977 _ACEOF
26978 rm -f conftest.$ac_objext conftest$ac_exeext
26979 if { (ac_try="$ac_link"
26980 case "(($ac_try" in
26981   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26982   *) ac_try_echo=$ac_try;;
26983 esac
26984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26985   (eval "$ac_link") 2>conftest.er1
26986   ac_status=$?
26987   grep -v '^ *+' conftest.er1 >conftest.err
26988   rm -f conftest.er1
26989   cat conftest.err >&5
26990   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26991   (exit $ac_status); } && {
26992          test -z "$ac_c_werror_flag" ||
26993          test ! -s conftest.err
26994        } && test -s conftest$ac_exeext &&
26995        $as_test_x conftest$ac_exeext; then
26996
26997                       { echo "$as_me:$LINENO: result: yes" >&5
26998 echo "${ECHO_T}yes" >&6; }
26999
27000 cat >>confdefs.h <<\_ACEOF
27001 #define HAVE_LIBWRAP 1
27002 _ACEOF
27003
27004                       TCPW_MSG="yes"
27005                       LIBS="$saved_LIBS"
27006                       WRAPLIBS="-lwrap"
27007
27008 else
27009   echo "$as_me: failed program was:" >&5
27010 sed 's/^/| /' conftest.$ac_ext >&5
27011
27012
27013                       { { echo "$as_me:$LINENO: error: *** libwrap missing" >&5
27014 echo "$as_me: error: *** libwrap missing" >&2;}
27015    { (exit 1); exit 1; }; }
27016
27017
27018 fi
27019
27020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27021       conftest$ac_exeext conftest.$ac_ext
27022
27023
27024 fi
27025
27026 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27027       conftest$ac_exeext conftest.$ac_ext
27028        fi
27029
27030
27031 fi
27032
27033
27034 { echo "$as_me:$LINENO: checking for OpenSSL" >&5
27035 echo $ECHO_N "checking for OpenSSL... $ECHO_C" >&6; }
27036
27037 # Check whether --with-openssl was given.
27038 if test "${with_openssl+set}" = set; then
27039   withval=$with_openssl;
27040         with_openssl_directory=${withval}
27041
27042
27043 fi
27044
27045
27046 if test "x$with_openssl_directory" != "xno"; then
27047    OPENSSL_LIBS="-lssl -lcrypto"
27048    OPENSSL_INC=""
27049
27050    if test "x$with_openssl_directory" != "xyes" && test x"${with_openssl_directory}" != "x"; then
27051       #
27052       # Make sure the $with_openssl_directory also makes sense
27053       #
27054       if test -d "$with_openssl_directory/lib" -a -d "$with_openssl_directory/include"; then
27055          OPENSSL_LIBS="-L$with_openssl_directory/lib $OPENSSL_LIBS"
27056          OPENSSL_INC="-I$with_openssl_directory/include $OPENSSL_INC"
27057       fi
27058    fi
27059
27060    saved_LIBS="${LIBS}"
27061    saved_CFLAGS="${CFLAGS}"
27062    LIBS="${saved_LIBS} ${OPENSSL_LIBS}"
27063    CFLAGS="${saved_CFLAGS} ${OPENSSL_INC}"
27064
27065    cat >conftest.$ac_ext <<_ACEOF
27066 /* confdefs.h.  */
27067 _ACEOF
27068 cat confdefs.h >>conftest.$ac_ext
27069 cat >>conftest.$ac_ext <<_ACEOF
27070 /* end confdefs.h.  */
27071
27072           #include <openssl/ssl.h>
27073
27074 int
27075 main ()
27076 {
27077
27078            CRYPTO_set_id_callback(NULL);
27079
27080   ;
27081   return 0;
27082 }
27083 _ACEOF
27084 rm -f conftest.$ac_objext conftest$ac_exeext
27085 if { (ac_try="$ac_link"
27086 case "(($ac_try" in
27087   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27088   *) ac_try_echo=$ac_try;;
27089 esac
27090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27091   (eval "$ac_link") 2>conftest.er1
27092   ac_status=$?
27093   grep -v '^ *+' conftest.er1 >conftest.err
27094   rm -f conftest.er1
27095   cat conftest.err >&5
27096   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27097   (exit $ac_status); } && {
27098          test -z "$ac_c_werror_flag" ||
27099          test ! -s conftest.err
27100        } && test -s conftest$ac_exeext &&
27101        $as_test_x conftest$ac_exeext; then
27102
27103           support_tls="yes"
27104           support_crypto="yes"
27105
27106 else
27107   echo "$as_me: failed program was:" >&5
27108 sed 's/^/| /' conftest.$ac_ext >&5
27109
27110
27111           support_tls="no"
27112           support_crypto="no"
27113
27114
27115 fi
27116
27117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27118       conftest$ac_exeext conftest.$ac_ext
27119
27120    cat >conftest.$ac_ext <<_ACEOF
27121 /* confdefs.h.  */
27122 _ACEOF
27123 cat confdefs.h >>conftest.$ac_ext
27124 cat >>conftest.$ac_ext <<_ACEOF
27125 /* end confdefs.h.  */
27126
27127           #include <openssl/evp.h>
27128
27129 int
27130 main ()
27131 {
27132
27133           EVP_sha512();
27134
27135   ;
27136   return 0;
27137 }
27138 _ACEOF
27139 rm -f conftest.$ac_objext conftest$ac_exeext
27140 if { (ac_try="$ac_link"
27141 case "(($ac_try" in
27142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27143   *) ac_try_echo=$ac_try;;
27144 esac
27145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27146   (eval "$ac_link") 2>conftest.er1
27147   ac_status=$?
27148   grep -v '^ *+' conftest.er1 >conftest.err
27149   rm -f conftest.er1
27150   cat conftest.err >&5
27151   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27152   (exit $ac_status); } && {
27153          test -z "$ac_c_werror_flag" ||
27154          test ! -s conftest.err
27155        } && test -s conftest$ac_exeext &&
27156        $as_test_x conftest$ac_exeext; then
27157
27158           ac_cv_openssl_sha2="yes"
27159
27160 else
27161   echo "$as_me: failed program was:" >&5
27162 sed 's/^/| /' conftest.$ac_ext >&5
27163
27164
27165           ac_cv_openssl_sha2="no"
27166
27167
27168 fi
27169
27170 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27171       conftest$ac_exeext conftest.$ac_ext
27172
27173                cat >conftest.$ac_ext <<_ACEOF
27174 /* confdefs.h.  */
27175 _ACEOF
27176 cat confdefs.h >>conftest.$ac_ext
27177 cat >>conftest.$ac_ext <<_ACEOF
27178 /* end confdefs.h.  */
27179
27180           #include <openssl/evp.h>
27181
27182 int
27183 main ()
27184 {
27185
27186           EVP_aes_192_cbc();
27187
27188   ;
27189   return 0;
27190 }
27191 _ACEOF
27192 rm -f conftest.$ac_objext conftest$ac_exeext
27193 if { (ac_try="$ac_link"
27194 case "(($ac_try" in
27195   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27196   *) ac_try_echo=$ac_try;;
27197 esac
27198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27199   (eval "$ac_link") 2>conftest.er1
27200   ac_status=$?
27201   grep -v '^ *+' conftest.er1 >conftest.err
27202   rm -f conftest.er1
27203   cat conftest.err >&5
27204   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27205   (exit $ac_status); } && {
27206          test -z "$ac_c_werror_flag" ||
27207          test ! -s conftest.err
27208        } && test -s conftest$ac_exeext &&
27209        $as_test_x conftest$ac_exeext; then
27210
27211           ac_cv_openssl_export="no"
27212
27213 else
27214   echo "$as_me: failed program was:" >&5
27215 sed 's/^/| /' conftest.$ac_ext >&5
27216
27217
27218           ac_cv_openssl_export="yes"
27219
27220
27221 fi
27222
27223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27224       conftest$ac_exeext conftest.$ac_ext
27225
27226    LIBS="${saved_LIBS}"
27227    CFLAGS="${saved_CFLAGS}"
27228
27229    if test "$support_tls" = "yes"; then
27230
27231 cat >>confdefs.h <<\_ACEOF
27232 #define HAVE_OPENSSL 1
27233 _ACEOF
27234
27235
27236 cat >>confdefs.h <<\_ACEOF
27237 #define HAVE_TLS 1
27238 _ACEOF
27239
27240
27241 cat >>confdefs.h <<\_ACEOF
27242 #define HAVE_CRYPTO 1
27243 _ACEOF
27244
27245    fi
27246
27247    if test "$ac_cv_openssl_sha2" = "yes"; then
27248
27249 cat >>confdefs.h <<\_ACEOF
27250 #define HAVE_SHA2 1
27251 _ACEOF
27252
27253    fi
27254
27255    if test "$ac_cv_openssl_export" = "yes"; then
27256
27257 cat >>confdefs.h <<\_ACEOF
27258 #define HAVE_OPENSSL_EXPORT_LIBRARY 1
27259 _ACEOF
27260
27261    fi
27262 else
27263    support_tls="no"
27264    support_crypto="no"
27265    OPENSSL_LIBS=""
27266    OPENSSL_INC=""
27267 fi
27268
27269 if test "$support_tls" = "no"; then
27270    OPENSSL_LIBS=""
27271    OPENSSL_INC=""
27272 fi
27273 if test "$support_crypto" = "no"; then
27274    OPENSSL_LIBS=""
27275    OPENSSL_INC=""
27276 fi
27277
27278 { echo "$as_me:$LINENO: result: $support_tls" >&5
27279 echo "${ECHO_T}$support_tls" >&6; }
27280
27281
27282
27283 { echo "$as_me:$LINENO: checking for library containing dlopen" >&5
27284 echo $ECHO_N "checking for library containing dlopen... $ECHO_C" >&6; }
27285 if test "${ac_cv_search_dlopen+set}" = set; then
27286   echo $ECHO_N "(cached) $ECHO_C" >&6
27287 else
27288   ac_func_search_save_LIBS=$LIBS
27289 cat >conftest.$ac_ext <<_ACEOF
27290 /* confdefs.h.  */
27291 _ACEOF
27292 cat confdefs.h >>conftest.$ac_ext
27293 cat >>conftest.$ac_ext <<_ACEOF
27294 /* end confdefs.h.  */
27295
27296 /* Override any GCC internal prototype to avoid an error.
27297    Use char because int might match the return type of a GCC
27298    builtin and then its argument prototype would still apply.  */
27299 #ifdef __cplusplus
27300 extern "C"
27301 #endif
27302 char dlopen ();
27303 int
27304 main ()
27305 {
27306 return dlopen ();
27307   ;
27308   return 0;
27309 }
27310 _ACEOF
27311 for ac_lib in '' dl; do
27312   if test -z "$ac_lib"; then
27313     ac_res="none required"
27314   else
27315     ac_res=-l$ac_lib
27316     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
27317   fi
27318   rm -f conftest.$ac_objext conftest$ac_exeext
27319 if { (ac_try="$ac_link"
27320 case "(($ac_try" in
27321   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27322   *) ac_try_echo=$ac_try;;
27323 esac
27324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27325   (eval "$ac_link") 2>conftest.er1
27326   ac_status=$?
27327   grep -v '^ *+' conftest.er1 >conftest.err
27328   rm -f conftest.er1
27329   cat conftest.err >&5
27330   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27331   (exit $ac_status); } && {
27332          test -z "$ac_c_werror_flag" ||
27333          test ! -s conftest.err
27334        } && test -s conftest$ac_exeext &&
27335        $as_test_x conftest$ac_exeext; then
27336   ac_cv_search_dlopen=$ac_res
27337 else
27338   echo "$as_me: failed program was:" >&5
27339 sed 's/^/| /' conftest.$ac_ext >&5
27340
27341
27342 fi
27343
27344 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27345       conftest$ac_exeext
27346   if test "${ac_cv_search_dlopen+set}" = set; then
27347   break
27348 fi
27349 done
27350 if test "${ac_cv_search_dlopen+set}" = set; then
27351   :
27352 else
27353   ac_cv_search_dlopen=no
27354 fi
27355 rm conftest.$ac_ext
27356 LIBS=$ac_func_search_save_LIBS
27357 fi
27358 { echo "$as_me:$LINENO: result: $ac_cv_search_dlopen" >&5
27359 echo "${ECHO_T}$ac_cv_search_dlopen" >&6; }
27360 ac_res=$ac_cv_search_dlopen
27361 if test "$ac_res" != no; then
27362   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
27363
27364 fi
27365
27366
27367 working_dir=`eval echo ${prefix}/var/bacula/working`
27368
27369 # Check whether --with-working-dir was given.
27370 if test "${with_working_dir+set}" = set; then
27371   withval=$with_working_dir;
27372        if test "x$withval" != "xno" ; then
27373          working_dir=$withval
27374        fi
27375
27376
27377 fi
27378
27379
27380
27381
27382 archivedir=/tmp
27383
27384 # Check whether --with-archivedir was given.
27385 if test "${with_archivedir+set}" = set; then
27386   withval=$with_archivedir;
27387        if test "x$withval" != "xno" ; then
27388           archivedir=$withval
27389        fi
27390
27391
27392 fi
27393
27394
27395
27396
27397 basename=`hostname`
27398
27399 # Check whether --with-basename was given.
27400 if test "${with_basename+set}" = set; then
27401   withval=$with_basename;
27402        if test "x$withval" != "xno" ; then
27403           basename=$withval
27404        fi
27405
27406
27407 fi
27408
27409
27410
27411
27412 hostname=`uname -n | cut -d '.' -f 1`
27413 if test x${hostname} = x ; then
27414   hostname="localhost"
27415 fi
27416
27417 # Check whether --with-hostname was given.
27418 if test "${with_hostname+set}" = set; then
27419   withval=$with_hostname;
27420        if test "x$withval" != "xno" ; then
27421          hostname=$withval
27422        fi
27423
27424
27425 fi
27426
27427
27428
27429
27430
27431 scriptdir=`eval echo ${sysconfdir}`
27432
27433 # Check whether --with-scriptdir was given.
27434 if test "${with_scriptdir+set}" = set; then
27435   withval=$with_scriptdir;
27436        if test "x$withval" != "xno" ; then
27437           scriptdir=$withval
27438        fi
27439
27440
27441 fi
27442
27443
27444
27445
27446
27447 bsrdir=/tmp
27448
27449 # Check whether --with-bsrdir was given.
27450 if test "${with_bsrdir+set}" = set; then
27451   withval=$with_bsrdir;
27452        if test "x$withval" != "xno" ; then
27453           bsrdir=$withval
27454        fi
27455
27456
27457 fi
27458
27459
27460
27461
27462 logdir=/tmp
27463
27464 # Check whether --with-logdir was given.
27465 if test "${with_logdir+set}" = set; then
27466   withval=$with_logdir;
27467        if test "x$withval" != "xno" ; then
27468           logdir=$withval
27469        fi
27470
27471
27472 fi
27473
27474
27475
27476
27477
27478 # ------------------------------------------
27479 # Where to place plugindir (plugin files)
27480 # ------------------------------------------
27481 plugindir=`eval echo ${libdir}`
27482
27483 # Check whether --with-plugindir was given.
27484 if test "${with_plugindir+set}" = set; then
27485   withval=$with_plugindir;
27486        if test "x$withval" != "xno" ; then
27487           plugindir=$withval
27488        fi
27489
27490
27491 fi
27492
27493
27494
27495
27496 dump_email=root@localhost
27497
27498 # Check whether --with-dump-email was given.
27499 if test "${with_dump_email+set}" = set; then
27500   withval=$with_dump_email;
27501        if test "x$withval" != "xno" ; then
27502           dump_email=$withval
27503        fi
27504
27505
27506 fi
27507
27508
27509
27510
27511 job_email=root@localhost
27512
27513 # Check whether --with-job-email was given.
27514 if test "${with_job_email+set}" = set; then
27515   withval=$with_job_email;
27516        if test "x$withval" != "xno" ; then
27517           job_email=$withval
27518        fi
27519
27520
27521 fi
27522
27523
27524
27525
27526 smtp_host=localhost
27527
27528 # Check whether --with-smtp_host was given.
27529 if test "${with_smtp_host+set}" = set; then
27530   withval=$with_smtp_host;
27531        if test "x$withval" != "xno" ; then
27532           smtp_host=$withval
27533        fi
27534
27535
27536 fi
27537
27538
27539
27540
27541 piddir=/var/run
27542
27543 # Check whether --with-pid-dir was given.
27544 if test "${with_pid_dir+set}" = set; then
27545   withval=$with_pid_dir;
27546        if test "x$withval" != "xno" ; then
27547           piddir=$withval
27548        fi
27549
27550
27551 fi
27552
27553
27554 cat >>confdefs.h <<_ACEOF
27555 #define _PATH_BACULA_PIDDIR "$piddir"
27556 _ACEOF
27557
27558
27559
27560 subsysdir=/var/run/subsys
27561 if test -d /var/run/subsys; then
27562    subsysdir=/var/run/subsys
27563 elif test -d /var/lock/subsys; then
27564    subsysdir=/var/lock/subsys
27565 else
27566    subsysdir=/var/run/subsys
27567 fi
27568
27569 # Check whether --with-subsys-dir was given.
27570 if test "${with_subsys_dir+set}" = set; then
27571   withval=$with_subsys_dir;
27572        if test "x$withval" != "xno" ; then
27573           subsysdir=$withval
27574        fi
27575
27576
27577 fi
27578
27579
27580
27581
27582 baseport=9101
27583
27584 # Check whether --with-baseport was given.
27585 if test "${with_baseport+set}" = set; then
27586   withval=$with_baseport;
27587        if test "x$withval" != "xno" ; then
27588           baseport=$withval
27589        fi
27590
27591
27592 fi
27593
27594
27595
27596 dir_port=`expr $baseport`
27597 fd_port=`expr $baseport + 1`
27598 sd_port=`expr $fd_port + 1`
27599
27600
27601
27602
27603
27604 dir_password=
27605
27606 # Check whether --with-dir-password was given.
27607 if test "${with_dir_password+set}" = set; then
27608   withval=$with_dir_password;
27609        if test "x$withval" != "xno" ; then
27610           dir_password=$withval
27611        fi
27612
27613
27614 fi
27615
27616
27617 if test "x$dir_password" = "x" ; then
27618    if test "x$OPENSSL" = "xnone" ; then
27619       key=`autoconf/randpass 33`
27620    else
27621       key=`openssl rand -base64 33`
27622    fi
27623    dir_password=$key
27624 fi
27625
27626 fd_password=
27627
27628 # Check whether --with-fd-password was given.
27629 if test "${with_fd_password+set}" = set; then
27630   withval=$with_fd_password;
27631        if test "x$withval" != "xno" ; then
27632           fd_password=$withval
27633        fi
27634
27635
27636 fi
27637
27638
27639 if test "x$fd_password" = "x" ; then
27640    if test "x$OPENSSL" = "xnone" ; then
27641       key=`autoconf/randpass 37`
27642    else
27643       key=`openssl rand -base64 33`
27644    fi
27645    fd_password=$key
27646 fi
27647
27648 sd_password=
27649
27650 # Check whether --with-sd-password was given.
27651 if test "${with_sd_password+set}" = set; then
27652   withval=$with_sd_password;
27653        if test "x$withval" != "xno" ; then
27654           sd_password=$withval
27655        fi
27656
27657
27658 fi
27659
27660
27661 if test "x$sd_password" = "x" ; then
27662    if test "x$OPENSSL" = "xnone" ; then
27663       key=`autoconf/randpass 41`
27664    else
27665       key=`openssl rand -base64 33`
27666    fi
27667    sd_password=$key
27668 fi
27669
27670 mon_dir_password=
27671
27672 # Check whether --with-mon-dir-password was given.
27673 if test "${with_mon_dir_password+set}" = set; then
27674   withval=$with_mon_dir_password;
27675        if test "x$withval" != "xno" ; then
27676           mon_dir_password=$withval
27677        fi
27678
27679
27680 fi
27681
27682
27683 if test "x$mon_dir_password" = "x" ; then
27684    if test "x$OPENSSL" = "xnone" ; then
27685       key=`autoconf/randpass 33`
27686    else
27687       key=`openssl rand -base64 33`
27688    fi
27689    mon_dir_password=$key
27690 fi
27691
27692 mon_fd_password=
27693
27694 # Check whether --with-mon-fd-password was given.
27695 if test "${with_mon_fd_password+set}" = set; then
27696   withval=$with_mon_fd_password;
27697        if test "x$withval" != "xno" ; then
27698           mon_fd_password=$withval
27699        fi
27700
27701
27702 fi
27703
27704
27705 if test "x$mon_fd_password" = "x" ; then
27706    if test "x$OPENSSL" = "xnone" ; then
27707       key=`autoconf/randpass 37`
27708    else
27709       key=`openssl rand -base64 33`
27710    fi
27711    mon_fd_password=$key
27712 fi
27713
27714 mon_sd_password=
27715
27716 # Check whether --with-mon-sd-password was given.
27717 if test "${with_mon_sd_password+set}" = set; then
27718   withval=$with_mon_sd_password;
27719        if test "x$withval" != "xno" ; then
27720           mon_sd_password=$withval
27721        fi
27722
27723
27724 fi
27725
27726
27727 if test "x$mon_sd_password" = "x" ; then
27728    if test "x$OPENSSL" = "xnone" ; then
27729       key=`autoconf/randpass 41`
27730    else
27731       key=`openssl rand -base64 33`
27732    fi
27733    mon_sd_password=$key
27734 fi
27735
27736
27737
27738
27739
27740
27741
27742
27743 db_name=bacula
27744
27745 # Check whether --with-db_name was given.
27746 if test "${with_db_name+set}" = set; then
27747   withval=$with_db_name;
27748        if test "x$withval" != "x" ; then
27749           db_name=$withval
27750        fi
27751
27752
27753 fi
27754
27755
27756
27757 db_user=bacula
27758
27759 # Check whether --with-db_user was given.
27760 if test "${with_db_user+set}" = set; then
27761   withval=$with_db_user;
27762        if test "x$withval" != "x" ; then
27763           db_user=$withval
27764        fi
27765
27766
27767 fi
27768
27769
27770
27771 db_password=
27772
27773 # Check whether --with-db_password was given.
27774 if test "${with_db_password+set}" = set; then
27775   withval=$with_db_password;
27776        if test "x$withval" != "x" ; then
27777           db_password=$withval
27778        fi
27779
27780
27781 fi
27782
27783
27784
27785 db_port=" "
27786
27787 # Check whether --with-db_port was given.
27788 if test "${with_db_port+set}" = set; then
27789   withval=$with_db_port;
27790        if test "x$withval" != "x" ; then
27791           db_port=$withval
27792        fi
27793
27794
27795 fi
27796
27797
27798
27799 #
27800 # Handle users and groups for each daemon
27801 #
27802 dir_user=
27803
27804 # Check whether --with-dir_user was given.
27805 if test "${with_dir_user+set}" = set; then
27806   withval=$with_dir_user;
27807        if test "x$withval" != "x" ; then
27808            dir_user=$withval
27809        fi
27810
27811
27812 fi
27813
27814
27815 dir_group=
27816
27817 # Check whether --with-dir_group was given.
27818 if test "${with_dir_group+set}" = set; then
27819   withval=$with_dir_group;
27820        if test "x$withval" != "x" ; then
27821           dir_group=$withval
27822        fi
27823
27824
27825 fi
27826
27827
27828 sd_user=
27829
27830 # Check whether --with-sd_user was given.
27831 if test "${with_sd_user+set}" = set; then
27832   withval=$with_sd_user;
27833        if test "x$withval" != "x" ; then
27834           sd_user=$withval
27835        fi
27836
27837
27838 fi
27839
27840
27841 sd_group=
27842
27843 # Check whether --with-sd_group was given.
27844 if test "${with_sd_group+set}" = set; then
27845   withval=$with_sd_group;
27846        if test "x$withval" != "x" ; then
27847           sd_group=$withval
27848        fi
27849
27850
27851 fi
27852
27853
27854 fd_user=
27855
27856 # Check whether --with-fd_user was given.
27857 if test "${with_fd_user+set}" = set; then
27858   withval=$with_fd_user;
27859        if test "x$withval" != "x" ; then
27860           fd_user=$withval
27861        fi
27862
27863
27864 fi
27865
27866
27867 fd_group=
27868
27869 # Check whether --with-fd_group was given.
27870 if test "${with_fd_group+set}" = set; then
27871   withval=$with_fd_group;
27872        if test "x$withval" != "x" ; then
27873           fd_group=$withval
27874        fi
27875
27876
27877 fi
27878
27879
27880
27881
27882
27883
27884
27885
27886
27887 SBINPERM=0754
27888
27889 # Check whether --with-sbin-perm was given.
27890 if test "${with_sbin_perm+set}" = set; then
27891   withval=$with_sbin_perm;
27892        if test "x$withval" != "x" ; then
27893           SBINPERM=$withval
27894        fi
27895
27896
27897 fi
27898
27899
27900
27901
27902 SQL_LIB=
27903
27904 db_found=no
27905 { echo "$as_me:$LINENO: checking for PostgreSQL support" >&5
27906 echo $ECHO_N "checking for PostgreSQL support... $ECHO_C" >&6; }
27907
27908 # Check whether --with-postgresql was given.
27909 if test "${with_postgresql+set}" = set; then
27910   withval=$with_postgresql;
27911   if test "$withval" != "no"; then
27912       if test "$db_found" = "yes"; then
27913           { echo "$as_me:$LINENO: result: error" >&5
27914 echo "${ECHO_T}error" >&6; }
27915           { { echo "$as_me:$LINENO: error: \"You can configure for only one database.\"" >&5
27916 echo "$as_me: error: \"You can configure for only one database.\"" >&2;}
27917    { (exit 1); exit 1; }; };
27918       fi
27919       if test "$withval" = "yes"; then
27920           PG_CONFIG=`which pg_config`
27921           if test -n "$PG_CONFIG";then
27922               POSTGRESQL_INCDIR=`"$PG_CONFIG" --includedir`
27923               POSTGRESQL_LIBDIR=`"$PG_CONFIG" --libdir`
27924               POSTGRESQL_BINDIR=`"$PG_CONFIG" --bindir`
27925           elif test -f /usr/local/include/libpq-fe.h; then
27926               POSTGRESQL_INCDIR=/usr/local/include
27927               if test -d /usr/local/lib64; then
27928                  POSTGRESQL_LIBDIR=/usr/local/lib64
27929               else
27930                  POSTGRESQL_LIBDIR=/usr/local/lib
27931               fi
27932               POSTGRESQL_BINDIR=/usr/local/bin
27933           elif test -f /usr/include/libpq-fe.h; then
27934               POSTGRESQL_INCDIR=/usr/include
27935               if test -d /usr/lib64; then
27936                  POSTGRESQL_LIBDIR=/usr/lib64
27937               else
27938                  POSTGRESQL_LIBDIR=/usr/lib
27939               fi
27940               POSTGRESQL_BINDIR=/usr/bin
27941           elif test -f /usr/include/pgsql/libpq-fe.h; then
27942               POSTGRESQL_INCDIR=/usr/include/pgsql
27943               if test -d /usr/lib64/pgsql; then
27944                  POSTGRESQL_LIBDIR=/usr/lib64/pgsql
27945               else
27946                  POSTGRESQL_LIBDIR=/usr/lib/pgsql
27947               fi
27948               POSTGRESQL_BINDIR=/usr/bin
27949           elif test -f /usr/include/postgresql/libpq-fe.h; then
27950               POSTGRESQL_INCDIR=/usr/include/postgresql
27951               if test -d /usr/lib64/postgresql; then
27952                  POSTGRESQL_LIBDIR=/usr/lib64/postgresql
27953               else
27954                  POSTGRESQL_LIBDIR=/usr/lib/postgresql
27955               fi
27956               POSTGRESQL_BINDIR=/usr/bin
27957           else
27958               { echo "$as_me:$LINENO: result: no" >&5
27959 echo "${ECHO_T}no" >&6; }
27960               { { echo "$as_me:$LINENO: error: Unable to find libpq-fe.h in standard locations" >&5
27961 echo "$as_me: error: Unable to find libpq-fe.h in standard locations" >&2;}
27962    { (exit 1); exit 1; }; }
27963           fi
27964       elif test -f $withval/include/libpq-fe.h; then
27965           POSTGRESQL_INCDIR=$withval/include
27966           POSTGRESQL_LIBDIR=$withval/lib
27967           POSTGRESQL_BINDIR=$withval/bin
27968       elif test -f $withval/include/postgresql/libpq-fe.h; then
27969           POSTGRESQL_INCDIR=$withval/include/postgresql
27970      if test -d $withval/lib64; then
27971          POSTGRESQL_LIBDIR=$withval/lib64
27972      else
27973          POSTGRESQL_LIBDIR=$withval/lib
27974      fi
27975           POSTGRESQL_BINDIR=$withval/bin
27976       else
27977           { echo "$as_me:$LINENO: result: no" >&5
27978 echo "${ECHO_T}no" >&6; }
27979           { { echo "$as_me:$LINENO: error: Invalid PostgreSQL directory $withval - unable to find libpq-fe.h under $withval" >&5
27980 echo "$as_me: error: Invalid PostgreSQL directory $withval - unable to find libpq-fe.h under $withval" >&2;}
27981    { (exit 1); exit 1; }; }
27982       fi
27983       POSTGRESQL_LFLAGS="-L$POSTGRESQL_LIBDIR -lpq"
27984       { echo "$as_me:$LINENO: checking for crypt" >&5
27985 echo $ECHO_N "checking for crypt... $ECHO_C" >&6; }
27986 if test "${ac_cv_func_crypt+set}" = set; then
27987   echo $ECHO_N "(cached) $ECHO_C" >&6
27988 else
27989   cat >conftest.$ac_ext <<_ACEOF
27990 /* confdefs.h.  */
27991 _ACEOF
27992 cat confdefs.h >>conftest.$ac_ext
27993 cat >>conftest.$ac_ext <<_ACEOF
27994 /* end confdefs.h.  */
27995 /* Define crypt to an innocuous variant, in case <limits.h> declares crypt.
27996    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
27997 #define crypt innocuous_crypt
27998
27999 /* System header to define __stub macros and hopefully few prototypes,
28000     which can conflict with char crypt (); below.
28001     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28002     <limits.h> exists even on freestanding compilers.  */
28003
28004 #ifdef __STDC__
28005 # include <limits.h>
28006 #else
28007 # include <assert.h>
28008 #endif
28009
28010 #undef crypt
28011
28012 /* Override any GCC internal prototype to avoid an error.
28013    Use char because int might match the return type of a GCC
28014    builtin and then its argument prototype would still apply.  */
28015 #ifdef __cplusplus
28016 extern "C"
28017 #endif
28018 char crypt ();
28019 /* The GNU C library defines this for functions which it implements
28020     to always fail with ENOSYS.  Some functions are actually named
28021     something starting with __ and the normal name is an alias.  */
28022 #if defined __stub_crypt || defined __stub___crypt
28023 choke me
28024 #endif
28025
28026 int
28027 main ()
28028 {
28029 return crypt ();
28030   ;
28031   return 0;
28032 }
28033 _ACEOF
28034 rm -f conftest.$ac_objext conftest$ac_exeext
28035 if { (ac_try="$ac_link"
28036 case "(($ac_try" in
28037   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28038   *) ac_try_echo=$ac_try;;
28039 esac
28040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28041   (eval "$ac_link") 2>conftest.er1
28042   ac_status=$?
28043   grep -v '^ *+' conftest.er1 >conftest.err
28044   rm -f conftest.er1
28045   cat conftest.err >&5
28046   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28047   (exit $ac_status); } && {
28048          test -z "$ac_c_werror_flag" ||
28049          test ! -s conftest.err
28050        } && test -s conftest$ac_exeext &&
28051        $as_test_x conftest$ac_exeext; then
28052   ac_cv_func_crypt=yes
28053 else
28054   echo "$as_me: failed program was:" >&5
28055 sed 's/^/| /' conftest.$ac_ext >&5
28056
28057         ac_cv_func_crypt=no
28058 fi
28059
28060 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28061       conftest$ac_exeext conftest.$ac_ext
28062 fi
28063 { echo "$as_me:$LINENO: result: $ac_cv_func_crypt" >&5
28064 echo "${ECHO_T}$ac_cv_func_crypt" >&6; }
28065 if test $ac_cv_func_crypt = yes; then
28066   :
28067 else
28068   { echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
28069 echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6; }
28070 if test "${ac_cv_lib_crypt_crypt+set}" = set; then
28071   echo $ECHO_N "(cached) $ECHO_C" >&6
28072 else
28073   ac_check_lib_save_LIBS=$LIBS
28074 LIBS="-lcrypt  $LIBS"
28075 cat >conftest.$ac_ext <<_ACEOF
28076 /* confdefs.h.  */
28077 _ACEOF
28078 cat confdefs.h >>conftest.$ac_ext
28079 cat >>conftest.$ac_ext <<_ACEOF
28080 /* end confdefs.h.  */
28081
28082 /* Override any GCC internal prototype to avoid an error.
28083    Use char because int might match the return type of a GCC
28084    builtin and then its argument prototype would still apply.  */
28085 #ifdef __cplusplus
28086 extern "C"
28087 #endif
28088 char crypt ();
28089 int
28090 main ()
28091 {
28092 return crypt ();
28093   ;
28094   return 0;
28095 }
28096 _ACEOF
28097 rm -f conftest.$ac_objext conftest$ac_exeext
28098 if { (ac_try="$ac_link"
28099 case "(($ac_try" in
28100   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28101   *) ac_try_echo=$ac_try;;
28102 esac
28103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28104   (eval "$ac_link") 2>conftest.er1
28105   ac_status=$?
28106   grep -v '^ *+' conftest.er1 >conftest.err
28107   rm -f conftest.er1
28108   cat conftest.err >&5
28109   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28110   (exit $ac_status); } && {
28111          test -z "$ac_c_werror_flag" ||
28112          test ! -s conftest.err
28113        } && test -s conftest$ac_exeext &&
28114        $as_test_x conftest$ac_exeext; then
28115   ac_cv_lib_crypt_crypt=yes
28116 else
28117   echo "$as_me: failed program was:" >&5
28118 sed 's/^/| /' conftest.$ac_ext >&5
28119
28120         ac_cv_lib_crypt_crypt=no
28121 fi
28122
28123 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28124       conftest$ac_exeext conftest.$ac_ext
28125 LIBS=$ac_check_lib_save_LIBS
28126 fi
28127 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
28128 echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6; }
28129 if test $ac_cv_lib_crypt_crypt = yes; then
28130   POSTGRESQL_LFLAGS="$POSTGRESQL_LFLAGS -lcrypt"
28131 fi
28132
28133 fi
28134
28135       SQL_INCLUDE=-I$POSTGRESQL_INCDIR
28136       SQL_LFLAGS=$POSTGRESQL_LFLAGS
28137       SQL_BINDIR=$POSTGRESQL_BINDIR
28138       SQL_LIB=$POSTGRESQL_LIBDIR/libpq.a
28139
28140       cat >>confdefs.h <<\_ACEOF
28141 #define HAVE_POSTGRESQL 1
28142 _ACEOF
28143
28144       { echo "$as_me:$LINENO: result: yes" >&5
28145 echo "${ECHO_T}yes" >&6; }
28146       db_found=yes
28147       support_postgresql=yes
28148       db_type=PostgreSQL
28149       DB_TYPE=postgresql
28150   else
28151       { echo "$as_me:$LINENO: result: no" >&5
28152 echo "${ECHO_T}no" >&6; }
28153   fi
28154
28155 else
28156
28157   { echo "$as_me:$LINENO: result: no" >&5
28158 echo "${ECHO_T}no" >&6; }
28159
28160 fi
28161
28162
28163
28164
28165
28166
28167
28168
28169 db_found=no
28170 { echo "$as_me:$LINENO: checking for MySQL support" >&5
28171 echo $ECHO_N "checking for MySQL support... $ECHO_C" >&6; }
28172
28173 # Check whether --with-mysql was given.
28174 if test "${with_mysql+set}" = set; then
28175   withval=$with_mysql;
28176   if test "$withval" != "no"; then
28177         if test "$withval" = "yes"; then
28178            if test -f /usr/local/mysql/include/mysql/mysql.h; then
28179                    MYSQL_INCDIR=/usr/local/mysql/include/mysql
28180                    if test -f /usr/local/mysql/lib64/mysql/libmysqlclient_r.a \
28181                         -o -f /usr/local/mysql/lib64/mysql/libmysqlclient_r.so; then
28182                            MYSQL_LIBDIR=/usr/local/mysql/lib64/mysql
28183                    else
28184                            MYSQL_LIBDIR=/usr/local/mysql/lib/mysql
28185                    fi
28186                    MYSQL_BINDIR=/usr/local/mysql/bin
28187            elif test -f /usr/include/mysql/mysql.h; then
28188                    MYSQL_INCDIR=/usr/include/mysql
28189                    if test -f /usr/lib64/mysql/libmysqlclient_r.a \
28190                         -o -f /usr/lib64/mysql/libmysqlclient_r.so; then
28191                            MYSQL_LIBDIR=/usr/lib64/mysql
28192                    elif test -f /usr/lib64/libmysqlclient_r.a \
28193                         -o -f /usr/lib64/libmysqlclient_r.so; then
28194                            MYSQL_LIBDIR=/usr/lib64
28195                    elif test -f /usr/lib/mysql/libmysqlclient_r.a \
28196                           -o -f /usr/lib/mysql/libmysqlclient_r.so; then
28197                            MYSQL_LIBDIR=/usr/lib/mysql
28198                    else
28199                            MYSQL_LIBDIR=/usr/lib
28200                    fi
28201                    MYSQL_BINDIR=/usr/bin
28202            elif test -f /usr/include/mysql.h; then
28203                    MYSQL_INCDIR=/usr/include
28204                    if test -f /usr/lib64/libmysqlclient_r.a \
28205                         -o -f /usr/lib64/libmysqlclient_r.so; then
28206                            MYSQL_LIBDIR=/usr/lib64
28207                    else
28208                            MYSQL_LIBDIR=/usr/lib
28209                    fi
28210                    MYSQL_BINDIR=/usr/bin
28211            elif test -f /usr/local/include/mysql/mysql.h; then
28212                    MYSQL_INCDIR=/usr/local/include/mysql
28213                    if test -f /usr/local/lib64/mysql/libmysqlclient_r.a \
28214                         -o -f /usr/local/lib64/mysql/libmysqlclient_r.so; then
28215                            MYSQL_LIBDIR=/usr/local/lib64/mysql
28216                    else
28217                            MYSQL_LIBDIR=/usr/local/lib/mysql
28218                    fi
28219                    MYSQL_BINDIR=/usr/local/bin
28220            elif test -f /usr/local/include/mysql.h; then
28221                    MYSQL_INCDIR=/usr/local/include
28222                    if test -f /usr/local/lib64/libmysqlclient_r.a \
28223                         -o -f /usr/local/lib64/libmysqlclient_r.so; then
28224                            MYSQL_LIBDIR=/usr/local/lib64
28225                    else
28226                            MYSQL_LIBDIR=/usr/local/lib
28227                    fi
28228                    MYSQL_BINDIR=/usr/local/bin
28229            else
28230               { echo "$as_me:$LINENO: result: no" >&5
28231 echo "${ECHO_T}no" >&6; }
28232               { { echo "$as_me:$LINENO: error: Unable to find mysql.h in standard locations" >&5
28233 echo "$as_me: error: Unable to find mysql.h in standard locations" >&2;}
28234    { (exit 1); exit 1; }; }
28235            fi
28236         else
28237            if test -f $withval/include/mysql/mysql.h; then
28238               MYSQL_INCDIR=$withval/include/mysql
28239               if test -f $withval/lib64/mysql/libmysqlclient_r.a \
28240                    -o -f $withval/lib64/mysql/libmysqlclient_r.so; then
28241                  MYSQL_LIBDIR=$withval/lib64/mysql
28242               elif test -f $withval/lib64/libmysqlclient_r.a \
28243                    -o -f $withval/lib64/libmysqlclient_r.so; then
28244                  MYSQL_LIBDIR=$withval/lib64
28245               elif test -f $withval/lib/libmysqlclient_r.a \
28246                    -o -f $withval/lib/libmysqlclient_r.so; then
28247                  MYSQL_LIBDIR=$withval/lib
28248               else
28249                  MYSQL_LIBDIR=$withval/lib/mysql
28250               fi
28251               MYSQL_BINDIR=$withval/bin
28252            elif test -f $withval/include/mysql.h; then
28253               MYSQL_INCDIR=$withval/include
28254               if test -f $withval/lib64/libmysqlclient_r.a \
28255                    -o -f $withval/lib64/libmysqlclient_r.so; then
28256                  MYSQL_LIBDIR=$withval/lib64
28257               else
28258                  MYSQL_LIBDIR=$withval/lib
28259               fi
28260               MYSQL_BINDIR=$withval/bin
28261            else
28262               { echo "$as_me:$LINENO: result: no" >&5
28263 echo "${ECHO_T}no" >&6; }
28264               { { echo "$as_me:$LINENO: error: Invalid MySQL directory $withval - unable to find mysql.h under $withval" >&5
28265 echo "$as_me: error: Invalid MySQL directory $withval - unable to find mysql.h under $withval" >&2;}
28266    { (exit 1); exit 1; }; }
28267            fi
28268         fi
28269     SQL_INCLUDE=-I$MYSQL_INCDIR
28270     if test -f $MYSQL_LIBDIR/libmysqlclient_r.a \
28271          -o -f $MYSQL_LIBDIR/libmysqlclient_r.so; then
28272        SQL_LFLAGS="-L$MYSQL_LIBDIR -lmysqlclient_r -lz"
28273        cat >>confdefs.h <<\_ACEOF
28274 #define HAVE_THREAD_SAFE_MYSQL 1
28275 _ACEOF
28276
28277     fi
28278     SQL_BINDIR=$MYSQL_BINDIR
28279     SQL_LIB=$MYSQL_LIBDIR/libmysqlclient_r.a
28280
28281
28282 cat >>confdefs.h <<\_ACEOF
28283 #define HAVE_MYSQL 1
28284 _ACEOF
28285
28286     { echo "$as_me:$LINENO: result: yes" >&5
28287 echo "${ECHO_T}yes" >&6; }
28288     db_found=yes
28289     support_mysql=yes
28290     db_type=MySQL
28291     DB_TYPE=mysql
28292
28293   else
28294         { echo "$as_me:$LINENO: result: no" >&5
28295 echo "${ECHO_T}no" >&6; }
28296   fi
28297
28298
28299 fi
28300
28301
28302
28303 # Check whether --with-embedded-mysql was given.
28304 if test "${with_embedded_mysql+set}" = set; then
28305   withval=$with_embedded_mysql;
28306   if test "$withval" != "no"; then
28307         if test "$withval" = "yes"; then
28308                 if test -f /usr/local/mysql/include/mysql/mysql.h; then
28309                         MYSQL_INCDIR=/usr/local/mysql/include/mysql
28310                         if test -d /usr/local/mysql/lib64/mysql; then
28311                                 MYSQL_LIBDIR=/usr/local/mysql/lib64/mysql
28312                         else
28313                                 MYSQL_LIBDIR=/usr/local/mysql/lib/mysql
28314                         fi
28315                         MYSQL_BINDIR=/usr/local/mysql/bin
28316                 elif test -f /usr/include/mysql/mysql.h; then
28317                         MYSQL_INCDIR=/usr/include/mysql
28318                         if test -d /usr/lib64/mysql; then
28319                                 MYSQL_LIBDIR=/usr/lib64/mysql
28320                         else
28321                                 MYSQL_LIBDIR=/usr/lib/mysql
28322                         fi
28323                         MYSQL_BINDIR=/usr/bin
28324                 elif test -f /usr/include/mysql.h; then
28325                         MYSQL_INCDIR=/usr/include
28326                         if test -d /usr/lib64; then
28327                                 MYSQL_LIBDIR=/usr/lib64
28328                         else
28329                                 MYSQL_LIBDIR=/usr/lib
28330                         fi
28331                         MYSQL_BINDIR=/usr/bin
28332                 elif test -f /usr/local/include/mysql/mysql.h; then
28333                         MYSQL_INCDIR=/usr/local/include/mysql
28334                         if test -d /usr/local/lib64/mysql; then
28335                                 MYSQL_LIBDIR=/usr/local/lib64/mysql
28336                         else
28337                                 MYSQL_LIBDIR=/usr/local/lib/mysql
28338                         fi
28339                         MYSQL_BINDIR=/usr/local/bin
28340                 elif test -f /usr/local/include/mysql.h; then
28341                         MYSQL_INCDIR=/usr/local/include
28342                         if test -d /usr/local/lib64; then
28343                                 MYSQL_LIBDIR=/usr/local/lib64
28344                         else
28345                                 MYSQL_LIBDIR=/usr/local/lib
28346                         fi
28347                         MYSQL_BINDIR=/usr/local/bin
28348                 else
28349                    { echo "$as_me:$LINENO: result: no" >&5
28350 echo "${ECHO_T}no" >&6; }
28351                    { { echo "$as_me:$LINENO: error: Unable to find mysql.h in standard locations" >&5
28352 echo "$as_me: error: Unable to find mysql.h in standard locations" >&2;}
28353    { (exit 1); exit 1; }; }
28354                 fi
28355         else
28356                 if test -f $withval/include/mysql/mysql.h; then
28357                         MYSQL_INCDIR=$withval/include/mysql
28358                         if test -d $withval/lib64/mysql; then
28359                                 MYSQL_LIBDIR=$withval/lib64/mysql
28360                         else
28361                                 MYSQL_LIBDIR=$withval/lib/mysql
28362                         fi
28363                         MYSQL_BINDIR=$withval/bin
28364                 elif test -f $withval/include/mysql.h; then
28365                         MYSQL_INCDIR=$withval/include
28366                         if test -d $withval/lib64; then
28367                                 MYSQL_LIBDIR=$withval/lib64
28368                         else
28369                                 MYSQL_LIBDIR=$withval/lib
28370                         fi
28371                         MYSQL_BINDIR=$withval/bin
28372                 else
28373                    { echo "$as_me:$LINENO: result: no" >&5
28374 echo "${ECHO_T}no" >&6; }
28375                    { { echo "$as_me:$LINENO: error: Invalid MySQL directory $withval - unable to find mysql.h under $withval" >&5
28376 echo "$as_me: error: Invalid MySQL directory $withval - unable to find mysql.h under $withval" >&2;}
28377    { (exit 1); exit 1; }; }
28378                 fi
28379         fi
28380     SQL_INCLUDE=-I$MYSQL_INCDIR
28381     SQL_LFLAGS="-L$MYSQL_LIBDIR -lmysqld -lz -lm -lcrypt"
28382     SQL_BINDIR=$MYSQL_BINDIR
28383     SQL_LIB=$MYSQL_LIBDIR/libmysqld.a
28384
28385     cat >>confdefs.h <<\_ACEOF
28386 #define HAVE_MYSQL 1
28387 _ACEOF
28388
28389     cat >>confdefs.h <<\_ACEOF
28390 #define HAVE_EMBEDDED_MYSQL 1
28391 _ACEOF
28392
28393     { echo "$as_me:$LINENO: result: yes" >&5
28394 echo "${ECHO_T}yes" >&6; }
28395     db_found=yes
28396     support_mysql=yes
28397     db_type=MySQL
28398     DB_TYPE=mysql
28399
28400   else
28401         { echo "$as_me:$LINENO: result: no" >&5
28402 echo "${ECHO_T}no" >&6; }
28403   fi
28404
28405
28406 fi
28407
28408
28409
28410
28411
28412
28413
28414
28415
28416
28417 db_found=no
28418 { echo "$as_me:$LINENO: checking for Ingres support" >&5
28419 echo $ECHO_N "checking for Ingres support... $ECHO_C" >&6; }
28420
28421 # Check whether --with-ingres was given.
28422 if test "${with_ingres+set}" = set; then
28423   withval=$with_ingres;
28424   if test "$withval" != "no"; then
28425      if test "$withval" = "yes"; then
28426         if test -f ${II_SYSTEM}/files/eqdefc.h; then
28427            INGRES_INCDIR=${II_SYSTEM}/files
28428            INGRES_LIBDIR=${II_SYSTEM}/lib
28429            INGRES_BINDIR=${II_SYSTEM}/bin
28430         elif test -f ${II_SYSTEM}/ingres/files/eqdefc.h; then
28431            INGRES_INCDIR=${II_SYSTEM}/ingres/files
28432            INGRES_LIBDIR=${II_SYSTEM}/ingres/lib
28433            INGRES_BINDIR=${II_SYSTEM}/bin
28434         else
28435            { echo "$as_me:$LINENO: result: no" >&5
28436 echo "${ECHO_T}no" >&6; }
28437            { { echo "$as_me:$LINENO: error: Unable to find eqdefc.h in standard locations" >&5
28438 echo "$as_me: error: Unable to find eqdefc.h in standard locations" >&2;}
28439    { (exit 1); exit 1; }; }
28440         fi
28441      else
28442         if test -f $withval/files/eqdefc.h; then
28443            INGRES_INCDIR=$withval/files
28444            INGRES_LIBDIR=$withval/lib
28445            INGRES_BINDIR=$withval/bin
28446         else
28447            { echo "$as_me:$LINENO: result: no" >&5
28448 echo "${ECHO_T}no" >&6; }
28449            { { echo "$as_me:$LINENO: error: Invalid Ingres directory $withval - unable to find sqlite3.h under $withval" >&5
28450 echo "$as_me: error: Invalid Ingres directory $withval - unable to find sqlite3.h under $withval" >&2;}
28451    { (exit 1); exit 1; }; }
28452         fi
28453      fi
28454      SQL_INCLUDE=-I$INGRES_INCDIR
28455      SQL_LFLAGS="-L$INGRES_LIBDIR -lingres"
28456      SQL_BINDIR=$INGRES_BINDIR
28457      SQL_LIB=$INGRES_LIBDIR/libingres.a
28458
28459 cat >>confdefs.h <<\_ACEOF
28460 #define HAVE_INGRES 1
28461 _ACEOF
28462
28463      { echo "$as_me:$LINENO: result: yes" >&5
28464 echo "${ECHO_T}yes" >&6; }
28465      db_found=yes
28466      support_ingres=yes
28467      db_type=Ingres
28468      DB_TYPE=ingres
28469
28470   else
28471      { echo "$as_me:$LINENO: result: no" >&5
28472 echo "${ECHO_T}no" >&6; }
28473   fi
28474
28475 else
28476
28477   { echo "$as_me:$LINENO: result: no" >&5
28478 echo "${ECHO_T}no" >&6; }
28479
28480 fi
28481
28482
28483
28484
28485
28486
28487
28488
28489 db_found=no
28490 { echo "$as_me:$LINENO: checking for SQLite3 support" >&5
28491 echo $ECHO_N "checking for SQLite3 support... $ECHO_C" >&6; }
28492
28493 # Check whether --with-sqlite3 was given.
28494 if test "${with_sqlite3+set}" = set; then
28495   withval=$with_sqlite3;
28496   if test "$withval" != "no"; then
28497      if test "$withval" = "yes"; then
28498         if test -f /usr/local/include/sqlite3.h; then
28499            SQLITE_INCDIR=/usr/local/include
28500            if test -d /usr/local/lib64; then
28501               SQLITE_LIBDIR=/usr/local/lib64
28502            else
28503               SQLITE_LIBDIR=/usr/local/lib
28504            fi
28505            SQLITE_BINDIR=/usr/local/bin
28506         elif test -f /usr/include/sqlite3.h; then
28507            SQLITE_INCDIR=/usr/include
28508            if test -d /usr/lib64; then
28509               SQLITE_LIBDIR=/usr/lib64
28510            else
28511               SQLITE_LIBDIR=/usr/lib
28512            fi
28513            SQLITE_BINDIR=/usr/bin
28514         elif test -f $prefix/include/sqlite3.h; then
28515            SQLITE_INCDIR=$prefix/include
28516            if test -d $prefix/lib64; then
28517               SQLITE_LIBDIR=$prefix/lib64
28518            else
28519               SQLITE_LIBDIR=$prefix/lib
28520            fi
28521            SQLITE_BINDIR=$prefix/bin
28522         else
28523            { echo "$as_me:$LINENO: result: no" >&5
28524 echo "${ECHO_T}no" >&6; }
28525            { { echo "$as_me:$LINENO: error: Unable to find sqlite3.h in standard locations" >&5
28526 echo "$as_me: error: Unable to find sqlite3.h in standard locations" >&2;}
28527    { (exit 1); exit 1; }; }
28528         fi
28529      else
28530         if test -f $withval/sqlite3.h; then
28531            SQLITE_INCDIR=$withval
28532            SQLITE_LIBDIR=$withval
28533            SQLITE_BINDIR=$withval
28534         elif test -f $withval/include/sqlite3.h; then
28535            SQLITE_INCDIR=$withval/include
28536            if test -d $withval/lib64; then
28537               SQLITE_LIBDIR=$withval/lib64
28538            else
28539               SQLITE_LIBDIR=$withval/lib
28540            fi
28541            SQLITE_BINDIR=$withval/bin
28542         else
28543            { echo "$as_me:$LINENO: result: no" >&5
28544 echo "${ECHO_T}no" >&6; }
28545            { { echo "$as_me:$LINENO: error: Invalid SQLite3 directory $withval - unable to find sqlite3.h under $withval" >&5
28546 echo "$as_me: error: Invalid SQLite3 directory $withval - unable to find sqlite3.h under $withval" >&2;}
28547    { (exit 1); exit 1; }; }
28548         fi
28549      fi
28550      SQL_INCLUDE=-I$SQLITE_INCDIR
28551      SQL_LFLAGS="-L$SQLITE_LIBDIR -lsqlite3"
28552      SQL_BINDIR=$SQLITE_BINDIR
28553      SQL_LIB=$SQLITE_LIBDIR/libsqlite3.a
28554
28555      cat >>confdefs.h <<\_ACEOF
28556 #define HAVE_SQLITE3 1
28557 _ACEOF
28558
28559      { echo "$as_me:$LINENO: result: yes" >&5
28560 echo "${ECHO_T}yes" >&6; }
28561      db_found=yes
28562      support_sqlite3=yes
28563      db_type=SQLite3
28564      DB_TYPE=sqlite3
28565
28566   else
28567      { echo "$as_me:$LINENO: result: no" >&5
28568 echo "${ECHO_T}no" >&6; }
28569   fi
28570
28571 else
28572
28573   { echo "$as_me:$LINENO: result: no" >&5
28574 echo "${ECHO_T}no" >&6; }
28575
28576 fi
28577
28578
28579
28580
28581
28582
28583
28584 # BA_CHECK_SQLITE_DB
28585
28586
28587 db_found=no
28588 { echo "$as_me:$LINENO: checking for DBI support" >&5
28589 echo $ECHO_N "checking for DBI support... $ECHO_C" >&6; }
28590
28591 # Check whether --with-dbi was given.
28592 if test "${with_dbi+set}" = set; then
28593   withval=$with_dbi;
28594   if test "$withval" != "no"; then
28595      if test "$withval" = "yes"; then
28596         if test -f /usr/local/include/dbi/dbi.h; then
28597            DBI_INCDIR=/usr/local/dbi/include
28598            if test -d /usr/local/lib64; then
28599               DBI_LIBDIR=/usr/local/lib64
28600            else
28601               DBI_LIBDIR=/usr/local/lib
28602            fi
28603            DBI_BINDIR=/usr/local/bin
28604         elif test -f /usr/include/dbi/dbi.h; then
28605            DBI_INCDIR=/usr/include
28606            if test -d /usr/lib64; then
28607               DBI_LIBDIR=/usr/lib64
28608            else
28609               DBI_LIBDIR=/usr/lib
28610            fi
28611            DBI_BINDIR=/usr/bin
28612         elif test -f $prefix/include/dbi/dbi.h; then
28613            DBI_INCDIR=$prefix/include
28614            if test -d $prefix/lib64; then
28615               DBI_LIBDIR=$prefix/lib64
28616            else
28617               DBI_LIBDIR=$prefix/lib
28618            fi
28619            DBI_BINDIR=$prefix/bin
28620         else
28621            { echo "$as_me:$LINENO: result: no" >&5
28622 echo "${ECHO_T}no" >&6; }
28623            { { echo "$as_me:$LINENO: error: Unable to find dbi.h in standard locations" >&5
28624 echo "$as_me: error: Unable to find dbi.h in standard locations" >&2;}
28625    { (exit 1); exit 1; }; }
28626         fi
28627         if test -d /usr/local/lib/dbd; then
28628            DRIVERDIR=/usr/local/lib/dbd
28629            if test -d /usr/local/lib64/dbd; then
28630               DRIVERDIR=/usr/local/lib64/dbd
28631            else
28632               DRIVERDIR=/usr/local/lib/dbd
28633            fi
28634         elif test -d /usr/lib/dbd; then
28635            DRIVERDIR=/usr/lib/dbd
28636            if test -d /usr/lib64/dbd; then
28637               DRIVERDIR=/usr/lib64/dbd
28638            else
28639               DRIVERDIR=/usr/lib/dbd
28640            fi
28641         elif test -d $prefix/lib/dbd; then
28642            if test -d $prefix/lib64/dbd; then
28643               DRIVERDIR=$prefix/lib64/dbd
28644            else
28645               DRIVERDIR=$prefix/lib/dbd
28646            fi
28647         elif test -d /usr/local/lib64/dbd; then
28648            DRIVERDIR=/usr/local/lib64/dbd
28649         elif test -d /usr/lib64/dbd; then
28650            DRIVERDIR=/usr/lib64/dbd
28651         elif test -d $prefix/lib64/dbd; then
28652            DRIVERDIR=$prefix/lib64/dbd
28653         else
28654            { echo "$as_me:$LINENO: result: no" >&5
28655 echo "${ECHO_T}no" >&6; }
28656            { { echo "$as_me:$LINENO: error: Unable to find DBD drivers in standard locations" >&5
28657 echo "$as_me: error: Unable to find DBD drivers in standard locations" >&2;}
28658    { (exit 1); exit 1; }; }
28659         fi
28660      else
28661         if test -f $withval/dbi.h; then
28662            DBI_INCDIR=$withval
28663            DBI_LIBDIR=$withval
28664            DBI_BINDIR=$withval
28665         elif test -f $withval/include/dbi/dbi.h; then
28666            DBI_INCDIR=$withval/include
28667            if test -d $withval/lib64; then
28668               DBI_LIBDIR=$withval/lib64
28669            else
28670               DBI_LIBDIR=$withval/lib
28671            fi
28672            DBI_BINDIR=$withval/bin
28673         else
28674            { echo "$as_me:$LINENO: result: no" >&5
28675 echo "${ECHO_T}no" >&6; }
28676            { { echo "$as_me:$LINENO: error: Invalid DBI directory $withval - unable to find dbi.h under $withval" >&5
28677 echo "$as_me: error: Invalid DBI directory $withval - unable to find dbi.h under $withval" >&2;}
28678    { (exit 1); exit 1; }; }
28679         fi
28680         if test -d $withval/dbd; then
28681            DRIVERDIR=$withval/dbd
28682         elif test -d $withval/lib/; then
28683            if test -d $withval/lib64/dbd; then
28684               DRIVERDIR=$withval/lib64/dbd
28685            else
28686               DRIVERDIR=$withval/lib/dbd
28687            fi
28688         elif test -d $withval/lib64/dbd; then
28689            DRIVERDIR=$withval/lib64/dbd
28690         else
28691            { echo "$as_me:$LINENO: result: no" >&5
28692 echo "${ECHO_T}no" >&6; }
28693            { { echo "$as_me:$LINENO: error: Invalid DBD driver directory $withval - unable to find DBD drivers under $withval" >&5
28694 echo "$as_me: error: Invalid DBD driver directory $withval - unable to find DBD drivers under $withval" >&2;}
28695    { (exit 1); exit 1; }; }
28696         fi
28697      fi
28698      SQL_INCLUDE=-I$DBI_INCDIR
28699      SQL_LFLAGS="-L$DBI_LIBDIR -ldbi"
28700      SQL_BINDIR=$DBI_BINDIR
28701      SQL_LIB=$DBI_LIBDIR/libdbi.a
28702      DBI_DBD_DRIVERDIR="-D DBI_DRIVER_DIR=\\\"$DRIVERDIR\\\""
28703
28704
28705 cat >>confdefs.h <<\_ACEOF
28706 #define HAVE_DBI 1
28707 _ACEOF
28708
28709      { echo "$as_me:$LINENO: result: yes" >&5
28710 echo "${ECHO_T}yes" >&6; }
28711      db_found=yes
28712      support_dbi=yes
28713      db_type=DBI
28714      DB_TYPE=dbi
28715      uncomment_dbi=" "
28716
28717   else
28718      { echo "$as_me:$LINENO: result: no" >&5
28719 echo "${ECHO_T}no" >&6; }
28720   fi
28721
28722 else
28723
28724   { echo "$as_me:$LINENO: result: no" >&5
28725 echo "${ECHO_T}no" >&6; }
28726
28727 fi
28728
28729
28730
28731
28732
28733
28734
28735
28736
28737
28738 db_found=no
28739 db_prog=no
28740 { echo "$as_me:$LINENO: checking for DBI drivers support" >&5
28741 echo $ECHO_N "checking for DBI drivers support... $ECHO_C" >&6; }
28742
28743 # Check whether --with-dbi-driver was given.
28744 if test "${with_dbi_driver+set}" = set; then
28745   withval=$with_dbi_driver;
28746   if test "$withval" != "no"; then
28747      case $withval in
28748         "mysql")
28749            db_prog="mysql"
28750            if test -f /usr/local/mysql/bin/mysql; then
28751               SQL_BINDIR=/usr/local/mysql/bin
28752               if test -f /usr/local/mysql/lib64/mysql/libmysqlclient_r.a \
28753                  -o -f /usr/local/mysql/lib64/mysql/libmysqlclient_r.so; then
28754                  SQL_LIBDIR=/usr/local/mysql/lib64/mysql
28755               else
28756                  SQL_LIBDIR=/usr/local/mysql/lib/mysql
28757               fi
28758            elif test -f /usr/bin/mysql; then
28759               SQL_BINDIR=/usr/bin
28760               if test -f /usr/lib64/mysql/libmysqlclient_r.a \
28761                   -o -f /usr/lib64/mysql/libmysqlclient_r.so; then
28762                   SQL_LIBDIR=/usr/lib64/mysql
28763               elif test -f /usr/lib/mysql/libmysqlclient_r.a \
28764                   -o -f /usr/lib/mysql/libmysqlclient_r.so; then
28765                   SQL_LIBDIR=/usr/lib/mysql
28766               else
28767                   SQL_LIBDIR=/usr/lib
28768               fi
28769            elif test -f /usr/local/bin/mysql; then
28770               SQL_BINDIR=/usr/local/bin
28771               if test -f /usr/local/lib64/mysql/libmysqlclient_r.a \
28772                   -o -f /usr/local/lib64/mysql/libmysqlclient_r.so; then
28773                   SQL_LIBDIR=/usr/local/lib64/mysql
28774               elif test -f /usr/local/lib/mysql/libmysqlclient_r.a \
28775                   -o -f /usr/local/lib/mysql/libmysqlclient_r.so; then
28776                   SQL_LIBDIR=/usr/local/lib/mysql
28777               else
28778                   SQL_LIBDIR=/usr/local/lib
28779               fi
28780            elif test -f $withval/bin/mysql; then
28781               SQL_BINDIR=$withval/bin
28782               if test -f $withval/lib64/mysql/libmysqlclient_r.a \
28783                   -o -f $withval/lib64/mysql/libmysqlclient_r.so; then
28784                   SQL_LIBDIR=$withval/lib64/mysql
28785               elif test -f $withval/lib64/libmysqlclient_r.a \
28786                   -o -f $withval/lib64/libmysqlclient_r.so; then
28787                   SQL_LIBDIR=$withval/lib64
28788               elif test -f $withval/lib/libmysqlclient_r.a \
28789                   -o -f $withval/lib/libmysqlclient_r.so; then
28790                   SQL_LIBDIR=$withval/lib/
28791               else
28792                   SQL_LIBDIR=$withval/lib/mysql
28793               fi
28794            else
28795               { echo "$as_me:$LINENO: result: no" >&5
28796 echo "${ECHO_T}no" >&6; }
28797               { { echo "$as_me:$LINENO: error: Unable to find mysql in standard locations" >&5
28798 echo "$as_me: error: Unable to find mysql in standard locations" >&2;}
28799    { (exit 1); exit 1; }; }
28800            fi
28801            if test -f $SQL_LIBDIR/libmysqlclient_r.so; then
28802               DB_PROG_LIB=$SQL_LIBDIR/libmysqlclient_r.so
28803            else
28804               DB_PROG_LIB=$SQL_LIBDIR/libmysqlclient_r.a
28805            fi
28806         ;;
28807         "postgresql")
28808            db_prog="postgresql"
28809            PG_CONFIG=`which pg_config`
28810            if test -n "$PG_CONFIG"; then
28811               SQL_BINDIR=`"$PG_CONFIG" --bindir`
28812               SQL_LIBDIR=`"$PG_CONFIG" --libdir`
28813            elif test -f /usr/local/bin/psql; then
28814               SQL_BINDIR=/usr/local/bin
28815               if test -d /usr/local/lib64; then
28816                  SQL_LIBDIR=/usr/local/lib64
28817               else
28818                  SQL_LIBDIR=/usr/local/lib
28819               fi
28820            elif test -f /usr/bin/psql; then
28821               SQL_BINDIR=/usr/local/bin
28822               if test -d /usr/lib64/postgresql; then
28823                  SQL_LIBDIR=/usr/lib64/postgresql
28824               elif test -d /usr/lib/postgresql; then
28825                  SQL_LIBDIR=/usr/lib/postgresql
28826               elif test -d /usr/lib64; then
28827                  SQL_LIBDIR=/usr/lib64
28828               else
28829                  SQL_LIBDIR=/usr/lib
28830               fi
28831            elif test -f $withval/bin/psql; then
28832               SQL_BINDIR=$withval/bin
28833               if test -d $withval/lib64; then
28834                  SQL_LIBDIR=$withval/lib64
28835               else
28836                  SQL_LIBDIR=$withval/lib
28837               fi
28838            else
28839               { echo "$as_me:$LINENO: result: no" >&5
28840 echo "${ECHO_T}no" >&6; }
28841               { { echo "$as_me:$LINENO: error: Unable to find psql in standard locations" >&5
28842 echo "$as_me: error: Unable to find psql in standard locations" >&2;}
28843    { (exit 1); exit 1; }; }
28844            fi
28845            if test -f $SQL_LIBDIR/libpq.so; then
28846               DB_PROG_LIB=$SQL_LIBDIR/libpq.so
28847            else
28848               DB_PROG_LIB=$SQL_LIBDIR/libpq.a
28849            fi
28850         ;;
28851         "sqlite")
28852            db_prog="sqlite"
28853            if test -f /usr/local/bin/sqlite; then
28854               SQL_BINDIR=/usr/local/bin
28855               if test -d /usr/local/lib64; then
28856                  SQL_LIBDIR=/usr/local/lib64
28857               else
28858                  SQL_LIBDIR=/usr/local/lib
28859               fi
28860            elif test -f /usr/bin/sqlite; then
28861               SQL_BINDIR=/usr/bin
28862               if test -d /usr/lib64; then
28863                  SQL_LIBDIR=/usr/lib64
28864               else
28865                  SQL_LIBDIR=/usr/lib
28866               fi
28867            elif test -f $withval/bin/sqlite; then
28868               SQL_BINDIR=$withval/bin
28869               if test -d $withval/lib64; then
28870                  SQL_LIBDIR=$withval/lib64
28871               else
28872                  SQL_LIBDIR=$withval/lib
28873               fi
28874            else
28875               { echo "$as_me:$LINENO: result: no" >&5
28876 echo "${ECHO_T}no" >&6; }
28877               { { echo "$as_me:$LINENO: error: Unable to find sqlite in standard locations" >&5
28878 echo "$as_me: error: Unable to find sqlite in standard locations" >&2;}
28879    { (exit 1); exit 1; }; }
28880            fi
28881            if test -f $SQL_LIBDIR/libsqlite.so; then
28882               DB_PROG_LIB=$SQL_LIBDIR/libsqlite.so
28883            else
28884               DB_PROG_LIB=$SQL_LIBDIR/libsqlite.a
28885            fi
28886         ;;
28887         "sqlite3")
28888            db_prog="sqlite3"
28889            if test -f /usr/local/bin/sqlite3; then
28890               SQL_BINDIR=/usr/local/bin
28891               if test -d /usr/local/lib64; then
28892                  SQL_LIBDIR=/usr/local/lib64
28893               else
28894                  SQL_LIBDIR=/usr/local/lib
28895               fi
28896            elif test -f /usr/bin/sqlite3; then
28897               SQL_BINDIR=/usr/bin
28898               if test -d /usr/lib64; then
28899                  SQL_LIBDIR=/usr/lib64
28900               else
28901                  SQL_LIBDIR=/usr/lib
28902               fi
28903            elif test -f $withval/bin/sqlite3; then
28904               SQL_BINDIR=$withval/bin
28905               if test -d $withval/lib64; then
28906                  SQL_LIBDIR=$withval/lib64
28907               else
28908                  SQL_LIBDIR=$withval/lib
28909               fi
28910            else
28911               { echo "$as_me:$LINENO: result: no" >&5
28912 echo "${ECHO_T}no" >&6; }
28913               { { echo "$as_me:$LINENO: error: Unable to find sqlite in standard locations" >&5
28914 echo "$as_me: error: Unable to find sqlite in standard locations" >&2;}
28915    { (exit 1); exit 1; }; }
28916            fi
28917            if test -f $SQL_LIBDIR/libsqlite3.so; then
28918               DB_PROG_LIB=$SQL_LIBDIR/libsqlite3.so
28919            else
28920               DB_PROG_LIB=$SQL_LIBDIR/libsqlite3.a
28921            fi
28922         ;;
28923         *)
28924            { echo "$as_me:$LINENO: result: no" >&5
28925 echo "${ECHO_T}no" >&6; }
28926            { { echo "$as_me:$LINENO: error: Unable to set DBI driver. $withval is not supported" >&5
28927 echo "$as_me: error: Unable to set DBI driver. $withval is not supported" >&2;}
28928    { (exit 1); exit 1; }; }
28929         ;;
28930      esac
28931
28932      { echo "$as_me:$LINENO: result: yes" >&5
28933 echo "${ECHO_T}yes" >&6; }
28934      DB_PROG=$db_prog
28935   else
28936      { echo "$as_me:$LINENO: result: no" >&5
28937 echo "${ECHO_T}no" >&6; }
28938   fi
28939
28940 else
28941
28942   { echo "$as_me:$LINENO: result: no" >&5
28943 echo "${ECHO_T}no" >&6; }
28944
28945 fi
28946
28947
28948
28949
28950
28951
28952
28953
28954
28955
28956 support_batch_insert=no
28957 A=`test -f $SQL_LIB && nm $SQL_LIB | grep pthread_mutex_lock`
28958 pkg=$?
28959 if test $pkg = 0; then
28960    support_batch_insert=yes
28961    # Check whether --enable-batch-insert was given.
28962 if test "${enable_batch_insert+set}" = set; then
28963   enableval=$enable_batch_insert;
28964           if test x$enableval = xno; then
28965              support_batch_insert=no
28966           else
28967              support_batch_insert=yes
28968           fi
28969
28970
28971 fi
28972
28973 fi
28974
28975 if test x$DB_TYPE = xpostgresql; then
28976    { echo "$as_me:$LINENO: checking for PQisthreadsafe in -lpq" >&5
28977 echo $ECHO_N "checking for PQisthreadsafe in -lpq... $ECHO_C" >&6; }
28978 if test "${ac_cv_lib_pq_PQisthreadsafe+set}" = set; then
28979   echo $ECHO_N "(cached) $ECHO_C" >&6
28980 else
28981   ac_check_lib_save_LIBS=$LIBS
28982 LIBS="-lpq  $LIBS"
28983 cat >conftest.$ac_ext <<_ACEOF
28984 /* confdefs.h.  */
28985 _ACEOF
28986 cat confdefs.h >>conftest.$ac_ext
28987 cat >>conftest.$ac_ext <<_ACEOF
28988 /* end confdefs.h.  */
28989
28990 /* Override any GCC internal prototype to avoid an error.
28991    Use char because int might match the return type of a GCC
28992    builtin and then its argument prototype would still apply.  */
28993 #ifdef __cplusplus
28994 extern "C"
28995 #endif
28996 char PQisthreadsafe ();
28997 int
28998 main ()
28999 {
29000 return PQisthreadsafe ();
29001   ;
29002   return 0;
29003 }
29004 _ACEOF
29005 rm -f conftest.$ac_objext conftest$ac_exeext
29006 if { (ac_try="$ac_link"
29007 case "(($ac_try" in
29008   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29009   *) ac_try_echo=$ac_try;;
29010 esac
29011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29012   (eval "$ac_link") 2>conftest.er1
29013   ac_status=$?
29014   grep -v '^ *+' conftest.er1 >conftest.err
29015   rm -f conftest.er1
29016   cat conftest.err >&5
29017   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29018   (exit $ac_status); } && {
29019          test -z "$ac_c_werror_flag" ||
29020          test ! -s conftest.err
29021        } && test -s conftest$ac_exeext &&
29022        $as_test_x conftest$ac_exeext; then
29023   ac_cv_lib_pq_PQisthreadsafe=yes
29024 else
29025   echo "$as_me: failed program was:" >&5
29026 sed 's/^/| /' conftest.$ac_ext >&5
29027
29028         ac_cv_lib_pq_PQisthreadsafe=no
29029 fi
29030
29031 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29032       conftest$ac_exeext conftest.$ac_ext
29033 LIBS=$ac_check_lib_save_LIBS
29034 fi
29035 { echo "$as_me:$LINENO: result: $ac_cv_lib_pq_PQisthreadsafe" >&5
29036 echo "${ECHO_T}$ac_cv_lib_pq_PQisthreadsafe" >&6; }
29037 if test $ac_cv_lib_pq_PQisthreadsafe = yes; then
29038
29039 cat >>confdefs.h <<\_ACEOF
29040 #define HAVE_PQISTHREADSAFE 1
29041 _ACEOF
29042
29043 fi
29044
29045    { echo "$as_me:$LINENO: checking for PQputCopyData in -lpq" >&5
29046 echo $ECHO_N "checking for PQputCopyData in -lpq... $ECHO_C" >&6; }
29047 if test "${ac_cv_lib_pq_PQputCopyData+set}" = set; then
29048   echo $ECHO_N "(cached) $ECHO_C" >&6
29049 else
29050   ac_check_lib_save_LIBS=$LIBS
29051 LIBS="-lpq  $LIBS"
29052 cat >conftest.$ac_ext <<_ACEOF
29053 /* confdefs.h.  */
29054 _ACEOF
29055 cat confdefs.h >>conftest.$ac_ext
29056 cat >>conftest.$ac_ext <<_ACEOF
29057 /* end confdefs.h.  */
29058
29059 /* Override any GCC internal prototype to avoid an error.
29060    Use char because int might match the return type of a GCC
29061    builtin and then its argument prototype would still apply.  */
29062 #ifdef __cplusplus
29063 extern "C"
29064 #endif
29065 char PQputCopyData ();
29066 int
29067 main ()
29068 {
29069 return PQputCopyData ();
29070   ;
29071   return 0;
29072 }
29073 _ACEOF
29074 rm -f conftest.$ac_objext conftest$ac_exeext
29075 if { (ac_try="$ac_link"
29076 case "(($ac_try" in
29077   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29078   *) ac_try_echo=$ac_try;;
29079 esac
29080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29081   (eval "$ac_link") 2>conftest.er1
29082   ac_status=$?
29083   grep -v '^ *+' conftest.er1 >conftest.err
29084   rm -f conftest.er1
29085   cat conftest.err >&5
29086   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29087   (exit $ac_status); } && {
29088          test -z "$ac_c_werror_flag" ||
29089          test ! -s conftest.err
29090        } && test -s conftest$ac_exeext &&
29091        $as_test_x conftest$ac_exeext; then
29092   ac_cv_lib_pq_PQputCopyData=yes
29093 else
29094   echo "$as_me: failed program was:" >&5
29095 sed 's/^/| /' conftest.$ac_ext >&5
29096
29097         ac_cv_lib_pq_PQputCopyData=no
29098 fi
29099
29100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29101       conftest$ac_exeext conftest.$ac_ext
29102 LIBS=$ac_check_lib_save_LIBS
29103 fi
29104 { echo "$as_me:$LINENO: result: $ac_cv_lib_pq_PQputCopyData" >&5
29105 echo "${ECHO_T}$ac_cv_lib_pq_PQputCopyData" >&6; }
29106 if test $ac_cv_lib_pq_PQputCopyData = yes; then
29107
29108 cat >>confdefs.h <<\_ACEOF
29109 #define HAVE_PQ_COPY 1
29110 _ACEOF
29111
29112 fi
29113
29114    if test "x$ac_cv_lib_pq_PQputCopyData" != "xyes"
29115     then
29116         support_batch_insert=no
29117    fi
29118 fi
29119
29120 if test x$DB_TYPE = xdbi; then
29121    DB_TYPE=$DB_PROG
29122    db_type=$DB_PROG
29123    pkg=1
29124       if test $DB_PROG = postgresql; then
29125       { echo "$as_me:$LINENO: checking for PQisthreadsafe in -lpq" >&5
29126 echo $ECHO_N "checking for PQisthreadsafe in -lpq... $ECHO_C" >&6; }
29127 if test "${ac_cv_lib_pq_PQisthreadsafe+set}" = set; then
29128   echo $ECHO_N "(cached) $ECHO_C" >&6
29129 else
29130   ac_check_lib_save_LIBS=$LIBS
29131 LIBS="-lpq  $LIBS"
29132 cat >conftest.$ac_ext <<_ACEOF
29133 /* confdefs.h.  */
29134 _ACEOF
29135 cat confdefs.h >>conftest.$ac_ext
29136 cat >>conftest.$ac_ext <<_ACEOF
29137 /* end confdefs.h.  */
29138
29139 /* Override any GCC internal prototype to avoid an error.
29140    Use char because int might match the return type of a GCC
29141    builtin and then its argument prototype would still apply.  */
29142 #ifdef __cplusplus
29143 extern "C"
29144 #endif
29145 char PQisthreadsafe ();
29146 int
29147 main ()
29148 {
29149 return PQisthreadsafe ();
29150   ;
29151   return 0;
29152 }
29153 _ACEOF
29154 rm -f conftest.$ac_objext conftest$ac_exeext
29155 if { (ac_try="$ac_link"
29156 case "(($ac_try" in
29157   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29158   *) ac_try_echo=$ac_try;;
29159 esac
29160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29161   (eval "$ac_link") 2>conftest.er1
29162   ac_status=$?
29163   grep -v '^ *+' conftest.er1 >conftest.err
29164   rm -f conftest.er1
29165   cat conftest.err >&5
29166   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29167   (exit $ac_status); } && {
29168          test -z "$ac_c_werror_flag" ||
29169          test ! -s conftest.err
29170        } && test -s conftest$ac_exeext &&
29171        $as_test_x conftest$ac_exeext; then
29172   ac_cv_lib_pq_PQisthreadsafe=yes
29173 else
29174   echo "$as_me: failed program was:" >&5
29175 sed 's/^/| /' conftest.$ac_ext >&5
29176
29177         ac_cv_lib_pq_PQisthreadsafe=no
29178 fi
29179
29180 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29181       conftest$ac_exeext conftest.$ac_ext
29182 LIBS=$ac_check_lib_save_LIBS
29183 fi
29184 { echo "$as_me:$LINENO: result: $ac_cv_lib_pq_PQisthreadsafe" >&5
29185 echo "${ECHO_T}$ac_cv_lib_pq_PQisthreadsafe" >&6; }
29186 if test $ac_cv_lib_pq_PQisthreadsafe = yes; then
29187   cat >>confdefs.h <<\_ACEOF
29188 #define HAVE_PQISTHREADSAFE 1
29189 _ACEOF
29190
29191 fi
29192
29193       { echo "$as_me:$LINENO: checking for PQputCopyData in -lpq" >&5
29194 echo $ECHO_N "checking for PQputCopyData in -lpq... $ECHO_C" >&6; }
29195 if test "${ac_cv_lib_pq_PQputCopyData+set}" = set; then
29196   echo $ECHO_N "(cached) $ECHO_C" >&6
29197 else
29198   ac_check_lib_save_LIBS=$LIBS
29199 LIBS="-lpq  $LIBS"
29200 cat >conftest.$ac_ext <<_ACEOF
29201 /* confdefs.h.  */
29202 _ACEOF
29203 cat confdefs.h >>conftest.$ac_ext
29204 cat >>conftest.$ac_ext <<_ACEOF
29205 /* end confdefs.h.  */
29206
29207 /* Override any GCC internal prototype to avoid an error.
29208    Use char because int might match the return type of a GCC
29209    builtin and then its argument prototype would still apply.  */
29210 #ifdef __cplusplus
29211 extern "C"
29212 #endif
29213 char PQputCopyData ();
29214 int
29215 main ()
29216 {
29217 return PQputCopyData ();
29218   ;
29219   return 0;
29220 }
29221 _ACEOF
29222 rm -f conftest.$ac_objext conftest$ac_exeext
29223 if { (ac_try="$ac_link"
29224 case "(($ac_try" in
29225   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29226   *) ac_try_echo=$ac_try;;
29227 esac
29228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29229   (eval "$ac_link") 2>conftest.er1
29230   ac_status=$?
29231   grep -v '^ *+' conftest.er1 >conftest.err
29232   rm -f conftest.er1
29233   cat conftest.err >&5
29234   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29235   (exit $ac_status); } && {
29236          test -z "$ac_c_werror_flag" ||
29237          test ! -s conftest.err
29238        } && test -s conftest$ac_exeext &&
29239        $as_test_x conftest$ac_exeext; then
29240   ac_cv_lib_pq_PQputCopyData=yes
29241 else
29242   echo "$as_me: failed program was:" >&5
29243 sed 's/^/| /' conftest.$ac_ext >&5
29244
29245         ac_cv_lib_pq_PQputCopyData=no
29246 fi
29247
29248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29249       conftest$ac_exeext conftest.$ac_ext
29250 LIBS=$ac_check_lib_save_LIBS
29251 fi
29252 { echo "$as_me:$LINENO: result: $ac_cv_lib_pq_PQputCopyData" >&5
29253 echo "${ECHO_T}$ac_cv_lib_pq_PQputCopyData" >&6; }
29254 if test $ac_cv_lib_pq_PQputCopyData = yes; then
29255   cat >>confdefs.h <<\_ACEOF
29256 #define HAVE_PQ_COPY 1
29257 _ACEOF
29258
29259 fi
29260
29261       test "x$ac_cv_lib_pq_PQputCopyData" != "xyes"
29262       pkg=$?
29263    fi
29264
29265    if test $DB_PROG = mysql; then
29266       A=`test -f $SQL_LIB && nm $DB_PROG_LIB | grep pthread_mutex_lock`
29267       pkg=$?
29268    fi
29269
29270    if test $DB_PROG = sqlite3; then
29271       A=`test -f $SQL_LIB && nm $DB_PROG_LIB | grep pthread_mutex_lock`
29272       pkg=$?
29273       { echo "$as_me:$LINENO: checking for sqlite3_threadsafe in -lsqlite3" >&5
29274 echo $ECHO_N "checking for sqlite3_threadsafe in -lsqlite3... $ECHO_C" >&6; }
29275 if test "${ac_cv_lib_sqlite3_sqlite3_threadsafe+set}" = set; then
29276   echo $ECHO_N "(cached) $ECHO_C" >&6
29277 else
29278   ac_check_lib_save_LIBS=$LIBS
29279 LIBS="-lsqlite3  $LIBS"
29280 cat >conftest.$ac_ext <<_ACEOF
29281 /* confdefs.h.  */
29282 _ACEOF
29283 cat confdefs.h >>conftest.$ac_ext
29284 cat >>conftest.$ac_ext <<_ACEOF
29285 /* end confdefs.h.  */
29286
29287 /* Override any GCC internal prototype to avoid an error.
29288    Use char because int might match the return type of a GCC
29289    builtin and then its argument prototype would still apply.  */
29290 #ifdef __cplusplus
29291 extern "C"
29292 #endif
29293 char sqlite3_threadsafe ();
29294 int
29295 main ()
29296 {
29297 return sqlite3_threadsafe ();
29298   ;
29299   return 0;
29300 }
29301 _ACEOF
29302 rm -f conftest.$ac_objext conftest$ac_exeext
29303 if { (ac_try="$ac_link"
29304 case "(($ac_try" in
29305   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29306   *) ac_try_echo=$ac_try;;
29307 esac
29308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29309   (eval "$ac_link") 2>conftest.er1
29310   ac_status=$?
29311   grep -v '^ *+' conftest.er1 >conftest.err
29312   rm -f conftest.er1
29313   cat conftest.err >&5
29314   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29315   (exit $ac_status); } && {
29316          test -z "$ac_c_werror_flag" ||
29317          test ! -s conftest.err
29318        } && test -s conftest$ac_exeext &&
29319        $as_test_x conftest$ac_exeext; then
29320   ac_cv_lib_sqlite3_sqlite3_threadsafe=yes
29321 else
29322   echo "$as_me: failed program was:" >&5
29323 sed 's/^/| /' conftest.$ac_ext >&5
29324
29325         ac_cv_lib_sqlite3_sqlite3_threadsafe=no
29326 fi
29327
29328 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29329       conftest$ac_exeext conftest.$ac_ext
29330 LIBS=$ac_check_lib_save_LIBS
29331 fi
29332 { echo "$as_me:$LINENO: result: $ac_cv_lib_sqlite3_sqlite3_threadsafe" >&5
29333 echo "${ECHO_T}$ac_cv_lib_sqlite3_sqlite3_threadsafe" >&6; }
29334 if test $ac_cv_lib_sqlite3_sqlite3_threadsafe = yes; then
29335
29336 cat >>confdefs.h <<\_ACEOF
29337 #define HAVE_SQLITE3_THREADSAFE 1
29338 _ACEOF
29339
29340 fi
29341
29342    fi
29343
29344    if test $pkg = 0; then
29345       # Check whether --enable-batch-insert was given.
29346 if test "${enable_batch_insert+set}" = set; then
29347   enableval=$enable_batch_insert;
29348              if test x$enableval = xno; then
29349                 support_batch_insert=no
29350              else
29351                 support_batch_insert=yes
29352              fi
29353
29354
29355 fi
29356
29357    fi
29358 else
29359       uncomment_dbi="#"
29360 fi
29361
29362
29363
29364 if test $support_batch_insert = yes ; then
29365
29366 cat >>confdefs.h <<\_ACEOF
29367 #define HAVE_BATCH_FILE_INSERT 1
29368 _ACEOF
29369
29370 fi
29371
29372 cat >>confdefs.h <<\_ACEOF
29373 #define PROTOTYPES 1
29374 _ACEOF
29375
29376
29377 if test -z "$CFLAGS" -o "$CFLAGS" = "-g -O2"; then
29378    if test -z "$CCOPTS"; then
29379       CCOPTS='-g -O2 -Wall'
29380    fi
29381    CFLAGS="$CCOPTS"
29382 fi
29383
29384
29385
29386 largefile_support="no"
29387
29388    # Check whether --enable-largefile was given.
29389 if test "${enable_largefile+set}" = set; then
29390   enableval=$enable_largefile;
29391 fi
29392
29393    if test "$enable_largefile" != no; then
29394      if test -n "$ac_tool_prefix"; then
29395   # Extract the first word of "${ac_tool_prefix}getconf", so it can be a program name with args.
29396 set dummy ${ac_tool_prefix}getconf; ac_word=$2
29397 { echo "$as_me:$LINENO: checking for $ac_word" >&5
29398 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
29399 if test "${ac_cv_prog_GETCONF+set}" = set; then
29400   echo $ECHO_N "(cached) $ECHO_C" >&6
29401 else
29402   if test -n "$GETCONF"; then
29403   ac_cv_prog_GETCONF="$GETCONF" # Let the user override the test.
29404 else
29405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29406 for as_dir in $PATH
29407 do
29408   IFS=$as_save_IFS
29409   test -z "$as_dir" && as_dir=.
29410   for ac_exec_ext in '' $ac_executable_extensions; do
29411   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29412     ac_cv_prog_GETCONF="${ac_tool_prefix}getconf"
29413     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29414     break 2
29415   fi
29416 done
29417 done
29418 IFS=$as_save_IFS
29419
29420 fi
29421 fi
29422 GETCONF=$ac_cv_prog_GETCONF
29423 if test -n "$GETCONF"; then
29424   { echo "$as_me:$LINENO: result: $GETCONF" >&5
29425 echo "${ECHO_T}$GETCONF" >&6; }
29426 else
29427   { echo "$as_me:$LINENO: result: no" >&5
29428 echo "${ECHO_T}no" >&6; }
29429 fi
29430
29431
29432 fi
29433 if test -z "$ac_cv_prog_GETCONF"; then
29434   ac_ct_GETCONF=$GETCONF
29435   # Extract the first word of "getconf", so it can be a program name with args.
29436 set dummy getconf; ac_word=$2
29437 { echo "$as_me:$LINENO: checking for $ac_word" >&5
29438 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
29439 if test "${ac_cv_prog_ac_ct_GETCONF+set}" = set; then
29440   echo $ECHO_N "(cached) $ECHO_C" >&6
29441 else
29442   if test -n "$ac_ct_GETCONF"; then
29443   ac_cv_prog_ac_ct_GETCONF="$ac_ct_GETCONF" # Let the user override the test.
29444 else
29445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29446 for as_dir in $PATH
29447 do
29448   IFS=$as_save_IFS
29449   test -z "$as_dir" && as_dir=.
29450   for ac_exec_ext in '' $ac_executable_extensions; do
29451   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29452     ac_cv_prog_ac_ct_GETCONF="getconf"
29453     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29454     break 2
29455   fi
29456 done
29457 done
29458 IFS=$as_save_IFS
29459
29460 fi
29461 fi
29462 ac_ct_GETCONF=$ac_cv_prog_ac_ct_GETCONF
29463 if test -n "$ac_ct_GETCONF"; then
29464   { echo "$as_me:$LINENO: result: $ac_ct_GETCONF" >&5
29465 echo "${ECHO_T}$ac_ct_GETCONF" >&6; }
29466 else
29467   { echo "$as_me:$LINENO: result: no" >&5
29468 echo "${ECHO_T}no" >&6; }
29469 fi
29470
29471   if test "x$ac_ct_GETCONF" = x; then
29472     GETCONF=""
29473   else
29474     case $cross_compiling:$ac_tool_warned in
29475 yes:)
29476 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
29477 whose name does not start with the host triplet.  If you think this
29478 configuration is useful to you, please write to autoconf@gnu.org." >&5
29479 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
29480 whose name does not start with the host triplet.  If you think this
29481 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
29482 ac_tool_warned=yes ;;
29483 esac
29484     GETCONF=$ac_ct_GETCONF
29485   fi
29486 else
29487   GETCONF="$ac_cv_prog_GETCONF"
29488 fi
29489
29490      { echo "$as_me:$LINENO: checking for CFLAGS value to request large file support" >&5
29491 echo $ECHO_N "checking for CFLAGS value to request large file support... $ECHO_C" >&6; }
29492 if test "${ac_cv_sys_largefile_CFLAGS+set}" = set; then
29493   echo $ECHO_N "(cached) $ECHO_C" >&6
29494 else
29495   ac_cv_sys_largefile_CFLAGS=`($GETCONF LFS_CFLAGS) 2>/dev/null` || {
29496         ac_cv_sys_largefile_CFLAGS=no
29497         case "$host_os" in
29498            # IRIX 6.2 and later require cc -n32.
29499            irix6.[2-9]* | irix6.1[0-9]* | irix[7-9].* | irix[1-9][0-9]*)
29500              if test "$GCC" != yes; then
29501                ac_cv_sys_largefile_CFLAGS=-n32
29502              fi
29503              ac_save_CC="$CC"
29504              CC="$CC $ac_cv_sys_largefile_CFLAGS"
29505              cat >conftest.$ac_ext <<_ACEOF
29506 /* confdefs.h.  */
29507 _ACEOF
29508 cat confdefs.h >>conftest.$ac_ext
29509 cat >>conftest.$ac_ext <<_ACEOF
29510 /* end confdefs.h.  */
29511
29512 int
29513 main ()
29514 {
29515
29516   ;
29517   return 0;
29518 }
29519 _ACEOF
29520 rm -f conftest.$ac_objext conftest$ac_exeext
29521 if { (ac_try="$ac_link"
29522 case "(($ac_try" in
29523   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29524   *) ac_try_echo=$ac_try;;
29525 esac
29526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29527   (eval "$ac_link") 2>conftest.er1
29528   ac_status=$?
29529   grep -v '^ *+' conftest.er1 >conftest.err
29530   rm -f conftest.er1
29531   cat conftest.err >&5
29532   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29533   (exit $ac_status); } && {
29534          test -z "$ac_c_werror_flag" ||
29535          test ! -s conftest.err
29536        } && test -s conftest$ac_exeext &&
29537        $as_test_x conftest$ac_exeext; then
29538   :
29539 else
29540   echo "$as_me: failed program was:" >&5
29541 sed 's/^/| /' conftest.$ac_ext >&5
29542
29543         ac_cv_sys_largefile_CFLAGS=no
29544 fi
29545
29546 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29547       conftest$ac_exeext conftest.$ac_ext
29548              CC="$ac_save_CC"
29549            esac
29550       }
29551 fi
29552 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CFLAGS" >&5
29553 echo "${ECHO_T}$ac_cv_sys_largefile_CFLAGS" >&6; }
29554      { echo "$as_me:$LINENO: checking for LDFLAGS value to request large file support" >&5
29555 echo $ECHO_N "checking for LDFLAGS value to request large file support... $ECHO_C" >&6; }
29556 if test "${ac_cv_sys_largefile_LDFLAGS+set}" = set; then
29557   echo $ECHO_N "(cached) $ECHO_C" >&6
29558 else
29559   ac_cv_sys_largefile_LDFLAGS=`($GETCONF LFS_LDFLAGS) 2>/dev/null` || {
29560         ac_cv_sys_largefile_LDFLAGS=no
29561
29562       }
29563 fi
29564 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_LDFLAGS" >&5
29565 echo "${ECHO_T}$ac_cv_sys_largefile_LDFLAGS" >&6; }
29566      { echo "$as_me:$LINENO: checking for LIBS value to request large file support" >&5
29567 echo $ECHO_N "checking for LIBS value to request large file support... $ECHO_C" >&6; }
29568 if test "${ac_cv_sys_largefile_LIBS+set}" = set; then
29569   echo $ECHO_N "(cached) $ECHO_C" >&6
29570 else
29571   ac_cv_sys_largefile_LIBS=`($GETCONF LFS_LIBS) 2>/dev/null` || {
29572         ac_cv_sys_largefile_LIBS=no
29573
29574       }
29575 fi
29576 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_LIBS" >&5
29577 echo "${ECHO_T}$ac_cv_sys_largefile_LIBS" >&6; }
29578
29579      for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
29580        case "$ac_flag" in
29581        no) ;;
29582        -D_FILE_OFFSET_BITS=*) ;;
29583        -D_LARGEFILE_SOURCE | -D_LARGEFILE_SOURCE=*) ;;
29584        -D_LARGE_FILES | -D_LARGE_FILES=*) ;;
29585        -D?* | -I?*)
29586          case "$ac_flag" in
29587    no) ;;
29588    ?*)
29589      case "$CPPFLAGS" in
29590      '') CPPFLAGS="$ac_flag" ;;
29591      *) CPPFLAGS=$CPPFLAGS' '"$ac_flag" ;;
29592      esac ;;
29593    esac ;;
29594        *)
29595          case "$ac_flag" in
29596    no) ;;
29597    ?*)
29598      case "$CFLAGS" in
29599      '') CFLAGS="$ac_flag" ;;
29600      *) CFLAGS=$CFLAGS' '"$ac_flag" ;;
29601      esac ;;
29602    esac ;;
29603        esac
29604      done
29605      case "$ac_cv_sys_largefile_LDFLAGS" in
29606    no) ;;
29607    ?*)
29608      case "$LDFLAGS" in
29609      '') LDFLAGS="$ac_cv_sys_largefile_LDFLAGS" ;;
29610      *) LDFLAGS=$LDFLAGS' '"$ac_cv_sys_largefile_LDFLAGS" ;;
29611      esac ;;
29612    esac
29613      case "$ac_cv_sys_largefile_LIBS" in
29614    no) ;;
29615    ?*)
29616      case "$LIBS" in
29617      '') LIBS="$ac_cv_sys_largefile_LIBS" ;;
29618      *) LIBS=$LIBS' '"$ac_cv_sys_largefile_LIBS" ;;
29619      esac ;;
29620    esac
29621      { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS" >&5
29622 echo $ECHO_N "checking for _FILE_OFFSET_BITS... $ECHO_C" >&6; }
29623 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
29624   echo $ECHO_N "(cached) $ECHO_C" >&6
29625 else
29626   ac_cv_sys_file_offset_bits=no
29627       ac_cv_sys_file_offset_bits=64
29628       for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
29629         case "$ac_flag" in
29630         -D_FILE_OFFSET_BITS)
29631           ac_cv_sys_file_offset_bits=1 ;;
29632         -D_FILE_OFFSET_BITS=*)
29633           ac_cv_sys_file_offset_bits=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;;
29634         esac
29635       done
29636
29637 fi
29638 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
29639 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
29640    if test "$ac_cv_sys_file_offset_bits" != no; then
29641
29642 cat >>confdefs.h <<_ACEOF
29643 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
29644 _ACEOF
29645
29646    fi
29647      { echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE" >&5
29648 echo $ECHO_N "checking for _LARGEFILE_SOURCE... $ECHO_C" >&6; }
29649 if test "${ac_cv_sys_largefile_source+set}" = set; then
29650   echo $ECHO_N "(cached) $ECHO_C" >&6
29651 else
29652   ac_cv_sys_largefile_source=no
29653       ac_cv_sys_largefile_source=1
29654       for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
29655         case "$ac_flag" in
29656         -D_LARGEFILE_SOURCE)
29657           ac_cv_sys_largefile_source=1 ;;
29658         -D_LARGEFILE_SOURCE=*)
29659           ac_cv_sys_largefile_source=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;;
29660         esac
29661       done
29662
29663 fi
29664 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
29665 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
29666    if test "$ac_cv_sys_largefile_source" != no; then
29667
29668 cat >>confdefs.h <<_ACEOF
29669 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
29670 _ACEOF
29671
29672    fi
29673      { echo "$as_me:$LINENO: checking for _LARGE_FILES" >&5
29674 echo $ECHO_N "checking for _LARGE_FILES... $ECHO_C" >&6; }
29675 if test "${ac_cv_sys_large_files+set}" = set; then
29676   echo $ECHO_N "(cached) $ECHO_C" >&6
29677 else
29678   ac_cv_sys_large_files=no
29679       ac_cv_sys_large_files=1
29680       for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
29681         case "$ac_flag" in
29682         -D_LARGE_FILES)
29683           ac_cv_sys_large_files=1 ;;
29684         -D_LARGE_FILES=*)
29685           ac_cv_sys_large_files=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;;
29686         esac
29687       done
29688
29689 fi
29690 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
29691 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
29692    if test "$ac_cv_sys_large_files" != no; then
29693
29694 cat >>confdefs.h <<_ACEOF
29695 #define _LARGE_FILES $ac_cv_sys_large_files
29696 _ACEOF
29697
29698    fi
29699    fi
29700
29701
29702 { echo "$as_me:$LINENO: checking for X" >&5
29703 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
29704
29705
29706 # Check whether --with-x was given.
29707 if test "${with_x+set}" = set; then
29708   withval=$with_x;
29709 fi
29710
29711 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
29712 if test "x$with_x" = xno; then
29713   # The user explicitly disabled X.
29714   have_x=disabled
29715 else
29716   case $x_includes,$x_libraries in #(
29717     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
29718 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
29719    { (exit 1); exit 1; }; };; #(
29720     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
29721   echo $ECHO_N "(cached) $ECHO_C" >&6
29722 else
29723   # One or both of the vars are not set, and there is no cached value.
29724 ac_x_includes=no ac_x_libraries=no
29725 rm -f -r conftest.dir
29726 if mkdir conftest.dir; then
29727   cd conftest.dir
29728   cat >Imakefile <<'_ACEOF'
29729 incroot:
29730         @echo incroot='${INCROOT}'
29731 usrlibdir:
29732         @echo usrlibdir='${USRLIBDIR}'
29733 libdir:
29734         @echo libdir='${LIBDIR}'
29735 _ACEOF
29736   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
29737     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
29738     for ac_var in incroot usrlibdir libdir; do
29739       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
29740     done
29741     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
29742     for ac_extension in a so sl; do
29743       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
29744          test -f "$ac_im_libdir/libX11.$ac_extension"; then
29745         ac_im_usrlibdir=$ac_im_libdir; break
29746       fi
29747     done
29748     # Screen out bogus values from the imake configuration.  They are
29749     # bogus both because they are the default anyway, and because
29750     # using them would break gcc on systems where it needs fixed includes.
29751     case $ac_im_incroot in
29752         /usr/include) ac_x_includes= ;;
29753         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
29754     esac
29755     case $ac_im_usrlibdir in
29756         /usr/lib | /lib) ;;
29757         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
29758     esac
29759   fi
29760   cd ..
29761   rm -f -r conftest.dir
29762 fi
29763
29764 # Standard set of common directories for X headers.
29765 # Check X11 before X11Rn because it is often a symlink to the current release.
29766 ac_x_header_dirs='
29767 /usr/X11/include
29768 /usr/X11R6/include
29769 /usr/X11R5/include
29770 /usr/X11R4/include
29771
29772 /usr/include/X11
29773 /usr/include/X11R6
29774 /usr/include/X11R5
29775 /usr/include/X11R4
29776
29777 /usr/local/X11/include
29778 /usr/local/X11R6/include
29779 /usr/local/X11R5/include
29780 /usr/local/X11R4/include
29781
29782 /usr/local/include/X11
29783 /usr/local/include/X11R6
29784 /usr/local/include/X11R5
29785 /usr/local/include/X11R4
29786
29787 /usr/X386/include
29788 /usr/x386/include
29789 /usr/XFree86/include/X11
29790
29791 /usr/include
29792 /usr/local/include
29793 /usr/unsupported/include
29794 /usr/athena/include
29795 /usr/local/x11r5/include
29796 /usr/lpp/Xamples/include
29797
29798 /usr/openwin/include
29799 /usr/openwin/share/include'
29800
29801 if test "$ac_x_includes" = no; then
29802   # Guess where to find include files, by looking for Xlib.h.
29803   # First, try using that file with no special directory specified.
29804   cat >conftest.$ac_ext <<_ACEOF
29805 /* confdefs.h.  */
29806 _ACEOF
29807 cat confdefs.h >>conftest.$ac_ext
29808 cat >>conftest.$ac_ext <<_ACEOF
29809 /* end confdefs.h.  */
29810 #include <X11/Xlib.h>
29811 _ACEOF
29812 if { (ac_try="$ac_cpp conftest.$ac_ext"
29813 case "(($ac_try" in
29814   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29815   *) ac_try_echo=$ac_try;;
29816 esac
29817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29818   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
29819   ac_status=$?
29820   grep -v '^ *+' conftest.er1 >conftest.err
29821   rm -f conftest.er1
29822   cat conftest.err >&5
29823   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29824   (exit $ac_status); } >/dev/null && {
29825          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
29826          test ! -s conftest.err
29827        }; then
29828   # We can compile using X headers with no special include directory.
29829 ac_x_includes=
29830 else
29831   echo "$as_me: failed program was:" >&5
29832 sed 's/^/| /' conftest.$ac_ext >&5
29833
29834   for ac_dir in $ac_x_header_dirs; do
29835   if test -r "$ac_dir/X11/Xlib.h"; then
29836     ac_x_includes=$ac_dir
29837     break
29838   fi
29839 done
29840 fi
29841
29842 rm -f conftest.err conftest.$ac_ext
29843 fi # $ac_x_includes = no
29844
29845 if test "$ac_x_libraries" = no; then
29846   # Check for the libraries.
29847   # See if we find them without any special options.
29848   # Don't add to $LIBS permanently.
29849   ac_save_LIBS=$LIBS
29850   LIBS="-lX11 $LIBS"
29851   cat >conftest.$ac_ext <<_ACEOF
29852 /* confdefs.h.  */
29853 _ACEOF
29854 cat confdefs.h >>conftest.$ac_ext
29855 cat >>conftest.$ac_ext <<_ACEOF
29856 /* end confdefs.h.  */
29857 #include <X11/Xlib.h>
29858 int
29859 main ()
29860 {
29861 XrmInitialize ()
29862   ;
29863   return 0;
29864 }
29865 _ACEOF
29866 rm -f conftest.$ac_objext conftest$ac_exeext
29867 if { (ac_try="$ac_link"
29868 case "(($ac_try" in
29869   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29870   *) ac_try_echo=$ac_try;;
29871 esac
29872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29873   (eval "$ac_link") 2>conftest.er1
29874   ac_status=$?
29875   grep -v '^ *+' conftest.er1 >conftest.err
29876   rm -f conftest.er1
29877   cat conftest.err >&5
29878   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29879   (exit $ac_status); } && {
29880          test -z "$ac_c_werror_flag" ||
29881          test ! -s conftest.err
29882        } && test -s conftest$ac_exeext &&
29883        $as_test_x conftest$ac_exeext; then
29884   LIBS=$ac_save_LIBS
29885 # We can link X programs with no special library path.
29886 ac_x_libraries=
29887 else
29888   echo "$as_me: failed program was:" >&5
29889 sed 's/^/| /' conftest.$ac_ext >&5
29890
29891         LIBS=$ac_save_LIBS
29892 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
29893 do
29894   # Don't even attempt the hair of trying to link an X program!
29895   for ac_extension in a so sl; do
29896     if test -r "$ac_dir/libX11.$ac_extension"; then
29897       ac_x_libraries=$ac_dir
29898       break 2
29899     fi
29900   done
29901 done
29902 fi
29903
29904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29905       conftest$ac_exeext conftest.$ac_ext
29906 fi # $ac_x_libraries = no
29907
29908 case $ac_x_includes,$ac_x_libraries in #(
29909   no,* | *,no | *\'*)
29910     # Didn't find X, or a directory has "'" in its name.
29911     ac_cv_have_x="have_x=no";; #(
29912   *)
29913     # Record where we found X for the cache.
29914     ac_cv_have_x="have_x=yes\
29915         ac_x_includes='$ac_x_includes'\
29916         ac_x_libraries='$ac_x_libraries'"
29917 esac
29918 fi
29919 ;; #(
29920     *) have_x=yes;;
29921   esac
29922   eval "$ac_cv_have_x"
29923 fi # $with_x != no
29924
29925 if test "$have_x" != yes; then
29926   { echo "$as_me:$LINENO: result: $have_x" >&5
29927 echo "${ECHO_T}$have_x" >&6; }
29928   no_x=yes
29929 else
29930   # If each of the values was on the command line, it overrides each guess.
29931   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
29932   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
29933   # Update the cache value to reflect the command line values.
29934   ac_cv_have_x="have_x=yes\
29935         ac_x_includes='$x_includes'\
29936         ac_x_libraries='$x_libraries'"
29937   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
29938 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
29939 fi
29940
29941 if test "$no_x" = yes; then
29942   # Not all programs may use this symbol, but it does not hurt to define it.
29943
29944 cat >>confdefs.h <<\_ACEOF
29945 #define X_DISPLAY_MISSING 1
29946 _ACEOF
29947
29948   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
29949 else
29950   if test -n "$x_includes"; then
29951     X_CFLAGS="$X_CFLAGS -I$x_includes"
29952   fi
29953
29954   # It would also be nice to do this for all -L options, not just this one.
29955   if test -n "$x_libraries"; then
29956     X_LIBS="$X_LIBS -L$x_libraries"
29957     # For Solaris; some versions of Sun CC require a space after -R and
29958     # others require no space.  Words are not sufficient . . . .
29959     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
29960 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
29961     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
29962     ac_xsave_c_werror_flag=$ac_c_werror_flag
29963     ac_c_werror_flag=yes
29964     cat >conftest.$ac_ext <<_ACEOF
29965 /* confdefs.h.  */
29966 _ACEOF
29967 cat confdefs.h >>conftest.$ac_ext
29968 cat >>conftest.$ac_ext <<_ACEOF
29969 /* end confdefs.h.  */
29970
29971 int
29972 main ()
29973 {
29974
29975   ;
29976   return 0;
29977 }
29978 _ACEOF
29979 rm -f conftest.$ac_objext conftest$ac_exeext
29980 if { (ac_try="$ac_link"
29981 case "(($ac_try" in
29982   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29983   *) ac_try_echo=$ac_try;;
29984 esac
29985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29986   (eval "$ac_link") 2>conftest.er1
29987   ac_status=$?
29988   grep -v '^ *+' conftest.er1 >conftest.err
29989   rm -f conftest.er1
29990   cat conftest.err >&5
29991   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29992   (exit $ac_status); } && {
29993          test -z "$ac_c_werror_flag" ||
29994          test ! -s conftest.err
29995        } && test -s conftest$ac_exeext &&
29996        $as_test_x conftest$ac_exeext; then
29997   { echo "$as_me:$LINENO: result: no" >&5
29998 echo "${ECHO_T}no" >&6; }
29999        X_LIBS="$X_LIBS -R$x_libraries"
30000 else
30001   echo "$as_me: failed program was:" >&5
30002 sed 's/^/| /' conftest.$ac_ext >&5
30003
30004         LIBS="$ac_xsave_LIBS -R $x_libraries"
30005        cat >conftest.$ac_ext <<_ACEOF
30006 /* confdefs.h.  */
30007 _ACEOF
30008 cat confdefs.h >>conftest.$ac_ext
30009 cat >>conftest.$ac_ext <<_ACEOF
30010 /* end confdefs.h.  */
30011
30012 int
30013 main ()
30014 {
30015
30016   ;
30017   return 0;
30018 }
30019 _ACEOF
30020 rm -f conftest.$ac_objext conftest$ac_exeext
30021 if { (ac_try="$ac_link"
30022 case "(($ac_try" in
30023   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30024   *) ac_try_echo=$ac_try;;
30025 esac
30026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30027   (eval "$ac_link") 2>conftest.er1
30028   ac_status=$?
30029   grep -v '^ *+' conftest.er1 >conftest.err
30030   rm -f conftest.er1
30031   cat conftest.err >&5
30032   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30033   (exit $ac_status); } && {
30034          test -z "$ac_c_werror_flag" ||
30035          test ! -s conftest.err
30036        } && test -s conftest$ac_exeext &&
30037        $as_test_x conftest$ac_exeext; then
30038   { echo "$as_me:$LINENO: result: yes" >&5
30039 echo "${ECHO_T}yes" >&6; }
30040           X_LIBS="$X_LIBS -R $x_libraries"
30041 else
30042   echo "$as_me: failed program was:" >&5
30043 sed 's/^/| /' conftest.$ac_ext >&5
30044
30045         { echo "$as_me:$LINENO: result: neither works" >&5
30046 echo "${ECHO_T}neither works" >&6; }
30047 fi
30048
30049 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30050       conftest$ac_exeext conftest.$ac_ext
30051 fi
30052
30053 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30054       conftest$ac_exeext conftest.$ac_ext
30055     ac_c_werror_flag=$ac_xsave_c_werror_flag
30056     LIBS=$ac_xsave_LIBS
30057   fi
30058
30059   # Check for system-dependent libraries X programs must link with.
30060   # Do this before checking for the system-independent R6 libraries
30061   # (-lICE), since we may need -lsocket or whatever for X linking.
30062
30063   if test "$ISC" = yes; then
30064     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
30065   else
30066     # Martyn Johnson says this is needed for Ultrix, if the X
30067     # libraries were built with DECnet support.  And Karl Berry says
30068     # the Alpha needs dnet_stub (dnet does not exist).
30069     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
30070     cat >conftest.$ac_ext <<_ACEOF
30071 /* confdefs.h.  */
30072 _ACEOF
30073 cat confdefs.h >>conftest.$ac_ext
30074 cat >>conftest.$ac_ext <<_ACEOF
30075 /* end confdefs.h.  */
30076
30077 /* Override any GCC internal prototype to avoid an error.
30078    Use char because int might match the return type of a GCC
30079    builtin and then its argument prototype would still apply.  */
30080 #ifdef __cplusplus
30081 extern "C"
30082 #endif
30083 char XOpenDisplay ();
30084 int
30085 main ()
30086 {
30087 return XOpenDisplay ();
30088   ;
30089   return 0;
30090 }
30091 _ACEOF
30092 rm -f conftest.$ac_objext conftest$ac_exeext
30093 if { (ac_try="$ac_link"
30094 case "(($ac_try" in
30095   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30096   *) ac_try_echo=$ac_try;;
30097 esac
30098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30099   (eval "$ac_link") 2>conftest.er1
30100   ac_status=$?
30101   grep -v '^ *+' conftest.er1 >conftest.err
30102   rm -f conftest.er1
30103   cat conftest.err >&5
30104   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30105   (exit $ac_status); } && {
30106          test -z "$ac_c_werror_flag" ||
30107          test ! -s conftest.err
30108        } && test -s conftest$ac_exeext &&
30109        $as_test_x conftest$ac_exeext; then
30110   :
30111 else
30112   echo "$as_me: failed program was:" >&5
30113 sed 's/^/| /' conftest.$ac_ext >&5
30114
30115         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
30116 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
30117 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
30118   echo $ECHO_N "(cached) $ECHO_C" >&6
30119 else
30120   ac_check_lib_save_LIBS=$LIBS
30121 LIBS="-ldnet  $LIBS"
30122 cat >conftest.$ac_ext <<_ACEOF
30123 /* confdefs.h.  */
30124 _ACEOF
30125 cat confdefs.h >>conftest.$ac_ext
30126 cat >>conftest.$ac_ext <<_ACEOF
30127 /* end confdefs.h.  */
30128
30129 /* Override any GCC internal prototype to avoid an error.
30130    Use char because int might match the return type of a GCC
30131    builtin and then its argument prototype would still apply.  */
30132 #ifdef __cplusplus
30133 extern "C"
30134 #endif
30135 char dnet_ntoa ();
30136 int
30137 main ()
30138 {
30139 return dnet_ntoa ();
30140   ;
30141   return 0;
30142 }
30143 _ACEOF
30144 rm -f conftest.$ac_objext conftest$ac_exeext
30145 if { (ac_try="$ac_link"
30146 case "(($ac_try" in
30147   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30148   *) ac_try_echo=$ac_try;;
30149 esac
30150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30151   (eval "$ac_link") 2>conftest.er1
30152   ac_status=$?
30153   grep -v '^ *+' conftest.er1 >conftest.err
30154   rm -f conftest.er1
30155   cat conftest.err >&5
30156   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30157   (exit $ac_status); } && {
30158          test -z "$ac_c_werror_flag" ||
30159          test ! -s conftest.err
30160        } && test -s conftest$ac_exeext &&
30161        $as_test_x conftest$ac_exeext; then
30162   ac_cv_lib_dnet_dnet_ntoa=yes
30163 else
30164   echo "$as_me: failed program was:" >&5
30165 sed 's/^/| /' conftest.$ac_ext >&5
30166
30167         ac_cv_lib_dnet_dnet_ntoa=no
30168 fi
30169
30170 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30171       conftest$ac_exeext conftest.$ac_ext
30172 LIBS=$ac_check_lib_save_LIBS
30173 fi
30174 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
30175 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
30176 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
30177   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
30178 fi
30179
30180     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
30181       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
30182 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
30183 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
30184   echo $ECHO_N "(cached) $ECHO_C" >&6
30185 else
30186   ac_check_lib_save_LIBS=$LIBS
30187 LIBS="-ldnet_stub  $LIBS"
30188 cat >conftest.$ac_ext <<_ACEOF
30189 /* confdefs.h.  */
30190 _ACEOF
30191 cat confdefs.h >>conftest.$ac_ext
30192 cat >>conftest.$ac_ext <<_ACEOF
30193 /* end confdefs.h.  */
30194
30195 /* Override any GCC internal prototype to avoid an error.
30196    Use char because int might match the return type of a GCC
30197    builtin and then its argument prototype would still apply.  */
30198 #ifdef __cplusplus
30199 extern "C"
30200 #endif
30201 char dnet_ntoa ();
30202 int
30203 main ()
30204 {
30205 return dnet_ntoa ();
30206   ;
30207   return 0;
30208 }
30209 _ACEOF
30210 rm -f conftest.$ac_objext conftest$ac_exeext
30211 if { (ac_try="$ac_link"
30212 case "(($ac_try" in
30213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30214   *) ac_try_echo=$ac_try;;
30215 esac
30216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30217   (eval "$ac_link") 2>conftest.er1
30218   ac_status=$?
30219   grep -v '^ *+' conftest.er1 >conftest.err
30220   rm -f conftest.er1
30221   cat conftest.err >&5
30222   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30223   (exit $ac_status); } && {
30224          test -z "$ac_c_werror_flag" ||
30225          test ! -s conftest.err
30226        } && test -s conftest$ac_exeext &&
30227        $as_test_x conftest$ac_exeext; then
30228   ac_cv_lib_dnet_stub_dnet_ntoa=yes
30229 else
30230   echo "$as_me: failed program was:" >&5
30231 sed 's/^/| /' conftest.$ac_ext >&5
30232
30233         ac_cv_lib_dnet_stub_dnet_ntoa=no
30234 fi
30235
30236 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30237       conftest$ac_exeext conftest.$ac_ext
30238 LIBS=$ac_check_lib_save_LIBS
30239 fi
30240 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
30241 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
30242 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
30243   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
30244 fi
30245
30246     fi
30247 fi
30248
30249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30250       conftest$ac_exeext conftest.$ac_ext
30251     LIBS="$ac_xsave_LIBS"
30252
30253     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
30254     # to get the SysV transport functions.
30255     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
30256     # needs -lnsl.
30257     # The nsl library prevents programs from opening the X display
30258     # on Irix 5.2, according to T.E. Dickey.
30259     # The functions gethostbyname, getservbyname, and inet_addr are
30260     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
30261     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
30262 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
30263 if test "${ac_cv_func_gethostbyname+set}" = set; then
30264   echo $ECHO_N "(cached) $ECHO_C" >&6
30265 else
30266   cat >conftest.$ac_ext <<_ACEOF
30267 /* confdefs.h.  */
30268 _ACEOF
30269 cat confdefs.h >>conftest.$ac_ext
30270 cat >>conftest.$ac_ext <<_ACEOF
30271 /* end confdefs.h.  */
30272 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
30273    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30274 #define gethostbyname innocuous_gethostbyname
30275
30276 /* System header to define __stub macros and hopefully few prototypes,
30277     which can conflict with char gethostbyname (); below.
30278     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30279     <limits.h> exists even on freestanding compilers.  */
30280
30281 #ifdef __STDC__
30282 # include <limits.h>
30283 #else
30284 # include <assert.h>
30285 #endif
30286
30287 #undef gethostbyname
30288
30289 /* Override any GCC internal prototype to avoid an error.
30290    Use char because int might match the return type of a GCC
30291    builtin and then its argument prototype would still apply.  */
30292 #ifdef __cplusplus
30293 extern "C"
30294 #endif
30295 char gethostbyname ();
30296 /* The GNU C library defines this for functions which it implements
30297     to always fail with ENOSYS.  Some functions are actually named
30298     something starting with __ and the normal name is an alias.  */
30299 #if defined __stub_gethostbyname || defined __stub___gethostbyname
30300 choke me
30301 #endif
30302
30303 int
30304 main ()
30305 {
30306 return gethostbyname ();
30307   ;
30308   return 0;
30309 }
30310 _ACEOF
30311 rm -f conftest.$ac_objext conftest$ac_exeext
30312 if { (ac_try="$ac_link"
30313 case "(($ac_try" in
30314   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30315   *) ac_try_echo=$ac_try;;
30316 esac
30317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30318   (eval "$ac_link") 2>conftest.er1
30319   ac_status=$?
30320   grep -v '^ *+' conftest.er1 >conftest.err
30321   rm -f conftest.er1
30322   cat conftest.err >&5
30323   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30324   (exit $ac_status); } && {
30325          test -z "$ac_c_werror_flag" ||
30326          test ! -s conftest.err
30327        } && test -s conftest$ac_exeext &&
30328        $as_test_x conftest$ac_exeext; then
30329   ac_cv_func_gethostbyname=yes
30330 else
30331   echo "$as_me: failed program was:" >&5
30332 sed 's/^/| /' conftest.$ac_ext >&5
30333
30334         ac_cv_func_gethostbyname=no
30335 fi
30336
30337 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30338       conftest$ac_exeext conftest.$ac_ext
30339 fi
30340 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
30341 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
30342
30343     if test $ac_cv_func_gethostbyname = no; then
30344       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
30345 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
30346 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
30347   echo $ECHO_N "(cached) $ECHO_C" >&6
30348 else
30349   ac_check_lib_save_LIBS=$LIBS
30350 LIBS="-lnsl  $LIBS"
30351 cat >conftest.$ac_ext <<_ACEOF
30352 /* confdefs.h.  */
30353 _ACEOF
30354 cat confdefs.h >>conftest.$ac_ext
30355 cat >>conftest.$ac_ext <<_ACEOF
30356 /* end confdefs.h.  */
30357
30358 /* Override any GCC internal prototype to avoid an error.
30359    Use char because int might match the return type of a GCC
30360    builtin and then its argument prototype would still apply.  */
30361 #ifdef __cplusplus
30362 extern "C"
30363 #endif
30364 char gethostbyname ();
30365 int
30366 main ()
30367 {
30368 return gethostbyname ();
30369   ;
30370   return 0;
30371 }
30372 _ACEOF
30373 rm -f conftest.$ac_objext conftest$ac_exeext
30374 if { (ac_try="$ac_link"
30375 case "(($ac_try" in
30376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30377   *) ac_try_echo=$ac_try;;
30378 esac
30379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30380   (eval "$ac_link") 2>conftest.er1
30381   ac_status=$?
30382   grep -v '^ *+' conftest.er1 >conftest.err
30383   rm -f conftest.er1
30384   cat conftest.err >&5
30385   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30386   (exit $ac_status); } && {
30387          test -z "$ac_c_werror_flag" ||
30388          test ! -s conftest.err
30389        } && test -s conftest$ac_exeext &&
30390        $as_test_x conftest$ac_exeext; then
30391   ac_cv_lib_nsl_gethostbyname=yes
30392 else
30393   echo "$as_me: failed program was:" >&5
30394 sed 's/^/| /' conftest.$ac_ext >&5
30395
30396         ac_cv_lib_nsl_gethostbyname=no
30397 fi
30398
30399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30400       conftest$ac_exeext conftest.$ac_ext
30401 LIBS=$ac_check_lib_save_LIBS
30402 fi
30403 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
30404 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
30405 if test $ac_cv_lib_nsl_gethostbyname = yes; then
30406   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
30407 fi
30408
30409       if test $ac_cv_lib_nsl_gethostbyname = no; then
30410         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
30411 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
30412 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
30413   echo $ECHO_N "(cached) $ECHO_C" >&6
30414 else
30415   ac_check_lib_save_LIBS=$LIBS
30416 LIBS="-lbsd  $LIBS"
30417 cat >conftest.$ac_ext <<_ACEOF
30418 /* confdefs.h.  */
30419 _ACEOF
30420 cat confdefs.h >>conftest.$ac_ext
30421 cat >>conftest.$ac_ext <<_ACEOF
30422 /* end confdefs.h.  */
30423
30424 /* Override any GCC internal prototype to avoid an error.
30425    Use char because int might match the return type of a GCC
30426    builtin and then its argument prototype would still apply.  */
30427 #ifdef __cplusplus
30428 extern "C"
30429 #endif
30430 char gethostbyname ();
30431 int
30432 main ()
30433 {
30434 return gethostbyname ();
30435   ;
30436   return 0;
30437 }
30438 _ACEOF
30439 rm -f conftest.$ac_objext conftest$ac_exeext
30440 if { (ac_try="$ac_link"
30441 case "(($ac_try" in
30442   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30443   *) ac_try_echo=$ac_try;;
30444 esac
30445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30446   (eval "$ac_link") 2>conftest.er1
30447   ac_status=$?
30448   grep -v '^ *+' conftest.er1 >conftest.err
30449   rm -f conftest.er1
30450   cat conftest.err >&5
30451   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30452   (exit $ac_status); } && {
30453          test -z "$ac_c_werror_flag" ||
30454          test ! -s conftest.err
30455        } && test -s conftest$ac_exeext &&
30456        $as_test_x conftest$ac_exeext; then
30457   ac_cv_lib_bsd_gethostbyname=yes
30458 else
30459   echo "$as_me: failed program was:" >&5
30460 sed 's/^/| /' conftest.$ac_ext >&5
30461
30462         ac_cv_lib_bsd_gethostbyname=no
30463 fi
30464
30465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30466       conftest$ac_exeext conftest.$ac_ext
30467 LIBS=$ac_check_lib_save_LIBS
30468 fi
30469 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
30470 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
30471 if test $ac_cv_lib_bsd_gethostbyname = yes; then
30472   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
30473 fi
30474
30475       fi
30476     fi
30477
30478     # lieder@skyler.mavd.honeywell.com says without -lsocket,
30479     # socket/setsockopt and other routines are undefined under SCO ODT
30480     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
30481     # on later versions), says Simon Leinen: it contains gethostby*
30482     # variants that don't use the name server (or something).  -lsocket
30483     # must be given before -lnsl if both are needed.  We assume that
30484     # if connect needs -lnsl, so does gethostbyname.
30485     { echo "$as_me:$LINENO: checking for connect" >&5
30486 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
30487 if test "${ac_cv_func_connect+set}" = set; then
30488   echo $ECHO_N "(cached) $ECHO_C" >&6
30489 else
30490   cat >conftest.$ac_ext <<_ACEOF
30491 /* confdefs.h.  */
30492 _ACEOF
30493 cat confdefs.h >>conftest.$ac_ext
30494 cat >>conftest.$ac_ext <<_ACEOF
30495 /* end confdefs.h.  */
30496 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
30497    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30498 #define connect innocuous_connect
30499
30500 /* System header to define __stub macros and hopefully few prototypes,
30501     which can conflict with char connect (); below.
30502     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30503     <limits.h> exists even on freestanding compilers.  */
30504
30505 #ifdef __STDC__
30506 # include <limits.h>
30507 #else
30508 # include <assert.h>
30509 #endif
30510
30511 #undef connect
30512
30513 /* Override any GCC internal prototype to avoid an error.
30514    Use char because int might match the return type of a GCC
30515    builtin and then its argument prototype would still apply.  */
30516 #ifdef __cplusplus
30517 extern "C"
30518 #endif
30519 char connect ();
30520 /* The GNU C library defines this for functions which it implements
30521     to always fail with ENOSYS.  Some functions are actually named
30522     something starting with __ and the normal name is an alias.  */
30523 #if defined __stub_connect || defined __stub___connect
30524 choke me
30525 #endif
30526
30527 int
30528 main ()
30529 {
30530 return connect ();
30531   ;
30532   return 0;
30533 }
30534 _ACEOF
30535 rm -f conftest.$ac_objext conftest$ac_exeext
30536 if { (ac_try="$ac_link"
30537 case "(($ac_try" in
30538   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30539   *) ac_try_echo=$ac_try;;
30540 esac
30541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30542   (eval "$ac_link") 2>conftest.er1
30543   ac_status=$?
30544   grep -v '^ *+' conftest.er1 >conftest.err
30545   rm -f conftest.er1
30546   cat conftest.err >&5
30547   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30548   (exit $ac_status); } && {
30549          test -z "$ac_c_werror_flag" ||
30550          test ! -s conftest.err
30551        } && test -s conftest$ac_exeext &&
30552        $as_test_x conftest$ac_exeext; then
30553   ac_cv_func_connect=yes
30554 else
30555   echo "$as_me: failed program was:" >&5
30556 sed 's/^/| /' conftest.$ac_ext >&5
30557
30558         ac_cv_func_connect=no
30559 fi
30560
30561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30562       conftest$ac_exeext conftest.$ac_ext
30563 fi
30564 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
30565 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
30566
30567     if test $ac_cv_func_connect = no; then
30568       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
30569 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
30570 if test "${ac_cv_lib_socket_connect+set}" = set; then
30571   echo $ECHO_N "(cached) $ECHO_C" >&6
30572 else
30573   ac_check_lib_save_LIBS=$LIBS
30574 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
30575 cat >conftest.$ac_ext <<_ACEOF
30576 /* confdefs.h.  */
30577 _ACEOF
30578 cat confdefs.h >>conftest.$ac_ext
30579 cat >>conftest.$ac_ext <<_ACEOF
30580 /* end confdefs.h.  */
30581
30582 /* Override any GCC internal prototype to avoid an error.
30583    Use char because int might match the return type of a GCC
30584    builtin and then its argument prototype would still apply.  */
30585 #ifdef __cplusplus
30586 extern "C"
30587 #endif
30588 char connect ();
30589 int
30590 main ()
30591 {
30592 return connect ();
30593   ;
30594   return 0;
30595 }
30596 _ACEOF
30597 rm -f conftest.$ac_objext conftest$ac_exeext
30598 if { (ac_try="$ac_link"
30599 case "(($ac_try" in
30600   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30601   *) ac_try_echo=$ac_try;;
30602 esac
30603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30604   (eval "$ac_link") 2>conftest.er1
30605   ac_status=$?
30606   grep -v '^ *+' conftest.er1 >conftest.err
30607   rm -f conftest.er1
30608   cat conftest.err >&5
30609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30610   (exit $ac_status); } && {
30611          test -z "$ac_c_werror_flag" ||
30612          test ! -s conftest.err
30613        } && test -s conftest$ac_exeext &&
30614        $as_test_x conftest$ac_exeext; then
30615   ac_cv_lib_socket_connect=yes
30616 else
30617   echo "$as_me: failed program was:" >&5
30618 sed 's/^/| /' conftest.$ac_ext >&5
30619
30620         ac_cv_lib_socket_connect=no
30621 fi
30622
30623 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30624       conftest$ac_exeext conftest.$ac_ext
30625 LIBS=$ac_check_lib_save_LIBS
30626 fi
30627 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
30628 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
30629 if test $ac_cv_lib_socket_connect = yes; then
30630   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
30631 fi
30632
30633     fi
30634
30635     # Guillermo Gomez says -lposix is necessary on A/UX.
30636     { echo "$as_me:$LINENO: checking for remove" >&5
30637 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
30638 if test "${ac_cv_func_remove+set}" = set; then
30639   echo $ECHO_N "(cached) $ECHO_C" >&6
30640 else
30641   cat >conftest.$ac_ext <<_ACEOF
30642 /* confdefs.h.  */
30643 _ACEOF
30644 cat confdefs.h >>conftest.$ac_ext
30645 cat >>conftest.$ac_ext <<_ACEOF
30646 /* end confdefs.h.  */
30647 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
30648    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30649 #define remove innocuous_remove
30650
30651 /* System header to define __stub macros and hopefully few prototypes,
30652     which can conflict with char remove (); below.
30653     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30654     <limits.h> exists even on freestanding compilers.  */
30655
30656 #ifdef __STDC__
30657 # include <limits.h>
30658 #else
30659 # include <assert.h>
30660 #endif
30661
30662 #undef remove
30663
30664 /* Override any GCC internal prototype to avoid an error.
30665    Use char because int might match the return type of a GCC
30666    builtin and then its argument prototype would still apply.  */
30667 #ifdef __cplusplus
30668 extern "C"
30669 #endif
30670 char remove ();
30671 /* The GNU C library defines this for functions which it implements
30672     to always fail with ENOSYS.  Some functions are actually named
30673     something starting with __ and the normal name is an alias.  */
30674 #if defined __stub_remove || defined __stub___remove
30675 choke me
30676 #endif
30677
30678 int
30679 main ()
30680 {
30681 return remove ();
30682   ;
30683   return 0;
30684 }
30685 _ACEOF
30686 rm -f conftest.$ac_objext conftest$ac_exeext
30687 if { (ac_try="$ac_link"
30688 case "(($ac_try" in
30689   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30690   *) ac_try_echo=$ac_try;;
30691 esac
30692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30693   (eval "$ac_link") 2>conftest.er1
30694   ac_status=$?
30695   grep -v '^ *+' conftest.er1 >conftest.err
30696   rm -f conftest.er1
30697   cat conftest.err >&5
30698   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30699   (exit $ac_status); } && {
30700          test -z "$ac_c_werror_flag" ||
30701          test ! -s conftest.err
30702        } && test -s conftest$ac_exeext &&
30703        $as_test_x conftest$ac_exeext; then
30704   ac_cv_func_remove=yes
30705 else
30706   echo "$as_me: failed program was:" >&5
30707 sed 's/^/| /' conftest.$ac_ext >&5
30708
30709         ac_cv_func_remove=no
30710 fi
30711
30712 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30713       conftest$ac_exeext conftest.$ac_ext
30714 fi
30715 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
30716 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
30717
30718     if test $ac_cv_func_remove = no; then
30719       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
30720 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
30721 if test "${ac_cv_lib_posix_remove+set}" = set; then
30722   echo $ECHO_N "(cached) $ECHO_C" >&6
30723 else
30724   ac_check_lib_save_LIBS=$LIBS
30725 LIBS="-lposix  $LIBS"
30726 cat >conftest.$ac_ext <<_ACEOF
30727 /* confdefs.h.  */
30728 _ACEOF
30729 cat confdefs.h >>conftest.$ac_ext
30730 cat >>conftest.$ac_ext <<_ACEOF
30731 /* end confdefs.h.  */
30732
30733 /* Override any GCC internal prototype to avoid an error.
30734    Use char because int might match the return type of a GCC
30735    builtin and then its argument prototype would still apply.  */
30736 #ifdef __cplusplus
30737 extern "C"
30738 #endif
30739 char remove ();
30740 int
30741 main ()
30742 {
30743 return remove ();
30744   ;
30745   return 0;
30746 }
30747 _ACEOF
30748 rm -f conftest.$ac_objext conftest$ac_exeext
30749 if { (ac_try="$ac_link"
30750 case "(($ac_try" in
30751   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30752   *) ac_try_echo=$ac_try;;
30753 esac
30754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30755   (eval "$ac_link") 2>conftest.er1
30756   ac_status=$?
30757   grep -v '^ *+' conftest.er1 >conftest.err
30758   rm -f conftest.er1
30759   cat conftest.err >&5
30760   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30761   (exit $ac_status); } && {
30762          test -z "$ac_c_werror_flag" ||
30763          test ! -s conftest.err
30764        } && test -s conftest$ac_exeext &&
30765        $as_test_x conftest$ac_exeext; then
30766   ac_cv_lib_posix_remove=yes
30767 else
30768   echo "$as_me: failed program was:" >&5
30769 sed 's/^/| /' conftest.$ac_ext >&5
30770
30771         ac_cv_lib_posix_remove=no
30772 fi
30773
30774 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30775       conftest$ac_exeext conftest.$ac_ext
30776 LIBS=$ac_check_lib_save_LIBS
30777 fi
30778 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
30779 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
30780 if test $ac_cv_lib_posix_remove = yes; then
30781   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
30782 fi
30783
30784     fi
30785
30786     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
30787     { echo "$as_me:$LINENO: checking for shmat" >&5
30788 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
30789 if test "${ac_cv_func_shmat+set}" = set; then
30790   echo $ECHO_N "(cached) $ECHO_C" >&6
30791 else
30792   cat >conftest.$ac_ext <<_ACEOF
30793 /* confdefs.h.  */
30794 _ACEOF
30795 cat confdefs.h >>conftest.$ac_ext
30796 cat >>conftest.$ac_ext <<_ACEOF
30797 /* end confdefs.h.  */
30798 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
30799    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30800 #define shmat innocuous_shmat
30801
30802 /* System header to define __stub macros and hopefully few prototypes,
30803     which can conflict with char shmat (); below.
30804     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30805     <limits.h> exists even on freestanding compilers.  */
30806
30807 #ifdef __STDC__
30808 # include <limits.h>
30809 #else
30810 # include <assert.h>
30811 #endif
30812
30813 #undef shmat
30814
30815 /* Override any GCC internal prototype to avoid an error.
30816    Use char because int might match the return type of a GCC
30817    builtin and then its argument prototype would still apply.  */
30818 #ifdef __cplusplus
30819 extern "C"
30820 #endif
30821 char shmat ();
30822 /* The GNU C library defines this for functions which it implements
30823     to always fail with ENOSYS.  Some functions are actually named
30824     something starting with __ and the normal name is an alias.  */
30825 #if defined __stub_shmat || defined __stub___shmat
30826 choke me
30827 #endif
30828
30829 int
30830 main ()
30831 {
30832 return shmat ();
30833   ;
30834   return 0;
30835 }
30836 _ACEOF
30837 rm -f conftest.$ac_objext conftest$ac_exeext
30838 if { (ac_try="$ac_link"
30839 case "(($ac_try" in
30840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30841   *) ac_try_echo=$ac_try;;
30842 esac
30843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30844   (eval "$ac_link") 2>conftest.er1
30845   ac_status=$?
30846   grep -v '^ *+' conftest.er1 >conftest.err
30847   rm -f conftest.er1
30848   cat conftest.err >&5
30849   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30850   (exit $ac_status); } && {
30851          test -z "$ac_c_werror_flag" ||
30852          test ! -s conftest.err
30853        } && test -s conftest$ac_exeext &&
30854        $as_test_x conftest$ac_exeext; then
30855   ac_cv_func_shmat=yes
30856 else
30857   echo "$as_me: failed program was:" >&5
30858 sed 's/^/| /' conftest.$ac_ext >&5
30859
30860         ac_cv_func_shmat=no
30861 fi
30862
30863 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30864       conftest$ac_exeext conftest.$ac_ext
30865 fi
30866 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
30867 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
30868
30869     if test $ac_cv_func_shmat = no; then
30870       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
30871 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
30872 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
30873   echo $ECHO_N "(cached) $ECHO_C" >&6
30874 else
30875   ac_check_lib_save_LIBS=$LIBS
30876 LIBS="-lipc  $LIBS"
30877 cat >conftest.$ac_ext <<_ACEOF
30878 /* confdefs.h.  */
30879 _ACEOF
30880 cat confdefs.h >>conftest.$ac_ext
30881 cat >>conftest.$ac_ext <<_ACEOF
30882 /* end confdefs.h.  */
30883
30884 /* Override any GCC internal prototype to avoid an error.
30885    Use char because int might match the return type of a GCC
30886    builtin and then its argument prototype would still apply.  */
30887 #ifdef __cplusplus
30888 extern "C"
30889 #endif
30890 char shmat ();
30891 int
30892 main ()
30893 {
30894 return shmat ();
30895   ;
30896   return 0;
30897 }
30898 _ACEOF
30899 rm -f conftest.$ac_objext conftest$ac_exeext
30900 if { (ac_try="$ac_link"
30901 case "(($ac_try" in
30902   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30903   *) ac_try_echo=$ac_try;;
30904 esac
30905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30906   (eval "$ac_link") 2>conftest.er1
30907   ac_status=$?
30908   grep -v '^ *+' conftest.er1 >conftest.err
30909   rm -f conftest.er1
30910   cat conftest.err >&5
30911   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30912   (exit $ac_status); } && {
30913          test -z "$ac_c_werror_flag" ||
30914          test ! -s conftest.err
30915        } && test -s conftest$ac_exeext &&
30916        $as_test_x conftest$ac_exeext; then
30917   ac_cv_lib_ipc_shmat=yes
30918 else
30919   echo "$as_me: failed program was:" >&5
30920 sed 's/^/| /' conftest.$ac_ext >&5
30921
30922         ac_cv_lib_ipc_shmat=no
30923 fi
30924
30925 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30926       conftest$ac_exeext conftest.$ac_ext
30927 LIBS=$ac_check_lib_save_LIBS
30928 fi
30929 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
30930 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
30931 if test $ac_cv_lib_ipc_shmat = yes; then
30932   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
30933 fi
30934
30935     fi
30936   fi
30937
30938   # Check for libraries that X11R6 Xt/Xaw programs need.
30939   ac_save_LDFLAGS=$LDFLAGS
30940   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
30941   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
30942   # check for ICE first), but we must link in the order -lSM -lICE or
30943   # we get undefined symbols.  So assume we have SM if we have ICE.
30944   # These have to be linked with before -lX11, unlike the other
30945   # libraries we check for below, so use a different variable.
30946   # John Interrante, Karl Berry
30947   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
30948 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
30949 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
30950   echo $ECHO_N "(cached) $ECHO_C" >&6
30951 else
30952   ac_check_lib_save_LIBS=$LIBS
30953 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
30954 cat >conftest.$ac_ext <<_ACEOF
30955 /* confdefs.h.  */
30956 _ACEOF
30957 cat confdefs.h >>conftest.$ac_ext
30958 cat >>conftest.$ac_ext <<_ACEOF
30959 /* end confdefs.h.  */
30960
30961 /* Override any GCC internal prototype to avoid an error.
30962    Use char because int might match the return type of a GCC
30963    builtin and then its argument prototype would still apply.  */
30964 #ifdef __cplusplus
30965 extern "C"
30966 #endif
30967 char IceConnectionNumber ();
30968 int
30969 main ()
30970 {
30971 return IceConnectionNumber ();
30972   ;
30973   return 0;
30974 }
30975 _ACEOF
30976 rm -f conftest.$ac_objext conftest$ac_exeext
30977 if { (ac_try="$ac_link"
30978 case "(($ac_try" in
30979   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30980   *) ac_try_echo=$ac_try;;
30981 esac
30982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30983   (eval "$ac_link") 2>conftest.er1
30984   ac_status=$?
30985   grep -v '^ *+' conftest.er1 >conftest.err
30986   rm -f conftest.er1
30987   cat conftest.err >&5
30988   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30989   (exit $ac_status); } && {
30990          test -z "$ac_c_werror_flag" ||
30991          test ! -s conftest.err
30992        } && test -s conftest$ac_exeext &&
30993        $as_test_x conftest$ac_exeext; then
30994   ac_cv_lib_ICE_IceConnectionNumber=yes
30995 else
30996   echo "$as_me: failed program was:" >&5
30997 sed 's/^/| /' conftest.$ac_ext >&5
30998
30999         ac_cv_lib_ICE_IceConnectionNumber=no
31000 fi
31001
31002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31003       conftest$ac_exeext conftest.$ac_ext
31004 LIBS=$ac_check_lib_save_LIBS
31005 fi
31006 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
31007 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
31008 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
31009   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
31010 fi
31011
31012   LDFLAGS=$ac_save_LDFLAGS
31013
31014 fi
31015
31016
31017
31018
31019
31020
31021
31022
31023
31024
31025
31026
31027
31028
31029
31030
31031
31032
31033
31034
31035
31036
31037
31038
31039
31040
31041
31042
31043
31044
31045
31046 for ac_header in \
31047    assert.h \
31048    fcntl.h \
31049    grp.h \
31050    pwd.h \
31051    libc.h \
31052    limits.h \
31053    stdarg.h \
31054    stdlib.h \
31055    stdint.h \
31056    string.h \
31057    strings.h \
31058    termios.h \
31059    termcap.h \
31060    term.h \
31061    unistd.h \
31062    sys/bitypes.h \
31063    sys/byteorder.h \
31064    sys/ioctl.h \
31065    sys/select.h \
31066    sys/socket.h \
31067    sys/sockio.h \
31068    sys/stat.h \
31069    sys/time.h \
31070    sys/types.h \
31071    arpa/nameser.h \
31072    mtio.h \
31073    sys/mtio.h \
31074    sys/tape.h \
31075    regex.h \
31076
31077 do
31078 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31079 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31080   { echo "$as_me:$LINENO: checking for $ac_header" >&5
31081 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
31082 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31083   echo $ECHO_N "(cached) $ECHO_C" >&6
31084 fi
31085 ac_res=`eval echo '${'$as_ac_Header'}'`
31086                { echo "$as_me:$LINENO: result: $ac_res" >&5
31087 echo "${ECHO_T}$ac_res" >&6; }
31088 else
31089   # Is the header compilable?
31090 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
31091 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
31092 cat >conftest.$ac_ext <<_ACEOF
31093 /* confdefs.h.  */
31094 _ACEOF
31095 cat confdefs.h >>conftest.$ac_ext
31096 cat >>conftest.$ac_ext <<_ACEOF
31097 /* end confdefs.h.  */
31098 $ac_includes_default
31099 #include <$ac_header>
31100 _ACEOF
31101 rm -f conftest.$ac_objext
31102 if { (ac_try="$ac_compile"
31103 case "(($ac_try" in
31104   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31105   *) ac_try_echo=$ac_try;;
31106 esac
31107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31108   (eval "$ac_compile") 2>conftest.er1
31109   ac_status=$?
31110   grep -v '^ *+' conftest.er1 >conftest.err
31111   rm -f conftest.er1
31112   cat conftest.err >&5
31113   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31114   (exit $ac_status); } && {
31115          test -z "$ac_c_werror_flag" ||
31116          test ! -s conftest.err
31117        } && test -s conftest.$ac_objext; then
31118   ac_header_compiler=yes
31119 else
31120   echo "$as_me: failed program was:" >&5
31121 sed 's/^/| /' conftest.$ac_ext >&5
31122
31123         ac_header_compiler=no
31124 fi
31125
31126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31127 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31128 echo "${ECHO_T}$ac_header_compiler" >&6; }
31129
31130 # Is the header present?
31131 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
31132 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
31133 cat >conftest.$ac_ext <<_ACEOF
31134 /* confdefs.h.  */
31135 _ACEOF
31136 cat confdefs.h >>conftest.$ac_ext
31137 cat >>conftest.$ac_ext <<_ACEOF
31138 /* end confdefs.h.  */
31139 #include <$ac_header>
31140 _ACEOF
31141 if { (ac_try="$ac_cpp conftest.$ac_ext"
31142 case "(($ac_try" in
31143   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31144   *) ac_try_echo=$ac_try;;
31145 esac
31146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31147   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31148   ac_status=$?
31149   grep -v '^ *+' conftest.er1 >conftest.err
31150   rm -f conftest.er1
31151   cat conftest.err >&5
31152   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31153   (exit $ac_status); } >/dev/null && {
31154          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31155          test ! -s conftest.err
31156        }; then
31157   ac_header_preproc=yes
31158 else
31159   echo "$as_me: failed program was:" >&5
31160 sed 's/^/| /' conftest.$ac_ext >&5
31161
31162   ac_header_preproc=no
31163 fi
31164
31165 rm -f conftest.err conftest.$ac_ext
31166 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31167 echo "${ECHO_T}$ac_header_preproc" >&6; }
31168
31169 # So?  What about this header?
31170 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31171   yes:no: )
31172     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31173 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31174     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
31175 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
31176     ac_header_preproc=yes
31177     ;;
31178   no:yes:* )
31179     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31180 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31181     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
31182 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
31183     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
31184 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
31185     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
31186 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
31187     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31188 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31189     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
31190 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
31191
31192     ;;
31193 esac
31194 { echo "$as_me:$LINENO: checking for $ac_header" >&5
31195 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
31196 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31197   echo $ECHO_N "(cached) $ECHO_C" >&6
31198 else
31199   eval "$as_ac_Header=\$ac_header_preproc"
31200 fi
31201 ac_res=`eval echo '${'$as_ac_Header'}'`
31202                { echo "$as_me:$LINENO: result: $ac_res" >&5
31203 echo "${ECHO_T}$ac_res" >&6; }
31204
31205 fi
31206 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31207   cat >>confdefs.h <<_ACEOF
31208 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31209 _ACEOF
31210
31211 fi
31212
31213 done
31214
31215 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
31216 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
31217 if test "${ac_cv_header_stdc+set}" = set; then
31218   echo $ECHO_N "(cached) $ECHO_C" >&6
31219 else
31220   cat >conftest.$ac_ext <<_ACEOF
31221 /* confdefs.h.  */
31222 _ACEOF
31223 cat confdefs.h >>conftest.$ac_ext
31224 cat >>conftest.$ac_ext <<_ACEOF
31225 /* end confdefs.h.  */
31226 #include <stdlib.h>
31227 #include <stdarg.h>
31228 #include <string.h>
31229 #include <float.h>
31230
31231 int
31232 main ()
31233 {
31234
31235   ;
31236   return 0;
31237 }
31238 _ACEOF
31239 rm -f conftest.$ac_objext
31240 if { (ac_try="$ac_compile"
31241 case "(($ac_try" in
31242   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31243   *) ac_try_echo=$ac_try;;
31244 esac
31245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31246   (eval "$ac_compile") 2>conftest.er1
31247   ac_status=$?
31248   grep -v '^ *+' conftest.er1 >conftest.err
31249   rm -f conftest.er1
31250   cat conftest.err >&5
31251   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31252   (exit $ac_status); } && {
31253          test -z "$ac_c_werror_flag" ||
31254          test ! -s conftest.err
31255        } && test -s conftest.$ac_objext; then
31256   ac_cv_header_stdc=yes
31257 else
31258   echo "$as_me: failed program was:" >&5
31259 sed 's/^/| /' conftest.$ac_ext >&5
31260
31261         ac_cv_header_stdc=no
31262 fi
31263
31264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31265
31266 if test $ac_cv_header_stdc = yes; then
31267   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
31268   cat >conftest.$ac_ext <<_ACEOF
31269 /* confdefs.h.  */
31270 _ACEOF
31271 cat confdefs.h >>conftest.$ac_ext
31272 cat >>conftest.$ac_ext <<_ACEOF
31273 /* end confdefs.h.  */
31274 #include <string.h>
31275
31276 _ACEOF
31277 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
31278   $EGREP "memchr" >/dev/null 2>&1; then
31279   :
31280 else
31281   ac_cv_header_stdc=no
31282 fi
31283 rm -f conftest*
31284
31285 fi
31286
31287 if test $ac_cv_header_stdc = yes; then
31288   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
31289   cat >conftest.$ac_ext <<_ACEOF
31290 /* confdefs.h.  */
31291 _ACEOF
31292 cat confdefs.h >>conftest.$ac_ext
31293 cat >>conftest.$ac_ext <<_ACEOF
31294 /* end confdefs.h.  */
31295 #include <stdlib.h>
31296
31297 _ACEOF
31298 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
31299   $EGREP "free" >/dev/null 2>&1; then
31300   :
31301 else
31302   ac_cv_header_stdc=no
31303 fi
31304 rm -f conftest*
31305
31306 fi
31307
31308 if test $ac_cv_header_stdc = yes; then
31309   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
31310   if test "$cross_compiling" = yes; then
31311   :
31312 else
31313   cat >conftest.$ac_ext <<_ACEOF
31314 /* confdefs.h.  */
31315 _ACEOF
31316 cat confdefs.h >>conftest.$ac_ext
31317 cat >>conftest.$ac_ext <<_ACEOF
31318 /* end confdefs.h.  */
31319 #include <ctype.h>
31320 #include <stdlib.h>
31321 #if ((' ' & 0x0FF) == 0x020)
31322 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
31323 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
31324 #else
31325 # define ISLOWER(c) \
31326                    (('a' <= (c) && (c) <= 'i') \
31327                      || ('j' <= (c) && (c) <= 'r') \
31328                      || ('s' <= (c) && (c) <= 'z'))
31329 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
31330 #endif
31331
31332 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
31333 int
31334 main ()
31335 {
31336   int i;
31337   for (i = 0; i < 256; i++)
31338     if (XOR (islower (i), ISLOWER (i))
31339         || toupper (i) != TOUPPER (i))
31340       return 2;
31341   return 0;
31342 }
31343 _ACEOF
31344 rm -f conftest$ac_exeext
31345 if { (ac_try="$ac_link"
31346 case "(($ac_try" in
31347   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31348   *) ac_try_echo=$ac_try;;
31349 esac
31350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31351   (eval "$ac_link") 2>&5
31352   ac_status=$?
31353   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31354   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
31355   { (case "(($ac_try" in
31356   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31357   *) ac_try_echo=$ac_try;;
31358 esac
31359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31360   (eval "$ac_try") 2>&5
31361   ac_status=$?
31362   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31363   (exit $ac_status); }; }; then
31364   :
31365 else
31366   echo "$as_me: program exited with status $ac_status" >&5
31367 echo "$as_me: failed program was:" >&5
31368 sed 's/^/| /' conftest.$ac_ext >&5
31369
31370 ( exit $ac_status )
31371 ac_cv_header_stdc=no
31372 fi
31373 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
31374 fi
31375
31376
31377 fi
31378 fi
31379 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
31380 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
31381 if test $ac_cv_header_stdc = yes; then
31382
31383 cat >>confdefs.h <<\_ACEOF
31384 #define STDC_HEADERS 1
31385 _ACEOF
31386
31387 fi
31388
31389 { echo "$as_me:$LINENO: checking whether sys/types.h defines makedev" >&5
31390 echo $ECHO_N "checking whether sys/types.h defines makedev... $ECHO_C" >&6; }
31391 if test "${ac_cv_header_sys_types_h_makedev+set}" = set; then
31392   echo $ECHO_N "(cached) $ECHO_C" >&6
31393 else
31394   cat >conftest.$ac_ext <<_ACEOF
31395 /* confdefs.h.  */
31396 _ACEOF
31397 cat confdefs.h >>conftest.$ac_ext
31398 cat >>conftest.$ac_ext <<_ACEOF
31399 /* end confdefs.h.  */
31400 #include <sys/types.h>
31401 int
31402 main ()
31403 {
31404 return makedev(0, 0);
31405   ;
31406   return 0;
31407 }
31408 _ACEOF
31409 rm -f conftest.$ac_objext conftest$ac_exeext
31410 if { (ac_try="$ac_link"
31411 case "(($ac_try" in
31412   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31413   *) ac_try_echo=$ac_try;;
31414 esac
31415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31416   (eval "$ac_link") 2>conftest.er1
31417   ac_status=$?
31418   grep -v '^ *+' conftest.er1 >conftest.err
31419   rm -f conftest.er1
31420   cat conftest.err >&5
31421   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31422   (exit $ac_status); } && {
31423          test -z "$ac_c_werror_flag" ||
31424          test ! -s conftest.err
31425        } && test -s conftest$ac_exeext &&
31426        $as_test_x conftest$ac_exeext; then
31427   ac_cv_header_sys_types_h_makedev=yes
31428 else
31429   echo "$as_me: failed program was:" >&5
31430 sed 's/^/| /' conftest.$ac_ext >&5
31431
31432         ac_cv_header_sys_types_h_makedev=no
31433 fi
31434
31435 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31436       conftest$ac_exeext conftest.$ac_ext
31437
31438 fi
31439 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h_makedev" >&5
31440 echo "${ECHO_T}$ac_cv_header_sys_types_h_makedev" >&6; }
31441
31442 if test $ac_cv_header_sys_types_h_makedev = no; then
31443 if test "${ac_cv_header_sys_mkdev_h+set}" = set; then
31444   { echo "$as_me:$LINENO: checking for sys/mkdev.h" >&5
31445 echo $ECHO_N "checking for sys/mkdev.h... $ECHO_C" >&6; }
31446 if test "${ac_cv_header_sys_mkdev_h+set}" = set; then
31447   echo $ECHO_N "(cached) $ECHO_C" >&6
31448 fi
31449 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_mkdev_h" >&5
31450 echo "${ECHO_T}$ac_cv_header_sys_mkdev_h" >&6; }
31451 else
31452   # Is the header compilable?
31453 { echo "$as_me:$LINENO: checking sys/mkdev.h usability" >&5
31454 echo $ECHO_N "checking sys/mkdev.h usability... $ECHO_C" >&6; }
31455 cat >conftest.$ac_ext <<_ACEOF
31456 /* confdefs.h.  */
31457 _ACEOF
31458 cat confdefs.h >>conftest.$ac_ext
31459 cat >>conftest.$ac_ext <<_ACEOF
31460 /* end confdefs.h.  */
31461 $ac_includes_default
31462 #include <sys/mkdev.h>
31463 _ACEOF
31464 rm -f conftest.$ac_objext
31465 if { (ac_try="$ac_compile"
31466 case "(($ac_try" in
31467   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31468   *) ac_try_echo=$ac_try;;
31469 esac
31470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31471   (eval "$ac_compile") 2>conftest.er1
31472   ac_status=$?
31473   grep -v '^ *+' conftest.er1 >conftest.err
31474   rm -f conftest.er1
31475   cat conftest.err >&5
31476   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31477   (exit $ac_status); } && {
31478          test -z "$ac_c_werror_flag" ||
31479          test ! -s conftest.err
31480        } && test -s conftest.$ac_objext; then
31481   ac_header_compiler=yes
31482 else
31483   echo "$as_me: failed program was:" >&5
31484 sed 's/^/| /' conftest.$ac_ext >&5
31485
31486         ac_header_compiler=no
31487 fi
31488
31489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31490 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31491 echo "${ECHO_T}$ac_header_compiler" >&6; }
31492
31493 # Is the header present?
31494 { echo "$as_me:$LINENO: checking sys/mkdev.h presence" >&5
31495 echo $ECHO_N "checking sys/mkdev.h presence... $ECHO_C" >&6; }
31496 cat >conftest.$ac_ext <<_ACEOF
31497 /* confdefs.h.  */
31498 _ACEOF
31499 cat confdefs.h >>conftest.$ac_ext
31500 cat >>conftest.$ac_ext <<_ACEOF
31501 /* end confdefs.h.  */
31502 #include <sys/mkdev.h>
31503 _ACEOF
31504 if { (ac_try="$ac_cpp conftest.$ac_ext"
31505 case "(($ac_try" in
31506   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31507   *) ac_try_echo=$ac_try;;
31508 esac
31509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31510   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31511   ac_status=$?
31512   grep -v '^ *+' conftest.er1 >conftest.err
31513   rm -f conftest.er1
31514   cat conftest.err >&5
31515   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31516   (exit $ac_status); } >/dev/null && {
31517          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31518          test ! -s conftest.err
31519        }; then
31520   ac_header_preproc=yes
31521 else
31522   echo "$as_me: failed program was:" >&5
31523 sed 's/^/| /' conftest.$ac_ext >&5
31524
31525   ac_header_preproc=no
31526 fi
31527
31528 rm -f conftest.err conftest.$ac_ext
31529 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31530 echo "${ECHO_T}$ac_header_preproc" >&6; }
31531
31532 # So?  What about this header?
31533 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31534   yes:no: )
31535     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: accepted by the compiler, rejected by the preprocessor!" >&5
31536 echo "$as_me: WARNING: sys/mkdev.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
31537     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: proceeding with the compiler's result" >&5
31538 echo "$as_me: WARNING: sys/mkdev.h: proceeding with the compiler's result" >&2;}
31539     ac_header_preproc=yes
31540     ;;
31541   no:yes:* )
31542     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: present but cannot be compiled" >&5
31543 echo "$as_me: WARNING: sys/mkdev.h: present but cannot be compiled" >&2;}
31544     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h:     check for missing prerequisite headers?" >&5
31545 echo "$as_me: WARNING: sys/mkdev.h:     check for missing prerequisite headers?" >&2;}
31546     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: see the Autoconf documentation" >&5
31547 echo "$as_me: WARNING: sys/mkdev.h: see the Autoconf documentation" >&2;}
31548     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h:     section \"Present But Cannot Be Compiled\"" >&5
31549 echo "$as_me: WARNING: sys/mkdev.h:     section \"Present But Cannot Be Compiled\"" >&2;}
31550     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: proceeding with the preprocessor's result" >&5
31551 echo "$as_me: WARNING: sys/mkdev.h: proceeding with the preprocessor's result" >&2;}
31552     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: in the future, the compiler will take precedence" >&5
31553 echo "$as_me: WARNING: sys/mkdev.h: in the future, the compiler will take precedence" >&2;}
31554
31555     ;;
31556 esac
31557 { echo "$as_me:$LINENO: checking for sys/mkdev.h" >&5
31558 echo $ECHO_N "checking for sys/mkdev.h... $ECHO_C" >&6; }
31559 if test "${ac_cv_header_sys_mkdev_h+set}" = set; then
31560   echo $ECHO_N "(cached) $ECHO_C" >&6
31561 else
31562   ac_cv_header_sys_mkdev_h=$ac_header_preproc
31563 fi
31564 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_mkdev_h" >&5
31565 echo "${ECHO_T}$ac_cv_header_sys_mkdev_h" >&6; }
31566
31567 fi
31568 if test $ac_cv_header_sys_mkdev_h = yes; then
31569
31570 cat >>confdefs.h <<\_ACEOF
31571 #define MAJOR_IN_MKDEV 1
31572 _ACEOF
31573
31574 fi
31575
31576
31577
31578   if test $ac_cv_header_sys_mkdev_h = no; then
31579     if test "${ac_cv_header_sys_sysmacros_h+set}" = set; then
31580   { echo "$as_me:$LINENO: checking for sys/sysmacros.h" >&5
31581 echo $ECHO_N "checking for sys/sysmacros.h... $ECHO_C" >&6; }
31582 if test "${ac_cv_header_sys_sysmacros_h+set}" = set; then
31583   echo $ECHO_N "(cached) $ECHO_C" >&6
31584 fi
31585 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_sysmacros_h" >&5
31586 echo "${ECHO_T}$ac_cv_header_sys_sysmacros_h" >&6; }
31587 else
31588   # Is the header compilable?
31589 { echo "$as_me:$LINENO: checking sys/sysmacros.h usability" >&5
31590 echo $ECHO_N "checking sys/sysmacros.h usability... $ECHO_C" >&6; }
31591 cat >conftest.$ac_ext <<_ACEOF
31592 /* confdefs.h.  */
31593 _ACEOF
31594 cat confdefs.h >>conftest.$ac_ext
31595 cat >>conftest.$ac_ext <<_ACEOF
31596 /* end confdefs.h.  */
31597 $ac_includes_default
31598 #include <sys/sysmacros.h>
31599 _ACEOF
31600 rm -f conftest.$ac_objext
31601 if { (ac_try="$ac_compile"
31602 case "(($ac_try" in
31603   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31604   *) ac_try_echo=$ac_try;;
31605 esac
31606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31607   (eval "$ac_compile") 2>conftest.er1
31608   ac_status=$?
31609   grep -v '^ *+' conftest.er1 >conftest.err
31610   rm -f conftest.er1
31611   cat conftest.err >&5
31612   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31613   (exit $ac_status); } && {
31614          test -z "$ac_c_werror_flag" ||
31615          test ! -s conftest.err
31616        } && test -s conftest.$ac_objext; then
31617   ac_header_compiler=yes
31618 else
31619   echo "$as_me: failed program was:" >&5
31620 sed 's/^/| /' conftest.$ac_ext >&5
31621
31622         ac_header_compiler=no
31623 fi
31624
31625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31626 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31627 echo "${ECHO_T}$ac_header_compiler" >&6; }
31628
31629 # Is the header present?
31630 { echo "$as_me:$LINENO: checking sys/sysmacros.h presence" >&5
31631 echo $ECHO_N "checking sys/sysmacros.h presence... $ECHO_C" >&6; }
31632 cat >conftest.$ac_ext <<_ACEOF
31633 /* confdefs.h.  */
31634 _ACEOF
31635 cat confdefs.h >>conftest.$ac_ext
31636 cat >>conftest.$ac_ext <<_ACEOF
31637 /* end confdefs.h.  */
31638 #include <sys/sysmacros.h>
31639 _ACEOF
31640 if { (ac_try="$ac_cpp conftest.$ac_ext"
31641 case "(($ac_try" in
31642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31643   *) ac_try_echo=$ac_try;;
31644 esac
31645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31646   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31647   ac_status=$?
31648   grep -v '^ *+' conftest.er1 >conftest.err
31649   rm -f conftest.er1
31650   cat conftest.err >&5
31651   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31652   (exit $ac_status); } >/dev/null && {
31653          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31654          test ! -s conftest.err
31655        }; then
31656   ac_header_preproc=yes
31657 else
31658   echo "$as_me: failed program was:" >&5
31659 sed 's/^/| /' conftest.$ac_ext >&5
31660
31661   ac_header_preproc=no
31662 fi
31663
31664 rm -f conftest.err conftest.$ac_ext
31665 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31666 echo "${ECHO_T}$ac_header_preproc" >&6; }
31667
31668 # So?  What about this header?
31669 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31670   yes:no: )
31671     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: accepted by the compiler, rejected by the preprocessor!" >&5
31672 echo "$as_me: WARNING: sys/sysmacros.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
31673     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: proceeding with the compiler's result" >&5
31674 echo "$as_me: WARNING: sys/sysmacros.h: proceeding with the compiler's result" >&2;}
31675     ac_header_preproc=yes
31676     ;;
31677   no:yes:* )
31678     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: present but cannot be compiled" >&5
31679 echo "$as_me: WARNING: sys/sysmacros.h: present but cannot be compiled" >&2;}
31680     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h:     check for missing prerequisite headers?" >&5
31681 echo "$as_me: WARNING: sys/sysmacros.h:     check for missing prerequisite headers?" >&2;}
31682     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: see the Autoconf documentation" >&5
31683 echo "$as_me: WARNING: sys/sysmacros.h: see the Autoconf documentation" >&2;}
31684     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h:     section \"Present But Cannot Be Compiled\"" >&5
31685 echo "$as_me: WARNING: sys/sysmacros.h:     section \"Present But Cannot Be Compiled\"" >&2;}
31686     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: proceeding with the preprocessor's result" >&5
31687 echo "$as_me: WARNING: sys/sysmacros.h: proceeding with the preprocessor's result" >&2;}
31688     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: in the future, the compiler will take precedence" >&5
31689 echo "$as_me: WARNING: sys/sysmacros.h: in the future, the compiler will take precedence" >&2;}
31690
31691     ;;
31692 esac
31693 { echo "$as_me:$LINENO: checking for sys/sysmacros.h" >&5
31694 echo $ECHO_N "checking for sys/sysmacros.h... $ECHO_C" >&6; }
31695 if test "${ac_cv_header_sys_sysmacros_h+set}" = set; then
31696   echo $ECHO_N "(cached) $ECHO_C" >&6
31697 else
31698   ac_cv_header_sys_sysmacros_h=$ac_header_preproc
31699 fi
31700 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_sysmacros_h" >&5
31701 echo "${ECHO_T}$ac_cv_header_sys_sysmacros_h" >&6; }
31702
31703 fi
31704 if test $ac_cv_header_sys_sysmacros_h = yes; then
31705
31706 cat >>confdefs.h <<\_ACEOF
31707 #define MAJOR_IN_SYSMACROS 1
31708 _ACEOF
31709
31710 fi
31711
31712
31713   fi
31714 fi
31715
31716
31717
31718
31719
31720
31721 ac_header_dirent=no
31722 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
31723   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
31724 { echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
31725 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; }
31726 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31727   echo $ECHO_N "(cached) $ECHO_C" >&6
31728 else
31729   cat >conftest.$ac_ext <<_ACEOF
31730 /* confdefs.h.  */
31731 _ACEOF
31732 cat confdefs.h >>conftest.$ac_ext
31733 cat >>conftest.$ac_ext <<_ACEOF
31734 /* end confdefs.h.  */
31735 #include <sys/types.h>
31736 #include <$ac_hdr>
31737
31738 int
31739 main ()
31740 {
31741 if ((DIR *) 0)
31742 return 0;
31743   ;
31744   return 0;
31745 }
31746 _ACEOF
31747 rm -f conftest.$ac_objext
31748 if { (ac_try="$ac_compile"
31749 case "(($ac_try" in
31750   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31751   *) ac_try_echo=$ac_try;;
31752 esac
31753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31754   (eval "$ac_compile") 2>conftest.er1
31755   ac_status=$?
31756   grep -v '^ *+' conftest.er1 >conftest.err
31757   rm -f conftest.er1
31758   cat conftest.err >&5
31759   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31760   (exit $ac_status); } && {
31761          test -z "$ac_c_werror_flag" ||
31762          test ! -s conftest.err
31763        } && test -s conftest.$ac_objext; then
31764   eval "$as_ac_Header=yes"
31765 else
31766   echo "$as_me: failed program was:" >&5
31767 sed 's/^/| /' conftest.$ac_ext >&5
31768
31769         eval "$as_ac_Header=no"
31770 fi
31771
31772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31773 fi
31774 ac_res=`eval echo '${'$as_ac_Header'}'`
31775                { echo "$as_me:$LINENO: result: $ac_res" >&5
31776 echo "${ECHO_T}$ac_res" >&6; }
31777 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31778   cat >>confdefs.h <<_ACEOF
31779 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
31780 _ACEOF
31781
31782 ac_header_dirent=$ac_hdr; break
31783 fi
31784
31785 done
31786 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
31787 if test $ac_header_dirent = dirent.h; then
31788   { echo "$as_me:$LINENO: checking for library containing opendir" >&5
31789 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
31790 if test "${ac_cv_search_opendir+set}" = set; then
31791   echo $ECHO_N "(cached) $ECHO_C" >&6
31792 else
31793   ac_func_search_save_LIBS=$LIBS
31794 cat >conftest.$ac_ext <<_ACEOF
31795 /* confdefs.h.  */
31796 _ACEOF
31797 cat confdefs.h >>conftest.$ac_ext
31798 cat >>conftest.$ac_ext <<_ACEOF
31799 /* end confdefs.h.  */
31800
31801 /* Override any GCC internal prototype to avoid an error.
31802    Use char because int might match the return type of a GCC
31803    builtin and then its argument prototype would still apply.  */
31804 #ifdef __cplusplus
31805 extern "C"
31806 #endif
31807 char opendir ();
31808 int
31809 main ()
31810 {
31811 return opendir ();
31812   ;
31813   return 0;
31814 }
31815 _ACEOF
31816 for ac_lib in '' dir; do
31817   if test -z "$ac_lib"; then
31818     ac_res="none required"
31819   else
31820     ac_res=-l$ac_lib
31821     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
31822   fi
31823   rm -f conftest.$ac_objext conftest$ac_exeext
31824 if { (ac_try="$ac_link"
31825 case "(($ac_try" in
31826   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31827   *) ac_try_echo=$ac_try;;
31828 esac
31829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31830   (eval "$ac_link") 2>conftest.er1
31831   ac_status=$?
31832   grep -v '^ *+' conftest.er1 >conftest.err
31833   rm -f conftest.er1
31834   cat conftest.err >&5
31835   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31836   (exit $ac_status); } && {
31837          test -z "$ac_c_werror_flag" ||
31838          test ! -s conftest.err
31839        } && test -s conftest$ac_exeext &&
31840        $as_test_x conftest$ac_exeext; then
31841   ac_cv_search_opendir=$ac_res
31842 else
31843   echo "$as_me: failed program was:" >&5
31844 sed 's/^/| /' conftest.$ac_ext >&5
31845
31846
31847 fi
31848
31849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31850       conftest$ac_exeext
31851   if test "${ac_cv_search_opendir+set}" = set; then
31852   break
31853 fi
31854 done
31855 if test "${ac_cv_search_opendir+set}" = set; then
31856   :
31857 else
31858   ac_cv_search_opendir=no
31859 fi
31860 rm conftest.$ac_ext
31861 LIBS=$ac_func_search_save_LIBS
31862 fi
31863 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
31864 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
31865 ac_res=$ac_cv_search_opendir
31866 if test "$ac_res" != no; then
31867   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
31868
31869 fi
31870
31871 else
31872   { echo "$as_me:$LINENO: checking for library containing opendir" >&5
31873 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
31874 if test "${ac_cv_search_opendir+set}" = set; then
31875   echo $ECHO_N "(cached) $ECHO_C" >&6
31876 else
31877   ac_func_search_save_LIBS=$LIBS
31878 cat >conftest.$ac_ext <<_ACEOF
31879 /* confdefs.h.  */
31880 _ACEOF
31881 cat confdefs.h >>conftest.$ac_ext
31882 cat >>conftest.$ac_ext <<_ACEOF
31883 /* end confdefs.h.  */
31884
31885 /* Override any GCC internal prototype to avoid an error.
31886    Use char because int might match the return type of a GCC
31887    builtin and then its argument prototype would still apply.  */
31888 #ifdef __cplusplus
31889 extern "C"
31890 #endif
31891 char opendir ();
31892 int
31893 main ()
31894 {
31895 return opendir ();
31896   ;
31897   return 0;
31898 }
31899 _ACEOF
31900 for ac_lib in '' x; do
31901   if test -z "$ac_lib"; then
31902     ac_res="none required"
31903   else
31904     ac_res=-l$ac_lib
31905     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
31906   fi
31907   rm -f conftest.$ac_objext conftest$ac_exeext
31908 if { (ac_try="$ac_link"
31909 case "(($ac_try" in
31910   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31911   *) ac_try_echo=$ac_try;;
31912 esac
31913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31914   (eval "$ac_link") 2>conftest.er1
31915   ac_status=$?
31916   grep -v '^ *+' conftest.er1 >conftest.err
31917   rm -f conftest.er1
31918   cat conftest.err >&5
31919   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31920   (exit $ac_status); } && {
31921          test -z "$ac_c_werror_flag" ||
31922          test ! -s conftest.err
31923        } && test -s conftest$ac_exeext &&
31924        $as_test_x conftest$ac_exeext; then
31925   ac_cv_search_opendir=$ac_res
31926 else
31927   echo "$as_me: failed program was:" >&5
31928 sed 's/^/| /' conftest.$ac_ext >&5
31929
31930
31931 fi
31932
31933 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31934       conftest$ac_exeext
31935   if test "${ac_cv_search_opendir+set}" = set; then
31936   break
31937 fi
31938 done
31939 if test "${ac_cv_search_opendir+set}" = set; then
31940   :
31941 else
31942   ac_cv_search_opendir=no
31943 fi
31944 rm conftest.$ac_ext
31945 LIBS=$ac_func_search_save_LIBS
31946 fi
31947 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
31948 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
31949 ac_res=$ac_cv_search_opendir
31950 if test "$ac_res" != no; then
31951   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
31952
31953 fi
31954
31955 fi
31956
31957 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
31958 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
31959 if test "${ac_cv_header_stat_broken+set}" = set; then
31960   echo $ECHO_N "(cached) $ECHO_C" >&6
31961 else
31962   cat >conftest.$ac_ext <<_ACEOF
31963 /* confdefs.h.  */
31964 _ACEOF
31965 cat confdefs.h >>conftest.$ac_ext
31966 cat >>conftest.$ac_ext <<_ACEOF
31967 /* end confdefs.h.  */
31968 #include <sys/types.h>
31969 #include <sys/stat.h>
31970
31971 #if defined S_ISBLK && defined S_IFDIR
31972 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
31973 #endif
31974
31975 #if defined S_ISBLK && defined S_IFCHR
31976 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
31977 #endif
31978
31979 #if defined S_ISLNK && defined S_IFREG
31980 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
31981 #endif
31982
31983 #if defined S_ISSOCK && defined S_IFREG
31984 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
31985 #endif
31986
31987 _ACEOF
31988 rm -f conftest.$ac_objext
31989 if { (ac_try="$ac_compile"
31990 case "(($ac_try" in
31991   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31992   *) ac_try_echo=$ac_try;;
31993 esac
31994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31995   (eval "$ac_compile") 2>conftest.er1
31996   ac_status=$?
31997   grep -v '^ *+' conftest.er1 >conftest.err
31998   rm -f conftest.er1
31999   cat conftest.err >&5
32000   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32001   (exit $ac_status); } && {
32002          test -z "$ac_c_werror_flag" ||
32003          test ! -s conftest.err
32004        } && test -s conftest.$ac_objext; then
32005   ac_cv_header_stat_broken=no
32006 else
32007   echo "$as_me: failed program was:" >&5
32008 sed 's/^/| /' conftest.$ac_ext >&5
32009
32010         ac_cv_header_stat_broken=yes
32011 fi
32012
32013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32014 fi
32015 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
32016 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
32017 if test $ac_cv_header_stat_broken = yes; then
32018
32019 cat >>confdefs.h <<\_ACEOF
32020 #define STAT_MACROS_BROKEN 1
32021 _ACEOF
32022
32023 fi
32024
32025 { echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
32026 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; }
32027 if test "${ac_cv_header_sys_wait_h+set}" = set; then
32028   echo $ECHO_N "(cached) $ECHO_C" >&6
32029 else
32030   cat >conftest.$ac_ext <<_ACEOF
32031 /* confdefs.h.  */
32032 _ACEOF
32033 cat confdefs.h >>conftest.$ac_ext
32034 cat >>conftest.$ac_ext <<_ACEOF
32035 /* end confdefs.h.  */
32036 #include <sys/types.h>
32037 #include <sys/wait.h>
32038 #ifndef WEXITSTATUS
32039 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
32040 #endif
32041 #ifndef WIFEXITED
32042 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
32043 #endif
32044
32045 int
32046 main ()
32047 {
32048   int s;
32049   wait (&s);
32050   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
32051   ;
32052   return 0;
32053 }
32054 _ACEOF
32055 rm -f conftest.$ac_objext
32056 if { (ac_try="$ac_compile"
32057 case "(($ac_try" in
32058   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32059   *) ac_try_echo=$ac_try;;
32060 esac
32061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32062   (eval "$ac_compile") 2>conftest.er1
32063   ac_status=$?
32064   grep -v '^ *+' conftest.er1 >conftest.err
32065   rm -f conftest.er1
32066   cat conftest.err >&5
32067   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32068   (exit $ac_status); } && {
32069          test -z "$ac_c_werror_flag" ||
32070          test ! -s conftest.err
32071        } && test -s conftest.$ac_objext; then
32072   ac_cv_header_sys_wait_h=yes
32073 else
32074   echo "$as_me: failed program was:" >&5
32075 sed 's/^/| /' conftest.$ac_ext >&5
32076
32077         ac_cv_header_sys_wait_h=no
32078 fi
32079
32080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32081 fi
32082 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
32083 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; }
32084 if test $ac_cv_header_sys_wait_h = yes; then
32085
32086 cat >>confdefs.h <<\_ACEOF
32087 #define HAVE_SYS_WAIT_H 1
32088 _ACEOF
32089
32090 fi
32091
32092 { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
32093 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
32094 if test "${ac_cv_header_time+set}" = set; then
32095   echo $ECHO_N "(cached) $ECHO_C" >&6
32096 else
32097   cat >conftest.$ac_ext <<_ACEOF
32098 /* confdefs.h.  */
32099 _ACEOF
32100 cat confdefs.h >>conftest.$ac_ext
32101 cat >>conftest.$ac_ext <<_ACEOF
32102 /* end confdefs.h.  */
32103 #include <sys/types.h>
32104 #include <sys/time.h>
32105 #include <time.h>
32106
32107 int
32108 main ()
32109 {
32110 if ((struct tm *) 0)
32111 return 0;
32112   ;
32113   return 0;
32114 }
32115 _ACEOF
32116 rm -f conftest.$ac_objext
32117 if { (ac_try="$ac_compile"
32118 case "(($ac_try" in
32119   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32120   *) ac_try_echo=$ac_try;;
32121 esac
32122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32123   (eval "$ac_compile") 2>conftest.er1
32124   ac_status=$?
32125   grep -v '^ *+' conftest.er1 >conftest.err
32126   rm -f conftest.er1
32127   cat conftest.err >&5
32128   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32129   (exit $ac_status); } && {
32130          test -z "$ac_c_werror_flag" ||
32131          test ! -s conftest.err
32132        } && test -s conftest.$ac_objext; then
32133   ac_cv_header_time=yes
32134 else
32135   echo "$as_me: failed program was:" >&5
32136 sed 's/^/| /' conftest.$ac_ext >&5
32137
32138         ac_cv_header_time=no
32139 fi
32140
32141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32142 fi
32143 { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
32144 echo "${ECHO_T}$ac_cv_header_time" >&6; }
32145 if test $ac_cv_header_time = yes; then
32146
32147 cat >>confdefs.h <<\_ACEOF
32148 #define TIME_WITH_SYS_TIME 1
32149 _ACEOF
32150
32151 fi
32152
32153 { echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
32154 echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6; }
32155 if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
32156   echo $ECHO_N "(cached) $ECHO_C" >&6
32157 else
32158   cat >conftest.$ac_ext <<_ACEOF
32159 /* confdefs.h.  */
32160 _ACEOF
32161 cat confdefs.h >>conftest.$ac_ext
32162 cat >>conftest.$ac_ext <<_ACEOF
32163 /* end confdefs.h.  */
32164 $ac_includes_default
32165 int
32166 main ()
32167 {
32168 static struct stat ac_aggr;
32169 if (ac_aggr.st_blksize)
32170 return 0;
32171   ;
32172   return 0;
32173 }
32174 _ACEOF
32175 rm -f conftest.$ac_objext
32176 if { (ac_try="$ac_compile"
32177 case "(($ac_try" in
32178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32179   *) ac_try_echo=$ac_try;;
32180 esac
32181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32182   (eval "$ac_compile") 2>conftest.er1
32183   ac_status=$?
32184   grep -v '^ *+' conftest.er1 >conftest.err
32185   rm -f conftest.er1
32186   cat conftest.err >&5
32187   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32188   (exit $ac_status); } && {
32189          test -z "$ac_c_werror_flag" ||
32190          test ! -s conftest.err
32191        } && test -s conftest.$ac_objext; then
32192   ac_cv_member_struct_stat_st_blksize=yes
32193 else
32194   echo "$as_me: failed program was:" >&5
32195 sed 's/^/| /' conftest.$ac_ext >&5
32196
32197         cat >conftest.$ac_ext <<_ACEOF
32198 /* confdefs.h.  */
32199 _ACEOF
32200 cat confdefs.h >>conftest.$ac_ext
32201 cat >>conftest.$ac_ext <<_ACEOF
32202 /* end confdefs.h.  */
32203 $ac_includes_default
32204 int
32205 main ()
32206 {
32207 static struct stat ac_aggr;
32208 if (sizeof ac_aggr.st_blksize)
32209 return 0;
32210   ;
32211   return 0;
32212 }
32213 _ACEOF
32214 rm -f conftest.$ac_objext
32215 if { (ac_try="$ac_compile"
32216 case "(($ac_try" in
32217   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32218   *) ac_try_echo=$ac_try;;
32219 esac
32220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32221   (eval "$ac_compile") 2>conftest.er1
32222   ac_status=$?
32223   grep -v '^ *+' conftest.er1 >conftest.err
32224   rm -f conftest.er1
32225   cat conftest.err >&5
32226   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32227   (exit $ac_status); } && {
32228          test -z "$ac_c_werror_flag" ||
32229          test ! -s conftest.err
32230        } && test -s conftest.$ac_objext; then
32231   ac_cv_member_struct_stat_st_blksize=yes
32232 else
32233   echo "$as_me: failed program was:" >&5
32234 sed 's/^/| /' conftest.$ac_ext >&5
32235
32236         ac_cv_member_struct_stat_st_blksize=no
32237 fi
32238
32239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32240 fi
32241
32242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32243 fi
32244 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
32245 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6; }
32246 if test $ac_cv_member_struct_stat_st_blksize = yes; then
32247
32248 cat >>confdefs.h <<_ACEOF
32249 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
32250 _ACEOF
32251
32252
32253 cat >>confdefs.h <<\_ACEOF
32254 #define HAVE_ST_BLKSIZE 1
32255 _ACEOF
32256
32257 fi
32258
32259
32260 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
32261 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
32262 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
32263   echo $ECHO_N "(cached) $ECHO_C" >&6
32264 else
32265   cat >conftest.$ac_ext <<_ACEOF
32266 /* confdefs.h.  */
32267 _ACEOF
32268 cat confdefs.h >>conftest.$ac_ext
32269 cat >>conftest.$ac_ext <<_ACEOF
32270 /* end confdefs.h.  */
32271 $ac_includes_default
32272 int
32273 main ()
32274 {
32275 static struct stat ac_aggr;
32276 if (ac_aggr.st_blocks)
32277 return 0;
32278   ;
32279   return 0;
32280 }
32281 _ACEOF
32282 rm -f conftest.$ac_objext
32283 if { (ac_try="$ac_compile"
32284 case "(($ac_try" in
32285   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32286   *) ac_try_echo=$ac_try;;
32287 esac
32288 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32289   (eval "$ac_compile") 2>conftest.er1
32290   ac_status=$?
32291   grep -v '^ *+' conftest.er1 >conftest.err
32292   rm -f conftest.er1
32293   cat conftest.err >&5
32294   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32295   (exit $ac_status); } && {
32296          test -z "$ac_c_werror_flag" ||
32297          test ! -s conftest.err
32298        } && test -s conftest.$ac_objext; then
32299   ac_cv_member_struct_stat_st_blocks=yes
32300 else
32301   echo "$as_me: failed program was:" >&5
32302 sed 's/^/| /' conftest.$ac_ext >&5
32303
32304         cat >conftest.$ac_ext <<_ACEOF
32305 /* confdefs.h.  */
32306 _ACEOF
32307 cat confdefs.h >>conftest.$ac_ext
32308 cat >>conftest.$ac_ext <<_ACEOF
32309 /* end confdefs.h.  */
32310 $ac_includes_default
32311 int
32312 main ()
32313 {
32314 static struct stat ac_aggr;
32315 if (sizeof ac_aggr.st_blocks)
32316 return 0;
32317   ;
32318   return 0;
32319 }
32320 _ACEOF
32321 rm -f conftest.$ac_objext
32322 if { (ac_try="$ac_compile"
32323 case "(($ac_try" in
32324   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32325   *) ac_try_echo=$ac_try;;
32326 esac
32327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32328   (eval "$ac_compile") 2>conftest.er1
32329   ac_status=$?
32330   grep -v '^ *+' conftest.er1 >conftest.err
32331   rm -f conftest.er1
32332   cat conftest.err >&5
32333   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32334   (exit $ac_status); } && {
32335          test -z "$ac_c_werror_flag" ||
32336          test ! -s conftest.err
32337        } && test -s conftest.$ac_objext; then
32338   ac_cv_member_struct_stat_st_blocks=yes
32339 else
32340   echo "$as_me: failed program was:" >&5
32341 sed 's/^/| /' conftest.$ac_ext >&5
32342
32343         ac_cv_member_struct_stat_st_blocks=no
32344 fi
32345
32346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32347 fi
32348
32349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32350 fi
32351 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
32352 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
32353 if test $ac_cv_member_struct_stat_st_blocks = yes; then
32354
32355 cat >>confdefs.h <<_ACEOF
32356 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
32357 _ACEOF
32358
32359
32360 cat >>confdefs.h <<\_ACEOF
32361 #define HAVE_ST_BLOCKS 1
32362 _ACEOF
32363
32364 else
32365   case " $LIBOBJS " in
32366   *" fileblocks.$ac_objext "* ) ;;
32367   *) LIBOBJS="$LIBOBJS fileblocks.$ac_objext"
32368  ;;
32369 esac
32370
32371 fi
32372
32373
32374 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
32375 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
32376 if test "${ac_cv_struct_tm+set}" = set; then
32377   echo $ECHO_N "(cached) $ECHO_C" >&6
32378 else
32379   cat >conftest.$ac_ext <<_ACEOF
32380 /* confdefs.h.  */
32381 _ACEOF
32382 cat confdefs.h >>conftest.$ac_ext
32383 cat >>conftest.$ac_ext <<_ACEOF
32384 /* end confdefs.h.  */
32385 #include <sys/types.h>
32386 #include <time.h>
32387
32388 int
32389 main ()
32390 {
32391 struct tm tm;
32392                                      int *p = &tm.tm_sec;
32393                                      return !p;
32394   ;
32395   return 0;
32396 }
32397 _ACEOF
32398 rm -f conftest.$ac_objext
32399 if { (ac_try="$ac_compile"
32400 case "(($ac_try" in
32401   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32402   *) ac_try_echo=$ac_try;;
32403 esac
32404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32405   (eval "$ac_compile") 2>conftest.er1
32406   ac_status=$?
32407   grep -v '^ *+' conftest.er1 >conftest.err
32408   rm -f conftest.er1
32409   cat conftest.err >&5
32410   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32411   (exit $ac_status); } && {
32412          test -z "$ac_c_werror_flag" ||
32413          test ! -s conftest.err
32414        } && test -s conftest.$ac_objext; then
32415   ac_cv_struct_tm=time.h
32416 else
32417   echo "$as_me: failed program was:" >&5
32418 sed 's/^/| /' conftest.$ac_ext >&5
32419
32420         ac_cv_struct_tm=sys/time.h
32421 fi
32422
32423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32424 fi
32425 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
32426 echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
32427 if test $ac_cv_struct_tm = sys/time.h; then
32428
32429 cat >>confdefs.h <<\_ACEOF
32430 #define TM_IN_SYS_TIME 1
32431 _ACEOF
32432
32433 fi
32434
32435 { echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
32436 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6; }
32437 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
32438   echo $ECHO_N "(cached) $ECHO_C" >&6
32439 else
32440   cat >conftest.$ac_ext <<_ACEOF
32441 /* confdefs.h.  */
32442 _ACEOF
32443 cat confdefs.h >>conftest.$ac_ext
32444 cat >>conftest.$ac_ext <<_ACEOF
32445 /* end confdefs.h.  */
32446 #include <sys/types.h>
32447 #include <$ac_cv_struct_tm>
32448
32449
32450 int
32451 main ()
32452 {
32453 static struct tm ac_aggr;
32454 if (ac_aggr.tm_zone)
32455 return 0;
32456   ;
32457   return 0;
32458 }
32459 _ACEOF
32460 rm -f conftest.$ac_objext
32461 if { (ac_try="$ac_compile"
32462 case "(($ac_try" in
32463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32464   *) ac_try_echo=$ac_try;;
32465 esac
32466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32467   (eval "$ac_compile") 2>conftest.er1
32468   ac_status=$?
32469   grep -v '^ *+' conftest.er1 >conftest.err
32470   rm -f conftest.er1
32471   cat conftest.err >&5
32472   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32473   (exit $ac_status); } && {
32474          test -z "$ac_c_werror_flag" ||
32475          test ! -s conftest.err
32476        } && test -s conftest.$ac_objext; then
32477   ac_cv_member_struct_tm_tm_zone=yes
32478 else
32479   echo "$as_me: failed program was:" >&5
32480 sed 's/^/| /' conftest.$ac_ext >&5
32481
32482         cat >conftest.$ac_ext <<_ACEOF
32483 /* confdefs.h.  */
32484 _ACEOF
32485 cat confdefs.h >>conftest.$ac_ext
32486 cat >>conftest.$ac_ext <<_ACEOF
32487 /* end confdefs.h.  */
32488 #include <sys/types.h>
32489 #include <$ac_cv_struct_tm>
32490
32491
32492 int
32493 main ()
32494 {
32495 static struct tm ac_aggr;
32496 if (sizeof ac_aggr.tm_zone)
32497 return 0;
32498   ;
32499   return 0;
32500 }
32501 _ACEOF
32502 rm -f conftest.$ac_objext
32503 if { (ac_try="$ac_compile"
32504 case "(($ac_try" in
32505   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32506   *) ac_try_echo=$ac_try;;
32507 esac
32508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32509   (eval "$ac_compile") 2>conftest.er1
32510   ac_status=$?
32511   grep -v '^ *+' conftest.er1 >conftest.err
32512   rm -f conftest.er1
32513   cat conftest.err >&5
32514   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32515   (exit $ac_status); } && {
32516          test -z "$ac_c_werror_flag" ||
32517          test ! -s conftest.err
32518        } && test -s conftest.$ac_objext; then
32519   ac_cv_member_struct_tm_tm_zone=yes
32520 else
32521   echo "$as_me: failed program was:" >&5
32522 sed 's/^/| /' conftest.$ac_ext >&5
32523
32524         ac_cv_member_struct_tm_tm_zone=no
32525 fi
32526
32527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32528 fi
32529
32530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32531 fi
32532 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
32533 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6; }
32534 if test $ac_cv_member_struct_tm_tm_zone = yes; then
32535
32536 cat >>confdefs.h <<_ACEOF
32537 #define HAVE_STRUCT_TM_TM_ZONE 1
32538 _ACEOF
32539
32540
32541 fi
32542
32543 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
32544
32545 cat >>confdefs.h <<\_ACEOF
32546 #define HAVE_TM_ZONE 1
32547 _ACEOF
32548
32549 else
32550   { echo "$as_me:$LINENO: checking whether tzname is declared" >&5
32551 echo $ECHO_N "checking whether tzname is declared... $ECHO_C" >&6; }
32552 if test "${ac_cv_have_decl_tzname+set}" = set; then
32553   echo $ECHO_N "(cached) $ECHO_C" >&6
32554 else
32555   cat >conftest.$ac_ext <<_ACEOF
32556 /* confdefs.h.  */
32557 _ACEOF
32558 cat confdefs.h >>conftest.$ac_ext
32559 cat >>conftest.$ac_ext <<_ACEOF
32560 /* end confdefs.h.  */
32561 #include <time.h>
32562
32563 int
32564 main ()
32565 {
32566 #ifndef tzname
32567   (void) tzname;
32568 #endif
32569
32570   ;
32571   return 0;
32572 }
32573 _ACEOF
32574 rm -f conftest.$ac_objext
32575 if { (ac_try="$ac_compile"
32576 case "(($ac_try" in
32577   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32578   *) ac_try_echo=$ac_try;;
32579 esac
32580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32581   (eval "$ac_compile") 2>conftest.er1
32582   ac_status=$?
32583   grep -v '^ *+' conftest.er1 >conftest.err
32584   rm -f conftest.er1
32585   cat conftest.err >&5
32586   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32587   (exit $ac_status); } && {
32588          test -z "$ac_c_werror_flag" ||
32589          test ! -s conftest.err
32590        } && test -s conftest.$ac_objext; then
32591   ac_cv_have_decl_tzname=yes
32592 else
32593   echo "$as_me: failed program was:" >&5
32594 sed 's/^/| /' conftest.$ac_ext >&5
32595
32596         ac_cv_have_decl_tzname=no
32597 fi
32598
32599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32600 fi
32601 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_tzname" >&5
32602 echo "${ECHO_T}$ac_cv_have_decl_tzname" >&6; }
32603 if test $ac_cv_have_decl_tzname = yes; then
32604
32605 cat >>confdefs.h <<_ACEOF
32606 #define HAVE_DECL_TZNAME 1
32607 _ACEOF
32608
32609
32610 else
32611   cat >>confdefs.h <<_ACEOF
32612 #define HAVE_DECL_TZNAME 0
32613 _ACEOF
32614
32615
32616 fi
32617
32618
32619   { echo "$as_me:$LINENO: checking for tzname" >&5
32620 echo $ECHO_N "checking for tzname... $ECHO_C" >&6; }
32621 if test "${ac_cv_var_tzname+set}" = set; then
32622   echo $ECHO_N "(cached) $ECHO_C" >&6
32623 else
32624   cat >conftest.$ac_ext <<_ACEOF
32625 /* confdefs.h.  */
32626 _ACEOF
32627 cat confdefs.h >>conftest.$ac_ext
32628 cat >>conftest.$ac_ext <<_ACEOF
32629 /* end confdefs.h.  */
32630 #include <time.h>
32631 #if !HAVE_DECL_TZNAME
32632 extern char *tzname[];
32633 #endif
32634
32635 int
32636 main ()
32637 {
32638 return tzname[0][0];
32639   ;
32640   return 0;
32641 }
32642 _ACEOF
32643 rm -f conftest.$ac_objext conftest$ac_exeext
32644 if { (ac_try="$ac_link"
32645 case "(($ac_try" in
32646   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32647   *) ac_try_echo=$ac_try;;
32648 esac
32649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32650   (eval "$ac_link") 2>conftest.er1
32651   ac_status=$?
32652   grep -v '^ *+' conftest.er1 >conftest.err
32653   rm -f conftest.er1
32654   cat conftest.err >&5
32655   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32656   (exit $ac_status); } && {
32657          test -z "$ac_c_werror_flag" ||
32658          test ! -s conftest.err
32659        } && test -s conftest$ac_exeext &&
32660        $as_test_x conftest$ac_exeext; then
32661   ac_cv_var_tzname=yes
32662 else
32663   echo "$as_me: failed program was:" >&5
32664 sed 's/^/| /' conftest.$ac_ext >&5
32665
32666         ac_cv_var_tzname=no
32667 fi
32668
32669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32670       conftest$ac_exeext conftest.$ac_ext
32671 fi
32672 { echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
32673 echo "${ECHO_T}$ac_cv_var_tzname" >&6; }
32674   if test $ac_cv_var_tzname = yes; then
32675
32676 cat >>confdefs.h <<\_ACEOF
32677 #define HAVE_TZNAME 1
32678 _ACEOF
32679
32680   fi
32681 fi
32682
32683
32684 { echo "$as_me:$LINENO: checking for utime.h" >&5
32685 echo $ECHO_N "checking for utime.h... $ECHO_C" >&6; }
32686 if test "${ba_cv_header_utime_h+set}" = set; then
32687   echo $ECHO_N "(cached) $ECHO_C" >&6
32688 else
32689
32690        cat >conftest.$ac_ext <<_ACEOF
32691 /* confdefs.h.  */
32692 _ACEOF
32693 cat confdefs.h >>conftest.$ac_ext
32694 cat >>conftest.$ac_ext <<_ACEOF
32695 /* end confdefs.h.  */
32696
32697               #include <sys/types.h>
32698               #include <utime.h>
32699
32700 int
32701 main ()
32702 {
32703
32704               struct utimbuf foo
32705
32706   ;
32707   return 0;
32708 }
32709 _ACEOF
32710 rm -f conftest.$ac_objext
32711 if { (ac_try="$ac_compile"
32712 case "(($ac_try" in
32713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32714   *) ac_try_echo=$ac_try;;
32715 esac
32716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32717   (eval "$ac_compile") 2>conftest.er1
32718   ac_status=$?
32719   grep -v '^ *+' conftest.er1 >conftest.err
32720   rm -f conftest.er1
32721   cat conftest.err >&5
32722   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32723   (exit $ac_status); } && {
32724          test -z "$ac_c_werror_flag" ||
32725          test ! -s conftest.err
32726        } && test -s conftest.$ac_objext; then
32727
32728               ba_cv_header_utime_h=yes
32729
32730 else
32731   echo "$as_me: failed program was:" >&5
32732 sed 's/^/| /' conftest.$ac_ext >&5
32733
32734
32735               ba_cv_header_utime_h=no
32736
32737
32738 fi
32739
32740 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32741
32742
32743 fi
32744 { echo "$as_me:$LINENO: result: $ba_cv_header_utime_h" >&5
32745 echo "${ECHO_T}$ba_cv_header_utime_h" >&6; }
32746 test $ba_cv_header_utime_h = yes &&
32747 cat >>confdefs.h <<\_ACEOF
32748 #define HAVE_UTIME_H 1
32749 _ACEOF
32750
32751
32752 { echo "$as_me:$LINENO: checking for socklen_t" >&5
32753 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; }
32754 if test "${ba_cv_header_socklen_t+set}" = set; then
32755   echo $ECHO_N "(cached) $ECHO_C" >&6
32756 else
32757
32758        cat >conftest.$ac_ext <<_ACEOF
32759 /* confdefs.h.  */
32760 _ACEOF
32761 cat confdefs.h >>conftest.$ac_ext
32762 cat >>conftest.$ac_ext <<_ACEOF
32763 /* end confdefs.h.  */
32764
32765               #include <sys/types.h>
32766               #include <sys/socket.h>
32767
32768 int
32769 main ()
32770 {
32771
32772               socklen_t x
32773
32774   ;
32775   return 0;
32776 }
32777 _ACEOF
32778 rm -f conftest.$ac_objext
32779 if { (ac_try="$ac_compile"
32780 case "(($ac_try" in
32781   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32782   *) ac_try_echo=$ac_try;;
32783 esac
32784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32785   (eval "$ac_compile") 2>conftest.er1
32786   ac_status=$?
32787   grep -v '^ *+' conftest.er1 >conftest.err
32788   rm -f conftest.er1
32789   cat conftest.err >&5
32790   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32791   (exit $ac_status); } && {
32792          test -z "$ac_c_werror_flag" ||
32793          test ! -s conftest.err
32794        } && test -s conftest.$ac_objext; then
32795
32796              ba_cv_header_socklen_t=yes
32797
32798 else
32799   echo "$as_me: failed program was:" >&5
32800 sed 's/^/| /' conftest.$ac_ext >&5
32801
32802
32803              ba_cv_header_socklen_t=no
32804
32805
32806 fi
32807
32808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32809
32810
32811 fi
32812 { echo "$as_me:$LINENO: result: $ba_cv_header_socklen_t" >&5
32813 echo "${ECHO_T}$ba_cv_header_socklen_t" >&6; }
32814 test $ba_cv_header_socklen_t = yes &&
32815 cat >>confdefs.h <<\_ACEOF
32816 #define HAVE_SOCKLEN_T 1
32817 _ACEOF
32818
32819
32820 ac_ext=cpp
32821 ac_cpp='$CXXCPP $CPPFLAGS'
32822 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32823 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32824 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32825
32826 { echo "$as_me:$LINENO: checking for ioctl_req_t" >&5
32827 echo $ECHO_N "checking for ioctl_req_t... $ECHO_C" >&6; }
32828 if test "${ba_cv_header_ioctl_req_t+set}" = set; then
32829   echo $ECHO_N "(cached) $ECHO_C" >&6
32830 else
32831
32832        cat >conftest.$ac_ext <<_ACEOF
32833 /* confdefs.h.  */
32834 _ACEOF
32835 cat confdefs.h >>conftest.$ac_ext
32836 cat >>conftest.$ac_ext <<_ACEOF
32837 /* end confdefs.h.  */
32838
32839               #include <unistd.h>
32840               #include <sys/types.h>
32841               #include <sys/ioctl.h>
32842
32843 int
32844 main ()
32845 {
32846
32847               int (*d_ioctl)(int fd, unsigned long int request, ...);
32848               d_ioctl = ::ioctl;
32849
32850   ;
32851   return 0;
32852 }
32853 _ACEOF
32854 rm -f conftest.$ac_objext
32855 if { (ac_try="$ac_compile"
32856 case "(($ac_try" in
32857   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32858   *) ac_try_echo=$ac_try;;
32859 esac
32860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32861   (eval "$ac_compile") 2>conftest.er1
32862   ac_status=$?
32863   grep -v '^ *+' conftest.er1 >conftest.err
32864   rm -f conftest.er1
32865   cat conftest.err >&5
32866   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32867   (exit $ac_status); } && {
32868          test -z "$ac_cxx_werror_flag" ||
32869          test ! -s conftest.err
32870        } && test -s conftest.$ac_objext; then
32871
32872              ba_cv_header_ioctl_req_t=yes
32873
32874 else
32875   echo "$as_me: failed program was:" >&5
32876 sed 's/^/| /' conftest.$ac_ext >&5
32877
32878
32879              ba_cv_header_ioctl_req_t=no
32880
32881
32882 fi
32883
32884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32885
32886
32887 fi
32888 { echo "$as_me:$LINENO: result: $ba_cv_header_ioctl_req_t" >&5
32889 echo "${ECHO_T}$ba_cv_header_ioctl_req_t" >&6; }
32890 test $ba_cv_header_ioctl_req_t = yes &&
32891 cat >>confdefs.h <<\_ACEOF
32892 #define HAVE_IOCTL_ULINT_REQUEST 1
32893 _ACEOF
32894
32895
32896 ac_ext=c
32897 ac_cpp='$CPP $CPPFLAGS'
32898 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32899 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32900 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32901
32902
32903 ac_ext=cpp
32904 ac_cpp='$CXXCPP $CPPFLAGS'
32905 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32906 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32907 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32908
32909 { echo "$as_me:$LINENO: checking for typeof" >&5
32910 echo $ECHO_N "checking for typeof... $ECHO_C" >&6; }
32911 if test "${ba_cv_have_typeof+set}" = set; then
32912   echo $ECHO_N "(cached) $ECHO_C" >&6
32913 else
32914
32915        if test "$cross_compiling" = yes; then
32916
32917               ba_cv_have_typeof=no
32918
32919
32920 else
32921   cat >conftest.$ac_ext <<_ACEOF
32922 /* confdefs.h.  */
32923 _ACEOF
32924 cat confdefs.h >>conftest.$ac_ext
32925 cat >>conftest.$ac_ext <<_ACEOF
32926 /* end confdefs.h.  */
32927
32928               main(){char *a = 0; a = (typeof a)a;}
32929
32930 _ACEOF
32931 rm -f conftest$ac_exeext
32932 if { (ac_try="$ac_link"
32933 case "(($ac_try" in
32934   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32935   *) ac_try_echo=$ac_try;;
32936 esac
32937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32938   (eval "$ac_link") 2>&5
32939   ac_status=$?
32940   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32941   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
32942   { (case "(($ac_try" in
32943   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32944   *) ac_try_echo=$ac_try;;
32945 esac
32946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32947   (eval "$ac_try") 2>&5
32948   ac_status=$?
32949   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32950   (exit $ac_status); }; }; then
32951
32952               ba_cv_have_typeof=yes
32953
32954 else
32955   echo "$as_me: program exited with status $ac_status" >&5
32956 echo "$as_me: failed program was:" >&5
32957 sed 's/^/| /' conftest.$ac_ext >&5
32958
32959 ( exit $ac_status )
32960
32961               ba_cv_have_typeof=no
32962
32963 fi
32964 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
32965 fi
32966
32967
32968
32969
32970 fi
32971 { echo "$as_me:$LINENO: result: $ba_cv_have_typeof" >&5
32972 echo "${ECHO_T}$ba_cv_have_typeof" >&6; }
32973 test $ba_cv_have_typeof = yes &&
32974 cat >>confdefs.h <<\_ACEOF
32975 #define HAVE_TYPEOF 1
32976 _ACEOF
32977
32978 ac_ext=c
32979 ac_cpp='$CPP $CPPFLAGS'
32980 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32981 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32982 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32983
32984
32985 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
32986 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
32987 if test "${ac_cv_c_const+set}" = set; then
32988   echo $ECHO_N "(cached) $ECHO_C" >&6
32989 else
32990   cat >conftest.$ac_ext <<_ACEOF
32991 /* confdefs.h.  */
32992 _ACEOF
32993 cat confdefs.h >>conftest.$ac_ext
32994 cat >>conftest.$ac_ext <<_ACEOF
32995 /* end confdefs.h.  */
32996
32997 int
32998 main ()
32999 {
33000 /* FIXME: Include the comments suggested by Paul. */
33001 #ifndef __cplusplus
33002   /* Ultrix mips cc rejects this.  */
33003   typedef int charset[2];
33004   const charset cs;
33005   /* SunOS 4.1.1 cc rejects this.  */
33006   char const *const *pcpcc;
33007   char **ppc;
33008   /* NEC SVR4.0.2 mips cc rejects this.  */
33009   struct point {int x, y;};
33010   static struct point const zero = {0,0};
33011   /* AIX XL C 1.02.0.0 rejects this.
33012      It does not let you subtract one const X* pointer from another in
33013      an arm of an if-expression whose if-part is not a constant
33014      expression */
33015   const char *g = "string";
33016   pcpcc = &g + (g ? g-g : 0);
33017   /* HPUX 7.0 cc rejects these. */
33018   ++pcpcc;
33019   ppc = (char**) pcpcc;
33020   pcpcc = (char const *const *) ppc;
33021   { /* SCO 3.2v4 cc rejects this.  */
33022     char *t;
33023     char const *s = 0 ? (char *) 0 : (char const *) 0;
33024
33025     *t++ = 0;
33026     if (s) return 0;
33027   }
33028   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
33029     int x[] = {25, 17};
33030     const int *foo = &x[0];
33031     ++foo;
33032   }
33033   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
33034     typedef const int *iptr;
33035     iptr p = 0;
33036     ++p;
33037   }
33038   { /* AIX XL C 1.02.0.0 rejects this saying
33039        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
33040     struct s { int j; const int *ap[3]; };
33041     struct s *b; b->j = 5;
33042   }
33043   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
33044     const int foo = 10;
33045     if (!foo) return 0;
33046   }
33047   return !cs[0] && !zero.x;
33048 #endif
33049
33050   ;
33051   return 0;
33052 }
33053 _ACEOF
33054 rm -f conftest.$ac_objext
33055 if { (ac_try="$ac_compile"
33056 case "(($ac_try" in
33057   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33058   *) ac_try_echo=$ac_try;;
33059 esac
33060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33061   (eval "$ac_compile") 2>conftest.er1
33062   ac_status=$?
33063   grep -v '^ *+' conftest.er1 >conftest.err
33064   rm -f conftest.er1
33065   cat conftest.err >&5
33066   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33067   (exit $ac_status); } && {
33068          test -z "$ac_c_werror_flag" ||
33069          test ! -s conftest.err
33070        } && test -s conftest.$ac_objext; then
33071   ac_cv_c_const=yes
33072 else
33073   echo "$as_me: failed program was:" >&5
33074 sed 's/^/| /' conftest.$ac_ext >&5
33075
33076         ac_cv_c_const=no
33077 fi
33078
33079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33080 fi
33081 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
33082 echo "${ECHO_T}$ac_cv_c_const" >&6; }
33083 if test $ac_cv_c_const = no; then
33084
33085 cat >>confdefs.h <<\_ACEOF
33086 #define const
33087 _ACEOF
33088
33089 fi
33090
33091
33092 { echo "$as_me:$LINENO: checking how to get filesystem type" >&5
33093 echo $ECHO_N "checking how to get filesystem type... $ECHO_C" >&6; }
33094 fstype=no
33095 # The order of these tests is important.
33096 cat >conftest.$ac_ext <<_ACEOF
33097 /* confdefs.h.  */
33098 _ACEOF
33099 cat confdefs.h >>conftest.$ac_ext
33100 cat >>conftest.$ac_ext <<_ACEOF
33101 /* end confdefs.h.  */
33102
33103        #include <sys/statvfs.h>
33104        #include <sys/fstyp.h>
33105
33106 _ACEOF
33107 if { (ac_try="$ac_cpp conftest.$ac_ext"
33108 case "(($ac_try" in
33109   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33110   *) ac_try_echo=$ac_try;;
33111 esac
33112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33113   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
33114   ac_status=$?
33115   grep -v '^ *+' conftest.er1 >conftest.err
33116   rm -f conftest.er1
33117   cat conftest.err >&5
33118   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33119   (exit $ac_status); } >/dev/null && {
33120          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
33121          test ! -s conftest.err
33122        }; then
33123   cat >>confdefs.h <<\_ACEOF
33124 #define FSTYPE_STATVFS 1
33125 _ACEOF
33126  fstype=SVR4
33127
33128 else
33129   echo "$as_me: failed program was:" >&5
33130 sed 's/^/| /' conftest.$ac_ext >&5
33131
33132
33133 fi
33134
33135 rm -f conftest.err conftest.$ac_ext
33136 if test $fstype = no; then
33137    cat >conftest.$ac_ext <<_ACEOF
33138 /* confdefs.h.  */
33139 _ACEOF
33140 cat confdefs.h >>conftest.$ac_ext
33141 cat >>conftest.$ac_ext <<_ACEOF
33142 /* end confdefs.h.  */
33143
33144           #include <sys/statfs.h>
33145           #include <sys/fstyp.h>
33146
33147 _ACEOF
33148 if { (ac_try="$ac_cpp conftest.$ac_ext"
33149 case "(($ac_try" in
33150   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33151   *) ac_try_echo=$ac_try;;
33152 esac
33153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33154   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
33155   ac_status=$?
33156   grep -v '^ *+' conftest.er1 >conftest.err
33157   rm -f conftest.er1
33158   cat conftest.err >&5
33159   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33160   (exit $ac_status); } >/dev/null && {
33161          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
33162          test ! -s conftest.err
33163        }; then
33164   cat >>confdefs.h <<\_ACEOF
33165 #define FSTYPE_USG_STATFS 1
33166 _ACEOF
33167  fstype=SVR3
33168
33169 else
33170   echo "$as_me: failed program was:" >&5
33171 sed 's/^/| /' conftest.$ac_ext >&5
33172
33173
33174 fi
33175
33176 rm -f conftest.err conftest.$ac_ext
33177 fi
33178 if test $fstype = no; then
33179    cat >conftest.$ac_ext <<_ACEOF
33180 /* confdefs.h.  */
33181 _ACEOF
33182 cat confdefs.h >>conftest.$ac_ext
33183 cat >>conftest.$ac_ext <<_ACEOF
33184 /* end confdefs.h.  */
33185
33186           #include <sys/statfs.h>
33187           #include <sys/vmount.h>
33188
33189 _ACEOF
33190 if { (ac_try="$ac_cpp conftest.$ac_ext"
33191 case "(($ac_try" in
33192   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33193   *) ac_try_echo=$ac_try;;
33194 esac
33195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33196   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
33197   ac_status=$?
33198   grep -v '^ *+' conftest.er1 >conftest.err
33199   rm -f conftest.er1
33200   cat conftest.err >&5
33201   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33202   (exit $ac_status); } >/dev/null && {
33203          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
33204          test ! -s conftest.err
33205        }; then
33206   cat >>confdefs.h <<\_ACEOF
33207 #define FSTYPE_AIX_STATFS 1
33208 _ACEOF
33209  fstype=AIX
33210
33211 else
33212   echo "$as_me: failed program was:" >&5
33213 sed 's/^/| /' conftest.$ac_ext >&5
33214
33215
33216 fi
33217
33218 rm -f conftest.err conftest.$ac_ext
33219 fi
33220 if test $fstype = no; then
33221    cat >conftest.$ac_ext <<_ACEOF
33222 /* confdefs.h.  */
33223 _ACEOF
33224 cat confdefs.h >>conftest.$ac_ext
33225 cat >>conftest.$ac_ext <<_ACEOF
33226 /* end confdefs.h.  */
33227
33228           #include <mntent.h>
33229
33230 _ACEOF
33231 if { (ac_try="$ac_cpp conftest.$ac_ext"
33232 case "(($ac_try" in
33233   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33234   *) ac_try_echo=$ac_try;;
33235 esac
33236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33237   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
33238   ac_status=$?
33239   grep -v '^ *+' conftest.er1 >conftest.err
33240   rm -f conftest.er1
33241   cat conftest.err >&5
33242   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33243   (exit $ac_status); } >/dev/null && {
33244          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
33245          test ! -s conftest.err
33246        }; then
33247   cat >>confdefs.h <<\_ACEOF
33248 #define FSTYPE_MNTENT 1
33249 _ACEOF
33250  fstype=4.3BSD
33251
33252 else
33253   echo "$as_me: failed program was:" >&5
33254 sed 's/^/| /' conftest.$ac_ext >&5
33255
33256
33257 fi
33258
33259 rm -f conftest.err conftest.$ac_ext
33260 fi
33261 if test $fstype = no; then
33262    cat >conftest.$ac_ext <<_ACEOF
33263 /* confdefs.h.  */
33264 _ACEOF
33265 cat confdefs.h >>conftest.$ac_ext
33266 cat >>conftest.$ac_ext <<_ACEOF
33267 /* end confdefs.h.  */
33268 #include <sys/mount.h>
33269
33270 _ACEOF
33271 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
33272   $EGREP "f_type;" >/dev/null 2>&1; then
33273   cat >>confdefs.h <<\_ACEOF
33274 #define FSTYPE_STATFS 1
33275 _ACEOF
33276  fstype=4.4BSD/OSF1
33277 fi
33278 rm -f conftest*
33279
33280 fi
33281 if test $fstype = no; then
33282    cat >conftest.$ac_ext <<_ACEOF
33283 /* confdefs.h.  */
33284 _ACEOF
33285 cat confdefs.h >>conftest.$ac_ext
33286 cat >>conftest.$ac_ext <<_ACEOF
33287 /* end confdefs.h.  */
33288
33289           #include <sys/mount.h>
33290           #include <sys/fs_types.h>
33291
33292 _ACEOF
33293 if { (ac_try="$ac_cpp conftest.$ac_ext"
33294 case "(($ac_try" in
33295   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33296   *) ac_try_echo=$ac_try;;
33297 esac
33298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33299   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
33300   ac_status=$?
33301   grep -v '^ *+' conftest.er1 >conftest.err
33302   rm -f conftest.er1
33303   cat conftest.err >&5
33304   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33305   (exit $ac_status); } >/dev/null && {
33306          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
33307          test ! -s conftest.err
33308        }; then
33309   cat >>confdefs.h <<\_ACEOF
33310 #define FSTYPE_GETMNT 1
33311 _ACEOF
33312  fstype=Ultrix
33313
33314 else
33315   echo "$as_me: failed program was:" >&5
33316 sed 's/^/| /' conftest.$ac_ext >&5
33317
33318
33319 fi
33320
33321 rm -f conftest.err conftest.$ac_ext
33322 fi
33323 { echo "$as_me:$LINENO: result: $fstype" >&5
33324 echo "${ECHO_T}$fstype" >&6; }
33325
33326 if test "${ac_cv_header_sys_statvfs_h+set}" = set; then
33327   { echo "$as_me:$LINENO: checking for sys/statvfs.h" >&5
33328 echo $ECHO_N "checking for sys/statvfs.h... $ECHO_C" >&6; }
33329 if test "${ac_cv_header_sys_statvfs_h+set}" = set; then
33330   echo $ECHO_N "(cached) $ECHO_C" >&6
33331 fi
33332 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_statvfs_h" >&5
33333 echo "${ECHO_T}$ac_cv_header_sys_statvfs_h" >&6; }
33334 else
33335   # Is the header compilable?
33336 { echo "$as_me:$LINENO: checking sys/statvfs.h usability" >&5
33337 echo $ECHO_N "checking sys/statvfs.h usability... $ECHO_C" >&6; }
33338 cat >conftest.$ac_ext <<_ACEOF
33339 /* confdefs.h.  */
33340 _ACEOF
33341 cat confdefs.h >>conftest.$ac_ext
33342 cat >>conftest.$ac_ext <<_ACEOF
33343 /* end confdefs.h.  */
33344 $ac_includes_default
33345 #include <sys/statvfs.h>
33346 _ACEOF
33347 rm -f conftest.$ac_objext
33348 if { (ac_try="$ac_compile"
33349 case "(($ac_try" in
33350   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33351   *) ac_try_echo=$ac_try;;
33352 esac
33353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33354   (eval "$ac_compile") 2>conftest.er1
33355   ac_status=$?
33356   grep -v '^ *+' conftest.er1 >conftest.err
33357   rm -f conftest.er1
33358   cat conftest.err >&5
33359   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33360   (exit $ac_status); } && {
33361          test -z "$ac_c_werror_flag" ||
33362          test ! -s conftest.err
33363        } && test -s conftest.$ac_objext; then
33364   ac_header_compiler=yes
33365 else
33366   echo "$as_me: failed program was:" >&5
33367 sed 's/^/| /' conftest.$ac_ext >&5
33368
33369         ac_header_compiler=no
33370 fi
33371
33372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33373 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
33374 echo "${ECHO_T}$ac_header_compiler" >&6; }
33375
33376 # Is the header present?
33377 { echo "$as_me:$LINENO: checking sys/statvfs.h presence" >&5
33378 echo $ECHO_N "checking sys/statvfs.h presence... $ECHO_C" >&6; }
33379 cat >conftest.$ac_ext <<_ACEOF
33380 /* confdefs.h.  */
33381 _ACEOF
33382 cat confdefs.h >>conftest.$ac_ext
33383 cat >>conftest.$ac_ext <<_ACEOF
33384 /* end confdefs.h.  */
33385 #include <sys/statvfs.h>
33386 _ACEOF
33387 if { (ac_try="$ac_cpp conftest.$ac_ext"
33388 case "(($ac_try" in
33389   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33390   *) ac_try_echo=$ac_try;;
33391 esac
33392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33393   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
33394   ac_status=$?
33395   grep -v '^ *+' conftest.er1 >conftest.err
33396   rm -f conftest.er1
33397   cat conftest.err >&5
33398   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33399   (exit $ac_status); } >/dev/null && {
33400          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
33401          test ! -s conftest.err
33402        }; then
33403   ac_header_preproc=yes
33404 else
33405   echo "$as_me: failed program was:" >&5
33406 sed 's/^/| /' conftest.$ac_ext >&5
33407
33408   ac_header_preproc=no
33409 fi
33410
33411 rm -f conftest.err conftest.$ac_ext
33412 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
33413 echo "${ECHO_T}$ac_header_preproc" >&6; }
33414
33415 # So?  What about this header?
33416 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
33417   yes:no: )
33418     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: accepted by the compiler, rejected by the preprocessor!" >&5
33419 echo "$as_me: WARNING: sys/statvfs.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
33420     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: proceeding with the compiler's result" >&5
33421 echo "$as_me: WARNING: sys/statvfs.h: proceeding with the compiler's result" >&2;}
33422     ac_header_preproc=yes
33423     ;;
33424   no:yes:* )
33425     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: present but cannot be compiled" >&5
33426 echo "$as_me: WARNING: sys/statvfs.h: present but cannot be compiled" >&2;}
33427     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h:     check for missing prerequisite headers?" >&5
33428 echo "$as_me: WARNING: sys/statvfs.h:     check for missing prerequisite headers?" >&2;}
33429     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: see the Autoconf documentation" >&5
33430 echo "$as_me: WARNING: sys/statvfs.h: see the Autoconf documentation" >&2;}
33431     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h:     section \"Present But Cannot Be Compiled\"" >&5
33432 echo "$as_me: WARNING: sys/statvfs.h:     section \"Present But Cannot Be Compiled\"" >&2;}
33433     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: proceeding with the preprocessor's result" >&5
33434 echo "$as_me: WARNING: sys/statvfs.h: proceeding with the preprocessor's result" >&2;}
33435     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: in the future, the compiler will take precedence" >&5
33436 echo "$as_me: WARNING: sys/statvfs.h: in the future, the compiler will take precedence" >&2;}
33437
33438     ;;
33439 esac
33440 { echo "$as_me:$LINENO: checking for sys/statvfs.h" >&5
33441 echo $ECHO_N "checking for sys/statvfs.h... $ECHO_C" >&6; }
33442 if test "${ac_cv_header_sys_statvfs_h+set}" = set; then
33443   echo $ECHO_N "(cached) $ECHO_C" >&6
33444 else
33445   ac_cv_header_sys_statvfs_h=$ac_header_preproc
33446 fi
33447 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_statvfs_h" >&5
33448 echo "${ECHO_T}$ac_cv_header_sys_statvfs_h" >&6; }
33449
33450 fi
33451 if test $ac_cv_header_sys_statvfs_h = yes; then
33452
33453 cat >>confdefs.h <<\_ACEOF
33454 #define HAVE_SYS_STATVFS_H 1
33455 _ACEOF
33456
33457 fi
33458
33459
33460
33461 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5
33462 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; }
33463 if test "${ac_cv_type_signal+set}" = set; then
33464   echo $ECHO_N "(cached) $ECHO_C" >&6
33465 else
33466   cat >conftest.$ac_ext <<_ACEOF
33467 /* confdefs.h.  */
33468 _ACEOF
33469 cat confdefs.h >>conftest.$ac_ext
33470 cat >>conftest.$ac_ext <<_ACEOF
33471 /* end confdefs.h.  */
33472 #include <sys/types.h>
33473 #include <signal.h>
33474
33475 int
33476 main ()
33477 {
33478 return *(signal (0, 0)) (0) == 1;
33479   ;
33480   return 0;
33481 }
33482 _ACEOF
33483 rm -f conftest.$ac_objext
33484 if { (ac_try="$ac_compile"
33485 case "(($ac_try" in
33486   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33487   *) ac_try_echo=$ac_try;;
33488 esac
33489 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33490   (eval "$ac_compile") 2>conftest.er1
33491   ac_status=$?
33492   grep -v '^ *+' conftest.er1 >conftest.err
33493   rm -f conftest.er1
33494   cat conftest.err >&5
33495   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33496   (exit $ac_status); } && {
33497          test -z "$ac_c_werror_flag" ||
33498          test ! -s conftest.err
33499        } && test -s conftest.$ac_objext; then
33500   ac_cv_type_signal=int
33501 else
33502   echo "$as_me: failed program was:" >&5
33503 sed 's/^/| /' conftest.$ac_ext >&5
33504
33505         ac_cv_type_signal=void
33506 fi
33507
33508 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33509 fi
33510 { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
33511 echo "${ECHO_T}$ac_cv_type_signal" >&6; }
33512
33513 cat >>confdefs.h <<_ACEOF
33514 #define RETSIGTYPE $ac_cv_type_signal
33515 _ACEOF
33516
33517
33518
33519   { echo "$as_me:$LINENO: checking for type of signal functions" >&5
33520 echo $ECHO_N "checking for type of signal functions... $ECHO_C" >&6; }
33521   if test "${bash_cv_signal_vintage+set}" = set; then
33522   echo $ECHO_N "(cached) $ECHO_C" >&6
33523 else
33524
33525     cat >conftest.$ac_ext <<_ACEOF
33526 /* confdefs.h.  */
33527 _ACEOF
33528 cat confdefs.h >>conftest.$ac_ext
33529 cat >>conftest.$ac_ext <<_ACEOF
33530 /* end confdefs.h.  */
33531 #include <signal.h>
33532 int
33533 main ()
33534 {
33535
33536       sigset_t ss;
33537       struct sigaction sa;
33538       sigemptyset(&ss); sigsuspend(&ss);
33539       sigaction(SIGINT, &sa, (struct sigaction *) 0);
33540       sigprocmask(SIG_BLOCK, &ss, (sigset_t *) 0);
33541
33542   ;
33543   return 0;
33544 }
33545 _ACEOF
33546 rm -f conftest.$ac_objext conftest$ac_exeext
33547 if { (ac_try="$ac_link"
33548 case "(($ac_try" in
33549   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33550   *) ac_try_echo=$ac_try;;
33551 esac
33552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33553   (eval "$ac_link") 2>conftest.er1
33554   ac_status=$?
33555   grep -v '^ *+' conftest.er1 >conftest.err
33556   rm -f conftest.er1
33557   cat conftest.err >&5
33558   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33559   (exit $ac_status); } && {
33560          test -z "$ac_c_werror_flag" ||
33561          test ! -s conftest.err
33562        } && test -s conftest$ac_exeext &&
33563        $as_test_x conftest$ac_exeext; then
33564   bash_cv_signal_vintage="posix"
33565 else
33566   echo "$as_me: failed program was:" >&5
33567 sed 's/^/| /' conftest.$ac_ext >&5
33568
33569
33570       cat >conftest.$ac_ext <<_ACEOF
33571 /* confdefs.h.  */
33572 _ACEOF
33573 cat confdefs.h >>conftest.$ac_ext
33574 cat >>conftest.$ac_ext <<_ACEOF
33575 /* end confdefs.h.  */
33576 #include <signal.h>
33577 int
33578 main ()
33579 {
33580
33581           int mask = sigmask(SIGINT);
33582           sigsetmask(mask); sigblock(mask); sigpause(mask);
33583
33584   ;
33585   return 0;
33586 }
33587 _ACEOF
33588 rm -f conftest.$ac_objext conftest$ac_exeext
33589 if { (ac_try="$ac_link"
33590 case "(($ac_try" in
33591   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33592   *) ac_try_echo=$ac_try;;
33593 esac
33594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33595   (eval "$ac_link") 2>conftest.er1
33596   ac_status=$?
33597   grep -v '^ *+' conftest.er1 >conftest.err
33598   rm -f conftest.er1
33599   cat conftest.err >&5
33600   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33601   (exit $ac_status); } && {
33602          test -z "$ac_c_werror_flag" ||
33603          test ! -s conftest.err
33604        } && test -s conftest$ac_exeext &&
33605        $as_test_x conftest$ac_exeext; then
33606   bash_cv_signal_vintage="4.2bsd"
33607 else
33608   echo "$as_me: failed program was:" >&5
33609 sed 's/^/| /' conftest.$ac_ext >&5
33610
33611
33612         cat >conftest.$ac_ext <<_ACEOF
33613 /* confdefs.h.  */
33614 _ACEOF
33615 cat confdefs.h >>conftest.$ac_ext
33616 cat >>conftest.$ac_ext <<_ACEOF
33617 /* end confdefs.h.  */
33618
33619           #include <signal.h>
33620           RETSIGTYPE foo() { }
33621 int
33622 main ()
33623 {
33624
33625                   int mask = sigmask(SIGINT);
33626                   sigset(SIGINT, foo); sigrelse(SIGINT);
33627                   sighold(SIGINT); sigpause(SIGINT);
33628
33629   ;
33630   return 0;
33631 }
33632 _ACEOF
33633 rm -f conftest.$ac_objext conftest$ac_exeext
33634 if { (ac_try="$ac_link"
33635 case "(($ac_try" in
33636   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33637   *) ac_try_echo=$ac_try;;
33638 esac
33639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33640   (eval "$ac_link") 2>conftest.er1
33641   ac_status=$?
33642   grep -v '^ *+' conftest.er1 >conftest.err
33643   rm -f conftest.er1
33644   cat conftest.err >&5
33645   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33646   (exit $ac_status); } && {
33647          test -z "$ac_c_werror_flag" ||
33648          test ! -s conftest.err
33649        } && test -s conftest$ac_exeext &&
33650        $as_test_x conftest$ac_exeext; then
33651   bash_cv_signal_vintage="svr3"
33652 else
33653   echo "$as_me: failed program was:" >&5
33654 sed 's/^/| /' conftest.$ac_ext >&5
33655
33656         bash_cv_signal_vintage="v7"
33657
33658 fi
33659
33660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33661       conftest$ac_exeext conftest.$ac_ext
33662
33663 fi
33664
33665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33666       conftest$ac_exeext conftest.$ac_ext
33667
33668 fi
33669
33670 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33671       conftest$ac_exeext conftest.$ac_ext
33672
33673 fi
33674
33675   { echo "$as_me:$LINENO: result: $bash_cv_signal_vintage" >&5
33676 echo "${ECHO_T}$bash_cv_signal_vintage" >&6; }
33677   if test "$bash_cv_signal_vintage" = "posix"; then
33678     cat >>confdefs.h <<\_ACEOF
33679 #define HAVE_POSIX_SIGNALS 1
33680 _ACEOF
33681
33682   elif test "$bash_cv_signal_vintage" = "4.2bsd"; then
33683     cat >>confdefs.h <<\_ACEOF
33684 #define HAVE_BSD_SIGNALS 1
33685 _ACEOF
33686
33687   elif test "$bash_cv_signal_vintage" = "svr3"; then
33688     cat >>confdefs.h <<\_ACEOF
33689 #define HAVE_USG_SIGHOLD 1
33690 _ACEOF
33691
33692   fi
33693
33694 { echo "$as_me:$LINENO: checking for mode_t" >&5
33695 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
33696 if test "${ac_cv_type_mode_t+set}" = set; then
33697   echo $ECHO_N "(cached) $ECHO_C" >&6
33698 else
33699   cat >conftest.$ac_ext <<_ACEOF
33700 /* confdefs.h.  */
33701 _ACEOF
33702 cat confdefs.h >>conftest.$ac_ext
33703 cat >>conftest.$ac_ext <<_ACEOF
33704 /* end confdefs.h.  */
33705 $ac_includes_default
33706 typedef mode_t ac__type_new_;
33707 int
33708 main ()
33709 {
33710 if ((ac__type_new_ *) 0)
33711   return 0;
33712 if (sizeof (ac__type_new_))
33713   return 0;
33714   ;
33715   return 0;
33716 }
33717 _ACEOF
33718 rm -f conftest.$ac_objext
33719 if { (ac_try="$ac_compile"
33720 case "(($ac_try" in
33721   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33722   *) ac_try_echo=$ac_try;;
33723 esac
33724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33725   (eval "$ac_compile") 2>conftest.er1
33726   ac_status=$?
33727   grep -v '^ *+' conftest.er1 >conftest.err
33728   rm -f conftest.er1
33729   cat conftest.err >&5
33730   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33731   (exit $ac_status); } && {
33732          test -z "$ac_c_werror_flag" ||
33733          test ! -s conftest.err
33734        } && test -s conftest.$ac_objext; then
33735   ac_cv_type_mode_t=yes
33736 else
33737   echo "$as_me: failed program was:" >&5
33738 sed 's/^/| /' conftest.$ac_ext >&5
33739
33740         ac_cv_type_mode_t=no
33741 fi
33742
33743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33744 fi
33745 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
33746 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
33747 if test $ac_cv_type_mode_t = yes; then
33748   :
33749 else
33750
33751 cat >>confdefs.h <<_ACEOF
33752 #define mode_t int
33753 _ACEOF
33754
33755 fi
33756
33757 { echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
33758 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; }
33759 if test "${ac_cv_type_uid_t+set}" = set; then
33760   echo $ECHO_N "(cached) $ECHO_C" >&6
33761 else
33762   cat >conftest.$ac_ext <<_ACEOF
33763 /* confdefs.h.  */
33764 _ACEOF
33765 cat confdefs.h >>conftest.$ac_ext
33766 cat >>conftest.$ac_ext <<_ACEOF
33767 /* end confdefs.h.  */
33768 #include <sys/types.h>
33769
33770 _ACEOF
33771 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
33772   $EGREP "uid_t" >/dev/null 2>&1; then
33773   ac_cv_type_uid_t=yes
33774 else
33775   ac_cv_type_uid_t=no
33776 fi
33777 rm -f conftest*
33778
33779 fi
33780 { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
33781 echo "${ECHO_T}$ac_cv_type_uid_t" >&6; }
33782 if test $ac_cv_type_uid_t = no; then
33783
33784 cat >>confdefs.h <<\_ACEOF
33785 #define uid_t int
33786 _ACEOF
33787
33788
33789 cat >>confdefs.h <<\_ACEOF
33790 #define gid_t int
33791 _ACEOF
33792
33793 fi
33794
33795 { echo "$as_me:$LINENO: checking for size_t" >&5
33796 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
33797 if test "${ac_cv_type_size_t+set}" = set; then
33798   echo $ECHO_N "(cached) $ECHO_C" >&6
33799 else
33800   cat >conftest.$ac_ext <<_ACEOF
33801 /* confdefs.h.  */
33802 _ACEOF
33803 cat confdefs.h >>conftest.$ac_ext
33804 cat >>conftest.$ac_ext <<_ACEOF
33805 /* end confdefs.h.  */
33806 $ac_includes_default
33807 typedef size_t ac__type_new_;
33808 int
33809 main ()
33810 {
33811 if ((ac__type_new_ *) 0)
33812   return 0;
33813 if (sizeof (ac__type_new_))
33814   return 0;
33815   ;
33816   return 0;
33817 }
33818 _ACEOF
33819 rm -f conftest.$ac_objext
33820 if { (ac_try="$ac_compile"
33821 case "(($ac_try" in
33822   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33823   *) ac_try_echo=$ac_try;;
33824 esac
33825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33826   (eval "$ac_compile") 2>conftest.er1
33827   ac_status=$?
33828   grep -v '^ *+' conftest.er1 >conftest.err
33829   rm -f conftest.er1
33830   cat conftest.err >&5
33831   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33832   (exit $ac_status); } && {
33833          test -z "$ac_c_werror_flag" ||
33834          test ! -s conftest.err
33835        } && test -s conftest.$ac_objext; then
33836   ac_cv_type_size_t=yes
33837 else
33838   echo "$as_me: failed program was:" >&5
33839 sed 's/^/| /' conftest.$ac_ext >&5
33840
33841         ac_cv_type_size_t=no
33842 fi
33843
33844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33845 fi
33846 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
33847 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
33848 if test $ac_cv_type_size_t = yes; then
33849   :
33850 else
33851
33852 cat >>confdefs.h <<_ACEOF
33853 #define size_t unsigned int
33854 _ACEOF
33855
33856 fi
33857
33858 { echo "$as_me:$LINENO: checking for pid_t" >&5
33859 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
33860 if test "${ac_cv_type_pid_t+set}" = set; then
33861   echo $ECHO_N "(cached) $ECHO_C" >&6
33862 else
33863   cat >conftest.$ac_ext <<_ACEOF
33864 /* confdefs.h.  */
33865 _ACEOF
33866 cat confdefs.h >>conftest.$ac_ext
33867 cat >>conftest.$ac_ext <<_ACEOF
33868 /* end confdefs.h.  */
33869 $ac_includes_default
33870 typedef pid_t ac__type_new_;
33871 int
33872 main ()
33873 {
33874 if ((ac__type_new_ *) 0)
33875   return 0;
33876 if (sizeof (ac__type_new_))
33877   return 0;
33878   ;
33879   return 0;
33880 }
33881 _ACEOF
33882 rm -f conftest.$ac_objext
33883 if { (ac_try="$ac_compile"
33884 case "(($ac_try" in
33885   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33886   *) ac_try_echo=$ac_try;;
33887 esac
33888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33889   (eval "$ac_compile") 2>conftest.er1
33890   ac_status=$?
33891   grep -v '^ *+' conftest.er1 >conftest.err
33892   rm -f conftest.er1
33893   cat conftest.err >&5
33894   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33895   (exit $ac_status); } && {
33896          test -z "$ac_c_werror_flag" ||
33897          test ! -s conftest.err
33898        } && test -s conftest.$ac_objext; then
33899   ac_cv_type_pid_t=yes
33900 else
33901   echo "$as_me: failed program was:" >&5
33902 sed 's/^/| /' conftest.$ac_ext >&5
33903
33904         ac_cv_type_pid_t=no
33905 fi
33906
33907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33908 fi
33909 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
33910 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
33911 if test $ac_cv_type_pid_t = yes; then
33912   :
33913 else
33914
33915 cat >>confdefs.h <<_ACEOF
33916 #define pid_t int
33917 _ACEOF
33918
33919 fi
33920
33921 { echo "$as_me:$LINENO: checking for off_t" >&5
33922 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
33923 if test "${ac_cv_type_off_t+set}" = set; then
33924   echo $ECHO_N "(cached) $ECHO_C" >&6
33925 else
33926   cat >conftest.$ac_ext <<_ACEOF
33927 /* confdefs.h.  */
33928 _ACEOF
33929 cat confdefs.h >>conftest.$ac_ext
33930 cat >>conftest.$ac_ext <<_ACEOF
33931 /* end confdefs.h.  */
33932 $ac_includes_default
33933 typedef off_t ac__type_new_;
33934 int
33935 main ()
33936 {
33937 if ((ac__type_new_ *) 0)
33938   return 0;
33939 if (sizeof (ac__type_new_))
33940   return 0;
33941   ;
33942   return 0;
33943 }
33944 _ACEOF
33945 rm -f conftest.$ac_objext
33946 if { (ac_try="$ac_compile"
33947 case "(($ac_try" in
33948   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33949   *) ac_try_echo=$ac_try;;
33950 esac
33951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33952   (eval "$ac_compile") 2>conftest.er1
33953   ac_status=$?
33954   grep -v '^ *+' conftest.er1 >conftest.err
33955   rm -f conftest.er1
33956   cat conftest.err >&5
33957   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33958   (exit $ac_status); } && {
33959          test -z "$ac_c_werror_flag" ||
33960          test ! -s conftest.err
33961        } && test -s conftest.$ac_objext; then
33962   ac_cv_type_off_t=yes
33963 else
33964   echo "$as_me: failed program was:" >&5
33965 sed 's/^/| /' conftest.$ac_ext >&5
33966
33967         ac_cv_type_off_t=no
33968 fi
33969
33970 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33971 fi
33972 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
33973 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
33974 if test $ac_cv_type_off_t = yes; then
33975   :
33976 else
33977
33978 cat >>confdefs.h <<_ACEOF
33979 #define off_t long int
33980 _ACEOF
33981
33982 fi
33983
33984
33985   { echo "$as_me:$LINENO: checking for intptr_t" >&5
33986 echo $ECHO_N "checking for intptr_t... $ECHO_C" >&6; }
33987 if test "${ac_cv_type_intptr_t+set}" = set; then
33988   echo $ECHO_N "(cached) $ECHO_C" >&6
33989 else
33990   cat >conftest.$ac_ext <<_ACEOF
33991 /* confdefs.h.  */
33992 _ACEOF
33993 cat confdefs.h >>conftest.$ac_ext
33994 cat >>conftest.$ac_ext <<_ACEOF
33995 /* end confdefs.h.  */
33996 $ac_includes_default
33997 typedef intptr_t ac__type_new_;
33998 int
33999 main ()
34000 {
34001 if ((ac__type_new_ *) 0)
34002   return 0;
34003 if (sizeof (ac__type_new_))
34004   return 0;
34005   ;
34006   return 0;
34007 }
34008 _ACEOF
34009 rm -f conftest.$ac_objext
34010 if { (ac_try="$ac_compile"
34011 case "(($ac_try" in
34012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34013   *) ac_try_echo=$ac_try;;
34014 esac
34015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34016   (eval "$ac_compile") 2>conftest.er1
34017   ac_status=$?
34018   grep -v '^ *+' conftest.er1 >conftest.err
34019   rm -f conftest.er1
34020   cat conftest.err >&5
34021   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34022   (exit $ac_status); } && {
34023          test -z "$ac_c_werror_flag" ||
34024          test ! -s conftest.err
34025        } && test -s conftest.$ac_objext; then
34026   ac_cv_type_intptr_t=yes
34027 else
34028   echo "$as_me: failed program was:" >&5
34029 sed 's/^/| /' conftest.$ac_ext >&5
34030
34031         ac_cv_type_intptr_t=no
34032 fi
34033
34034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34035 fi
34036 { echo "$as_me:$LINENO: result: $ac_cv_type_intptr_t" >&5
34037 echo "${ECHO_T}$ac_cv_type_intptr_t" >&6; }
34038 if test $ac_cv_type_intptr_t = yes; then
34039
34040 cat >>confdefs.h <<\_ACEOF
34041 #define HAVE_INTPTR_T 1
34042 _ACEOF
34043
34044 else
34045   for ac_type in 'int' 'long int' 'long long int'; do
34046        cat >conftest.$ac_ext <<_ACEOF
34047 /* confdefs.h.  */
34048 _ACEOF
34049 cat confdefs.h >>conftest.$ac_ext
34050 cat >>conftest.$ac_ext <<_ACEOF
34051 /* end confdefs.h.  */
34052 $ac_includes_default
34053 int
34054 main ()
34055 {
34056 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
34057 test_array [0] = 0
34058
34059   ;
34060   return 0;
34061 }
34062 _ACEOF
34063 rm -f conftest.$ac_objext
34064 if { (ac_try="$ac_compile"
34065 case "(($ac_try" in
34066   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34067   *) ac_try_echo=$ac_try;;
34068 esac
34069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34070   (eval "$ac_compile") 2>conftest.er1
34071   ac_status=$?
34072   grep -v '^ *+' conftest.er1 >conftest.err
34073   rm -f conftest.er1
34074   cat conftest.err >&5
34075   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34076   (exit $ac_status); } && {
34077          test -z "$ac_c_werror_flag" ||
34078          test ! -s conftest.err
34079        } && test -s conftest.$ac_objext; then
34080
34081 cat >>confdefs.h <<_ACEOF
34082 #define intptr_t $ac_type
34083 _ACEOF
34084
34085           ac_type=
34086 else
34087   echo "$as_me: failed program was:" >&5
34088 sed 's/^/| /' conftest.$ac_ext >&5
34089
34090
34091 fi
34092
34093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34094        test -z "$ac_type" && break
34095      done
34096 fi
34097
34098
34099
34100   { echo "$as_me:$LINENO: checking for uintptr_t" >&5
34101 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6; }
34102 if test "${ac_cv_type_uintptr_t+set}" = set; then
34103   echo $ECHO_N "(cached) $ECHO_C" >&6
34104 else
34105   cat >conftest.$ac_ext <<_ACEOF
34106 /* confdefs.h.  */
34107 _ACEOF
34108 cat confdefs.h >>conftest.$ac_ext
34109 cat >>conftest.$ac_ext <<_ACEOF
34110 /* end confdefs.h.  */
34111 $ac_includes_default
34112 typedef uintptr_t ac__type_new_;
34113 int
34114 main ()
34115 {
34116 if ((ac__type_new_ *) 0)
34117   return 0;
34118 if (sizeof (ac__type_new_))
34119   return 0;
34120   ;
34121   return 0;
34122 }
34123 _ACEOF
34124 rm -f conftest.$ac_objext
34125 if { (ac_try="$ac_compile"
34126 case "(($ac_try" in
34127   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34128   *) ac_try_echo=$ac_try;;
34129 esac
34130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34131   (eval "$ac_compile") 2>conftest.er1
34132   ac_status=$?
34133   grep -v '^ *+' conftest.er1 >conftest.err
34134   rm -f conftest.er1
34135   cat conftest.err >&5
34136   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34137   (exit $ac_status); } && {
34138          test -z "$ac_c_werror_flag" ||
34139          test ! -s conftest.err
34140        } && test -s conftest.$ac_objext; then
34141   ac_cv_type_uintptr_t=yes
34142 else
34143   echo "$as_me: failed program was:" >&5
34144 sed 's/^/| /' conftest.$ac_ext >&5
34145
34146         ac_cv_type_uintptr_t=no
34147 fi
34148
34149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34150 fi
34151 { echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
34152 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6; }
34153 if test $ac_cv_type_uintptr_t = yes; then
34154
34155 cat >>confdefs.h <<\_ACEOF
34156 #define HAVE_UINTPTR_T 1
34157 _ACEOF
34158
34159 else
34160   for ac_type in 'unsigned int' 'unsigned long int' \
34161         'unsigned long long int'; do
34162        cat >conftest.$ac_ext <<_ACEOF
34163 /* confdefs.h.  */
34164 _ACEOF
34165 cat confdefs.h >>conftest.$ac_ext
34166 cat >>conftest.$ac_ext <<_ACEOF
34167 /* end confdefs.h.  */
34168 $ac_includes_default
34169 int
34170 main ()
34171 {
34172 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
34173 test_array [0] = 0
34174
34175   ;
34176   return 0;
34177 }
34178 _ACEOF
34179 rm -f conftest.$ac_objext
34180 if { (ac_try="$ac_compile"
34181 case "(($ac_try" in
34182   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34183   *) ac_try_echo=$ac_try;;
34184 esac
34185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34186   (eval "$ac_compile") 2>conftest.er1
34187   ac_status=$?
34188   grep -v '^ *+' conftest.er1 >conftest.err
34189   rm -f conftest.er1
34190   cat conftest.err >&5
34191   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34192   (exit $ac_status); } && {
34193          test -z "$ac_c_werror_flag" ||
34194          test ! -s conftest.err
34195        } && test -s conftest.$ac_objext; then
34196
34197 cat >>confdefs.h <<_ACEOF
34198 #define uintptr_t $ac_type
34199 _ACEOF
34200
34201           ac_type=
34202 else
34203   echo "$as_me: failed program was:" >&5
34204 sed 's/^/| /' conftest.$ac_ext >&5
34205
34206
34207 fi
34208
34209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34210        test -z "$ac_type" && break
34211      done
34212 fi
34213
34214
34215 { echo "$as_me:$LINENO: checking for ino_t" >&5
34216 echo $ECHO_N "checking for ino_t... $ECHO_C" >&6; }
34217 if test "${ac_cv_type_ino_t+set}" = set; then
34218   echo $ECHO_N "(cached) $ECHO_C" >&6
34219 else
34220   cat >conftest.$ac_ext <<_ACEOF
34221 /* confdefs.h.  */
34222 _ACEOF
34223 cat confdefs.h >>conftest.$ac_ext
34224 cat >>conftest.$ac_ext <<_ACEOF
34225 /* end confdefs.h.  */
34226 $ac_includes_default
34227 typedef ino_t ac__type_new_;
34228 int
34229 main ()
34230 {
34231 if ((ac__type_new_ *) 0)
34232   return 0;
34233 if (sizeof (ac__type_new_))
34234   return 0;
34235   ;
34236   return 0;
34237 }
34238 _ACEOF
34239 rm -f conftest.$ac_objext
34240 if { (ac_try="$ac_compile"
34241 case "(($ac_try" in
34242   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34243   *) ac_try_echo=$ac_try;;
34244 esac
34245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34246   (eval "$ac_compile") 2>conftest.er1
34247   ac_status=$?
34248   grep -v '^ *+' conftest.er1 >conftest.err
34249   rm -f conftest.er1
34250   cat conftest.err >&5
34251   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34252   (exit $ac_status); } && {
34253          test -z "$ac_c_werror_flag" ||
34254          test ! -s conftest.err
34255        } && test -s conftest.$ac_objext; then
34256   ac_cv_type_ino_t=yes
34257 else
34258   echo "$as_me: failed program was:" >&5
34259 sed 's/^/| /' conftest.$ac_ext >&5
34260
34261         ac_cv_type_ino_t=no
34262 fi
34263
34264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34265 fi
34266 { echo "$as_me:$LINENO: result: $ac_cv_type_ino_t" >&5
34267 echo "${ECHO_T}$ac_cv_type_ino_t" >&6; }
34268 if test $ac_cv_type_ino_t = yes; then
34269   :
34270 else
34271
34272 cat >>confdefs.h <<_ACEOF
34273 #define ino_t unsigned long
34274 _ACEOF
34275
34276 fi
34277
34278 { echo "$as_me:$LINENO: checking for dev_t" >&5
34279 echo $ECHO_N "checking for dev_t... $ECHO_C" >&6; }
34280 if test "${ac_cv_type_dev_t+set}" = set; then
34281   echo $ECHO_N "(cached) $ECHO_C" >&6
34282 else
34283   cat >conftest.$ac_ext <<_ACEOF
34284 /* confdefs.h.  */
34285 _ACEOF
34286 cat confdefs.h >>conftest.$ac_ext
34287 cat >>conftest.$ac_ext <<_ACEOF
34288 /* end confdefs.h.  */
34289 $ac_includes_default
34290 typedef dev_t ac__type_new_;
34291 int
34292 main ()
34293 {
34294 if ((ac__type_new_ *) 0)
34295   return 0;
34296 if (sizeof (ac__type_new_))
34297   return 0;
34298   ;
34299   return 0;
34300 }
34301 _ACEOF
34302 rm -f conftest.$ac_objext
34303 if { (ac_try="$ac_compile"
34304 case "(($ac_try" in
34305   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34306   *) ac_try_echo=$ac_try;;
34307 esac
34308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34309   (eval "$ac_compile") 2>conftest.er1
34310   ac_status=$?
34311   grep -v '^ *+' conftest.er1 >conftest.err
34312   rm -f conftest.er1
34313   cat conftest.err >&5
34314   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34315   (exit $ac_status); } && {
34316          test -z "$ac_c_werror_flag" ||
34317          test ! -s conftest.err
34318        } && test -s conftest.$ac_objext; then
34319   ac_cv_type_dev_t=yes
34320 else
34321   echo "$as_me: failed program was:" >&5
34322 sed 's/^/| /' conftest.$ac_ext >&5
34323
34324         ac_cv_type_dev_t=no
34325 fi
34326
34327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34328 fi
34329 { echo "$as_me:$LINENO: result: $ac_cv_type_dev_t" >&5
34330 echo "${ECHO_T}$ac_cv_type_dev_t" >&6; }
34331 if test $ac_cv_type_dev_t = yes; then
34332   :
34333 else
34334
34335 cat >>confdefs.h <<_ACEOF
34336 #define dev_t unsigned long
34337 _ACEOF
34338
34339 fi
34340
34341 { echo "$as_me:$LINENO: checking for daddr_t" >&5
34342 echo $ECHO_N "checking for daddr_t... $ECHO_C" >&6; }
34343 if test "${ac_cv_type_daddr_t+set}" = set; then
34344   echo $ECHO_N "(cached) $ECHO_C" >&6
34345 else
34346   cat >conftest.$ac_ext <<_ACEOF
34347 /* confdefs.h.  */
34348 _ACEOF
34349 cat confdefs.h >>conftest.$ac_ext
34350 cat >>conftest.$ac_ext <<_ACEOF
34351 /* end confdefs.h.  */
34352 $ac_includes_default
34353 typedef daddr_t ac__type_new_;
34354 int
34355 main ()
34356 {
34357 if ((ac__type_new_ *) 0)
34358   return 0;
34359 if (sizeof (ac__type_new_))
34360   return 0;
34361   ;
34362   return 0;
34363 }
34364 _ACEOF
34365 rm -f conftest.$ac_objext
34366 if { (ac_try="$ac_compile"
34367 case "(($ac_try" in
34368   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34369   *) ac_try_echo=$ac_try;;
34370 esac
34371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34372   (eval "$ac_compile") 2>conftest.er1
34373   ac_status=$?
34374   grep -v '^ *+' conftest.er1 >conftest.err
34375   rm -f conftest.er1
34376   cat conftest.err >&5
34377   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34378   (exit $ac_status); } && {
34379          test -z "$ac_c_werror_flag" ||
34380          test ! -s conftest.err
34381        } && test -s conftest.$ac_objext; then
34382   ac_cv_type_daddr_t=yes
34383 else
34384   echo "$as_me: failed program was:" >&5
34385 sed 's/^/| /' conftest.$ac_ext >&5
34386
34387         ac_cv_type_daddr_t=no
34388 fi
34389
34390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34391 fi
34392 { echo "$as_me:$LINENO: result: $ac_cv_type_daddr_t" >&5
34393 echo "${ECHO_T}$ac_cv_type_daddr_t" >&6; }
34394 if test $ac_cv_type_daddr_t = yes; then
34395   :
34396 else
34397
34398 cat >>confdefs.h <<_ACEOF
34399 #define daddr_t long
34400 _ACEOF
34401
34402 fi
34403
34404 { echo "$as_me:$LINENO: checking for major_t" >&5
34405 echo $ECHO_N "checking for major_t... $ECHO_C" >&6; }
34406 if test "${ac_cv_type_major_t+set}" = set; then
34407   echo $ECHO_N "(cached) $ECHO_C" >&6
34408 else
34409   cat >conftest.$ac_ext <<_ACEOF
34410 /* confdefs.h.  */
34411 _ACEOF
34412 cat confdefs.h >>conftest.$ac_ext
34413 cat >>conftest.$ac_ext <<_ACEOF
34414 /* end confdefs.h.  */
34415 $ac_includes_default
34416 typedef major_t ac__type_new_;
34417 int
34418 main ()
34419 {
34420 if ((ac__type_new_ *) 0)
34421   return 0;
34422 if (sizeof (ac__type_new_))
34423   return 0;
34424   ;
34425   return 0;
34426 }
34427 _ACEOF
34428 rm -f conftest.$ac_objext
34429 if { (ac_try="$ac_compile"
34430 case "(($ac_try" in
34431   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34432   *) ac_try_echo=$ac_try;;
34433 esac
34434 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34435   (eval "$ac_compile") 2>conftest.er1
34436   ac_status=$?
34437   grep -v '^ *+' conftest.er1 >conftest.err
34438   rm -f conftest.er1
34439   cat conftest.err >&5
34440   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34441   (exit $ac_status); } && {
34442          test -z "$ac_c_werror_flag" ||
34443          test ! -s conftest.err
34444        } && test -s conftest.$ac_objext; then
34445   ac_cv_type_major_t=yes
34446 else
34447   echo "$as_me: failed program was:" >&5
34448 sed 's/^/| /' conftest.$ac_ext >&5
34449
34450         ac_cv_type_major_t=no
34451 fi
34452
34453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34454 fi
34455 { echo "$as_me:$LINENO: result: $ac_cv_type_major_t" >&5
34456 echo "${ECHO_T}$ac_cv_type_major_t" >&6; }
34457 if test $ac_cv_type_major_t = yes; then
34458   :
34459 else
34460
34461 cat >>confdefs.h <<_ACEOF
34462 #define major_t int
34463 _ACEOF
34464
34465 fi
34466
34467 { echo "$as_me:$LINENO: checking for minor_t" >&5
34468 echo $ECHO_N "checking for minor_t... $ECHO_C" >&6; }
34469 if test "${ac_cv_type_minor_t+set}" = set; then
34470   echo $ECHO_N "(cached) $ECHO_C" >&6
34471 else
34472   cat >conftest.$ac_ext <<_ACEOF
34473 /* confdefs.h.  */
34474 _ACEOF
34475 cat confdefs.h >>conftest.$ac_ext
34476 cat >>conftest.$ac_ext <<_ACEOF
34477 /* end confdefs.h.  */
34478 $ac_includes_default
34479 typedef minor_t ac__type_new_;
34480 int
34481 main ()
34482 {
34483 if ((ac__type_new_ *) 0)
34484   return 0;
34485 if (sizeof (ac__type_new_))
34486   return 0;
34487   ;
34488   return 0;
34489 }
34490 _ACEOF
34491 rm -f conftest.$ac_objext
34492 if { (ac_try="$ac_compile"
34493 case "(($ac_try" in
34494   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34495   *) ac_try_echo=$ac_try;;
34496 esac
34497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34498   (eval "$ac_compile") 2>conftest.er1
34499   ac_status=$?
34500   grep -v '^ *+' conftest.er1 >conftest.err
34501   rm -f conftest.er1
34502   cat conftest.err >&5
34503   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34504   (exit $ac_status); } && {
34505          test -z "$ac_c_werror_flag" ||
34506          test ! -s conftest.err
34507        } && test -s conftest.$ac_objext; then
34508   ac_cv_type_minor_t=yes
34509 else
34510   echo "$as_me: failed program was:" >&5
34511 sed 's/^/| /' conftest.$ac_ext >&5
34512
34513         ac_cv_type_minor_t=no
34514 fi
34515
34516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34517 fi
34518 { echo "$as_me:$LINENO: result: $ac_cv_type_minor_t" >&5
34519 echo "${ECHO_T}$ac_cv_type_minor_t" >&6; }
34520 if test $ac_cv_type_minor_t = yes; then
34521   :
34522 else
34523
34524 cat >>confdefs.h <<_ACEOF
34525 #define minor_t int
34526 _ACEOF
34527
34528 fi
34529
34530 { echo "$as_me:$LINENO: checking for ssize_t" >&5
34531 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
34532 if test "${ac_cv_type_ssize_t+set}" = set; then
34533   echo $ECHO_N "(cached) $ECHO_C" >&6
34534 else
34535   cat >conftest.$ac_ext <<_ACEOF
34536 /* confdefs.h.  */
34537 _ACEOF
34538 cat confdefs.h >>conftest.$ac_ext
34539 cat >>conftest.$ac_ext <<_ACEOF
34540 /* end confdefs.h.  */
34541 $ac_includes_default
34542 typedef ssize_t ac__type_new_;
34543 int
34544 main ()
34545 {
34546 if ((ac__type_new_ *) 0)
34547   return 0;
34548 if (sizeof (ac__type_new_))
34549   return 0;
34550   ;
34551   return 0;
34552 }
34553 _ACEOF
34554 rm -f conftest.$ac_objext
34555 if { (ac_try="$ac_compile"
34556 case "(($ac_try" in
34557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34558   *) ac_try_echo=$ac_try;;
34559 esac
34560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34561   (eval "$ac_compile") 2>conftest.er1
34562   ac_status=$?
34563   grep -v '^ *+' conftest.er1 >conftest.err
34564   rm -f conftest.er1
34565   cat conftest.err >&5
34566   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34567   (exit $ac_status); } && {
34568          test -z "$ac_c_werror_flag" ||
34569          test ! -s conftest.err
34570        } && test -s conftest.$ac_objext; then
34571   ac_cv_type_ssize_t=yes
34572 else
34573   echo "$as_me: failed program was:" >&5
34574 sed 's/^/| /' conftest.$ac_ext >&5
34575
34576         ac_cv_type_ssize_t=no
34577 fi
34578
34579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34580 fi
34581 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
34582 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
34583 if test $ac_cv_type_ssize_t = yes; then
34584   :
34585 else
34586
34587 cat >>confdefs.h <<_ACEOF
34588 #define ssize_t int
34589 _ACEOF
34590
34591 fi
34592
34593 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
34594 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
34595 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
34596   echo $ECHO_N "(cached) $ECHO_C" >&6
34597 else
34598   cat >conftest.$ac_ext <<_ACEOF
34599 /* confdefs.h.  */
34600 _ACEOF
34601 cat confdefs.h >>conftest.$ac_ext
34602 cat >>conftest.$ac_ext <<_ACEOF
34603 /* end confdefs.h.  */
34604 $ac_includes_default
34605 int
34606 main ()
34607 {
34608 static struct stat ac_aggr;
34609 if (ac_aggr.st_blocks)
34610 return 0;
34611   ;
34612   return 0;
34613 }
34614 _ACEOF
34615 rm -f conftest.$ac_objext
34616 if { (ac_try="$ac_compile"
34617 case "(($ac_try" in
34618   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34619   *) ac_try_echo=$ac_try;;
34620 esac
34621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34622   (eval "$ac_compile") 2>conftest.er1
34623   ac_status=$?
34624   grep -v '^ *+' conftest.er1 >conftest.err
34625   rm -f conftest.er1
34626   cat conftest.err >&5
34627   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34628   (exit $ac_status); } && {
34629          test -z "$ac_c_werror_flag" ||
34630          test ! -s conftest.err
34631        } && test -s conftest.$ac_objext; then
34632   ac_cv_member_struct_stat_st_blocks=yes
34633 else
34634   echo "$as_me: failed program was:" >&5
34635 sed 's/^/| /' conftest.$ac_ext >&5
34636
34637         cat >conftest.$ac_ext <<_ACEOF
34638 /* confdefs.h.  */
34639 _ACEOF
34640 cat confdefs.h >>conftest.$ac_ext
34641 cat >>conftest.$ac_ext <<_ACEOF
34642 /* end confdefs.h.  */
34643 $ac_includes_default
34644 int
34645 main ()
34646 {
34647 static struct stat ac_aggr;
34648 if (sizeof ac_aggr.st_blocks)
34649 return 0;
34650   ;
34651   return 0;
34652 }
34653 _ACEOF
34654 rm -f conftest.$ac_objext
34655 if { (ac_try="$ac_compile"
34656 case "(($ac_try" in
34657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34658   *) ac_try_echo=$ac_try;;
34659 esac
34660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34661   (eval "$ac_compile") 2>conftest.er1
34662   ac_status=$?
34663   grep -v '^ *+' conftest.er1 >conftest.err
34664   rm -f conftest.er1
34665   cat conftest.err >&5
34666   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34667   (exit $ac_status); } && {
34668          test -z "$ac_c_werror_flag" ||
34669          test ! -s conftest.err
34670        } && test -s conftest.$ac_objext; then
34671   ac_cv_member_struct_stat_st_blocks=yes
34672 else
34673   echo "$as_me: failed program was:" >&5
34674 sed 's/^/| /' conftest.$ac_ext >&5
34675
34676         ac_cv_member_struct_stat_st_blocks=no
34677 fi
34678
34679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34680 fi
34681
34682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34683 fi
34684 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
34685 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
34686 if test $ac_cv_member_struct_stat_st_blocks = yes; then
34687
34688 cat >>confdefs.h <<_ACEOF
34689 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
34690 _ACEOF
34691
34692
34693 cat >>confdefs.h <<\_ACEOF
34694 #define HAVE_ST_BLOCKS 1
34695 _ACEOF
34696
34697 else
34698   case " $LIBOBJS " in
34699   *" fileblocks.$ac_objext "* ) ;;
34700   *) LIBOBJS="$LIBOBJS fileblocks.$ac_objext"
34701  ;;
34702 esac
34703
34704 fi
34705
34706
34707 { echo "$as_me:$LINENO: checking for struct stat.st_rdev" >&5
34708 echo $ECHO_N "checking for struct stat.st_rdev... $ECHO_C" >&6; }
34709 if test "${ac_cv_member_struct_stat_st_rdev+set}" = set; then
34710   echo $ECHO_N "(cached) $ECHO_C" >&6
34711 else
34712   cat >conftest.$ac_ext <<_ACEOF
34713 /* confdefs.h.  */
34714 _ACEOF
34715 cat confdefs.h >>conftest.$ac_ext
34716 cat >>conftest.$ac_ext <<_ACEOF
34717 /* end confdefs.h.  */
34718 $ac_includes_default
34719 int
34720 main ()
34721 {
34722 static struct stat ac_aggr;
34723 if (ac_aggr.st_rdev)
34724 return 0;
34725   ;
34726   return 0;
34727 }
34728 _ACEOF
34729 rm -f conftest.$ac_objext
34730 if { (ac_try="$ac_compile"
34731 case "(($ac_try" in
34732   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34733   *) ac_try_echo=$ac_try;;
34734 esac
34735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34736   (eval "$ac_compile") 2>conftest.er1
34737   ac_status=$?
34738   grep -v '^ *+' conftest.er1 >conftest.err
34739   rm -f conftest.er1
34740   cat conftest.err >&5
34741   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34742   (exit $ac_status); } && {
34743          test -z "$ac_c_werror_flag" ||
34744          test ! -s conftest.err
34745        } && test -s conftest.$ac_objext; then
34746   ac_cv_member_struct_stat_st_rdev=yes
34747 else
34748   echo "$as_me: failed program was:" >&5
34749 sed 's/^/| /' conftest.$ac_ext >&5
34750
34751         cat >conftest.$ac_ext <<_ACEOF
34752 /* confdefs.h.  */
34753 _ACEOF
34754 cat confdefs.h >>conftest.$ac_ext
34755 cat >>conftest.$ac_ext <<_ACEOF
34756 /* end confdefs.h.  */
34757 $ac_includes_default
34758 int
34759 main ()
34760 {
34761 static struct stat ac_aggr;
34762 if (sizeof ac_aggr.st_rdev)
34763 return 0;
34764   ;
34765   return 0;
34766 }
34767 _ACEOF
34768 rm -f conftest.$ac_objext
34769 if { (ac_try="$ac_compile"
34770 case "(($ac_try" in
34771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34772   *) ac_try_echo=$ac_try;;
34773 esac
34774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34775   (eval "$ac_compile") 2>conftest.er1
34776   ac_status=$?
34777   grep -v '^ *+' conftest.er1 >conftest.err
34778   rm -f conftest.er1
34779   cat conftest.err >&5
34780   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34781   (exit $ac_status); } && {
34782          test -z "$ac_c_werror_flag" ||
34783          test ! -s conftest.err
34784        } && test -s conftest.$ac_objext; then
34785   ac_cv_member_struct_stat_st_rdev=yes
34786 else
34787   echo "$as_me: failed program was:" >&5
34788 sed 's/^/| /' conftest.$ac_ext >&5
34789
34790         ac_cv_member_struct_stat_st_rdev=no
34791 fi
34792
34793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34794 fi
34795
34796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34797 fi
34798 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_rdev" >&5
34799 echo "${ECHO_T}$ac_cv_member_struct_stat_st_rdev" >&6; }
34800 if test $ac_cv_member_struct_stat_st_rdev = yes; then
34801
34802 cat >>confdefs.h <<_ACEOF
34803 #define HAVE_STRUCT_STAT_ST_RDEV 1
34804 _ACEOF
34805
34806
34807 cat >>confdefs.h <<\_ACEOF
34808 #define HAVE_ST_RDEV 1
34809 _ACEOF
34810
34811 fi
34812
34813
34814 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
34815 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
34816 if test "${ac_cv_struct_tm+set}" = set; then
34817   echo $ECHO_N "(cached) $ECHO_C" >&6
34818 else
34819   cat >conftest.$ac_ext <<_ACEOF
34820 /* confdefs.h.  */
34821 _ACEOF
34822 cat confdefs.h >>conftest.$ac_ext
34823 cat >>conftest.$ac_ext <<_ACEOF
34824 /* end confdefs.h.  */
34825 #include <sys/types.h>
34826 #include <time.h>
34827
34828 int
34829 main ()
34830 {
34831 struct tm tm;
34832                                      int *p = &tm.tm_sec;
34833                                      return !p;
34834   ;
34835   return 0;
34836 }
34837 _ACEOF
34838 rm -f conftest.$ac_objext
34839 if { (ac_try="$ac_compile"
34840 case "(($ac_try" in
34841   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34842   *) ac_try_echo=$ac_try;;
34843 esac
34844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34845   (eval "$ac_compile") 2>conftest.er1
34846   ac_status=$?
34847   grep -v '^ *+' conftest.er1 >conftest.err
34848   rm -f conftest.er1
34849   cat conftest.err >&5
34850   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34851   (exit $ac_status); } && {
34852          test -z "$ac_c_werror_flag" ||
34853          test ! -s conftest.err
34854        } && test -s conftest.$ac_objext; then
34855   ac_cv_struct_tm=time.h
34856 else
34857   echo "$as_me: failed program was:" >&5
34858 sed 's/^/| /' conftest.$ac_ext >&5
34859
34860         ac_cv_struct_tm=sys/time.h
34861 fi
34862
34863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34864 fi
34865 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
34866 echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
34867 if test $ac_cv_struct_tm = sys/time.h; then
34868
34869 cat >>confdefs.h <<\_ACEOF
34870 #define TM_IN_SYS_TIME 1
34871 _ACEOF
34872
34873 fi
34874
34875 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
34876 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
34877 if test "${ac_cv_c_const+set}" = set; then
34878   echo $ECHO_N "(cached) $ECHO_C" >&6
34879 else
34880   cat >conftest.$ac_ext <<_ACEOF
34881 /* confdefs.h.  */
34882 _ACEOF
34883 cat confdefs.h >>conftest.$ac_ext
34884 cat >>conftest.$ac_ext <<_ACEOF
34885 /* end confdefs.h.  */
34886
34887 int
34888 main ()
34889 {
34890 /* FIXME: Include the comments suggested by Paul. */
34891 #ifndef __cplusplus
34892   /* Ultrix mips cc rejects this.  */
34893   typedef int charset[2];
34894   const charset cs;
34895   /* SunOS 4.1.1 cc rejects this.  */
34896   char const *const *pcpcc;
34897   char **ppc;
34898   /* NEC SVR4.0.2 mips cc rejects this.  */
34899   struct point {int x, y;};
34900   static struct point const zero = {0,0};
34901   /* AIX XL C 1.02.0.0 rejects this.
34902      It does not let you subtract one const X* pointer from another in
34903      an arm of an if-expression whose if-part is not a constant
34904      expression */
34905   const char *g = "string";
34906   pcpcc = &g + (g ? g-g : 0);
34907   /* HPUX 7.0 cc rejects these. */
34908   ++pcpcc;
34909   ppc = (char**) pcpcc;
34910   pcpcc = (char const *const *) ppc;
34911   { /* SCO 3.2v4 cc rejects this.  */
34912     char *t;
34913     char const *s = 0 ? (char *) 0 : (char const *) 0;
34914
34915     *t++ = 0;
34916     if (s) return 0;
34917   }
34918   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
34919     int x[] = {25, 17};
34920     const int *foo = &x[0];
34921     ++foo;
34922   }
34923   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
34924     typedef const int *iptr;
34925     iptr p = 0;
34926     ++p;
34927   }
34928   { /* AIX XL C 1.02.0.0 rejects this saying
34929        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
34930     struct s { int j; const int *ap[3]; };
34931     struct s *b; b->j = 5;
34932   }
34933   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
34934     const int foo = 10;
34935     if (!foo) return 0;
34936   }
34937   return !cs[0] && !zero.x;
34938 #endif
34939
34940   ;
34941   return 0;
34942 }
34943 _ACEOF
34944 rm -f conftest.$ac_objext
34945 if { (ac_try="$ac_compile"
34946 case "(($ac_try" in
34947   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34948   *) ac_try_echo=$ac_try;;
34949 esac
34950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34951   (eval "$ac_compile") 2>conftest.er1
34952   ac_status=$?
34953   grep -v '^ *+' conftest.er1 >conftest.err
34954   rm -f conftest.er1
34955   cat conftest.err >&5
34956   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34957   (exit $ac_status); } && {
34958          test -z "$ac_c_werror_flag" ||
34959          test ! -s conftest.err
34960        } && test -s conftest.$ac_objext; then
34961   ac_cv_c_const=yes
34962 else
34963   echo "$as_me: failed program was:" >&5
34964 sed 's/^/| /' conftest.$ac_ext >&5
34965
34966         ac_cv_c_const=no
34967 fi
34968
34969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34970 fi
34971 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
34972 echo "${ECHO_T}$ac_cv_c_const" >&6; }
34973 if test $ac_cv_c_const = no; then
34974
34975 cat >>confdefs.h <<\_ACEOF
34976 #define const
34977 _ACEOF
34978
34979 fi
34980
34981
34982 { echo "$as_me:$LINENO: checking for char" >&5
34983 echo $ECHO_N "checking for char... $ECHO_C" >&6; }
34984 if test "${ac_cv_type_char+set}" = set; then
34985   echo $ECHO_N "(cached) $ECHO_C" >&6
34986 else
34987   cat >conftest.$ac_ext <<_ACEOF
34988 /* confdefs.h.  */
34989 _ACEOF
34990 cat confdefs.h >>conftest.$ac_ext
34991 cat >>conftest.$ac_ext <<_ACEOF
34992 /* end confdefs.h.  */
34993 $ac_includes_default
34994 typedef char ac__type_new_;
34995 int
34996 main ()
34997 {
34998 if ((ac__type_new_ *) 0)
34999   return 0;
35000 if (sizeof (ac__type_new_))
35001   return 0;
35002   ;
35003   return 0;
35004 }
35005 _ACEOF
35006 rm -f conftest.$ac_objext
35007 if { (ac_try="$ac_compile"
35008 case "(($ac_try" in
35009   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35010   *) ac_try_echo=$ac_try;;
35011 esac
35012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35013   (eval "$ac_compile") 2>conftest.er1
35014   ac_status=$?
35015   grep -v '^ *+' conftest.er1 >conftest.err
35016   rm -f conftest.er1
35017   cat conftest.err >&5
35018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35019   (exit $ac_status); } && {
35020          test -z "$ac_c_werror_flag" ||
35021          test ! -s conftest.err
35022        } && test -s conftest.$ac_objext; then
35023   ac_cv_type_char=yes
35024 else
35025   echo "$as_me: failed program was:" >&5
35026 sed 's/^/| /' conftest.$ac_ext >&5
35027
35028         ac_cv_type_char=no
35029 fi
35030
35031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35032 fi
35033 { echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
35034 echo "${ECHO_T}$ac_cv_type_char" >&6; }
35035
35036 # The cast to long int works around a bug in the HP C Compiler
35037 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
35038 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
35039 # This bug is HP SR number 8606223364.
35040 { echo "$as_me:$LINENO: checking size of char" >&5
35041 echo $ECHO_N "checking size of char... $ECHO_C" >&6; }
35042 if test "${ac_cv_sizeof_char+set}" = set; then
35043   echo $ECHO_N "(cached) $ECHO_C" >&6
35044 else
35045   if test "$cross_compiling" = yes; then
35046   # Depending upon the size, compute the lo and hi bounds.
35047 cat >conftest.$ac_ext <<_ACEOF
35048 /* confdefs.h.  */
35049 _ACEOF
35050 cat confdefs.h >>conftest.$ac_ext
35051 cat >>conftest.$ac_ext <<_ACEOF
35052 /* end confdefs.h.  */
35053 $ac_includes_default
35054    typedef char ac__type_sizeof_;
35055 int
35056 main ()
35057 {
35058 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
35059 test_array [0] = 0
35060
35061   ;
35062   return 0;
35063 }
35064 _ACEOF
35065 rm -f conftest.$ac_objext
35066 if { (ac_try="$ac_compile"
35067 case "(($ac_try" in
35068   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35069   *) ac_try_echo=$ac_try;;
35070 esac
35071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35072   (eval "$ac_compile") 2>conftest.er1
35073   ac_status=$?
35074   grep -v '^ *+' conftest.er1 >conftest.err
35075   rm -f conftest.er1
35076   cat conftest.err >&5
35077   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35078   (exit $ac_status); } && {
35079          test -z "$ac_c_werror_flag" ||
35080          test ! -s conftest.err
35081        } && test -s conftest.$ac_objext; then
35082   ac_lo=0 ac_mid=0
35083   while :; do
35084     cat >conftest.$ac_ext <<_ACEOF
35085 /* confdefs.h.  */
35086 _ACEOF
35087 cat confdefs.h >>conftest.$ac_ext
35088 cat >>conftest.$ac_ext <<_ACEOF
35089 /* end confdefs.h.  */
35090 $ac_includes_default
35091    typedef char ac__type_sizeof_;
35092 int
35093 main ()
35094 {
35095 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
35096 test_array [0] = 0
35097
35098   ;
35099   return 0;
35100 }
35101 _ACEOF
35102 rm -f conftest.$ac_objext
35103 if { (ac_try="$ac_compile"
35104 case "(($ac_try" in
35105   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35106   *) ac_try_echo=$ac_try;;
35107 esac
35108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35109   (eval "$ac_compile") 2>conftest.er1
35110   ac_status=$?
35111   grep -v '^ *+' conftest.er1 >conftest.err
35112   rm -f conftest.er1
35113   cat conftest.err >&5
35114   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35115   (exit $ac_status); } && {
35116          test -z "$ac_c_werror_flag" ||
35117          test ! -s conftest.err
35118        } && test -s conftest.$ac_objext; then
35119   ac_hi=$ac_mid; break
35120 else
35121   echo "$as_me: failed program was:" >&5
35122 sed 's/^/| /' conftest.$ac_ext >&5
35123
35124         ac_lo=`expr $ac_mid + 1`
35125                         if test $ac_lo -le $ac_mid; then
35126                           ac_lo= ac_hi=
35127                           break
35128                         fi
35129                         ac_mid=`expr 2 '*' $ac_mid + 1`
35130 fi
35131
35132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35133   done
35134 else
35135   echo "$as_me: failed program was:" >&5
35136 sed 's/^/| /' conftest.$ac_ext >&5
35137
35138         cat >conftest.$ac_ext <<_ACEOF
35139 /* confdefs.h.  */
35140 _ACEOF
35141 cat confdefs.h >>conftest.$ac_ext
35142 cat >>conftest.$ac_ext <<_ACEOF
35143 /* end confdefs.h.  */
35144 $ac_includes_default
35145    typedef char ac__type_sizeof_;
35146 int
35147 main ()
35148 {
35149 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
35150 test_array [0] = 0
35151
35152   ;
35153   return 0;
35154 }
35155 _ACEOF
35156 rm -f conftest.$ac_objext
35157 if { (ac_try="$ac_compile"
35158 case "(($ac_try" in
35159   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35160   *) ac_try_echo=$ac_try;;
35161 esac
35162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35163   (eval "$ac_compile") 2>conftest.er1
35164   ac_status=$?
35165   grep -v '^ *+' conftest.er1 >conftest.err
35166   rm -f conftest.er1
35167   cat conftest.err >&5
35168   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35169   (exit $ac_status); } && {
35170          test -z "$ac_c_werror_flag" ||
35171          test ! -s conftest.err
35172        } && test -s conftest.$ac_objext; then
35173   ac_hi=-1 ac_mid=-1
35174   while :; do
35175     cat >conftest.$ac_ext <<_ACEOF
35176 /* confdefs.h.  */
35177 _ACEOF
35178 cat confdefs.h >>conftest.$ac_ext
35179 cat >>conftest.$ac_ext <<_ACEOF
35180 /* end confdefs.h.  */
35181 $ac_includes_default
35182    typedef char ac__type_sizeof_;
35183 int
35184 main ()
35185 {
35186 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
35187 test_array [0] = 0
35188
35189   ;
35190   return 0;
35191 }
35192 _ACEOF
35193 rm -f conftest.$ac_objext
35194 if { (ac_try="$ac_compile"
35195 case "(($ac_try" in
35196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35197   *) ac_try_echo=$ac_try;;
35198 esac
35199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35200   (eval "$ac_compile") 2>conftest.er1
35201   ac_status=$?
35202   grep -v '^ *+' conftest.er1 >conftest.err
35203   rm -f conftest.er1
35204   cat conftest.err >&5
35205   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35206   (exit $ac_status); } && {
35207          test -z "$ac_c_werror_flag" ||
35208          test ! -s conftest.err
35209        } && test -s conftest.$ac_objext; then
35210   ac_lo=$ac_mid; break
35211 else
35212   echo "$as_me: failed program was:" >&5
35213 sed 's/^/| /' conftest.$ac_ext >&5
35214
35215         ac_hi=`expr '(' $ac_mid ')' - 1`
35216                         if test $ac_mid -le $ac_hi; then
35217                           ac_lo= ac_hi=
35218                           break
35219                         fi
35220                         ac_mid=`expr 2 '*' $ac_mid`
35221 fi
35222
35223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35224   done
35225 else
35226   echo "$as_me: failed program was:" >&5
35227 sed 's/^/| /' conftest.$ac_ext >&5
35228
35229         ac_lo= ac_hi=
35230 fi
35231
35232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35233 fi
35234
35235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35236 # Binary search between lo and hi bounds.
35237 while test "x$ac_lo" != "x$ac_hi"; do
35238   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
35239   cat >conftest.$ac_ext <<_ACEOF
35240 /* confdefs.h.  */
35241 _ACEOF
35242 cat confdefs.h >>conftest.$ac_ext
35243 cat >>conftest.$ac_ext <<_ACEOF
35244 /* end confdefs.h.  */
35245 $ac_includes_default
35246    typedef char ac__type_sizeof_;
35247 int
35248 main ()
35249 {
35250 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
35251 test_array [0] = 0
35252
35253   ;
35254   return 0;
35255 }
35256 _ACEOF
35257 rm -f conftest.$ac_objext
35258 if { (ac_try="$ac_compile"
35259 case "(($ac_try" in
35260   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35261   *) ac_try_echo=$ac_try;;
35262 esac
35263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35264   (eval "$ac_compile") 2>conftest.er1
35265   ac_status=$?
35266   grep -v '^ *+' conftest.er1 >conftest.err
35267   rm -f conftest.er1
35268   cat conftest.err >&5
35269   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35270   (exit $ac_status); } && {
35271          test -z "$ac_c_werror_flag" ||
35272          test ! -s conftest.err
35273        } && test -s conftest.$ac_objext; then
35274   ac_hi=$ac_mid
35275 else
35276   echo "$as_me: failed program was:" >&5
35277 sed 's/^/| /' conftest.$ac_ext >&5
35278
35279         ac_lo=`expr '(' $ac_mid ')' + 1`
35280 fi
35281
35282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35283 done
35284 case $ac_lo in
35285 ?*) ac_cv_sizeof_char=$ac_lo;;
35286 '') if test "$ac_cv_type_char" = yes; then
35287      { { echo "$as_me:$LINENO: error: cannot compute sizeof (char)
35288 See \`config.log' for more details." >&5
35289 echo "$as_me: error: cannot compute sizeof (char)
35290 See \`config.log' for more details." >&2;}
35291    { (exit 77); exit 77; }; }
35292    else
35293      ac_cv_sizeof_char=0
35294    fi ;;
35295 esac
35296 else
35297   cat >conftest.$ac_ext <<_ACEOF
35298 /* confdefs.h.  */
35299 _ACEOF
35300 cat confdefs.h >>conftest.$ac_ext
35301 cat >>conftest.$ac_ext <<_ACEOF
35302 /* end confdefs.h.  */
35303 $ac_includes_default
35304    typedef char ac__type_sizeof_;
35305 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
35306 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
35307 #include <stdio.h>
35308 #include <stdlib.h>
35309 int
35310 main ()
35311 {
35312
35313   FILE *f = fopen ("conftest.val", "w");
35314   if (! f)
35315     return 1;
35316   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
35317     {
35318       long int i = longval ();
35319       if (i != ((long int) (sizeof (ac__type_sizeof_))))
35320         return 1;
35321       fprintf (f, "%ld\n", i);
35322     }
35323   else
35324     {
35325       unsigned long int i = ulongval ();
35326       if (i != ((long int) (sizeof (ac__type_sizeof_))))
35327         return 1;
35328       fprintf (f, "%lu\n", i);
35329     }
35330   return ferror (f) || fclose (f) != 0;
35331
35332   ;
35333   return 0;
35334 }
35335 _ACEOF
35336 rm -f conftest$ac_exeext
35337 if { (ac_try="$ac_link"
35338 case "(($ac_try" in
35339   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35340   *) ac_try_echo=$ac_try;;
35341 esac
35342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35343   (eval "$ac_link") 2>&5
35344   ac_status=$?
35345   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35346   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
35347   { (case "(($ac_try" in
35348   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35349   *) ac_try_echo=$ac_try;;
35350 esac
35351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35352   (eval "$ac_try") 2>&5
35353   ac_status=$?
35354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35355   (exit $ac_status); }; }; then
35356   ac_cv_sizeof_char=`cat conftest.val`
35357 else
35358   echo "$as_me: program exited with status $ac_status" >&5
35359 echo "$as_me: failed program was:" >&5
35360 sed 's/^/| /' conftest.$ac_ext >&5
35361
35362 ( exit $ac_status )
35363 if test "$ac_cv_type_char" = yes; then
35364      { { echo "$as_me:$LINENO: error: cannot compute sizeof (char)
35365 See \`config.log' for more details." >&5
35366 echo "$as_me: error: cannot compute sizeof (char)
35367 See \`config.log' for more details." >&2;}
35368    { (exit 77); exit 77; }; }
35369    else
35370      ac_cv_sizeof_char=0
35371    fi
35372 fi
35373 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
35374 fi
35375 rm -f conftest.val
35376 fi
35377 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
35378 echo "${ECHO_T}$ac_cv_sizeof_char" >&6; }
35379
35380
35381
35382 cat >>confdefs.h <<_ACEOF
35383 #define SIZEOF_CHAR $ac_cv_sizeof_char
35384 _ACEOF
35385
35386
35387 { echo "$as_me:$LINENO: checking for short int" >&5
35388 echo $ECHO_N "checking for short int... $ECHO_C" >&6; }
35389 if test "${ac_cv_type_short_int+set}" = set; then
35390   echo $ECHO_N "(cached) $ECHO_C" >&6
35391 else
35392   cat >conftest.$ac_ext <<_ACEOF
35393 /* confdefs.h.  */
35394 _ACEOF
35395 cat confdefs.h >>conftest.$ac_ext
35396 cat >>conftest.$ac_ext <<_ACEOF
35397 /* end confdefs.h.  */
35398 $ac_includes_default
35399 typedef short int ac__type_new_;
35400 int
35401 main ()
35402 {
35403 if ((ac__type_new_ *) 0)
35404   return 0;
35405 if (sizeof (ac__type_new_))
35406   return 0;
35407   ;
35408   return 0;
35409 }
35410 _ACEOF
35411 rm -f conftest.$ac_objext
35412 if { (ac_try="$ac_compile"
35413 case "(($ac_try" in
35414   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35415   *) ac_try_echo=$ac_try;;
35416 esac
35417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35418   (eval "$ac_compile") 2>conftest.er1
35419   ac_status=$?
35420   grep -v '^ *+' conftest.er1 >conftest.err
35421   rm -f conftest.er1
35422   cat conftest.err >&5
35423   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35424   (exit $ac_status); } && {
35425          test -z "$ac_c_werror_flag" ||
35426          test ! -s conftest.err
35427        } && test -s conftest.$ac_objext; then
35428   ac_cv_type_short_int=yes
35429 else
35430   echo "$as_me: failed program was:" >&5
35431 sed 's/^/| /' conftest.$ac_ext >&5
35432
35433         ac_cv_type_short_int=no
35434 fi
35435
35436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35437 fi
35438 { echo "$as_me:$LINENO: result: $ac_cv_type_short_int" >&5
35439 echo "${ECHO_T}$ac_cv_type_short_int" >&6; }
35440
35441 # The cast to long int works around a bug in the HP C Compiler
35442 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
35443 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
35444 # This bug is HP SR number 8606223364.
35445 { echo "$as_me:$LINENO: checking size of short int" >&5
35446 echo $ECHO_N "checking size of short int... $ECHO_C" >&6; }
35447 if test "${ac_cv_sizeof_short_int+set}" = set; then
35448   echo $ECHO_N "(cached) $ECHO_C" >&6
35449 else
35450   if test "$cross_compiling" = yes; then
35451   # Depending upon the size, compute the lo and hi bounds.
35452 cat >conftest.$ac_ext <<_ACEOF
35453 /* confdefs.h.  */
35454 _ACEOF
35455 cat confdefs.h >>conftest.$ac_ext
35456 cat >>conftest.$ac_ext <<_ACEOF
35457 /* end confdefs.h.  */
35458 $ac_includes_default
35459    typedef short int ac__type_sizeof_;
35460 int
35461 main ()
35462 {
35463 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
35464 test_array [0] = 0
35465
35466   ;
35467   return 0;
35468 }
35469 _ACEOF
35470 rm -f conftest.$ac_objext
35471 if { (ac_try="$ac_compile"
35472 case "(($ac_try" in
35473   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35474   *) ac_try_echo=$ac_try;;
35475 esac
35476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35477   (eval "$ac_compile") 2>conftest.er1
35478   ac_status=$?
35479   grep -v '^ *+' conftest.er1 >conftest.err
35480   rm -f conftest.er1
35481   cat conftest.err >&5
35482   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35483   (exit $ac_status); } && {
35484          test -z "$ac_c_werror_flag" ||
35485          test ! -s conftest.err
35486        } && test -s conftest.$ac_objext; then
35487   ac_lo=0 ac_mid=0
35488   while :; do
35489     cat >conftest.$ac_ext <<_ACEOF
35490 /* confdefs.h.  */
35491 _ACEOF
35492 cat confdefs.h >>conftest.$ac_ext
35493 cat >>conftest.$ac_ext <<_ACEOF
35494 /* end confdefs.h.  */
35495 $ac_includes_default
35496    typedef short int ac__type_sizeof_;
35497 int
35498 main ()
35499 {
35500 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
35501 test_array [0] = 0
35502
35503   ;
35504   return 0;
35505 }
35506 _ACEOF
35507 rm -f conftest.$ac_objext
35508 if { (ac_try="$ac_compile"
35509 case "(($ac_try" in
35510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35511   *) ac_try_echo=$ac_try;;
35512 esac
35513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35514   (eval "$ac_compile") 2>conftest.er1
35515   ac_status=$?
35516   grep -v '^ *+' conftest.er1 >conftest.err
35517   rm -f conftest.er1
35518   cat conftest.err >&5
35519   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35520   (exit $ac_status); } && {
35521          test -z "$ac_c_werror_flag" ||
35522          test ! -s conftest.err
35523        } && test -s conftest.$ac_objext; then
35524   ac_hi=$ac_mid; break
35525 else
35526   echo "$as_me: failed program was:" >&5
35527 sed 's/^/| /' conftest.$ac_ext >&5
35528
35529         ac_lo=`expr $ac_mid + 1`
35530                         if test $ac_lo -le $ac_mid; then
35531                           ac_lo= ac_hi=
35532                           break
35533                         fi
35534                         ac_mid=`expr 2 '*' $ac_mid + 1`
35535 fi
35536
35537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35538   done
35539 else
35540   echo "$as_me: failed program was:" >&5
35541 sed 's/^/| /' conftest.$ac_ext >&5
35542
35543         cat >conftest.$ac_ext <<_ACEOF
35544 /* confdefs.h.  */
35545 _ACEOF
35546 cat confdefs.h >>conftest.$ac_ext
35547 cat >>conftest.$ac_ext <<_ACEOF
35548 /* end confdefs.h.  */
35549 $ac_includes_default
35550    typedef short int ac__type_sizeof_;
35551 int
35552 main ()
35553 {
35554 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
35555 test_array [0] = 0
35556
35557   ;
35558   return 0;
35559 }
35560 _ACEOF
35561 rm -f conftest.$ac_objext
35562 if { (ac_try="$ac_compile"
35563 case "(($ac_try" in
35564   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35565   *) ac_try_echo=$ac_try;;
35566 esac
35567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35568   (eval "$ac_compile") 2>conftest.er1
35569   ac_status=$?
35570   grep -v '^ *+' conftest.er1 >conftest.err
35571   rm -f conftest.er1
35572   cat conftest.err >&5
35573   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35574   (exit $ac_status); } && {
35575          test -z "$ac_c_werror_flag" ||
35576          test ! -s conftest.err
35577        } && test -s conftest.$ac_objext; then
35578   ac_hi=-1 ac_mid=-1
35579   while :; do
35580     cat >conftest.$ac_ext <<_ACEOF
35581 /* confdefs.h.  */
35582 _ACEOF
35583 cat confdefs.h >>conftest.$ac_ext
35584 cat >>conftest.$ac_ext <<_ACEOF
35585 /* end confdefs.h.  */
35586 $ac_includes_default
35587    typedef short int ac__type_sizeof_;
35588 int
35589 main ()
35590 {
35591 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
35592 test_array [0] = 0
35593
35594   ;
35595   return 0;
35596 }
35597 _ACEOF
35598 rm -f conftest.$ac_objext
35599 if { (ac_try="$ac_compile"
35600 case "(($ac_try" in
35601   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35602   *) ac_try_echo=$ac_try;;
35603 esac
35604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35605   (eval "$ac_compile") 2>conftest.er1
35606   ac_status=$?
35607   grep -v '^ *+' conftest.er1 >conftest.err
35608   rm -f conftest.er1
35609   cat conftest.err >&5
35610   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35611   (exit $ac_status); } && {
35612          test -z "$ac_c_werror_flag" ||
35613          test ! -s conftest.err
35614        } && test -s conftest.$ac_objext; then
35615   ac_lo=$ac_mid; break
35616 else
35617   echo "$as_me: failed program was:" >&5
35618 sed 's/^/| /' conftest.$ac_ext >&5
35619
35620         ac_hi=`expr '(' $ac_mid ')' - 1`
35621                         if test $ac_mid -le $ac_hi; then
35622                           ac_lo= ac_hi=
35623                           break
35624                         fi
35625                         ac_mid=`expr 2 '*' $ac_mid`
35626 fi
35627
35628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35629   done
35630 else
35631   echo "$as_me: failed program was:" >&5
35632 sed 's/^/| /' conftest.$ac_ext >&5
35633
35634         ac_lo= ac_hi=
35635 fi
35636
35637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35638 fi
35639
35640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35641 # Binary search between lo and hi bounds.
35642 while test "x$ac_lo" != "x$ac_hi"; do
35643   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
35644   cat >conftest.$ac_ext <<_ACEOF
35645 /* confdefs.h.  */
35646 _ACEOF
35647 cat confdefs.h >>conftest.$ac_ext
35648 cat >>conftest.$ac_ext <<_ACEOF
35649 /* end confdefs.h.  */
35650 $ac_includes_default
35651    typedef short int ac__type_sizeof_;
35652 int
35653 main ()
35654 {
35655 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
35656 test_array [0] = 0
35657
35658   ;
35659   return 0;
35660 }
35661 _ACEOF
35662 rm -f conftest.$ac_objext
35663 if { (ac_try="$ac_compile"
35664 case "(($ac_try" in
35665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35666   *) ac_try_echo=$ac_try;;
35667 esac
35668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35669   (eval "$ac_compile") 2>conftest.er1
35670   ac_status=$?
35671   grep -v '^ *+' conftest.er1 >conftest.err
35672   rm -f conftest.er1
35673   cat conftest.err >&5
35674   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35675   (exit $ac_status); } && {
35676          test -z "$ac_c_werror_flag" ||
35677          test ! -s conftest.err
35678        } && test -s conftest.$ac_objext; then
35679   ac_hi=$ac_mid
35680 else
35681   echo "$as_me: failed program was:" >&5
35682 sed 's/^/| /' conftest.$ac_ext >&5
35683
35684         ac_lo=`expr '(' $ac_mid ')' + 1`
35685 fi
35686
35687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35688 done
35689 case $ac_lo in
35690 ?*) ac_cv_sizeof_short_int=$ac_lo;;
35691 '') if test "$ac_cv_type_short_int" = yes; then
35692      { { echo "$as_me:$LINENO: error: cannot compute sizeof (short int)
35693 See \`config.log' for more details." >&5
35694 echo "$as_me: error: cannot compute sizeof (short int)
35695 See \`config.log' for more details." >&2;}
35696    { (exit 77); exit 77; }; }
35697    else
35698      ac_cv_sizeof_short_int=0
35699    fi ;;
35700 esac
35701 else
35702   cat >conftest.$ac_ext <<_ACEOF
35703 /* confdefs.h.  */
35704 _ACEOF
35705 cat confdefs.h >>conftest.$ac_ext
35706 cat >>conftest.$ac_ext <<_ACEOF
35707 /* end confdefs.h.  */
35708 $ac_includes_default
35709    typedef short int ac__type_sizeof_;
35710 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
35711 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
35712 #include <stdio.h>
35713 #include <stdlib.h>
35714 int
35715 main ()
35716 {
35717
35718   FILE *f = fopen ("conftest.val", "w");
35719   if (! f)
35720     return 1;
35721   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
35722     {
35723       long int i = longval ();
35724       if (i != ((long int) (sizeof (ac__type_sizeof_))))
35725         return 1;
35726       fprintf (f, "%ld\n", i);
35727     }
35728   else
35729     {
35730       unsigned long int i = ulongval ();
35731       if (i != ((long int) (sizeof (ac__type_sizeof_))))
35732         return 1;
35733       fprintf (f, "%lu\n", i);
35734     }
35735   return ferror (f) || fclose (f) != 0;
35736
35737   ;
35738   return 0;
35739 }
35740 _ACEOF
35741 rm -f conftest$ac_exeext
35742 if { (ac_try="$ac_link"
35743 case "(($ac_try" in
35744   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35745   *) ac_try_echo=$ac_try;;
35746 esac
35747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35748   (eval "$ac_link") 2>&5
35749   ac_status=$?
35750   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35751   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
35752   { (case "(($ac_try" in
35753   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35754   *) ac_try_echo=$ac_try;;
35755 esac
35756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35757   (eval "$ac_try") 2>&5
35758   ac_status=$?
35759   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35760   (exit $ac_status); }; }; then
35761   ac_cv_sizeof_short_int=`cat conftest.val`
35762 else
35763   echo "$as_me: program exited with status $ac_status" >&5
35764 echo "$as_me: failed program was:" >&5
35765 sed 's/^/| /' conftest.$ac_ext >&5
35766
35767 ( exit $ac_status )
35768 if test "$ac_cv_type_short_int" = yes; then
35769      { { echo "$as_me:$LINENO: error: cannot compute sizeof (short int)
35770 See \`config.log' for more details." >&5
35771 echo "$as_me: error: cannot compute sizeof (short int)
35772 See \`config.log' for more details." >&2;}
35773    { (exit 77); exit 77; }; }
35774    else
35775      ac_cv_sizeof_short_int=0
35776    fi
35777 fi
35778 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
35779 fi
35780 rm -f conftest.val
35781 fi
35782 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short_int" >&5
35783 echo "${ECHO_T}$ac_cv_sizeof_short_int" >&6; }
35784
35785
35786
35787 cat >>confdefs.h <<_ACEOF
35788 #define SIZEOF_SHORT_INT $ac_cv_sizeof_short_int
35789 _ACEOF
35790
35791
35792 { echo "$as_me:$LINENO: checking for int" >&5
35793 echo $ECHO_N "checking for int... $ECHO_C" >&6; }
35794 if test "${ac_cv_type_int+set}" = set; then
35795   echo $ECHO_N "(cached) $ECHO_C" >&6
35796 else
35797   cat >conftest.$ac_ext <<_ACEOF
35798 /* confdefs.h.  */
35799 _ACEOF
35800 cat confdefs.h >>conftest.$ac_ext
35801 cat >>conftest.$ac_ext <<_ACEOF
35802 /* end confdefs.h.  */
35803 $ac_includes_default
35804 typedef int ac__type_new_;
35805 int
35806 main ()
35807 {
35808 if ((ac__type_new_ *) 0)
35809   return 0;
35810 if (sizeof (ac__type_new_))
35811   return 0;
35812   ;
35813   return 0;
35814 }
35815 _ACEOF
35816 rm -f conftest.$ac_objext
35817 if { (ac_try="$ac_compile"
35818 case "(($ac_try" in
35819   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35820   *) ac_try_echo=$ac_try;;
35821 esac
35822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35823   (eval "$ac_compile") 2>conftest.er1
35824   ac_status=$?
35825   grep -v '^ *+' conftest.er1 >conftest.err
35826   rm -f conftest.er1
35827   cat conftest.err >&5
35828   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35829   (exit $ac_status); } && {
35830          test -z "$ac_c_werror_flag" ||
35831          test ! -s conftest.err
35832        } && test -s conftest.$ac_objext; then
35833   ac_cv_type_int=yes
35834 else
35835   echo "$as_me: failed program was:" >&5
35836 sed 's/^/| /' conftest.$ac_ext >&5
35837
35838         ac_cv_type_int=no
35839 fi
35840
35841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35842 fi
35843 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
35844 echo "${ECHO_T}$ac_cv_type_int" >&6; }
35845
35846 # The cast to long int works around a bug in the HP C Compiler
35847 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
35848 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
35849 # This bug is HP SR number 8606223364.
35850 { echo "$as_me:$LINENO: checking size of int" >&5
35851 echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
35852 if test "${ac_cv_sizeof_int+set}" = set; then
35853   echo $ECHO_N "(cached) $ECHO_C" >&6
35854 else
35855   if test "$cross_compiling" = yes; then
35856   # Depending upon the size, compute the lo and hi bounds.
35857 cat >conftest.$ac_ext <<_ACEOF
35858 /* confdefs.h.  */
35859 _ACEOF
35860 cat confdefs.h >>conftest.$ac_ext
35861 cat >>conftest.$ac_ext <<_ACEOF
35862 /* end confdefs.h.  */
35863 $ac_includes_default
35864    typedef int ac__type_sizeof_;
35865 int
35866 main ()
35867 {
35868 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
35869 test_array [0] = 0
35870
35871   ;
35872   return 0;
35873 }
35874 _ACEOF
35875 rm -f conftest.$ac_objext
35876 if { (ac_try="$ac_compile"
35877 case "(($ac_try" in
35878   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35879   *) ac_try_echo=$ac_try;;
35880 esac
35881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35882   (eval "$ac_compile") 2>conftest.er1
35883   ac_status=$?
35884   grep -v '^ *+' conftest.er1 >conftest.err
35885   rm -f conftest.er1
35886   cat conftest.err >&5
35887   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35888   (exit $ac_status); } && {
35889          test -z "$ac_c_werror_flag" ||
35890          test ! -s conftest.err
35891        } && test -s conftest.$ac_objext; then
35892   ac_lo=0 ac_mid=0
35893   while :; do
35894     cat >conftest.$ac_ext <<_ACEOF
35895 /* confdefs.h.  */
35896 _ACEOF
35897 cat confdefs.h >>conftest.$ac_ext
35898 cat >>conftest.$ac_ext <<_ACEOF
35899 /* end confdefs.h.  */
35900 $ac_includes_default
35901    typedef int ac__type_sizeof_;
35902 int
35903 main ()
35904 {
35905 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
35906 test_array [0] = 0
35907
35908   ;
35909   return 0;
35910 }
35911 _ACEOF
35912 rm -f conftest.$ac_objext
35913 if { (ac_try="$ac_compile"
35914 case "(($ac_try" in
35915   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35916   *) ac_try_echo=$ac_try;;
35917 esac
35918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35919   (eval "$ac_compile") 2>conftest.er1
35920   ac_status=$?
35921   grep -v '^ *+' conftest.er1 >conftest.err
35922   rm -f conftest.er1
35923   cat conftest.err >&5
35924   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35925   (exit $ac_status); } && {
35926          test -z "$ac_c_werror_flag" ||
35927          test ! -s conftest.err
35928        } && test -s conftest.$ac_objext; then
35929   ac_hi=$ac_mid; break
35930 else
35931   echo "$as_me: failed program was:" >&5
35932 sed 's/^/| /' conftest.$ac_ext >&5
35933
35934         ac_lo=`expr $ac_mid + 1`
35935                         if test $ac_lo -le $ac_mid; then
35936                           ac_lo= ac_hi=
35937                           break
35938                         fi
35939                         ac_mid=`expr 2 '*' $ac_mid + 1`
35940 fi
35941
35942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35943   done
35944 else
35945   echo "$as_me: failed program was:" >&5
35946 sed 's/^/| /' conftest.$ac_ext >&5
35947
35948         cat >conftest.$ac_ext <<_ACEOF
35949 /* confdefs.h.  */
35950 _ACEOF
35951 cat confdefs.h >>conftest.$ac_ext
35952 cat >>conftest.$ac_ext <<_ACEOF
35953 /* end confdefs.h.  */
35954 $ac_includes_default
35955    typedef int ac__type_sizeof_;
35956 int
35957 main ()
35958 {
35959 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
35960 test_array [0] = 0
35961
35962   ;
35963   return 0;
35964 }
35965 _ACEOF
35966 rm -f conftest.$ac_objext
35967 if { (ac_try="$ac_compile"
35968 case "(($ac_try" in
35969   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35970   *) ac_try_echo=$ac_try;;
35971 esac
35972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35973   (eval "$ac_compile") 2>conftest.er1
35974   ac_status=$?
35975   grep -v '^ *+' conftest.er1 >conftest.err
35976   rm -f conftest.er1
35977   cat conftest.err >&5
35978   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35979   (exit $ac_status); } && {
35980          test -z "$ac_c_werror_flag" ||
35981          test ! -s conftest.err
35982        } && test -s conftest.$ac_objext; then
35983   ac_hi=-1 ac_mid=-1
35984   while :; do
35985     cat >conftest.$ac_ext <<_ACEOF
35986 /* confdefs.h.  */
35987 _ACEOF
35988 cat confdefs.h >>conftest.$ac_ext
35989 cat >>conftest.$ac_ext <<_ACEOF
35990 /* end confdefs.h.  */
35991 $ac_includes_default
35992    typedef int ac__type_sizeof_;
35993 int
35994 main ()
35995 {
35996 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
35997 test_array [0] = 0
35998
35999   ;
36000   return 0;
36001 }
36002 _ACEOF
36003 rm -f conftest.$ac_objext
36004 if { (ac_try="$ac_compile"
36005 case "(($ac_try" in
36006   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36007   *) ac_try_echo=$ac_try;;
36008 esac
36009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36010   (eval "$ac_compile") 2>conftest.er1
36011   ac_status=$?
36012   grep -v '^ *+' conftest.er1 >conftest.err
36013   rm -f conftest.er1
36014   cat conftest.err >&5
36015   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36016   (exit $ac_status); } && {
36017          test -z "$ac_c_werror_flag" ||
36018          test ! -s conftest.err
36019        } && test -s conftest.$ac_objext; then
36020   ac_lo=$ac_mid; break
36021 else
36022   echo "$as_me: failed program was:" >&5
36023 sed 's/^/| /' conftest.$ac_ext >&5
36024
36025         ac_hi=`expr '(' $ac_mid ')' - 1`
36026                         if test $ac_mid -le $ac_hi; then
36027                           ac_lo= ac_hi=
36028                           break
36029                         fi
36030                         ac_mid=`expr 2 '*' $ac_mid`
36031 fi
36032
36033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36034   done
36035 else
36036   echo "$as_me: failed program was:" >&5
36037 sed 's/^/| /' conftest.$ac_ext >&5
36038
36039         ac_lo= ac_hi=
36040 fi
36041
36042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36043 fi
36044
36045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36046 # Binary search between lo and hi bounds.
36047 while test "x$ac_lo" != "x$ac_hi"; do
36048   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
36049   cat >conftest.$ac_ext <<_ACEOF
36050 /* confdefs.h.  */
36051 _ACEOF
36052 cat confdefs.h >>conftest.$ac_ext
36053 cat >>conftest.$ac_ext <<_ACEOF
36054 /* end confdefs.h.  */
36055 $ac_includes_default
36056    typedef int ac__type_sizeof_;
36057 int
36058 main ()
36059 {
36060 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
36061 test_array [0] = 0
36062
36063   ;
36064   return 0;
36065 }
36066 _ACEOF
36067 rm -f conftest.$ac_objext
36068 if { (ac_try="$ac_compile"
36069 case "(($ac_try" in
36070   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36071   *) ac_try_echo=$ac_try;;
36072 esac
36073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36074   (eval "$ac_compile") 2>conftest.er1
36075   ac_status=$?
36076   grep -v '^ *+' conftest.er1 >conftest.err
36077   rm -f conftest.er1
36078   cat conftest.err >&5
36079   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36080   (exit $ac_status); } && {
36081          test -z "$ac_c_werror_flag" ||
36082          test ! -s conftest.err
36083        } && test -s conftest.$ac_objext; then
36084   ac_hi=$ac_mid
36085 else
36086   echo "$as_me: failed program was:" >&5
36087 sed 's/^/| /' conftest.$ac_ext >&5
36088
36089         ac_lo=`expr '(' $ac_mid ')' + 1`
36090 fi
36091
36092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36093 done
36094 case $ac_lo in
36095 ?*) ac_cv_sizeof_int=$ac_lo;;
36096 '') if test "$ac_cv_type_int" = yes; then
36097      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
36098 See \`config.log' for more details." >&5
36099 echo "$as_me: error: cannot compute sizeof (int)
36100 See \`config.log' for more details." >&2;}
36101    { (exit 77); exit 77; }; }
36102    else
36103      ac_cv_sizeof_int=0
36104    fi ;;
36105 esac
36106 else
36107   cat >conftest.$ac_ext <<_ACEOF
36108 /* confdefs.h.  */
36109 _ACEOF
36110 cat confdefs.h >>conftest.$ac_ext
36111 cat >>conftest.$ac_ext <<_ACEOF
36112 /* end confdefs.h.  */
36113 $ac_includes_default
36114    typedef int ac__type_sizeof_;
36115 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
36116 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
36117 #include <stdio.h>
36118 #include <stdlib.h>
36119 int
36120 main ()
36121 {
36122
36123   FILE *f = fopen ("conftest.val", "w");
36124   if (! f)
36125     return 1;
36126   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
36127     {
36128       long int i = longval ();
36129       if (i != ((long int) (sizeof (ac__type_sizeof_))))
36130         return 1;
36131       fprintf (f, "%ld\n", i);
36132     }
36133   else
36134     {
36135       unsigned long int i = ulongval ();
36136       if (i != ((long int) (sizeof (ac__type_sizeof_))))
36137         return 1;
36138       fprintf (f, "%lu\n", i);
36139     }
36140   return ferror (f) || fclose (f) != 0;
36141
36142   ;
36143   return 0;
36144 }
36145 _ACEOF
36146 rm -f conftest$ac_exeext
36147 if { (ac_try="$ac_link"
36148 case "(($ac_try" in
36149   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36150   *) ac_try_echo=$ac_try;;
36151 esac
36152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36153   (eval "$ac_link") 2>&5
36154   ac_status=$?
36155   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36156   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
36157   { (case "(($ac_try" in
36158   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36159   *) ac_try_echo=$ac_try;;
36160 esac
36161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36162   (eval "$ac_try") 2>&5
36163   ac_status=$?
36164   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36165   (exit $ac_status); }; }; then
36166   ac_cv_sizeof_int=`cat conftest.val`
36167 else
36168   echo "$as_me: program exited with status $ac_status" >&5
36169 echo "$as_me: failed program was:" >&5
36170 sed 's/^/| /' conftest.$ac_ext >&5
36171
36172 ( exit $ac_status )
36173 if test "$ac_cv_type_int" = yes; then
36174      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
36175 See \`config.log' for more details." >&5
36176 echo "$as_me: error: cannot compute sizeof (int)
36177 See \`config.log' for more details." >&2;}
36178    { (exit 77); exit 77; }; }
36179    else
36180      ac_cv_sizeof_int=0
36181    fi
36182 fi
36183 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
36184 fi
36185 rm -f conftest.val
36186 fi
36187 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
36188 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
36189
36190
36191
36192 cat >>confdefs.h <<_ACEOF
36193 #define SIZEOF_INT $ac_cv_sizeof_int
36194 _ACEOF
36195
36196
36197 { echo "$as_me:$LINENO: checking for long int" >&5
36198 echo $ECHO_N "checking for long int... $ECHO_C" >&6; }
36199 if test "${ac_cv_type_long_int+set}" = set; then
36200   echo $ECHO_N "(cached) $ECHO_C" >&6
36201 else
36202   cat >conftest.$ac_ext <<_ACEOF
36203 /* confdefs.h.  */
36204 _ACEOF
36205 cat confdefs.h >>conftest.$ac_ext
36206 cat >>conftest.$ac_ext <<_ACEOF
36207 /* end confdefs.h.  */
36208 $ac_includes_default
36209 typedef long int ac__type_new_;
36210 int
36211 main ()
36212 {
36213 if ((ac__type_new_ *) 0)
36214   return 0;
36215 if (sizeof (ac__type_new_))
36216   return 0;
36217   ;
36218   return 0;
36219 }
36220 _ACEOF
36221 rm -f conftest.$ac_objext
36222 if { (ac_try="$ac_compile"
36223 case "(($ac_try" in
36224   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36225   *) ac_try_echo=$ac_try;;
36226 esac
36227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36228   (eval "$ac_compile") 2>conftest.er1
36229   ac_status=$?
36230   grep -v '^ *+' conftest.er1 >conftest.err
36231   rm -f conftest.er1
36232   cat conftest.err >&5
36233   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36234   (exit $ac_status); } && {
36235          test -z "$ac_c_werror_flag" ||
36236          test ! -s conftest.err
36237        } && test -s conftest.$ac_objext; then
36238   ac_cv_type_long_int=yes
36239 else
36240   echo "$as_me: failed program was:" >&5
36241 sed 's/^/| /' conftest.$ac_ext >&5
36242
36243         ac_cv_type_long_int=no
36244 fi
36245
36246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36247 fi
36248 { echo "$as_me:$LINENO: result: $ac_cv_type_long_int" >&5
36249 echo "${ECHO_T}$ac_cv_type_long_int" >&6; }
36250
36251 # The cast to long int works around a bug in the HP C Compiler
36252 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
36253 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
36254 # This bug is HP SR number 8606223364.
36255 { echo "$as_me:$LINENO: checking size of long int" >&5
36256 echo $ECHO_N "checking size of long int... $ECHO_C" >&6; }
36257 if test "${ac_cv_sizeof_long_int+set}" = set; then
36258   echo $ECHO_N "(cached) $ECHO_C" >&6
36259 else
36260   if test "$cross_compiling" = yes; then
36261   # Depending upon the size, compute the lo and hi bounds.
36262 cat >conftest.$ac_ext <<_ACEOF
36263 /* confdefs.h.  */
36264 _ACEOF
36265 cat confdefs.h >>conftest.$ac_ext
36266 cat >>conftest.$ac_ext <<_ACEOF
36267 /* end confdefs.h.  */
36268 $ac_includes_default
36269    typedef long int ac__type_sizeof_;
36270 int
36271 main ()
36272 {
36273 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
36274 test_array [0] = 0
36275
36276   ;
36277   return 0;
36278 }
36279 _ACEOF
36280 rm -f conftest.$ac_objext
36281 if { (ac_try="$ac_compile"
36282 case "(($ac_try" in
36283   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36284   *) ac_try_echo=$ac_try;;
36285 esac
36286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36287   (eval "$ac_compile") 2>conftest.er1
36288   ac_status=$?
36289   grep -v '^ *+' conftest.er1 >conftest.err
36290   rm -f conftest.er1
36291   cat conftest.err >&5
36292   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36293   (exit $ac_status); } && {
36294          test -z "$ac_c_werror_flag" ||
36295          test ! -s conftest.err
36296        } && test -s conftest.$ac_objext; then
36297   ac_lo=0 ac_mid=0
36298   while :; do
36299     cat >conftest.$ac_ext <<_ACEOF
36300 /* confdefs.h.  */
36301 _ACEOF
36302 cat confdefs.h >>conftest.$ac_ext
36303 cat >>conftest.$ac_ext <<_ACEOF
36304 /* end confdefs.h.  */
36305 $ac_includes_default
36306    typedef long int ac__type_sizeof_;
36307 int
36308 main ()
36309 {
36310 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
36311 test_array [0] = 0
36312
36313   ;
36314   return 0;
36315 }
36316 _ACEOF
36317 rm -f conftest.$ac_objext
36318 if { (ac_try="$ac_compile"
36319 case "(($ac_try" in
36320   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36321   *) ac_try_echo=$ac_try;;
36322 esac
36323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36324   (eval "$ac_compile") 2>conftest.er1
36325   ac_status=$?
36326   grep -v '^ *+' conftest.er1 >conftest.err
36327   rm -f conftest.er1
36328   cat conftest.err >&5
36329   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36330   (exit $ac_status); } && {
36331          test -z "$ac_c_werror_flag" ||
36332          test ! -s conftest.err
36333        } && test -s conftest.$ac_objext; then
36334   ac_hi=$ac_mid; break
36335 else
36336   echo "$as_me: failed program was:" >&5
36337 sed 's/^/| /' conftest.$ac_ext >&5
36338
36339         ac_lo=`expr $ac_mid + 1`
36340                         if test $ac_lo -le $ac_mid; then
36341                           ac_lo= ac_hi=
36342                           break
36343                         fi
36344                         ac_mid=`expr 2 '*' $ac_mid + 1`
36345 fi
36346
36347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36348   done
36349 else
36350   echo "$as_me: failed program was:" >&5
36351 sed 's/^/| /' conftest.$ac_ext >&5
36352
36353         cat >conftest.$ac_ext <<_ACEOF
36354 /* confdefs.h.  */
36355 _ACEOF
36356 cat confdefs.h >>conftest.$ac_ext
36357 cat >>conftest.$ac_ext <<_ACEOF
36358 /* end confdefs.h.  */
36359 $ac_includes_default
36360    typedef long int ac__type_sizeof_;
36361 int
36362 main ()
36363 {
36364 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
36365 test_array [0] = 0
36366
36367   ;
36368   return 0;
36369 }
36370 _ACEOF
36371 rm -f conftest.$ac_objext
36372 if { (ac_try="$ac_compile"
36373 case "(($ac_try" in
36374   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36375   *) ac_try_echo=$ac_try;;
36376 esac
36377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36378   (eval "$ac_compile") 2>conftest.er1
36379   ac_status=$?
36380   grep -v '^ *+' conftest.er1 >conftest.err
36381   rm -f conftest.er1
36382   cat conftest.err >&5
36383   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36384   (exit $ac_status); } && {
36385          test -z "$ac_c_werror_flag" ||
36386          test ! -s conftest.err
36387        } && test -s conftest.$ac_objext; then
36388   ac_hi=-1 ac_mid=-1
36389   while :; do
36390     cat >conftest.$ac_ext <<_ACEOF
36391 /* confdefs.h.  */
36392 _ACEOF
36393 cat confdefs.h >>conftest.$ac_ext
36394 cat >>conftest.$ac_ext <<_ACEOF
36395 /* end confdefs.h.  */
36396 $ac_includes_default
36397    typedef long int ac__type_sizeof_;
36398 int
36399 main ()
36400 {
36401 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
36402 test_array [0] = 0
36403
36404   ;
36405   return 0;
36406 }
36407 _ACEOF
36408 rm -f conftest.$ac_objext
36409 if { (ac_try="$ac_compile"
36410 case "(($ac_try" in
36411   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36412   *) ac_try_echo=$ac_try;;
36413 esac
36414 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36415   (eval "$ac_compile") 2>conftest.er1
36416   ac_status=$?
36417   grep -v '^ *+' conftest.er1 >conftest.err
36418   rm -f conftest.er1
36419   cat conftest.err >&5
36420   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36421   (exit $ac_status); } && {
36422          test -z "$ac_c_werror_flag" ||
36423          test ! -s conftest.err
36424        } && test -s conftest.$ac_objext; then
36425   ac_lo=$ac_mid; break
36426 else
36427   echo "$as_me: failed program was:" >&5
36428 sed 's/^/| /' conftest.$ac_ext >&5
36429
36430         ac_hi=`expr '(' $ac_mid ')' - 1`
36431                         if test $ac_mid -le $ac_hi; then
36432                           ac_lo= ac_hi=
36433                           break
36434                         fi
36435                         ac_mid=`expr 2 '*' $ac_mid`
36436 fi
36437
36438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36439   done
36440 else
36441   echo "$as_me: failed program was:" >&5
36442 sed 's/^/| /' conftest.$ac_ext >&5
36443
36444         ac_lo= ac_hi=
36445 fi
36446
36447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36448 fi
36449
36450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36451 # Binary search between lo and hi bounds.
36452 while test "x$ac_lo" != "x$ac_hi"; do
36453   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
36454   cat >conftest.$ac_ext <<_ACEOF
36455 /* confdefs.h.  */
36456 _ACEOF
36457 cat confdefs.h >>conftest.$ac_ext
36458 cat >>conftest.$ac_ext <<_ACEOF
36459 /* end confdefs.h.  */
36460 $ac_includes_default
36461    typedef long int ac__type_sizeof_;
36462 int
36463 main ()
36464 {
36465 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
36466 test_array [0] = 0
36467
36468   ;
36469   return 0;
36470 }
36471 _ACEOF
36472 rm -f conftest.$ac_objext
36473 if { (ac_try="$ac_compile"
36474 case "(($ac_try" in
36475   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36476   *) ac_try_echo=$ac_try;;
36477 esac
36478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36479   (eval "$ac_compile") 2>conftest.er1
36480   ac_status=$?
36481   grep -v '^ *+' conftest.er1 >conftest.err
36482   rm -f conftest.er1
36483   cat conftest.err >&5
36484   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36485   (exit $ac_status); } && {
36486          test -z "$ac_c_werror_flag" ||
36487          test ! -s conftest.err
36488        } && test -s conftest.$ac_objext; then
36489   ac_hi=$ac_mid
36490 else
36491   echo "$as_me: failed program was:" >&5
36492 sed 's/^/| /' conftest.$ac_ext >&5
36493
36494         ac_lo=`expr '(' $ac_mid ')' + 1`
36495 fi
36496
36497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36498 done
36499 case $ac_lo in
36500 ?*) ac_cv_sizeof_long_int=$ac_lo;;
36501 '') if test "$ac_cv_type_long_int" = yes; then
36502      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long int)
36503 See \`config.log' for more details." >&5
36504 echo "$as_me: error: cannot compute sizeof (long int)
36505 See \`config.log' for more details." >&2;}
36506    { (exit 77); exit 77; }; }
36507    else
36508      ac_cv_sizeof_long_int=0
36509    fi ;;
36510 esac
36511 else
36512   cat >conftest.$ac_ext <<_ACEOF
36513 /* confdefs.h.  */
36514 _ACEOF
36515 cat confdefs.h >>conftest.$ac_ext
36516 cat >>conftest.$ac_ext <<_ACEOF
36517 /* end confdefs.h.  */
36518 $ac_includes_default
36519    typedef long int ac__type_sizeof_;
36520 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
36521 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
36522 #include <stdio.h>
36523 #include <stdlib.h>
36524 int
36525 main ()
36526 {
36527
36528   FILE *f = fopen ("conftest.val", "w");
36529   if (! f)
36530     return 1;
36531   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
36532     {
36533       long int i = longval ();
36534       if (i != ((long int) (sizeof (ac__type_sizeof_))))
36535         return 1;
36536       fprintf (f, "%ld\n", i);
36537     }
36538   else
36539     {
36540       unsigned long int i = ulongval ();
36541       if (i != ((long int) (sizeof (ac__type_sizeof_))))
36542         return 1;
36543       fprintf (f, "%lu\n", i);
36544     }
36545   return ferror (f) || fclose (f) != 0;
36546
36547   ;
36548   return 0;
36549 }
36550 _ACEOF
36551 rm -f conftest$ac_exeext
36552 if { (ac_try="$ac_link"
36553 case "(($ac_try" in
36554   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36555   *) ac_try_echo=$ac_try;;
36556 esac
36557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36558   (eval "$ac_link") 2>&5
36559   ac_status=$?
36560   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36561   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
36562   { (case "(($ac_try" in
36563   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36564   *) ac_try_echo=$ac_try;;
36565 esac
36566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36567   (eval "$ac_try") 2>&5
36568   ac_status=$?
36569   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36570   (exit $ac_status); }; }; then
36571   ac_cv_sizeof_long_int=`cat conftest.val`
36572 else
36573   echo "$as_me: program exited with status $ac_status" >&5
36574 echo "$as_me: failed program was:" >&5
36575 sed 's/^/| /' conftest.$ac_ext >&5
36576
36577 ( exit $ac_status )
36578 if test "$ac_cv_type_long_int" = yes; then
36579      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long int)
36580 See \`config.log' for more details." >&5
36581 echo "$as_me: error: cannot compute sizeof (long int)
36582 See \`config.log' for more details." >&2;}
36583    { (exit 77); exit 77; }; }
36584    else
36585      ac_cv_sizeof_long_int=0
36586    fi
36587 fi
36588 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
36589 fi
36590 rm -f conftest.val
36591 fi
36592 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_int" >&5
36593 echo "${ECHO_T}$ac_cv_sizeof_long_int" >&6; }
36594
36595
36596
36597 cat >>confdefs.h <<_ACEOF
36598 #define SIZEOF_LONG_INT $ac_cv_sizeof_long_int
36599 _ACEOF
36600
36601
36602 { echo "$as_me:$LINENO: checking for long long int" >&5
36603 echo $ECHO_N "checking for long long int... $ECHO_C" >&6; }
36604 if test "${ac_cv_type_long_long_int+set}" = set; then
36605   echo $ECHO_N "(cached) $ECHO_C" >&6
36606 else
36607   cat >conftest.$ac_ext <<_ACEOF
36608 /* confdefs.h.  */
36609 _ACEOF
36610 cat confdefs.h >>conftest.$ac_ext
36611 cat >>conftest.$ac_ext <<_ACEOF
36612 /* end confdefs.h.  */
36613 $ac_includes_default
36614 typedef long long int ac__type_new_;
36615 int
36616 main ()
36617 {
36618 if ((ac__type_new_ *) 0)
36619   return 0;
36620 if (sizeof (ac__type_new_))
36621   return 0;
36622   ;
36623   return 0;
36624 }
36625 _ACEOF
36626 rm -f conftest.$ac_objext
36627 if { (ac_try="$ac_compile"
36628 case "(($ac_try" in
36629   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36630   *) ac_try_echo=$ac_try;;
36631 esac
36632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36633   (eval "$ac_compile") 2>conftest.er1
36634   ac_status=$?
36635   grep -v '^ *+' conftest.er1 >conftest.err
36636   rm -f conftest.er1
36637   cat conftest.err >&5
36638   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36639   (exit $ac_status); } && {
36640          test -z "$ac_c_werror_flag" ||
36641          test ! -s conftest.err
36642        } && test -s conftest.$ac_objext; then
36643   ac_cv_type_long_long_int=yes
36644 else
36645   echo "$as_me: failed program was:" >&5
36646 sed 's/^/| /' conftest.$ac_ext >&5
36647
36648         ac_cv_type_long_long_int=no
36649 fi
36650
36651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36652 fi
36653 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long_int" >&5
36654 echo "${ECHO_T}$ac_cv_type_long_long_int" >&6; }
36655
36656 # The cast to long int works around a bug in the HP C Compiler
36657 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
36658 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
36659 # This bug is HP SR number 8606223364.
36660 { echo "$as_me:$LINENO: checking size of long long int" >&5
36661 echo $ECHO_N "checking size of long long int... $ECHO_C" >&6; }
36662 if test "${ac_cv_sizeof_long_long_int+set}" = set; then
36663   echo $ECHO_N "(cached) $ECHO_C" >&6
36664 else
36665   if test "$cross_compiling" = yes; then
36666   # Depending upon the size, compute the lo and hi bounds.
36667 cat >conftest.$ac_ext <<_ACEOF
36668 /* confdefs.h.  */
36669 _ACEOF
36670 cat confdefs.h >>conftest.$ac_ext
36671 cat >>conftest.$ac_ext <<_ACEOF
36672 /* end confdefs.h.  */
36673 $ac_includes_default
36674    typedef long long int ac__type_sizeof_;
36675 int
36676 main ()
36677 {
36678 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
36679 test_array [0] = 0
36680
36681   ;
36682   return 0;
36683 }
36684 _ACEOF
36685 rm -f conftest.$ac_objext
36686 if { (ac_try="$ac_compile"
36687 case "(($ac_try" in
36688   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36689   *) ac_try_echo=$ac_try;;
36690 esac
36691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36692   (eval "$ac_compile") 2>conftest.er1
36693   ac_status=$?
36694   grep -v '^ *+' conftest.er1 >conftest.err
36695   rm -f conftest.er1
36696   cat conftest.err >&5
36697   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36698   (exit $ac_status); } && {
36699          test -z "$ac_c_werror_flag" ||
36700          test ! -s conftest.err
36701        } && test -s conftest.$ac_objext; then
36702   ac_lo=0 ac_mid=0
36703   while :; do
36704     cat >conftest.$ac_ext <<_ACEOF
36705 /* confdefs.h.  */
36706 _ACEOF
36707 cat confdefs.h >>conftest.$ac_ext
36708 cat >>conftest.$ac_ext <<_ACEOF
36709 /* end confdefs.h.  */
36710 $ac_includes_default
36711    typedef long long int ac__type_sizeof_;
36712 int
36713 main ()
36714 {
36715 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
36716 test_array [0] = 0
36717
36718   ;
36719   return 0;
36720 }
36721 _ACEOF
36722 rm -f conftest.$ac_objext
36723 if { (ac_try="$ac_compile"
36724 case "(($ac_try" in
36725   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36726   *) ac_try_echo=$ac_try;;
36727 esac
36728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36729   (eval "$ac_compile") 2>conftest.er1
36730   ac_status=$?
36731   grep -v '^ *+' conftest.er1 >conftest.err
36732   rm -f conftest.er1
36733   cat conftest.err >&5
36734   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36735   (exit $ac_status); } && {
36736          test -z "$ac_c_werror_flag" ||
36737          test ! -s conftest.err
36738        } && test -s conftest.$ac_objext; then
36739   ac_hi=$ac_mid; break
36740 else
36741   echo "$as_me: failed program was:" >&5
36742 sed 's/^/| /' conftest.$ac_ext >&5
36743
36744         ac_lo=`expr $ac_mid + 1`
36745                         if test $ac_lo -le $ac_mid; then
36746                           ac_lo= ac_hi=
36747                           break
36748                         fi
36749                         ac_mid=`expr 2 '*' $ac_mid + 1`
36750 fi
36751
36752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36753   done
36754 else
36755   echo "$as_me: failed program was:" >&5
36756 sed 's/^/| /' conftest.$ac_ext >&5
36757
36758         cat >conftest.$ac_ext <<_ACEOF
36759 /* confdefs.h.  */
36760 _ACEOF
36761 cat confdefs.h >>conftest.$ac_ext
36762 cat >>conftest.$ac_ext <<_ACEOF
36763 /* end confdefs.h.  */
36764 $ac_includes_default
36765    typedef long long int ac__type_sizeof_;
36766 int
36767 main ()
36768 {
36769 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
36770 test_array [0] = 0
36771
36772   ;
36773   return 0;
36774 }
36775 _ACEOF
36776 rm -f conftest.$ac_objext
36777 if { (ac_try="$ac_compile"
36778 case "(($ac_try" in
36779   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36780   *) ac_try_echo=$ac_try;;
36781 esac
36782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36783   (eval "$ac_compile") 2>conftest.er1
36784   ac_status=$?
36785   grep -v '^ *+' conftest.er1 >conftest.err
36786   rm -f conftest.er1
36787   cat conftest.err >&5
36788   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36789   (exit $ac_status); } && {
36790          test -z "$ac_c_werror_flag" ||
36791          test ! -s conftest.err
36792        } && test -s conftest.$ac_objext; then
36793   ac_hi=-1 ac_mid=-1
36794   while :; do
36795     cat >conftest.$ac_ext <<_ACEOF
36796 /* confdefs.h.  */
36797 _ACEOF
36798 cat confdefs.h >>conftest.$ac_ext
36799 cat >>conftest.$ac_ext <<_ACEOF
36800 /* end confdefs.h.  */
36801 $ac_includes_default
36802    typedef long long int ac__type_sizeof_;
36803 int
36804 main ()
36805 {
36806 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
36807 test_array [0] = 0
36808
36809   ;
36810   return 0;
36811 }
36812 _ACEOF
36813 rm -f conftest.$ac_objext
36814 if { (ac_try="$ac_compile"
36815 case "(($ac_try" in
36816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36817   *) ac_try_echo=$ac_try;;
36818 esac
36819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36820   (eval "$ac_compile") 2>conftest.er1
36821   ac_status=$?
36822   grep -v '^ *+' conftest.er1 >conftest.err
36823   rm -f conftest.er1
36824   cat conftest.err >&5
36825   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36826   (exit $ac_status); } && {
36827          test -z "$ac_c_werror_flag" ||
36828          test ! -s conftest.err
36829        } && test -s conftest.$ac_objext; then
36830   ac_lo=$ac_mid; break
36831 else
36832   echo "$as_me: failed program was:" >&5
36833 sed 's/^/| /' conftest.$ac_ext >&5
36834
36835         ac_hi=`expr '(' $ac_mid ')' - 1`
36836                         if test $ac_mid -le $ac_hi; then
36837                           ac_lo= ac_hi=
36838                           break
36839                         fi
36840                         ac_mid=`expr 2 '*' $ac_mid`
36841 fi
36842
36843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36844   done
36845 else
36846   echo "$as_me: failed program was:" >&5
36847 sed 's/^/| /' conftest.$ac_ext >&5
36848
36849         ac_lo= ac_hi=
36850 fi
36851
36852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36853 fi
36854
36855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36856 # Binary search between lo and hi bounds.
36857 while test "x$ac_lo" != "x$ac_hi"; do
36858   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
36859   cat >conftest.$ac_ext <<_ACEOF
36860 /* confdefs.h.  */
36861 _ACEOF
36862 cat confdefs.h >>conftest.$ac_ext
36863 cat >>conftest.$ac_ext <<_ACEOF
36864 /* end confdefs.h.  */
36865 $ac_includes_default
36866    typedef long long int ac__type_sizeof_;
36867 int
36868 main ()
36869 {
36870 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
36871 test_array [0] = 0
36872
36873   ;
36874   return 0;
36875 }
36876 _ACEOF
36877 rm -f conftest.$ac_objext
36878 if { (ac_try="$ac_compile"
36879 case "(($ac_try" in
36880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36881   *) ac_try_echo=$ac_try;;
36882 esac
36883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36884   (eval "$ac_compile") 2>conftest.er1
36885   ac_status=$?
36886   grep -v '^ *+' conftest.er1 >conftest.err
36887   rm -f conftest.er1
36888   cat conftest.err >&5
36889   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36890   (exit $ac_status); } && {
36891          test -z "$ac_c_werror_flag" ||
36892          test ! -s conftest.err
36893        } && test -s conftest.$ac_objext; then
36894   ac_hi=$ac_mid
36895 else
36896   echo "$as_me: failed program was:" >&5
36897 sed 's/^/| /' conftest.$ac_ext >&5
36898
36899         ac_lo=`expr '(' $ac_mid ')' + 1`
36900 fi
36901
36902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36903 done
36904 case $ac_lo in
36905 ?*) ac_cv_sizeof_long_long_int=$ac_lo;;
36906 '') if test "$ac_cv_type_long_long_int" = yes; then
36907      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long int)
36908 See \`config.log' for more details." >&5
36909 echo "$as_me: error: cannot compute sizeof (long long int)
36910 See \`config.log' for more details." >&2;}
36911    { (exit 77); exit 77; }; }
36912    else
36913      ac_cv_sizeof_long_long_int=0
36914    fi ;;
36915 esac
36916 else
36917   cat >conftest.$ac_ext <<_ACEOF
36918 /* confdefs.h.  */
36919 _ACEOF
36920 cat confdefs.h >>conftest.$ac_ext
36921 cat >>conftest.$ac_ext <<_ACEOF
36922 /* end confdefs.h.  */
36923 $ac_includes_default
36924    typedef long long int ac__type_sizeof_;
36925 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
36926 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
36927 #include <stdio.h>
36928 #include <stdlib.h>
36929 int
36930 main ()
36931 {
36932
36933   FILE *f = fopen ("conftest.val", "w");
36934   if (! f)
36935     return 1;
36936   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
36937     {
36938       long int i = longval ();
36939       if (i != ((long int) (sizeof (ac__type_sizeof_))))
36940         return 1;
36941       fprintf (f, "%ld\n", i);
36942     }
36943   else
36944     {
36945       unsigned long int i = ulongval ();
36946       if (i != ((long int) (sizeof (ac__type_sizeof_))))
36947         return 1;
36948       fprintf (f, "%lu\n", i);
36949     }
36950   return ferror (f) || fclose (f) != 0;
36951
36952   ;
36953   return 0;
36954 }
36955 _ACEOF
36956 rm -f conftest$ac_exeext
36957 if { (ac_try="$ac_link"
36958 case "(($ac_try" in
36959   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36960   *) ac_try_echo=$ac_try;;
36961 esac
36962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36963   (eval "$ac_link") 2>&5
36964   ac_status=$?
36965   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36966   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
36967   { (case "(($ac_try" in
36968   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36969   *) ac_try_echo=$ac_try;;
36970 esac
36971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36972   (eval "$ac_try") 2>&5
36973   ac_status=$?
36974   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36975   (exit $ac_status); }; }; then
36976   ac_cv_sizeof_long_long_int=`cat conftest.val`
36977 else
36978   echo "$as_me: program exited with status $ac_status" >&5
36979 echo "$as_me: failed program was:" >&5
36980 sed 's/^/| /' conftest.$ac_ext >&5
36981
36982 ( exit $ac_status )
36983 if test "$ac_cv_type_long_long_int" = yes; then
36984      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long int)
36985 See \`config.log' for more details." >&5
36986 echo "$as_me: error: cannot compute sizeof (long long int)
36987 See \`config.log' for more details." >&2;}
36988    { (exit 77); exit 77; }; }
36989    else
36990      ac_cv_sizeof_long_long_int=0
36991    fi
36992 fi
36993 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
36994 fi
36995 rm -f conftest.val
36996 fi
36997 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long_int" >&5
36998 echo "${ECHO_T}$ac_cv_sizeof_long_long_int" >&6; }
36999
37000
37001
37002 cat >>confdefs.h <<_ACEOF
37003 #define SIZEOF_LONG_LONG_INT $ac_cv_sizeof_long_long_int
37004 _ACEOF
37005
37006
37007 { echo "$as_me:$LINENO: checking for int *" >&5
37008 echo $ECHO_N "checking for int *... $ECHO_C" >&6; }
37009 if test "${ac_cv_type_int_p+set}" = set; then
37010   echo $ECHO_N "(cached) $ECHO_C" >&6
37011 else
37012   cat >conftest.$ac_ext <<_ACEOF
37013 /* confdefs.h.  */
37014 _ACEOF
37015 cat confdefs.h >>conftest.$ac_ext
37016 cat >>conftest.$ac_ext <<_ACEOF
37017 /* end confdefs.h.  */
37018 $ac_includes_default
37019 typedef int * ac__type_new_;
37020 int
37021 main ()
37022 {
37023 if ((ac__type_new_ *) 0)
37024   return 0;
37025 if (sizeof (ac__type_new_))
37026   return 0;
37027   ;
37028   return 0;
37029 }
37030 _ACEOF
37031 rm -f conftest.$ac_objext
37032 if { (ac_try="$ac_compile"
37033 case "(($ac_try" in
37034   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37035   *) ac_try_echo=$ac_try;;
37036 esac
37037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37038   (eval "$ac_compile") 2>conftest.er1
37039   ac_status=$?
37040   grep -v '^ *+' conftest.er1 >conftest.err
37041   rm -f conftest.er1
37042   cat conftest.err >&5
37043   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37044   (exit $ac_status); } && {
37045          test -z "$ac_c_werror_flag" ||
37046          test ! -s conftest.err
37047        } && test -s conftest.$ac_objext; then
37048   ac_cv_type_int_p=yes
37049 else
37050   echo "$as_me: failed program was:" >&5
37051 sed 's/^/| /' conftest.$ac_ext >&5
37052
37053         ac_cv_type_int_p=no
37054 fi
37055
37056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37057 fi
37058 { echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
37059 echo "${ECHO_T}$ac_cv_type_int_p" >&6; }
37060
37061 # The cast to long int works around a bug in the HP C Compiler
37062 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
37063 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
37064 # This bug is HP SR number 8606223364.
37065 { echo "$as_me:$LINENO: checking size of int *" >&5
37066 echo $ECHO_N "checking size of int *... $ECHO_C" >&6; }
37067 if test "${ac_cv_sizeof_int_p+set}" = set; then
37068   echo $ECHO_N "(cached) $ECHO_C" >&6
37069 else
37070   if test "$cross_compiling" = yes; then
37071   # Depending upon the size, compute the lo and hi bounds.
37072 cat >conftest.$ac_ext <<_ACEOF
37073 /* confdefs.h.  */
37074 _ACEOF
37075 cat confdefs.h >>conftest.$ac_ext
37076 cat >>conftest.$ac_ext <<_ACEOF
37077 /* end confdefs.h.  */
37078 $ac_includes_default
37079    typedef int * ac__type_sizeof_;
37080 int
37081 main ()
37082 {
37083 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
37084 test_array [0] = 0
37085
37086   ;
37087   return 0;
37088 }
37089 _ACEOF
37090 rm -f conftest.$ac_objext
37091 if { (ac_try="$ac_compile"
37092 case "(($ac_try" in
37093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37094   *) ac_try_echo=$ac_try;;
37095 esac
37096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37097   (eval "$ac_compile") 2>conftest.er1
37098   ac_status=$?
37099   grep -v '^ *+' conftest.er1 >conftest.err
37100   rm -f conftest.er1
37101   cat conftest.err >&5
37102   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37103   (exit $ac_status); } && {
37104          test -z "$ac_c_werror_flag" ||
37105          test ! -s conftest.err
37106        } && test -s conftest.$ac_objext; then
37107   ac_lo=0 ac_mid=0
37108   while :; do
37109     cat >conftest.$ac_ext <<_ACEOF
37110 /* confdefs.h.  */
37111 _ACEOF
37112 cat confdefs.h >>conftest.$ac_ext
37113 cat >>conftest.$ac_ext <<_ACEOF
37114 /* end confdefs.h.  */
37115 $ac_includes_default
37116    typedef int * ac__type_sizeof_;
37117 int
37118 main ()
37119 {
37120 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
37121 test_array [0] = 0
37122
37123   ;
37124   return 0;
37125 }
37126 _ACEOF
37127 rm -f conftest.$ac_objext
37128 if { (ac_try="$ac_compile"
37129 case "(($ac_try" in
37130   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37131   *) ac_try_echo=$ac_try;;
37132 esac
37133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37134   (eval "$ac_compile") 2>conftest.er1
37135   ac_status=$?
37136   grep -v '^ *+' conftest.er1 >conftest.err
37137   rm -f conftest.er1
37138   cat conftest.err >&5
37139   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37140   (exit $ac_status); } && {
37141          test -z "$ac_c_werror_flag" ||
37142          test ! -s conftest.err
37143        } && test -s conftest.$ac_objext; then
37144   ac_hi=$ac_mid; break
37145 else
37146   echo "$as_me: failed program was:" >&5
37147 sed 's/^/| /' conftest.$ac_ext >&5
37148
37149         ac_lo=`expr $ac_mid + 1`
37150                         if test $ac_lo -le $ac_mid; then
37151                           ac_lo= ac_hi=
37152                           break
37153                         fi
37154                         ac_mid=`expr 2 '*' $ac_mid + 1`
37155 fi
37156
37157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37158   done
37159 else
37160   echo "$as_me: failed program was:" >&5
37161 sed 's/^/| /' conftest.$ac_ext >&5
37162
37163         cat >conftest.$ac_ext <<_ACEOF
37164 /* confdefs.h.  */
37165 _ACEOF
37166 cat confdefs.h >>conftest.$ac_ext
37167 cat >>conftest.$ac_ext <<_ACEOF
37168 /* end confdefs.h.  */
37169 $ac_includes_default
37170    typedef int * ac__type_sizeof_;
37171 int
37172 main ()
37173 {
37174 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
37175 test_array [0] = 0
37176
37177   ;
37178   return 0;
37179 }
37180 _ACEOF
37181 rm -f conftest.$ac_objext
37182 if { (ac_try="$ac_compile"
37183 case "(($ac_try" in
37184   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37185   *) ac_try_echo=$ac_try;;
37186 esac
37187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37188   (eval "$ac_compile") 2>conftest.er1
37189   ac_status=$?
37190   grep -v '^ *+' conftest.er1 >conftest.err
37191   rm -f conftest.er1
37192   cat conftest.err >&5
37193   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37194   (exit $ac_status); } && {
37195          test -z "$ac_c_werror_flag" ||
37196          test ! -s conftest.err
37197        } && test -s conftest.$ac_objext; then
37198   ac_hi=-1 ac_mid=-1
37199   while :; do
37200     cat >conftest.$ac_ext <<_ACEOF
37201 /* confdefs.h.  */
37202 _ACEOF
37203 cat confdefs.h >>conftest.$ac_ext
37204 cat >>conftest.$ac_ext <<_ACEOF
37205 /* end confdefs.h.  */
37206 $ac_includes_default
37207    typedef int * ac__type_sizeof_;
37208 int
37209 main ()
37210 {
37211 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
37212 test_array [0] = 0
37213
37214   ;
37215   return 0;
37216 }
37217 _ACEOF
37218 rm -f conftest.$ac_objext
37219 if { (ac_try="$ac_compile"
37220 case "(($ac_try" in
37221   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37222   *) ac_try_echo=$ac_try;;
37223 esac
37224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37225   (eval "$ac_compile") 2>conftest.er1
37226   ac_status=$?
37227   grep -v '^ *+' conftest.er1 >conftest.err
37228   rm -f conftest.er1
37229   cat conftest.err >&5
37230   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37231   (exit $ac_status); } && {
37232          test -z "$ac_c_werror_flag" ||
37233          test ! -s conftest.err
37234        } && test -s conftest.$ac_objext; then
37235   ac_lo=$ac_mid; break
37236 else
37237   echo "$as_me: failed program was:" >&5
37238 sed 's/^/| /' conftest.$ac_ext >&5
37239
37240         ac_hi=`expr '(' $ac_mid ')' - 1`
37241                         if test $ac_mid -le $ac_hi; then
37242                           ac_lo= ac_hi=
37243                           break
37244                         fi
37245                         ac_mid=`expr 2 '*' $ac_mid`
37246 fi
37247
37248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37249   done
37250 else
37251   echo "$as_me: failed program was:" >&5
37252 sed 's/^/| /' conftest.$ac_ext >&5
37253
37254         ac_lo= ac_hi=
37255 fi
37256
37257 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37258 fi
37259
37260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37261 # Binary search between lo and hi bounds.
37262 while test "x$ac_lo" != "x$ac_hi"; do
37263   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
37264   cat >conftest.$ac_ext <<_ACEOF
37265 /* confdefs.h.  */
37266 _ACEOF
37267 cat confdefs.h >>conftest.$ac_ext
37268 cat >>conftest.$ac_ext <<_ACEOF
37269 /* end confdefs.h.  */
37270 $ac_includes_default
37271    typedef int * ac__type_sizeof_;
37272 int
37273 main ()
37274 {
37275 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
37276 test_array [0] = 0
37277
37278   ;
37279   return 0;
37280 }
37281 _ACEOF
37282 rm -f conftest.$ac_objext
37283 if { (ac_try="$ac_compile"
37284 case "(($ac_try" in
37285   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37286   *) ac_try_echo=$ac_try;;
37287 esac
37288 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37289   (eval "$ac_compile") 2>conftest.er1
37290   ac_status=$?
37291   grep -v '^ *+' conftest.er1 >conftest.err
37292   rm -f conftest.er1
37293   cat conftest.err >&5
37294   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37295   (exit $ac_status); } && {
37296          test -z "$ac_c_werror_flag" ||
37297          test ! -s conftest.err
37298        } && test -s conftest.$ac_objext; then
37299   ac_hi=$ac_mid
37300 else
37301   echo "$as_me: failed program was:" >&5
37302 sed 's/^/| /' conftest.$ac_ext >&5
37303
37304         ac_lo=`expr '(' $ac_mid ')' + 1`
37305 fi
37306
37307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37308 done
37309 case $ac_lo in
37310 ?*) ac_cv_sizeof_int_p=$ac_lo;;
37311 '') if test "$ac_cv_type_int_p" = yes; then
37312      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *)
37313 See \`config.log' for more details." >&5
37314 echo "$as_me: error: cannot compute sizeof (int *)
37315 See \`config.log' for more details." >&2;}
37316    { (exit 77); exit 77; }; }
37317    else
37318      ac_cv_sizeof_int_p=0
37319    fi ;;
37320 esac
37321 else
37322   cat >conftest.$ac_ext <<_ACEOF
37323 /* confdefs.h.  */
37324 _ACEOF
37325 cat confdefs.h >>conftest.$ac_ext
37326 cat >>conftest.$ac_ext <<_ACEOF
37327 /* end confdefs.h.  */
37328 $ac_includes_default
37329    typedef int * ac__type_sizeof_;
37330 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
37331 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
37332 #include <stdio.h>
37333 #include <stdlib.h>
37334 int
37335 main ()
37336 {
37337
37338   FILE *f = fopen ("conftest.val", "w");
37339   if (! f)
37340     return 1;
37341   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
37342     {
37343       long int i = longval ();
37344       if (i != ((long int) (sizeof (ac__type_sizeof_))))
37345         return 1;
37346       fprintf (f, "%ld\n", i);
37347     }
37348   else
37349     {
37350       unsigned long int i = ulongval ();
37351       if (i != ((long int) (sizeof (ac__type_sizeof_))))
37352         return 1;
37353       fprintf (f, "%lu\n", i);
37354     }
37355   return ferror (f) || fclose (f) != 0;
37356
37357   ;
37358   return 0;
37359 }
37360 _ACEOF
37361 rm -f conftest$ac_exeext
37362 if { (ac_try="$ac_link"
37363 case "(($ac_try" in
37364   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37365   *) ac_try_echo=$ac_try;;
37366 esac
37367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37368   (eval "$ac_link") 2>&5
37369   ac_status=$?
37370   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37371   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
37372   { (case "(($ac_try" in
37373   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37374   *) ac_try_echo=$ac_try;;
37375 esac
37376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37377   (eval "$ac_try") 2>&5
37378   ac_status=$?
37379   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37380   (exit $ac_status); }; }; then
37381   ac_cv_sizeof_int_p=`cat conftest.val`
37382 else
37383   echo "$as_me: program exited with status $ac_status" >&5
37384 echo "$as_me: failed program was:" >&5
37385 sed 's/^/| /' conftest.$ac_ext >&5
37386
37387 ( exit $ac_status )
37388 if test "$ac_cv_type_int_p" = yes; then
37389      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *)
37390 See \`config.log' for more details." >&5
37391 echo "$as_me: error: cannot compute sizeof (int *)
37392 See \`config.log' for more details." >&2;}
37393    { (exit 77); exit 77; }; }
37394    else
37395      ac_cv_sizeof_int_p=0
37396    fi
37397 fi
37398 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
37399 fi
37400 rm -f conftest.val
37401 fi
37402 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
37403 echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6; }
37404
37405
37406
37407 cat >>confdefs.h <<_ACEOF
37408 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
37409 _ACEOF
37410
37411
37412
37413 { echo "$as_me:$LINENO: checking for u_int type" >&5
37414 echo $ECHO_N "checking for u_int type... $ECHO_C" >&6; }
37415 if test "${ac_cv_have_u_int+set}" = set; then
37416   echo $ECHO_N "(cached) $ECHO_C" >&6
37417 else
37418
37419        cat >conftest.$ac_ext <<_ACEOF
37420 /* confdefs.h.  */
37421 _ACEOF
37422 cat confdefs.h >>conftest.$ac_ext
37423 cat >>conftest.$ac_ext <<_ACEOF
37424 /* end confdefs.h.  */
37425
37426               #include <sys/types.h>
37427
37428 int
37429 main ()
37430 {
37431
37432               u_int a; a = 1;
37433
37434   ;
37435   return 0;
37436 }
37437 _ACEOF
37438 rm -f conftest.$ac_objext
37439 if { (ac_try="$ac_compile"
37440 case "(($ac_try" in
37441   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37442   *) ac_try_echo=$ac_try;;
37443 esac
37444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37445   (eval "$ac_compile") 2>conftest.er1
37446   ac_status=$?
37447   grep -v '^ *+' conftest.er1 >conftest.err
37448   rm -f conftest.er1
37449   cat conftest.err >&5
37450   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37451   (exit $ac_status); } && {
37452          test -z "$ac_c_werror_flag" ||
37453          test ! -s conftest.err
37454        } && test -s conftest.$ac_objext; then
37455
37456               ac_cv_have_u_int="yes"
37457
37458 else
37459   echo "$as_me: failed program was:" >&5
37460 sed 's/^/| /' conftest.$ac_ext >&5
37461
37462
37463               ac_cv_have_u_int="no"
37464
37465
37466 fi
37467
37468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37469
37470
37471 fi
37472 { echo "$as_me:$LINENO: result: $ac_cv_have_u_int" >&5
37473 echo "${ECHO_T}$ac_cv_have_u_int" >&6; }
37474 if test "x$ac_cv_have_u_int" = "xyes" ; then
37475    cat >>confdefs.h <<\_ACEOF
37476 #define HAVE_U_INT 1
37477 _ACEOF
37478
37479    have_u_int=1
37480 fi
37481
37482 { echo "$as_me:$LINENO: checking for intmax_t type" >&5
37483 echo $ECHO_N "checking for intmax_t type... $ECHO_C" >&6; }
37484 if test "${ac_cv_have_intmax_t+set}" = set; then
37485   echo $ECHO_N "(cached) $ECHO_C" >&6
37486 else
37487
37488        cat >conftest.$ac_ext <<_ACEOF
37489 /* confdefs.h.  */
37490 _ACEOF
37491 cat confdefs.h >>conftest.$ac_ext
37492 cat >>conftest.$ac_ext <<_ACEOF
37493 /* end confdefs.h.  */
37494
37495               #include <sys/types.h>
37496
37497 int
37498 main ()
37499 {
37500
37501               intmax_t a; a = 1;
37502
37503   ;
37504   return 0;
37505 }
37506 _ACEOF
37507 rm -f conftest.$ac_objext
37508 if { (ac_try="$ac_compile"
37509 case "(($ac_try" in
37510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37511   *) ac_try_echo=$ac_try;;
37512 esac
37513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37514   (eval "$ac_compile") 2>conftest.er1
37515   ac_status=$?
37516   grep -v '^ *+' conftest.er1 >conftest.err
37517   rm -f conftest.er1
37518   cat conftest.err >&5
37519   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37520   (exit $ac_status); } && {
37521          test -z "$ac_c_werror_flag" ||
37522          test ! -s conftest.err
37523        } && test -s conftest.$ac_objext; then
37524
37525               ac_cv_have_intmax_t="yes"
37526
37527 else
37528   echo "$as_me: failed program was:" >&5
37529 sed 's/^/| /' conftest.$ac_ext >&5
37530
37531
37532               cat >conftest.$ac_ext <<_ACEOF
37533 /* confdefs.h.  */
37534 _ACEOF
37535 cat confdefs.h >>conftest.$ac_ext
37536 cat >>conftest.$ac_ext <<_ACEOF
37537 /* end confdefs.h.  */
37538
37539                      #include <stdint.h>
37540
37541 int
37542 main ()
37543 {
37544
37545                      intmax_t a; a = 1;
37546
37547   ;
37548   return 0;
37549 }
37550 _ACEOF
37551 rm -f conftest.$ac_objext
37552 if { (ac_try="$ac_compile"
37553 case "(($ac_try" in
37554   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37555   *) ac_try_echo=$ac_try;;
37556 esac
37557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37558   (eval "$ac_compile") 2>conftest.er1
37559   ac_status=$?
37560   grep -v '^ *+' conftest.er1 >conftest.err
37561   rm -f conftest.er1
37562   cat conftest.err >&5
37563   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37564   (exit $ac_status); } && {
37565          test -z "$ac_c_werror_flag" ||
37566          test ! -s conftest.err
37567        } && test -s conftest.$ac_objext; then
37568
37569                      ac_cv_have_intmax_t="yes"
37570
37571 else
37572   echo "$as_me: failed program was:" >&5
37573 sed 's/^/| /' conftest.$ac_ext >&5
37574
37575
37576                      ac_cv_have_intmax_t="no"
37577
37578
37579 fi
37580
37581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37582
37583
37584 fi
37585
37586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37587
37588
37589 fi
37590 { echo "$as_me:$LINENO: result: $ac_cv_have_intmax_t" >&5
37591 echo "${ECHO_T}$ac_cv_have_intmax_t" >&6; }
37592 if test "x$ac_cv_have_intmax_t" = "xyes" ; then
37593    cat >>confdefs.h <<\_ACEOF
37594 #define HAVE_INTMAX_T 1
37595 _ACEOF
37596
37597    have_intmax_t=1
37598 fi
37599
37600 { echo "$as_me:$LINENO: checking for u_intmax_t type" >&5
37601 echo $ECHO_N "checking for u_intmax_t type... $ECHO_C" >&6; }
37602 if test "${ac_cv_have_u_intmax_t+set}" = set; then
37603   echo $ECHO_N "(cached) $ECHO_C" >&6
37604 else
37605
37606        cat >conftest.$ac_ext <<_ACEOF
37607 /* confdefs.h.  */
37608 _ACEOF
37609 cat confdefs.h >>conftest.$ac_ext
37610 cat >>conftest.$ac_ext <<_ACEOF
37611 /* end confdefs.h.  */
37612
37613               #include <sys/types.h>
37614
37615 int
37616 main ()
37617 {
37618
37619               u_intmax_t a; a = 1;
37620
37621   ;
37622   return 0;
37623 }
37624 _ACEOF
37625 rm -f conftest.$ac_objext
37626 if { (ac_try="$ac_compile"
37627 case "(($ac_try" in
37628   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37629   *) ac_try_echo=$ac_try;;
37630 esac
37631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37632   (eval "$ac_compile") 2>conftest.er1
37633   ac_status=$?
37634   grep -v '^ *+' conftest.er1 >conftest.err
37635   rm -f conftest.er1
37636   cat conftest.err >&5
37637   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37638   (exit $ac_status); } && {
37639          test -z "$ac_c_werror_flag" ||
37640          test ! -s conftest.err
37641        } && test -s conftest.$ac_objext; then
37642
37643               ac_cv_have_u_intmax_t="yes"
37644
37645 else
37646   echo "$as_me: failed program was:" >&5
37647 sed 's/^/| /' conftest.$ac_ext >&5
37648
37649
37650               cat >conftest.$ac_ext <<_ACEOF
37651 /* confdefs.h.  */
37652 _ACEOF
37653 cat confdefs.h >>conftest.$ac_ext
37654 cat >>conftest.$ac_ext <<_ACEOF
37655 /* end confdefs.h.  */
37656
37657                      #include <stdint.h>
37658
37659 int
37660 main ()
37661 {
37662
37663                     u_intmax_t a; a = 1;
37664
37665   ;
37666   return 0;
37667 }
37668 _ACEOF
37669 rm -f conftest.$ac_objext
37670 if { (ac_try="$ac_compile"
37671 case "(($ac_try" in
37672   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37673   *) ac_try_echo=$ac_try;;
37674 esac
37675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37676   (eval "$ac_compile") 2>conftest.er1
37677   ac_status=$?
37678   grep -v '^ *+' conftest.er1 >conftest.err
37679   rm -f conftest.er1
37680   cat conftest.err >&5
37681   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37682   (exit $ac_status); } && {
37683          test -z "$ac_c_werror_flag" ||
37684          test ! -s conftest.err
37685        } && test -s conftest.$ac_objext; then
37686
37687                     ac_cv_have_u_intmax_t="yes"
37688
37689 else
37690   echo "$as_me: failed program was:" >&5
37691 sed 's/^/| /' conftest.$ac_ext >&5
37692
37693
37694                     ac_cv_have_u_intmax_t="no"
37695
37696
37697 fi
37698
37699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37700
37701
37702 fi
37703
37704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37705
37706
37707 fi
37708 { echo "$as_me:$LINENO: result: $ac_cv_have_u_intmax_t" >&5
37709 echo "${ECHO_T}$ac_cv_have_u_intmax_t" >&6; }
37710 if test "x$ac_cv_have_u_intmax_t" = "xyes" ; then
37711    cat >>confdefs.h <<\_ACEOF
37712 #define HAVE_U_INTMAX_T 1
37713 _ACEOF
37714
37715    have_u_intmax_t=1
37716 fi
37717
37718 { echo "$as_me:$LINENO: checking for intXX_t types" >&5
37719 echo $ECHO_N "checking for intXX_t types... $ECHO_C" >&6; }
37720 if test "${ac_cv_have_intxx_t+set}" = set; then
37721   echo $ECHO_N "(cached) $ECHO_C" >&6
37722 else
37723
37724        cat >conftest.$ac_ext <<_ACEOF
37725 /* confdefs.h.  */
37726 _ACEOF
37727 cat confdefs.h >>conftest.$ac_ext
37728 cat >>conftest.$ac_ext <<_ACEOF
37729 /* end confdefs.h.  */
37730
37731               #include <sys/types.h>
37732
37733 int
37734 main ()
37735 {
37736
37737               int8_t a; int16_t b; int32_t c; a = b = c = 1;
37738
37739   ;
37740   return 0;
37741 }
37742 _ACEOF
37743 rm -f conftest.$ac_objext
37744 if { (ac_try="$ac_compile"
37745 case "(($ac_try" in
37746   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37747   *) ac_try_echo=$ac_try;;
37748 esac
37749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37750   (eval "$ac_compile") 2>conftest.er1
37751   ac_status=$?
37752   grep -v '^ *+' conftest.er1 >conftest.err
37753   rm -f conftest.er1
37754   cat conftest.err >&5
37755   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37756   (exit $ac_status); } && {
37757          test -z "$ac_c_werror_flag" ||
37758          test ! -s conftest.err
37759        } && test -s conftest.$ac_objext; then
37760
37761               ac_cv_have_intxx_t="yes"
37762
37763 else
37764   echo "$as_me: failed program was:" >&5
37765 sed 's/^/| /' conftest.$ac_ext >&5
37766
37767
37768               ac_cv_have_intxx_t="no"
37769
37770
37771 fi
37772
37773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37774
37775
37776 fi
37777 { echo "$as_me:$LINENO: result: $ac_cv_have_intxx_t" >&5
37778 echo "${ECHO_T}$ac_cv_have_intxx_t" >&6; }
37779 if test "x$ac_cv_have_intxx_t" = "xyes" ; then
37780    cat >>confdefs.h <<\_ACEOF
37781 #define HAVE_INTXX_T 1
37782 _ACEOF
37783
37784    have_intxx_t=1
37785 fi
37786
37787 { echo "$as_me:$LINENO: checking for int64_t type" >&5
37788 echo $ECHO_N "checking for int64_t type... $ECHO_C" >&6; }
37789 if test "${ac_cv_have_int64_t+set}" = set; then
37790   echo $ECHO_N "(cached) $ECHO_C" >&6
37791 else
37792
37793        cat >conftest.$ac_ext <<_ACEOF
37794 /* confdefs.h.  */
37795 _ACEOF
37796 cat confdefs.h >>conftest.$ac_ext
37797 cat >>conftest.$ac_ext <<_ACEOF
37798 /* end confdefs.h.  */
37799
37800               #include <sys/types.h>
37801
37802 int
37803 main ()
37804 {
37805
37806               int64_t a; a = 1;
37807
37808   ;
37809   return 0;
37810 }
37811 _ACEOF
37812 rm -f conftest.$ac_objext
37813 if { (ac_try="$ac_compile"
37814 case "(($ac_try" in
37815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37816   *) ac_try_echo=$ac_try;;
37817 esac
37818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37819   (eval "$ac_compile") 2>conftest.er1
37820   ac_status=$?
37821   grep -v '^ *+' conftest.er1 >conftest.err
37822   rm -f conftest.er1
37823   cat conftest.err >&5
37824   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37825   (exit $ac_status); } && {
37826          test -z "$ac_c_werror_flag" ||
37827          test ! -s conftest.err
37828        } && test -s conftest.$ac_objext; then
37829
37830               ac_cv_have_int64_t="yes"
37831
37832 else
37833   echo "$as_me: failed program was:" >&5
37834 sed 's/^/| /' conftest.$ac_ext >&5
37835
37836
37837               ac_cv_have_int64_t="no"
37838
37839
37840 fi
37841
37842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37843
37844
37845 fi
37846 { echo "$as_me:$LINENO: result: $ac_cv_have_int64_t" >&5
37847 echo "${ECHO_T}$ac_cv_have_int64_t" >&6; }
37848 if test "x$ac_cv_have_int64_t" = "xyes" ; then
37849    cat >>confdefs.h <<\_ACEOF
37850 #define HAVE_INT64_T 1
37851 _ACEOF
37852
37853    have_int64_t=1
37854 fi
37855
37856 { echo "$as_me:$LINENO: checking for u_intXX_t types" >&5
37857 echo $ECHO_N "checking for u_intXX_t types... $ECHO_C" >&6; }
37858 if test "${ac_cv_have_u_intxx_t+set}" = set; then
37859   echo $ECHO_N "(cached) $ECHO_C" >&6
37860 else
37861
37862        cat >conftest.$ac_ext <<_ACEOF
37863 /* confdefs.h.  */
37864 _ACEOF
37865 cat confdefs.h >>conftest.$ac_ext
37866 cat >>conftest.$ac_ext <<_ACEOF
37867 /* end confdefs.h.  */
37868
37869               #include <sys/types.h>
37870
37871 int
37872 main ()
37873 {
37874
37875               u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1;
37876
37877   ;
37878   return 0;
37879 }
37880 _ACEOF
37881 rm -f conftest.$ac_objext
37882 if { (ac_try="$ac_compile"
37883 case "(($ac_try" in
37884   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37885   *) ac_try_echo=$ac_try;;
37886 esac
37887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37888   (eval "$ac_compile") 2>conftest.er1
37889   ac_status=$?
37890   grep -v '^ *+' conftest.er1 >conftest.err
37891   rm -f conftest.er1
37892   cat conftest.err >&5
37893   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37894   (exit $ac_status); } && {
37895          test -z "$ac_c_werror_flag" ||
37896          test ! -s conftest.err
37897        } && test -s conftest.$ac_objext; then
37898
37899              ac_cv_have_u_intxx_t="yes"
37900
37901 else
37902   echo "$as_me: failed program was:" >&5
37903 sed 's/^/| /' conftest.$ac_ext >&5
37904
37905
37906              ac_cv_have_u_intxx_t="no"
37907
37908
37909 fi
37910
37911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37912
37913
37914 fi
37915 { echo "$as_me:$LINENO: result: $ac_cv_have_u_intxx_t" >&5
37916 echo "${ECHO_T}$ac_cv_have_u_intxx_t" >&6; }
37917 if test "x$ac_cv_have_u_intxx_t" = "xyes" ; then
37918    cat >>confdefs.h <<\_ACEOF
37919 #define HAVE_U_INTXX_T 1
37920 _ACEOF
37921
37922    have_u_intxx_t=1
37923 fi
37924
37925 { echo "$as_me:$LINENO: checking for u_int64_t types" >&5
37926 echo $ECHO_N "checking for u_int64_t types... $ECHO_C" >&6; }
37927 if test "${ac_cv_have_u_int64_t+set}" = set; then
37928   echo $ECHO_N "(cached) $ECHO_C" >&6
37929 else
37930
37931        cat >conftest.$ac_ext <<_ACEOF
37932 /* confdefs.h.  */
37933 _ACEOF
37934 cat confdefs.h >>conftest.$ac_ext
37935 cat >>conftest.$ac_ext <<_ACEOF
37936 /* end confdefs.h.  */
37937
37938               #include <sys/types.h>
37939
37940 int
37941 main ()
37942 {
37943
37944               u_int64_t a; a = 1;
37945
37946   ;
37947   return 0;
37948 }
37949 _ACEOF
37950 rm -f conftest.$ac_objext
37951 if { (ac_try="$ac_compile"
37952 case "(($ac_try" in
37953   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37954   *) ac_try_echo=$ac_try;;
37955 esac
37956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37957   (eval "$ac_compile") 2>conftest.er1
37958   ac_status=$?
37959   grep -v '^ *+' conftest.er1 >conftest.err
37960   rm -f conftest.er1
37961   cat conftest.err >&5
37962   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37963   (exit $ac_status); } && {
37964          test -z "$ac_c_werror_flag" ||
37965          test ! -s conftest.err
37966        } && test -s conftest.$ac_objext; then
37967
37968              ac_cv_have_u_int64_t="yes"
37969
37970 else
37971   echo "$as_me: failed program was:" >&5
37972 sed 's/^/| /' conftest.$ac_ext >&5
37973
37974
37975              ac_cv_have_u_int64_t="no"
37976
37977
37978 fi
37979
37980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37981
37982
37983 fi
37984 { echo "$as_me:$LINENO: result: $ac_cv_have_u_int64_t" >&5
37985 echo "${ECHO_T}$ac_cv_have_u_int64_t" >&6; }
37986 if test "x$ac_cv_have_u_int64_t" = "xyes" ; then
37987    cat >>confdefs.h <<\_ACEOF
37988 #define HAVE_U_INT64_T 1
37989 _ACEOF
37990
37991    have_u_int64_t=1
37992 fi
37993
37994 if (test -z "$have_u_intxx_t" || test -z "$have_intxx_t" && \
37995     test "x$ac_cv_header_sys_bitypes_h" = "xyes")
37996 then
37997    { echo "$as_me:$LINENO: checking for intXX_t and u_intXX_t types in sys/bitypes.h" >&5
37998 echo $ECHO_N "checking for intXX_t and u_intXX_t types in sys/bitypes.h... $ECHO_C" >&6; }
37999    cat >conftest.$ac_ext <<_ACEOF
38000 /* confdefs.h.  */
38001 _ACEOF
38002 cat confdefs.h >>conftest.$ac_ext
38003 cat >>conftest.$ac_ext <<_ACEOF
38004 /* end confdefs.h.  */
38005
38006           #include <sys/bitypes.h>
38007
38008 int
38009 main ()
38010 {
38011
38012           int8_t a; int16_t b; int32_t c;
38013           u_int8_t e; u_int16_t f; u_int32_t g;
38014           a = b = c = e = f = g = 1;
38015
38016   ;
38017   return 0;
38018 }
38019 _ACEOF
38020 rm -f conftest.$ac_objext
38021 if { (ac_try="$ac_compile"
38022 case "(($ac_try" in
38023   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38024   *) ac_try_echo=$ac_try;;
38025 esac
38026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38027   (eval "$ac_compile") 2>conftest.er1
38028   ac_status=$?
38029   grep -v '^ *+' conftest.er1 >conftest.err
38030   rm -f conftest.er1
38031   cat conftest.err >&5
38032   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38033   (exit $ac_status); } && {
38034          test -z "$ac_c_werror_flag" ||
38035          test ! -s conftest.err
38036        } && test -s conftest.$ac_objext; then
38037
38038           cat >>confdefs.h <<\_ACEOF
38039 #define HAVE_U_INTXX_T 1
38040 _ACEOF
38041
38042           cat >>confdefs.h <<\_ACEOF
38043 #define HAVE_INTXX_T 1
38044 _ACEOF
38045
38046           cat >>confdefs.h <<\_ACEOF
38047 #define HAVE_SYS_BITYPES_H 1
38048 _ACEOF
38049
38050           { echo "$as_me:$LINENO: result: yes" >&5
38051 echo "${ECHO_T}yes" >&6; }
38052
38053 else
38054   echo "$as_me: failed program was:" >&5
38055 sed 's/^/| /' conftest.$ac_ext >&5
38056
38057
38058           { echo "$as_me:$LINENO: result: no" >&5
38059 echo "${ECHO_T}no" >&6; }
38060
38061
38062 fi
38063
38064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38065 fi
38066
38067 if test -z "$have_u_intxx_t" ; then
38068    { echo "$as_me:$LINENO: checking for uintXX_t types" >&5
38069 echo $ECHO_N "checking for uintXX_t types... $ECHO_C" >&6; }
38070 if test "${ac_cv_have_uintxx_t+set}" = set; then
38071   echo $ECHO_N "(cached) $ECHO_C" >&6
38072 else
38073
38074           cat >conftest.$ac_ext <<_ACEOF
38075 /* confdefs.h.  */
38076 _ACEOF
38077 cat confdefs.h >>conftest.$ac_ext
38078 cat >>conftest.$ac_ext <<_ACEOF
38079 /* end confdefs.h.  */
38080
38081                  #include <sys/types.h>
38082
38083 int
38084 main ()
38085 {
38086
38087                  uint8_t a; uint16_t b;
38088                  uint32_t c; a = b = c = 1;
38089
38090   ;
38091   return 0;
38092 }
38093 _ACEOF
38094 rm -f conftest.$ac_objext
38095 if { (ac_try="$ac_compile"
38096 case "(($ac_try" in
38097   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38098   *) ac_try_echo=$ac_try;;
38099 esac
38100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38101   (eval "$ac_compile") 2>conftest.er1
38102   ac_status=$?
38103   grep -v '^ *+' conftest.er1 >conftest.err
38104   rm -f conftest.er1
38105   cat conftest.err >&5
38106   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38107   (exit $ac_status); } && {
38108          test -z "$ac_c_werror_flag" ||
38109          test ! -s conftest.err
38110        } && test -s conftest.$ac_objext; then
38111
38112                 ac_cv_have_uintxx_t="yes"
38113
38114 else
38115   echo "$as_me: failed program was:" >&5
38116 sed 's/^/| /' conftest.$ac_ext >&5
38117
38118
38119                 ac_cv_have_uintxx_t="no"
38120
38121
38122 fi
38123
38124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38125
38126
38127 fi
38128 { echo "$as_me:$LINENO: result: $ac_cv_have_uintxx_t" >&5
38129 echo "${ECHO_T}$ac_cv_have_uintxx_t" >&6; }
38130    if test "x$ac_cv_have_uintxx_t" = "xyes" ; then
38131       cat >>confdefs.h <<\_ACEOF
38132 #define HAVE_UINTXX_T 1
38133 _ACEOF
38134
38135    fi
38136 fi
38137
38138 if (test -z "$have_u_int64_t" || test -z "$have_int64_t" && \
38139     test "x$ac_cv_header_sys_bitypes_h" = "xyes")
38140 then
38141    { echo "$as_me:$LINENO: checking for int64_t and u_int64_t types in sys/bitypes.h" >&5
38142 echo $ECHO_N "checking for int64_t and u_int64_t types in sys/bitypes.h... $ECHO_C" >&6; }
38143    cat >conftest.$ac_ext <<_ACEOF
38144 /* confdefs.h.  */
38145 _ACEOF
38146 cat confdefs.h >>conftest.$ac_ext
38147 cat >>conftest.$ac_ext <<_ACEOF
38148 /* end confdefs.h.  */
38149
38150           #include <sys/bitypes.h>
38151
38152 int
38153 main ()
38154 {
38155
38156           int64_t a; u_int64_t b;
38157           a = b = 1;
38158
38159   ;
38160   return 0;
38161 }
38162 _ACEOF
38163 rm -f conftest.$ac_objext
38164 if { (ac_try="$ac_compile"
38165 case "(($ac_try" in
38166   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38167   *) ac_try_echo=$ac_try;;
38168 esac
38169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38170   (eval "$ac_compile") 2>conftest.er1
38171   ac_status=$?
38172   grep -v '^ *+' conftest.er1 >conftest.err
38173   rm -f conftest.er1
38174   cat conftest.err >&5
38175   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38176   (exit $ac_status); } && {
38177          test -z "$ac_c_werror_flag" ||
38178          test ! -s conftest.err
38179        } && test -s conftest.$ac_objext; then
38180
38181           cat >>confdefs.h <<\_ACEOF
38182 #define HAVE_U_INT64_T 1
38183 _ACEOF
38184
38185           cat >>confdefs.h <<\_ACEOF
38186 #define HAVE_INT64_T 1
38187 _ACEOF
38188
38189           { echo "$as_me:$LINENO: result: yes" >&5
38190 echo "${ECHO_T}yes" >&6; }
38191
38192 else
38193   echo "$as_me: failed program was:" >&5
38194 sed 's/^/| /' conftest.$ac_ext >&5
38195
38196
38197           { echo "$as_me:$LINENO: result: no" >&5
38198 echo "${ECHO_T}no" >&6; }
38199
38200
38201 fi
38202
38203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38204 fi
38205
38206 if (test -z "$have_uintxx_t" && \
38207     test "x$ac_cv_header_sys_bitypes_h" = "xyes")
38208 then
38209    { echo "$as_me:$LINENO: checking for uintXX_t types in sys/bitypes.h" >&5
38210 echo $ECHO_N "checking for uintXX_t types in sys/bitypes.h... $ECHO_C" >&6; }
38211    cat >conftest.$ac_ext <<_ACEOF
38212 /* confdefs.h.  */
38213 _ACEOF
38214 cat confdefs.h >>conftest.$ac_ext
38215 cat >>conftest.$ac_ext <<_ACEOF
38216 /* end confdefs.h.  */
38217
38218           #include <sys/bitypes.h>
38219
38220 int
38221 main ()
38222 {
38223
38224           uint8_t a; uint16_t b;
38225           uint32_t c; a = b = c = 1;
38226
38227   ;
38228   return 0;
38229 }
38230 _ACEOF
38231 rm -f conftest.$ac_objext
38232 if { (ac_try="$ac_compile"
38233 case "(($ac_try" in
38234   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38235   *) ac_try_echo=$ac_try;;
38236 esac
38237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38238   (eval "$ac_compile") 2>conftest.er1
38239   ac_status=$?
38240   grep -v '^ *+' conftest.er1 >conftest.err
38241   rm -f conftest.er1
38242   cat conftest.err >&5
38243   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38244   (exit $ac_status); } && {
38245          test -z "$ac_c_werror_flag" ||
38246          test ! -s conftest.err
38247        } && test -s conftest.$ac_objext; then
38248
38249           cat >>confdefs.h <<\_ACEOF
38250 #define HAVE_UINTXX_T 1
38251 _ACEOF
38252
38253           { echo "$as_me:$LINENO: result: yes" >&5
38254 echo "${ECHO_T}yes" >&6; }
38255
38256 else
38257   echo "$as_me: failed program was:" >&5
38258 sed 's/^/| /' conftest.$ac_ext >&5
38259
38260
38261           { echo "$as_me:$LINENO: result: no" >&5
38262 echo "${ECHO_T}no" >&6; }
38263
38264
38265 fi
38266
38267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38268 fi
38269
38270
38271
38272
38273
38274
38275
38276
38277
38278
38279
38280
38281
38282
38283 for ac_func in \
38284    fork \
38285    getcwd \
38286    gethostname \
38287    getpid \
38288    gettimeofday \
38289    setpgid \
38290    setpgrp \
38291    setsid \
38292    signal \
38293    strerror \
38294    strncmp \
38295    strncpy \
38296    vfprintf \
38297
38298 do
38299 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38300 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38301 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38302 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38303   echo $ECHO_N "(cached) $ECHO_C" >&6
38304 else
38305   cat >conftest.$ac_ext <<_ACEOF
38306 /* confdefs.h.  */
38307 _ACEOF
38308 cat confdefs.h >>conftest.$ac_ext
38309 cat >>conftest.$ac_ext <<_ACEOF
38310 /* end confdefs.h.  */
38311 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38312    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38313 #define $ac_func innocuous_$ac_func
38314
38315 /* System header to define __stub macros and hopefully few prototypes,
38316     which can conflict with char $ac_func (); below.
38317     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38318     <limits.h> exists even on freestanding compilers.  */
38319
38320 #ifdef __STDC__
38321 # include <limits.h>
38322 #else
38323 # include <assert.h>
38324 #endif
38325
38326 #undef $ac_func
38327
38328 /* Override any GCC internal prototype to avoid an error.
38329    Use char because int might match the return type of a GCC
38330    builtin and then its argument prototype would still apply.  */
38331 #ifdef __cplusplus
38332 extern "C"
38333 #endif
38334 char $ac_func ();
38335 /* The GNU C library defines this for functions which it implements
38336     to always fail with ENOSYS.  Some functions are actually named
38337     something starting with __ and the normal name is an alias.  */
38338 #if defined __stub_$ac_func || defined __stub___$ac_func
38339 choke me
38340 #endif
38341
38342 int
38343 main ()
38344 {
38345 return $ac_func ();
38346   ;
38347   return 0;
38348 }
38349 _ACEOF
38350 rm -f conftest.$ac_objext conftest$ac_exeext
38351 if { (ac_try="$ac_link"
38352 case "(($ac_try" in
38353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38354   *) ac_try_echo=$ac_try;;
38355 esac
38356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38357   (eval "$ac_link") 2>conftest.er1
38358   ac_status=$?
38359   grep -v '^ *+' conftest.er1 >conftest.err
38360   rm -f conftest.er1
38361   cat conftest.err >&5
38362   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38363   (exit $ac_status); } && {
38364          test -z "$ac_c_werror_flag" ||
38365          test ! -s conftest.err
38366        } && test -s conftest$ac_exeext &&
38367        $as_test_x conftest$ac_exeext; then
38368   eval "$as_ac_var=yes"
38369 else
38370   echo "$as_me: failed program was:" >&5
38371 sed 's/^/| /' conftest.$ac_ext >&5
38372
38373         eval "$as_ac_var=no"
38374 fi
38375
38376 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38377       conftest$ac_exeext conftest.$ac_ext
38378 fi
38379 ac_res=`eval echo '${'$as_ac_var'}'`
38380                { echo "$as_me:$LINENO: result: $ac_res" >&5
38381 echo "${ECHO_T}$ac_res" >&6; }
38382 if test `eval echo '${'$as_ac_var'}'` = yes; then
38383   cat >>confdefs.h <<_ACEOF
38384 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38385 _ACEOF
38386
38387 else
38388   echo 'configure: cannot find needed function.'; exit 1
38389
38390 fi
38391 done
38392
38393
38394
38395 for ac_func in fchdir
38396 do
38397 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38398 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38399 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38400 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38401   echo $ECHO_N "(cached) $ECHO_C" >&6
38402 else
38403   cat >conftest.$ac_ext <<_ACEOF
38404 /* confdefs.h.  */
38405 _ACEOF
38406 cat confdefs.h >>conftest.$ac_ext
38407 cat >>conftest.$ac_ext <<_ACEOF
38408 /* end confdefs.h.  */
38409 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38410    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38411 #define $ac_func innocuous_$ac_func
38412
38413 /* System header to define __stub macros and hopefully few prototypes,
38414     which can conflict with char $ac_func (); below.
38415     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38416     <limits.h> exists even on freestanding compilers.  */
38417
38418 #ifdef __STDC__
38419 # include <limits.h>
38420 #else
38421 # include <assert.h>
38422 #endif
38423
38424 #undef $ac_func
38425
38426 /* Override any GCC internal prototype to avoid an error.
38427    Use char because int might match the return type of a GCC
38428    builtin and then its argument prototype would still apply.  */
38429 #ifdef __cplusplus
38430 extern "C"
38431 #endif
38432 char $ac_func ();
38433 /* The GNU C library defines this for functions which it implements
38434     to always fail with ENOSYS.  Some functions are actually named
38435     something starting with __ and the normal name is an alias.  */
38436 #if defined __stub_$ac_func || defined __stub___$ac_func
38437 choke me
38438 #endif
38439
38440 int
38441 main ()
38442 {
38443 return $ac_func ();
38444   ;
38445   return 0;
38446 }
38447 _ACEOF
38448 rm -f conftest.$ac_objext conftest$ac_exeext
38449 if { (ac_try="$ac_link"
38450 case "(($ac_try" in
38451   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38452   *) ac_try_echo=$ac_try;;
38453 esac
38454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38455   (eval "$ac_link") 2>conftest.er1
38456   ac_status=$?
38457   grep -v '^ *+' conftest.er1 >conftest.err
38458   rm -f conftest.er1
38459   cat conftest.err >&5
38460   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38461   (exit $ac_status); } && {
38462          test -z "$ac_c_werror_flag" ||
38463          test ! -s conftest.err
38464        } && test -s conftest$ac_exeext &&
38465        $as_test_x conftest$ac_exeext; then
38466   eval "$as_ac_var=yes"
38467 else
38468   echo "$as_me: failed program was:" >&5
38469 sed 's/^/| /' conftest.$ac_ext >&5
38470
38471         eval "$as_ac_var=no"
38472 fi
38473
38474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38475       conftest$ac_exeext conftest.$ac_ext
38476 fi
38477 ac_res=`eval echo '${'$as_ac_var'}'`
38478                { echo "$as_me:$LINENO: result: $ac_res" >&5
38479 echo "${ECHO_T}$ac_res" >&6; }
38480 if test `eval echo '${'$as_ac_var'}'` = yes; then
38481   cat >>confdefs.h <<_ACEOF
38482 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38483 _ACEOF
38484  cat >>confdefs.h <<\_ACEOF
38485 #define HAVE_FCHDIR 1
38486 _ACEOF
38487
38488 fi
38489 done
38490
38491
38492 for ac_func in strtoll
38493 do
38494 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38495 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38496 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38497 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38498   echo $ECHO_N "(cached) $ECHO_C" >&6
38499 else
38500   cat >conftest.$ac_ext <<_ACEOF
38501 /* confdefs.h.  */
38502 _ACEOF
38503 cat confdefs.h >>conftest.$ac_ext
38504 cat >>conftest.$ac_ext <<_ACEOF
38505 /* end confdefs.h.  */
38506 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38507    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38508 #define $ac_func innocuous_$ac_func
38509
38510 /* System header to define __stub macros and hopefully few prototypes,
38511     which can conflict with char $ac_func (); below.
38512     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38513     <limits.h> exists even on freestanding compilers.  */
38514
38515 #ifdef __STDC__
38516 # include <limits.h>
38517 #else
38518 # include <assert.h>
38519 #endif
38520
38521 #undef $ac_func
38522
38523 /* Override any GCC internal prototype to avoid an error.
38524    Use char because int might match the return type of a GCC
38525    builtin and then its argument prototype would still apply.  */
38526 #ifdef __cplusplus
38527 extern "C"
38528 #endif
38529 char $ac_func ();
38530 /* The GNU C library defines this for functions which it implements
38531     to always fail with ENOSYS.  Some functions are actually named
38532     something starting with __ and the normal name is an alias.  */
38533 #if defined __stub_$ac_func || defined __stub___$ac_func
38534 choke me
38535 #endif
38536
38537 int
38538 main ()
38539 {
38540 return $ac_func ();
38541   ;
38542   return 0;
38543 }
38544 _ACEOF
38545 rm -f conftest.$ac_objext conftest$ac_exeext
38546 if { (ac_try="$ac_link"
38547 case "(($ac_try" in
38548   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38549   *) ac_try_echo=$ac_try;;
38550 esac
38551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38552   (eval "$ac_link") 2>conftest.er1
38553   ac_status=$?
38554   grep -v '^ *+' conftest.er1 >conftest.err
38555   rm -f conftest.er1
38556   cat conftest.err >&5
38557   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38558   (exit $ac_status); } && {
38559          test -z "$ac_c_werror_flag" ||
38560          test ! -s conftest.err
38561        } && test -s conftest$ac_exeext &&
38562        $as_test_x conftest$ac_exeext; then
38563   eval "$as_ac_var=yes"
38564 else
38565   echo "$as_me: failed program was:" >&5
38566 sed 's/^/| /' conftest.$ac_ext >&5
38567
38568         eval "$as_ac_var=no"
38569 fi
38570
38571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38572       conftest$ac_exeext conftest.$ac_ext
38573 fi
38574 ac_res=`eval echo '${'$as_ac_var'}'`
38575                { echo "$as_me:$LINENO: result: $ac_res" >&5
38576 echo "${ECHO_T}$ac_res" >&6; }
38577 if test `eval echo '${'$as_ac_var'}'` = yes; then
38578   cat >>confdefs.h <<_ACEOF
38579 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38580 _ACEOF
38581  cat >>confdefs.h <<\_ACEOF
38582 #define HAVE_STRTOLL 1
38583 _ACEOF
38584
38585 fi
38586 done
38587
38588
38589 for ac_func in posix_fadvise
38590 do
38591 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38592 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38593 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38594 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38595   echo $ECHO_N "(cached) $ECHO_C" >&6
38596 else
38597   cat >conftest.$ac_ext <<_ACEOF
38598 /* confdefs.h.  */
38599 _ACEOF
38600 cat confdefs.h >>conftest.$ac_ext
38601 cat >>conftest.$ac_ext <<_ACEOF
38602 /* end confdefs.h.  */
38603 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38604    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38605 #define $ac_func innocuous_$ac_func
38606
38607 /* System header to define __stub macros and hopefully few prototypes,
38608     which can conflict with char $ac_func (); below.
38609     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38610     <limits.h> exists even on freestanding compilers.  */
38611
38612 #ifdef __STDC__
38613 # include <limits.h>
38614 #else
38615 # include <assert.h>
38616 #endif
38617
38618 #undef $ac_func
38619
38620 /* Override any GCC internal prototype to avoid an error.
38621    Use char because int might match the return type of a GCC
38622    builtin and then its argument prototype would still apply.  */
38623 #ifdef __cplusplus
38624 extern "C"
38625 #endif
38626 char $ac_func ();
38627 /* The GNU C library defines this for functions which it implements
38628     to always fail with ENOSYS.  Some functions are actually named
38629     something starting with __ and the normal name is an alias.  */
38630 #if defined __stub_$ac_func || defined __stub___$ac_func
38631 choke me
38632 #endif
38633
38634 int
38635 main ()
38636 {
38637 return $ac_func ();
38638   ;
38639   return 0;
38640 }
38641 _ACEOF
38642 rm -f conftest.$ac_objext conftest$ac_exeext
38643 if { (ac_try="$ac_link"
38644 case "(($ac_try" in
38645   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38646   *) ac_try_echo=$ac_try;;
38647 esac
38648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38649   (eval "$ac_link") 2>conftest.er1
38650   ac_status=$?
38651   grep -v '^ *+' conftest.er1 >conftest.err
38652   rm -f conftest.er1
38653   cat conftest.err >&5
38654   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38655   (exit $ac_status); } && {
38656          test -z "$ac_c_werror_flag" ||
38657          test ! -s conftest.err
38658        } && test -s conftest$ac_exeext &&
38659        $as_test_x conftest$ac_exeext; then
38660   eval "$as_ac_var=yes"
38661 else
38662   echo "$as_me: failed program was:" >&5
38663 sed 's/^/| /' conftest.$ac_ext >&5
38664
38665         eval "$as_ac_var=no"
38666 fi
38667
38668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38669       conftest$ac_exeext conftest.$ac_ext
38670 fi
38671 ac_res=`eval echo '${'$as_ac_var'}'`
38672                { echo "$as_me:$LINENO: result: $ac_res" >&5
38673 echo "${ECHO_T}$ac_res" >&6; }
38674 if test `eval echo '${'$as_ac_var'}'` = yes; then
38675   cat >>confdefs.h <<_ACEOF
38676 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38677 _ACEOF
38678
38679 fi
38680 done
38681
38682
38683 for ac_func in fdatasync
38684 do
38685 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38686 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38687 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38688 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38689   echo $ECHO_N "(cached) $ECHO_C" >&6
38690 else
38691   cat >conftest.$ac_ext <<_ACEOF
38692 /* confdefs.h.  */
38693 _ACEOF
38694 cat confdefs.h >>conftest.$ac_ext
38695 cat >>conftest.$ac_ext <<_ACEOF
38696 /* end confdefs.h.  */
38697 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38698    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38699 #define $ac_func innocuous_$ac_func
38700
38701 /* System header to define __stub macros and hopefully few prototypes,
38702     which can conflict with char $ac_func (); below.
38703     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38704     <limits.h> exists even on freestanding compilers.  */
38705
38706 #ifdef __STDC__
38707 # include <limits.h>
38708 #else
38709 # include <assert.h>
38710 #endif
38711
38712 #undef $ac_func
38713
38714 /* Override any GCC internal prototype to avoid an error.
38715    Use char because int might match the return type of a GCC
38716    builtin and then its argument prototype would still apply.  */
38717 #ifdef __cplusplus
38718 extern "C"
38719 #endif
38720 char $ac_func ();
38721 /* The GNU C library defines this for functions which it implements
38722     to always fail with ENOSYS.  Some functions are actually named
38723     something starting with __ and the normal name is an alias.  */
38724 #if defined __stub_$ac_func || defined __stub___$ac_func
38725 choke me
38726 #endif
38727
38728 int
38729 main ()
38730 {
38731 return $ac_func ();
38732   ;
38733   return 0;
38734 }
38735 _ACEOF
38736 rm -f conftest.$ac_objext conftest$ac_exeext
38737 if { (ac_try="$ac_link"
38738 case "(($ac_try" in
38739   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38740   *) ac_try_echo=$ac_try;;
38741 esac
38742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38743   (eval "$ac_link") 2>conftest.er1
38744   ac_status=$?
38745   grep -v '^ *+' conftest.er1 >conftest.err
38746   rm -f conftest.er1
38747   cat conftest.err >&5
38748   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38749   (exit $ac_status); } && {
38750          test -z "$ac_c_werror_flag" ||
38751          test ! -s conftest.err
38752        } && test -s conftest$ac_exeext &&
38753        $as_test_x conftest$ac_exeext; then
38754   eval "$as_ac_var=yes"
38755 else
38756   echo "$as_me: failed program was:" >&5
38757 sed 's/^/| /' conftest.$ac_ext >&5
38758
38759         eval "$as_ac_var=no"
38760 fi
38761
38762 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38763       conftest$ac_exeext conftest.$ac_ext
38764 fi
38765 ac_res=`eval echo '${'$as_ac_var'}'`
38766                { echo "$as_me:$LINENO: result: $ac_res" >&5
38767 echo "${ECHO_T}$ac_res" >&6; }
38768 if test `eval echo '${'$as_ac_var'}'` = yes; then
38769   cat >>confdefs.h <<_ACEOF
38770 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38771 _ACEOF
38772
38773 fi
38774 done
38775
38776
38777
38778 for ac_func in chflags
38779 do
38780 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38781 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38782 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38783 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38784   echo $ECHO_N "(cached) $ECHO_C" >&6
38785 else
38786   cat >conftest.$ac_ext <<_ACEOF
38787 /* confdefs.h.  */
38788 _ACEOF
38789 cat confdefs.h >>conftest.$ac_ext
38790 cat >>conftest.$ac_ext <<_ACEOF
38791 /* end confdefs.h.  */
38792 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38793    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38794 #define $ac_func innocuous_$ac_func
38795
38796 /* System header to define __stub macros and hopefully few prototypes,
38797     which can conflict with char $ac_func (); below.
38798     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38799     <limits.h> exists even on freestanding compilers.  */
38800
38801 #ifdef __STDC__
38802 # include <limits.h>
38803 #else
38804 # include <assert.h>
38805 #endif
38806
38807 #undef $ac_func
38808
38809 /* Override any GCC internal prototype to avoid an error.
38810    Use char because int might match the return type of a GCC
38811    builtin and then its argument prototype would still apply.  */
38812 #ifdef __cplusplus
38813 extern "C"
38814 #endif
38815 char $ac_func ();
38816 /* The GNU C library defines this for functions which it implements
38817     to always fail with ENOSYS.  Some functions are actually named
38818     something starting with __ and the normal name is an alias.  */
38819 #if defined __stub_$ac_func || defined __stub___$ac_func
38820 choke me
38821 #endif
38822
38823 int
38824 main ()
38825 {
38826 return $ac_func ();
38827   ;
38828   return 0;
38829 }
38830 _ACEOF
38831 rm -f conftest.$ac_objext conftest$ac_exeext
38832 if { (ac_try="$ac_link"
38833 case "(($ac_try" in
38834   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38835   *) ac_try_echo=$ac_try;;
38836 esac
38837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38838   (eval "$ac_link") 2>conftest.er1
38839   ac_status=$?
38840   grep -v '^ *+' conftest.er1 >conftest.err
38841   rm -f conftest.er1
38842   cat conftest.err >&5
38843   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38844   (exit $ac_status); } && {
38845          test -z "$ac_c_werror_flag" ||
38846          test ! -s conftest.err
38847        } && test -s conftest$ac_exeext &&
38848        $as_test_x conftest$ac_exeext; then
38849   eval "$as_ac_var=yes"
38850 else
38851   echo "$as_me: failed program was:" >&5
38852 sed 's/^/| /' conftest.$ac_ext >&5
38853
38854         eval "$as_ac_var=no"
38855 fi
38856
38857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38858       conftest$ac_exeext conftest.$ac_ext
38859 fi
38860 ac_res=`eval echo '${'$as_ac_var'}'`
38861                { echo "$as_me:$LINENO: result: $ac_res" >&5
38862 echo "${ECHO_T}$ac_res" >&6; }
38863 if test `eval echo '${'$as_ac_var'}'` = yes; then
38864   cat >>confdefs.h <<_ACEOF
38865 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38866 _ACEOF
38867
38868 fi
38869 done
38870
38871
38872
38873
38874
38875
38876 for ac_func in snprintf vsnprintf gethostid fseeko
38877 do
38878 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38879 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38880 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38881 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38882   echo $ECHO_N "(cached) $ECHO_C" >&6
38883 else
38884   cat >conftest.$ac_ext <<_ACEOF
38885 /* confdefs.h.  */
38886 _ACEOF
38887 cat confdefs.h >>conftest.$ac_ext
38888 cat >>conftest.$ac_ext <<_ACEOF
38889 /* end confdefs.h.  */
38890 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38891    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38892 #define $ac_func innocuous_$ac_func
38893
38894 /* System header to define __stub macros and hopefully few prototypes,
38895     which can conflict with char $ac_func (); below.
38896     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38897     <limits.h> exists even on freestanding compilers.  */
38898
38899 #ifdef __STDC__
38900 # include <limits.h>
38901 #else
38902 # include <assert.h>
38903 #endif
38904
38905 #undef $ac_func
38906
38907 /* Override any GCC internal prototype to avoid an error.
38908    Use char because int might match the return type of a GCC
38909    builtin and then its argument prototype would still apply.  */
38910 #ifdef __cplusplus
38911 extern "C"
38912 #endif
38913 char $ac_func ();
38914 /* The GNU C library defines this for functions which it implements
38915     to always fail with ENOSYS.  Some functions are actually named
38916     something starting with __ and the normal name is an alias.  */
38917 #if defined __stub_$ac_func || defined __stub___$ac_func
38918 choke me
38919 #endif
38920
38921 int
38922 main ()
38923 {
38924 return $ac_func ();
38925   ;
38926   return 0;
38927 }
38928 _ACEOF
38929 rm -f conftest.$ac_objext conftest$ac_exeext
38930 if { (ac_try="$ac_link"
38931 case "(($ac_try" in
38932   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38933   *) ac_try_echo=$ac_try;;
38934 esac
38935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38936   (eval "$ac_link") 2>conftest.er1
38937   ac_status=$?
38938   grep -v '^ *+' conftest.er1 >conftest.err
38939   rm -f conftest.er1
38940   cat conftest.err >&5
38941   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38942   (exit $ac_status); } && {
38943          test -z "$ac_c_werror_flag" ||
38944          test ! -s conftest.err
38945        } && test -s conftest$ac_exeext &&
38946        $as_test_x conftest$ac_exeext; then
38947   eval "$as_ac_var=yes"
38948 else
38949   echo "$as_me: failed program was:" >&5
38950 sed 's/^/| /' conftest.$ac_ext >&5
38951
38952         eval "$as_ac_var=no"
38953 fi
38954
38955 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38956       conftest$ac_exeext conftest.$ac_ext
38957 fi
38958 ac_res=`eval echo '${'$as_ac_var'}'`
38959                { echo "$as_me:$LINENO: result: $ac_res" >&5
38960 echo "${ECHO_T}$ac_res" >&6; }
38961 if test `eval echo '${'$as_ac_var'}'` = yes; then
38962   cat >>confdefs.h <<_ACEOF
38963 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38964 _ACEOF
38965
38966 fi
38967 done
38968
38969
38970 { echo "$as_me:$LINENO: checking for va_copy" >&5
38971 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
38972 if test "${ba_cv_va_copy+set}" = set; then
38973   echo $ECHO_N "(cached) $ECHO_C" >&6
38974 else
38975
38976        cat >conftest.$ac_ext <<_ACEOF
38977 /* confdefs.h.  */
38978 _ACEOF
38979 cat confdefs.h >>conftest.$ac_ext
38980 cat >>conftest.$ac_ext <<_ACEOF
38981 /* end confdefs.h.  */
38982
38983               #include <stdarg.h>
38984               void use_va_copy(va_list args){va_list args2; va_copy(args2,args); va_end(args2);}
38985               void call_use_va_copy(int junk,...){va_list args; va_start(args,junk); use_va_copy(args); va_end(args);}
38986
38987 int
38988 main ()
38989 {
38990
38991               call_use_va_copy(1,2,3)
38992
38993   ;
38994   return 0;
38995 }
38996 _ACEOF
38997 rm -f conftest.$ac_objext conftest$ac_exeext
38998 if { (ac_try="$ac_link"
38999 case "(($ac_try" in
39000   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39001   *) ac_try_echo=$ac_try;;
39002 esac
39003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39004   (eval "$ac_link") 2>conftest.er1
39005   ac_status=$?
39006   grep -v '^ *+' conftest.er1 >conftest.err
39007   rm -f conftest.er1
39008   cat conftest.err >&5
39009   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39010   (exit $ac_status); } && {
39011          test -z "$ac_c_werror_flag" ||
39012          test ! -s conftest.err
39013        } && test -s conftest$ac_exeext &&
39014        $as_test_x conftest$ac_exeext; then
39015
39016               ba_cv_va_copy=yes,
39017
39018 else
39019   echo "$as_me: failed program was:" >&5
39020 sed 's/^/| /' conftest.$ac_ext >&5
39021
39022
39023               ba_cv_va_copy=no
39024
39025
39026 fi
39027
39028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39029       conftest$ac_exeext conftest.$ac_ext
39030
39031
39032 fi
39033 { echo "$as_me:$LINENO: result: $ba_cv_va_copy" >&5
39034 echo "${ECHO_T}$ba_cv_va_copy" >&6; }
39035 test $ba_cv_va_copy = yes &&
39036 cat >>confdefs.h <<\_ACEOF
39037 #define HAVE_VA_COPY 1
39038 _ACEOF
39039
39040
39041
39042
39043
39044
39045 for ac_func in localtime_r readdir_r strerror_r gethostbyname_r
39046 do
39047 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39048 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39049 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39050 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39051   echo $ECHO_N "(cached) $ECHO_C" >&6
39052 else
39053   cat >conftest.$ac_ext <<_ACEOF
39054 /* confdefs.h.  */
39055 _ACEOF
39056 cat confdefs.h >>conftest.$ac_ext
39057 cat >>conftest.$ac_ext <<_ACEOF
39058 /* end confdefs.h.  */
39059 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39060    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39061 #define $ac_func innocuous_$ac_func
39062
39063 /* System header to define __stub macros and hopefully few prototypes,
39064     which can conflict with char $ac_func (); below.
39065     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39066     <limits.h> exists even on freestanding compilers.  */
39067
39068 #ifdef __STDC__
39069 # include <limits.h>
39070 #else
39071 # include <assert.h>
39072 #endif
39073
39074 #undef $ac_func
39075
39076 /* Override any GCC internal prototype to avoid an error.
39077    Use char because int might match the return type of a GCC
39078    builtin and then its argument prototype would still apply.  */
39079 #ifdef __cplusplus
39080 extern "C"
39081 #endif
39082 char $ac_func ();
39083 /* The GNU C library defines this for functions which it implements
39084     to always fail with ENOSYS.  Some functions are actually named
39085     something starting with __ and the normal name is an alias.  */
39086 #if defined __stub_$ac_func || defined __stub___$ac_func
39087 choke me
39088 #endif
39089
39090 int
39091 main ()
39092 {
39093 return $ac_func ();
39094   ;
39095   return 0;
39096 }
39097 _ACEOF
39098 rm -f conftest.$ac_objext conftest$ac_exeext
39099 if { (ac_try="$ac_link"
39100 case "(($ac_try" in
39101   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39102   *) ac_try_echo=$ac_try;;
39103 esac
39104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39105   (eval "$ac_link") 2>conftest.er1
39106   ac_status=$?
39107   grep -v '^ *+' conftest.er1 >conftest.err
39108   rm -f conftest.er1
39109   cat conftest.err >&5
39110   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39111   (exit $ac_status); } && {
39112          test -z "$ac_c_werror_flag" ||
39113          test ! -s conftest.err
39114        } && test -s conftest$ac_exeext &&
39115        $as_test_x conftest$ac_exeext; then
39116   eval "$as_ac_var=yes"
39117 else
39118   echo "$as_me: failed program was:" >&5
39119 sed 's/^/| /' conftest.$ac_ext >&5
39120
39121         eval "$as_ac_var=no"
39122 fi
39123
39124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39125       conftest$ac_exeext conftest.$ac_ext
39126 fi
39127 ac_res=`eval echo '${'$as_ac_var'}'`
39128                { echo "$as_me:$LINENO: result: $ac_res" >&5
39129 echo "${ECHO_T}$ac_res" >&6; }
39130 if test `eval echo '${'$as_ac_var'}'` = yes; then
39131   cat >>confdefs.h <<_ACEOF
39132 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39133 _ACEOF
39134
39135 fi
39136 done
39137
39138
39139 # If resolver functions are not in libc check for -lnsl or -lresolv.
39140 { echo "$as_me:$LINENO: checking for gethostbyname_r" >&5
39141 echo $ECHO_N "checking for gethostbyname_r... $ECHO_C" >&6; }
39142 if test "${ac_cv_func_gethostbyname_r+set}" = set; then
39143   echo $ECHO_N "(cached) $ECHO_C" >&6
39144 else
39145   cat >conftest.$ac_ext <<_ACEOF
39146 /* confdefs.h.  */
39147 _ACEOF
39148 cat confdefs.h >>conftest.$ac_ext
39149 cat >>conftest.$ac_ext <<_ACEOF
39150 /* end confdefs.h.  */
39151 /* Define gethostbyname_r to an innocuous variant, in case <limits.h> declares gethostbyname_r.
39152    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39153 #define gethostbyname_r innocuous_gethostbyname_r
39154
39155 /* System header to define __stub macros and hopefully few prototypes,
39156     which can conflict with char gethostbyname_r (); below.
39157     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39158     <limits.h> exists even on freestanding compilers.  */
39159
39160 #ifdef __STDC__
39161 # include <limits.h>
39162 #else
39163 # include <assert.h>
39164 #endif
39165
39166 #undef gethostbyname_r
39167
39168 /* Override any GCC internal prototype to avoid an error.
39169    Use char because int might match the return type of a GCC
39170    builtin and then its argument prototype would still apply.  */
39171 #ifdef __cplusplus
39172 extern "C"
39173 #endif
39174 char gethostbyname_r ();
39175 /* The GNU C library defines this for functions which it implements
39176     to always fail with ENOSYS.  Some functions are actually named
39177     something starting with __ and the normal name is an alias.  */
39178 #if defined __stub_gethostbyname_r || defined __stub___gethostbyname_r
39179 choke me
39180 #endif
39181
39182 int
39183 main ()
39184 {
39185 return gethostbyname_r ();
39186   ;
39187   return 0;
39188 }
39189 _ACEOF
39190 rm -f conftest.$ac_objext conftest$ac_exeext
39191 if { (ac_try="$ac_link"
39192 case "(($ac_try" in
39193   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39194   *) ac_try_echo=$ac_try;;
39195 esac
39196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39197   (eval "$ac_link") 2>conftest.er1
39198   ac_status=$?
39199   grep -v '^ *+' conftest.er1 >conftest.err
39200   rm -f conftest.er1
39201   cat conftest.err >&5
39202   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39203   (exit $ac_status); } && {
39204          test -z "$ac_c_werror_flag" ||
39205          test ! -s conftest.err
39206        } && test -s conftest$ac_exeext &&
39207        $as_test_x conftest$ac_exeext; then
39208   ac_cv_func_gethostbyname_r=yes
39209 else
39210   echo "$as_me: failed program was:" >&5
39211 sed 's/^/| /' conftest.$ac_ext >&5
39212
39213         ac_cv_func_gethostbyname_r=no
39214 fi
39215
39216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39217       conftest$ac_exeext conftest.$ac_ext
39218 fi
39219 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname_r" >&5
39220 echo "${ECHO_T}$ac_cv_func_gethostbyname_r" >&6; }
39221 if test $ac_cv_func_gethostbyname_r = yes; then
39222   { echo "$as_me:$LINENO: result: using libc's resolver" >&5
39223 echo "${ECHO_T}using libc's resolver" >&6; }
39224 else
39225
39226 { echo "$as_me:$LINENO: checking for gethostbyname_r in -lnsl" >&5
39227 echo $ECHO_N "checking for gethostbyname_r in -lnsl... $ECHO_C" >&6; }
39228 if test "${ac_cv_lib_nsl_gethostbyname_r+set}" = set; then
39229   echo $ECHO_N "(cached) $ECHO_C" >&6
39230 else
39231   ac_check_lib_save_LIBS=$LIBS
39232 LIBS="-lnsl  $LIBS"
39233 cat >conftest.$ac_ext <<_ACEOF
39234 /* confdefs.h.  */
39235 _ACEOF
39236 cat confdefs.h >>conftest.$ac_ext
39237 cat >>conftest.$ac_ext <<_ACEOF
39238 /* end confdefs.h.  */
39239
39240 /* Override any GCC internal prototype to avoid an error.
39241    Use char because int might match the return type of a GCC
39242    builtin and then its argument prototype would still apply.  */
39243 #ifdef __cplusplus
39244 extern "C"
39245 #endif
39246 char gethostbyname_r ();
39247 int
39248 main ()
39249 {
39250 return gethostbyname_r ();
39251   ;
39252   return 0;
39253 }
39254 _ACEOF
39255 rm -f conftest.$ac_objext conftest$ac_exeext
39256 if { (ac_try="$ac_link"
39257 case "(($ac_try" in
39258   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39259   *) ac_try_echo=$ac_try;;
39260 esac
39261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39262   (eval "$ac_link") 2>conftest.er1
39263   ac_status=$?
39264   grep -v '^ *+' conftest.er1 >conftest.err
39265   rm -f conftest.er1
39266   cat conftest.err >&5
39267   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39268   (exit $ac_status); } && {
39269          test -z "$ac_c_werror_flag" ||
39270          test ! -s conftest.err
39271        } && test -s conftest$ac_exeext &&
39272        $as_test_x conftest$ac_exeext; then
39273   ac_cv_lib_nsl_gethostbyname_r=yes
39274 else
39275   echo "$as_me: failed program was:" >&5
39276 sed 's/^/| /' conftest.$ac_ext >&5
39277
39278         ac_cv_lib_nsl_gethostbyname_r=no
39279 fi
39280
39281 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39282       conftest$ac_exeext conftest.$ac_ext
39283 LIBS=$ac_check_lib_save_LIBS
39284 fi
39285 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname_r" >&5
39286 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname_r" >&6; }
39287 if test $ac_cv_lib_nsl_gethostbyname_r = yes; then
39288   cat >>confdefs.h <<_ACEOF
39289 #define HAVE_LIBNSL 1
39290 _ACEOF
39291
39292   LIBS="-lnsl $LIBS"
39293
39294 fi
39295
39296
39297 { echo "$as_me:$LINENO: checking for gethostbyname_r in -lresolv" >&5
39298 echo $ECHO_N "checking for gethostbyname_r in -lresolv... $ECHO_C" >&6; }
39299 if test "${ac_cv_lib_resolv_gethostbyname_r+set}" = set; then
39300   echo $ECHO_N "(cached) $ECHO_C" >&6
39301 else
39302   ac_check_lib_save_LIBS=$LIBS
39303 LIBS="-lresolv  $LIBS"
39304 cat >conftest.$ac_ext <<_ACEOF
39305 /* confdefs.h.  */
39306 _ACEOF
39307 cat confdefs.h >>conftest.$ac_ext
39308 cat >>conftest.$ac_ext <<_ACEOF
39309 /* end confdefs.h.  */
39310
39311 /* Override any GCC internal prototype to avoid an error.
39312    Use char because int might match the return type of a GCC
39313    builtin and then its argument prototype would still apply.  */
39314 #ifdef __cplusplus
39315 extern "C"
39316 #endif
39317 char gethostbyname_r ();
39318 int
39319 main ()
39320 {
39321 return gethostbyname_r ();
39322   ;
39323   return 0;
39324 }
39325 _ACEOF
39326 rm -f conftest.$ac_objext conftest$ac_exeext
39327 if { (ac_try="$ac_link"
39328 case "(($ac_try" in
39329   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39330   *) ac_try_echo=$ac_try;;
39331 esac
39332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39333   (eval "$ac_link") 2>conftest.er1
39334   ac_status=$?
39335   grep -v '^ *+' conftest.er1 >conftest.err
39336   rm -f conftest.er1
39337   cat conftest.err >&5
39338   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39339   (exit $ac_status); } && {
39340          test -z "$ac_c_werror_flag" ||
39341          test ! -s conftest.err
39342        } && test -s conftest$ac_exeext &&
39343        $as_test_x conftest$ac_exeext; then
39344   ac_cv_lib_resolv_gethostbyname_r=yes
39345 else
39346   echo "$as_me: failed program was:" >&5
39347 sed 's/^/| /' conftest.$ac_ext >&5
39348
39349         ac_cv_lib_resolv_gethostbyname_r=no
39350 fi
39351
39352 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39353       conftest$ac_exeext conftest.$ac_ext
39354 LIBS=$ac_check_lib_save_LIBS
39355 fi
39356 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_gethostbyname_r" >&5
39357 echo "${ECHO_T}$ac_cv_lib_resolv_gethostbyname_r" >&6; }
39358 if test $ac_cv_lib_resolv_gethostbyname_r = yes; then
39359   cat >>confdefs.h <<_ACEOF
39360 #define HAVE_LIBRESOLV 1
39361 _ACEOF
39362
39363   LIBS="-lresolv $LIBS"
39364
39365 fi
39366
39367 fi
39368
39369
39370
39371 for ac_func in inet_pton
39372 do
39373 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39374 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39375 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39376 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39377   echo $ECHO_N "(cached) $ECHO_C" >&6
39378 else
39379   cat >conftest.$ac_ext <<_ACEOF
39380 /* confdefs.h.  */
39381 _ACEOF
39382 cat confdefs.h >>conftest.$ac_ext
39383 cat >>conftest.$ac_ext <<_ACEOF
39384 /* end confdefs.h.  */
39385 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39386    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39387 #define $ac_func innocuous_$ac_func
39388
39389 /* System header to define __stub macros and hopefully few prototypes,
39390     which can conflict with char $ac_func (); below.
39391     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39392     <limits.h> exists even on freestanding compilers.  */
39393
39394 #ifdef __STDC__
39395 # include <limits.h>
39396 #else
39397 # include <assert.h>
39398 #endif
39399
39400 #undef $ac_func
39401
39402 /* Override any GCC internal prototype to avoid an error.
39403    Use char because int might match the return type of a GCC
39404    builtin and then its argument prototype would still apply.  */
39405 #ifdef __cplusplus
39406 extern "C"
39407 #endif
39408 char $ac_func ();
39409 /* The GNU C library defines this for functions which it implements
39410     to always fail with ENOSYS.  Some functions are actually named
39411     something starting with __ and the normal name is an alias.  */
39412 #if defined __stub_$ac_func || defined __stub___$ac_func
39413 choke me
39414 #endif
39415
39416 int
39417 main ()
39418 {
39419 return $ac_func ();
39420   ;
39421   return 0;
39422 }
39423 _ACEOF
39424 rm -f conftest.$ac_objext conftest$ac_exeext
39425 if { (ac_try="$ac_link"
39426 case "(($ac_try" in
39427   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39428   *) ac_try_echo=$ac_try;;
39429 esac
39430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39431   (eval "$ac_link") 2>conftest.er1
39432   ac_status=$?
39433   grep -v '^ *+' conftest.er1 >conftest.err
39434   rm -f conftest.er1
39435   cat conftest.err >&5
39436   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39437   (exit $ac_status); } && {
39438          test -z "$ac_c_werror_flag" ||
39439          test ! -s conftest.err
39440        } && test -s conftest$ac_exeext &&
39441        $as_test_x conftest$ac_exeext; then
39442   eval "$as_ac_var=yes"
39443 else
39444   echo "$as_me: failed program was:" >&5
39445 sed 's/^/| /' conftest.$ac_ext >&5
39446
39447         eval "$as_ac_var=no"
39448 fi
39449
39450 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39451       conftest$ac_exeext conftest.$ac_ext
39452 fi
39453 ac_res=`eval echo '${'$as_ac_var'}'`
39454                { echo "$as_me:$LINENO: result: $ac_res" >&5
39455 echo "${ECHO_T}$ac_res" >&6; }
39456 if test `eval echo '${'$as_ac_var'}'` = yes; then
39457   cat >>confdefs.h <<_ACEOF
39458 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39459 _ACEOF
39460  cat >>confdefs.h <<\_ACEOF
39461 #define HAVE_INET_PTON 1
39462 _ACEOF
39463
39464 fi
39465 done
39466
39467
39468 for ac_func in inet_ntop
39469 do
39470 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39471 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39472 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39473 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39474   echo $ECHO_N "(cached) $ECHO_C" >&6
39475 else
39476   cat >conftest.$ac_ext <<_ACEOF
39477 /* confdefs.h.  */
39478 _ACEOF
39479 cat confdefs.h >>conftest.$ac_ext
39480 cat >>conftest.$ac_ext <<_ACEOF
39481 /* end confdefs.h.  */
39482 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39483    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39484 #define $ac_func innocuous_$ac_func
39485
39486 /* System header to define __stub macros and hopefully few prototypes,
39487     which can conflict with char $ac_func (); below.
39488     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39489     <limits.h> exists even on freestanding compilers.  */
39490
39491 #ifdef __STDC__
39492 # include <limits.h>
39493 #else
39494 # include <assert.h>
39495 #endif
39496
39497 #undef $ac_func
39498
39499 /* Override any GCC internal prototype to avoid an error.
39500    Use char because int might match the return type of a GCC
39501    builtin and then its argument prototype would still apply.  */
39502 #ifdef __cplusplus
39503 extern "C"
39504 #endif
39505 char $ac_func ();
39506 /* The GNU C library defines this for functions which it implements
39507     to always fail with ENOSYS.  Some functions are actually named
39508     something starting with __ and the normal name is an alias.  */
39509 #if defined __stub_$ac_func || defined __stub___$ac_func
39510 choke me
39511 #endif
39512
39513 int
39514 main ()
39515 {
39516 return $ac_func ();
39517   ;
39518   return 0;
39519 }
39520 _ACEOF
39521 rm -f conftest.$ac_objext conftest$ac_exeext
39522 if { (ac_try="$ac_link"
39523 case "(($ac_try" in
39524   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39525   *) ac_try_echo=$ac_try;;
39526 esac
39527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39528   (eval "$ac_link") 2>conftest.er1
39529   ac_status=$?
39530   grep -v '^ *+' conftest.er1 >conftest.err
39531   rm -f conftest.er1
39532   cat conftest.err >&5
39533   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39534   (exit $ac_status); } && {
39535          test -z "$ac_c_werror_flag" ||
39536          test ! -s conftest.err
39537        } && test -s conftest$ac_exeext &&
39538        $as_test_x conftest$ac_exeext; then
39539   eval "$as_ac_var=yes"
39540 else
39541   echo "$as_me: failed program was:" >&5
39542 sed 's/^/| /' conftest.$ac_ext >&5
39543
39544         eval "$as_ac_var=no"
39545 fi
39546
39547 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39548       conftest$ac_exeext conftest.$ac_ext
39549 fi
39550 ac_res=`eval echo '${'$as_ac_var'}'`
39551                { echo "$as_me:$LINENO: result: $ac_res" >&5
39552 echo "${ECHO_T}$ac_res" >&6; }
39553 if test `eval echo '${'$as_ac_var'}'` = yes; then
39554   cat >>confdefs.h <<_ACEOF
39555 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39556 _ACEOF
39557  cat >>confdefs.h <<\_ACEOF
39558 #define HAVE_INET_NTOP 1
39559 _ACEOF
39560
39561 fi
39562 done
39563
39564
39565 for ac_func in gethostbyname2
39566 do
39567 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39568 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39569 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39570 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39571   echo $ECHO_N "(cached) $ECHO_C" >&6
39572 else
39573   cat >conftest.$ac_ext <<_ACEOF
39574 /* confdefs.h.  */
39575 _ACEOF
39576 cat confdefs.h >>conftest.$ac_ext
39577 cat >>conftest.$ac_ext <<_ACEOF
39578 /* end confdefs.h.  */
39579 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39580    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39581 #define $ac_func innocuous_$ac_func
39582
39583 /* System header to define __stub macros and hopefully few prototypes,
39584     which can conflict with char $ac_func (); below.
39585     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39586     <limits.h> exists even on freestanding compilers.  */
39587
39588 #ifdef __STDC__
39589 # include <limits.h>
39590 #else
39591 # include <assert.h>
39592 #endif
39593
39594 #undef $ac_func
39595
39596 /* Override any GCC internal prototype to avoid an error.
39597    Use char because int might match the return type of a GCC
39598    builtin and then its argument prototype would still apply.  */
39599 #ifdef __cplusplus
39600 extern "C"
39601 #endif
39602 char $ac_func ();
39603 /* The GNU C library defines this for functions which it implements
39604     to always fail with ENOSYS.  Some functions are actually named
39605     something starting with __ and the normal name is an alias.  */
39606 #if defined __stub_$ac_func || defined __stub___$ac_func
39607 choke me
39608 #endif
39609
39610 int
39611 main ()
39612 {
39613 return $ac_func ();
39614   ;
39615   return 0;
39616 }
39617 _ACEOF
39618 rm -f conftest.$ac_objext conftest$ac_exeext
39619 if { (ac_try="$ac_link"
39620 case "(($ac_try" in
39621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39622   *) ac_try_echo=$ac_try;;
39623 esac
39624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39625   (eval "$ac_link") 2>conftest.er1
39626   ac_status=$?
39627   grep -v '^ *+' conftest.er1 >conftest.err
39628   rm -f conftest.er1
39629   cat conftest.err >&5
39630   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39631   (exit $ac_status); } && {
39632          test -z "$ac_c_werror_flag" ||
39633          test ! -s conftest.err
39634        } && test -s conftest$ac_exeext &&
39635        $as_test_x conftest$ac_exeext; then
39636   eval "$as_ac_var=yes"
39637 else
39638   echo "$as_me: failed program was:" >&5
39639 sed 's/^/| /' conftest.$ac_ext >&5
39640
39641         eval "$as_ac_var=no"
39642 fi
39643
39644 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39645       conftest$ac_exeext conftest.$ac_ext
39646 fi
39647 ac_res=`eval echo '${'$as_ac_var'}'`
39648                { echo "$as_me:$LINENO: result: $ac_res" >&5
39649 echo "${ECHO_T}$ac_res" >&6; }
39650 if test `eval echo '${'$as_ac_var'}'` = yes; then
39651   cat >>confdefs.h <<_ACEOF
39652 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39653 _ACEOF
39654  cat >>confdefs.h <<\_ACEOF
39655 #define HAVE_GETHOSTBYNAME2 1
39656 _ACEOF
39657
39658 fi
39659 done
39660
39661
39662 { echo "$as_me:$LINENO: checking for struct sockaddr has a sa_len field" >&5
39663 echo $ECHO_N "checking for struct sockaddr has a sa_len field... $ECHO_C" >&6; }
39664 if test "${ac_cv_struct_sockaddr_sa_len+set}" = set; then
39665   echo $ECHO_N "(cached) $ECHO_C" >&6
39666 else
39667
39668        cat >conftest.$ac_ext <<_ACEOF
39669 /* confdefs.h.  */
39670 _ACEOF
39671 cat confdefs.h >>conftest.$ac_ext
39672 cat >>conftest.$ac_ext <<_ACEOF
39673 /* end confdefs.h.  */
39674
39675               #include <sys/socket.h>
39676
39677 int
39678 main ()
39679 {
39680
39681               struct sockaddr s; s.sa_len;
39682
39683   ;
39684   return 0;
39685 }
39686 _ACEOF
39687 rm -f conftest.$ac_objext
39688 if { (ac_try="$ac_compile"
39689 case "(($ac_try" in
39690   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39691   *) ac_try_echo=$ac_try;;
39692 esac
39693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39694   (eval "$ac_compile") 2>conftest.er1
39695   ac_status=$?
39696   grep -v '^ *+' conftest.er1 >conftest.err
39697   rm -f conftest.er1
39698   cat conftest.err >&5
39699   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39700   (exit $ac_status); } && {
39701          test -z "$ac_c_werror_flag" ||
39702          test ! -s conftest.err
39703        } && test -s conftest.$ac_objext; then
39704
39705              ac_cv_struct_sockaddr_sa_len=yes
39706
39707 else
39708   echo "$as_me: failed program was:" >&5
39709 sed 's/^/| /' conftest.$ac_ext >&5
39710
39711         ac_cv_struct_sockaddr_sa_len=no
39712
39713
39714 fi
39715
39716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39717
39718
39719 fi
39720 { echo "$as_me:$LINENO: result: $ac_cv_struct_sockaddr_sa_len" >&5
39721 echo "${ECHO_T}$ac_cv_struct_sockaddr_sa_len" >&6; }
39722
39723 if test $ac_cv_struct_sockaddr_sa_len = yes; then
39724
39725 cat >>confdefs.h <<\_ACEOF
39726 #define HAVE_SA_LEN 1
39727 _ACEOF
39728
39729 fi
39730
39731
39732 for ac_func in strftime
39733 do
39734 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39735 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39736 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39737 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39738   echo $ECHO_N "(cached) $ECHO_C" >&6
39739 else
39740   cat >conftest.$ac_ext <<_ACEOF
39741 /* confdefs.h.  */
39742 _ACEOF
39743 cat confdefs.h >>conftest.$ac_ext
39744 cat >>conftest.$ac_ext <<_ACEOF
39745 /* end confdefs.h.  */
39746 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39747    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39748 #define $ac_func innocuous_$ac_func
39749
39750 /* System header to define __stub macros and hopefully few prototypes,
39751     which can conflict with char $ac_func (); below.
39752     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39753     <limits.h> exists even on freestanding compilers.  */
39754
39755 #ifdef __STDC__
39756 # include <limits.h>
39757 #else
39758 # include <assert.h>
39759 #endif
39760
39761 #undef $ac_func
39762
39763 /* Override any GCC internal prototype to avoid an error.
39764    Use char because int might match the return type of a GCC
39765    builtin and then its argument prototype would still apply.  */
39766 #ifdef __cplusplus
39767 extern "C"
39768 #endif
39769 char $ac_func ();
39770 /* The GNU C library defines this for functions which it implements
39771     to always fail with ENOSYS.  Some functions are actually named
39772     something starting with __ and the normal name is an alias.  */
39773 #if defined __stub_$ac_func || defined __stub___$ac_func
39774 choke me
39775 #endif
39776
39777 int
39778 main ()
39779 {
39780 return $ac_func ();
39781   ;
39782   return 0;
39783 }
39784 _ACEOF
39785 rm -f conftest.$ac_objext conftest$ac_exeext
39786 if { (ac_try="$ac_link"
39787 case "(($ac_try" in
39788   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39789   *) ac_try_echo=$ac_try;;
39790 esac
39791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39792   (eval "$ac_link") 2>conftest.er1
39793   ac_status=$?
39794   grep -v '^ *+' conftest.er1 >conftest.err
39795   rm -f conftest.er1
39796   cat conftest.err >&5
39797   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39798   (exit $ac_status); } && {
39799          test -z "$ac_c_werror_flag" ||
39800          test ! -s conftest.err
39801        } && test -s conftest$ac_exeext &&
39802        $as_test_x conftest$ac_exeext; then
39803   eval "$as_ac_var=yes"
39804 else
39805   echo "$as_me: failed program was:" >&5
39806 sed 's/^/| /' conftest.$ac_ext >&5
39807
39808         eval "$as_ac_var=no"
39809 fi
39810
39811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39812       conftest$ac_exeext conftest.$ac_ext
39813 fi
39814 ac_res=`eval echo '${'$as_ac_var'}'`
39815                { echo "$as_me:$LINENO: result: $ac_res" >&5
39816 echo "${ECHO_T}$ac_res" >&6; }
39817 if test `eval echo '${'$as_ac_var'}'` = yes; then
39818   cat >>confdefs.h <<_ACEOF
39819 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39820 _ACEOF
39821
39822 else
39823   # strftime is in -lintl on SCO UNIX.
39824 { echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
39825 echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; }
39826 if test "${ac_cv_lib_intl_strftime+set}" = set; then
39827   echo $ECHO_N "(cached) $ECHO_C" >&6
39828 else
39829   ac_check_lib_save_LIBS=$LIBS
39830 LIBS="-lintl  $LIBS"
39831 cat >conftest.$ac_ext <<_ACEOF
39832 /* confdefs.h.  */
39833 _ACEOF
39834 cat confdefs.h >>conftest.$ac_ext
39835 cat >>conftest.$ac_ext <<_ACEOF
39836 /* end confdefs.h.  */
39837
39838 /* Override any GCC internal prototype to avoid an error.
39839    Use char because int might match the return type of a GCC
39840    builtin and then its argument prototype would still apply.  */
39841 #ifdef __cplusplus
39842 extern "C"
39843 #endif
39844 char strftime ();
39845 int
39846 main ()
39847 {
39848 return strftime ();
39849   ;
39850   return 0;
39851 }
39852 _ACEOF
39853 rm -f conftest.$ac_objext conftest$ac_exeext
39854 if { (ac_try="$ac_link"
39855 case "(($ac_try" in
39856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39857   *) ac_try_echo=$ac_try;;
39858 esac
39859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39860   (eval "$ac_link") 2>conftest.er1
39861   ac_status=$?
39862   grep -v '^ *+' conftest.er1 >conftest.err
39863   rm -f conftest.er1
39864   cat conftest.err >&5
39865   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39866   (exit $ac_status); } && {
39867          test -z "$ac_c_werror_flag" ||
39868          test ! -s conftest.err
39869        } && test -s conftest$ac_exeext &&
39870        $as_test_x conftest$ac_exeext; then
39871   ac_cv_lib_intl_strftime=yes
39872 else
39873   echo "$as_me: failed program was:" >&5
39874 sed 's/^/| /' conftest.$ac_ext >&5
39875
39876         ac_cv_lib_intl_strftime=no
39877 fi
39878
39879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39880       conftest$ac_exeext conftest.$ac_ext
39881 LIBS=$ac_check_lib_save_LIBS
39882 fi
39883 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
39884 echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; }
39885 if test $ac_cv_lib_intl_strftime = yes; then
39886   cat >>confdefs.h <<\_ACEOF
39887 #define HAVE_STRFTIME 1
39888 _ACEOF
39889
39890 LIBS="-lintl $LIBS"
39891 fi
39892
39893 fi
39894 done
39895
39896
39897 for ac_func in vprintf
39898 do
39899 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39900 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39901 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39902 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39903   echo $ECHO_N "(cached) $ECHO_C" >&6
39904 else
39905   cat >conftest.$ac_ext <<_ACEOF
39906 /* confdefs.h.  */
39907 _ACEOF
39908 cat confdefs.h >>conftest.$ac_ext
39909 cat >>conftest.$ac_ext <<_ACEOF
39910 /* end confdefs.h.  */
39911 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39912    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39913 #define $ac_func innocuous_$ac_func
39914
39915 /* System header to define __stub macros and hopefully few prototypes,
39916     which can conflict with char $ac_func (); below.
39917     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39918     <limits.h> exists even on freestanding compilers.  */
39919
39920 #ifdef __STDC__
39921 # include <limits.h>
39922 #else
39923 # include <assert.h>
39924 #endif
39925
39926 #undef $ac_func
39927
39928 /* Override any GCC internal prototype to avoid an error.
39929    Use char because int might match the return type of a GCC
39930    builtin and then its argument prototype would still apply.  */
39931 #ifdef __cplusplus
39932 extern "C"
39933 #endif
39934 char $ac_func ();
39935 /* The GNU C library defines this for functions which it implements
39936     to always fail with ENOSYS.  Some functions are actually named
39937     something starting with __ and the normal name is an alias.  */
39938 #if defined __stub_$ac_func || defined __stub___$ac_func
39939 choke me
39940 #endif
39941
39942 int
39943 main ()
39944 {
39945 return $ac_func ();
39946   ;
39947   return 0;
39948 }
39949 _ACEOF
39950 rm -f conftest.$ac_objext conftest$ac_exeext
39951 if { (ac_try="$ac_link"
39952 case "(($ac_try" in
39953   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39954   *) ac_try_echo=$ac_try;;
39955 esac
39956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39957   (eval "$ac_link") 2>conftest.er1
39958   ac_status=$?
39959   grep -v '^ *+' conftest.er1 >conftest.err
39960   rm -f conftest.er1
39961   cat conftest.err >&5
39962   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39963   (exit $ac_status); } && {
39964          test -z "$ac_c_werror_flag" ||
39965          test ! -s conftest.err
39966        } && test -s conftest$ac_exeext &&
39967        $as_test_x conftest$ac_exeext; then
39968   eval "$as_ac_var=yes"
39969 else
39970   echo "$as_me: failed program was:" >&5
39971 sed 's/^/| /' conftest.$ac_ext >&5
39972
39973         eval "$as_ac_var=no"
39974 fi
39975
39976 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39977       conftest$ac_exeext conftest.$ac_ext
39978 fi
39979 ac_res=`eval echo '${'$as_ac_var'}'`
39980                { echo "$as_me:$LINENO: result: $ac_res" >&5
39981 echo "${ECHO_T}$ac_res" >&6; }
39982 if test `eval echo '${'$as_ac_var'}'` = yes; then
39983   cat >>confdefs.h <<_ACEOF
39984 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39985 _ACEOF
39986
39987 { echo "$as_me:$LINENO: checking for _doprnt" >&5
39988 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; }
39989 if test "${ac_cv_func__doprnt+set}" = set; then
39990   echo $ECHO_N "(cached) $ECHO_C" >&6
39991 else
39992   cat >conftest.$ac_ext <<_ACEOF
39993 /* confdefs.h.  */
39994 _ACEOF
39995 cat confdefs.h >>conftest.$ac_ext
39996 cat >>conftest.$ac_ext <<_ACEOF
39997 /* end confdefs.h.  */
39998 /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
39999    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
40000 #define _doprnt innocuous__doprnt
40001
40002 /* System header to define __stub macros and hopefully few prototypes,
40003     which can conflict with char _doprnt (); below.
40004     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40005     <limits.h> exists even on freestanding compilers.  */
40006
40007 #ifdef __STDC__
40008 # include <limits.h>
40009 #else
40010 # include <assert.h>
40011 #endif
40012
40013 #undef _doprnt
40014
40015 /* Override any GCC internal prototype to avoid an error.
40016    Use char because int might match the return type of a GCC
40017    builtin and then its argument prototype would still apply.  */
40018 #ifdef __cplusplus
40019 extern "C"
40020 #endif
40021 char _doprnt ();
40022 /* The GNU C library defines this for functions which it implements
40023     to always fail with ENOSYS.  Some functions are actually named
40024     something starting with __ and the normal name is an alias.  */
40025 #if defined __stub__doprnt || defined __stub____doprnt
40026 choke me
40027 #endif
40028
40029 int
40030 main ()
40031 {
40032 return _doprnt ();
40033   ;
40034   return 0;
40035 }
40036 _ACEOF
40037 rm -f conftest.$ac_objext conftest$ac_exeext
40038 if { (ac_try="$ac_link"
40039 case "(($ac_try" in
40040   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40041   *) ac_try_echo=$ac_try;;
40042 esac
40043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40044   (eval "$ac_link") 2>conftest.er1
40045   ac_status=$?
40046   grep -v '^ *+' conftest.er1 >conftest.err
40047   rm -f conftest.er1
40048   cat conftest.err >&5
40049   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40050   (exit $ac_status); } && {
40051          test -z "$ac_c_werror_flag" ||
40052          test ! -s conftest.err
40053        } && test -s conftest$ac_exeext &&
40054        $as_test_x conftest$ac_exeext; then
40055   ac_cv_func__doprnt=yes
40056 else
40057   echo "$as_me: failed program was:" >&5
40058 sed 's/^/| /' conftest.$ac_ext >&5
40059
40060         ac_cv_func__doprnt=no
40061 fi
40062
40063 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40064       conftest$ac_exeext conftest.$ac_ext
40065 fi
40066 { echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
40067 echo "${ECHO_T}$ac_cv_func__doprnt" >&6; }
40068 if test $ac_cv_func__doprnt = yes; then
40069
40070 cat >>confdefs.h <<\_ACEOF
40071 #define HAVE_DOPRNT 1
40072 _ACEOF
40073
40074 fi
40075
40076 fi
40077 done
40078
40079
40080 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
40081 # for constant arguments.  Useless!
40082 { echo "$as_me:$LINENO: checking for working alloca.h" >&5
40083 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; }
40084 if test "${ac_cv_working_alloca_h+set}" = set; then
40085   echo $ECHO_N "(cached) $ECHO_C" >&6
40086 else
40087   cat >conftest.$ac_ext <<_ACEOF
40088 /* confdefs.h.  */
40089 _ACEOF
40090 cat confdefs.h >>conftest.$ac_ext
40091 cat >>conftest.$ac_ext <<_ACEOF
40092 /* end confdefs.h.  */
40093 #include <alloca.h>
40094 int
40095 main ()
40096 {
40097 char *p = (char *) alloca (2 * sizeof (int));
40098                           if (p) return 0;
40099   ;
40100   return 0;
40101 }
40102 _ACEOF
40103 rm -f conftest.$ac_objext conftest$ac_exeext
40104 if { (ac_try="$ac_link"
40105 case "(($ac_try" in
40106   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40107   *) ac_try_echo=$ac_try;;
40108 esac
40109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40110   (eval "$ac_link") 2>conftest.er1
40111   ac_status=$?
40112   grep -v '^ *+' conftest.er1 >conftest.err
40113   rm -f conftest.er1
40114   cat conftest.err >&5
40115   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40116   (exit $ac_status); } && {
40117          test -z "$ac_c_werror_flag" ||
40118          test ! -s conftest.err
40119        } && test -s conftest$ac_exeext &&
40120        $as_test_x conftest$ac_exeext; then
40121   ac_cv_working_alloca_h=yes
40122 else
40123   echo "$as_me: failed program was:" >&5
40124 sed 's/^/| /' conftest.$ac_ext >&5
40125
40126         ac_cv_working_alloca_h=no
40127 fi
40128
40129 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40130       conftest$ac_exeext conftest.$ac_ext
40131 fi
40132 { echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
40133 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; }
40134 if test $ac_cv_working_alloca_h = yes; then
40135
40136 cat >>confdefs.h <<\_ACEOF
40137 #define HAVE_ALLOCA_H 1
40138 _ACEOF
40139
40140 fi
40141
40142 { echo "$as_me:$LINENO: checking for alloca" >&5
40143 echo $ECHO_N "checking for alloca... $ECHO_C" >&6; }
40144 if test "${ac_cv_func_alloca_works+set}" = set; then
40145   echo $ECHO_N "(cached) $ECHO_C" >&6
40146 else
40147   cat >conftest.$ac_ext <<_ACEOF
40148 /* confdefs.h.  */
40149 _ACEOF
40150 cat confdefs.h >>conftest.$ac_ext
40151 cat >>conftest.$ac_ext <<_ACEOF
40152 /* end confdefs.h.  */
40153 #ifdef __GNUC__
40154 # define alloca __builtin_alloca
40155 #else
40156 # ifdef _MSC_VER
40157 #  include <malloc.h>
40158 #  define alloca _alloca
40159 # else
40160 #  ifdef HAVE_ALLOCA_H
40161 #   include <alloca.h>
40162 #  else
40163 #   ifdef _AIX
40164  #pragma alloca
40165 #   else
40166 #    ifndef alloca /* predefined by HP cc +Olibcalls */
40167 char *alloca ();
40168 #    endif
40169 #   endif
40170 #  endif
40171 # endif
40172 #endif
40173
40174 int
40175 main ()
40176 {
40177 char *p = (char *) alloca (1);
40178                                     if (p) return 0;
40179   ;
40180   return 0;
40181 }
40182 _ACEOF
40183 rm -f conftest.$ac_objext conftest$ac_exeext
40184 if { (ac_try="$ac_link"
40185 case "(($ac_try" in
40186   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40187   *) ac_try_echo=$ac_try;;
40188 esac
40189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40190   (eval "$ac_link") 2>conftest.er1
40191   ac_status=$?
40192   grep -v '^ *+' conftest.er1 >conftest.err
40193   rm -f conftest.er1
40194   cat conftest.err >&5
40195   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40196   (exit $ac_status); } && {
40197          test -z "$ac_c_werror_flag" ||
40198          test ! -s conftest.err
40199        } && test -s conftest$ac_exeext &&
40200        $as_test_x conftest$ac_exeext; then
40201   ac_cv_func_alloca_works=yes
40202 else
40203   echo "$as_me: failed program was:" >&5
40204 sed 's/^/| /' conftest.$ac_ext >&5
40205
40206         ac_cv_func_alloca_works=no
40207 fi
40208
40209 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40210       conftest$ac_exeext conftest.$ac_ext
40211 fi
40212 { echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
40213 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; }
40214
40215 if test $ac_cv_func_alloca_works = yes; then
40216
40217 cat >>confdefs.h <<\_ACEOF
40218 #define HAVE_ALLOCA 1
40219 _ACEOF
40220
40221 else
40222   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
40223 # that cause trouble.  Some versions do not even contain alloca or
40224 # contain a buggy version.  If you still want to use their alloca,
40225 # use ar to extract alloca.o from them instead of compiling alloca.c.
40226
40227 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
40228
40229 cat >>confdefs.h <<\_ACEOF
40230 #define C_ALLOCA 1
40231 _ACEOF
40232
40233
40234 { echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
40235 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; }
40236 if test "${ac_cv_os_cray+set}" = set; then
40237   echo $ECHO_N "(cached) $ECHO_C" >&6
40238 else
40239   cat >conftest.$ac_ext <<_ACEOF
40240 /* confdefs.h.  */
40241 _ACEOF
40242 cat confdefs.h >>conftest.$ac_ext
40243 cat >>conftest.$ac_ext <<_ACEOF
40244 /* end confdefs.h.  */
40245 #if defined CRAY && ! defined CRAY2
40246 webecray
40247 #else
40248 wenotbecray
40249 #endif
40250
40251 _ACEOF
40252 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
40253   $EGREP "webecray" >/dev/null 2>&1; then
40254   ac_cv_os_cray=yes
40255 else
40256   ac_cv_os_cray=no
40257 fi
40258 rm -f conftest*
40259
40260 fi
40261 { echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
40262 echo "${ECHO_T}$ac_cv_os_cray" >&6; }
40263 if test $ac_cv_os_cray = yes; then
40264   for ac_func in _getb67 GETB67 getb67; do
40265     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40266 { echo "$as_me:$LINENO: checking for $ac_func" >&5
40267 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
40268 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
40269   echo $ECHO_N "(cached) $ECHO_C" >&6
40270 else
40271   cat >conftest.$ac_ext <<_ACEOF
40272 /* confdefs.h.  */
40273 _ACEOF
40274 cat confdefs.h >>conftest.$ac_ext
40275 cat >>conftest.$ac_ext <<_ACEOF
40276 /* end confdefs.h.  */
40277 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40278    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
40279 #define $ac_func innocuous_$ac_func
40280
40281 /* System header to define __stub macros and hopefully few prototypes,
40282     which can conflict with char $ac_func (); below.
40283     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40284     <limits.h> exists even on freestanding compilers.  */
40285
40286 #ifdef __STDC__
40287 # include <limits.h>
40288 #else
40289 # include <assert.h>
40290 #endif
40291
40292 #undef $ac_func
40293
40294 /* Override any GCC internal prototype to avoid an error.
40295    Use char because int might match the return type of a GCC
40296    builtin and then its argument prototype would still apply.  */
40297 #ifdef __cplusplus
40298 extern "C"
40299 #endif
40300 char $ac_func ();
40301 /* The GNU C library defines this for functions which it implements
40302     to always fail with ENOSYS.  Some functions are actually named
40303     something starting with __ and the normal name is an alias.  */
40304 #if defined __stub_$ac_func || defined __stub___$ac_func
40305 choke me
40306 #endif
40307
40308 int
40309 main ()
40310 {
40311 return $ac_func ();
40312   ;
40313   return 0;
40314 }
40315 _ACEOF
40316 rm -f conftest.$ac_objext conftest$ac_exeext
40317 if { (ac_try="$ac_link"
40318 case "(($ac_try" in
40319   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40320   *) ac_try_echo=$ac_try;;
40321 esac
40322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40323   (eval "$ac_link") 2>conftest.er1
40324   ac_status=$?
40325   grep -v '^ *+' conftest.er1 >conftest.err
40326   rm -f conftest.er1
40327   cat conftest.err >&5
40328   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40329   (exit $ac_status); } && {
40330          test -z "$ac_c_werror_flag" ||
40331          test ! -s conftest.err
40332        } && test -s conftest$ac_exeext &&
40333        $as_test_x conftest$ac_exeext; then
40334   eval "$as_ac_var=yes"
40335 else
40336   echo "$as_me: failed program was:" >&5
40337 sed 's/^/| /' conftest.$ac_ext >&5
40338
40339         eval "$as_ac_var=no"
40340 fi
40341
40342 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40343       conftest$ac_exeext conftest.$ac_ext
40344 fi
40345 ac_res=`eval echo '${'$as_ac_var'}'`
40346                { echo "$as_me:$LINENO: result: $ac_res" >&5
40347 echo "${ECHO_T}$ac_res" >&6; }
40348 if test `eval echo '${'$as_ac_var'}'` = yes; then
40349
40350 cat >>confdefs.h <<_ACEOF
40351 #define CRAY_STACKSEG_END $ac_func
40352 _ACEOF
40353
40354     break
40355 fi
40356
40357   done
40358 fi
40359
40360 { echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
40361 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; }
40362 if test "${ac_cv_c_stack_direction+set}" = set; then
40363   echo $ECHO_N "(cached) $ECHO_C" >&6
40364 else
40365   if test "$cross_compiling" = yes; then
40366   ac_cv_c_stack_direction=0
40367 else
40368   cat >conftest.$ac_ext <<_ACEOF
40369 /* confdefs.h.  */
40370 _ACEOF
40371 cat confdefs.h >>conftest.$ac_ext
40372 cat >>conftest.$ac_ext <<_ACEOF
40373 /* end confdefs.h.  */
40374 $ac_includes_default
40375 int
40376 find_stack_direction ()
40377 {
40378   static char *addr = 0;
40379   auto char dummy;
40380   if (addr == 0)
40381     {
40382       addr = &dummy;
40383       return find_stack_direction ();
40384     }
40385   else
40386     return (&dummy > addr) ? 1 : -1;
40387 }
40388
40389 int
40390 main ()
40391 {
40392   return find_stack_direction () < 0;
40393 }
40394 _ACEOF
40395 rm -f conftest$ac_exeext
40396 if { (ac_try="$ac_link"
40397 case "(($ac_try" in
40398   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40399   *) ac_try_echo=$ac_try;;
40400 esac
40401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40402   (eval "$ac_link") 2>&5
40403   ac_status=$?
40404   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40405   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
40406   { (case "(($ac_try" in
40407   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40408   *) ac_try_echo=$ac_try;;
40409 esac
40410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40411   (eval "$ac_try") 2>&5
40412   ac_status=$?
40413   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40414   (exit $ac_status); }; }; then
40415   ac_cv_c_stack_direction=1
40416 else
40417   echo "$as_me: program exited with status $ac_status" >&5
40418 echo "$as_me: failed program was:" >&5
40419 sed 's/^/| /' conftest.$ac_ext >&5
40420
40421 ( exit $ac_status )
40422 ac_cv_c_stack_direction=-1
40423 fi
40424 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
40425 fi
40426
40427
40428 fi
40429 { echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
40430 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; }
40431
40432 cat >>confdefs.h <<_ACEOF
40433 #define STACK_DIRECTION $ac_cv_c_stack_direction
40434 _ACEOF
40435
40436
40437 fi
40438
40439 # getmntent is in the standard C library on UNICOS, in -lsun on Irix 4,
40440 # -lseq on Dynix/PTX, -lgen on Unixware.
40441 { echo "$as_me:$LINENO: checking for library containing getmntent" >&5
40442 echo $ECHO_N "checking for library containing getmntent... $ECHO_C" >&6; }
40443 if test "${ac_cv_search_getmntent+set}" = set; then
40444   echo $ECHO_N "(cached) $ECHO_C" >&6
40445 else
40446   ac_func_search_save_LIBS=$LIBS
40447 cat >conftest.$ac_ext <<_ACEOF
40448 /* confdefs.h.  */
40449 _ACEOF
40450 cat confdefs.h >>conftest.$ac_ext
40451 cat >>conftest.$ac_ext <<_ACEOF
40452 /* end confdefs.h.  */
40453
40454 /* Override any GCC internal prototype to avoid an error.
40455    Use char because int might match the return type of a GCC
40456    builtin and then its argument prototype would still apply.  */
40457 #ifdef __cplusplus
40458 extern "C"
40459 #endif
40460 char getmntent ();
40461 int
40462 main ()
40463 {
40464 return getmntent ();
40465   ;
40466   return 0;
40467 }
40468 _ACEOF
40469 for ac_lib in '' sun seq gen; do
40470   if test -z "$ac_lib"; then
40471     ac_res="none required"
40472   else
40473     ac_res=-l$ac_lib
40474     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
40475   fi
40476   rm -f conftest.$ac_objext conftest$ac_exeext
40477 if { (ac_try="$ac_link"
40478 case "(($ac_try" in
40479   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40480   *) ac_try_echo=$ac_try;;
40481 esac
40482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40483   (eval "$ac_link") 2>conftest.er1
40484   ac_status=$?
40485   grep -v '^ *+' conftest.er1 >conftest.err
40486   rm -f conftest.er1
40487   cat conftest.err >&5
40488   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40489   (exit $ac_status); } && {
40490          test -z "$ac_c_werror_flag" ||
40491          test ! -s conftest.err
40492        } && test -s conftest$ac_exeext &&
40493        $as_test_x conftest$ac_exeext; then
40494   ac_cv_search_getmntent=$ac_res
40495 else
40496   echo "$as_me: failed program was:" >&5
40497 sed 's/^/| /' conftest.$ac_ext >&5
40498
40499
40500 fi
40501
40502 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40503       conftest$ac_exeext
40504   if test "${ac_cv_search_getmntent+set}" = set; then
40505   break
40506 fi
40507 done
40508 if test "${ac_cv_search_getmntent+set}" = set; then
40509   :
40510 else
40511   ac_cv_search_getmntent=no
40512 fi
40513 rm conftest.$ac_ext
40514 LIBS=$ac_func_search_save_LIBS
40515 fi
40516 { echo "$as_me:$LINENO: result: $ac_cv_search_getmntent" >&5
40517 echo "${ECHO_T}$ac_cv_search_getmntent" >&6; }
40518 ac_res=$ac_cv_search_getmntent
40519 if test "$ac_res" != no; then
40520   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
40521   ac_cv_func_getmntent=yes
40522
40523 cat >>confdefs.h <<\_ACEOF
40524 #define HAVE_GETMNTENT 1
40525 _ACEOF
40526
40527 else
40528   ac_cv_func_getmntent=no
40529 fi
40530
40531
40532 { echo "$as_me:$LINENO: checking whether closedir returns void" >&5
40533 echo $ECHO_N "checking whether closedir returns void... $ECHO_C" >&6; }
40534 if test "${ac_cv_func_closedir_void+set}" = set; then
40535   echo $ECHO_N "(cached) $ECHO_C" >&6
40536 else
40537   if test "$cross_compiling" = yes; then
40538   ac_cv_func_closedir_void=yes
40539 else
40540   cat >conftest.$ac_ext <<_ACEOF
40541 /* confdefs.h.  */
40542 _ACEOF
40543 cat confdefs.h >>conftest.$ac_ext
40544 cat >>conftest.$ac_ext <<_ACEOF
40545 /* end confdefs.h.  */
40546 $ac_includes_default
40547 #include <$ac_header_dirent>
40548 #ifndef __cplusplus
40549 int closedir ();
40550 #endif
40551
40552 int
40553 main ()
40554 {
40555 return closedir (opendir (".")) != 0;
40556   ;
40557   return 0;
40558 }
40559 _ACEOF
40560 rm -f conftest$ac_exeext
40561 if { (ac_try="$ac_link"
40562 case "(($ac_try" in
40563   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40564   *) ac_try_echo=$ac_try;;
40565 esac
40566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40567   (eval "$ac_link") 2>&5
40568   ac_status=$?
40569   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40570   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
40571   { (case "(($ac_try" in
40572   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40573   *) ac_try_echo=$ac_try;;
40574 esac
40575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40576   (eval "$ac_try") 2>&5
40577   ac_status=$?
40578   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40579   (exit $ac_status); }; }; then
40580   ac_cv_func_closedir_void=no
40581 else
40582   echo "$as_me: program exited with status $ac_status" >&5
40583 echo "$as_me: failed program was:" >&5
40584 sed 's/^/| /' conftest.$ac_ext >&5
40585
40586 ( exit $ac_status )
40587 ac_cv_func_closedir_void=yes
40588 fi
40589 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
40590 fi
40591
40592
40593 fi
40594 { echo "$as_me:$LINENO: result: $ac_cv_func_closedir_void" >&5
40595 echo "${ECHO_T}$ac_cv_func_closedir_void" >&6; }
40596 if test $ac_cv_func_closedir_void = yes; then
40597
40598 cat >>confdefs.h <<\_ACEOF
40599 #define CLOSEDIR_VOID 1
40600 _ACEOF
40601
40602 fi
40603
40604 { echo "$as_me:$LINENO: checking whether setpgrp takes no argument" >&5
40605 echo $ECHO_N "checking whether setpgrp takes no argument... $ECHO_C" >&6; }
40606 if test "${ac_cv_func_setpgrp_void+set}" = set; then
40607   echo $ECHO_N "(cached) $ECHO_C" >&6
40608 else
40609   if test "$cross_compiling" = yes; then
40610   { { echo "$as_me:$LINENO: error: cannot check setpgrp when cross compiling" >&5
40611 echo "$as_me: error: cannot check setpgrp when cross compiling" >&2;}
40612    { (exit 1); exit 1; }; }
40613 else
40614   cat >conftest.$ac_ext <<_ACEOF
40615 /* confdefs.h.  */
40616 _ACEOF
40617 cat confdefs.h >>conftest.$ac_ext
40618 cat >>conftest.$ac_ext <<_ACEOF
40619 /* end confdefs.h.  */
40620 $ac_includes_default
40621 int
40622 main ()
40623 {
40624 /* If this system has a BSD-style setpgrp which takes arguments,
40625   setpgrp(1, 1) will fail with ESRCH and return -1, in that case
40626   exit successfully. */
40627   return setpgrp (1,1) != -1;
40628   ;
40629   return 0;
40630 }
40631 _ACEOF
40632 rm -f conftest$ac_exeext
40633 if { (ac_try="$ac_link"
40634 case "(($ac_try" in
40635   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40636   *) ac_try_echo=$ac_try;;
40637 esac
40638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40639   (eval "$ac_link") 2>&5
40640   ac_status=$?
40641   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40642   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
40643   { (case "(($ac_try" in
40644   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40645   *) ac_try_echo=$ac_try;;
40646 esac
40647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40648   (eval "$ac_try") 2>&5
40649   ac_status=$?
40650   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40651   (exit $ac_status); }; }; then
40652   ac_cv_func_setpgrp_void=no
40653 else
40654   echo "$as_me: program exited with status $ac_status" >&5
40655 echo "$as_me: failed program was:" >&5
40656 sed 's/^/| /' conftest.$ac_ext >&5
40657
40658 ( exit $ac_status )
40659 ac_cv_func_setpgrp_void=yes
40660 fi
40661 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
40662 fi
40663
40664
40665 fi
40666 { echo "$as_me:$LINENO: result: $ac_cv_func_setpgrp_void" >&5
40667 echo "${ECHO_T}$ac_cv_func_setpgrp_void" >&6; }
40668 if test $ac_cv_func_setpgrp_void = yes; then
40669
40670 cat >>confdefs.h <<\_ACEOF
40671 #define SETPGRP_VOID 1
40672 _ACEOF
40673
40674 fi
40675             # AC_FUNC_FNMATCH    dnl use local version
40676
40677 { echo "$as_me:$LINENO: checking for gettext in -lintl" >&5
40678 echo $ECHO_N "checking for gettext in -lintl... $ECHO_C" >&6; }
40679 if test "${ac_cv_lib_intl_gettext+set}" = set; then
40680   echo $ECHO_N "(cached) $ECHO_C" >&6
40681 else
40682   ac_check_lib_save_LIBS=$LIBS
40683 LIBS="-lintl  $LIBS"
40684 cat >conftest.$ac_ext <<_ACEOF
40685 /* confdefs.h.  */
40686 _ACEOF
40687 cat confdefs.h >>conftest.$ac_ext
40688 cat >>conftest.$ac_ext <<_ACEOF
40689 /* end confdefs.h.  */
40690
40691 /* Override any GCC internal prototype to avoid an error.
40692    Use char because int might match the return type of a GCC
40693    builtin and then its argument prototype would still apply.  */
40694 #ifdef __cplusplus
40695 extern "C"
40696 #endif
40697 char gettext ();
40698 int
40699 main ()
40700 {
40701 return gettext ();
40702   ;
40703   return 0;
40704 }
40705 _ACEOF
40706 rm -f conftest.$ac_objext conftest$ac_exeext
40707 if { (ac_try="$ac_link"
40708 case "(($ac_try" in
40709   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40710   *) ac_try_echo=$ac_try;;
40711 esac
40712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40713   (eval "$ac_link") 2>conftest.er1
40714   ac_status=$?
40715   grep -v '^ *+' conftest.er1 >conftest.err
40716   rm -f conftest.er1
40717   cat conftest.err >&5
40718   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40719   (exit $ac_status); } && {
40720          test -z "$ac_c_werror_flag" ||
40721          test ! -s conftest.err
40722        } && test -s conftest$ac_exeext &&
40723        $as_test_x conftest$ac_exeext; then
40724   ac_cv_lib_intl_gettext=yes
40725 else
40726   echo "$as_me: failed program was:" >&5
40727 sed 's/^/| /' conftest.$ac_ext >&5
40728
40729         ac_cv_lib_intl_gettext=no
40730 fi
40731
40732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40733       conftest$ac_exeext conftest.$ac_ext
40734 LIBS=$ac_check_lib_save_LIBS
40735 fi
40736 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_gettext" >&5
40737 echo "${ECHO_T}$ac_cv_lib_intl_gettext" >&6; }
40738 if test $ac_cv_lib_intl_gettext = yes; then
40739   LIBS="$LIBS -lintl"
40740 fi
40741
40742
40743
40744 { echo "$as_me:$LINENO: checking for getpwnam in -lsun" >&5
40745 echo $ECHO_N "checking for getpwnam in -lsun... $ECHO_C" >&6; }
40746 if test "${ac_cv_lib_sun_getpwnam+set}" = set; then
40747   echo $ECHO_N "(cached) $ECHO_C" >&6
40748 else
40749   ac_check_lib_save_LIBS=$LIBS
40750 LIBS="-lsun  $LIBS"
40751 cat >conftest.$ac_ext <<_ACEOF
40752 /* confdefs.h.  */
40753 _ACEOF
40754 cat confdefs.h >>conftest.$ac_ext
40755 cat >>conftest.$ac_ext <<_ACEOF
40756 /* end confdefs.h.  */
40757
40758 /* Override any GCC internal prototype to avoid an error.
40759    Use char because int might match the return type of a GCC
40760    builtin and then its argument prototype would still apply.  */
40761 #ifdef __cplusplus
40762 extern "C"
40763 #endif
40764 char getpwnam ();
40765 int
40766 main ()
40767 {
40768 return getpwnam ();
40769   ;
40770   return 0;
40771 }
40772 _ACEOF
40773 rm -f conftest.$ac_objext conftest$ac_exeext
40774 if { (ac_try="$ac_link"
40775 case "(($ac_try" in
40776   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40777   *) ac_try_echo=$ac_try;;
40778 esac
40779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40780   (eval "$ac_link") 2>conftest.er1
40781   ac_status=$?
40782   grep -v '^ *+' conftest.er1 >conftest.err
40783   rm -f conftest.er1
40784   cat conftest.err >&5
40785   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40786   (exit $ac_status); } && {
40787          test -z "$ac_c_werror_flag" ||
40788          test ! -s conftest.err
40789        } && test -s conftest$ac_exeext &&
40790        $as_test_x conftest$ac_exeext; then
40791   ac_cv_lib_sun_getpwnam=yes
40792 else
40793   echo "$as_me: failed program was:" >&5
40794 sed 's/^/| /' conftest.$ac_ext >&5
40795
40796         ac_cv_lib_sun_getpwnam=no
40797 fi
40798
40799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40800       conftest$ac_exeext conftest.$ac_ext
40801 LIBS=$ac_check_lib_save_LIBS
40802 fi
40803 { echo "$as_me:$LINENO: result: $ac_cv_lib_sun_getpwnam" >&5
40804 echo "${ECHO_T}$ac_cv_lib_sun_getpwnam" >&6; }
40805 if test $ac_cv_lib_sun_getpwnam = yes; then
40806   cat >>confdefs.h <<_ACEOF
40807 #define HAVE_LIBSUN 1
40808 _ACEOF
40809
40810   LIBS="-lsun $LIBS"
40811
40812 fi
40813
40814
40815
40816 for ac_header in zlib.h
40817 do
40818 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
40819 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
40820   { echo "$as_me:$LINENO: checking for $ac_header" >&5
40821 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
40822 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
40823   echo $ECHO_N "(cached) $ECHO_C" >&6
40824 fi
40825 ac_res=`eval echo '${'$as_ac_Header'}'`
40826                { echo "$as_me:$LINENO: result: $ac_res" >&5
40827 echo "${ECHO_T}$ac_res" >&6; }
40828 else
40829   # Is the header compilable?
40830 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
40831 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
40832 cat >conftest.$ac_ext <<_ACEOF
40833 /* confdefs.h.  */
40834 _ACEOF
40835 cat confdefs.h >>conftest.$ac_ext
40836 cat >>conftest.$ac_ext <<_ACEOF
40837 /* end confdefs.h.  */
40838 $ac_includes_default
40839 #include <$ac_header>
40840 _ACEOF
40841 rm -f conftest.$ac_objext
40842 if { (ac_try="$ac_compile"
40843 case "(($ac_try" in
40844   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40845   *) ac_try_echo=$ac_try;;
40846 esac
40847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40848   (eval "$ac_compile") 2>conftest.er1
40849   ac_status=$?
40850   grep -v '^ *+' conftest.er1 >conftest.err
40851   rm -f conftest.er1
40852   cat conftest.err >&5
40853   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40854   (exit $ac_status); } && {
40855          test -z "$ac_c_werror_flag" ||
40856          test ! -s conftest.err
40857        } && test -s conftest.$ac_objext; then
40858   ac_header_compiler=yes
40859 else
40860   echo "$as_me: failed program was:" >&5
40861 sed 's/^/| /' conftest.$ac_ext >&5
40862
40863         ac_header_compiler=no
40864 fi
40865
40866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40867 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
40868 echo "${ECHO_T}$ac_header_compiler" >&6; }
40869
40870 # Is the header present?
40871 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
40872 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
40873 cat >conftest.$ac_ext <<_ACEOF
40874 /* confdefs.h.  */
40875 _ACEOF
40876 cat confdefs.h >>conftest.$ac_ext
40877 cat >>conftest.$ac_ext <<_ACEOF
40878 /* end confdefs.h.  */
40879 #include <$ac_header>
40880 _ACEOF
40881 if { (ac_try="$ac_cpp conftest.$ac_ext"
40882 case "(($ac_try" in
40883   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40884   *) ac_try_echo=$ac_try;;
40885 esac
40886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40887   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
40888   ac_status=$?
40889   grep -v '^ *+' conftest.er1 >conftest.err
40890   rm -f conftest.er1
40891   cat conftest.err >&5
40892   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40893   (exit $ac_status); } >/dev/null && {
40894          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
40895          test ! -s conftest.err
40896        }; then
40897   ac_header_preproc=yes
40898 else
40899   echo "$as_me: failed program was:" >&5
40900 sed 's/^/| /' conftest.$ac_ext >&5
40901
40902   ac_header_preproc=no
40903 fi
40904
40905 rm -f conftest.err conftest.$ac_ext
40906 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
40907 echo "${ECHO_T}$ac_header_preproc" >&6; }
40908
40909 # So?  What about this header?
40910 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
40911   yes:no: )
40912     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
40913 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
40914     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
40915 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
40916     ac_header_preproc=yes
40917     ;;
40918   no:yes:* )
40919     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
40920 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
40921     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
40922 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
40923     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
40924 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
40925     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
40926 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
40927     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
40928 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
40929     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
40930 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
40931
40932     ;;
40933 esac
40934 { echo "$as_me:$LINENO: checking for $ac_header" >&5
40935 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
40936 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
40937   echo $ECHO_N "(cached) $ECHO_C" >&6
40938 else
40939   eval "$as_ac_Header=\$ac_header_preproc"
40940 fi
40941 ac_res=`eval echo '${'$as_ac_Header'}'`
40942                { echo "$as_me:$LINENO: result: $ac_res" >&5
40943 echo "${ECHO_T}$ac_res" >&6; }
40944
40945 fi
40946 if test `eval echo '${'$as_ac_Header'}'` = yes; then
40947   cat >>confdefs.h <<_ACEOF
40948 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
40949 _ACEOF
40950
40951 fi
40952
40953 done
40954
40955 { echo "$as_me:$LINENO: checking for deflate in -lz" >&5
40956 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6; }
40957 if test "${ac_cv_lib_z_deflate+set}" = set; then
40958   echo $ECHO_N "(cached) $ECHO_C" >&6
40959 else
40960   ac_check_lib_save_LIBS=$LIBS
40961 LIBS="-lz  $LIBS"
40962 cat >conftest.$ac_ext <<_ACEOF
40963 /* confdefs.h.  */
40964 _ACEOF
40965 cat confdefs.h >>conftest.$ac_ext
40966 cat >>conftest.$ac_ext <<_ACEOF
40967 /* end confdefs.h.  */
40968
40969 /* Override any GCC internal prototype to avoid an error.
40970    Use char because int might match the return type of a GCC
40971    builtin and then its argument prototype would still apply.  */
40972 #ifdef __cplusplus
40973 extern "C"
40974 #endif
40975 char deflate ();
40976 int
40977 main ()
40978 {
40979 return deflate ();
40980   ;
40981   return 0;
40982 }
40983 _ACEOF
40984 rm -f conftest.$ac_objext conftest$ac_exeext
40985 if { (ac_try="$ac_link"
40986 case "(($ac_try" in
40987   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40988   *) ac_try_echo=$ac_try;;
40989 esac
40990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40991   (eval "$ac_link") 2>conftest.er1
40992   ac_status=$?
40993   grep -v '^ *+' conftest.er1 >conftest.err
40994   rm -f conftest.er1
40995   cat conftest.err >&5
40996   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40997   (exit $ac_status); } && {
40998          test -z "$ac_c_werror_flag" ||
40999          test ! -s conftest.err
41000        } && test -s conftest$ac_exeext &&
41001        $as_test_x conftest$ac_exeext; then
41002   ac_cv_lib_z_deflate=yes
41003 else
41004   echo "$as_me: failed program was:" >&5
41005 sed 's/^/| /' conftest.$ac_ext >&5
41006
41007         ac_cv_lib_z_deflate=no
41008 fi
41009
41010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41011       conftest$ac_exeext conftest.$ac_ext
41012 LIBS=$ac_check_lib_save_LIBS
41013 fi
41014 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
41015 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6; }
41016 if test $ac_cv_lib_z_deflate = yes; then
41017   FDLIBS="-lz"
41018 fi
41019
41020 have_zlib=no
41021 if test x$FDLIBS = x-lz; then
41022    cat >>confdefs.h <<\_ACEOF
41023 #define HAVE_LIBZ 1
41024 _ACEOF
41025
41026    have_zlib=yes
41027 fi
41028
41029 support_acl=auto
41030 # Check whether --enable-acl was given.
41031 if test "${enable_acl+set}" = set; then
41032   enableval=$enable_acl;
41033        if test x$enableval = xyes; then
41034           support_acl=yes
41035        elif test x$enableval = xno; then
41036           support_acl=no
41037        fi
41038
41039
41040 fi
41041
41042
41043 have_acl=no
41044 have_extended_acl=no
41045 if test x$support_acl = xyes -o x$support_acl = xauto; then
41046    if test "${ac_cv_header_sys_acl_h+set}" = set; then
41047   { echo "$as_me:$LINENO: checking for sys/acl.h" >&5
41048 echo $ECHO_N "checking for sys/acl.h... $ECHO_C" >&6; }
41049 if test "${ac_cv_header_sys_acl_h+set}" = set; then
41050   echo $ECHO_N "(cached) $ECHO_C" >&6
41051 fi
41052 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_acl_h" >&5
41053 echo "${ECHO_T}$ac_cv_header_sys_acl_h" >&6; }
41054 else
41055   # Is the header compilable?
41056 { echo "$as_me:$LINENO: checking sys/acl.h usability" >&5
41057 echo $ECHO_N "checking sys/acl.h usability... $ECHO_C" >&6; }
41058 cat >conftest.$ac_ext <<_ACEOF
41059 /* confdefs.h.  */
41060 _ACEOF
41061 cat confdefs.h >>conftest.$ac_ext
41062 cat >>conftest.$ac_ext <<_ACEOF
41063 /* end confdefs.h.  */
41064 $ac_includes_default
41065 #include <sys/acl.h>
41066 _ACEOF
41067 rm -f conftest.$ac_objext
41068 if { (ac_try="$ac_compile"
41069 case "(($ac_try" in
41070   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41071   *) ac_try_echo=$ac_try;;
41072 esac
41073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41074   (eval "$ac_compile") 2>conftest.er1
41075   ac_status=$?
41076   grep -v '^ *+' conftest.er1 >conftest.err
41077   rm -f conftest.er1
41078   cat conftest.err >&5
41079   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41080   (exit $ac_status); } && {
41081          test -z "$ac_c_werror_flag" ||
41082          test ! -s conftest.err
41083        } && test -s conftest.$ac_objext; then
41084   ac_header_compiler=yes
41085 else
41086   echo "$as_me: failed program was:" >&5
41087 sed 's/^/| /' conftest.$ac_ext >&5
41088
41089         ac_header_compiler=no
41090 fi
41091
41092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41093 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
41094 echo "${ECHO_T}$ac_header_compiler" >&6; }
41095
41096 # Is the header present?
41097 { echo "$as_me:$LINENO: checking sys/acl.h presence" >&5
41098 echo $ECHO_N "checking sys/acl.h presence... $ECHO_C" >&6; }
41099 cat >conftest.$ac_ext <<_ACEOF
41100 /* confdefs.h.  */
41101 _ACEOF
41102 cat confdefs.h >>conftest.$ac_ext
41103 cat >>conftest.$ac_ext <<_ACEOF
41104 /* end confdefs.h.  */
41105 #include <sys/acl.h>
41106 _ACEOF
41107 if { (ac_try="$ac_cpp conftest.$ac_ext"
41108 case "(($ac_try" in
41109   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41110   *) ac_try_echo=$ac_try;;
41111 esac
41112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41113   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
41114   ac_status=$?
41115   grep -v '^ *+' conftest.er1 >conftest.err
41116   rm -f conftest.er1
41117   cat conftest.err >&5
41118   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41119   (exit $ac_status); } >/dev/null && {
41120          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
41121          test ! -s conftest.err
41122        }; then
41123   ac_header_preproc=yes
41124 else
41125   echo "$as_me: failed program was:" >&5
41126 sed 's/^/| /' conftest.$ac_ext >&5
41127
41128   ac_header_preproc=no
41129 fi
41130
41131 rm -f conftest.err conftest.$ac_ext
41132 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
41133 echo "${ECHO_T}$ac_header_preproc" >&6; }
41134
41135 # So?  What about this header?
41136 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
41137   yes:no: )
41138     { echo "$as_me:$LINENO: WARNING: sys/acl.h: accepted by the compiler, rejected by the preprocessor!" >&5
41139 echo "$as_me: WARNING: sys/acl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
41140     { echo "$as_me:$LINENO: WARNING: sys/acl.h: proceeding with the compiler's result" >&5
41141 echo "$as_me: WARNING: sys/acl.h: proceeding with the compiler's result" >&2;}
41142     ac_header_preproc=yes
41143     ;;
41144   no:yes:* )
41145     { echo "$as_me:$LINENO: WARNING: sys/acl.h: present but cannot be compiled" >&5
41146 echo "$as_me: WARNING: sys/acl.h: present but cannot be compiled" >&2;}
41147     { echo "$as_me:$LINENO: WARNING: sys/acl.h:     check for missing prerequisite headers?" >&5
41148 echo "$as_me: WARNING: sys/acl.h:     check for missing prerequisite headers?" >&2;}
41149     { echo "$as_me:$LINENO: WARNING: sys/acl.h: see the Autoconf documentation" >&5
41150 echo "$as_me: WARNING: sys/acl.h: see the Autoconf documentation" >&2;}
41151     { echo "$as_me:$LINENO: WARNING: sys/acl.h:     section \"Present But Cannot Be Compiled\"" >&5
41152 echo "$as_me: WARNING: sys/acl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
41153     { echo "$as_me:$LINENO: WARNING: sys/acl.h: proceeding with the preprocessor's result" >&5
41154 echo "$as_me: WARNING: sys/acl.h: proceeding with the preprocessor's result" >&2;}
41155     { echo "$as_me:$LINENO: WARNING: sys/acl.h: in the future, the compiler will take precedence" >&5
41156 echo "$as_me: WARNING: sys/acl.h: in the future, the compiler will take precedence" >&2;}
41157
41158     ;;
41159 esac
41160 { echo "$as_me:$LINENO: checking for sys/acl.h" >&5
41161 echo $ECHO_N "checking for sys/acl.h... $ECHO_C" >&6; }
41162 if test "${ac_cv_header_sys_acl_h+set}" = set; then
41163   echo $ECHO_N "(cached) $ECHO_C" >&6
41164 else
41165   ac_cv_header_sys_acl_h=$ac_header_preproc
41166 fi
41167 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_acl_h" >&5
41168 echo "${ECHO_T}$ac_cv_header_sys_acl_h" >&6; }
41169
41170 fi
41171 if test $ac_cv_header_sys_acl_h = yes; then
41172
41173 cat >>confdefs.h <<\_ACEOF
41174 #define HAVE_SYS_ACL_H 1
41175 _ACEOF
41176
41177 fi
41178
41179
41180    { echo "$as_me:$LINENO: checking for acl_get_file" >&5
41181 echo $ECHO_N "checking for acl_get_file... $ECHO_C" >&6; }
41182 if test "${ac_cv_func_acl_get_file+set}" = set; then
41183   echo $ECHO_N "(cached) $ECHO_C" >&6
41184 else
41185   cat >conftest.$ac_ext <<_ACEOF
41186 /* confdefs.h.  */
41187 _ACEOF
41188 cat confdefs.h >>conftest.$ac_ext
41189 cat >>conftest.$ac_ext <<_ACEOF
41190 /* end confdefs.h.  */
41191 /* Define acl_get_file to an innocuous variant, in case <limits.h> declares acl_get_file.
41192    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
41193 #define acl_get_file innocuous_acl_get_file
41194
41195 /* System header to define __stub macros and hopefully few prototypes,
41196     which can conflict with char acl_get_file (); below.
41197     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41198     <limits.h> exists even on freestanding compilers.  */
41199
41200 #ifdef __STDC__
41201 # include <limits.h>
41202 #else
41203 # include <assert.h>
41204 #endif
41205
41206 #undef acl_get_file
41207
41208 /* Override any GCC internal prototype to avoid an error.
41209    Use char because int might match the return type of a GCC
41210    builtin and then its argument prototype would still apply.  */
41211 #ifdef __cplusplus
41212 extern "C"
41213 #endif
41214 char acl_get_file ();
41215 /* The GNU C library defines this for functions which it implements
41216     to always fail with ENOSYS.  Some functions are actually named
41217     something starting with __ and the normal name is an alias.  */
41218 #if defined __stub_acl_get_file || defined __stub___acl_get_file
41219 choke me
41220 #endif
41221
41222 int
41223 main ()
41224 {
41225 return acl_get_file ();
41226   ;
41227   return 0;
41228 }
41229 _ACEOF
41230 rm -f conftest.$ac_objext conftest$ac_exeext
41231 if { (ac_try="$ac_link"
41232 case "(($ac_try" in
41233   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41234   *) ac_try_echo=$ac_try;;
41235 esac
41236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41237   (eval "$ac_link") 2>conftest.er1
41238   ac_status=$?
41239   grep -v '^ *+' conftest.er1 >conftest.err
41240   rm -f conftest.er1
41241   cat conftest.err >&5
41242   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41243   (exit $ac_status); } && {
41244          test -z "$ac_c_werror_flag" ||
41245          test ! -s conftest.err
41246        } && test -s conftest$ac_exeext &&
41247        $as_test_x conftest$ac_exeext; then
41248   ac_cv_func_acl_get_file=yes
41249 else
41250   echo "$as_me: failed program was:" >&5
41251 sed 's/^/| /' conftest.$ac_ext >&5
41252
41253         ac_cv_func_acl_get_file=no
41254 fi
41255
41256 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41257       conftest$ac_exeext conftest.$ac_ext
41258 fi
41259 { echo "$as_me:$LINENO: result: $ac_cv_func_acl_get_file" >&5
41260 echo "${ECHO_T}$ac_cv_func_acl_get_file" >&6; }
41261 if test $ac_cv_func_acl_get_file = yes; then
41262
41263           have_acl=yes
41264
41265 else
41266
41267           { echo "$as_me:$LINENO: checking for acl_get_file in -lacl" >&5
41268 echo $ECHO_N "checking for acl_get_file in -lacl... $ECHO_C" >&6; }
41269 if test "${ac_cv_lib_acl_acl_get_file+set}" = set; then
41270   echo $ECHO_N "(cached) $ECHO_C" >&6
41271 else
41272   ac_check_lib_save_LIBS=$LIBS
41273 LIBS="-lacl  $LIBS"
41274 cat >conftest.$ac_ext <<_ACEOF
41275 /* confdefs.h.  */
41276 _ACEOF
41277 cat confdefs.h >>conftest.$ac_ext
41278 cat >>conftest.$ac_ext <<_ACEOF
41279 /* end confdefs.h.  */
41280
41281 /* Override any GCC internal prototype to avoid an error.
41282    Use char because int might match the return type of a GCC
41283    builtin and then its argument prototype would still apply.  */
41284 #ifdef __cplusplus
41285 extern "C"
41286 #endif
41287 char acl_get_file ();
41288 int
41289 main ()
41290 {
41291 return acl_get_file ();
41292   ;
41293   return 0;
41294 }
41295 _ACEOF
41296 rm -f conftest.$ac_objext conftest$ac_exeext
41297 if { (ac_try="$ac_link"
41298 case "(($ac_try" in
41299   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41300   *) ac_try_echo=$ac_try;;
41301 esac
41302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41303   (eval "$ac_link") 2>conftest.er1
41304   ac_status=$?
41305   grep -v '^ *+' conftest.er1 >conftest.err
41306   rm -f conftest.er1
41307   cat conftest.err >&5
41308   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41309   (exit $ac_status); } && {
41310          test -z "$ac_c_werror_flag" ||
41311          test ! -s conftest.err
41312        } && test -s conftest$ac_exeext &&
41313        $as_test_x conftest$ac_exeext; then
41314   ac_cv_lib_acl_acl_get_file=yes
41315 else
41316   echo "$as_me: failed program was:" >&5
41317 sed 's/^/| /' conftest.$ac_ext >&5
41318
41319         ac_cv_lib_acl_acl_get_file=no
41320 fi
41321
41322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41323       conftest$ac_exeext conftest.$ac_ext
41324 LIBS=$ac_check_lib_save_LIBS
41325 fi
41326 { echo "$as_me:$LINENO: result: $ac_cv_lib_acl_acl_get_file" >&5
41327 echo "${ECHO_T}$ac_cv_lib_acl_acl_get_file" >&6; }
41328 if test $ac_cv_lib_acl_acl_get_file = yes; then
41329
41330                  have_acl=yes;
41331                  FDLIBS="-lacl $FDLIBS"
41332
41333 else
41334
41335                  { echo "$as_me:$LINENO: checking for acl_get_file in -lpacl" >&5
41336 echo $ECHO_N "checking for acl_get_file in -lpacl... $ECHO_C" >&6; }
41337 if test "${ac_cv_lib_pacl_acl_get_file+set}" = set; then
41338   echo $ECHO_N "(cached) $ECHO_C" >&6
41339 else
41340   ac_check_lib_save_LIBS=$LIBS
41341 LIBS="-lpacl  $LIBS"
41342 cat >conftest.$ac_ext <<_ACEOF
41343 /* confdefs.h.  */
41344 _ACEOF
41345 cat confdefs.h >>conftest.$ac_ext
41346 cat >>conftest.$ac_ext <<_ACEOF
41347 /* end confdefs.h.  */
41348
41349 /* Override any GCC internal prototype to avoid an error.
41350    Use char because int might match the return type of a GCC
41351    builtin and then its argument prototype would still apply.  */
41352 #ifdef __cplusplus
41353 extern "C"
41354 #endif
41355 char acl_get_file ();
41356 int
41357 main ()
41358 {
41359 return acl_get_file ();
41360   ;
41361   return 0;
41362 }
41363 _ACEOF
41364 rm -f conftest.$ac_objext conftest$ac_exeext
41365 if { (ac_try="$ac_link"
41366 case "(($ac_try" in
41367   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41368   *) ac_try_echo=$ac_try;;
41369 esac
41370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41371   (eval "$ac_link") 2>conftest.er1
41372   ac_status=$?
41373   grep -v '^ *+' conftest.er1 >conftest.err
41374   rm -f conftest.er1
41375   cat conftest.err >&5
41376   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41377   (exit $ac_status); } && {
41378          test -z "$ac_c_werror_flag" ||
41379          test ! -s conftest.err
41380        } && test -s conftest$ac_exeext &&
41381        $as_test_x conftest$ac_exeext; then
41382   ac_cv_lib_pacl_acl_get_file=yes
41383 else
41384   echo "$as_me: failed program was:" >&5
41385 sed 's/^/| /' conftest.$ac_ext >&5
41386
41387         ac_cv_lib_pacl_acl_get_file=no
41388 fi
41389
41390 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41391       conftest$ac_exeext conftest.$ac_ext
41392 LIBS=$ac_check_lib_save_LIBS
41393 fi
41394 { echo "$as_me:$LINENO: result: $ac_cv_lib_pacl_acl_get_file" >&5
41395 echo "${ECHO_T}$ac_cv_lib_pacl_acl_get_file" >&6; }
41396 if test $ac_cv_lib_pacl_acl_get_file = yes; then
41397
41398                         have_acl=yes;
41399                         FDLIBS="-lpacl $FDLIBS"
41400
41401 else
41402
41403                         { echo "$as_me:$LINENO: checking for acltotext in -lsec" >&5
41404 echo $ECHO_N "checking for acltotext in -lsec... $ECHO_C" >&6; }
41405 if test "${ac_cv_lib_sec_acltotext+set}" = set; then
41406   echo $ECHO_N "(cached) $ECHO_C" >&6
41407 else
41408   ac_check_lib_save_LIBS=$LIBS
41409 LIBS="-lsec  $LIBS"
41410 cat >conftest.$ac_ext <<_ACEOF
41411 /* confdefs.h.  */
41412 _ACEOF
41413 cat confdefs.h >>conftest.$ac_ext
41414 cat >>conftest.$ac_ext <<_ACEOF
41415 /* end confdefs.h.  */
41416
41417 /* Override any GCC internal prototype to avoid an error.
41418    Use char because int might match the return type of a GCC
41419    builtin and then its argument prototype would still apply.  */
41420 #ifdef __cplusplus
41421 extern "C"
41422 #endif
41423 char acltotext ();
41424 int
41425 main ()
41426 {
41427 return acltotext ();
41428   ;
41429   return 0;
41430 }
41431 _ACEOF
41432 rm -f conftest.$ac_objext conftest$ac_exeext
41433 if { (ac_try="$ac_link"
41434 case "(($ac_try" in
41435   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41436   *) ac_try_echo=$ac_try;;
41437 esac
41438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41439   (eval "$ac_link") 2>conftest.er1
41440   ac_status=$?
41441   grep -v '^ *+' conftest.er1 >conftest.err
41442   rm -f conftest.er1
41443   cat conftest.err >&5
41444   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41445   (exit $ac_status); } && {
41446          test -z "$ac_c_werror_flag" ||
41447          test ! -s conftest.err
41448        } && test -s conftest$ac_exeext &&
41449        $as_test_x conftest$ac_exeext; then
41450   ac_cv_lib_sec_acltotext=yes
41451 else
41452   echo "$as_me: failed program was:" >&5
41453 sed 's/^/| /' conftest.$ac_ext >&5
41454
41455         ac_cv_lib_sec_acltotext=no
41456 fi
41457
41458 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41459       conftest$ac_exeext conftest.$ac_ext
41460 LIBS=$ac_check_lib_save_LIBS
41461 fi
41462 { echo "$as_me:$LINENO: result: $ac_cv_lib_sec_acltotext" >&5
41463 echo "${ECHO_T}$ac_cv_lib_sec_acltotext" >&6; }
41464 if test $ac_cv_lib_sec_acltotext = yes; then
41465
41466                                have_acl=yes;
41467                                FDLIBS="-lsec $FDLIBS"
41468
41469                                { echo "$as_me:$LINENO: checking for acl_totext in -lsec" >&5
41470 echo $ECHO_N "checking for acl_totext in -lsec... $ECHO_C" >&6; }
41471 if test "${ac_cv_lib_sec_acl_totext+set}" = set; then
41472   echo $ECHO_N "(cached) $ECHO_C" >&6
41473 else
41474   ac_check_lib_save_LIBS=$LIBS
41475 LIBS="-lsec  $LIBS"
41476 cat >conftest.$ac_ext <<_ACEOF
41477 /* confdefs.h.  */
41478 _ACEOF
41479 cat confdefs.h >>conftest.$ac_ext
41480 cat >>conftest.$ac_ext <<_ACEOF
41481 /* end confdefs.h.  */
41482
41483 /* Override any GCC internal prototype to avoid an error.
41484    Use char because int might match the return type of a GCC
41485    builtin and then its argument prototype would still apply.  */
41486 #ifdef __cplusplus
41487 extern "C"
41488 #endif
41489 char acl_totext ();
41490 int
41491 main ()
41492 {
41493 return acl_totext ();
41494   ;
41495   return 0;
41496 }
41497 _ACEOF
41498 rm -f conftest.$ac_objext conftest$ac_exeext
41499 if { (ac_try="$ac_link"
41500 case "(($ac_try" in
41501   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41502   *) ac_try_echo=$ac_try;;
41503 esac
41504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41505   (eval "$ac_link") 2>conftest.er1
41506   ac_status=$?
41507   grep -v '^ *+' conftest.er1 >conftest.err
41508   rm -f conftest.er1
41509   cat conftest.err >&5
41510   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41511   (exit $ac_status); } && {
41512          test -z "$ac_c_werror_flag" ||
41513          test ! -s conftest.err
41514        } && test -s conftest$ac_exeext &&
41515        $as_test_x conftest$ac_exeext; then
41516   ac_cv_lib_sec_acl_totext=yes
41517 else
41518   echo "$as_me: failed program was:" >&5
41519 sed 's/^/| /' conftest.$ac_ext >&5
41520
41521         ac_cv_lib_sec_acl_totext=no
41522 fi
41523
41524 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41525       conftest$ac_exeext conftest.$ac_ext
41526 LIBS=$ac_check_lib_save_LIBS
41527 fi
41528 { echo "$as_me:$LINENO: result: $ac_cv_lib_sec_acl_totext" >&5
41529 echo "${ECHO_T}$ac_cv_lib_sec_acl_totext" >&6; }
41530 if test $ac_cv_lib_sec_acl_totext = yes; then
41531
41532                                       have_extended_acl=yes
41533
41534
41535 fi
41536
41537
41538
41539 fi
41540
41541
41542
41543 fi
41544
41545
41546
41547 fi
41548
41549
41550
41551 fi
41552
41553
41554    if test x$support_acl = xyes -a $have_acl != yes; then
41555       { { echo "$as_me:$LINENO: error: acl support explicitly enabled but no supported acl implementation found,
41556   please either load the acl libraries or rerun configure without --enable-acl" >&5
41557 echo "$as_me: error: acl support explicitly enabled but no supported acl implementation found,
41558   please either load the acl libraries or rerun configure without --enable-acl" >&2;}
41559    { (exit 1); exit 1; }; }
41560    else
41561       if test $have_acl = yes; then
41562
41563 cat >>confdefs.h <<\_ACEOF
41564 #define HAVE_ACL 1
41565 _ACEOF
41566
41567       fi
41568
41569       if test $have_extended_acl = yes; then
41570
41571 cat >>confdefs.h <<\_ACEOF
41572 #define HAVE_EXTENDED_ACL 1
41573 _ACEOF
41574
41575       fi
41576    fi
41577 fi
41578
41579 support_xattr=auto
41580 # Check whether --enable-xattr was given.
41581 if test "${enable_xattr+set}" = set; then
41582   enableval=$enable_xattr;
41583        if test x$enableval = xyes; then
41584           support_xattr=yes
41585        elif test x$enableval = xno; then
41586           support_xattr=no
41587        fi
41588
41589
41590 fi
41591
41592
41593 have_xattr=no
41594 if test x$support_xattr = xyes -o x$support_xattr = xauto; then
41595             if test "${ac_cv_header_sys_extattr_h+set}" = set; then
41596   { echo "$as_me:$LINENO: checking for sys/extattr.h" >&5
41597 echo $ECHO_N "checking for sys/extattr.h... $ECHO_C" >&6; }
41598 if test "${ac_cv_header_sys_extattr_h+set}" = set; then
41599   echo $ECHO_N "(cached) $ECHO_C" >&6
41600 fi
41601 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_extattr_h" >&5
41602 echo "${ECHO_T}$ac_cv_header_sys_extattr_h" >&6; }
41603 else
41604   # Is the header compilable?
41605 { echo "$as_me:$LINENO: checking sys/extattr.h usability" >&5
41606 echo $ECHO_N "checking sys/extattr.h usability... $ECHO_C" >&6; }
41607 cat >conftest.$ac_ext <<_ACEOF
41608 /* confdefs.h.  */
41609 _ACEOF
41610 cat confdefs.h >>conftest.$ac_ext
41611 cat >>conftest.$ac_ext <<_ACEOF
41612 /* end confdefs.h.  */
41613 $ac_includes_default
41614 #include <sys/extattr.h>
41615 _ACEOF
41616 rm -f conftest.$ac_objext
41617 if { (ac_try="$ac_compile"
41618 case "(($ac_try" in
41619   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41620   *) ac_try_echo=$ac_try;;
41621 esac
41622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41623   (eval "$ac_compile") 2>conftest.er1
41624   ac_status=$?
41625   grep -v '^ *+' conftest.er1 >conftest.err
41626   rm -f conftest.er1
41627   cat conftest.err >&5
41628   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41629   (exit $ac_status); } && {
41630          test -z "$ac_c_werror_flag" ||
41631          test ! -s conftest.err
41632        } && test -s conftest.$ac_objext; then
41633   ac_header_compiler=yes
41634 else
41635   echo "$as_me: failed program was:" >&5
41636 sed 's/^/| /' conftest.$ac_ext >&5
41637
41638         ac_header_compiler=no
41639 fi
41640
41641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41642 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
41643 echo "${ECHO_T}$ac_header_compiler" >&6; }
41644
41645 # Is the header present?
41646 { echo "$as_me:$LINENO: checking sys/extattr.h presence" >&5
41647 echo $ECHO_N "checking sys/extattr.h presence... $ECHO_C" >&6; }
41648 cat >conftest.$ac_ext <<_ACEOF
41649 /* confdefs.h.  */
41650 _ACEOF
41651 cat confdefs.h >>conftest.$ac_ext
41652 cat >>conftest.$ac_ext <<_ACEOF
41653 /* end confdefs.h.  */
41654 #include <sys/extattr.h>
41655 _ACEOF
41656 if { (ac_try="$ac_cpp conftest.$ac_ext"
41657 case "(($ac_try" in
41658   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41659   *) ac_try_echo=$ac_try;;
41660 esac
41661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41662   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
41663   ac_status=$?
41664   grep -v '^ *+' conftest.er1 >conftest.err
41665   rm -f conftest.er1
41666   cat conftest.err >&5
41667   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41668   (exit $ac_status); } >/dev/null && {
41669          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
41670          test ! -s conftest.err
41671        }; then
41672   ac_header_preproc=yes
41673 else
41674   echo "$as_me: failed program was:" >&5
41675 sed 's/^/| /' conftest.$ac_ext >&5
41676
41677   ac_header_preproc=no
41678 fi
41679
41680 rm -f conftest.err conftest.$ac_ext
41681 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
41682 echo "${ECHO_T}$ac_header_preproc" >&6; }
41683
41684 # So?  What about this header?
41685 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
41686   yes:no: )
41687     { echo "$as_me:$LINENO: WARNING: sys/extattr.h: accepted by the compiler, rejected by the preprocessor!" >&5
41688 echo "$as_me: WARNING: sys/extattr.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
41689     { echo "$as_me:$LINENO: WARNING: sys/extattr.h: proceeding with the compiler's result" >&5
41690 echo "$as_me: WARNING: sys/extattr.h: proceeding with the compiler's result" >&2;}
41691     ac_header_preproc=yes
41692     ;;
41693   no:yes:* )
41694     { echo "$as_me:$LINENO: WARNING: sys/extattr.h: present but cannot be compiled" >&5
41695 echo "$as_me: WARNING: sys/extattr.h: present but cannot be compiled" >&2;}
41696     { echo "$as_me:$LINENO: WARNING: sys/extattr.h:     check for missing prerequisite headers?" >&5
41697 echo "$as_me: WARNING: sys/extattr.h:     check for missing prerequisite headers?" >&2;}
41698     { echo "$as_me:$LINENO: WARNING: sys/extattr.h: see the Autoconf documentation" >&5
41699 echo "$as_me: WARNING: sys/extattr.h: see the Autoconf documentation" >&2;}
41700     { echo "$as_me:$LINENO: WARNING: sys/extattr.h:     section \"Present But Cannot Be Compiled\"" >&5
41701 echo "$as_me: WARNING: sys/extattr.h:     section \"Present But Cannot Be Compiled\"" >&2;}
41702     { echo "$as_me:$LINENO: WARNING: sys/extattr.h: proceeding with the preprocessor's result" >&5
41703 echo "$as_me: WARNING: sys/extattr.h: proceeding with the preprocessor's result" >&2;}
41704     { echo "$as_me:$LINENO: WARNING: sys/extattr.h: in the future, the compiler will take precedence" >&5
41705 echo "$as_me: WARNING: sys/extattr.h: in the future, the compiler will take precedence" >&2;}
41706
41707     ;;
41708 esac
41709 { echo "$as_me:$LINENO: checking for sys/extattr.h" >&5
41710 echo $ECHO_N "checking for sys/extattr.h... $ECHO_C" >&6; }
41711 if test "${ac_cv_header_sys_extattr_h+set}" = set; then
41712   echo $ECHO_N "(cached) $ECHO_C" >&6
41713 else
41714   ac_cv_header_sys_extattr_h=$ac_header_preproc
41715 fi
41716 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_extattr_h" >&5
41717 echo "${ECHO_T}$ac_cv_header_sys_extattr_h" >&6; }
41718
41719 fi
41720 if test $ac_cv_header_sys_extattr_h = yes; then
41721
41722 cat >>confdefs.h <<\_ACEOF
41723 #define HAVE_SYS_EXTATTR_H 1
41724 _ACEOF
41725
41726 fi
41727
41728
41729    if test "${ac_cv_header_libutil_h+set}" = set; then
41730   { echo "$as_me:$LINENO: checking for libutil.h" >&5
41731 echo $ECHO_N "checking for libutil.h... $ECHO_C" >&6; }
41732 if test "${ac_cv_header_libutil_h+set}" = set; then
41733   echo $ECHO_N "(cached) $ECHO_C" >&6
41734 fi
41735 { echo "$as_me:$LINENO: result: $ac_cv_header_libutil_h" >&5
41736 echo "${ECHO_T}$ac_cv_header_libutil_h" >&6; }
41737 else
41738   # Is the header compilable?
41739 { echo "$as_me:$LINENO: checking libutil.h usability" >&5
41740 echo $ECHO_N "checking libutil.h usability... $ECHO_C" >&6; }
41741 cat >conftest.$ac_ext <<_ACEOF
41742 /* confdefs.h.  */
41743 _ACEOF
41744 cat confdefs.h >>conftest.$ac_ext
41745 cat >>conftest.$ac_ext <<_ACEOF
41746 /* end confdefs.h.  */
41747 $ac_includes_default
41748 #include <libutil.h>
41749 _ACEOF
41750 rm -f conftest.$ac_objext
41751 if { (ac_try="$ac_compile"
41752 case "(($ac_try" in
41753   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41754   *) ac_try_echo=$ac_try;;
41755 esac
41756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41757   (eval "$ac_compile") 2>conftest.er1
41758   ac_status=$?
41759   grep -v '^ *+' conftest.er1 >conftest.err
41760   rm -f conftest.er1
41761   cat conftest.err >&5
41762   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41763   (exit $ac_status); } && {
41764          test -z "$ac_c_werror_flag" ||
41765          test ! -s conftest.err
41766        } && test -s conftest.$ac_objext; then
41767   ac_header_compiler=yes
41768 else
41769   echo "$as_me: failed program was:" >&5
41770 sed 's/^/| /' conftest.$ac_ext >&5
41771
41772         ac_header_compiler=no
41773 fi
41774
41775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41776 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
41777 echo "${ECHO_T}$ac_header_compiler" >&6; }
41778
41779 # Is the header present?
41780 { echo "$as_me:$LINENO: checking libutil.h presence" >&5
41781 echo $ECHO_N "checking libutil.h presence... $ECHO_C" >&6; }
41782 cat >conftest.$ac_ext <<_ACEOF
41783 /* confdefs.h.  */
41784 _ACEOF
41785 cat confdefs.h >>conftest.$ac_ext
41786 cat >>conftest.$ac_ext <<_ACEOF
41787 /* end confdefs.h.  */
41788 #include <libutil.h>
41789 _ACEOF
41790 if { (ac_try="$ac_cpp conftest.$ac_ext"
41791 case "(($ac_try" in
41792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41793   *) ac_try_echo=$ac_try;;
41794 esac
41795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41796   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
41797   ac_status=$?
41798   grep -v '^ *+' conftest.er1 >conftest.err
41799   rm -f conftest.er1
41800   cat conftest.err >&5
41801   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41802   (exit $ac_status); } >/dev/null && {
41803          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
41804          test ! -s conftest.err
41805        }; then
41806   ac_header_preproc=yes
41807 else
41808   echo "$as_me: failed program was:" >&5
41809 sed 's/^/| /' conftest.$ac_ext >&5
41810
41811   ac_header_preproc=no
41812 fi
41813
41814 rm -f conftest.err conftest.$ac_ext
41815 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
41816 echo "${ECHO_T}$ac_header_preproc" >&6; }
41817
41818 # So?  What about this header?
41819 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
41820   yes:no: )
41821     { echo "$as_me:$LINENO: WARNING: libutil.h: accepted by the compiler, rejected by the preprocessor!" >&5
41822 echo "$as_me: WARNING: libutil.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
41823     { echo "$as_me:$LINENO: WARNING: libutil.h: proceeding with the compiler's result" >&5
41824 echo "$as_me: WARNING: libutil.h: proceeding with the compiler's result" >&2;}
41825     ac_header_preproc=yes
41826     ;;
41827   no:yes:* )
41828     { echo "$as_me:$LINENO: WARNING: libutil.h: present but cannot be compiled" >&5
41829 echo "$as_me: WARNING: libutil.h: present but cannot be compiled" >&2;}
41830     { echo "$as_me:$LINENO: WARNING: libutil.h:     check for missing prerequisite headers?" >&5
41831 echo "$as_me: WARNING: libutil.h:     check for missing prerequisite headers?" >&2;}
41832     { echo "$as_me:$LINENO: WARNING: libutil.h: see the Autoconf documentation" >&5
41833 echo "$as_me: WARNING: libutil.h: see the Autoconf documentation" >&2;}
41834     { echo "$as_me:$LINENO: WARNING: libutil.h:     section \"Present But Cannot Be Compiled\"" >&5
41835 echo "$as_me: WARNING: libutil.h:     section \"Present But Cannot Be Compiled\"" >&2;}
41836     { echo "$as_me:$LINENO: WARNING: libutil.h: proceeding with the preprocessor's result" >&5
41837 echo "$as_me: WARNING: libutil.h: proceeding with the preprocessor's result" >&2;}
41838     { echo "$as_me:$LINENO: WARNING: libutil.h: in the future, the compiler will take precedence" >&5
41839 echo "$as_me: WARNING: libutil.h: in the future, the compiler will take precedence" >&2;}
41840
41841     ;;
41842 esac
41843 { echo "$as_me:$LINENO: checking for libutil.h" >&5
41844 echo $ECHO_N "checking for libutil.h... $ECHO_C" >&6; }
41845 if test "${ac_cv_header_libutil_h+set}" = set; then
41846   echo $ECHO_N "(cached) $ECHO_C" >&6
41847 else
41848   ac_cv_header_libutil_h=$ac_header_preproc
41849 fi
41850 { echo "$as_me:$LINENO: result: $ac_cv_header_libutil_h" >&5
41851 echo "${ECHO_T}$ac_cv_header_libutil_h" >&6; }
41852
41853 fi
41854 if test $ac_cv_header_libutil_h = yes; then
41855
41856 cat >>confdefs.h <<\_ACEOF
41857 #define HAVE_LIBUTIL_H 1
41858 _ACEOF
41859
41860 fi
41861
41862
41863
41864
41865
41866 for ac_func in extattr_get_link extattr_set_link extattr_list_link
41867 do
41868 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41869 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41870 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41871 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41872   echo $ECHO_N "(cached) $ECHO_C" >&6
41873 else
41874   cat >conftest.$ac_ext <<_ACEOF
41875 /* confdefs.h.  */
41876 _ACEOF
41877 cat confdefs.h >>conftest.$ac_ext
41878 cat >>conftest.$ac_ext <<_ACEOF
41879 /* end confdefs.h.  */
41880 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41881    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
41882 #define $ac_func innocuous_$ac_func
41883
41884 /* System header to define __stub macros and hopefully few prototypes,
41885     which can conflict with char $ac_func (); below.
41886     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41887     <limits.h> exists even on freestanding compilers.  */
41888
41889 #ifdef __STDC__
41890 # include <limits.h>
41891 #else
41892 # include <assert.h>
41893 #endif
41894
41895 #undef $ac_func
41896
41897 /* Override any GCC internal prototype to avoid an error.
41898    Use char because int might match the return type of a GCC
41899    builtin and then its argument prototype would still apply.  */
41900 #ifdef __cplusplus
41901 extern "C"
41902 #endif
41903 char $ac_func ();
41904 /* The GNU C library defines this for functions which it implements
41905     to always fail with ENOSYS.  Some functions are actually named
41906     something starting with __ and the normal name is an alias.  */
41907 #if defined __stub_$ac_func || defined __stub___$ac_func
41908 choke me
41909 #endif
41910
41911 int
41912 main ()
41913 {
41914 return $ac_func ();
41915   ;
41916   return 0;
41917 }
41918 _ACEOF
41919 rm -f conftest.$ac_objext conftest$ac_exeext
41920 if { (ac_try="$ac_link"
41921 case "(($ac_try" in
41922   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41923   *) ac_try_echo=$ac_try;;
41924 esac
41925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41926   (eval "$ac_link") 2>conftest.er1
41927   ac_status=$?
41928   grep -v '^ *+' conftest.er1 >conftest.err
41929   rm -f conftest.er1
41930   cat conftest.err >&5
41931   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41932   (exit $ac_status); } && {
41933          test -z "$ac_c_werror_flag" ||
41934          test ! -s conftest.err
41935        } && test -s conftest$ac_exeext &&
41936        $as_test_x conftest$ac_exeext; then
41937   eval "$as_ac_var=yes"
41938 else
41939   echo "$as_me: failed program was:" >&5
41940 sed 's/^/| /' conftest.$ac_ext >&5
41941
41942         eval "$as_ac_var=no"
41943 fi
41944
41945 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41946       conftest$ac_exeext conftest.$ac_ext
41947 fi
41948 ac_res=`eval echo '${'$as_ac_var'}'`
41949                { echo "$as_me:$LINENO: result: $ac_res" >&5
41950 echo "${ECHO_T}$ac_res" >&6; }
41951 if test `eval echo '${'$as_ac_var'}'` = yes; then
41952   cat >>confdefs.h <<_ACEOF
41953 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41954 _ACEOF
41955
41956           have_xattr=yes
41957
41958 cat >>confdefs.h <<\_ACEOF
41959 #define HAVE_EXTATTR_GET_LINK 1
41960 _ACEOF
41961
41962
41963 cat >>confdefs.h <<\_ACEOF
41964 #define HAVE_EXTATTR_SET_LINK 1
41965 _ACEOF
41966
41967
41968 cat >>confdefs.h <<\_ACEOF
41969 #define HAVE_EXTATTR_LIST_LINK 1
41970 _ACEOF
41971
41972
41973
41974 fi
41975 done
41976
41977
41978    if test $have_xattr = no; then
41979
41980
41981
41982 for ac_func in extattr_get_file extattr_set_file extattr_list_file
41983 do
41984 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41985 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41986 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41987 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41988   echo $ECHO_N "(cached) $ECHO_C" >&6
41989 else
41990   cat >conftest.$ac_ext <<_ACEOF
41991 /* confdefs.h.  */
41992 _ACEOF
41993 cat confdefs.h >>conftest.$ac_ext
41994 cat >>conftest.$ac_ext <<_ACEOF
41995 /* end confdefs.h.  */
41996 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41997    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
41998 #define $ac_func innocuous_$ac_func
41999
42000 /* System header to define __stub macros and hopefully few prototypes,
42001     which can conflict with char $ac_func (); below.
42002     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42003     <limits.h> exists even on freestanding compilers.  */
42004
42005 #ifdef __STDC__
42006 # include <limits.h>
42007 #else
42008 # include <assert.h>
42009 #endif
42010
42011 #undef $ac_func
42012
42013 /* Override any GCC internal prototype to avoid an error.
42014    Use char because int might match the return type of a GCC
42015    builtin and then its argument prototype would still apply.  */
42016 #ifdef __cplusplus
42017 extern "C"
42018 #endif
42019 char $ac_func ();
42020 /* The GNU C library defines this for functions which it implements
42021     to always fail with ENOSYS.  Some functions are actually named
42022     something starting with __ and the normal name is an alias.  */
42023 #if defined __stub_$ac_func || defined __stub___$ac_func
42024 choke me
42025 #endif
42026
42027 int
42028 main ()
42029 {
42030 return $ac_func ();
42031   ;
42032   return 0;
42033 }
42034 _ACEOF
42035 rm -f conftest.$ac_objext conftest$ac_exeext
42036 if { (ac_try="$ac_link"
42037 case "(($ac_try" in
42038   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42039   *) ac_try_echo=$ac_try;;
42040 esac
42041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42042   (eval "$ac_link") 2>conftest.er1
42043   ac_status=$?
42044   grep -v '^ *+' conftest.er1 >conftest.err
42045   rm -f conftest.er1
42046   cat conftest.err >&5
42047   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42048   (exit $ac_status); } && {
42049          test -z "$ac_c_werror_flag" ||
42050          test ! -s conftest.err
42051        } && test -s conftest$ac_exeext &&
42052        $as_test_x conftest$ac_exeext; then
42053   eval "$as_ac_var=yes"
42054 else
42055   echo "$as_me: failed program was:" >&5
42056 sed 's/^/| /' conftest.$ac_ext >&5
42057
42058         eval "$as_ac_var=no"
42059 fi
42060
42061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42062       conftest$ac_exeext conftest.$ac_ext
42063 fi
42064 ac_res=`eval echo '${'$as_ac_var'}'`
42065                { echo "$as_me:$LINENO: result: $ac_res" >&5
42066 echo "${ECHO_T}$ac_res" >&6; }
42067 if test `eval echo '${'$as_ac_var'}'` = yes; then
42068   cat >>confdefs.h <<_ACEOF
42069 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42070 _ACEOF
42071
42072              have_xattr=yes
42073
42074 cat >>confdefs.h <<\_ACEOF
42075 #define HAVE_EXTATTR_GET_FILE 1
42076 _ACEOF
42077
42078
42079 cat >>confdefs.h <<\_ACEOF
42080 #define HAVE_EXTATTR_SET_FILE 1
42081 _ACEOF
42082
42083
42084 cat >>confdefs.h <<\_ACEOF
42085 #define HAVE_EXTATTR_LIST_FILE 1
42086 _ACEOF
42087
42088
42089
42090 fi
42091 done
42092
42093    fi
42094
42095    if test $have_xattr = yes; then
42096       have_extattr_string_in_libc=no
42097
42098
42099 for ac_func in extattr_namespace_to_string extattr_string_to_namespace
42100 do
42101 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42102 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42103 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42104 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42105   echo $ECHO_N "(cached) $ECHO_C" >&6
42106 else
42107   cat >conftest.$ac_ext <<_ACEOF
42108 /* confdefs.h.  */
42109 _ACEOF
42110 cat confdefs.h >>conftest.$ac_ext
42111 cat >>conftest.$ac_ext <<_ACEOF
42112 /* end confdefs.h.  */
42113 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42114    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42115 #define $ac_func innocuous_$ac_func
42116
42117 /* System header to define __stub macros and hopefully few prototypes,
42118     which can conflict with char $ac_func (); below.
42119     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42120     <limits.h> exists even on freestanding compilers.  */
42121
42122 #ifdef __STDC__
42123 # include <limits.h>
42124 #else
42125 # include <assert.h>
42126 #endif
42127
42128 #undef $ac_func
42129
42130 /* Override any GCC internal prototype to avoid an error.
42131    Use char because int might match the return type of a GCC
42132    builtin and then its argument prototype would still apply.  */
42133 #ifdef __cplusplus
42134 extern "C"
42135 #endif
42136 char $ac_func ();
42137 /* The GNU C library defines this for functions which it implements
42138     to always fail with ENOSYS.  Some functions are actually named
42139     something starting with __ and the normal name is an alias.  */
42140 #if defined __stub_$ac_func || defined __stub___$ac_func
42141 choke me
42142 #endif
42143
42144 int
42145 main ()
42146 {
42147 return $ac_func ();
42148   ;
42149   return 0;
42150 }
42151 _ACEOF
42152 rm -f conftest.$ac_objext conftest$ac_exeext
42153 if { (ac_try="$ac_link"
42154 case "(($ac_try" in
42155   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42156   *) ac_try_echo=$ac_try;;
42157 esac
42158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42159   (eval "$ac_link") 2>conftest.er1
42160   ac_status=$?
42161   grep -v '^ *+' conftest.er1 >conftest.err
42162   rm -f conftest.er1
42163   cat conftest.err >&5
42164   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42165   (exit $ac_status); } && {
42166          test -z "$ac_c_werror_flag" ||
42167          test ! -s conftest.err
42168        } && test -s conftest$ac_exeext &&
42169        $as_test_x conftest$ac_exeext; then
42170   eval "$as_ac_var=yes"
42171 else
42172   echo "$as_me: failed program was:" >&5
42173 sed 's/^/| /' conftest.$ac_ext >&5
42174
42175         eval "$as_ac_var=no"
42176 fi
42177
42178 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42179       conftest$ac_exeext conftest.$ac_ext
42180 fi
42181 ac_res=`eval echo '${'$as_ac_var'}'`
42182                { echo "$as_me:$LINENO: result: $ac_res" >&5
42183 echo "${ECHO_T}$ac_res" >&6; }
42184 if test `eval echo '${'$as_ac_var'}'` = yes; then
42185   cat >>confdefs.h <<_ACEOF
42186 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42187 _ACEOF
42188
42189              have_extattr_string_in_libc=yes
42190
42191 cat >>confdefs.h <<\_ACEOF
42192 #define HAVE_EXTATTR_NAMESPACE_TO_STRING 1
42193 _ACEOF
42194
42195
42196 cat >>confdefs.h <<\_ACEOF
42197 #define HAVE_EXTATTR_STRING_TO_NAMESPACE 1
42198 _ACEOF
42199
42200
42201
42202 fi
42203 done
42204
42205
42206                         if test $have_extattr_string_in_libc = no; then
42207          { echo "$as_me:$LINENO: checking for extattr_namespace_to_string extattr_string_to_namespace in -lutil" >&5
42208 echo $ECHO_N "checking for extattr_namespace_to_string extattr_string_to_namespace in -lutil... $ECHO_C" >&6; }
42209 if test "${ac_cv_lib_util_extattr_namespace_to_string_extattr_string_to_namespace+set}" = set; then
42210   echo $ECHO_N "(cached) $ECHO_C" >&6
42211 else
42212   ac_check_lib_save_LIBS=$LIBS
42213 LIBS="-lutil  $LIBS"
42214 cat >conftest.$ac_ext <<_ACEOF
42215 /* confdefs.h.  */
42216 _ACEOF
42217 cat confdefs.h >>conftest.$ac_ext
42218 cat >>conftest.$ac_ext <<_ACEOF
42219 /* end confdefs.h.  */
42220
42221 /* Override any GCC internal prototype to avoid an error.
42222    Use char because int might match the return type of a GCC
42223    builtin and then its argument prototype would still apply.  */
42224 #ifdef __cplusplus
42225 extern "C"
42226 #endif
42227 char extattr_namespace_to_string extattr_string_to_namespace ();
42228 int
42229 main ()
42230 {
42231 return extattr_namespace_to_string extattr_string_to_namespace ();
42232   ;
42233   return 0;
42234 }
42235 _ACEOF
42236 rm -f conftest.$ac_objext conftest$ac_exeext
42237 if { (ac_try="$ac_link"
42238 case "(($ac_try" in
42239   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42240   *) ac_try_echo=$ac_try;;
42241 esac
42242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42243   (eval "$ac_link") 2>conftest.er1
42244   ac_status=$?
42245   grep -v '^ *+' conftest.er1 >conftest.err
42246   rm -f conftest.er1
42247   cat conftest.err >&5
42248   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42249   (exit $ac_status); } && {
42250          test -z "$ac_c_werror_flag" ||
42251          test ! -s conftest.err
42252        } && test -s conftest$ac_exeext &&
42253        $as_test_x conftest$ac_exeext; then
42254   ac_cv_lib_util_extattr_namespace_to_string_extattr_string_to_namespace=yes
42255 else
42256   echo "$as_me: failed program was:" >&5
42257 sed 's/^/| /' conftest.$ac_ext >&5
42258
42259         ac_cv_lib_util_extattr_namespace_to_string_extattr_string_to_namespace=no
42260 fi
42261
42262 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42263       conftest$ac_exeext conftest.$ac_ext
42264 LIBS=$ac_check_lib_save_LIBS
42265 fi
42266 { echo "$as_me:$LINENO: result: $ac_cv_lib_util_extattr_namespace_to_string_extattr_string_to_namespace" >&5
42267 echo "${ECHO_T}$ac_cv_lib_util_extattr_namespace_to_string_extattr_string_to_namespace" >&6; }
42268 if test $ac_cv_lib_util_extattr_namespace_to_string_extattr_string_to_namespace = yes; then
42269
42270
42271 cat >>confdefs.h <<\_ACEOF
42272 #define HAVE_EXTATTR_NAMESPACE_TO_STRING 1
42273 _ACEOF
42274
42275
42276 cat >>confdefs.h <<\_ACEOF
42277 #define HAVE_EXTATTR_STRING_TO_NAMESPACE 1
42278 _ACEOF
42279
42280                 FDLIBS="-lutil $FDLIBS"
42281
42282
42283 fi
42284
42285       fi
42286    fi
42287
42288             if test $have_xattr = no; then
42289       if test "${ac_cv_header_sys_xattr_h+set}" = set; then
42290   { echo "$as_me:$LINENO: checking for sys/xattr.h" >&5
42291 echo $ECHO_N "checking for sys/xattr.h... $ECHO_C" >&6; }
42292 if test "${ac_cv_header_sys_xattr_h+set}" = set; then
42293   echo $ECHO_N "(cached) $ECHO_C" >&6
42294 fi
42295 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_xattr_h" >&5
42296 echo "${ECHO_T}$ac_cv_header_sys_xattr_h" >&6; }
42297 else
42298   # Is the header compilable?
42299 { echo "$as_me:$LINENO: checking sys/xattr.h usability" >&5
42300 echo $ECHO_N "checking sys/xattr.h usability... $ECHO_C" >&6; }
42301 cat >conftest.$ac_ext <<_ACEOF
42302 /* confdefs.h.  */
42303 _ACEOF
42304 cat confdefs.h >>conftest.$ac_ext
42305 cat >>conftest.$ac_ext <<_ACEOF
42306 /* end confdefs.h.  */
42307 $ac_includes_default
42308 #include <sys/xattr.h>
42309 _ACEOF
42310 rm -f conftest.$ac_objext
42311 if { (ac_try="$ac_compile"
42312 case "(($ac_try" in
42313   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42314   *) ac_try_echo=$ac_try;;
42315 esac
42316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42317   (eval "$ac_compile") 2>conftest.er1
42318   ac_status=$?
42319   grep -v '^ *+' conftest.er1 >conftest.err
42320   rm -f conftest.er1
42321   cat conftest.err >&5
42322   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42323   (exit $ac_status); } && {
42324          test -z "$ac_c_werror_flag" ||
42325          test ! -s conftest.err
42326        } && test -s conftest.$ac_objext; then
42327   ac_header_compiler=yes
42328 else
42329   echo "$as_me: failed program was:" >&5
42330 sed 's/^/| /' conftest.$ac_ext >&5
42331
42332         ac_header_compiler=no
42333 fi
42334
42335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42336 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
42337 echo "${ECHO_T}$ac_header_compiler" >&6; }
42338
42339 # Is the header present?
42340 { echo "$as_me:$LINENO: checking sys/xattr.h presence" >&5
42341 echo $ECHO_N "checking sys/xattr.h presence... $ECHO_C" >&6; }
42342 cat >conftest.$ac_ext <<_ACEOF
42343 /* confdefs.h.  */
42344 _ACEOF
42345 cat confdefs.h >>conftest.$ac_ext
42346 cat >>conftest.$ac_ext <<_ACEOF
42347 /* end confdefs.h.  */
42348 #include <sys/xattr.h>
42349 _ACEOF
42350 if { (ac_try="$ac_cpp conftest.$ac_ext"
42351 case "(($ac_try" in
42352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42353   *) ac_try_echo=$ac_try;;
42354 esac
42355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42356   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
42357   ac_status=$?
42358   grep -v '^ *+' conftest.er1 >conftest.err
42359   rm -f conftest.er1
42360   cat conftest.err >&5
42361   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42362   (exit $ac_status); } >/dev/null && {
42363          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
42364          test ! -s conftest.err
42365        }; then
42366   ac_header_preproc=yes
42367 else
42368   echo "$as_me: failed program was:" >&5
42369 sed 's/^/| /' conftest.$ac_ext >&5
42370
42371   ac_header_preproc=no
42372 fi
42373
42374 rm -f conftest.err conftest.$ac_ext
42375 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
42376 echo "${ECHO_T}$ac_header_preproc" >&6; }
42377
42378 # So?  What about this header?
42379 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
42380   yes:no: )
42381     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: accepted by the compiler, rejected by the preprocessor!" >&5
42382 echo "$as_me: WARNING: sys/xattr.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
42383     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: proceeding with the compiler's result" >&5
42384 echo "$as_me: WARNING: sys/xattr.h: proceeding with the compiler's result" >&2;}
42385     ac_header_preproc=yes
42386     ;;
42387   no:yes:* )
42388     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: present but cannot be compiled" >&5
42389 echo "$as_me: WARNING: sys/xattr.h: present but cannot be compiled" >&2;}
42390     { echo "$as_me:$LINENO: WARNING: sys/xattr.h:     check for missing prerequisite headers?" >&5
42391 echo "$as_me: WARNING: sys/xattr.h:     check for missing prerequisite headers?" >&2;}
42392     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: see the Autoconf documentation" >&5
42393 echo "$as_me: WARNING: sys/xattr.h: see the Autoconf documentation" >&2;}
42394     { echo "$as_me:$LINENO: WARNING: sys/xattr.h:     section \"Present But Cannot Be Compiled\"" >&5
42395 echo "$as_me: WARNING: sys/xattr.h:     section \"Present But Cannot Be Compiled\"" >&2;}
42396     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: proceeding with the preprocessor's result" >&5
42397 echo "$as_me: WARNING: sys/xattr.h: proceeding with the preprocessor's result" >&2;}
42398     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: in the future, the compiler will take precedence" >&5
42399 echo "$as_me: WARNING: sys/xattr.h: in the future, the compiler will take precedence" >&2;}
42400
42401     ;;
42402 esac
42403 { echo "$as_me:$LINENO: checking for sys/xattr.h" >&5
42404 echo $ECHO_N "checking for sys/xattr.h... $ECHO_C" >&6; }
42405 if test "${ac_cv_header_sys_xattr_h+set}" = set; then
42406   echo $ECHO_N "(cached) $ECHO_C" >&6
42407 else
42408   ac_cv_header_sys_xattr_h=$ac_header_preproc
42409 fi
42410 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_xattr_h" >&5
42411 echo "${ECHO_T}$ac_cv_header_sys_xattr_h" >&6; }
42412
42413 fi
42414 if test $ac_cv_header_sys_xattr_h = yes; then
42415
42416 cat >>confdefs.h <<\_ACEOF
42417 #define HAVE_SYS_XATTR_H 1
42418 _ACEOF
42419
42420 fi
42421
42422
42423
42424
42425
42426 for ac_func in llistxattr lgetxattr lsetxattr
42427 do
42428 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42429 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42430 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42431 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42432   echo $ECHO_N "(cached) $ECHO_C" >&6
42433 else
42434   cat >conftest.$ac_ext <<_ACEOF
42435 /* confdefs.h.  */
42436 _ACEOF
42437 cat confdefs.h >>conftest.$ac_ext
42438 cat >>conftest.$ac_ext <<_ACEOF
42439 /* end confdefs.h.  */
42440 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42441    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42442 #define $ac_func innocuous_$ac_func
42443
42444 /* System header to define __stub macros and hopefully few prototypes,
42445     which can conflict with char $ac_func (); below.
42446     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42447     <limits.h> exists even on freestanding compilers.  */
42448
42449 #ifdef __STDC__
42450 # include <limits.h>
42451 #else
42452 # include <assert.h>
42453 #endif
42454
42455 #undef $ac_func
42456
42457 /* Override any GCC internal prototype to avoid an error.
42458    Use char because int might match the return type of a GCC
42459    builtin and then its argument prototype would still apply.  */
42460 #ifdef __cplusplus
42461 extern "C"
42462 #endif
42463 char $ac_func ();
42464 /* The GNU C library defines this for functions which it implements
42465     to always fail with ENOSYS.  Some functions are actually named
42466     something starting with __ and the normal name is an alias.  */
42467 #if defined __stub_$ac_func || defined __stub___$ac_func
42468 choke me
42469 #endif
42470
42471 int
42472 main ()
42473 {
42474 return $ac_func ();
42475   ;
42476   return 0;
42477 }
42478 _ACEOF
42479 rm -f conftest.$ac_objext conftest$ac_exeext
42480 if { (ac_try="$ac_link"
42481 case "(($ac_try" in
42482   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42483   *) ac_try_echo=$ac_try;;
42484 esac
42485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42486   (eval "$ac_link") 2>conftest.er1
42487   ac_status=$?
42488   grep -v '^ *+' conftest.er1 >conftest.err
42489   rm -f conftest.er1
42490   cat conftest.err >&5
42491   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42492   (exit $ac_status); } && {
42493          test -z "$ac_c_werror_flag" ||
42494          test ! -s conftest.err
42495        } && test -s conftest$ac_exeext &&
42496        $as_test_x conftest$ac_exeext; then
42497   eval "$as_ac_var=yes"
42498 else
42499   echo "$as_me: failed program was:" >&5
42500 sed 's/^/| /' conftest.$ac_ext >&5
42501
42502         eval "$as_ac_var=no"
42503 fi
42504
42505 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42506       conftest$ac_exeext conftest.$ac_ext
42507 fi
42508 ac_res=`eval echo '${'$as_ac_var'}'`
42509                { echo "$as_me:$LINENO: result: $ac_res" >&5
42510 echo "${ECHO_T}$ac_res" >&6; }
42511 if test `eval echo '${'$as_ac_var'}'` = yes; then
42512   cat >>confdefs.h <<_ACEOF
42513 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42514 _ACEOF
42515
42516              have_xattr=yes
42517
42518 cat >>confdefs.h <<\_ACEOF
42519 #define HAVE_LLISTXATTR 1
42520 _ACEOF
42521
42522
42523 cat >>confdefs.h <<\_ACEOF
42524 #define HAVE_LGETXATTR 1
42525 _ACEOF
42526
42527
42528 cat >>confdefs.h <<\_ACEOF
42529 #define HAVE_LSETXATTR 1
42530 _ACEOF
42531
42532
42533
42534 fi
42535 done
42536
42537
42538       if test $have_xattr = no; then
42539
42540
42541
42542 for ac_func in listxattr getxattr setxattr
42543 do
42544 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42545 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42546 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42547 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42548   echo $ECHO_N "(cached) $ECHO_C" >&6
42549 else
42550   cat >conftest.$ac_ext <<_ACEOF
42551 /* confdefs.h.  */
42552 _ACEOF
42553 cat confdefs.h >>conftest.$ac_ext
42554 cat >>conftest.$ac_ext <<_ACEOF
42555 /* end confdefs.h.  */
42556 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42557    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42558 #define $ac_func innocuous_$ac_func
42559
42560 /* System header to define __stub macros and hopefully few prototypes,
42561     which can conflict with char $ac_func (); below.
42562     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42563     <limits.h> exists even on freestanding compilers.  */
42564
42565 #ifdef __STDC__
42566 # include <limits.h>
42567 #else
42568 # include <assert.h>
42569 #endif
42570
42571 #undef $ac_func
42572
42573 /* Override any GCC internal prototype to avoid an error.
42574    Use char because int might match the return type of a GCC
42575    builtin and then its argument prototype would still apply.  */
42576 #ifdef __cplusplus
42577 extern "C"
42578 #endif
42579 char $ac_func ();
42580 /* The GNU C library defines this for functions which it implements
42581     to always fail with ENOSYS.  Some functions are actually named
42582     something starting with __ and the normal name is an alias.  */
42583 #if defined __stub_$ac_func || defined __stub___$ac_func
42584 choke me
42585 #endif
42586
42587 int
42588 main ()
42589 {
42590 return $ac_func ();
42591   ;
42592   return 0;
42593 }
42594 _ACEOF
42595 rm -f conftest.$ac_objext conftest$ac_exeext
42596 if { (ac_try="$ac_link"
42597 case "(($ac_try" in
42598   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42599   *) ac_try_echo=$ac_try;;
42600 esac
42601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42602   (eval "$ac_link") 2>conftest.er1
42603   ac_status=$?
42604   grep -v '^ *+' conftest.er1 >conftest.err
42605   rm -f conftest.er1
42606   cat conftest.err >&5
42607   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42608   (exit $ac_status); } && {
42609          test -z "$ac_c_werror_flag" ||
42610          test ! -s conftest.err
42611        } && test -s conftest$ac_exeext &&
42612        $as_test_x conftest$ac_exeext; then
42613   eval "$as_ac_var=yes"
42614 else
42615   echo "$as_me: failed program was:" >&5
42616 sed 's/^/| /' conftest.$ac_ext >&5
42617
42618         eval "$as_ac_var=no"
42619 fi
42620
42621 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42622       conftest$ac_exeext conftest.$ac_ext
42623 fi
42624 ac_res=`eval echo '${'$as_ac_var'}'`
42625                { echo "$as_me:$LINENO: result: $ac_res" >&5
42626 echo "${ECHO_T}$ac_res" >&6; }
42627 if test `eval echo '${'$as_ac_var'}'` = yes; then
42628   cat >>confdefs.h <<_ACEOF
42629 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42630 _ACEOF
42631
42632                 have_xattr=yes
42633
42634 cat >>confdefs.h <<\_ACEOF
42635 #define HAVE_LISTXATTR 1
42636 _ACEOF
42637
42638
42639 cat >>confdefs.h <<\_ACEOF
42640 #define HAVE_GETXATTR 1
42641 _ACEOF
42642
42643
42644 cat >>confdefs.h <<\_ACEOF
42645 #define HAVE_SETXATTR 1
42646 _ACEOF
42647
42648
42649
42650 fi
42651 done
42652
42653       fi
42654    fi
42655
42656             if test $have_xattr = no; then
42657       if test "${ac_cv_header_sys_attr_h+set}" = set; then
42658   { echo "$as_me:$LINENO: checking for sys/attr.h" >&5
42659 echo $ECHO_N "checking for sys/attr.h... $ECHO_C" >&6; }
42660 if test "${ac_cv_header_sys_attr_h+set}" = set; then
42661   echo $ECHO_N "(cached) $ECHO_C" >&6
42662 fi
42663 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_attr_h" >&5
42664 echo "${ECHO_T}$ac_cv_header_sys_attr_h" >&6; }
42665 else
42666   # Is the header compilable?
42667 { echo "$as_me:$LINENO: checking sys/attr.h usability" >&5
42668 echo $ECHO_N "checking sys/attr.h usability... $ECHO_C" >&6; }
42669 cat >conftest.$ac_ext <<_ACEOF
42670 /* confdefs.h.  */
42671 _ACEOF
42672 cat confdefs.h >>conftest.$ac_ext
42673 cat >>conftest.$ac_ext <<_ACEOF
42674 /* end confdefs.h.  */
42675 $ac_includes_default
42676 #include <sys/attr.h>
42677 _ACEOF
42678 rm -f conftest.$ac_objext
42679 if { (ac_try="$ac_compile"
42680 case "(($ac_try" in
42681   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42682   *) ac_try_echo=$ac_try;;
42683 esac
42684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42685   (eval "$ac_compile") 2>conftest.er1
42686   ac_status=$?
42687   grep -v '^ *+' conftest.er1 >conftest.err
42688   rm -f conftest.er1
42689   cat conftest.err >&5
42690   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42691   (exit $ac_status); } && {
42692          test -z "$ac_c_werror_flag" ||
42693          test ! -s conftest.err
42694        } && test -s conftest.$ac_objext; then
42695   ac_header_compiler=yes
42696 else
42697   echo "$as_me: failed program was:" >&5
42698 sed 's/^/| /' conftest.$ac_ext >&5
42699
42700         ac_header_compiler=no
42701 fi
42702
42703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42704 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
42705 echo "${ECHO_T}$ac_header_compiler" >&6; }
42706
42707 # Is the header present?
42708 { echo "$as_me:$LINENO: checking sys/attr.h presence" >&5
42709 echo $ECHO_N "checking sys/attr.h presence... $ECHO_C" >&6; }
42710 cat >conftest.$ac_ext <<_ACEOF
42711 /* confdefs.h.  */
42712 _ACEOF
42713 cat confdefs.h >>conftest.$ac_ext
42714 cat >>conftest.$ac_ext <<_ACEOF
42715 /* end confdefs.h.  */
42716 #include <sys/attr.h>
42717 _ACEOF
42718 if { (ac_try="$ac_cpp conftest.$ac_ext"
42719 case "(($ac_try" in
42720   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42721   *) ac_try_echo=$ac_try;;
42722 esac
42723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42724   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
42725   ac_status=$?
42726   grep -v '^ *+' conftest.er1 >conftest.err
42727   rm -f conftest.er1
42728   cat conftest.err >&5
42729   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42730   (exit $ac_status); } >/dev/null && {
42731          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
42732          test ! -s conftest.err
42733        }; then
42734   ac_header_preproc=yes
42735 else
42736   echo "$as_me: failed program was:" >&5
42737 sed 's/^/| /' conftest.$ac_ext >&5
42738
42739   ac_header_preproc=no
42740 fi
42741
42742 rm -f conftest.err conftest.$ac_ext
42743 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
42744 echo "${ECHO_T}$ac_header_preproc" >&6; }
42745
42746 # So?  What about this header?
42747 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
42748   yes:no: )
42749     { echo "$as_me:$LINENO: WARNING: sys/attr.h: accepted by the compiler, rejected by the preprocessor!" >&5
42750 echo "$as_me: WARNING: sys/attr.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
42751     { echo "$as_me:$LINENO: WARNING: sys/attr.h: proceeding with the compiler's result" >&5
42752 echo "$as_me: WARNING: sys/attr.h: proceeding with the compiler's result" >&2;}
42753     ac_header_preproc=yes
42754     ;;
42755   no:yes:* )
42756     { echo "$as_me:$LINENO: WARNING: sys/attr.h: present but cannot be compiled" >&5
42757 echo "$as_me: WARNING: sys/attr.h: present but cannot be compiled" >&2;}
42758     { echo "$as_me:$LINENO: WARNING: sys/attr.h:     check for missing prerequisite headers?" >&5
42759 echo "$as_me: WARNING: sys/attr.h:     check for missing prerequisite headers?" >&2;}
42760     { echo "$as_me:$LINENO: WARNING: sys/attr.h: see the Autoconf documentation" >&5
42761 echo "$as_me: WARNING: sys/attr.h: see the Autoconf documentation" >&2;}
42762     { echo "$as_me:$LINENO: WARNING: sys/attr.h:     section \"Present But Cannot Be Compiled\"" >&5
42763 echo "$as_me: WARNING: sys/attr.h:     section \"Present But Cannot Be Compiled\"" >&2;}
42764     { echo "$as_me:$LINENO: WARNING: sys/attr.h: proceeding with the preprocessor's result" >&5
42765 echo "$as_me: WARNING: sys/attr.h: proceeding with the preprocessor's result" >&2;}
42766     { echo "$as_me:$LINENO: WARNING: sys/attr.h: in the future, the compiler will take precedence" >&5
42767 echo "$as_me: WARNING: sys/attr.h: in the future, the compiler will take precedence" >&2;}
42768
42769     ;;
42770 esac
42771 { echo "$as_me:$LINENO: checking for sys/attr.h" >&5
42772 echo $ECHO_N "checking for sys/attr.h... $ECHO_C" >&6; }
42773 if test "${ac_cv_header_sys_attr_h+set}" = set; then
42774   echo $ECHO_N "(cached) $ECHO_C" >&6
42775 else
42776   ac_cv_header_sys_attr_h=$ac_header_preproc
42777 fi
42778 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_attr_h" >&5
42779 echo "${ECHO_T}$ac_cv_header_sys_attr_h" >&6; }
42780
42781 fi
42782 if test $ac_cv_header_sys_attr_h = yes; then
42783
42784 cat >>confdefs.h <<\_ACEOF
42785 #define HAVE_SYS_ATTR_H 1
42786 _ACEOF
42787
42788 fi
42789
42790
42791       if test "${ac_cv_header_sys_nvpair_h+set}" = set; then
42792   { echo "$as_me:$LINENO: checking for sys/nvpair.h" >&5
42793 echo $ECHO_N "checking for sys/nvpair.h... $ECHO_C" >&6; }
42794 if test "${ac_cv_header_sys_nvpair_h+set}" = set; then
42795   echo $ECHO_N "(cached) $ECHO_C" >&6
42796 fi
42797 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_nvpair_h" >&5
42798 echo "${ECHO_T}$ac_cv_header_sys_nvpair_h" >&6; }
42799 else
42800   # Is the header compilable?
42801 { echo "$as_me:$LINENO: checking sys/nvpair.h usability" >&5
42802 echo $ECHO_N "checking sys/nvpair.h usability... $ECHO_C" >&6; }
42803 cat >conftest.$ac_ext <<_ACEOF
42804 /* confdefs.h.  */
42805 _ACEOF
42806 cat confdefs.h >>conftest.$ac_ext
42807 cat >>conftest.$ac_ext <<_ACEOF
42808 /* end confdefs.h.  */
42809 $ac_includes_default
42810 #include <sys/nvpair.h>
42811 _ACEOF
42812 rm -f conftest.$ac_objext
42813 if { (ac_try="$ac_compile"
42814 case "(($ac_try" in
42815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42816   *) ac_try_echo=$ac_try;;
42817 esac
42818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42819   (eval "$ac_compile") 2>conftest.er1
42820   ac_status=$?
42821   grep -v '^ *+' conftest.er1 >conftest.err
42822   rm -f conftest.er1
42823   cat conftest.err >&5
42824   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42825   (exit $ac_status); } && {
42826          test -z "$ac_c_werror_flag" ||
42827          test ! -s conftest.err
42828        } && test -s conftest.$ac_objext; then
42829   ac_header_compiler=yes
42830 else
42831   echo "$as_me: failed program was:" >&5
42832 sed 's/^/| /' conftest.$ac_ext >&5
42833
42834         ac_header_compiler=no
42835 fi
42836
42837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42838 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
42839 echo "${ECHO_T}$ac_header_compiler" >&6; }
42840
42841 # Is the header present?
42842 { echo "$as_me:$LINENO: checking sys/nvpair.h presence" >&5
42843 echo $ECHO_N "checking sys/nvpair.h presence... $ECHO_C" >&6; }
42844 cat >conftest.$ac_ext <<_ACEOF
42845 /* confdefs.h.  */
42846 _ACEOF
42847 cat confdefs.h >>conftest.$ac_ext
42848 cat >>conftest.$ac_ext <<_ACEOF
42849 /* end confdefs.h.  */
42850 #include <sys/nvpair.h>
42851 _ACEOF
42852 if { (ac_try="$ac_cpp conftest.$ac_ext"
42853 case "(($ac_try" in
42854   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42855   *) ac_try_echo=$ac_try;;
42856 esac
42857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42858   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
42859   ac_status=$?
42860   grep -v '^ *+' conftest.er1 >conftest.err
42861   rm -f conftest.er1
42862   cat conftest.err >&5
42863   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42864   (exit $ac_status); } >/dev/null && {
42865          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
42866          test ! -s conftest.err
42867        }; then
42868   ac_header_preproc=yes
42869 else
42870   echo "$as_me: failed program was:" >&5
42871 sed 's/^/| /' conftest.$ac_ext >&5
42872
42873   ac_header_preproc=no
42874 fi
42875
42876 rm -f conftest.err conftest.$ac_ext
42877 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
42878 echo "${ECHO_T}$ac_header_preproc" >&6; }
42879
42880 # So?  What about this header?
42881 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
42882   yes:no: )
42883     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: accepted by the compiler, rejected by the preprocessor!" >&5
42884 echo "$as_me: WARNING: sys/nvpair.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
42885     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: proceeding with the compiler's result" >&5
42886 echo "$as_me: WARNING: sys/nvpair.h: proceeding with the compiler's result" >&2;}
42887     ac_header_preproc=yes
42888     ;;
42889   no:yes:* )
42890     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: present but cannot be compiled" >&5
42891 echo "$as_me: WARNING: sys/nvpair.h: present but cannot be compiled" >&2;}
42892     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h:     check for missing prerequisite headers?" >&5
42893 echo "$as_me: WARNING: sys/nvpair.h:     check for missing prerequisite headers?" >&2;}
42894     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: see the Autoconf documentation" >&5
42895 echo "$as_me: WARNING: sys/nvpair.h: see the Autoconf documentation" >&2;}
42896     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h:     section \"Present But Cannot Be Compiled\"" >&5
42897 echo "$as_me: WARNING: sys/nvpair.h:     section \"Present But Cannot Be Compiled\"" >&2;}
42898     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: proceeding with the preprocessor's result" >&5
42899 echo "$as_me: WARNING: sys/nvpair.h: proceeding with the preprocessor's result" >&2;}
42900     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: in the future, the compiler will take precedence" >&5
42901 echo "$as_me: WARNING: sys/nvpair.h: in the future, the compiler will take precedence" >&2;}
42902
42903     ;;
42904 esac
42905 { echo "$as_me:$LINENO: checking for sys/nvpair.h" >&5
42906 echo $ECHO_N "checking for sys/nvpair.h... $ECHO_C" >&6; }
42907 if test "${ac_cv_header_sys_nvpair_h+set}" = set; then
42908   echo $ECHO_N "(cached) $ECHO_C" >&6
42909 else
42910   ac_cv_header_sys_nvpair_h=$ac_header_preproc
42911 fi
42912 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_nvpair_h" >&5
42913 echo "${ECHO_T}$ac_cv_header_sys_nvpair_h" >&6; }
42914
42915 fi
42916 if test $ac_cv_header_sys_nvpair_h = yes; then
42917
42918 cat >>confdefs.h <<\_ACEOF
42919 #define HAVE_SYS_NVPAIR_H 1
42920 _ACEOF
42921
42922 fi
42923
42924
42925       if test "${ac_cv_header_attr_h+set}" = set; then
42926   { echo "$as_me:$LINENO: checking for attr.h" >&5
42927 echo $ECHO_N "checking for attr.h... $ECHO_C" >&6; }
42928 if test "${ac_cv_header_attr_h+set}" = set; then
42929   echo $ECHO_N "(cached) $ECHO_C" >&6
42930 fi
42931 { echo "$as_me:$LINENO: result: $ac_cv_header_attr_h" >&5
42932 echo "${ECHO_T}$ac_cv_header_attr_h" >&6; }
42933 else
42934   # Is the header compilable?
42935 { echo "$as_me:$LINENO: checking attr.h usability" >&5
42936 echo $ECHO_N "checking attr.h usability... $ECHO_C" >&6; }
42937 cat >conftest.$ac_ext <<_ACEOF
42938 /* confdefs.h.  */
42939 _ACEOF
42940 cat confdefs.h >>conftest.$ac_ext
42941 cat >>conftest.$ac_ext <<_ACEOF
42942 /* end confdefs.h.  */
42943 $ac_includes_default
42944 #include <attr.h>
42945 _ACEOF
42946 rm -f conftest.$ac_objext
42947 if { (ac_try="$ac_compile"
42948 case "(($ac_try" in
42949   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42950   *) ac_try_echo=$ac_try;;
42951 esac
42952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42953   (eval "$ac_compile") 2>conftest.er1
42954   ac_status=$?
42955   grep -v '^ *+' conftest.er1 >conftest.err
42956   rm -f conftest.er1
42957   cat conftest.err >&5
42958   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42959   (exit $ac_status); } && {
42960          test -z "$ac_c_werror_flag" ||
42961          test ! -s conftest.err
42962        } && test -s conftest.$ac_objext; then
42963   ac_header_compiler=yes
42964 else
42965   echo "$as_me: failed program was:" >&5
42966 sed 's/^/| /' conftest.$ac_ext >&5
42967
42968         ac_header_compiler=no
42969 fi
42970
42971 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42972 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
42973 echo "${ECHO_T}$ac_header_compiler" >&6; }
42974
42975 # Is the header present?
42976 { echo "$as_me:$LINENO: checking attr.h presence" >&5
42977 echo $ECHO_N "checking attr.h presence... $ECHO_C" >&6; }
42978 cat >conftest.$ac_ext <<_ACEOF
42979 /* confdefs.h.  */
42980 _ACEOF
42981 cat confdefs.h >>conftest.$ac_ext
42982 cat >>conftest.$ac_ext <<_ACEOF
42983 /* end confdefs.h.  */
42984 #include <attr.h>
42985 _ACEOF
42986 if { (ac_try="$ac_cpp conftest.$ac_ext"
42987 case "(($ac_try" in
42988   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42989   *) ac_try_echo=$ac_try;;
42990 esac
42991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42992   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
42993   ac_status=$?
42994   grep -v '^ *+' conftest.er1 >conftest.err
42995   rm -f conftest.er1
42996   cat conftest.err >&5
42997   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42998   (exit $ac_status); } >/dev/null && {
42999          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
43000          test ! -s conftest.err
43001        }; then
43002   ac_header_preproc=yes
43003 else
43004   echo "$as_me: failed program was:" >&5
43005 sed 's/^/| /' conftest.$ac_ext >&5
43006
43007   ac_header_preproc=no
43008 fi
43009
43010 rm -f conftest.err conftest.$ac_ext
43011 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
43012 echo "${ECHO_T}$ac_header_preproc" >&6; }
43013
43014 # So?  What about this header?
43015 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
43016   yes:no: )
43017     { echo "$as_me:$LINENO: WARNING: attr.h: accepted by the compiler, rejected by the preprocessor!" >&5
43018 echo "$as_me: WARNING: attr.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
43019     { echo "$as_me:$LINENO: WARNING: attr.h: proceeding with the compiler's result" >&5
43020 echo "$as_me: WARNING: attr.h: proceeding with the compiler's result" >&2;}
43021     ac_header_preproc=yes
43022     ;;
43023   no:yes:* )
43024     { echo "$as_me:$LINENO: WARNING: attr.h: present but cannot be compiled" >&5
43025 echo "$as_me: WARNING: attr.h: present but cannot be compiled" >&2;}
43026     { echo "$as_me:$LINENO: WARNING: attr.h:     check for missing prerequisite headers?" >&5
43027 echo "$as_me: WARNING: attr.h:     check for missing prerequisite headers?" >&2;}
43028     { echo "$as_me:$LINENO: WARNING: attr.h: see the Autoconf documentation" >&5
43029 echo "$as_me: WARNING: attr.h: see the Autoconf documentation" >&2;}
43030     { echo "$as_me:$LINENO: WARNING: attr.h:     section \"Present But Cannot Be Compiled\"" >&5
43031 echo "$as_me: WARNING: attr.h:     section \"Present But Cannot Be Compiled\"" >&2;}
43032     { echo "$as_me:$LINENO: WARNING: attr.h: proceeding with the preprocessor's result" >&5
43033 echo "$as_me: WARNING: attr.h: proceeding with the preprocessor's result" >&2;}
43034     { echo "$as_me:$LINENO: WARNING: attr.h: in the future, the compiler will take precedence" >&5
43035 echo "$as_me: WARNING: attr.h: in the future, the compiler will take precedence" >&2;}
43036
43037     ;;
43038 esac
43039 { echo "$as_me:$LINENO: checking for attr.h" >&5
43040 echo $ECHO_N "checking for attr.h... $ECHO_C" >&6; }
43041 if test "${ac_cv_header_attr_h+set}" = set; then
43042   echo $ECHO_N "(cached) $ECHO_C" >&6
43043 else
43044   ac_cv_header_attr_h=$ac_header_preproc
43045 fi
43046 { echo "$as_me:$LINENO: result: $ac_cv_header_attr_h" >&5
43047 echo "${ECHO_T}$ac_cv_header_attr_h" >&6; }
43048
43049 fi
43050 if test $ac_cv_header_attr_h = yes; then
43051
43052 cat >>confdefs.h <<\_ACEOF
43053 #define HAVE_ATTR_H 1
43054 _ACEOF
43055
43056 fi
43057
43058
43059
43060
43061
43062
43063
43064
43065 for ac_func in openat fstatat unlinkat fchownat futimesat
43066 do
43067 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43068 { echo "$as_me:$LINENO: checking for $ac_func" >&5
43069 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
43070 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
43071   echo $ECHO_N "(cached) $ECHO_C" >&6
43072 else
43073   cat >conftest.$ac_ext <<_ACEOF
43074 /* confdefs.h.  */
43075 _ACEOF
43076 cat confdefs.h >>conftest.$ac_ext
43077 cat >>conftest.$ac_ext <<_ACEOF
43078 /* end confdefs.h.  */
43079 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43080    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
43081 #define $ac_func innocuous_$ac_func
43082
43083 /* System header to define __stub macros and hopefully few prototypes,
43084     which can conflict with char $ac_func (); below.
43085     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43086     <limits.h> exists even on freestanding compilers.  */
43087
43088 #ifdef __STDC__
43089 # include <limits.h>
43090 #else
43091 # include <assert.h>
43092 #endif
43093
43094 #undef $ac_func
43095
43096 /* Override any GCC internal prototype to avoid an error.
43097    Use char because int might match the return type of a GCC
43098    builtin and then its argument prototype would still apply.  */
43099 #ifdef __cplusplus
43100 extern "C"
43101 #endif
43102 char $ac_func ();
43103 /* The GNU C library defines this for functions which it implements
43104     to always fail with ENOSYS.  Some functions are actually named
43105     something starting with __ and the normal name is an alias.  */
43106 #if defined __stub_$ac_func || defined __stub___$ac_func
43107 choke me
43108 #endif
43109
43110 int
43111 main ()
43112 {
43113 return $ac_func ();
43114   ;
43115   return 0;
43116 }
43117 _ACEOF
43118 rm -f conftest.$ac_objext conftest$ac_exeext
43119 if { (ac_try="$ac_link"
43120 case "(($ac_try" in
43121   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43122   *) ac_try_echo=$ac_try;;
43123 esac
43124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43125   (eval "$ac_link") 2>conftest.er1
43126   ac_status=$?
43127   grep -v '^ *+' conftest.er1 >conftest.err
43128   rm -f conftest.er1
43129   cat conftest.err >&5
43130   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43131   (exit $ac_status); } && {
43132          test -z "$ac_c_werror_flag" ||
43133          test ! -s conftest.err
43134        } && test -s conftest$ac_exeext &&
43135        $as_test_x conftest$ac_exeext; then
43136   eval "$as_ac_var=yes"
43137 else
43138   echo "$as_me: failed program was:" >&5
43139 sed 's/^/| /' conftest.$ac_ext >&5
43140
43141         eval "$as_ac_var=no"
43142 fi
43143
43144 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43145       conftest$ac_exeext conftest.$ac_ext
43146 fi
43147 ac_res=`eval echo '${'$as_ac_var'}'`
43148                { echo "$as_me:$LINENO: result: $ac_res" >&5
43149 echo "${ECHO_T}$ac_res" >&6; }
43150 if test `eval echo '${'$as_ac_var'}'` = yes; then
43151   cat >>confdefs.h <<_ACEOF
43152 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43153 _ACEOF
43154
43155              have_xattr=yes
43156
43157 cat >>confdefs.h <<\_ACEOF
43158 #define HAVE_OPENAT 1
43159 _ACEOF
43160
43161
43162 cat >>confdefs.h <<\_ACEOF
43163 #define HAVE_FSTATAT 1
43164 _ACEOF
43165
43166
43167 cat >>confdefs.h <<\_ACEOF
43168 #define HAVE_UNLINKAT 1
43169 _ACEOF
43170
43171
43172 cat >>confdefs.h <<\_ACEOF
43173 #define HAVE_FCHOWNAT 1
43174 _ACEOF
43175
43176
43177 cat >>confdefs.h <<\_ACEOF
43178 #define HAVE_FUTIMESAT 1
43179 _ACEOF
43180
43181
43182
43183 fi
43184 done
43185
43186
43187       if test $have_xattr = yes; then
43188          { echo "$as_me:$LINENO: checking for nvlist_next_nvpair in -lnvpair" >&5
43189 echo $ECHO_N "checking for nvlist_next_nvpair in -lnvpair... $ECHO_C" >&6; }
43190 if test "${ac_cv_lib_nvpair_nvlist_next_nvpair+set}" = set; then
43191   echo $ECHO_N "(cached) $ECHO_C" >&6
43192 else
43193   ac_check_lib_save_LIBS=$LIBS
43194 LIBS="-lnvpair  $LIBS"
43195 cat >conftest.$ac_ext <<_ACEOF
43196 /* confdefs.h.  */
43197 _ACEOF
43198 cat confdefs.h >>conftest.$ac_ext
43199 cat >>conftest.$ac_ext <<_ACEOF
43200 /* end confdefs.h.  */
43201
43202 /* Override any GCC internal prototype to avoid an error.
43203    Use char because int might match the return type of a GCC
43204    builtin and then its argument prototype would still apply.  */
43205 #ifdef __cplusplus
43206 extern "C"
43207 #endif
43208 char nvlist_next_nvpair ();
43209 int
43210 main ()
43211 {
43212 return nvlist_next_nvpair ();
43213   ;
43214   return 0;
43215 }
43216 _ACEOF
43217 rm -f conftest.$ac_objext conftest$ac_exeext
43218 if { (ac_try="$ac_link"
43219 case "(($ac_try" in
43220   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43221   *) ac_try_echo=$ac_try;;
43222 esac
43223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43224   (eval "$ac_link") 2>conftest.er1
43225   ac_status=$?
43226   grep -v '^ *+' conftest.er1 >conftest.err
43227   rm -f conftest.er1
43228   cat conftest.err >&5
43229   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43230   (exit $ac_status); } && {
43231          test -z "$ac_c_werror_flag" ||
43232          test ! -s conftest.err
43233        } && test -s conftest$ac_exeext &&
43234        $as_test_x conftest$ac_exeext; then
43235   ac_cv_lib_nvpair_nvlist_next_nvpair=yes
43236 else
43237   echo "$as_me: failed program was:" >&5
43238 sed 's/^/| /' conftest.$ac_ext >&5
43239
43240         ac_cv_lib_nvpair_nvlist_next_nvpair=no
43241 fi
43242
43243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43244       conftest$ac_exeext conftest.$ac_ext
43245 LIBS=$ac_check_lib_save_LIBS
43246 fi
43247 { echo "$as_me:$LINENO: result: $ac_cv_lib_nvpair_nvlist_next_nvpair" >&5
43248 echo "${ECHO_T}$ac_cv_lib_nvpair_nvlist_next_nvpair" >&6; }
43249 if test $ac_cv_lib_nvpair_nvlist_next_nvpair = yes; then
43250
43251
43252 cat >>confdefs.h <<\_ACEOF
43253 #define HAVE_NVLIST_NEXT_NVPAIR 1
43254 _ACEOF
43255
43256                 FDLIBS="-lnvpair $FDLIBS"
43257
43258
43259 fi
43260
43261       fi
43262    fi
43263
43264    if test x$support_xattr = xyes -a $have_xattr != yes; then
43265       { { echo "$as_me:$LINENO: error: xattr support explicitly enabled but no supported xattr implementation found,
43266   please either load the xattr libraries or rerun configure without --enable-xattr" >&5
43267 echo "$as_me: error: xattr support explicitly enabled but no supported xattr implementation found,
43268   please either load the xattr libraries or rerun configure without --enable-xattr" >&2;}
43269    { (exit 1); exit 1; }; }
43270    else
43271       if test $have_xattr = yes; then
43272
43273 cat >>confdefs.h <<\_ACEOF
43274 #define HAVE_XATTR 1
43275 _ACEOF
43276
43277       fi
43278    fi
43279 fi
43280
43281 PTHREAD_LIB=""
43282 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
43283 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
43284 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
43285   echo $ECHO_N "(cached) $ECHO_C" >&6
43286 else
43287   ac_check_lib_save_LIBS=$LIBS
43288 LIBS="-lpthread  $LIBS"
43289 cat >conftest.$ac_ext <<_ACEOF
43290 /* confdefs.h.  */
43291 _ACEOF
43292 cat confdefs.h >>conftest.$ac_ext
43293 cat >>conftest.$ac_ext <<_ACEOF
43294 /* end confdefs.h.  */
43295
43296 /* Override any GCC internal prototype to avoid an error.
43297    Use char because int might match the return type of a GCC
43298    builtin and then its argument prototype would still apply.  */
43299 #ifdef __cplusplus
43300 extern "C"
43301 #endif
43302 char pthread_create ();
43303 int
43304 main ()
43305 {
43306 return pthread_create ();
43307   ;
43308   return 0;
43309 }
43310 _ACEOF
43311 rm -f conftest.$ac_objext conftest$ac_exeext
43312 if { (ac_try="$ac_link"
43313 case "(($ac_try" in
43314   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43315   *) ac_try_echo=$ac_try;;
43316 esac
43317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43318   (eval "$ac_link") 2>conftest.er1
43319   ac_status=$?
43320   grep -v '^ *+' conftest.er1 >conftest.err
43321   rm -f conftest.er1
43322   cat conftest.err >&5
43323   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43324   (exit $ac_status); } && {
43325          test -z "$ac_c_werror_flag" ||
43326          test ! -s conftest.err
43327        } && test -s conftest$ac_exeext &&
43328        $as_test_x conftest$ac_exeext; then
43329   ac_cv_lib_pthread_pthread_create=yes
43330 else
43331   echo "$as_me: failed program was:" >&5
43332 sed 's/^/| /' conftest.$ac_ext >&5
43333
43334         ac_cv_lib_pthread_pthread_create=no
43335 fi
43336
43337 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43338       conftest$ac_exeext conftest.$ac_ext
43339 LIBS=$ac_check_lib_save_LIBS
43340 fi
43341 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
43342 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
43343 if test $ac_cv_lib_pthread_pthread_create = yes; then
43344   PTHREAD_LIB="-lpthread"
43345 else
43346
43347        { echo "$as_me:$LINENO: checking for pthread_create in -lpthreads" >&5
43348 echo $ECHO_N "checking for pthread_create in -lpthreads... $ECHO_C" >&6; }
43349 if test "${ac_cv_lib_pthreads_pthread_create+set}" = set; then
43350   echo $ECHO_N "(cached) $ECHO_C" >&6
43351 else
43352   ac_check_lib_save_LIBS=$LIBS
43353 LIBS="-lpthreads  $LIBS"
43354 cat >conftest.$ac_ext <<_ACEOF
43355 /* confdefs.h.  */
43356 _ACEOF
43357 cat confdefs.h >>conftest.$ac_ext
43358 cat >>conftest.$ac_ext <<_ACEOF
43359 /* end confdefs.h.  */
43360
43361 /* Override any GCC internal prototype to avoid an error.
43362    Use char because int might match the return type of a GCC
43363    builtin and then its argument prototype would still apply.  */
43364 #ifdef __cplusplus
43365 extern "C"
43366 #endif
43367 char pthread_create ();
43368 int
43369 main ()
43370 {
43371 return pthread_create ();
43372   ;
43373   return 0;
43374 }
43375 _ACEOF
43376 rm -f conftest.$ac_objext conftest$ac_exeext
43377 if { (ac_try="$ac_link"
43378 case "(($ac_try" in
43379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43380   *) ac_try_echo=$ac_try;;
43381 esac
43382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43383   (eval "$ac_link") 2>conftest.er1
43384   ac_status=$?
43385   grep -v '^ *+' conftest.er1 >conftest.err
43386   rm -f conftest.er1
43387   cat conftest.err >&5
43388   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43389   (exit $ac_status); } && {
43390          test -z "$ac_c_werror_flag" ||
43391          test ! -s conftest.err
43392        } && test -s conftest$ac_exeext &&
43393        $as_test_x conftest$ac_exeext; then
43394   ac_cv_lib_pthreads_pthread_create=yes
43395 else
43396   echo "$as_me: failed program was:" >&5
43397 sed 's/^/| /' conftest.$ac_ext >&5
43398
43399         ac_cv_lib_pthreads_pthread_create=no
43400 fi
43401
43402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43403       conftest$ac_exeext conftest.$ac_ext
43404 LIBS=$ac_check_lib_save_LIBS
43405 fi
43406 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_pthread_create" >&5
43407 echo "${ECHO_T}$ac_cv_lib_pthreads_pthread_create" >&6; }
43408 if test $ac_cv_lib_pthreads_pthread_create = yes; then
43409   PTHREAD_LIB="-lpthreads"
43410 else
43411
43412               { echo "$as_me:$LINENO: checking for pthread_create in -lc_r" >&5
43413 echo $ECHO_N "checking for pthread_create in -lc_r... $ECHO_C" >&6; }
43414 if test "${ac_cv_lib_c_r_pthread_create+set}" = set; then
43415   echo $ECHO_N "(cached) $ECHO_C" >&6
43416 else
43417   ac_check_lib_save_LIBS=$LIBS
43418 LIBS="-lc_r  $LIBS"
43419 cat >conftest.$ac_ext <<_ACEOF
43420 /* confdefs.h.  */
43421 _ACEOF
43422 cat confdefs.h >>conftest.$ac_ext
43423 cat >>conftest.$ac_ext <<_ACEOF
43424 /* end confdefs.h.  */
43425
43426 /* Override any GCC internal prototype to avoid an error.
43427    Use char because int might match the return type of a GCC
43428    builtin and then its argument prototype would still apply.  */
43429 #ifdef __cplusplus
43430 extern "C"
43431 #endif
43432 char pthread_create ();
43433 int
43434 main ()
43435 {
43436 return pthread_create ();
43437   ;
43438   return 0;
43439 }
43440 _ACEOF
43441 rm -f conftest.$ac_objext conftest$ac_exeext
43442 if { (ac_try="$ac_link"
43443 case "(($ac_try" in
43444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43445   *) ac_try_echo=$ac_try;;
43446 esac
43447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43448   (eval "$ac_link") 2>conftest.er1
43449   ac_status=$?
43450   grep -v '^ *+' conftest.er1 >conftest.err
43451   rm -f conftest.er1
43452   cat conftest.err >&5
43453   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43454   (exit $ac_status); } && {
43455          test -z "$ac_c_werror_flag" ||
43456          test ! -s conftest.err
43457        } && test -s conftest$ac_exeext &&
43458        $as_test_x conftest$ac_exeext; then
43459   ac_cv_lib_c_r_pthread_create=yes
43460 else
43461   echo "$as_me: failed program was:" >&5
43462 sed 's/^/| /' conftest.$ac_ext >&5
43463
43464         ac_cv_lib_c_r_pthread_create=no
43465 fi
43466
43467 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43468       conftest$ac_exeext conftest.$ac_ext
43469 LIBS=$ac_check_lib_save_LIBS
43470 fi
43471 { echo "$as_me:$LINENO: result: $ac_cv_lib_c_r_pthread_create" >&5
43472 echo "${ECHO_T}$ac_cv_lib_c_r_pthread_create" >&6; }
43473 if test $ac_cv_lib_c_r_pthread_create = yes; then
43474   PTHREAD_LIB="-lc_r"
43475 else
43476
43477                      { echo "$as_me:$LINENO: checking for pthread_create" >&5
43478 echo $ECHO_N "checking for pthread_create... $ECHO_C" >&6; }
43479 if test "${ac_cv_func_pthread_create+set}" = set; then
43480   echo $ECHO_N "(cached) $ECHO_C" >&6
43481 else
43482   cat >conftest.$ac_ext <<_ACEOF
43483 /* confdefs.h.  */
43484 _ACEOF
43485 cat confdefs.h >>conftest.$ac_ext
43486 cat >>conftest.$ac_ext <<_ACEOF
43487 /* end confdefs.h.  */
43488 /* Define pthread_create to an innocuous variant, in case <limits.h> declares pthread_create.
43489    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
43490 #define pthread_create innocuous_pthread_create
43491
43492 /* System header to define __stub macros and hopefully few prototypes,
43493     which can conflict with char pthread_create (); below.
43494     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43495     <limits.h> exists even on freestanding compilers.  */
43496
43497 #ifdef __STDC__
43498 # include <limits.h>
43499 #else
43500 # include <assert.h>
43501 #endif
43502
43503 #undef pthread_create
43504
43505 /* Override any GCC internal prototype to avoid an error.
43506    Use char because int might match the return type of a GCC
43507    builtin and then its argument prototype would still apply.  */
43508 #ifdef __cplusplus
43509 extern "C"
43510 #endif
43511 char pthread_create ();
43512 /* The GNU C library defines this for functions which it implements
43513     to always fail with ENOSYS.  Some functions are actually named
43514     something starting with __ and the normal name is an alias.  */
43515 #if defined __stub_pthread_create || defined __stub___pthread_create
43516 choke me
43517 #endif
43518
43519 int
43520 main ()
43521 {
43522 return pthread_create ();
43523   ;
43524   return 0;
43525 }
43526 _ACEOF
43527 rm -f conftest.$ac_objext conftest$ac_exeext
43528 if { (ac_try="$ac_link"
43529 case "(($ac_try" in
43530   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43531   *) ac_try_echo=$ac_try;;
43532 esac
43533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43534   (eval "$ac_link") 2>conftest.er1
43535   ac_status=$?
43536   grep -v '^ *+' conftest.er1 >conftest.err
43537   rm -f conftest.er1
43538   cat conftest.err >&5
43539   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43540   (exit $ac_status); } && {
43541          test -z "$ac_c_werror_flag" ||
43542          test ! -s conftest.err
43543        } && test -s conftest$ac_exeext &&
43544        $as_test_x conftest$ac_exeext; then
43545   ac_cv_func_pthread_create=yes
43546 else
43547   echo "$as_me: failed program was:" >&5
43548 sed 's/^/| /' conftest.$ac_ext >&5
43549
43550         ac_cv_func_pthread_create=no
43551 fi
43552
43553 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43554       conftest$ac_exeext conftest.$ac_ext
43555 fi
43556 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_create" >&5
43557 echo "${ECHO_T}$ac_cv_func_pthread_create" >&6; }
43558
43559
43560
43561 fi
43562
43563
43564
43565 fi
43566
43567
43568
43569 fi
43570
43571
43572
43573
43574 for ac_header in sys/prctl.h sys/capability.h
43575 do
43576 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
43577 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
43578   { echo "$as_me:$LINENO: checking for $ac_header" >&5
43579 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
43580 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
43581   echo $ECHO_N "(cached) $ECHO_C" >&6
43582 fi
43583 ac_res=`eval echo '${'$as_ac_Header'}'`
43584                { echo "$as_me:$LINENO: result: $ac_res" >&5
43585 echo "${ECHO_T}$ac_res" >&6; }
43586 else
43587   # Is the header compilable?
43588 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
43589 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
43590 cat >conftest.$ac_ext <<_ACEOF
43591 /* confdefs.h.  */
43592 _ACEOF
43593 cat confdefs.h >>conftest.$ac_ext
43594 cat >>conftest.$ac_ext <<_ACEOF
43595 /* end confdefs.h.  */
43596 $ac_includes_default
43597 #include <$ac_header>
43598 _ACEOF
43599 rm -f conftest.$ac_objext
43600 if { (ac_try="$ac_compile"
43601 case "(($ac_try" in
43602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43603   *) ac_try_echo=$ac_try;;
43604 esac
43605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43606   (eval "$ac_compile") 2>conftest.er1
43607   ac_status=$?
43608   grep -v '^ *+' conftest.er1 >conftest.err
43609   rm -f conftest.er1
43610   cat conftest.err >&5
43611   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43612   (exit $ac_status); } && {
43613          test -z "$ac_c_werror_flag" ||
43614          test ! -s conftest.err
43615        } && test -s conftest.$ac_objext; then
43616   ac_header_compiler=yes
43617 else
43618   echo "$as_me: failed program was:" >&5
43619 sed 's/^/| /' conftest.$ac_ext >&5
43620
43621         ac_header_compiler=no
43622 fi
43623
43624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43625 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
43626 echo "${ECHO_T}$ac_header_compiler" >&6; }
43627
43628 # Is the header present?
43629 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
43630 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
43631 cat >conftest.$ac_ext <<_ACEOF
43632 /* confdefs.h.  */
43633 _ACEOF
43634 cat confdefs.h >>conftest.$ac_ext
43635 cat >>conftest.$ac_ext <<_ACEOF
43636 /* end confdefs.h.  */
43637 #include <$ac_header>
43638 _ACEOF
43639 if { (ac_try="$ac_cpp conftest.$ac_ext"
43640 case "(($ac_try" in
43641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43642   *) ac_try_echo=$ac_try;;
43643 esac
43644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43645   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
43646   ac_status=$?
43647   grep -v '^ *+' conftest.er1 >conftest.err
43648   rm -f conftest.er1
43649   cat conftest.err >&5
43650   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43651   (exit $ac_status); } >/dev/null && {
43652          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
43653          test ! -s conftest.err
43654        }; then
43655   ac_header_preproc=yes
43656 else
43657   echo "$as_me: failed program was:" >&5
43658 sed 's/^/| /' conftest.$ac_ext >&5
43659
43660   ac_header_preproc=no
43661 fi
43662
43663 rm -f conftest.err conftest.$ac_ext
43664 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
43665 echo "${ECHO_T}$ac_header_preproc" >&6; }
43666
43667 # So?  What about this header?
43668 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
43669   yes:no: )
43670     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
43671 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
43672     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
43673 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
43674     ac_header_preproc=yes
43675     ;;
43676   no:yes:* )
43677     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
43678 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
43679     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
43680 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
43681     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
43682 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
43683     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
43684 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
43685     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
43686 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
43687     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
43688 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
43689
43690     ;;
43691 esac
43692 { echo "$as_me:$LINENO: checking for $ac_header" >&5
43693 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
43694 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
43695   echo $ECHO_N "(cached) $ECHO_C" >&6
43696 else
43697   eval "$as_ac_Header=\$ac_header_preproc"
43698 fi
43699 ac_res=`eval echo '${'$as_ac_Header'}'`
43700                { echo "$as_me:$LINENO: result: $ac_res" >&5
43701 echo "${ECHO_T}$ac_res" >&6; }
43702
43703 fi
43704 if test `eval echo '${'$as_ac_Header'}'` = yes; then
43705   cat >>confdefs.h <<_ACEOF
43706 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
43707 _ACEOF
43708
43709 fi
43710
43711 done
43712
43713
43714
43715 for ac_func in prctl setreuid
43716 do
43717 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43718 { echo "$as_me:$LINENO: checking for $ac_func" >&5
43719 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
43720 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
43721   echo $ECHO_N "(cached) $ECHO_C" >&6
43722 else
43723   cat >conftest.$ac_ext <<_ACEOF
43724 /* confdefs.h.  */
43725 _ACEOF
43726 cat confdefs.h >>conftest.$ac_ext
43727 cat >>conftest.$ac_ext <<_ACEOF
43728 /* end confdefs.h.  */
43729 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43730    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
43731 #define $ac_func innocuous_$ac_func
43732
43733 /* System header to define __stub macros and hopefully few prototypes,
43734     which can conflict with char $ac_func (); below.
43735     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43736     <limits.h> exists even on freestanding compilers.  */
43737
43738 #ifdef __STDC__
43739 # include <limits.h>
43740 #else
43741 # include <assert.h>
43742 #endif
43743
43744 #undef $ac_func
43745
43746 /* Override any GCC internal prototype to avoid an error.
43747    Use char because int might match the return type of a GCC
43748    builtin and then its argument prototype would still apply.  */
43749 #ifdef __cplusplus
43750 extern "C"
43751 #endif
43752 char $ac_func ();
43753 /* The GNU C library defines this for functions which it implements
43754     to always fail with ENOSYS.  Some functions are actually named
43755     something starting with __ and the normal name is an alias.  */
43756 #if defined __stub_$ac_func || defined __stub___$ac_func
43757 choke me
43758 #endif
43759
43760 int
43761 main ()
43762 {
43763 return $ac_func ();
43764   ;
43765   return 0;
43766 }
43767 _ACEOF
43768 rm -f conftest.$ac_objext conftest$ac_exeext
43769 if { (ac_try="$ac_link"
43770 case "(($ac_try" in
43771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43772   *) ac_try_echo=$ac_try;;
43773 esac
43774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43775   (eval "$ac_link") 2>conftest.er1
43776   ac_status=$?
43777   grep -v '^ *+' conftest.er1 >conftest.err
43778   rm -f conftest.er1
43779   cat conftest.err >&5
43780   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43781   (exit $ac_status); } && {
43782          test -z "$ac_c_werror_flag" ||
43783          test ! -s conftest.err
43784        } && test -s conftest$ac_exeext &&
43785        $as_test_x conftest$ac_exeext; then
43786   eval "$as_ac_var=yes"
43787 else
43788   echo "$as_me: failed program was:" >&5
43789 sed 's/^/| /' conftest.$ac_ext >&5
43790
43791         eval "$as_ac_var=no"
43792 fi
43793
43794 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43795       conftest$ac_exeext conftest.$ac_ext
43796 fi
43797 ac_res=`eval echo '${'$as_ac_var'}'`
43798                { echo "$as_me:$LINENO: result: $ac_res" >&5
43799 echo "${ECHO_T}$ac_res" >&6; }
43800 if test `eval echo '${'$as_ac_var'}'` = yes; then
43801   cat >>confdefs.h <<_ACEOF
43802 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43803 _ACEOF
43804
43805 fi
43806 done
43807
43808 { echo "$as_me:$LINENO: checking for cap_set_proc in -lcap" >&5
43809 echo $ECHO_N "checking for cap_set_proc in -lcap... $ECHO_C" >&6; }
43810 if test "${ac_cv_lib_cap_cap_set_proc+set}" = set; then
43811   echo $ECHO_N "(cached) $ECHO_C" >&6
43812 else
43813   ac_check_lib_save_LIBS=$LIBS
43814 LIBS="-lcap  $LIBS"
43815 cat >conftest.$ac_ext <<_ACEOF
43816 /* confdefs.h.  */
43817 _ACEOF
43818 cat confdefs.h >>conftest.$ac_ext
43819 cat >>conftest.$ac_ext <<_ACEOF
43820 /* end confdefs.h.  */
43821
43822 /* Override any GCC internal prototype to avoid an error.
43823    Use char because int might match the return type of a GCC
43824    builtin and then its argument prototype would still apply.  */
43825 #ifdef __cplusplus
43826 extern "C"
43827 #endif
43828 char cap_set_proc ();
43829 int
43830 main ()
43831 {
43832 return cap_set_proc ();
43833   ;
43834   return 0;
43835 }
43836 _ACEOF
43837 rm -f conftest.$ac_objext conftest$ac_exeext
43838 if { (ac_try="$ac_link"
43839 case "(($ac_try" in
43840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43841   *) ac_try_echo=$ac_try;;
43842 esac
43843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43844   (eval "$ac_link") 2>conftest.er1
43845   ac_status=$?
43846   grep -v '^ *+' conftest.er1 >conftest.err
43847   rm -f conftest.er1
43848   cat conftest.err >&5
43849   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43850   (exit $ac_status); } && {
43851          test -z "$ac_c_werror_flag" ||
43852          test ! -s conftest.err
43853        } && test -s conftest$ac_exeext &&
43854        $as_test_x conftest$ac_exeext; then
43855   ac_cv_lib_cap_cap_set_proc=yes
43856 else
43857   echo "$as_me: failed program was:" >&5
43858 sed 's/^/| /' conftest.$ac_ext >&5
43859
43860         ac_cv_lib_cap_cap_set_proc=no
43861 fi
43862
43863 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43864       conftest$ac_exeext conftest.$ac_ext
43865 LIBS=$ac_check_lib_save_LIBS
43866 fi
43867 { echo "$as_me:$LINENO: result: $ac_cv_lib_cap_cap_set_proc" >&5
43868 echo "${ECHO_T}$ac_cv_lib_cap_cap_set_proc" >&6; }
43869 if test $ac_cv_lib_cap_cap_set_proc = yes; then
43870   CAP_LIBS="-lcap"
43871 else
43872   CAP_LIBS=
43873 fi
43874
43875 if test x$CAP_LIBS = x-lcap; then
43876
43877 cat >>confdefs.h <<\_ACEOF
43878 #define HAVE_LIBCAP 1
43879 _ACEOF
43880
43881 fi
43882
43883
43884
43885 cat >>confdefs.h <<\_ACEOF
43886 #define FDLIBS 1
43887 _ACEOF
43888
43889
43890 CFLAGS=${CFLAGS--O}
43891
43892 if test x$have_gcc = xyes ; then
43893    CPPFLAGS="$CPPFLAGS -fno-strict-aliasing -fno-exceptions -fno-rtti"
43894    CFLAGS="$CFLAGS -fno-strict-aliasing -fno-exceptions -fno-rtti"
43895 fi
43896 LDFLAGS=${LDFLAGS--O}
43897 DB_LIBS="${SQL_LFLAGS}"
43898 CPPFLAGS="$CPPFLAGS"
43899 CFLAGS="$CFLAGS"
43900
43901
43902
43903
43904
43905
43906
43907
43908
43909
43910
43911
43912
43913
43914
43915
43916 OBJLIST=
43917
43918
43919 lld="lld"
43920 llu="llu"
43921
43922 WCFLAGS=
43923 WLDFLAGS=
43924
43925 PFILES="platforms/Makefile"
43926 PSCMD="ps -e"
43927 WIN32=
43928 MACOSX=
43929
43930 hostname=`uname -n | cut -d '.' -f 1`
43931 if test x${hostname} = x ; then
43932    hostname="localhost"
43933 fi
43934 ping -c 1 $hostname 2>/dev/null 1>/dev/null
43935 if test ! $? = 0; then
43936   hostname="localhost"
43937 fi
43938
43939 case "$DISTNAME" in
43940 aix)
43941    DISTVER=`uname -r`
43942    PSCMD="ps -e -o pid,comm"
43943    PFILES="${PFILES} \
43944       platforms/aix/Makefile"
43945    TAPEDRIVE="/dev/rmt0.1"
43946   ;;
43947 alpha)
43948    DISTVER=`uname -r`
43949    PTHREAD_LIB="-lpthread -lexc"
43950    if test "${CC}" = "gcc" ; then
43951       lld="lld"
43952       llu="llu"
43953    else
43954       lld="ld"
43955       llu="lu"
43956    fi
43957    TAPEDRIVE="/dev/nrmt0"
43958   ;;
43959 bsdi)
43960    DISTVER=`uname -a |awk '{print $3}'`
43961    TAPEDRIVE="/dev/nrmt0"
43962    PTHREAD_LIB="-pthread"
43963    CFLAGS="${CFLAGS} -pthread"
43964    PSCMD="ps -ax -o pid,command"
43965    lld="qd"
43966    llu="qu"
43967    PFILES="${PFILES} \
43968        platforms/bsdi/Makefile \
43969        platforms/bsdi/bacula-fd \
43970        platforms/bsdi/bacula-sd \
43971        platforms/bsdi/bacula-dir"
43972    largefile_support="yes"
43973   ;;
43974 cygwin)
43975    DISTVER=`uname -a |awk '{print $3}'`
43976    TAPEDRIVE="/dev/nrst0"
43977    WIN32=win32
43978    WCFLAGS="-mwindows"
43979    WLDFLAGS="-mwindows"
43980   ;;
43981 darwin)
43982    DISTVER=`uname -r`
43983    TAPEDRIVE="/dev/nst0"
43984    PSCMD="ps -e -o pid,command"
43985    MACOSX=macosx
43986    PFILES="${PFILES} \
43987       platforms/darwin/Makefile"
43988   ;;
43989 osx)
43990    DISTVER=`uname -r`
43991    TAPEDRIVE="/dev/nst0"
43992    PSCMD="ps -e -o pid,command"
43993    MACOSX=macosx
43994    PFILES="${PFILES} \
43995       platforms/osx/Makefile"
43996   ;;
43997 debian)
43998    if `test -f /etc/apt/sources.list && grep -q ubuntu /etc/apt/sources.list`; then
43999       DISTNAME="ubuntu"
44000    fi
44001    DISTVER=`cat /etc/debian_version`
44002    if test -f /etc/lsb-release ; then
44003       . /etc/lsb-release
44004       if test "x$DISTRIB_ID" != "x" ; then
44005          DISTNAME=$DISTRIB_ID
44006       fi
44007       if test "x$DISTRIB_RELEASE" != "x" ; then
44008          DISTVER=$DISTRIB_RELEASE
44009       fi
44010    fi
44011    if test "$DISTNAME" = "Ubuntu" ; then
44012       DISTNAME="ubuntu"
44013    fi
44014    TAPEDRIVE="/dev/nst0"
44015    PSCMD="ps -e -o pid,command"
44016    if test "$DISTNAME" = "ubuntu" ; then
44017       PFILES="${PFILES} \
44018          platforms/ubuntu/Makefile \
44019          platforms/ubuntu/bacula-fd \
44020          platforms/ubuntu/bacula-sd \
44021          platforms/ubuntu/bacula-dir"
44022    else
44023       PFILES="${PFILES} \
44024          platforms/debian/Makefile \
44025          platforms/debian/bacula-fd \
44026          platforms/debian/bacula-sd \
44027          platforms/debian/bacula-dir"
44028    fi
44029   ;;
44030 freebsd)
44031    DISTVER=`uname -a |awk '{print $3}'`
44032    VER=`echo $DISTVER | cut -c 1`
44033    if test x$VER = x4 ; then
44034       PTHREAD_LIB="${PTHREAD_LIBS:--pthread}"
44035       CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS:--pthread}"
44036    fi
44037    lld="qd"
44038    llu="qu"
44039    TAPEDRIVE="/dev/nrsa0"
44040    PSCMD="ps -ax -o pid,command"
44041    PFILES="${PFILES} \
44042        platforms/freebsd/Makefile \
44043        platforms/freebsd/bacula-fd \
44044        platforms/freebsd/bacula-sd \
44045        platforms/freebsd/bacula-dir"
44046    largefile_support="yes"
44047   ;;
44048 hpux)
44049    PSCMD="UNIX95=1; ps -e -o pid,comm"
44050    CFLAGS="${CFLAGS} -D_XOPEN_SOURCE_EXTENDED=1"
44051    DISTVER=`uname -r`
44052    TAPEDRIVE="/dev/rmt/0hnb"
44053    PTHREAD_LIB="-lpthread"
44054    cat >>confdefs.h <<\_ACEOF
44055 #define _INCLUDE_LONGLONG 1
44056 _ACEOF
44057
44058   ;;
44059 irix)
44060    DISTVER=`uname -r`
44061    TAPEDRIVE="/dev/rmt/0cbn"
44062    PSCMD="ps -e -o pid,comm"
44063    PFILES="${PFILES} \
44064        platforms/irix/Makefile \
44065        platforms/irix/bacula-fd \
44066        platforms/irix/bacula-sd \
44067        platforms/irix/bacula-dir"
44068   ;;
44069 netbsd)
44070    DISTVER=`uname -a |awk '{print $3}'`
44071    lld="qd"
44072    llu="qu"
44073    TAPEDRIVE="/dev/nrst0"
44074    PSCMD="ps -ax -o pid,command"
44075    PTHREAD_LIB="-pthread"
44076    CFLAGS="${CFLAGS} -pthread"
44077   ;;
44078 openbsd)
44079    DISTVER=`uname -a |awk '{print $3}'`
44080    lld="qd"
44081    llu="qu"
44082    TAPEDRIVE="/dev/nrst0"
44083    PSCMD="ps -ax -o pid,command"
44084    PTHREAD_LIB="-pthread"
44085    CFLAGS="${CFLAGS} -pthread"
44086    PFILES="${PFILES} \
44087        platforms/openbsd/Makefile \
44088        platforms/openbsd/bacula-fd \
44089        platforms/openbsd/bacula-sd \
44090        platforms/openbsd/bacula-dir"
44091   ;;
44092 redhat)
44093    if test -f /etc/whitebox-release ; then
44094       f=/etc/whitebox-release
44095    else
44096       f=/etc/redhat-release
44097    fi
44098    if test `cat $f | grep release |\
44099          cut -f 3 -d ' '`x = "Enterprise"x ; then
44100       DISTVER="Enterprise "`cat $f | grep release |\
44101           cut -f 6 -d ' '`
44102    else
44103        DISTVER=`cat /etc/redhat-release | grep release |\
44104            cut -f 5 -d ' '`
44105    fi
44106    TAPEDRIVE="/dev/nst0"
44107    PSCMD="ps -e -o pid,command"
44108    PFILES="${PFILES} \
44109        platforms/redhat/Makefile \
44110        platforms/redhat/bacula-fd \
44111        platforms/redhat/bacula-sd \
44112        platforms/redhat/bacula-dir
44113        "
44114   ;;
44115 mandrake)
44116    DISTVER=`cat /etc/mandrake-release | grep release |\
44117       cut -f 5 -d ' '`
44118    TAPEDRIVE="/dev/nst0"
44119    PSCMD="ps -e -o pid,command"
44120    PFILES="${PFILES} \
44121        platforms/mandrake/Makefile \
44122        platforms/mandrake/bacula-fd \
44123        platforms/mandrake/bacula-sd \
44124        platforms/mandrake/bacula-dir \
44125        "
44126   ;;
44127 gentoo)
44128    DISTVER=`awk '/version / {print $5}' < /etc/gentoo-release`
44129    TAPEDRIVE="/dev/nst0"
44130    PSCMD="ps -e -o pid,command"
44131    PFILES="${PFILES} \
44132        platforms/gentoo/Makefile \
44133     platforms/gentoo/bacula-init \
44134        platforms/gentoo/bacula-fd \
44135        platforms/gentoo/bacula-sd \
44136        platforms/gentoo/bacula-dir"
44137   ;;
44138 slackware)
44139    DISTVER=`cat /etc/slackware-version`
44140    TAPEDRIVE="/dev/nst0"
44141    PSCMD="ps -e -o pid,command"
44142    PFILES="${PFILES} \
44143        platforms/slackware/Makefile \
44144        platforms/slackware/rc.bacula-fd \
44145        platforms/slackware/rc.bacula-sd \
44146        platforms/slackware/rc.bacula-dir\
44147        platforms/slackware/functions.bacula"
44148   ;;
44149 solaris)
44150    DISTVER=`uname -r`
44151    TAPEDRIVE="/dev/rmt/0cbn"
44152    PSCMD="ps -e -o pid,comm"
44153    PFILES="${PFILES} \
44154        platforms/solaris/Makefile \
44155        platforms/solaris/bacula-fd \
44156        platforms/solaris/bacula-sd \
44157        platforms/solaris/bacula-dir"
44158    if test x$DISTVER = x5.6 ; then
44159        cat >>confdefs.h <<\_ACEOF
44160 #define HAVE_OLD_SOCKOPT 1
44161 _ACEOF
44162
44163    fi
44164    LIBS="$LIBS -lresolv"
44165   ;;
44166 suse)
44167    DISTVER=`cat /etc/SuSE-release |grep VERSION|\
44168        cut -f 3 -d ' '`
44169    TAPEDRIVE="/dev/nst0"
44170    PSCMD="ps -e -o pid,command"
44171    PFILES="${PFILES} \
44172        platforms/suse/Makefile \
44173        platforms/suse/bacula-fd \
44174        platforms/suse/bacula-sd \
44175        platforms/suse/bacula-dir \
44176        platforms/suse/bacula"
44177   ;;
44178 suse5)
44179    DISTNAME=suse
44180    DISTVER=5.x
44181    TAPEDRIVE="/dev/nst0"
44182    PSCMD="ps -e -o pid,command"
44183    PFILES="${PFILES} \
44184        platforms/suse/Makefile \
44185        platforms/suse/bacula-fd \
44186        platforms/suse/bacula-sd \
44187        platforms/suse/bacula-dir"
44188   ;;
44189 unknown)
44190    DISTVER=unknown
44191    TAPEDRIVE="/dev/nst0"
44192   ;;
44193 *)
44194   echo " === Something went wrong. Unknown DISTNAME $DISTNAME ==="
44195   ;;
44196 esac
44197
44198
44199
44200 LIBS="$PTHREAD_LIB $LIBS"
44201
44202 cat >>confdefs.h <<_ACEOF
44203 #define lld "$lld"
44204 _ACEOF
44205
44206 cat >>confdefs.h <<_ACEOF
44207 #define llu "$llu"
44208 _ACEOF
44209
44210
44211
44212
44213
44214
44215
44216
44217 MCOMMON=./autoconf/Make.common
44218
44219
44220 if test "x${subsysdir}" = "x${sbindir}" ; then
44221    echo " "
44222    echo " "
44223    echo "You have set both --sbindir and --with-subsys-dir"
44224    echo "  equal to: ${subsysdir} "
44225    echo "This is not permitted. Please reconfigure."
44226    echo " "
44227    echo "Aborting configuration ..."
44228    echo " "
44229    echo " "
44230    exit 1
44231 fi
44232
44233 ac_config_files="$ac_config_files autoconf/Make.common Makefile manpages/Makefile scripts/startmysql scripts/stopmysql scripts/btraceback scripts/startit scripts/stopit scripts/bconsole scripts/gconsole scripts/bacula scripts/bacula-ctl-dir scripts/bacula-ctl-fd scripts/bacula-ctl-sd scripts/devel_bacula scripts/Makefile scripts/logrotate scripts/bacula.desktop.gnome1 scripts/bacula.desktop.gnome2 scripts/bacula.desktop.gnome1.consolehelper scripts/bacula.desktop.gnome2.consolehelper scripts/bacula.desktop.gnome1.xsu scripts/bacula.desktop.gnome2.xsu scripts/bgnome-console.console_apps scripts/mtx-changer scripts/disk-changer scripts/dvd-handler scripts/dvd-simulator scripts/bacula-tray-monitor.desktop scripts/logwatch/Makefile scripts/logwatch/logfile.bacula.conf scripts/wxconsole.console_apps scripts/wxconsole.desktop.consolehelper scripts/wxconsole.desktop.xsu scripts/bat.desktop scripts/bat.desktop.xsu scripts/bat.desktop.consolehelper scripts/bat.console_apps src/Makefile src/host.h src/console/Makefile src/console/bconsole.conf src/qt-console/bat.conf src/qt-console/bat.pro src/qt-console/bat.pro.mingw32 src/qt-console/install_conf_file src/wx-console/Makefile src/wx-console/bwx-console.conf src/tray-monitor/Makefile src/tray-monitor/tray-monitor.conf src/dird/Makefile src/dird/bacula-dir.conf src/lib/Makefile src/stored/Makefile src/stored/bacula-sd.conf src/filed/Makefile src/filed/bacula-fd.conf src/cats/Makefile src/cats/make_catalog_backup.pl src/cats/make_catalog_backup src/cats/delete_catalog_backup src/cats/create_postgresql_database src/cats/update_postgresql_tables src/cats/make_postgresql_tables src/cats/grant_postgresql_privileges src/cats/drop_postgresql_tables src/cats/drop_postgresql_database src/cats/create_mysql_database src/cats/update_mysql_tables src/cats/make_mysql_tables src/cats/grant_mysql_privileges src/cats/drop_mysql_tables src/cats/drop_mysql_database src/cats/create_sqlite3_database src/cats/update_sqlite3_tables src/cats/make_sqlite3_tables src/cats/grant_sqlite3_privileges src/cats/drop_sqlite3_tables src/cats/drop_sqlite3_database src/cats/create_ingres_database src/cats/update_ingres_tables src/cats/make_ingres_tables src/cats/grant_ingres_privileges src/cats/drop_ingres_tables src/cats/drop_ingres_database src/cats/sqlite src/cats/mysql src/cats/create_bdb_database src/cats/update_bdb_tables src/cats/make_bdb_tables src/cats/grant_bdb_privileges src/cats/drop_bdb_tables src/cats/drop_bdb_database src/cats/create_bacula_database src/cats/update_bacula_tables src/cats/grant_bacula_privileges src/cats/make_bacula_tables src/cats/drop_bacula_tables src/cats/drop_bacula_database src/findlib/Makefile src/tools/Makefile src/plugins/fd/Makefile src/plugins/sd/Makefile src/plugins/dir/Makefile src/win32/Makefile.inc po/Makefile.in updatedb/update_mysql_tables_9_to_10 updatedb/update_sqlite3_tables_9_to_10 updatedb/update_postgresql_tables_9_to_10 updatedb/update_mysql_tables_10_to_11 updatedb/update_sqlite3_tables_10_to_11 updatedb/update_postgresql_tables_10_to_11 examples/nagios/check_bacula/Makefile $PFILES"
44234
44235 ac_config_commands="$ac_config_commands default"
44236
44237 cat >confcache <<\_ACEOF
44238 # This file is a shell script that caches the results of configure
44239 # tests run on this system so they can be shared between configure
44240 # scripts and configure runs, see configure's option --config-cache.
44241 # It is not useful on other systems.  If it contains results you don't
44242 # want to keep, you may remove or edit it.
44243 #
44244 # config.status only pays attention to the cache file if you give it
44245 # the --recheck option to rerun configure.
44246 #
44247 # `ac_cv_env_foo' variables (set or unset) will be overridden when
44248 # loading this file, other *unset* `ac_cv_foo' will be assigned the
44249 # following values.
44250
44251 _ACEOF
44252
44253 # The following way of writing the cache mishandles newlines in values,
44254 # but we know of no workaround that is simple, portable, and efficient.
44255 # So, we kill variables containing newlines.
44256 # Ultrix sh set writes to stderr and can't be redirected directly,
44257 # and sets the high bit in the cache file unless we assign to the vars.
44258 (
44259   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
44260     eval ac_val=\$$ac_var
44261     case $ac_val in #(
44262     *${as_nl}*)
44263       case $ac_var in #(
44264       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
44265 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
44266       esac
44267       case $ac_var in #(
44268       _ | IFS | as_nl) ;; #(
44269       *) $as_unset $ac_var ;;
44270       esac ;;
44271     esac
44272   done
44273
44274   (set) 2>&1 |
44275     case $as_nl`(ac_space=' '; set) 2>&1` in #(
44276     *${as_nl}ac_space=\ *)
44277       # `set' does not quote correctly, so add quotes (double-quote
44278       # substitution turns \\\\ into \\, and sed turns \\ into \).
44279       sed -n \
44280         "s/'/'\\\\''/g;
44281           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
44282       ;; #(
44283     *)
44284       # `set' quotes correctly as required by POSIX, so do not add quotes.
44285       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
44286       ;;
44287     esac |
44288     sort
44289 ) |
44290   sed '
44291      /^ac_cv_env_/b end
44292      t clear
44293      :clear
44294      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
44295      t end
44296      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
44297      :end' >>confcache
44298 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
44299   if test -w "$cache_file"; then
44300     test "x$cache_file" != "x/dev/null" &&
44301       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
44302 echo "$as_me: updating cache $cache_file" >&6;}
44303     cat confcache >$cache_file
44304   else
44305     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
44306 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
44307   fi
44308 fi
44309 rm -f confcache
44310
44311 test "x$prefix" = xNONE && prefix=$ac_default_prefix
44312 # Let make expand exec_prefix.
44313 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
44314
44315 DEFS=-DHAVE_CONFIG_H
44316
44317 ac_libobjs=
44318 ac_ltlibobjs=
44319 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
44320   # 1. Remove the extension, and $U if already installed.
44321   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
44322   ac_i=`echo "$ac_i" | sed "$ac_script"`
44323   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
44324   #    will be set to the directory where LIBOBJS objects are built.
44325   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
44326   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
44327 done
44328 LIBOBJS=$ac_libobjs
44329
44330 LTLIBOBJS=$ac_ltlibobjs
44331
44332
44333
44334 : ${CONFIG_STATUS=./config.status}
44335 ac_clean_files_save=$ac_clean_files
44336 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
44337 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
44338 echo "$as_me: creating $CONFIG_STATUS" >&6;}
44339 cat >$CONFIG_STATUS <<_ACEOF
44340 #! $SHELL
44341 # Generated by $as_me.
44342 # Run this file to recreate the current configuration.
44343 # Compiler output produced by configure, useful for debugging
44344 # configure, is in config.log if it exists.
44345
44346 debug=false
44347 ac_cs_recheck=false
44348 ac_cs_silent=false
44349 SHELL=\${CONFIG_SHELL-$SHELL}
44350 _ACEOF
44351
44352 cat >>$CONFIG_STATUS <<\_ACEOF
44353 ## --------------------- ##
44354 ## M4sh Initialization.  ##
44355 ## --------------------- ##
44356
44357 # Be more Bourne compatible
44358 DUALCASE=1; export DUALCASE # for MKS sh
44359 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
44360   emulate sh
44361   NULLCMD=:
44362   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
44363   # is contrary to our usage.  Disable this feature.
44364   alias -g '${1+"$@"}'='"$@"'
44365   setopt NO_GLOB_SUBST
44366 else
44367   case `(set -o) 2>/dev/null` in
44368   *posix*) set -o posix ;;
44369 esac
44370
44371 fi
44372
44373
44374
44375
44376 # PATH needs CR
44377 # Avoid depending upon Character Ranges.
44378 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
44379 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
44380 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
44381 as_cr_digits='0123456789'
44382 as_cr_alnum=$as_cr_Letters$as_cr_digits
44383
44384 # The user is always right.
44385 if test "${PATH_SEPARATOR+set}" != set; then
44386   echo "#! /bin/sh" >conf$$.sh
44387   echo  "exit 0"   >>conf$$.sh
44388   chmod +x conf$$.sh
44389   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
44390     PATH_SEPARATOR=';'
44391   else
44392     PATH_SEPARATOR=:
44393   fi
44394   rm -f conf$$.sh
44395 fi
44396
44397 # Support unset when possible.
44398 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
44399   as_unset=unset
44400 else
44401   as_unset=false
44402 fi
44403
44404
44405 # IFS
44406 # We need space, tab and new line, in precisely that order.  Quoting is
44407 # there to prevent editors from complaining about space-tab.
44408 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
44409 # splitting by setting IFS to empty value.)
44410 as_nl='
44411 '
44412 IFS=" ""        $as_nl"
44413
44414 # Find who we are.  Look in the path if we contain no directory separator.
44415 case $0 in
44416   *[\\/]* ) as_myself=$0 ;;
44417   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44418 for as_dir in $PATH
44419 do
44420   IFS=$as_save_IFS
44421   test -z "$as_dir" && as_dir=.
44422   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
44423 done
44424 IFS=$as_save_IFS
44425
44426      ;;
44427 esac
44428 # We did not find ourselves, most probably we were run as `sh COMMAND'
44429 # in which case we are not to be found in the path.
44430 if test "x$as_myself" = x; then
44431   as_myself=$0
44432 fi
44433 if test ! -f "$as_myself"; then
44434   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
44435   { (exit 1); exit 1; }
44436 fi
44437
44438 # Work around bugs in pre-3.0 UWIN ksh.
44439 for as_var in ENV MAIL MAILPATH
44440 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
44441 done
44442 PS1='$ '
44443 PS2='> '
44444 PS4='+ '
44445
44446 # NLS nuisances.
44447 for as_var in \
44448   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44449   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44450   LC_TELEPHONE LC_TIME
44451 do
44452   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
44453     eval $as_var=C; export $as_var
44454   else
44455     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
44456   fi
44457 done
44458
44459 # Required to use basename.
44460 if expr a : '\(a\)' >/dev/null 2>&1 &&
44461    test "X`expr 00001 : '.*\(...\)'`" = X001; then
44462   as_expr=expr
44463 else
44464   as_expr=false
44465 fi
44466
44467 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
44468   as_basename=basename
44469 else
44470   as_basename=false
44471 fi
44472
44473
44474 # Name of the executable.
44475 as_me=`$as_basename -- "$0" ||
44476 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
44477          X"$0" : 'X\(//\)$' \| \
44478          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
44479 echo X/"$0" |
44480     sed '/^.*\/\([^/][^/]*\)\/*$/{
44481             s//\1/
44482             q
44483           }
44484           /^X\/\(\/\/\)$/{
44485             s//\1/
44486             q
44487           }
44488           /^X\/\(\/\).*/{
44489             s//\1/
44490             q
44491           }
44492           s/.*/./; q'`
44493
44494 # CDPATH.
44495 $as_unset CDPATH
44496
44497
44498
44499   as_lineno_1=$LINENO
44500   as_lineno_2=$LINENO
44501   test "x$as_lineno_1" != "x$as_lineno_2" &&
44502   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
44503
44504   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
44505   # uniformly replaced by the line number.  The first 'sed' inserts a
44506   # line-number line after each line using $LINENO; the second 'sed'
44507   # does the real work.  The second script uses 'N' to pair each
44508   # line-number line with the line containing $LINENO, and appends
44509   # trailing '-' during substitution so that $LINENO is not a special
44510   # case at line end.
44511   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
44512   # scripts with optimization help from Paolo Bonzini.  Blame Lee
44513   # E. McMahon (1931-1989) for sed's syntax.  :-)
44514   sed -n '
44515     p
44516     /[$]LINENO/=
44517   ' <$as_myself |
44518     sed '
44519       s/[$]LINENO.*/&-/
44520       t lineno
44521       b
44522       :lineno
44523       N
44524       :loop
44525       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
44526       t loop
44527       s/-\n.*//
44528     ' >$as_me.lineno &&
44529   chmod +x "$as_me.lineno" ||
44530     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
44531    { (exit 1); exit 1; }; }
44532
44533   # Don't try to exec as it changes $[0], causing all sort of problems
44534   # (the dirname of $[0] is not the place where we might find the
44535   # original and so on.  Autoconf is especially sensitive to this).
44536   . "./$as_me.lineno"
44537   # Exit status is that of the last command.
44538   exit
44539 }
44540
44541
44542 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
44543   as_dirname=dirname
44544 else
44545   as_dirname=false
44546 fi
44547
44548 ECHO_C= ECHO_N= ECHO_T=
44549 case `echo -n x` in
44550 -n*)
44551   case `echo 'x\c'` in
44552   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
44553   *)   ECHO_C='\c';;
44554   esac;;
44555 *)
44556   ECHO_N='-n';;
44557 esac
44558
44559 if expr a : '\(a\)' >/dev/null 2>&1 &&
44560    test "X`expr 00001 : '.*\(...\)'`" = X001; then
44561   as_expr=expr
44562 else
44563   as_expr=false
44564 fi
44565
44566 rm -f conf$$ conf$$.exe conf$$.file
44567 if test -d conf$$.dir; then
44568   rm -f conf$$.dir/conf$$.file
44569 else
44570   rm -f conf$$.dir
44571   mkdir conf$$.dir
44572 fi
44573 echo >conf$$.file
44574 if ln -s conf$$.file conf$$ 2>/dev/null; then
44575   as_ln_s='ln -s'
44576   # ... but there are two gotchas:
44577   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
44578   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
44579   # In both cases, we have to default to `cp -p'.
44580   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
44581     as_ln_s='cp -p'
44582 elif ln conf$$.file conf$$ 2>/dev/null; then
44583   as_ln_s=ln
44584 else
44585   as_ln_s='cp -p'
44586 fi
44587 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
44588 rmdir conf$$.dir 2>/dev/null
44589
44590 if mkdir -p . 2>/dev/null; then
44591   as_mkdir_p=:
44592 else
44593   test -d ./-p && rmdir ./-p
44594   as_mkdir_p=false
44595 fi
44596
44597 if test -x / >/dev/null 2>&1; then
44598   as_test_x='test -x'
44599 else
44600   if ls -dL / >/dev/null 2>&1; then
44601     as_ls_L_option=L
44602   else
44603     as_ls_L_option=
44604   fi
44605   as_test_x='
44606     eval sh -c '\''
44607       if test -d "$1"; then
44608         test -d "$1/.";
44609       else
44610         case $1 in
44611         -*)set "./$1";;
44612         esac;
44613         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
44614         ???[sx]*):;;*)false;;esac;fi
44615     '\'' sh
44616   '
44617 fi
44618 as_executable_p=$as_test_x
44619
44620 # Sed expression to map a string onto a valid CPP name.
44621 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
44622
44623 # Sed expression to map a string onto a valid variable name.
44624 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
44625
44626
44627 exec 6>&1
44628
44629 # Save the log message, to keep $[0] and so on meaningful, and to
44630 # report actual input values of CONFIG_FILES etc. instead of their
44631 # values after options handling.
44632 ac_log="
44633 This file was extended by $as_me, which was
44634 generated by GNU Autoconf 2.61.  Invocation command line was
44635
44636   CONFIG_FILES    = $CONFIG_FILES
44637   CONFIG_HEADERS  = $CONFIG_HEADERS
44638   CONFIG_LINKS    = $CONFIG_LINKS
44639   CONFIG_COMMANDS = $CONFIG_COMMANDS
44640   $ $0 $@
44641
44642 on `(hostname || uname -n) 2>/dev/null | sed 1q`
44643 "
44644
44645 _ACEOF
44646
44647 cat >>$CONFIG_STATUS <<_ACEOF
44648 # Files that config.status was made for.
44649 config_files="$ac_config_files"
44650 config_headers="$ac_config_headers"
44651 config_commands="$ac_config_commands"
44652
44653 _ACEOF
44654
44655 cat >>$CONFIG_STATUS <<\_ACEOF
44656 ac_cs_usage="\
44657 \`$as_me' instantiates files from templates according to the
44658 current configuration.
44659
44660 Usage: $0 [OPTIONS] [FILE]...
44661
44662   -h, --help       print this help, then exit
44663   -V, --version    print version number and configuration settings, then exit
44664   -q, --quiet      do not print progress messages
44665   -d, --debug      don't remove temporary files
44666       --recheck    update $as_me by reconfiguring in the same conditions
44667   --file=FILE[:TEMPLATE]
44668                    instantiate the configuration file FILE
44669   --header=FILE[:TEMPLATE]
44670                    instantiate the configuration header FILE
44671
44672 Configuration files:
44673 $config_files
44674
44675 Configuration headers:
44676 $config_headers
44677
44678 Configuration commands:
44679 $config_commands
44680
44681 Report bugs to <bug-autoconf@gnu.org>."
44682
44683 _ACEOF
44684 cat >>$CONFIG_STATUS <<_ACEOF
44685 ac_cs_version="\\
44686 config.status
44687 configured by $0, generated by GNU Autoconf 2.61,
44688   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
44689
44690 Copyright (C) 2006 Free Software Foundation, Inc.
44691 This config.status script is free software; the Free Software Foundation
44692 gives unlimited permission to copy, distribute and modify it."
44693
44694 ac_pwd='$ac_pwd'
44695 srcdir='$srcdir'
44696 INSTALL='$INSTALL'
44697 _ACEOF
44698
44699 cat >>$CONFIG_STATUS <<\_ACEOF
44700 # If no file are specified by the user, then we need to provide default
44701 # value.  By we need to know if files were specified by the user.
44702 ac_need_defaults=:
44703 while test $# != 0
44704 do
44705   case $1 in
44706   --*=*)
44707     ac_option=`expr "X$1" : 'X\([^=]*\)='`
44708     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
44709     ac_shift=:
44710     ;;
44711   *)
44712     ac_option=$1
44713     ac_optarg=$2
44714     ac_shift=shift
44715     ;;
44716   esac
44717
44718   case $ac_option in
44719   # Handling of the options.
44720   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
44721     ac_cs_recheck=: ;;
44722   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
44723     echo "$ac_cs_version"; exit ;;
44724   --debug | --debu | --deb | --de | --d | -d )
44725     debug=: ;;
44726   --file | --fil | --fi | --f )
44727     $ac_shift
44728     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
44729     ac_need_defaults=false;;
44730   --header | --heade | --head | --hea )
44731     $ac_shift
44732     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
44733     ac_need_defaults=false;;
44734   --he | --h)
44735     # Conflict between --help and --header
44736     { echo "$as_me: error: ambiguous option: $1
44737 Try \`$0 --help' for more information." >&2
44738    { (exit 1); exit 1; }; };;
44739   --help | --hel | -h )
44740     echo "$ac_cs_usage"; exit ;;
44741   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
44742   | -silent | --silent | --silen | --sile | --sil | --si | --s)
44743     ac_cs_silent=: ;;
44744
44745   # This is an error.
44746   -*) { echo "$as_me: error: unrecognized option: $1
44747 Try \`$0 --help' for more information." >&2
44748    { (exit 1); exit 1; }; } ;;
44749
44750   *) ac_config_targets="$ac_config_targets $1"
44751      ac_need_defaults=false ;;
44752
44753   esac
44754   shift
44755 done
44756
44757 ac_configure_extra_args=
44758
44759 if $ac_cs_silent; then
44760   exec 6>/dev/null
44761   ac_configure_extra_args="$ac_configure_extra_args --silent"
44762 fi
44763
44764 _ACEOF
44765 cat >>$CONFIG_STATUS <<_ACEOF
44766 if \$ac_cs_recheck; then
44767   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
44768   CONFIG_SHELL=$SHELL
44769   export CONFIG_SHELL
44770   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
44771 fi
44772
44773 _ACEOF
44774 cat >>$CONFIG_STATUS <<\_ACEOF
44775 exec 5>>config.log
44776 {
44777   echo
44778   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
44779 ## Running $as_me. ##
44780 _ASBOX
44781   echo "$ac_log"
44782 } >&5
44783
44784 _ACEOF
44785 cat >>$CONFIG_STATUS <<_ACEOF
44786 #
44787 # INIT-COMMANDS
44788 #
44789
44790
44791 # The HP-UX ksh and POSIX shell print the target directory to stdout
44792 # if CDPATH is set.
44793 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
44794
44795 sed_quote_subst='$sed_quote_subst'
44796 double_quote_subst='$double_quote_subst'
44797 delay_variable_subst='$delay_variable_subst'
44798 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
44799 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
44800 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
44801 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
44802 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
44803 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
44804 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
44805 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
44806 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
44807 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
44808 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
44809 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
44810 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
44811 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
44812 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
44813 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
44814 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
44815 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
44816 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
44817 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
44818 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
44819 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
44820 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
44821 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
44822 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
44823 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
44824 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
44825 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
44826 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
44827 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
44828 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
44829 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
44830 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
44831 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
44832 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
44833 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
44834 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
44835 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
44836 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
44837 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
44838 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
44839 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
44840 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
44841 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
44842 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"`'
44843 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"`'
44844 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
44845 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
44846 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
44847 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
44848 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
44849 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
44850 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
44851 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
44852 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
44853 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
44854 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
44855 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
44856 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
44857 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
44858 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
44859 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
44860 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
44861 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
44862 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
44863 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
44864 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
44865 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
44866 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
44867 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
44868 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
44869 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
44870 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
44871 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
44872 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
44873 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
44874 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
44875 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
44876 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
44877 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
44878 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
44879 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
44880 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
44881 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
44882 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
44883 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
44884 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
44885 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
44886 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
44887 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
44888 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
44889 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
44890 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
44891 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
44892 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
44893 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
44894 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
44895 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
44896 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
44897 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
44898 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
44899 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
44900 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
44901 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
44902 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
44903 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
44904 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
44905 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
44906 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
44907 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
44908 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
44909 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
44910 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
44911 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
44912 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
44913 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
44914 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
44915 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
44916 compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`'
44917 predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`'
44918 postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`'
44919 predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`'
44920 postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`'
44921 compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`'
44922 LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44923 old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44924 compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44925 GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44926 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44927 lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44928 lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44929 lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44930 lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44931 archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44932 enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44933 export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44934 whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44935 compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44936 old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44937 old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44938 archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44939 archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44940 module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44941 module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44942 with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44943 allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44944 no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44945 hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44946 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44947 hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44948 hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44949 hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44950 hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44951 hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44952 hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44953 inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44954 link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44955 fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44956 always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44957 export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44958 exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44959 include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44960 prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44961 file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44962 hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44963 compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44964 predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44965 postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44966 predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44967 postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44968 compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
44969
44970 LTCC='$LTCC'
44971 LTCFLAGS='$LTCFLAGS'
44972 compiler='$compiler_DEFAULT'
44973
44974 # Quote evaled strings.
44975 for var in SED \
44976 GREP \
44977 EGREP \
44978 FGREP \
44979 LD \
44980 NM \
44981 LN_S \
44982 lt_SP2NL \
44983 lt_NL2SP \
44984 reload_flag \
44985 OBJDUMP \
44986 deplibs_check_method \
44987 file_magic_cmd \
44988 AR \
44989 AR_FLAGS \
44990 STRIP \
44991 RANLIB \
44992 CC \
44993 CFLAGS \
44994 compiler \
44995 lt_cv_sys_global_symbol_pipe \
44996 lt_cv_sys_global_symbol_to_cdecl \
44997 lt_cv_sys_global_symbol_to_c_name_address \
44998 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
44999 SHELL \
45000 ECHO \
45001 lt_prog_compiler_no_builtin_flag \
45002 lt_prog_compiler_wl \
45003 lt_prog_compiler_pic \
45004 lt_prog_compiler_static \
45005 lt_cv_prog_compiler_c_o \
45006 need_locks \
45007 DSYMUTIL \
45008 NMEDIT \
45009 LIPO \
45010 OTOOL \
45011 OTOOL64 \
45012 shrext_cmds \
45013 export_dynamic_flag_spec \
45014 whole_archive_flag_spec \
45015 compiler_needs_object \
45016 with_gnu_ld \
45017 allow_undefined_flag \
45018 no_undefined_flag \
45019 hardcode_libdir_flag_spec \
45020 hardcode_libdir_flag_spec_ld \
45021 hardcode_libdir_separator \
45022 fix_srcfile_path \
45023 exclude_expsyms \
45024 include_expsyms \
45025 file_list_spec \
45026 variables_saved_for_relink \
45027 libname_spec \
45028 library_names_spec \
45029 soname_spec \
45030 finish_eval \
45031 old_striplib \
45032 striplib \
45033 compiler_lib_search_dirs \
45034 predep_objects \
45035 postdep_objects \
45036 predeps \
45037 postdeps \
45038 compiler_lib_search_path \
45039 LD_CXX \
45040 compiler_CXX \
45041 lt_prog_compiler_no_builtin_flag_CXX \
45042 lt_prog_compiler_wl_CXX \
45043 lt_prog_compiler_pic_CXX \
45044 lt_prog_compiler_static_CXX \
45045 lt_cv_prog_compiler_c_o_CXX \
45046 export_dynamic_flag_spec_CXX \
45047 whole_archive_flag_spec_CXX \
45048 compiler_needs_object_CXX \
45049 with_gnu_ld_CXX \
45050 allow_undefined_flag_CXX \
45051 no_undefined_flag_CXX \
45052 hardcode_libdir_flag_spec_CXX \
45053 hardcode_libdir_flag_spec_ld_CXX \
45054 hardcode_libdir_separator_CXX \
45055 fix_srcfile_path_CXX \
45056 exclude_expsyms_CXX \
45057 include_expsyms_CXX \
45058 file_list_spec_CXX \
45059 compiler_lib_search_dirs_CXX \
45060 predep_objects_CXX \
45061 postdep_objects_CXX \
45062 predeps_CXX \
45063 postdeps_CXX \
45064 compiler_lib_search_path_CXX; do
45065     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
45066     *[\\\\\\\`\\"\\\$]*)
45067       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
45068       ;;
45069     *)
45070       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
45071       ;;
45072     esac
45073 done
45074
45075 # Double-quote double-evaled strings.
45076 for var in reload_cmds \
45077 old_postinstall_cmds \
45078 old_postuninstall_cmds \
45079 old_archive_cmds \
45080 extract_expsyms_cmds \
45081 old_archive_from_new_cmds \
45082 old_archive_from_expsyms_cmds \
45083 archive_cmds \
45084 archive_expsym_cmds \
45085 module_cmds \
45086 module_expsym_cmds \
45087 export_symbols_cmds \
45088 prelink_cmds \
45089 postinstall_cmds \
45090 postuninstall_cmds \
45091 finish_cmds \
45092 sys_lib_search_path_spec \
45093 sys_lib_dlsearch_path_spec \
45094 old_archive_cmds_CXX \
45095 old_archive_from_new_cmds_CXX \
45096 old_archive_from_expsyms_cmds_CXX \
45097 archive_cmds_CXX \
45098 archive_expsym_cmds_CXX \
45099 module_cmds_CXX \
45100 module_expsym_cmds_CXX \
45101 export_symbols_cmds_CXX \
45102 prelink_cmds_CXX; do
45103     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
45104     *[\\\\\\\`\\"\\\$]*)
45105       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
45106       ;;
45107     *)
45108       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
45109       ;;
45110     esac
45111 done
45112
45113 # Fix-up fallback echo if it was mangled by the above quoting rules.
45114 case \$lt_ECHO in
45115 *'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
45116   ;;
45117 esac
45118
45119 ac_aux_dir='$ac_aux_dir'
45120 xsi_shell='$xsi_shell'
45121 lt_shell_append='$lt_shell_append'
45122
45123 # See if we are running on zsh, and set the options which allow our
45124 # commands through without removal of \ escapes INIT.
45125 if test -n "\${ZSH_VERSION+set}" ; then
45126    setopt NO_GLOB_SUBST
45127 fi
45128
45129
45130     PACKAGE='$PACKAGE'
45131     VERSION='$VERSION'
45132     TIMESTAMP='$TIMESTAMP'
45133     RM='$RM'
45134     ofile='$ofile'
45135
45136
45137
45138
45139
45140 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
45141     # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
45142     # from automake.
45143     eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
45144     # Capture the value of LINGUAS because we need it to compute CATALOGS.
45145     LINGUAS="${LINGUAS-%UNSET%}"
45146
45147
45148 _ACEOF
45149
45150 cat >>$CONFIG_STATUS <<\_ACEOF
45151
45152 # Handling of arguments.
45153 for ac_config_target in $ac_config_targets
45154 do
45155   case $ac_config_target in
45156     "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:autoconf/config.h.in" ;;
45157     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
45158     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
45159     "autoconf/Make.common") CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
45160     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
45161     "manpages/Makefile") CONFIG_FILES="$CONFIG_FILES manpages/Makefile" ;;
45162     "scripts/startmysql") CONFIG_FILES="$CONFIG_FILES scripts/startmysql" ;;
45163     "scripts/stopmysql") CONFIG_FILES="$CONFIG_FILES scripts/stopmysql" ;;
45164     "scripts/btraceback") CONFIG_FILES="$CONFIG_FILES scripts/btraceback" ;;
45165     "scripts/startit") CONFIG_FILES="$CONFIG_FILES scripts/startit" ;;
45166     "scripts/stopit") CONFIG_FILES="$CONFIG_FILES scripts/stopit" ;;
45167     "scripts/bconsole") CONFIG_FILES="$CONFIG_FILES scripts/bconsole" ;;
45168     "scripts/gconsole") CONFIG_FILES="$CONFIG_FILES scripts/gconsole" ;;
45169     "scripts/bacula") CONFIG_FILES="$CONFIG_FILES scripts/bacula" ;;
45170     "scripts/bacula-ctl-dir") CONFIG_FILES="$CONFIG_FILES scripts/bacula-ctl-dir" ;;
45171     "scripts/bacula-ctl-fd") CONFIG_FILES="$CONFIG_FILES scripts/bacula-ctl-fd" ;;
45172     "scripts/bacula-ctl-sd") CONFIG_FILES="$CONFIG_FILES scripts/bacula-ctl-sd" ;;
45173     "scripts/devel_bacula") CONFIG_FILES="$CONFIG_FILES scripts/devel_bacula" ;;
45174     "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
45175     "scripts/logrotate") CONFIG_FILES="$CONFIG_FILES scripts/logrotate" ;;
45176     "scripts/bacula.desktop.gnome1") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome1" ;;
45177     "scripts/bacula.desktop.gnome2") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome2" ;;
45178     "scripts/bacula.desktop.gnome1.consolehelper") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome1.consolehelper" ;;
45179     "scripts/bacula.desktop.gnome2.consolehelper") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome2.consolehelper" ;;
45180     "scripts/bacula.desktop.gnome1.xsu") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome1.xsu" ;;
45181     "scripts/bacula.desktop.gnome2.xsu") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome2.xsu" ;;
45182     "scripts/bgnome-console.console_apps") CONFIG_FILES="$CONFIG_FILES scripts/bgnome-console.console_apps" ;;
45183     "scripts/mtx-changer") CONFIG_FILES="$CONFIG_FILES scripts/mtx-changer" ;;
45184     "scripts/disk-changer") CONFIG_FILES="$CONFIG_FILES scripts/disk-changer" ;;
45185     "scripts/dvd-handler") CONFIG_FILES="$CONFIG_FILES scripts/dvd-handler" ;;
45186     "scripts/dvd-simulator") CONFIG_FILES="$CONFIG_FILES scripts/dvd-simulator" ;;
45187     "scripts/bacula-tray-monitor.desktop") CONFIG_FILES="$CONFIG_FILES scripts/bacula-tray-monitor.desktop" ;;
45188     "scripts/logwatch/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/logwatch/Makefile" ;;
45189     "scripts/logwatch/logfile.bacula.conf") CONFIG_FILES="$CONFIG_FILES scripts/logwatch/logfile.bacula.conf" ;;
45190     "scripts/wxconsole.console_apps") CONFIG_FILES="$CONFIG_FILES scripts/wxconsole.console_apps" ;;
45191     "scripts/wxconsole.desktop.consolehelper") CONFIG_FILES="$CONFIG_FILES scripts/wxconsole.desktop.consolehelper" ;;
45192     "scripts/wxconsole.desktop.xsu") CONFIG_FILES="$CONFIG_FILES scripts/wxconsole.desktop.xsu" ;;
45193     "scripts/bat.desktop") CONFIG_FILES="$CONFIG_FILES scripts/bat.desktop" ;;
45194     "scripts/bat.desktop.xsu") CONFIG_FILES="$CONFIG_FILES scripts/bat.desktop.xsu" ;;
45195     "scripts/bat.desktop.consolehelper") CONFIG_FILES="$CONFIG_FILES scripts/bat.desktop.consolehelper" ;;
45196     "scripts/bat.console_apps") CONFIG_FILES="$CONFIG_FILES scripts/bat.console_apps" ;;
45197     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
45198     "src/host.h") CONFIG_FILES="$CONFIG_FILES src/host.h" ;;
45199     "src/console/Makefile") CONFIG_FILES="$CONFIG_FILES src/console/Makefile" ;;
45200     "src/console/bconsole.conf") CONFIG_FILES="$CONFIG_FILES src/console/bconsole.conf" ;;
45201     "src/qt-console/bat.conf") CONFIG_FILES="$CONFIG_FILES src/qt-console/bat.conf" ;;
45202     "src/qt-console/bat.pro") CONFIG_FILES="$CONFIG_FILES src/qt-console/bat.pro" ;;
45203     "src/qt-console/bat.pro.mingw32") CONFIG_FILES="$CONFIG_FILES src/qt-console/bat.pro.mingw32" ;;
45204     "src/qt-console/install_conf_file") CONFIG_FILES="$CONFIG_FILES src/qt-console/install_conf_file" ;;
45205     "src/wx-console/Makefile") CONFIG_FILES="$CONFIG_FILES src/wx-console/Makefile" ;;
45206     "src/wx-console/bwx-console.conf") CONFIG_FILES="$CONFIG_FILES src/wx-console/bwx-console.conf" ;;
45207     "src/tray-monitor/Makefile") CONFIG_FILES="$CONFIG_FILES src/tray-monitor/Makefile" ;;
45208     "src/tray-monitor/tray-monitor.conf") CONFIG_FILES="$CONFIG_FILES src/tray-monitor/tray-monitor.conf" ;;
45209     "src/dird/Makefile") CONFIG_FILES="$CONFIG_FILES src/dird/Makefile" ;;
45210     "src/dird/bacula-dir.conf") CONFIG_FILES="$CONFIG_FILES src/dird/bacula-dir.conf" ;;
45211     "src/lib/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;;
45212     "src/stored/Makefile") CONFIG_FILES="$CONFIG_FILES src/stored/Makefile" ;;
45213     "src/stored/bacula-sd.conf") CONFIG_FILES="$CONFIG_FILES src/stored/bacula-sd.conf" ;;
45214     "src/filed/Makefile") CONFIG_FILES="$CONFIG_FILES src/filed/Makefile" ;;
45215     "src/filed/bacula-fd.conf") CONFIG_FILES="$CONFIG_FILES src/filed/bacula-fd.conf" ;;
45216     "src/cats/Makefile") CONFIG_FILES="$CONFIG_FILES src/cats/Makefile" ;;
45217     "src/cats/make_catalog_backup.pl") CONFIG_FILES="$CONFIG_FILES src/cats/make_catalog_backup.pl" ;;
45218     "src/cats/make_catalog_backup") CONFIG_FILES="$CONFIG_FILES src/cats/make_catalog_backup" ;;
45219     "src/cats/delete_catalog_backup") CONFIG_FILES="$CONFIG_FILES src/cats/delete_catalog_backup" ;;
45220     "src/cats/create_postgresql_database") CONFIG_FILES="$CONFIG_FILES src/cats/create_postgresql_database" ;;
45221     "src/cats/update_postgresql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/update_postgresql_tables" ;;
45222     "src/cats/make_postgresql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/make_postgresql_tables" ;;
45223     "src/cats/grant_postgresql_privileges") CONFIG_FILES="$CONFIG_FILES src/cats/grant_postgresql_privileges" ;;
45224     "src/cats/drop_postgresql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_postgresql_tables" ;;
45225     "src/cats/drop_postgresql_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_postgresql_database" ;;
45226     "src/cats/create_mysql_database") CONFIG_FILES="$CONFIG_FILES src/cats/create_mysql_database" ;;
45227     "src/cats/update_mysql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/update_mysql_tables" ;;
45228     "src/cats/make_mysql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/make_mysql_tables" ;;
45229     "src/cats/grant_mysql_privileges") CONFIG_FILES="$CONFIG_FILES src/cats/grant_mysql_privileges" ;;
45230     "src/cats/drop_mysql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_mysql_tables" ;;
45231     "src/cats/drop_mysql_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_mysql_database" ;;
45232     "src/cats/create_sqlite3_database") CONFIG_FILES="$CONFIG_FILES src/cats/create_sqlite3_database" ;;
45233     "src/cats/update_sqlite3_tables") CONFIG_FILES="$CONFIG_FILES src/cats/update_sqlite3_tables" ;;
45234     "src/cats/make_sqlite3_tables") CONFIG_FILES="$CONFIG_FILES src/cats/make_sqlite3_tables" ;;
45235     "src/cats/grant_sqlite3_privileges") CONFIG_FILES="$CONFIG_FILES src/cats/grant_sqlite3_privileges" ;;
45236     "src/cats/drop_sqlite3_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_sqlite3_tables" ;;
45237     "src/cats/drop_sqlite3_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_sqlite3_database" ;;
45238     "src/cats/create_ingres_database") CONFIG_FILES="$CONFIG_FILES src/cats/create_ingres_database" ;;
45239     "src/cats/update_ingres_tables") CONFIG_FILES="$CONFIG_FILES src/cats/update_ingres_tables" ;;
45240     "src/cats/make_ingres_tables") CONFIG_FILES="$CONFIG_FILES src/cats/make_ingres_tables" ;;
45241     "src/cats/grant_ingres_privileges") CONFIG_FILES="$CONFIG_FILES src/cats/grant_ingres_privileges" ;;
45242     "src/cats/drop_ingres_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_ingres_tables" ;;
45243     "src/cats/drop_ingres_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_ingres_database" ;;
45244     "src/cats/sqlite") CONFIG_FILES="$CONFIG_FILES src/cats/sqlite" ;;
45245     "src/cats/mysql") CONFIG_FILES="$CONFIG_FILES src/cats/mysql" ;;
45246     "src/cats/create_bdb_database") CONFIG_FILES="$CONFIG_FILES src/cats/create_bdb_database" ;;
45247     "src/cats/update_bdb_tables") CONFIG_FILES="$CONFIG_FILES src/cats/update_bdb_tables" ;;
45248     "src/cats/make_bdb_tables") CONFIG_FILES="$CONFIG_FILES src/cats/make_bdb_tables" ;;
45249     "src/cats/grant_bdb_privileges") CONFIG_FILES="$CONFIG_FILES src/cats/grant_bdb_privileges" ;;
45250     "src/cats/drop_bdb_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_bdb_tables" ;;
45251     "src/cats/drop_bdb_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_bdb_database" ;;
45252     "src/cats/create_bacula_database") CONFIG_FILES="$CONFIG_FILES src/cats/create_bacula_database" ;;
45253     "src/cats/update_bacula_tables") CONFIG_FILES="$CONFIG_FILES src/cats/update_bacula_tables" ;;
45254     "src/cats/grant_bacula_privileges") CONFIG_FILES="$CONFIG_FILES src/cats/grant_bacula_privileges" ;;
45255     "src/cats/make_bacula_tables") CONFIG_FILES="$CONFIG_FILES src/cats/make_bacula_tables" ;;
45256     "src/cats/drop_bacula_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_bacula_tables" ;;
45257     "src/cats/drop_bacula_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_bacula_database" ;;
45258     "src/findlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/findlib/Makefile" ;;
45259     "src/tools/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/Makefile" ;;
45260     "src/plugins/fd/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/fd/Makefile" ;;
45261     "src/plugins/sd/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/sd/Makefile" ;;
45262     "src/plugins/dir/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/dir/Makefile" ;;
45263     "src/win32/Makefile.inc") CONFIG_FILES="$CONFIG_FILES src/win32/Makefile.inc" ;;
45264     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
45265     "updatedb/update_mysql_tables_9_to_10") CONFIG_FILES="$CONFIG_FILES updatedb/update_mysql_tables_9_to_10" ;;
45266     "updatedb/update_sqlite3_tables_9_to_10") CONFIG_FILES="$CONFIG_FILES updatedb/update_sqlite3_tables_9_to_10" ;;
45267     "updatedb/update_postgresql_tables_9_to_10") CONFIG_FILES="$CONFIG_FILES updatedb/update_postgresql_tables_9_to_10" ;;
45268     "updatedb/update_mysql_tables_10_to_11") CONFIG_FILES="$CONFIG_FILES updatedb/update_mysql_tables_10_to_11" ;;
45269     "updatedb/update_sqlite3_tables_10_to_11") CONFIG_FILES="$CONFIG_FILES updatedb/update_sqlite3_tables_10_to_11" ;;
45270     "updatedb/update_postgresql_tables_10_to_11") CONFIG_FILES="$CONFIG_FILES updatedb/update_postgresql_tables_10_to_11" ;;
45271     "examples/nagios/check_bacula/Makefile") CONFIG_FILES="$CONFIG_FILES examples/nagios/check_bacula/Makefile" ;;
45272     "$PFILES") CONFIG_FILES="$CONFIG_FILES $PFILES" ;;
45273     "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
45274
45275   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
45276 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
45277    { (exit 1); exit 1; }; };;
45278   esac
45279 done
45280
45281
45282 # If the user did not use the arguments to specify the items to instantiate,
45283 # then the envvar interface is used.  Set only those that are not.
45284 # We use the long form for the default assignment because of an extremely
45285 # bizarre bug on SunOS 4.1.3.
45286 if $ac_need_defaults; then
45287   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
45288   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
45289   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
45290 fi
45291
45292 # Have a temporary directory for convenience.  Make it in the build tree
45293 # simply because there is no reason against having it here, and in addition,
45294 # creating and moving files from /tmp can sometimes cause problems.
45295 # Hook for its removal unless debugging.
45296 # Note that there is a small window in which the directory will not be cleaned:
45297 # after its creation but before its name has been assigned to `$tmp'.
45298 $debug ||
45299 {
45300   tmp=
45301   trap 'exit_status=$?
45302   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
45303 ' 0
45304   trap '{ (exit 1); exit 1; }' 1 2 13 15
45305 }
45306 # Create a (secure) tmp directory for tmp files.
45307
45308 {
45309   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
45310   test -n "$tmp" && test -d "$tmp"
45311 }  ||
45312 {
45313   tmp=./conf$$-$RANDOM
45314   (umask 077 && mkdir "$tmp")
45315 } ||
45316 {
45317    echo "$me: cannot create a temporary directory in ." >&2
45318    { (exit 1); exit 1; }
45319 }
45320
45321 #
45322 # Set up the sed scripts for CONFIG_FILES section.
45323 #
45324
45325 # No need to generate the scripts if there are no CONFIG_FILES.
45326 # This happens for instance when ./config.status config.h
45327 if test -n "$CONFIG_FILES"; then
45328
45329 _ACEOF
45330
45331 # Create sed commands to just substitute file output variables.
45332
45333 # Remaining file output variables are in a fragment that also has non-file
45334 # output varibles.
45335
45336
45337
45338 ac_delim='%!_!# '
45339 for ac_last_try in false false false false false :; do
45340   cat >conf$$subs.sed <<_ACEOF
45341 SHELL!$SHELL$ac_delim
45342 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
45343 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
45344 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
45345 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
45346 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
45347 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
45348 exec_prefix!$exec_prefix$ac_delim
45349 prefix!$prefix$ac_delim
45350 program_transform_name!$program_transform_name$ac_delim
45351 bindir!$bindir$ac_delim
45352 sbindir!$sbindir$ac_delim
45353 libexecdir!$libexecdir$ac_delim
45354 datarootdir!$datarootdir$ac_delim
45355 datadir!$datadir$ac_delim
45356 sysconfdir!$sysconfdir$ac_delim
45357 sharedstatedir!$sharedstatedir$ac_delim
45358 localstatedir!$localstatedir$ac_delim
45359 includedir!$includedir$ac_delim
45360 oldincludedir!$oldincludedir$ac_delim
45361 docdir!$docdir$ac_delim
45362 infodir!$infodir$ac_delim
45363 htmldir!$htmldir$ac_delim
45364 dvidir!$dvidir$ac_delim
45365 pdfdir!$pdfdir$ac_delim
45366 psdir!$psdir$ac_delim
45367 libdir!$libdir$ac_delim
45368 localedir!$localedir$ac_delim
45369 mandir!$mandir$ac_delim
45370 DEFS!$DEFS$ac_delim
45371 ECHO_C!$ECHO_C$ac_delim
45372 ECHO_N!$ECHO_N$ac_delim
45373 ECHO_T!$ECHO_T$ac_delim
45374 LIBS!$LIBS$ac_delim
45375 build_alias!$build_alias$ac_delim
45376 host_alias!$host_alias$ac_delim
45377 target_alias!$target_alias$ac_delim
45378 BUILD_DIR!$BUILD_DIR$ac_delim
45379 TOP_DIR!$TOP_DIR$ac_delim
45380 WIN32BUILDDIR!$WIN32BUILDDIR$ac_delim
45381 WIN32MAINDIR!$WIN32MAINDIR$ac_delim
45382 WIN32TOPDIR!$WIN32TOPDIR$ac_delim
45383 TRUEPRG!$TRUEPRG$ac_delim
45384 FALSEPRG!$FALSEPRG$ac_delim
45385 VERSION!$VERSION$ac_delim
45386 DATE!$DATE$ac_delim
45387 LSMDATE!$LSMDATE$ac_delim
45388 BACULA!$BACULA$ac_delim
45389 post_host!$post_host$ac_delim
45390 LIBBAC_LT_CURRENT!$LIBBAC_LT_CURRENT$ac_delim
45391 LIBBAC_LT_REVISION!$LIBBAC_LT_REVISION$ac_delim
45392 LIBBAC_LT_AGE!$LIBBAC_LT_AGE$ac_delim
45393 LIBBACCFG_LT_CURRENT!$LIBBACCFG_LT_CURRENT$ac_delim
45394 LIBBACCFG_LT_REVISION!$LIBBACCFG_LT_REVISION$ac_delim
45395 LIBBACCFG_LT_AGE!$LIBBACCFG_LT_AGE$ac_delim
45396 LIBBACPY_LT_CURRENT!$LIBBACPY_LT_CURRENT$ac_delim
45397 LIBBACPY_LT_REVISION!$LIBBACPY_LT_REVISION$ac_delim
45398 LIBBACPY_LT_AGE!$LIBBACPY_LT_AGE$ac_delim
45399 LIBBACSQL_LT_CURRENT!$LIBBACSQL_LT_CURRENT$ac_delim
45400 LIBBACSQL_LT_REVISION!$LIBBACSQL_LT_REVISION$ac_delim
45401 LIBBACSQL_LT_AGE!$LIBBACSQL_LT_AGE$ac_delim
45402 LIBBACFIND_LT_CURRENT!$LIBBACFIND_LT_CURRENT$ac_delim
45403 LIBBACFIND_LT_REVISION!$LIBBACFIND_LT_REVISION$ac_delim
45404 LIBBACFIND_LT_AGE!$LIBBACFIND_LT_AGE$ac_delim
45405 CC!$CC$ac_delim
45406 CFLAGS!$CFLAGS$ac_delim
45407 LDFLAGS!$LDFLAGS$ac_delim
45408 CPPFLAGS!$CPPFLAGS$ac_delim
45409 ac_ct_CC!$ac_ct_CC$ac_delim
45410 EXEEXT!$EXEEXT$ac_delim
45411 OBJEXT!$OBJEXT$ac_delim
45412 CXX!$CXX$ac_delim
45413 CXXFLAGS!$CXXFLAGS$ac_delim
45414 ac_ct_CXX!$ac_ct_CXX$ac_delim
45415 CPP!$CPP$ac_delim
45416 GREP!$GREP$ac_delim
45417 EGREP!$EGREP$ac_delim
45418 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
45419 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
45420 INSTALL_DATA!$INSTALL_DATA$ac_delim
45421 MV!$MV$ac_delim
45422 REMOVE!$REMOVE$ac_delim
45423 CP!$CP$ac_delim
45424 SED!$SED$ac_delim
45425 ECHO!$ECHO$ac_delim
45426 CMP!$CMP$ac_delim
45427 TBL!$TBL$ac_delim
45428 AR!$AR$ac_delim
45429 OPENSSL!$OPENSSL$ac_delim
45430 MTX!$MTX$ac_delim
45431 DD!$DD$ac_delim
45432 MKISOFS!$MKISOFS$ac_delim
45433 PYTHON!$PYTHON$ac_delim
45434 GROWISOFS!$GROWISOFS$ac_delim
45435 _ACEOF
45436
45437   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 94; then
45438     break
45439   elif $ac_last_try; then
45440     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
45441 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
45442    { (exit 1); exit 1; }; }
45443   else
45444     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
45445   fi
45446 done
45447
45448 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
45449 if test -n "$ac_eof"; then
45450   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
45451   ac_eof=`expr $ac_eof + 1`
45452 fi
45453
45454 cat >>$CONFIG_STATUS <<_ACEOF
45455 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
45456 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
45457 /^[      ]*@MCOMMON@[    ]*$/{
45458 r $MCOMMON
45459 d
45460 }
45461 _ACEOF
45462 sed '
45463 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
45464 s/^/s,@/; s/!/@,|#_!!_#|/
45465 :n
45466 t n
45467 s/'"$ac_delim"'$/,g/; t
45468 s/$/\\/; p
45469 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
45470 ' >>$CONFIG_STATUS <conf$$subs.sed
45471 rm -f conf$$subs.sed
45472 cat >>$CONFIG_STATUS <<_ACEOF
45473 CEOF$ac_eof
45474 _ACEOF
45475
45476
45477 ac_delim='%!_!# '
45478 for ac_last_try in false false false false false :; do
45479   cat >conf$$subs.sed <<_ACEOF
45480 DVDRWMEDIAINFO!$DVDRWMEDIAINFO$ac_delim
45481 DVDRWFORMAT!$DVDRWFORMAT$ac_delim
45482 PKGCONFIG!$PKGCONFIG$ac_delim
45483 QMAKE!$QMAKE$ac_delim
45484 GMAKE!$GMAKE$ac_delim
45485 WXCONFIG!$WXCONFIG$ac_delim
45486 WXFLAGS!$WXFLAGS$ac_delim
45487 CDRECORD!$CDRECORD$ac_delim
45488 PIDOF!$PIDOF$ac_delim
45489 AWK!$AWK$ac_delim
45490 ARFLAGS!$ARFLAGS$ac_delim
45491 MAKE_SHELL!$MAKE_SHELL$ac_delim
45492 LOCAL_LIBS!$LOCAL_LIBS$ac_delim
45493 LOCAL_CFLAGS!$LOCAL_CFLAGS$ac_delim
45494 LOCAL_LDFLAGS!$LOCAL_LDFLAGS$ac_delim
45495 LOCAL_DEFS!$LOCAL_DEFS$ac_delim
45496 LIBTOOL!$LIBTOOL$ac_delim
45497 build!$build$ac_delim
45498 build_cpu!$build_cpu$ac_delim
45499 build_vendor!$build_vendor$ac_delim
45500 build_os!$build_os$ac_delim
45501 host!$host$ac_delim
45502 host_cpu!$host_cpu$ac_delim
45503 host_vendor!$host_vendor$ac_delim
45504 host_os!$host_os$ac_delim
45505 FGREP!$FGREP$ac_delim
45506 LD!$LD$ac_delim
45507 DUMPBIN!$DUMPBIN$ac_delim
45508 ac_ct_DUMPBIN!$ac_ct_DUMPBIN$ac_delim
45509 NM!$NM$ac_delim
45510 LN_S!$LN_S$ac_delim
45511 OBJDUMP!$OBJDUMP$ac_delim
45512 STRIP!$STRIP$ac_delim
45513 RANLIB!$RANLIB$ac_delim
45514 lt_ECHO!$lt_ECHO$ac_delim
45515 DSYMUTIL!$DSYMUTIL$ac_delim
45516 NMEDIT!$NMEDIT$ac_delim
45517 LIPO!$LIPO$ac_delim
45518 OTOOL!$OTOOL$ac_delim
45519 OTOOL64!$OTOOL64$ac_delim
45520 CXXCPP!$CXXCPP$ac_delim
45521 DEFAULT_OBJECT_TYPE!$DEFAULT_OBJECT_TYPE$ac_delim
45522 DEFAULT_ARCHIVE_TYPE!$DEFAULT_ARCHIVE_TYPE$ac_delim
45523 DEFAULT_SHARED_OBJECT_TYPE!$DEFAULT_SHARED_OBJECT_TYPE$ac_delim
45524 LIBTOOL_INSTALL_TARGET!$LIBTOOL_INSTALL_TARGET$ac_delim
45525 LIBTOOL_UNINSTALL_TARGET!$LIBTOOL_UNINSTALL_TARGET$ac_delim
45526 LIBTOOL_CLEAN_TARGET!$LIBTOOL_CLEAN_TARGET$ac_delim
45527 QMAKE_LIBTOOL!$QMAKE_LIBTOOL$ac_delim
45528 FD_PLUGIN_DIR!$FD_PLUGIN_DIR$ac_delim
45529 INCLUDE_INSTALL_TARGET!$INCLUDE_INSTALL_TARGET$ac_delim
45530 INCLUDE_UNINSTALL_TARGET!$INCLUDE_UNINSTALL_TARGET$ac_delim
45531 HAVE_SUN_OS_TRUE!$HAVE_SUN_OS_TRUE$ac_delim
45532 HAVE_SUN_OS_FALSE!$HAVE_SUN_OS_FALSE$ac_delim
45533 HAVE_OSF1_OS_TRUE!$HAVE_OSF1_OS_TRUE$ac_delim
45534 HAVE_OSF1_OS_FALSE!$HAVE_OSF1_OS_FALSE$ac_delim
45535 HAVE_AIX_OS_TRUE!$HAVE_AIX_OS_TRUE$ac_delim
45536 HAVE_AIX_OS_FALSE!$HAVE_AIX_OS_FALSE$ac_delim
45537 HAVE_HPUX_OS_TRUE!$HAVE_HPUX_OS_TRUE$ac_delim
45538 HAVE_HPUX_OS_FALSE!$HAVE_HPUX_OS_FALSE$ac_delim
45539 HAVE_LINUX_OS_TRUE!$HAVE_LINUX_OS_TRUE$ac_delim
45540 HAVE_LINUX_OS_FALSE!$HAVE_LINUX_OS_FALSE$ac_delim
45541 HAVE_FREEBSD_OS_TRUE!$HAVE_FREEBSD_OS_TRUE$ac_delim
45542 HAVE_FREEBSD_OS_FALSE!$HAVE_FREEBSD_OS_FALSE$ac_delim
45543 HAVE_NETBSD_OS_TRUE!$HAVE_NETBSD_OS_TRUE$ac_delim
45544 HAVE_NETBSD_OS_FALSE!$HAVE_NETBSD_OS_FALSE$ac_delim
45545 HAVE_OPENBSD_OS_TRUE!$HAVE_OPENBSD_OS_TRUE$ac_delim
45546 HAVE_OPENBSD_OS_FALSE!$HAVE_OPENBSD_OS_FALSE$ac_delim
45547 HAVE_BSDI_OS_TRUE!$HAVE_BSDI_OS_TRUE$ac_delim
45548 HAVE_BSDI_OS_FALSE!$HAVE_BSDI_OS_FALSE$ac_delim
45549 HAVE_SGI_OS_TRUE!$HAVE_SGI_OS_TRUE$ac_delim
45550 HAVE_SGI_OS_FALSE!$HAVE_SGI_OS_FALSE$ac_delim
45551 HAVE_IRIX_OS_TRUE!$HAVE_IRIX_OS_TRUE$ac_delim
45552 HAVE_IRIX_OS_FALSE!$HAVE_IRIX_OS_FALSE$ac_delim
45553 HAVE_DARWIN_OS_TRUE!$HAVE_DARWIN_OS_TRUE$ac_delim
45554 HAVE_DARWIN_OS_FALSE!$HAVE_DARWIN_OS_FALSE$ac_delim
45555 SET_MAKE!$SET_MAKE$ac_delim
45556 MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
45557 USE_NLS!$USE_NLS$ac_delim
45558 MSGFMT!$MSGFMT$ac_delim
45559 GMSGFMT!$GMSGFMT$ac_delim
45560 XGETTEXT!$XGETTEXT$ac_delim
45561 MSGMERGE!$MSGMERGE$ac_delim
45562 INTL_MACOSX_LIBS!$INTL_MACOSX_LIBS$ac_delim
45563 LIBICONV!$LIBICONV$ac_delim
45564 LTLIBICONV!$LTLIBICONV$ac_delim
45565 INTLLIBS!$INTLLIBS$ac_delim
45566 LIBINTL!$LIBINTL$ac_delim
45567 LTLIBINTL!$LTLIBINTL$ac_delim
45568 POSUB!$POSUB$ac_delim
45569 GLIBC2!$GLIBC2$ac_delim
45570 ALLOCA!$ALLOCA$ac_delim
45571 GLIBC21!$GLIBC21$ac_delim
45572 HAVE_POSIX_PRINTF!$HAVE_POSIX_PRINTF$ac_delim
45573 HAVE_ASPRINTF!$HAVE_ASPRINTF$ac_delim
45574 HAVE_SNPRINTF!$HAVE_SNPRINTF$ac_delim
45575 HAVE_WPRINTF!$HAVE_WPRINTF$ac_delim
45576 INTLBISON!$INTLBISON$ac_delim
45577 _ACEOF
45578
45579   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
45580     break
45581   elif $ac_last_try; then
45582     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
45583 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
45584    { (exit 1); exit 1; }; }
45585   else
45586     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
45587   fi
45588 done
45589
45590 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
45591 if test -n "$ac_eof"; then
45592   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
45593   ac_eof=`expr $ac_eof + 1`
45594 fi
45595
45596 cat >>$CONFIG_STATUS <<_ACEOF
45597 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
45598 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
45599 _ACEOF
45600 sed '
45601 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
45602 s/^/s,@/; s/!/@,|#_!!_#|/
45603 :n
45604 t n
45605 s/'"$ac_delim"'$/,g/; t
45606 s/$/\\/; p
45607 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
45608 ' >>$CONFIG_STATUS <conf$$subs.sed
45609 rm -f conf$$subs.sed
45610 cat >>$CONFIG_STATUS <<_ACEOF
45611 CEOF$ac_eof
45612 _ACEOF
45613
45614
45615 ac_delim='%!_!# '
45616 for ac_last_try in false false false false false :; do
45617   cat >conf$$subs.sed <<_ACEOF
45618 BUILD_INCLUDED_LIBINTL!$BUILD_INCLUDED_LIBINTL$ac_delim
45619 USE_INCLUDED_LIBINTL!$USE_INCLUDED_LIBINTL$ac_delim
45620 CATOBJEXT!$CATOBJEXT$ac_delim
45621 DATADIRNAME!$DATADIRNAME$ac_delim
45622 INSTOBJEXT!$INSTOBJEXT$ac_delim
45623 GENCAT!$GENCAT$ac_delim
45624 INTLOBJS!$INTLOBJS$ac_delim
45625 INTL_LIBTOOL_SUFFIX_PREFIX!$INTL_LIBTOOL_SUFFIX_PREFIX$ac_delim
45626 BAT_DIR!$BAT_DIR$ac_delim
45627 QWT_INC!$QWT_INC$ac_delim
45628 QWT_LDFLAGS!$QWT_LDFLAGS$ac_delim
45629 QWT_LIB!$QWT_LIB$ac_delim
45630 QWT!$QWT$ac_delim
45631 WXCONS_CPPFLAGS!$WXCONS_CPPFLAGS$ac_delim
45632 WXCONS_LDFLAGS!$WXCONS_LDFLAGS$ac_delim
45633 WX_DIR!$WX_DIR$ac_delim
45634 TRAY_MONITOR_CPPFLAGS!$TRAY_MONITOR_CPPFLAGS$ac_delim
45635 TRAY_MONITOR_LDFLAGS!$TRAY_MONITOR_LDFLAGS$ac_delim
45636 TRAY_MONITOR_DIR!$TRAY_MONITOR_DIR$ac_delim
45637 TTOOL_LDFLAGS!$TTOOL_LDFLAGS$ac_delim
45638 STATIC_FD!$STATIC_FD$ac_delim
45639 STATIC_SD!$STATIC_SD$ac_delim
45640 STATIC_DIR!$STATIC_DIR$ac_delim
45641 STATIC_CONS!$STATIC_CONS$ac_delim
45642 STATIC_GNOME_CONS!$STATIC_GNOME_CONS$ac_delim
45643 STATIC_WX_CONS!$STATIC_WX_CONS$ac_delim
45644 ALL_DIRS!$ALL_DIRS$ac_delim
45645 DIRD_DIR!$DIRD_DIR$ac_delim
45646 DIR_TOOLS!$DIR_TOOLS$ac_delim
45647 STORED_DIR!$STORED_DIR$ac_delim
45648 CONS_INC!$CONS_INC$ac_delim
45649 CONS_OBJ!$CONS_OBJ$ac_delim
45650 CONS_SRC!$CONS_SRC$ac_delim
45651 CONS_LIBS!$CONS_LIBS$ac_delim
45652 CONS_LDFLAGS!$CONS_LDFLAGS$ac_delim
45653 READLINE_SRC!$READLINE_SRC$ac_delim
45654 PYTHON_LIBS!$PYTHON_LIBS$ac_delim
45655 PYTHON_INCDIR!$PYTHON_INCDIR$ac_delim
45656 OPENSSL_LIBS!$OPENSSL_LIBS$ac_delim
45657 OPENSSL_INC!$OPENSSL_INC$ac_delim
45658 working_dir!$working_dir$ac_delim
45659 archivedir!$archivedir$ac_delim
45660 basename!$basename$ac_delim
45661 hostname!$hostname$ac_delim
45662 scriptdir!$scriptdir$ac_delim
45663 bsrdir!$bsrdir$ac_delim
45664 logdir!$logdir$ac_delim
45665 plugindir!$plugindir$ac_delim
45666 dump_email!$dump_email$ac_delim
45667 job_email!$job_email$ac_delim
45668 smtp_host!$smtp_host$ac_delim
45669 piddir!$piddir$ac_delim
45670 subsysdir!$subsysdir$ac_delim
45671 baseport!$baseport$ac_delim
45672 dir_port!$dir_port$ac_delim
45673 fd_port!$fd_port$ac_delim
45674 sd_port!$sd_port$ac_delim
45675 dir_password!$dir_password$ac_delim
45676 fd_password!$fd_password$ac_delim
45677 sd_password!$sd_password$ac_delim
45678 mon_dir_password!$mon_dir_password$ac_delim
45679 mon_fd_password!$mon_fd_password$ac_delim
45680 mon_sd_password!$mon_sd_password$ac_delim
45681 db_name!$db_name$ac_delim
45682 db_user!$db_user$ac_delim
45683 db_password!$db_password$ac_delim
45684 db_port!$db_port$ac_delim
45685 dir_user!$dir_user$ac_delim
45686 dir_group!$dir_group$ac_delim
45687 sd_user!$sd_user$ac_delim
45688 sd_group!$sd_group$ac_delim
45689 fd_user!$fd_user$ac_delim
45690 fd_group!$fd_group$ac_delim
45691 SBINPERM!$SBINPERM$ac_delim
45692 SQL_LFLAGS!$SQL_LFLAGS$ac_delim
45693 SQL_INCLUDE!$SQL_INCLUDE$ac_delim
45694 SQL_BINDIR!$SQL_BINDIR$ac_delim
45695 DBI_DBD_DRIVERDIR!$DBI_DBD_DRIVERDIR$ac_delim
45696 uncomment_dbi!$uncomment_dbi$ac_delim
45697 DB_PROG!$DB_PROG$ac_delim
45698 DB_PROG_LIB!$DB_PROG_LIB$ac_delim
45699 cats!$cats$ac_delim
45700 DB_TYPE!$DB_TYPE$ac_delim
45701 GETCONF!$GETCONF$ac_delim
45702 XMKMF!$XMKMF$ac_delim
45703 X_CFLAGS!$X_CFLAGS$ac_delim
45704 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
45705 X_LIBS!$X_LIBS$ac_delim
45706 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
45707 LIBOBJS!$LIBOBJS$ac_delim
45708 CAP_LIBS!$CAP_LIBS$ac_delim
45709 FDLIBS!$FDLIBS$ac_delim
45710 DEBUG!$DEBUG$ac_delim
45711 DINCLUDE!$DINCLUDE$ac_delim
45712 DLIB!$DLIB$ac_delim
45713 DB_LIBS!$DB_LIBS$ac_delim
45714 WCFLAGS!$WCFLAGS$ac_delim
45715 _ACEOF
45716
45717   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
45718     break
45719   elif $ac_last_try; then
45720     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
45721 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
45722    { (exit 1); exit 1; }; }
45723   else
45724     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
45725   fi
45726 done
45727
45728 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
45729 if test -n "$ac_eof"; then
45730   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
45731   ac_eof=`expr $ac_eof + 1`
45732 fi
45733
45734 cat >>$CONFIG_STATUS <<_ACEOF
45735 cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
45736 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
45737 _ACEOF
45738 sed '
45739 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
45740 s/^/s,@/; s/!/@,|#_!!_#|/
45741 :n
45742 t n
45743 s/'"$ac_delim"'$/,g/; t
45744 s/$/\\/; p
45745 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
45746 ' >>$CONFIG_STATUS <conf$$subs.sed
45747 rm -f conf$$subs.sed
45748 cat >>$CONFIG_STATUS <<_ACEOF
45749 CEOF$ac_eof
45750 _ACEOF
45751
45752
45753 ac_delim='%!_!# '
45754 for ac_last_try in false false false false false :; do
45755   cat >conf$$subs.sed <<_ACEOF
45756 WLDFLAGS!$WLDFLAGS$ac_delim
45757 WRAPLIBS!$WRAPLIBS$ac_delim
45758 OBJLIST!$OBJLIST$ac_delim
45759 TAPEDRIVE!$TAPEDRIVE$ac_delim
45760 PSCMD!$PSCMD$ac_delim
45761 WIN32!$WIN32$ac_delim
45762 MACOSX!$MACOSX$ac_delim
45763 DISTNAME!$DISTNAME$ac_delim
45764 DISTVER!$DISTVER$ac_delim
45765 LTLIBOBJS!$LTLIBOBJS$ac_delim
45766 _ACEOF
45767
45768   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 10; then
45769     break
45770   elif $ac_last_try; then
45771     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
45772 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
45773    { (exit 1); exit 1; }; }
45774   else
45775     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
45776   fi
45777 done
45778
45779 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
45780 if test -n "$ac_eof"; then
45781   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
45782   ac_eof=`expr $ac_eof + 1`
45783 fi
45784
45785 cat >>$CONFIG_STATUS <<_ACEOF
45786 cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof
45787 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
45788 _ACEOF
45789 sed '
45790 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
45791 s/^/s,@/; s/!/@,|#_!!_#|/
45792 :n
45793 t n
45794 s/'"$ac_delim"'$/,g/; t
45795 s/$/\\/; p
45796 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
45797 ' >>$CONFIG_STATUS <conf$$subs.sed
45798 rm -f conf$$subs.sed
45799 cat >>$CONFIG_STATUS <<_ACEOF
45800 :end
45801 s/|#_!!_#|//g
45802 CEOF$ac_eof
45803 _ACEOF
45804
45805
45806 # VPATH may cause trouble with some makes, so we remove $(srcdir),
45807 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
45808 # trailing colons and then remove the whole line if VPATH becomes empty
45809 # (actually we leave an empty line to preserve line numbers).
45810 if test "x$srcdir" = x.; then
45811   ac_vpsub='/^[  ]*VPATH[        ]*=/{
45812 s/:*\$(srcdir):*/:/
45813 s/:*\${srcdir}:*/:/
45814 s/:*@srcdir@:*/:/
45815 s/^\([^=]*=[     ]*\):*/\1/
45816 s/:*$//
45817 s/^[^=]*=[       ]*$//
45818 }'
45819 fi
45820
45821 cat >>$CONFIG_STATUS <<\_ACEOF
45822 fi # test -n "$CONFIG_FILES"
45823
45824
45825 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
45826 do
45827   case $ac_tag in
45828   :[FHLC]) ac_mode=$ac_tag; continue;;
45829   esac
45830   case $ac_mode$ac_tag in
45831   :[FHL]*:*);;
45832   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
45833 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
45834    { (exit 1); exit 1; }; };;
45835   :[FH]-) ac_tag=-:-;;
45836   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
45837   esac
45838   ac_save_IFS=$IFS
45839   IFS=:
45840   set x $ac_tag
45841   IFS=$ac_save_IFS
45842   shift
45843   ac_file=$1
45844   shift
45845
45846   case $ac_mode in
45847   :L) ac_source=$1;;
45848   :[FH])
45849     ac_file_inputs=
45850     for ac_f
45851     do
45852       case $ac_f in
45853       -) ac_f="$tmp/stdin";;
45854       *) # Look for the file first in the build tree, then in the source tree
45855          # (if the path is not absolute).  The absolute path cannot be DOS-style,
45856          # because $ac_f cannot contain `:'.
45857          test -f "$ac_f" ||
45858            case $ac_f in
45859            [\\/$]*) false;;
45860            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
45861            esac ||
45862            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
45863 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
45864    { (exit 1); exit 1; }; };;
45865       esac
45866       ac_file_inputs="$ac_file_inputs $ac_f"
45867     done
45868
45869     # Let's still pretend it is `configure' which instantiates (i.e., don't
45870     # use $as_me), people would be surprised to read:
45871     #    /* config.h.  Generated by config.status.  */
45872     configure_input="Generated from "`IFS=:
45873           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
45874     if test x"$ac_file" != x-; then
45875       configure_input="$ac_file.  $configure_input"
45876       { echo "$as_me:$LINENO: creating $ac_file" >&5
45877 echo "$as_me: creating $ac_file" >&6;}
45878     fi
45879
45880     case $ac_tag in
45881     *:-:* | *:-) cat >"$tmp/stdin";;
45882     esac
45883     ;;
45884   esac
45885
45886   ac_dir=`$as_dirname -- "$ac_file" ||
45887 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45888          X"$ac_file" : 'X\(//\)[^/]' \| \
45889          X"$ac_file" : 'X\(//\)$' \| \
45890          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
45891 echo X"$ac_file" |
45892     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
45893             s//\1/
45894             q
45895           }
45896           /^X\(\/\/\)[^/].*/{
45897             s//\1/
45898             q
45899           }
45900           /^X\(\/\/\)$/{
45901             s//\1/
45902             q
45903           }
45904           /^X\(\/\).*/{
45905             s//\1/
45906             q
45907           }
45908           s/.*/./; q'`
45909   { as_dir="$ac_dir"
45910   case $as_dir in #(
45911   -*) as_dir=./$as_dir;;
45912   esac
45913   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
45914     as_dirs=
45915     while :; do
45916       case $as_dir in #(
45917       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
45918       *) as_qdir=$as_dir;;
45919       esac
45920       as_dirs="'$as_qdir' $as_dirs"
45921       as_dir=`$as_dirname -- "$as_dir" ||
45922 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45923          X"$as_dir" : 'X\(//\)[^/]' \| \
45924          X"$as_dir" : 'X\(//\)$' \| \
45925          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
45926 echo X"$as_dir" |
45927     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
45928             s//\1/
45929             q
45930           }
45931           /^X\(\/\/\)[^/].*/{
45932             s//\1/
45933             q
45934           }
45935           /^X\(\/\/\)$/{
45936             s//\1/
45937             q
45938           }
45939           /^X\(\/\).*/{
45940             s//\1/
45941             q
45942           }
45943           s/.*/./; q'`
45944       test -d "$as_dir" && break
45945     done
45946     test -z "$as_dirs" || eval "mkdir $as_dirs"
45947   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
45948 echo "$as_me: error: cannot create directory $as_dir" >&2;}
45949    { (exit 1); exit 1; }; }; }
45950   ac_builddir=.
45951
45952 case "$ac_dir" in
45953 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
45954 *)
45955   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
45956   # A ".." for each directory in $ac_dir_suffix.
45957   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
45958   case $ac_top_builddir_sub in
45959   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
45960   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
45961   esac ;;
45962 esac
45963 ac_abs_top_builddir=$ac_pwd
45964 ac_abs_builddir=$ac_pwd$ac_dir_suffix
45965 # for backward compatibility:
45966 ac_top_builddir=$ac_top_build_prefix
45967
45968 case $srcdir in
45969   .)  # We are building in place.
45970     ac_srcdir=.
45971     ac_top_srcdir=$ac_top_builddir_sub
45972     ac_abs_top_srcdir=$ac_pwd ;;
45973   [\\/]* | ?:[\\/]* )  # Absolute name.
45974     ac_srcdir=$srcdir$ac_dir_suffix;
45975     ac_top_srcdir=$srcdir
45976     ac_abs_top_srcdir=$srcdir ;;
45977   *) # Relative name.
45978     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
45979     ac_top_srcdir=$ac_top_build_prefix$srcdir
45980     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
45981 esac
45982 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
45983
45984
45985   case $ac_mode in
45986   :F)
45987   #
45988   # CONFIG_FILE
45989   #
45990
45991   case $INSTALL in
45992   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
45993   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
45994   esac
45995 _ACEOF
45996
45997 cat >>$CONFIG_STATUS <<\_ACEOF
45998 # If the template does not know about datarootdir, expand it.
45999 # FIXME: This hack should be removed a few years after 2.60.
46000 ac_datarootdir_hack=; ac_datarootdir_seen=
46001
46002 case `sed -n '/datarootdir/ {
46003   p
46004   q
46005 }
46006 /@datadir@/p
46007 /@docdir@/p
46008 /@infodir@/p
46009 /@localedir@/p
46010 /@mandir@/p
46011 ' $ac_file_inputs` in
46012 *datarootdir*) ac_datarootdir_seen=yes;;
46013 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
46014   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
46015 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
46016 _ACEOF
46017 cat >>$CONFIG_STATUS <<_ACEOF
46018   ac_datarootdir_hack='
46019   s&@datadir@&$datadir&g
46020   s&@docdir@&$docdir&g
46021   s&@infodir@&$infodir&g
46022   s&@localedir@&$localedir&g
46023   s&@mandir@&$mandir&g
46024     s&\\\${datarootdir}&$datarootdir&g' ;;
46025 esac
46026 _ACEOF
46027
46028 # Neutralize VPATH when `$srcdir' = `.'.
46029 # Shell code in configure.ac might set extrasub.
46030 # FIXME: do we really want to maintain this feature?
46031 cat >>$CONFIG_STATUS <<_ACEOF
46032   sed "$ac_vpsub
46033 $extrasub
46034 _ACEOF
46035 cat >>$CONFIG_STATUS <<\_ACEOF
46036 :t
46037 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
46038 s&@configure_input@&$configure_input&;t t
46039 s&@top_builddir@&$ac_top_builddir_sub&;t t
46040 s&@srcdir@&$ac_srcdir&;t t
46041 s&@abs_srcdir@&$ac_abs_srcdir&;t t
46042 s&@top_srcdir@&$ac_top_srcdir&;t t
46043 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
46044 s&@builddir@&$ac_builddir&;t t
46045 s&@abs_builddir@&$ac_abs_builddir&;t t
46046 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
46047 s&@INSTALL@&$ac_INSTALL&;t t
46048 $ac_datarootdir_hack
46049 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" | sed -f "$tmp/subs-4.sed" >$tmp/out
46050
46051 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
46052   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
46053   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
46054   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
46055 which seems to be undefined.  Please make sure it is defined." >&5
46056 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
46057 which seems to be undefined.  Please make sure it is defined." >&2;}
46058
46059   rm -f "$tmp/stdin"
46060   case $ac_file in
46061   -) cat "$tmp/out"; rm -f "$tmp/out";;
46062   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
46063   esac
46064  ;;
46065   :H)
46066   #
46067   # CONFIG_HEADER
46068   #
46069 _ACEOF
46070
46071 # Transform confdefs.h into a sed script `conftest.defines', that
46072 # substitutes the proper values into config.h.in to produce config.h.
46073 rm -f conftest.defines conftest.tail
46074 # First, append a space to every undef/define line, to ease matching.
46075 echo 's/$/ /' >conftest.defines
46076 # Then, protect against being on the right side of a sed subst, or in
46077 # an unquoted here document, in config.status.  If some macros were
46078 # called several times there might be several #defines for the same
46079 # symbol, which is useless.  But do not sort them, since the last
46080 # AC_DEFINE must be honored.
46081 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
46082 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
46083 # NAME is the cpp macro being defined, VALUE is the value it is being given.
46084 # PARAMS is the parameter list in the macro definition--in most cases, it's
46085 # just an empty string.
46086 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
46087 ac_dB='\\)[      (].*,\\1define\\2'
46088 ac_dC=' '
46089 ac_dD=' ,'
46090
46091 uniq confdefs.h |
46092   sed -n '
46093         t rset
46094         :rset
46095         s/^[     ]*#[    ]*define[       ][      ]*//
46096         t ok
46097         d
46098         :ok
46099         s/[\\&,]/\\&/g
46100         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
46101         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
46102   ' >>conftest.defines
46103
46104 # Remove the space that was appended to ease matching.
46105 # Then replace #undef with comments.  This is necessary, for
46106 # example, in the case of _POSIX_SOURCE, which is predefined and required
46107 # on some systems where configure will not decide to define it.
46108 # (The regexp can be short, since the line contains either #define or #undef.)
46109 echo 's/ $//
46110 s,^[     #]*u.*,/* & */,' >>conftest.defines
46111
46112 # Break up conftest.defines:
46113 ac_max_sed_lines=50
46114
46115 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
46116 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
46117 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
46118 # et cetera.
46119 ac_in='$ac_file_inputs'
46120 ac_out='"$tmp/out1"'
46121 ac_nxt='"$tmp/out2"'
46122
46123 while :
46124 do
46125   # Write a here document:
46126     cat >>$CONFIG_STATUS <<_ACEOF
46127     # First, check the format of the line:
46128     cat >"\$tmp/defines.sed" <<\\CEOF
46129 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
46130 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
46131 b
46132 :def
46133 _ACEOF
46134   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
46135   echo 'CEOF
46136     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
46137   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
46138   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
46139   grep . conftest.tail >/dev/null || break
46140   rm -f conftest.defines
46141   mv conftest.tail conftest.defines
46142 done
46143 rm -f conftest.defines conftest.tail
46144
46145 echo "ac_result=$ac_in" >>$CONFIG_STATUS
46146 cat >>$CONFIG_STATUS <<\_ACEOF
46147   if test x"$ac_file" != x-; then
46148     echo "/* $configure_input  */" >"$tmp/config.h"
46149     cat "$ac_result" >>"$tmp/config.h"
46150     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
46151       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
46152 echo "$as_me: $ac_file is unchanged" >&6;}
46153     else
46154       rm -f $ac_file
46155       mv "$tmp/config.h" $ac_file
46156     fi
46157   else
46158     echo "/* $configure_input  */"
46159     cat "$ac_result"
46160   fi
46161   rm -f "$tmp/out12"
46162  ;;
46163
46164   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
46165 echo "$as_me: executing $ac_file commands" >&6;}
46166  ;;
46167   esac
46168
46169
46170   case $ac_file$ac_mode in
46171     "libtool":C)
46172
46173     # See if we are running on zsh, and set the options which allow our
46174     # commands through without removal of \ escapes.
46175     if test -n "${ZSH_VERSION+set}" ; then
46176       setopt NO_GLOB_SUBST
46177     fi
46178
46179     cfgfile="${ofile}T"
46180     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
46181     $RM "$cfgfile"
46182
46183     cat <<_LT_EOF >> "$cfgfile"
46184 #! $SHELL
46185
46186 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
46187 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
46188 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
46189 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
46190 #
46191 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
46192 #                 2006, 2007, 2008 Free Software Foundation, Inc.
46193 #   Written by Gordon Matzigkeit, 1996
46194 #
46195 #   This file is part of GNU Libtool.
46196 #
46197 # GNU Libtool is free software; you can redistribute it and/or
46198 # modify it under the terms of the GNU General Public License as
46199 # published by the Free Software Foundation; either version 2 of
46200 # the License, or (at your option) any later version.
46201 #
46202 # As a special exception to the GNU General Public License,
46203 # if you distribute this file as part of a program or library that
46204 # is built using GNU Libtool, you may include this file under the
46205 # same distribution terms that you use for the rest of that program.
46206 #
46207 # GNU Libtool is distributed in the hope that it will be useful,
46208 # but WITHOUT ANY WARRANTY; without even the implied warranty of
46209 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
46210 # GNU General Public License for more details.
46211 #
46212 # You should have received a copy of the GNU General Public License
46213 # along with GNU Libtool; see the file COPYING.  If not, a copy
46214 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
46215 # obtained by writing to the Free Software Foundation, Inc.,
46216 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
46217
46218
46219 # The names of the tagged configurations supported by this script.
46220 available_tags="CXX "
46221
46222 # ### BEGIN LIBTOOL CONFIG
46223
46224 # Which release of libtool.m4 was used?
46225 macro_version=$macro_version
46226 macro_revision=$macro_revision
46227
46228 # Whether or not to build shared libraries.
46229 build_libtool_libs=$enable_shared
46230
46231 # Whether or not to build static libraries.
46232 build_old_libs=$enable_static
46233
46234 # What type of objects to build.
46235 pic_mode=$pic_mode
46236
46237 # Whether or not to optimize for fast installation.
46238 fast_install=$enable_fast_install
46239
46240 # The host system.
46241 host_alias=$host_alias
46242 host=$host
46243 host_os=$host_os
46244
46245 # The build system.
46246 build_alias=$build_alias
46247 build=$build
46248 build_os=$build_os
46249
46250 # A sed program that does not truncate output.
46251 SED=$lt_SED
46252
46253 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
46254 Xsed="\$SED -e 1s/^X//"
46255
46256 # A grep program that handles long lines.
46257 GREP=$lt_GREP
46258
46259 # An ERE matcher.
46260 EGREP=$lt_EGREP
46261
46262 # A literal string matcher.
46263 FGREP=$lt_FGREP
46264
46265 # A BSD- or MS-compatible name lister.
46266 NM=$lt_NM
46267
46268 # Whether we need soft or hard links.
46269 LN_S=$lt_LN_S
46270
46271 # What is the maximum length of a command?
46272 max_cmd_len=$max_cmd_len
46273
46274 # Object file suffix (normally "o").
46275 objext=$ac_objext
46276
46277 # Executable file suffix (normally "").
46278 exeext=$exeext
46279
46280 # whether the shell understands "unset".
46281 lt_unset=$lt_unset
46282
46283 # turn spaces into newlines.
46284 SP2NL=$lt_lt_SP2NL
46285
46286 # turn newlines into spaces.
46287 NL2SP=$lt_lt_NL2SP
46288
46289 # How to create reloadable object files.
46290 reload_flag=$lt_reload_flag
46291 reload_cmds=$lt_reload_cmds
46292
46293 # An object symbol dumper.
46294 OBJDUMP=$lt_OBJDUMP
46295
46296 # Method to check whether dependent libraries are shared objects.
46297 deplibs_check_method=$lt_deplibs_check_method
46298
46299 # Command to use when deplibs_check_method == "file_magic".
46300 file_magic_cmd=$lt_file_magic_cmd
46301
46302 # The archiver.
46303 AR=$lt_AR
46304 AR_FLAGS=$lt_AR_FLAGS
46305
46306 # A symbol stripping program.
46307 STRIP=$lt_STRIP
46308
46309 # Commands used to install an old-style archive.
46310 RANLIB=$lt_RANLIB
46311 old_postinstall_cmds=$lt_old_postinstall_cmds
46312 old_postuninstall_cmds=$lt_old_postuninstall_cmds
46313
46314 # A C compiler.
46315 LTCC=$lt_CC
46316
46317 # LTCC compiler flags.
46318 LTCFLAGS=$lt_CFLAGS
46319
46320 # Take the output of nm and produce a listing of raw symbols and C names.
46321 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
46322
46323 # Transform the output of nm in a proper C declaration.
46324 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
46325
46326 # Transform the output of nm in a C name address pair.
46327 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
46328
46329 # Transform the output of nm in a C name address pair when lib prefix is needed.
46330 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
46331
46332 # The name of the directory that contains temporary libtool files.
46333 objdir=$objdir
46334
46335 # Shell to use when invoking shell scripts.
46336 SHELL=$lt_SHELL
46337
46338 # An echo program that does not interpret backslashes.
46339 ECHO=$lt_ECHO
46340
46341 # Used to examine libraries when file_magic_cmd begins with "file".
46342 MAGIC_CMD=$MAGIC_CMD
46343
46344 # Must we lock files when doing compilation?
46345 need_locks=$lt_need_locks
46346
46347 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
46348 DSYMUTIL=$lt_DSYMUTIL
46349
46350 # Tool to change global to local symbols on Mac OS X.
46351 NMEDIT=$lt_NMEDIT
46352
46353 # Tool to manipulate fat objects and archives on Mac OS X.
46354 LIPO=$lt_LIPO
46355
46356 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
46357 OTOOL=$lt_OTOOL
46358
46359 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
46360 OTOOL64=$lt_OTOOL64
46361
46362 # Old archive suffix (normally "a").
46363 libext=$libext
46364
46365 # Shared library suffix (normally ".so").
46366 shrext_cmds=$lt_shrext_cmds
46367
46368 # The commands to extract the exported symbol list from a shared archive.
46369 extract_expsyms_cmds=$lt_extract_expsyms_cmds
46370
46371 # Variables whose values should be saved in libtool wrapper scripts and
46372 # restored at link time.
46373 variables_saved_for_relink=$lt_variables_saved_for_relink
46374
46375 # Do we need the "lib" prefix for modules?
46376 need_lib_prefix=$need_lib_prefix
46377
46378 # Do we need a version for libraries?
46379 need_version=$need_version
46380
46381 # Library versioning type.
46382 version_type=$version_type
46383
46384 # Shared library runtime path variable.
46385 runpath_var=$runpath_var
46386
46387 # Shared library path variable.
46388 shlibpath_var=$shlibpath_var
46389
46390 # Is shlibpath searched before the hard-coded library search path?
46391 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
46392
46393 # Format of library name prefix.
46394 libname_spec=$lt_libname_spec
46395
46396 # List of archive names.  First name is the real one, the rest are links.
46397 # The last name is the one that the linker finds with -lNAME
46398 library_names_spec=$lt_library_names_spec
46399
46400 # The coded name of the library, if different from the real name.
46401 soname_spec=$lt_soname_spec
46402
46403 # Command to use after installation of a shared archive.
46404 postinstall_cmds=$lt_postinstall_cmds
46405
46406 # Command to use after uninstallation of a shared archive.
46407 postuninstall_cmds=$lt_postuninstall_cmds
46408
46409 # Commands used to finish a libtool library installation in a directory.
46410 finish_cmds=$lt_finish_cmds
46411
46412 # As "finish_cmds", except a single script fragment to be evaled but
46413 # not shown.
46414 finish_eval=$lt_finish_eval
46415
46416 # Whether we should hardcode library paths into libraries.
46417 hardcode_into_libs=$hardcode_into_libs
46418
46419 # Compile-time system search path for libraries.
46420 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
46421
46422 # Run-time system search path for libraries.
46423 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
46424
46425 # Whether dlopen is supported.
46426 dlopen_support=$enable_dlopen
46427
46428 # Whether dlopen of programs is supported.
46429 dlopen_self=$enable_dlopen_self
46430
46431 # Whether dlopen of statically linked programs is supported.
46432 dlopen_self_static=$enable_dlopen_self_static
46433
46434 # Commands to strip libraries.
46435 old_striplib=$lt_old_striplib
46436 striplib=$lt_striplib
46437
46438
46439 # The linker used to build libraries.
46440 LD=$lt_LD
46441
46442 # Commands used to build an old-style archive.
46443 old_archive_cmds=$lt_old_archive_cmds
46444
46445 # A language specific compiler.
46446 CC=$lt_compiler
46447
46448 # Is the compiler the GNU compiler?
46449 with_gcc=$GCC
46450
46451 # Compiler flag to turn off builtin functions.
46452 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
46453
46454 # How to pass a linker flag through the compiler.
46455 wl=$lt_lt_prog_compiler_wl
46456
46457 # Additional compiler flags for building library objects.
46458 pic_flag=$lt_lt_prog_compiler_pic
46459
46460 # Compiler flag to prevent dynamic linking.
46461 link_static_flag=$lt_lt_prog_compiler_static
46462
46463 # Does compiler simultaneously support -c and -o options?
46464 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
46465
46466 # Whether or not to add -lc for building shared libraries.
46467 build_libtool_need_lc=$archive_cmds_need_lc
46468
46469 # Whether or not to disallow shared libs when runtime libs are static.
46470 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
46471
46472 # Compiler flag to allow reflexive dlopens.
46473 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
46474
46475 # Compiler flag to generate shared objects directly from archives.
46476 whole_archive_flag_spec=$lt_whole_archive_flag_spec
46477
46478 # Whether the compiler copes with passing no objects directly.
46479 compiler_needs_object=$lt_compiler_needs_object
46480
46481 # Create an old-style archive from a shared archive.
46482 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
46483
46484 # Create a temporary old-style archive to link instead of a shared archive.
46485 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
46486
46487 # Commands used to build a shared archive.
46488 archive_cmds=$lt_archive_cmds
46489 archive_expsym_cmds=$lt_archive_expsym_cmds
46490
46491 # Commands used to build a loadable module if different from building
46492 # a shared archive.
46493 module_cmds=$lt_module_cmds
46494 module_expsym_cmds=$lt_module_expsym_cmds
46495
46496 # Whether we are building with GNU ld or not.
46497 with_gnu_ld=$lt_with_gnu_ld
46498
46499 # Flag that allows shared libraries with undefined symbols to be built.
46500 allow_undefined_flag=$lt_allow_undefined_flag
46501
46502 # Flag that enforces no undefined symbols.
46503 no_undefined_flag=$lt_no_undefined_flag
46504
46505 # Flag to hardcode \$libdir into a binary during linking.
46506 # This must work even if \$libdir does not exist
46507 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
46508
46509 # If ld is used when linking, flag to hardcode \$libdir into a binary
46510 # during linking.  This must work even if \$libdir does not exist.
46511 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
46512
46513 # Whether we need a single "-rpath" flag with a separated argument.
46514 hardcode_libdir_separator=$lt_hardcode_libdir_separator
46515
46516 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
46517 # DIR into the resulting binary.
46518 hardcode_direct=$hardcode_direct
46519
46520 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
46521 # DIR into the resulting binary and the resulting library dependency is
46522 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
46523 # library is relocated.
46524 hardcode_direct_absolute=$hardcode_direct_absolute
46525
46526 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
46527 # into the resulting binary.
46528 hardcode_minus_L=$hardcode_minus_L
46529
46530 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
46531 # into the resulting binary.
46532 hardcode_shlibpath_var=$hardcode_shlibpath_var
46533
46534 # Set to "yes" if building a shared library automatically hardcodes DIR
46535 # into the library and all subsequent libraries and executables linked
46536 # against it.
46537 hardcode_automatic=$hardcode_automatic
46538
46539 # Set to yes if linker adds runtime paths of dependent libraries
46540 # to runtime path list.
46541 inherit_rpath=$inherit_rpath
46542
46543 # Whether libtool must link a program against all its dependency libraries.
46544 link_all_deplibs=$link_all_deplibs
46545
46546 # Fix the shell variable \$srcfile for the compiler.
46547 fix_srcfile_path=$lt_fix_srcfile_path
46548
46549 # Set to "yes" if exported symbols are required.
46550 always_export_symbols=$always_export_symbols
46551
46552 # The commands to list exported symbols.
46553 export_symbols_cmds=$lt_export_symbols_cmds
46554
46555 # Symbols that should not be listed in the preloaded symbols.
46556 exclude_expsyms=$lt_exclude_expsyms
46557
46558 # Symbols that must always be exported.
46559 include_expsyms=$lt_include_expsyms
46560
46561 # Commands necessary for linking programs (against libraries) with templates.
46562 prelink_cmds=$lt_prelink_cmds
46563
46564 # Specify filename containing input files.
46565 file_list_spec=$lt_file_list_spec
46566
46567 # How to hardcode a shared library path into an executable.
46568 hardcode_action=$hardcode_action
46569
46570 # The directories searched by this compiler when creating a shared library.
46571 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
46572
46573 # Dependencies to place before and after the objects being linked to
46574 # create a shared library.
46575 predep_objects=$lt_predep_objects
46576 postdep_objects=$lt_postdep_objects
46577 predeps=$lt_predeps
46578 postdeps=$lt_postdeps
46579
46580 # The library search path used internally by the compiler when linking
46581 # a shared library.
46582 compiler_lib_search_path=$lt_compiler_lib_search_path
46583
46584 # ### END LIBTOOL CONFIG
46585
46586 _LT_EOF
46587
46588   case $host_os in
46589   aix3*)
46590     cat <<\_LT_EOF >> "$cfgfile"
46591 # AIX sometimes has problems with the GCC collect2 program.  For some
46592 # reason, if we set the COLLECT_NAMES environment variable, the problems
46593 # vanish in a puff of smoke.
46594 if test "X${COLLECT_NAMES+set}" != Xset; then
46595   COLLECT_NAMES=
46596   export COLLECT_NAMES
46597 fi
46598 _LT_EOF
46599     ;;
46600   esac
46601
46602
46603 ltmain="$ac_aux_dir/ltmain.sh"
46604
46605
46606   # We use sed instead of cat because bash on DJGPP gets confused if
46607   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
46608   # text mode, it properly converts lines to CR/LF.  This bash problem
46609   # is reportedly fixed, but why not run on old versions too?
46610   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
46611     || (rm -f "$cfgfile"; exit 1)
46612
46613   case $xsi_shell in
46614   yes)
46615     cat << \_LT_EOF >> "$cfgfile"
46616
46617 # func_dirname file append nondir_replacement
46618 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
46619 # otherwise set result to NONDIR_REPLACEMENT.
46620 func_dirname ()
46621 {
46622   case ${1} in
46623     */*) func_dirname_result="${1%/*}${2}" ;;
46624     *  ) func_dirname_result="${3}" ;;
46625   esac
46626 }
46627
46628 # func_basename file
46629 func_basename ()
46630 {
46631   func_basename_result="${1##*/}"
46632 }
46633
46634 # func_dirname_and_basename file append nondir_replacement
46635 # perform func_basename and func_dirname in a single function
46636 # call:
46637 #   dirname:  Compute the dirname of FILE.  If nonempty,
46638 #             add APPEND to the result, otherwise set result
46639 #             to NONDIR_REPLACEMENT.
46640 #             value returned in "$func_dirname_result"
46641 #   basename: Compute filename of FILE.
46642 #             value retuned in "$func_basename_result"
46643 # Implementation must be kept synchronized with func_dirname
46644 # and func_basename. For efficiency, we do not delegate to
46645 # those functions but instead duplicate the functionality here.
46646 func_dirname_and_basename ()
46647 {
46648   case ${1} in
46649     */*) func_dirname_result="${1%/*}${2}" ;;
46650     *  ) func_dirname_result="${3}" ;;
46651   esac
46652   func_basename_result="${1##*/}"
46653 }
46654
46655 # func_stripname prefix suffix name
46656 # strip PREFIX and SUFFIX off of NAME.
46657 # PREFIX and SUFFIX must not contain globbing or regex special
46658 # characters, hashes, percent signs, but SUFFIX may contain a leading
46659 # dot (in which case that matches only a dot).
46660 func_stripname ()
46661 {
46662   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
46663   # positional parameters, so assign one to ordinary parameter first.
46664   func_stripname_result=${3}
46665   func_stripname_result=${func_stripname_result#"${1}"}
46666   func_stripname_result=${func_stripname_result%"${2}"}
46667 }
46668
46669 # func_opt_split
46670 func_opt_split ()
46671 {
46672   func_opt_split_opt=${1%%=*}
46673   func_opt_split_arg=${1#*=}
46674 }
46675
46676 # func_lo2o object
46677 func_lo2o ()
46678 {
46679   case ${1} in
46680     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
46681     *)    func_lo2o_result=${1} ;;
46682   esac
46683 }
46684
46685 # func_xform libobj-or-source
46686 func_xform ()
46687 {
46688   func_xform_result=${1%.*}.lo
46689 }
46690
46691 # func_arith arithmetic-term...
46692 func_arith ()
46693 {
46694   func_arith_result=$(( $* ))
46695 }
46696
46697 # func_len string
46698 # STRING may not start with a hyphen.
46699 func_len ()
46700 {
46701   func_len_result=${#1}
46702 }
46703
46704 _LT_EOF
46705     ;;
46706   *) # Bourne compatible functions.
46707     cat << \_LT_EOF >> "$cfgfile"
46708
46709 # func_dirname file append nondir_replacement
46710 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
46711 # otherwise set result to NONDIR_REPLACEMENT.
46712 func_dirname ()
46713 {
46714   # Extract subdirectory from the argument.
46715   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
46716   if test "X$func_dirname_result" = "X${1}"; then
46717     func_dirname_result="${3}"
46718   else
46719     func_dirname_result="$func_dirname_result${2}"
46720   fi
46721 }
46722
46723 # func_basename file
46724 func_basename ()
46725 {
46726   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
46727 }
46728
46729
46730 # func_stripname prefix suffix name
46731 # strip PREFIX and SUFFIX off of NAME.
46732 # PREFIX and SUFFIX must not contain globbing or regex special
46733 # characters, hashes, percent signs, but SUFFIX may contain a leading
46734 # dot (in which case that matches only a dot).
46735 # func_strip_suffix prefix name
46736 func_stripname ()
46737 {
46738   case ${2} in
46739     .*) func_stripname_result=`$ECHO "X${3}" \
46740            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
46741     *)  func_stripname_result=`$ECHO "X${3}" \
46742            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
46743   esac
46744 }
46745
46746 # sed scripts:
46747 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
46748 my_sed_long_arg='1s/^-[^=]*=//'
46749
46750 # func_opt_split
46751 func_opt_split ()
46752 {
46753   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
46754   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
46755 }
46756
46757 # func_lo2o object
46758 func_lo2o ()
46759 {
46760   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
46761 }
46762
46763 # func_xform libobj-or-source
46764 func_xform ()
46765 {
46766   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
46767 }
46768
46769 # func_arith arithmetic-term...
46770 func_arith ()
46771 {
46772   func_arith_result=`expr "$@"`
46773 }
46774
46775 # func_len string
46776 # STRING may not start with a hyphen.
46777 func_len ()
46778 {
46779   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
46780 }
46781
46782 _LT_EOF
46783 esac
46784
46785 case $lt_shell_append in
46786   yes)
46787     cat << \_LT_EOF >> "$cfgfile"
46788
46789 # func_append var value
46790 # Append VALUE to the end of shell variable VAR.
46791 func_append ()
46792 {
46793   eval "$1+=\$2"
46794 }
46795 _LT_EOF
46796     ;;
46797   *)
46798     cat << \_LT_EOF >> "$cfgfile"
46799
46800 # func_append var value
46801 # Append VALUE to the end of shell variable VAR.
46802 func_append ()
46803 {
46804   eval "$1=\$$1\$2"
46805 }
46806
46807 _LT_EOF
46808     ;;
46809   esac
46810
46811
46812   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
46813     || (rm -f "$cfgfile"; exit 1)
46814
46815   mv -f "$cfgfile" "$ofile" ||
46816     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
46817   chmod +x "$ofile"
46818
46819
46820     cat <<_LT_EOF >> "$ofile"
46821
46822 # ### BEGIN LIBTOOL TAG CONFIG: CXX
46823
46824 # The linker used to build libraries.
46825 LD=$lt_LD_CXX
46826
46827 # Commands used to build an old-style archive.
46828 old_archive_cmds=$lt_old_archive_cmds_CXX
46829
46830 # A language specific compiler.
46831 CC=$lt_compiler_CXX
46832
46833 # Is the compiler the GNU compiler?
46834 with_gcc=$GCC_CXX
46835
46836 # Compiler flag to turn off builtin functions.
46837 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
46838
46839 # How to pass a linker flag through the compiler.
46840 wl=$lt_lt_prog_compiler_wl_CXX
46841
46842 # Additional compiler flags for building library objects.
46843 pic_flag=$lt_lt_prog_compiler_pic_CXX
46844
46845 # Compiler flag to prevent dynamic linking.
46846 link_static_flag=$lt_lt_prog_compiler_static_CXX
46847
46848 # Does compiler simultaneously support -c and -o options?
46849 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
46850
46851 # Whether or not to add -lc for building shared libraries.
46852 build_libtool_need_lc=$archive_cmds_need_lc_CXX
46853
46854 # Whether or not to disallow shared libs when runtime libs are static.
46855 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
46856
46857 # Compiler flag to allow reflexive dlopens.
46858 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
46859
46860 # Compiler flag to generate shared objects directly from archives.
46861 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
46862
46863 # Whether the compiler copes with passing no objects directly.
46864 compiler_needs_object=$lt_compiler_needs_object_CXX
46865
46866 # Create an old-style archive from a shared archive.
46867 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
46868
46869 # Create a temporary old-style archive to link instead of a shared archive.
46870 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
46871
46872 # Commands used to build a shared archive.
46873 archive_cmds=$lt_archive_cmds_CXX
46874 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
46875
46876 # Commands used to build a loadable module if different from building
46877 # a shared archive.
46878 module_cmds=$lt_module_cmds_CXX
46879 module_expsym_cmds=$lt_module_expsym_cmds_CXX
46880
46881 # Whether we are building with GNU ld or not.
46882 with_gnu_ld=$lt_with_gnu_ld_CXX
46883
46884 # Flag that allows shared libraries with undefined symbols to be built.
46885 allow_undefined_flag=$lt_allow_undefined_flag_CXX
46886
46887 # Flag that enforces no undefined symbols.
46888 no_undefined_flag=$lt_no_undefined_flag_CXX
46889
46890 # Flag to hardcode \$libdir into a binary during linking.
46891 # This must work even if \$libdir does not exist
46892 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
46893
46894 # If ld is used when linking, flag to hardcode \$libdir into a binary
46895 # during linking.  This must work even if \$libdir does not exist.
46896 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
46897
46898 # Whether we need a single "-rpath" flag with a separated argument.
46899 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
46900
46901 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
46902 # DIR into the resulting binary.
46903 hardcode_direct=$hardcode_direct_CXX
46904
46905 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
46906 # DIR into the resulting binary and the resulting library dependency is
46907 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
46908 # library is relocated.
46909 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
46910
46911 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
46912 # into the resulting binary.
46913 hardcode_minus_L=$hardcode_minus_L_CXX
46914
46915 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
46916 # into the resulting binary.
46917 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
46918
46919 # Set to "yes" if building a shared library automatically hardcodes DIR
46920 # into the library and all subsequent libraries and executables linked
46921 # against it.
46922 hardcode_automatic=$hardcode_automatic_CXX
46923
46924 # Set to yes if linker adds runtime paths of dependent libraries
46925 # to runtime path list.
46926 inherit_rpath=$inherit_rpath_CXX
46927
46928 # Whether libtool must link a program against all its dependency libraries.
46929 link_all_deplibs=$link_all_deplibs_CXX
46930
46931 # Fix the shell variable \$srcfile for the compiler.
46932 fix_srcfile_path=$lt_fix_srcfile_path_CXX
46933
46934 # Set to "yes" if exported symbols are required.
46935 always_export_symbols=$always_export_symbols_CXX
46936
46937 # The commands to list exported symbols.
46938 export_symbols_cmds=$lt_export_symbols_cmds_CXX
46939
46940 # Symbols that should not be listed in the preloaded symbols.
46941 exclude_expsyms=$lt_exclude_expsyms_CXX
46942
46943 # Symbols that must always be exported.
46944 include_expsyms=$lt_include_expsyms_CXX
46945
46946 # Commands necessary for linking programs (against libraries) with templates.
46947 prelink_cmds=$lt_prelink_cmds_CXX
46948
46949 # Specify filename containing input files.
46950 file_list_spec=$lt_file_list_spec_CXX
46951
46952 # How to hardcode a shared library path into an executable.
46953 hardcode_action=$hardcode_action_CXX
46954
46955 # The directories searched by this compiler when creating a shared library.
46956 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
46957
46958 # Dependencies to place before and after the objects being linked to
46959 # create a shared library.
46960 predep_objects=$lt_predep_objects_CXX
46961 postdep_objects=$lt_postdep_objects_CXX
46962 predeps=$lt_predeps_CXX
46963 postdeps=$lt_postdeps_CXX
46964
46965 # The library search path used internally by the compiler when linking
46966 # a shared library.
46967 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
46968
46969 # ### END LIBTOOL TAG CONFIG: CXX
46970 _LT_EOF
46971
46972  ;;
46973     "default-1":C)
46974     for ac_file in $CONFIG_FILES; do
46975       # Support "outfile[:infile[:infile...]]"
46976       case "$ac_file" in
46977         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
46978       esac
46979       # PO directories have a Makefile.in generated from Makefile.in.in.
46980       case "$ac_file" in */Makefile.in)
46981         # Adjust a relative srcdir.
46982         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
46983         ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
46984         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
46985         # In autoconf-2.13 it is called $ac_given_srcdir.
46986         # In autoconf-2.50 it is called $srcdir.
46987         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
46988         case "$ac_given_srcdir" in
46989           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
46990           /*) top_srcdir="$ac_given_srcdir" ;;
46991           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
46992         esac
46993         # Treat a directory as a PO directory if and only if it has a
46994         # POTFILES.in file. This allows packages to have multiple PO
46995         # directories under different names or in different locations.
46996         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
46997           rm -f "$ac_dir/POTFILES"
46998           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
46999           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
47000           POMAKEFILEDEPS="POTFILES.in"
47001           # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
47002           # on $ac_dir but don't depend on user-specified configuration
47003           # parameters.
47004           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
47005             # The LINGUAS file contains the set of available languages.
47006             if test -n "$OBSOLETE_ALL_LINGUAS"; then
47007               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
47008             fi
47009             ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
47010             # Hide the ALL_LINGUAS assigment from automake.
47011             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
47012             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
47013           else
47014             # The set of available languages was given in configure.in.
47015             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
47016           fi
47017           # Compute POFILES
47018           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
47019           # Compute UPDATEPOFILES
47020           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
47021           # Compute DUMMYPOFILES
47022           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
47023           # Compute GMOFILES
47024           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
47025           case "$ac_given_srcdir" in
47026             .) srcdirpre= ;;
47027             *) srcdirpre='$(srcdir)/' ;;
47028           esac
47029           POFILES=
47030           UPDATEPOFILES=
47031           DUMMYPOFILES=
47032           GMOFILES=
47033           for lang in $ALL_LINGUAS; do
47034             POFILES="$POFILES $srcdirpre$lang.po"
47035             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
47036             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
47037             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
47038           done
47039           # CATALOGS depends on both $ac_dir and the user's LINGUAS
47040           # environment variable.
47041           INST_LINGUAS=
47042           if test -n "$ALL_LINGUAS"; then
47043             for presentlang in $ALL_LINGUAS; do
47044               useit=no
47045               if test "%UNSET%" != "$LINGUAS"; then
47046                 desiredlanguages="$LINGUAS"
47047               else
47048                 desiredlanguages="$ALL_LINGUAS"
47049               fi
47050               for desiredlang in $desiredlanguages; do
47051                 # Use the presentlang catalog if desiredlang is
47052                 #   a. equal to presentlang, or
47053                 #   b. a variant of presentlang (because in this case,
47054                 #      presentlang can be used as a fallback for messages
47055                 #      which are not translated in the desiredlang catalog).
47056                 case "$desiredlang" in
47057                   "$presentlang"*) useit=yes;;
47058                 esac
47059               done
47060               if test $useit = yes; then
47061                 INST_LINGUAS="$INST_LINGUAS $presentlang"
47062               fi
47063             done
47064           fi
47065           CATALOGS=
47066           if test -n "$INST_LINGUAS"; then
47067             for lang in $INST_LINGUAS; do
47068               CATALOGS="$CATALOGS $lang.gmo"
47069             done
47070           fi
47071           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
47072           sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
47073           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
47074             if test -f "$f"; then
47075               case "$f" in
47076                 *.orig | *.bak | *~) ;;
47077                 *) cat "$f" >> "$ac_dir/Makefile" ;;
47078               esac
47079             fi
47080           done
47081         fi
47082         ;;
47083       esac
47084     done ;;
47085     "default":C)
47086  ;;
47087
47088   esac
47089 done # for ac_tag
47090
47091
47092 { (exit 0); exit 0; }
47093 _ACEOF
47094 chmod +x $CONFIG_STATUS
47095 ac_clean_files=$ac_clean_files_save
47096
47097
47098 # configure is writing to config.log, and then calls config.status.
47099 # config.status does its own redirection, appending to config.log.
47100 # Unfortunately, on DOS this fails, as config.log is still kept open
47101 # by configure, so config.status won't be able to write to it; its
47102 # output is simply discarded.  So we exec the FD to /dev/null,
47103 # effectively closing config.log, so it can be properly (re)opened and
47104 # appended to by config.status.  When coming back to configure, we
47105 # need to make the FD available again.
47106 if test "$no_create" != yes; then
47107   ac_cs_success=:
47108   ac_config_status_args=
47109   test "$silent" = yes &&
47110     ac_config_status_args="$ac_config_status_args --quiet"
47111   exec 5>/dev/null
47112   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
47113   exec 5>>config.log
47114   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
47115   # would make configure fail if this is the last instruction.
47116   $ac_cs_success || { (exit 1); exit 1; }
47117 fi
47118
47119
47120 if test "${support_bat}" = "yes" ; then
47121    if test "x$QMAKE" = "xnone"; then
47122       { { echo "$as_me:$LINENO: error: Could not find qmake $PATH. Check your Qt installation" >&5
47123 echo "$as_me: error: Could not find qmake $PATH. Check your Qt installation" >&2;}
47124    { (exit 1); exit 1; }; }
47125    fi
47126
47127    QMAKEBIN="qmake"
47128    cd src/qt-console
47129    echo "Creating bat Makefile"
47130    touch bat
47131    chmod 755 bat
47132    rm -f Makefile
47133    $QMAKEBIN
47134    ${MAKE:-make} clean
47135    cd ${BUILD_DIR}
47136 fi
47137
47138 if test X"$GCC" = "Xyes" ; then
47139   echo "Doing make of dependencies"
47140   ${MAKE:-make} depend
47141 fi
47142
47143 cd src/qt-console
47144 chmod 755 install_conf_file build-depkgs-qt-console
47145 cd ${BUILD_DIR}
47146
47147 cd scripts
47148 chmod 755 startmysql stopmysql bacula startit stopit btraceback mtx-changer
47149 chmod 755 dvd-handler dvd-simulator
47150 chmod 755 bconsole gconsole mtx-changer devel_bacula logrotate
47151 cd ..
47152
47153 c=updatedb
47154 chmod 755 $c/update_mysql_tables_10_to_11   $c/update_sqlite3_tables_10_to_11
47155 chmod 755 $c/update_postgresql_tables_10_to_11
47156
47157 c=src/cats
47158
47159 chmod 755 $c/create_bacula_database   $c/update_bacula_tables  $c/make_bacula_tables
47160 chmod 755 $c/grant_bacula_privileges  $c/drop_bacula_tables    $c/drop_bacula_database
47161
47162 chmod 755 $c/create_bdb_database      $c/update_bdb_tables     $c/make_bdb_tables
47163 chmod 755 $c/grant_bdb_privileges     $c/drop_bdb_tables       $c/drop_bdb_database
47164
47165 chmod 755 $c/create_mysql_database    $c/update_mysql_tables   $c/make_mysql_tables
47166 chmod 755 $c/grant_mysql_privileges   $c/drop_mysql_tables     $c/drop_mysql_database
47167
47168 chmod 755 $c/create_sqlite3_database   $c/update_sqlite3_tables  $c/make_sqlite3_tables
47169 chmod 755 $c/grant_sqlite3_privileges  $c/drop_sqlite3_tables    $c/drop_sqlite3_database
47170
47171 chmod 755 $c/create_postgresql_database  $c/update_postgresql_tables $c/make_postgresql_tables
47172 chmod 755 $c/grant_postgresql_privileges $c/drop_postgresql_tables   $c/drop_postgresql_database
47173
47174 chmod 755 $c/create_ingres_database  $c/update_ingres_tables $c/make_ingres_tables
47175 chmod 755 $c/grant_ingres_privileges $c/drop_ingres_tables   $c/drop_ingres_database
47176
47177
47178 chmod 755 $c/make_catalog_backup $c/delete_catalog_backup  $c/make_catalog_backup.pl
47179 chmod 755 $c/sqlite
47180 chmod 755 $c/mysql
47181
47182 chmod 755 src/win32/build-depkgs-mingw32
47183
47184 if test "x$ac_cv_sys_largefile_CFLAGS" != "xno" ; then
47185    largefile_support="yes"
47186 fi
47187
47188 if test X"$GCC" = "Xyes" ; then
47189                CCVERSION=`${CC} --version | tr '\n' ' ' | cut -f 3 -d ' '`
47190    if test "x${CCVERSION}" = "x" ; then
47191       CCVERSION=`${CC} --version | tr '\n' ' ' | cut -f 1 -d ' '`
47192    fi
47193    CXXVERSION=`${CXX} --version | tr '\n' ' ' | cut -f 3 -d ' '`
47194    if test x"${CXXVERSION}" = x ; then
47195       CXXVERSION=`${CXX} --version | tr '\n' ' ' | cut -f 1 -d ' '`
47196    fi
47197 fi
47198
47199 # clean up any old junk
47200 echo " "
47201 echo "Cleaning up"
47202 echo " "
47203 ${MAKE:-make} clean
47204
47205 if test "x${db_type}" = "xInternal" ; then
47206    echo " "
47207    echo " "
47208    echo "You have not specified either --enable-client-only or one of the"
47209    echo "  supported databases: MySQL, PostgreSQL, Ingres, SQLite3 or DBI."
47210    echo "  This is not permitted. Please reconfigure."
47211    echo " "
47212    echo "Aborting the configuration ..."
47213    echo " "
47214    echo " "
47215    exit 1
47216 fi
47217
47218 echo "
47219 Configuration on `date`:
47220
47221    Host:                    ${host}${post_host} -- ${DISTNAME} ${DISTVER}
47222    Bacula version:          ${BACULA} ${VERSION} (${DATE})
47223    Source code location:    ${srcdir}
47224    Install binaries:        ${sbindir}
47225    Install libraries:       ${libdir}
47226    Install config files:    ${sysconfdir}
47227    Scripts directory:       ${scriptdir}
47228    Archive directory:       ${archivedir}
47229    Working directory:       ${working_dir}
47230    PID directory:           ${piddir}
47231    Subsys directory:        ${subsysdir}
47232    Man directory:           ${mandir}
47233    Data directory:          ${datarootdir}
47234    Plugin directory:        ${plugindir}
47235    C Compiler:              ${CC} ${CCVERSION}
47236    C++ Compiler:            ${CXX} ${CXXVERSION}
47237    Compiler flags:          ${WCFLAGS} ${CFLAGS}
47238    Linker flags:            ${WLDFLAGS} ${LDFLAGS}
47239    Libraries:               ${LIBS}
47240    Statically Linked Tools: ${support_static_tools}
47241    Statically Linked FD:    ${support_static_fd}
47242    Statically Linked SD:    ${support_static_sd}
47243    Statically Linked DIR:   ${support_static_dir}
47244    Statically Linked CONS:  ${support_static_cons}
47245    Database type:           ${db_type}
47246    Database port:           ${db_port}
47247    Database lib:            ${DB_LIBS}
47248    Database name:           ${db_name}
47249    Database user:           ${db_user}
47250
47251    Job Output Email:        ${job_email}
47252    Traceback Email:         ${dump_email}
47253    SMTP Host Address:       ${smtp_host}
47254
47255    Director Port:           ${dir_port}
47256    File daemon Port:        ${fd_port}
47257    Storage daemon Port:     ${sd_port}
47258
47259    Director User:           ${dir_user}
47260    Director Group:          ${dir_group}
47261    Storage Daemon User:     ${sd_user}
47262    Storage DaemonGroup:     ${sd_group}
47263    File Daemon User:        ${fd_user}
47264    File Daemon Group:       ${fd_group}
47265
47266    SQL binaries Directory   ${SQL_BINDIR}
47267
47268    Large file support:      $largefile_support
47269    Bacula conio support:    ${got_conio} ${CONS_LIBS}
47270    readline support:        ${got_readline} ${PRTREADLINE_SRC}
47271    TCP Wrappers support:    ${TCPW_MSG} ${WRAPLIBS}
47272    TLS support:             ${support_tls}
47273    Encryption support:      ${support_crypto}
47274    ZLIB support:            ${have_zlib}
47275    enable-smartalloc:       ${support_smartalloc}
47276    enable-lockmgr:          ${support_lockmgr}
47277    bat support:             ${support_bat}
47278    enable-gnome:            ${support_gnome} ${gnome_version}
47279    enable-bwx-console:      ${support_wx_console} ${wx_version}
47280    enable-tray-monitor:     ${support_tray_monitor}
47281    client-only:             ${build_client_only}
47282    build-dird:              ${build_dird}
47283    build-stored:            ${build_stored}
47284    Plugin support:          ${have_plugins}
47285    ACL support:             ${have_acl}
47286    XATTR support:           ${have_xattr}
47287    Python support:          ${support_python} ${PYTHON_LIBS}
47288    Batch insert enabled:    ${support_batch_insert}
47289
47290   " > config.out
47291
47292 # create a small shell script useful for support with
47293 # configure options and config.out info
47294 cat > scripts/bacula_config << EOF
47295 #!/bin/sh
47296 cat << __EOC__
47297 $ $0 $ac_configure_args
47298 EOF
47299 cat config.out >> scripts/bacula_config
47300 echo __EOC__ >> scripts/bacula_config
47301 chmod 755 scripts/bacula_config
47302
47303 cat config.out
47304
47305 # Display a warning message if postgresql client lib is <= 8.1
47306 if test x$DB_TYPE = xpostgresql -a x$ac_cv_lib_pq_PQisthreadsafe != xyes \
47307         -a x$support_batch_insert = xyes
47308 then
47309         echo "WARNING: Your PostgreSQL client library is too old to detect "
47310         echo " if it was compiled with --enable-thread-safety, consider to"
47311         echo " upgrade it in order to avoid problems with Batch insert mode"
47312         echo
47313 fi
47314