]> git.sur5r.net Git - bacula/bacula/blob - bacula/configure
ec644874fbd82fd07c2b2fdfef4d31702ee8bad1
[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 BDB_VERSION
815 LIBBAC_LT_RELEASE
816 LIBBACCFG_LT_RELEASE
817 LIBBACPY_LT_RELEASE
818 LIBBACSQL_LT_RELEASE
819 LIBBACFIND_LT_RELEASE
820 CC
821 CFLAGS
822 LDFLAGS
823 CPPFLAGS
824 ac_ct_CC
825 EXEEXT
826 OBJEXT
827 CXX
828 CXXFLAGS
829 ac_ct_CXX
830 CPP
831 GREP
832 EGREP
833 INSTALL_PROGRAM
834 INSTALL_SCRIPT
835 INSTALL_DATA
836 MV
837 REMOVE
838 CP
839 SED
840 ECHO
841 CMP
842 TBL
843 AR
844 OPENSSL
845 MTX
846 DD
847 MKISOFS
848 PYTHON
849 GROWISOFS
850 DVDRWMEDIAINFO
851 DVDRWFORMAT
852 PKGCONFIG
853 QMAKE
854 GMAKE
855 WXCONFIG
856 WXFLAGS
857 CDRECORD
858 PIDOF
859 AWK
860 ARFLAGS
861 MAKE_SHELL
862 LOCAL_LIBS
863 LOCAL_CFLAGS
864 LOCAL_LDFLAGS
865 LOCAL_DEFS
866 LIBTOOL
867 build
868 build_cpu
869 build_vendor
870 build_os
871 host
872 host_cpu
873 host_vendor
874 host_os
875 FGREP
876 LD
877 DUMPBIN
878 ac_ct_DUMPBIN
879 NM
880 LN_S
881 OBJDUMP
882 STRIP
883 RANLIB
884 lt_ECHO
885 DSYMUTIL
886 NMEDIT
887 LIPO
888 OTOOL
889 OTOOL64
890 CXXCPP
891 DEFAULT_OBJECT_TYPE
892 DEFAULT_ARCHIVE_TYPE
893 DEFAULT_SHARED_OBJECT_TYPE
894 LIBTOOL_INSTALL_TARGET
895 LIBTOOL_UNINSTALL_TARGET
896 LIBTOOL_CLEAN_TARGET
897 QMAKE_LIBTOOL
898 FD_PLUGIN_DIR
899 INCLUDE_INSTALL_TARGET
900 INCLUDE_UNINSTALL_TARGET
901 HAVE_SUN_OS_TRUE
902 HAVE_SUN_OS_FALSE
903 HAVE_OSF1_OS_TRUE
904 HAVE_OSF1_OS_FALSE
905 HAVE_AIX_OS_TRUE
906 HAVE_AIX_OS_FALSE
907 HAVE_HPUX_OS_TRUE
908 HAVE_HPUX_OS_FALSE
909 HAVE_LINUX_OS_TRUE
910 HAVE_LINUX_OS_FALSE
911 HAVE_FREEBSD_OS_TRUE
912 HAVE_FREEBSD_OS_FALSE
913 HAVE_NETBSD_OS_TRUE
914 HAVE_NETBSD_OS_FALSE
915 HAVE_OPENBSD_OS_TRUE
916 HAVE_OPENBSD_OS_FALSE
917 HAVE_BSDI_OS_TRUE
918 HAVE_BSDI_OS_FALSE
919 HAVE_SGI_OS_TRUE
920 HAVE_SGI_OS_FALSE
921 HAVE_IRIX_OS_TRUE
922 HAVE_IRIX_OS_FALSE
923 HAVE_DARWIN_OS_TRUE
924 HAVE_DARWIN_OS_FALSE
925 SET_MAKE
926 MKINSTALLDIRS
927 USE_NLS
928 MSGFMT
929 GMSGFMT
930 XGETTEXT
931 MSGMERGE
932 INTL_MACOSX_LIBS
933 LIBICONV
934 LTLIBICONV
935 INTLLIBS
936 LIBINTL
937 LTLIBINTL
938 POSUB
939 GLIBC2
940 ALLOCA
941 GLIBC21
942 HAVE_POSIX_PRINTF
943 HAVE_ASPRINTF
944 HAVE_SNPRINTF
945 HAVE_WPRINTF
946 INTLBISON
947 BUILD_INCLUDED_LIBINTL
948 USE_INCLUDED_LIBINTL
949 CATOBJEXT
950 DATADIRNAME
951 INSTOBJEXT
952 GENCAT
953 INTLOBJS
954 INTL_LIBTOOL_SUFFIX_PREFIX
955 BAT_DIR
956 QWT_INC
957 QWT_LDFLAGS
958 QWT_LIB
959 QWT
960 WXCONS_CPPFLAGS
961 WXCONS_LDFLAGS
962 WX_DIR
963 TRAY_MONITOR_CPPFLAGS
964 TRAY_MONITOR_LDFLAGS
965 TRAY_MONITOR_DIR
966 TTOOL_LDFLAGS
967 STATIC_FD
968 STATIC_SD
969 STATIC_DIR
970 STATIC_CONS
971 STATIC_GNOME_CONS
972 STATIC_WX_CONS
973 ALL_DIRS
974 DIRD_DIR
975 DIR_TOOLS
976 STORED_DIR
977 CONS_INC
978 CONS_OBJ
979 CONS_SRC
980 CONS_LIBS
981 CONS_LDFLAGS
982 READLINE_SRC
983 PYTHON_LIBS
984 PYTHON_INCDIR
985 OPENSSL_LIBS
986 OPENSSL_INC
987 working_dir
988 archivedir
989 basename
990 hostname
991 scriptdir
992 bsrdir
993 logdir
994 plugindir
995 dump_email
996 job_email
997 smtp_host
998 piddir
999 subsysdir
1000 baseport
1001 dir_port
1002 fd_port
1003 sd_port
1004 dir_password
1005 fd_password
1006 sd_password
1007 mon_dir_password
1008 mon_fd_password
1009 mon_sd_password
1010 db_name
1011 db_user
1012 db_password
1013 db_port
1014 dir_user
1015 dir_group
1016 sd_user
1017 sd_group
1018 fd_user
1019 fd_group
1020 SBINPERM
1021 SQL_LFLAGS
1022 SQL_INCLUDE
1023 SQL_BINDIR
1024 DBI_DBD_DRIVERDIR
1025 uncomment_dbi
1026 DB_PROG
1027 DB_PROG_LIB
1028 cats
1029 DB_TYPE
1030 GETCONF
1031 XMKMF
1032 X_CFLAGS
1033 X_PRE_LIBS
1034 X_LIBS
1035 X_EXTRA_LIBS
1036 LIBOBJS
1037 ZLIBS
1038 AFS_CFLAGS
1039 AFS_LIBS
1040 CAP_LIBS
1041 FDLIBS
1042 DEBUG
1043 DINCLUDE
1044 DLIB
1045 DB_LIBS
1046 WCFLAGS
1047 WLDFLAGS
1048 WRAPLIBS
1049 OBJLIST
1050 TAPEDRIVE
1051 PSCMD
1052 WIN32
1053 MACOSX
1054 DISTNAME
1055 DISTVER
1056 LTLIBOBJS'
1057 ac_subst_files='MCOMMON'
1058       ac_precious_vars='build_alias
1059 host_alias
1060 target_alias
1061 CC
1062 CFLAGS
1063 LDFLAGS
1064 LIBS
1065 CPPFLAGS
1066 CXX
1067 CXXFLAGS
1068 CCC
1069 CPP
1070 WXCONFIG
1071 WXFLAGS
1072 CXXCPP
1073 XMKMF'
1074
1075
1076 # Initialize some variables set by options.
1077 ac_init_help=
1078 ac_init_version=false
1079 # The variables have the same names as the options, with
1080 # dashes changed to underlines.
1081 cache_file=/dev/null
1082 exec_prefix=NONE
1083 no_create=
1084 no_recursion=
1085 prefix=NONE
1086 program_prefix=NONE
1087 program_suffix=NONE
1088 program_transform_name=s,x,x,
1089 silent=
1090 site=
1091 srcdir=
1092 verbose=
1093 x_includes=NONE
1094 x_libraries=NONE
1095
1096 # Installation directory options.
1097 # These are left unexpanded so users can "make install exec_prefix=/foo"
1098 # and all the variables that are supposed to be based on exec_prefix
1099 # by default will actually change.
1100 # Use braces instead of parens because sh, perl, etc. also accept them.
1101 # (The list follows the same order as the GNU Coding Standards.)
1102 bindir='${exec_prefix}/bin'
1103 sbindir='${exec_prefix}/sbin'
1104 libexecdir='${exec_prefix}/libexec'
1105 datarootdir='${prefix}/share'
1106 datadir='${datarootdir}'
1107 sysconfdir='${prefix}/etc'
1108 sharedstatedir='${prefix}/com'
1109 localstatedir='${prefix}/var'
1110 includedir='${prefix}/include'
1111 oldincludedir='/usr/include'
1112 docdir='${datarootdir}/doc/${PACKAGE}'
1113 infodir='${datarootdir}/info'
1114 htmldir='${docdir}'
1115 dvidir='${docdir}'
1116 pdfdir='${docdir}'
1117 psdir='${docdir}'
1118 libdir='${exec_prefix}/lib'
1119 localedir='${datarootdir}/locale'
1120 mandir='${datarootdir}/man'
1121
1122 ac_prev=
1123 ac_dashdash=
1124 for ac_option
1125 do
1126   # If the previous option needs an argument, assign it.
1127   if test -n "$ac_prev"; then
1128     eval $ac_prev=\$ac_option
1129     ac_prev=
1130     continue
1131   fi
1132
1133   case $ac_option in
1134   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1135   *)    ac_optarg=yes ;;
1136   esac
1137
1138   # Accept the important Cygnus configure options, so we can diagnose typos.
1139
1140   case $ac_dashdash$ac_option in
1141   --)
1142     ac_dashdash=yes ;;
1143
1144   -bindir | --bindir | --bindi | --bind | --bin | --bi)
1145     ac_prev=bindir ;;
1146   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1147     bindir=$ac_optarg ;;
1148
1149   -build | --build | --buil | --bui | --bu)
1150     ac_prev=build_alias ;;
1151   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1152     build_alias=$ac_optarg ;;
1153
1154   -cache-file | --cache-file | --cache-fil | --cache-fi \
1155   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1156     ac_prev=cache_file ;;
1157   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1158   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1159     cache_file=$ac_optarg ;;
1160
1161   --config-cache | -C)
1162     cache_file=config.cache ;;
1163
1164   -datadir | --datadir | --datadi | --datad)
1165     ac_prev=datadir ;;
1166   -datadir=* | --datadir=* | --datadi=* | --datad=*)
1167     datadir=$ac_optarg ;;
1168
1169   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1170   | --dataroo | --dataro | --datar)
1171     ac_prev=datarootdir ;;
1172   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1173   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1174     datarootdir=$ac_optarg ;;
1175
1176   -disable-* | --disable-*)
1177     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1178     # Reject names that are not valid shell variable names.
1179     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1180       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1181    { (exit 1); exit 1; }; }
1182     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1183     eval enable_$ac_feature=no ;;
1184
1185   -docdir | --docdir | --docdi | --doc | --do)
1186     ac_prev=docdir ;;
1187   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1188     docdir=$ac_optarg ;;
1189
1190   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1191     ac_prev=dvidir ;;
1192   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1193     dvidir=$ac_optarg ;;
1194
1195   -enable-* | --enable-*)
1196     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1197     # Reject names that are not valid shell variable names.
1198     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1199       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1200    { (exit 1); exit 1; }; }
1201     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1202     eval enable_$ac_feature=\$ac_optarg ;;
1203
1204   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1205   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1206   | --exec | --exe | --ex)
1207     ac_prev=exec_prefix ;;
1208   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1209   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1210   | --exec=* | --exe=* | --ex=*)
1211     exec_prefix=$ac_optarg ;;
1212
1213   -gas | --gas | --ga | --g)
1214     # Obsolete; use --with-gas.
1215     with_gas=yes ;;
1216
1217   -help | --help | --hel | --he | -h)
1218     ac_init_help=long ;;
1219   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1220     ac_init_help=recursive ;;
1221   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1222     ac_init_help=short ;;
1223
1224   -host | --host | --hos | --ho)
1225     ac_prev=host_alias ;;
1226   -host=* | --host=* | --hos=* | --ho=*)
1227     host_alias=$ac_optarg ;;
1228
1229   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1230     ac_prev=htmldir ;;
1231   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1232   | --ht=*)
1233     htmldir=$ac_optarg ;;
1234
1235   -includedir | --includedir | --includedi | --included | --include \
1236   | --includ | --inclu | --incl | --inc)
1237     ac_prev=includedir ;;
1238   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1239   | --includ=* | --inclu=* | --incl=* | --inc=*)
1240     includedir=$ac_optarg ;;
1241
1242   -infodir | --infodir | --infodi | --infod | --info | --inf)
1243     ac_prev=infodir ;;
1244   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1245     infodir=$ac_optarg ;;
1246
1247   -libdir | --libdir | --libdi | --libd)
1248     ac_prev=libdir ;;
1249   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1250     libdir=$ac_optarg ;;
1251
1252   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1253   | --libexe | --libex | --libe)
1254     ac_prev=libexecdir ;;
1255   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1256   | --libexe=* | --libex=* | --libe=*)
1257     libexecdir=$ac_optarg ;;
1258
1259   -localedir | --localedir | --localedi | --localed | --locale)
1260     ac_prev=localedir ;;
1261   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1262     localedir=$ac_optarg ;;
1263
1264   -localstatedir | --localstatedir | --localstatedi | --localstated \
1265   | --localstate | --localstat | --localsta | --localst | --locals)
1266     ac_prev=localstatedir ;;
1267   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1268   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1269     localstatedir=$ac_optarg ;;
1270
1271   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1272     ac_prev=mandir ;;
1273   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1274     mandir=$ac_optarg ;;
1275
1276   -nfp | --nfp | --nf)
1277     # Obsolete; use --without-fp.
1278     with_fp=no ;;
1279
1280   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1281   | --no-cr | --no-c | -n)
1282     no_create=yes ;;
1283
1284   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1285   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1286     no_recursion=yes ;;
1287
1288   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1289   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1290   | --oldin | --oldi | --old | --ol | --o)
1291     ac_prev=oldincludedir ;;
1292   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1293   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1294   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1295     oldincludedir=$ac_optarg ;;
1296
1297   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1298     ac_prev=prefix ;;
1299   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1300     prefix=$ac_optarg ;;
1301
1302   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1303   | --program-pre | --program-pr | --program-p)
1304     ac_prev=program_prefix ;;
1305   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1306   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1307     program_prefix=$ac_optarg ;;
1308
1309   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1310   | --program-suf | --program-su | --program-s)
1311     ac_prev=program_suffix ;;
1312   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1313   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1314     program_suffix=$ac_optarg ;;
1315
1316   -program-transform-name | --program-transform-name \
1317   | --program-transform-nam | --program-transform-na \
1318   | --program-transform-n | --program-transform- \
1319   | --program-transform | --program-transfor \
1320   | --program-transfo | --program-transf \
1321   | --program-trans | --program-tran \
1322   | --progr-tra | --program-tr | --program-t)
1323     ac_prev=program_transform_name ;;
1324   -program-transform-name=* | --program-transform-name=* \
1325   | --program-transform-nam=* | --program-transform-na=* \
1326   | --program-transform-n=* | --program-transform-=* \
1327   | --program-transform=* | --program-transfor=* \
1328   | --program-transfo=* | --program-transf=* \
1329   | --program-trans=* | --program-tran=* \
1330   | --progr-tra=* | --program-tr=* | --program-t=*)
1331     program_transform_name=$ac_optarg ;;
1332
1333   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1334     ac_prev=pdfdir ;;
1335   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1336     pdfdir=$ac_optarg ;;
1337
1338   -psdir | --psdir | --psdi | --psd | --ps)
1339     ac_prev=psdir ;;
1340   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1341     psdir=$ac_optarg ;;
1342
1343   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1344   | -silent | --silent | --silen | --sile | --sil)
1345     silent=yes ;;
1346
1347   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1348     ac_prev=sbindir ;;
1349   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1350   | --sbi=* | --sb=*)
1351     sbindir=$ac_optarg ;;
1352
1353   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1354   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1355   | --sharedst | --shareds | --shared | --share | --shar \
1356   | --sha | --sh)
1357     ac_prev=sharedstatedir ;;
1358   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1359   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1360   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1361   | --sha=* | --sh=*)
1362     sharedstatedir=$ac_optarg ;;
1363
1364   -site | --site | --sit)
1365     ac_prev=site ;;
1366   -site=* | --site=* | --sit=*)
1367     site=$ac_optarg ;;
1368
1369   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1370     ac_prev=srcdir ;;
1371   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1372     srcdir=$ac_optarg ;;
1373
1374   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1375   | --syscon | --sysco | --sysc | --sys | --sy)
1376     ac_prev=sysconfdir ;;
1377   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1378   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1379     sysconfdir=$ac_optarg ;;
1380
1381   -target | --target | --targe | --targ | --tar | --ta | --t)
1382     ac_prev=target_alias ;;
1383   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1384     target_alias=$ac_optarg ;;
1385
1386   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1387     verbose=yes ;;
1388
1389   -version | --version | --versio | --versi | --vers | -V)
1390     ac_init_version=: ;;
1391
1392   -with-* | --with-*)
1393     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1394     # Reject names that are not valid shell variable names.
1395     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1396       { echo "$as_me: error: invalid package name: $ac_package" >&2
1397    { (exit 1); exit 1; }; }
1398     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1399     eval with_$ac_package=\$ac_optarg ;;
1400
1401   -without-* | --without-*)
1402     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1403     # Reject names that are not valid shell variable names.
1404     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1405       { echo "$as_me: error: invalid package name: $ac_package" >&2
1406    { (exit 1); exit 1; }; }
1407     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1408     eval with_$ac_package=no ;;
1409
1410   --x)
1411     # Obsolete; use --with-x.
1412     with_x=yes ;;
1413
1414   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1415   | --x-incl | --x-inc | --x-in | --x-i)
1416     ac_prev=x_includes ;;
1417   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1418   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1419     x_includes=$ac_optarg ;;
1420
1421   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1422   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1423     ac_prev=x_libraries ;;
1424   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1425   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1426     x_libraries=$ac_optarg ;;
1427
1428   -*) { echo "$as_me: error: unrecognized option: $ac_option
1429 Try \`$0 --help' for more information." >&2
1430    { (exit 1); exit 1; }; }
1431     ;;
1432
1433   *=*)
1434     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1435     # Reject names that are not valid shell variable names.
1436     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1437       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1438    { (exit 1); exit 1; }; }
1439     eval $ac_envvar=\$ac_optarg
1440     export $ac_envvar ;;
1441
1442   *)
1443     # FIXME: should be removed in autoconf 3.0.
1444     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1445     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1446       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1447     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1448     ;;
1449
1450   esac
1451 done
1452
1453 if test -n "$ac_prev"; then
1454   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1455   { echo "$as_me: error: missing argument to $ac_option" >&2
1456    { (exit 1); exit 1; }; }
1457 fi
1458
1459 # Be sure to have absolute directory names.
1460 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1461                 datadir sysconfdir sharedstatedir localstatedir includedir \
1462                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1463                 libdir localedir mandir
1464 do
1465   eval ac_val=\$$ac_var
1466   case $ac_val in
1467     [\\/$]* | ?:[\\/]* )  continue;;
1468     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1469   esac
1470   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1471    { (exit 1); exit 1; }; }
1472 done
1473
1474 # There might be people who depend on the old broken behavior: `$host'
1475 # used to hold the argument of --host etc.
1476 # FIXME: To remove some day.
1477 build=$build_alias
1478 host=$host_alias
1479 target=$target_alias
1480
1481 # FIXME: To remove some day.
1482 if test "x$host_alias" != x; then
1483   if test "x$build_alias" = x; then
1484     cross_compiling=maybe
1485     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1486     If a cross compiler is detected then cross compile mode will be used." >&2
1487   elif test "x$build_alias" != "x$host_alias"; then
1488     cross_compiling=yes
1489   fi
1490 fi
1491
1492 ac_tool_prefix=
1493 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1494
1495 test "$silent" = yes && exec 6>/dev/null
1496
1497
1498 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1499 ac_ls_di=`ls -di .` &&
1500 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1501   { echo "$as_me: error: Working directory cannot be determined" >&2
1502    { (exit 1); exit 1; }; }
1503 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1504   { echo "$as_me: error: pwd does not report name of working directory" >&2
1505    { (exit 1); exit 1; }; }
1506
1507
1508 # Find the source files, if location was not specified.
1509 if test -z "$srcdir"; then
1510   ac_srcdir_defaulted=yes
1511   # Try the directory containing this script, then the parent directory.
1512   ac_confdir=`$as_dirname -- "$0" ||
1513 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1514          X"$0" : 'X\(//\)[^/]' \| \
1515          X"$0" : 'X\(//\)$' \| \
1516          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1517 echo X"$0" |
1518     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1519             s//\1/
1520             q
1521           }
1522           /^X\(\/\/\)[^/].*/{
1523             s//\1/
1524             q
1525           }
1526           /^X\(\/\/\)$/{
1527             s//\1/
1528             q
1529           }
1530           /^X\(\/\).*/{
1531             s//\1/
1532             q
1533           }
1534           s/.*/./; q'`
1535   srcdir=$ac_confdir
1536   if test ! -r "$srcdir/$ac_unique_file"; then
1537     srcdir=..
1538   fi
1539 else
1540   ac_srcdir_defaulted=no
1541 fi
1542 if test ! -r "$srcdir/$ac_unique_file"; then
1543   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1544   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1545    { (exit 1); exit 1; }; }
1546 fi
1547 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1548 ac_abs_confdir=`(
1549         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1550    { (exit 1); exit 1; }; }
1551         pwd)`
1552 # When building in place, set srcdir=.
1553 if test "$ac_abs_confdir" = "$ac_pwd"; then
1554   srcdir=.
1555 fi
1556 # Remove unnecessary trailing slashes from srcdir.
1557 # Double slashes in file names in object file debugging info
1558 # mess up M-x gdb in Emacs.
1559 case $srcdir in
1560 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1561 esac
1562 for ac_var in $ac_precious_vars; do
1563   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1564   eval ac_env_${ac_var}_value=\$${ac_var}
1565   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1566   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1567 done
1568
1569 #
1570 # Report the --help message.
1571 #
1572 if test "$ac_init_help" = "long"; then
1573   # Omit some internal or obsolete options to make the list less imposing.
1574   # This message is too long to be a string in the A/UX 3.1 sh.
1575   cat <<_ACEOF
1576 \`configure' configures this package to adapt to many kinds of systems.
1577
1578 Usage: $0 [OPTION]... [VAR=VALUE]...
1579
1580 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1581 VAR=VALUE.  See below for descriptions of some of the useful variables.
1582
1583 Defaults for the options are specified in brackets.
1584
1585 Configuration:
1586   -h, --help              display this help and exit
1587       --help=short        display options specific to this package
1588       --help=recursive    display the short help of all the included packages
1589   -V, --version           display version information and exit
1590   -q, --quiet, --silent   do not print \`checking...' messages
1591       --cache-file=FILE   cache test results in FILE [disabled]
1592   -C, --config-cache      alias for \`--cache-file=config.cache'
1593   -n, --no-create         do not create output files
1594       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1595
1596 Installation directories:
1597   --prefix=PREFIX         install architecture-independent files in PREFIX
1598                           [$ac_default_prefix]
1599   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1600                           [PREFIX]
1601
1602 By default, \`make install' will install all the files in
1603 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1604 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1605 for instance \`--prefix=\$HOME'.
1606
1607 For better control, use the options below.
1608
1609 Fine tuning of the installation directories:
1610   --bindir=DIR           user executables [EPREFIX/bin]
1611   --sbindir=DIR          system admin executables [EPREFIX/sbin]
1612   --libexecdir=DIR       program executables [EPREFIX/libexec]
1613   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1614   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1615   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1616   --libdir=DIR           object code libraries [EPREFIX/lib]
1617   --includedir=DIR       C header files [PREFIX/include]
1618   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1619   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1620   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1621   --infodir=DIR          info documentation [DATAROOTDIR/info]
1622   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1623   --mandir=DIR           man documentation [DATAROOTDIR/man]
1624   --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
1625   --htmldir=DIR          html documentation [DOCDIR]
1626   --dvidir=DIR           dvi documentation [DOCDIR]
1627   --pdfdir=DIR           pdf documentation [DOCDIR]
1628   --psdir=DIR            ps documentation [DOCDIR]
1629 _ACEOF
1630
1631   cat <<\_ACEOF
1632
1633 X features:
1634   --x-includes=DIR    X include files are in DIR
1635   --x-libraries=DIR   X library files are in DIR
1636
1637 System types:
1638   --build=BUILD     configure for building on BUILD [guessed]
1639   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1640 _ACEOF
1641 fi
1642
1643 if test -n "$ac_init_help"; then
1644
1645   cat <<\_ACEOF
1646
1647 Optional Features:
1648   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1649   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1650   --enable-libtool        enable building using GNU libtool [default=yes]
1651   --enable-shared[=PKGS]  build shared libraries [default=yes]
1652   --enable-static[=PKGS]  build static libraries [default=no]
1653   --enable-fast-install[=PKGS]
1654                           optimize for fast installation [default=yes]
1655   --disable-libtool-lock  avoid locking (might break parallel builds)
1656   --enable-includes       enable installing of include files [default=no]
1657   --disable-nls           do not use Native Language Support
1658   --disable-rpath         do not hardcode runtime library paths
1659   --enable-gnome          enable build of bgnome-console GUI [default=no]
1660   --enable-bat            enable build of bat Qt4 GUI [default=no]
1661   --enable-bwx-console    enable build of wxWidgets console [default=no]
1662   --enable-tray-monitor   enable build of Gnome tray monitor (compatible with
1663                           KDE [default=no]
1664   --enable-smartalloc     enable smartalloc debugging support [default=no]
1665   --enable-lockmgr        enable lock manager support [default=no]
1666   --enable-static-tools   enable static tape tools [default=no]
1667   --enable-static-fd      enable static File daemon [default=no]
1668   --enable-static-sd      enable static Storage daemon [default=no]
1669   --enable-static-dir     enable static Director [default=no]
1670   --enable-static-cons    enable static Console [default=no]
1671   --enable-client-only    build client (File daemon) only [default=no]
1672   --enable-build-dird     enable building of dird (Director) [default=yes]
1673   --enable-build-stored   enable building of stored (Storage daemon)
1674                           [default=yes]
1675   --disable-conio         disable conio support [default=no]
1676   --enable-ipv6           enable ipv6 support [default=yes]
1677   --disable-readline      disable readline support [default=yes]
1678   --enable-batch-insert   enable the DB batch insert code [default=no]
1679   --disable-largefile     omit support for large files
1680   --disable-afs           disable afs support [default=auto]
1681   --disable-acl           disable acl support [default=auto]
1682   --disable-xattr         disable xattr support [default=auto]
1683
1684 Optional Packages:
1685   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1686   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1687   --with-pic              try to use only PIC/non-PIC objects [default=use
1688                           both]
1689   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1690   --with-gnu-ld           assume the C compiler uses GNU ld default=no
1691   --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
1692   --without-libiconv-prefix     don't search for libiconv in includedir and libdir
1693   --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
1694   --without-libintl-prefix     don't search for libintl in includedir and libdir
1695   --with-included-gettext use the GNU gettext library included here
1696   --with-readline[=DIR]   specify readline library directory
1697   --with-python[=DIR]     Include Python support. DIR is the Python base
1698                           install directory, default is to search through a
1699                           number of common places for the Python files.
1700   --with-tcp-wrappers[=DIR]
1701                           enable tcpwrappers support
1702   --with-openssl[=DIR]    Include OpenSSL support. DIR is the OpenSSL base
1703   --with-working-dir=PATH specify path of Bacula working directory
1704   --with-archivedir=PATH  specify path of SD archive directory
1705   --with-basename=RESNAME specify base resource name for daemons
1706   --with-hostname=RESNAME specify host name for daemons
1707   --with-scriptdir=PATH   specify path of Bacula scripts directory
1708   --with-bsrdir=PATH      specify path of Bacula bsrs directory
1709   --with-logdir=PATH      specify path of Bacula logs directory
1710   --with-plugindir=PATH   specify path of Bacula plugins directory
1711   --with-dump-email=EMAIL dump email address
1712   --with-job-email=EMAIL  job output email address
1713   --with-smtp-host=HOST   SMTP mail host address
1714   --with-pid-dir=PATH     specify location of Bacula pid files
1715   --with-subsys-dir=PATH  specify location of Bacula subsys file
1716   --with-baseport=PORT    specify base port address for daemons
1717   --with-dir-password=PASSWORD
1718                           specify Director's password
1719   --with-fd-password=PASSWORD
1720                           specify Client's password
1721   --with-sd-password=PASSWORD
1722                           specify Storage daemon's password
1723   --with-mon-dir-password=PASSWORD
1724                           specify Director's password used by the monitor
1725   --with-mon-fd-password=PASSWORD
1726                           specify Client's password used by the monitor
1727   --with-mon-sd-password=PASSWORD
1728                           specify Storage daemon's password used by the
1729                           monitor
1730   --with-db-name=DBNAME   specify database name [default=bacula]
1731   --with-db-user=UNAME    specify database user [default=bacula]
1732   --with-db-password=PWD  specify database password [default=*none*]
1733   --with-db-port=DBPORT   specify a database port [default=null]
1734   --with-dir-user=USER    specify user for Director daemon
1735   --with-dir-group=GROUP  specify group for Director daemon
1736   --with-sd-user=USER     specify user for Storage daemon
1737   --with-sd-group=GROUP   specify group for Storage daemon
1738   --with-fd-user=USER     specify user for File daemon
1739   --with-fd-group=GROUP   specify group for File daemon
1740   --with-sbin-perm=MODE   specify permissions for sbin binaries [default=0750]
1741   --with-postgresql[=DIR] Include PostgreSQL support. DIR is the PostgreSQL
1742                           base install directory, [default=/usr/local/pgsql]
1743   --with-mysql[=DIR]      Include MySQL support. DIR is the MySQL base install
1744                           directory, default is to search through a number of
1745                           common places for the MySQL files.
1746   --with-embedded-mysql[=DIR]
1747                           Include MySQL support. DIR is the MySQL base install
1748                           directory, default is to search through a number of
1749                           common places for the MySQL files.
1750   --with-ingres[=DIR]     Include Ingres support. DIR is the Ingres base
1751                           install directory, default is to search through a
1752                           number of common places for the Ingres files.
1753   --with-sqlite3[=DIR]    Include SQLite3 support. DIR is the SQLite3 base
1754                           install directory, default is to search through a
1755                           number of common places for the SQLite3 files.
1756   --with-dbi[=DIR]        Include DBI support. DIR is the DBD base install
1757                           directory, default is to search through a number of
1758                           common places for the DBI files.
1759   --with-dbi-driver[=DRIVER]
1760                           Suport for DBI driver. DRIVER is the one DBI driver
1761                           like Mysql, Postgresql, others. Default is to not
1762                           configure any driver.
1763   --with-x                use the X Window System
1764   --with-afsdir[=DIR]     Directory holding AFS includes/libs
1765
1766 Some influential environment variables:
1767   CC          C compiler command
1768   CFLAGS      C compiler flags
1769   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1770               nonstandard directory <lib dir>
1771   LIBS        libraries to pass to the linker, e.g. -l<library>
1772   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1773               you have headers in a nonstandard directory <include dir>
1774   CXX         C++ compiler command
1775   CXXFLAGS    C++ compiler flags
1776   CPP         C preprocessor
1777   WXCONFIG    wx-config command. On some systems, you must set it to
1778               wx-config-2.6 to use wxWidgets 2.6.
1779   WXFLAGS     Parameters to pass to wx-config (e.g. --unicode=no).
1780   CXXCPP      C++ preprocessor
1781   XMKMF       Path to xmkmf, Makefile generator for X Window System
1782
1783 Use these variables to override the choices made by `configure' or to help
1784 it to find libraries and programs with nonstandard names/locations.
1785
1786 _ACEOF
1787 ac_status=$?
1788 fi
1789
1790 if test "$ac_init_help" = "recursive"; then
1791   # If there are subdirs, report their specific --help.
1792   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1793     test -d "$ac_dir" || continue
1794     ac_builddir=.
1795
1796 case "$ac_dir" in
1797 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1798 *)
1799   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1800   # A ".." for each directory in $ac_dir_suffix.
1801   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1802   case $ac_top_builddir_sub in
1803   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1804   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1805   esac ;;
1806 esac
1807 ac_abs_top_builddir=$ac_pwd
1808 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1809 # for backward compatibility:
1810 ac_top_builddir=$ac_top_build_prefix
1811
1812 case $srcdir in
1813   .)  # We are building in place.
1814     ac_srcdir=.
1815     ac_top_srcdir=$ac_top_builddir_sub
1816     ac_abs_top_srcdir=$ac_pwd ;;
1817   [\\/]* | ?:[\\/]* )  # Absolute name.
1818     ac_srcdir=$srcdir$ac_dir_suffix;
1819     ac_top_srcdir=$srcdir
1820     ac_abs_top_srcdir=$srcdir ;;
1821   *) # Relative name.
1822     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1823     ac_top_srcdir=$ac_top_build_prefix$srcdir
1824     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1825 esac
1826 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1827
1828     cd "$ac_dir" || { ac_status=$?; continue; }
1829     # Check for guested configure.
1830     if test -f "$ac_srcdir/configure.gnu"; then
1831       echo &&
1832       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1833     elif test -f "$ac_srcdir/configure"; then
1834       echo &&
1835       $SHELL "$ac_srcdir/configure" --help=recursive
1836     else
1837       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1838     fi || ac_status=$?
1839     cd "$ac_pwd" || { ac_status=$?; break; }
1840   done
1841 fi
1842
1843 test -n "$ac_init_help" && exit $ac_status
1844 if $ac_init_version; then
1845   cat <<\_ACEOF
1846 configure
1847 generated by GNU Autoconf 2.61
1848
1849 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1850 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1851 This configure script is free software; the Free Software Foundation
1852 gives unlimited permission to copy, distribute and modify it.
1853 _ACEOF
1854   exit
1855 fi
1856 cat >config.log <<_ACEOF
1857 This file contains any messages produced by compilers while
1858 running configure, to aid debugging if configure makes a mistake.
1859
1860 It was created by $as_me, which was
1861 generated by GNU Autoconf 2.61.  Invocation command line was
1862
1863   $ $0 $@
1864
1865 _ACEOF
1866 exec 5>>config.log
1867 {
1868 cat <<_ASUNAME
1869 ## --------- ##
1870 ## Platform. ##
1871 ## --------- ##
1872
1873 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1874 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1875 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1876 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1877 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1878
1879 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1880 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1881
1882 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1883 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1884 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1885 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1886 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1887 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1888 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1889
1890 _ASUNAME
1891
1892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1893 for as_dir in $PATH
1894 do
1895   IFS=$as_save_IFS
1896   test -z "$as_dir" && as_dir=.
1897   echo "PATH: $as_dir"
1898 done
1899 IFS=$as_save_IFS
1900
1901 } >&5
1902
1903 cat >&5 <<_ACEOF
1904
1905
1906 ## ----------- ##
1907 ## Core tests. ##
1908 ## ----------- ##
1909
1910 _ACEOF
1911
1912
1913 # Keep a trace of the command line.
1914 # Strip out --no-create and --no-recursion so they do not pile up.
1915 # Strip out --silent because we don't want to record it for future runs.
1916 # Also quote any args containing shell meta-characters.
1917 # Make two passes to allow for proper duplicate-argument suppression.
1918 ac_configure_args=
1919 ac_configure_args0=
1920 ac_configure_args1=
1921 ac_must_keep_next=false
1922 for ac_pass in 1 2
1923 do
1924   for ac_arg
1925   do
1926     case $ac_arg in
1927     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1928     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1929     | -silent | --silent | --silen | --sile | --sil)
1930       continue ;;
1931     *\'*)
1932       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1933     esac
1934     case $ac_pass in
1935     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1936     2)
1937       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1938       if test $ac_must_keep_next = true; then
1939         ac_must_keep_next=false # Got value, back to normal.
1940       else
1941         case $ac_arg in
1942           *=* | --config-cache | -C | -disable-* | --disable-* \
1943           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1944           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1945           | -with-* | --with-* | -without-* | --without-* | --x)
1946             case "$ac_configure_args0 " in
1947               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1948             esac
1949             ;;
1950           -* ) ac_must_keep_next=true ;;
1951         esac
1952       fi
1953       ac_configure_args="$ac_configure_args '$ac_arg'"
1954       ;;
1955     esac
1956   done
1957 done
1958 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1959 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1960
1961 # When interrupted or exit'd, cleanup temporary files, and complete
1962 # config.log.  We remove comments because anyway the quotes in there
1963 # would cause problems or look ugly.
1964 # WARNING: Use '\'' to represent an apostrophe within the trap.
1965 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1966 trap 'exit_status=$?
1967   # Save into config.log some information that might help in debugging.
1968   {
1969     echo
1970
1971     cat <<\_ASBOX
1972 ## ---------------- ##
1973 ## Cache variables. ##
1974 ## ---------------- ##
1975 _ASBOX
1976     echo
1977     # The following way of writing the cache mishandles newlines in values,
1978 (
1979   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1980     eval ac_val=\$$ac_var
1981     case $ac_val in #(
1982     *${as_nl}*)
1983       case $ac_var in #(
1984       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1985 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1986       esac
1987       case $ac_var in #(
1988       _ | IFS | as_nl) ;; #(
1989       *) $as_unset $ac_var ;;
1990       esac ;;
1991     esac
1992   done
1993   (set) 2>&1 |
1994     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1995     *${as_nl}ac_space=\ *)
1996       sed -n \
1997         "s/'\''/'\''\\\\'\'''\''/g;
1998           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1999       ;; #(
2000     *)
2001       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2002       ;;
2003     esac |
2004     sort
2005 )
2006     echo
2007
2008     cat <<\_ASBOX
2009 ## ----------------- ##
2010 ## Output variables. ##
2011 ## ----------------- ##
2012 _ASBOX
2013     echo
2014     for ac_var in $ac_subst_vars
2015     do
2016       eval ac_val=\$$ac_var
2017       case $ac_val in
2018       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2019       esac
2020       echo "$ac_var='\''$ac_val'\''"
2021     done | sort
2022     echo
2023
2024     if test -n "$ac_subst_files"; then
2025       cat <<\_ASBOX
2026 ## ------------------- ##
2027 ## File substitutions. ##
2028 ## ------------------- ##
2029 _ASBOX
2030       echo
2031       for ac_var in $ac_subst_files
2032       do
2033         eval ac_val=\$$ac_var
2034         case $ac_val in
2035         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2036         esac
2037         echo "$ac_var='\''$ac_val'\''"
2038       done | sort
2039       echo
2040     fi
2041
2042     if test -s confdefs.h; then
2043       cat <<\_ASBOX
2044 ## ----------- ##
2045 ## confdefs.h. ##
2046 ## ----------- ##
2047 _ASBOX
2048       echo
2049       cat confdefs.h
2050       echo
2051     fi
2052     test "$ac_signal" != 0 &&
2053       echo "$as_me: caught signal $ac_signal"
2054     echo "$as_me: exit $exit_status"
2055   } >&5
2056   rm -f core *.core core.conftest.* &&
2057     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2058     exit $exit_status
2059 ' 0
2060 for ac_signal in 1 2 13 15; do
2061   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2062 done
2063 ac_signal=0
2064
2065 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2066 rm -f -r conftest* confdefs.h
2067
2068 # Predefined preprocessor variables.
2069
2070 cat >>confdefs.h <<_ACEOF
2071 #define PACKAGE_NAME "$PACKAGE_NAME"
2072 _ACEOF
2073
2074
2075 cat >>confdefs.h <<_ACEOF
2076 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2077 _ACEOF
2078
2079
2080 cat >>confdefs.h <<_ACEOF
2081 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2082 _ACEOF
2083
2084
2085 cat >>confdefs.h <<_ACEOF
2086 #define PACKAGE_STRING "$PACKAGE_STRING"
2087 _ACEOF
2088
2089
2090 cat >>confdefs.h <<_ACEOF
2091 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2092 _ACEOF
2093
2094
2095 # Let the site file select an alternate cache file if it wants to.
2096 # Prefer explicitly selected file to automatically selected ones.
2097 if test -n "$CONFIG_SITE"; then
2098   set x "$CONFIG_SITE"
2099 elif test "x$prefix" != xNONE; then
2100   set x "$prefix/share/config.site" "$prefix/etc/config.site"
2101 else
2102   set x "$ac_default_prefix/share/config.site" \
2103         "$ac_default_prefix/etc/config.site"
2104 fi
2105 shift
2106 for ac_site_file
2107 do
2108   if test -r "$ac_site_file"; then
2109     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2110 echo "$as_me: loading site script $ac_site_file" >&6;}
2111     sed 's/^/| /' "$ac_site_file" >&5
2112     . "$ac_site_file"
2113   fi
2114 done
2115
2116 if test -r "$cache_file"; then
2117   # Some versions of bash will fail to source /dev/null (special
2118   # files actually), so we avoid doing that.
2119   if test -f "$cache_file"; then
2120     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
2121 echo "$as_me: loading cache $cache_file" >&6;}
2122     case $cache_file in
2123       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2124       *)                      . "./$cache_file";;
2125     esac
2126   fi
2127 else
2128   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
2129 echo "$as_me: creating cache $cache_file" >&6;}
2130   >$cache_file
2131 fi
2132
2133 # Check that the precious variables saved in the cache have kept the same
2134 # value.
2135 ac_cache_corrupted=false
2136 for ac_var in $ac_precious_vars; do
2137   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2138   eval ac_new_set=\$ac_env_${ac_var}_set
2139   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2140   eval ac_new_val=\$ac_env_${ac_var}_value
2141   case $ac_old_set,$ac_new_set in
2142     set,)
2143       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2144 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2145       ac_cache_corrupted=: ;;
2146     ,set)
2147       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2148 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2149       ac_cache_corrupted=: ;;
2150     ,);;
2151     *)
2152       if test "x$ac_old_val" != "x$ac_new_val"; then
2153         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2154 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2155         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
2156 echo "$as_me:   former value:  $ac_old_val" >&2;}
2157         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
2158 echo "$as_me:   current value: $ac_new_val" >&2;}
2159         ac_cache_corrupted=:
2160       fi;;
2161   esac
2162   # Pass precious variables to config.status.
2163   if test "$ac_new_set" = set; then
2164     case $ac_new_val in
2165     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2166     *) ac_arg=$ac_var=$ac_new_val ;;
2167     esac
2168     case " $ac_configure_args " in
2169       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2170       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2171     esac
2172   fi
2173 done
2174 if $ac_cache_corrupted; then
2175   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2176 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2177   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2178 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2179    { (exit 1); exit 1; }; }
2180 fi
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198 ac_ext=c
2199 ac_cpp='$CPP $CPPFLAGS'
2200 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2201 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2202 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2203
2204
2205 BUILD_DIR=`pwd`
2206 cd ..
2207 TOP_DIR=`pwd`
2208 cd ${BUILD_DIR}
2209
2210
2211 ac_aux_dir=
2212 for ac_dir in ${BUILD_DIR}/autoconf "$srcdir"/${BUILD_DIR}/autoconf; do
2213   if test -f "$ac_dir/install-sh"; then
2214     ac_aux_dir=$ac_dir
2215     ac_install_sh="$ac_aux_dir/install-sh -c"
2216     break
2217   elif 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/shtool"; then
2222     ac_aux_dir=$ac_dir
2223     ac_install_sh="$ac_aux_dir/shtool install -c"
2224     break
2225   fi
2226 done
2227 if test -z "$ac_aux_dir"; then
2228   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ${BUILD_DIR}/autoconf \"$srcdir\"/${BUILD_DIR}/autoconf" >&5
2229 echo "$as_me: error: cannot find install-sh or install.sh in ${BUILD_DIR}/autoconf \"$srcdir\"/${BUILD_DIR}/autoconf" >&2;}
2230    { (exit 1); exit 1; }; }
2231 fi
2232
2233 # These three variables are undocumented and unsupported,
2234 # and are intended to be withdrawn in a future Autoconf release.
2235 # They can cause serious problems if a builder's source tree is in a directory
2236 # whose full name contains unusual characters.
2237 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2238 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2239 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2240
2241
2242 ac_config_headers="$ac_config_headers src/config.h:autoconf/config.h.in"
2243
2244
2245 WIN32BUILDDIR=${BUILD_DIR}/src/win32
2246 WIN32MAINDIR=${BUILD_DIR}
2247 WIN32TOPDIR=${TOP_DIR}
2248
2249
2250
2251
2252 for ac_prog in true
2253 do
2254   # Extract the first word of "$ac_prog", so it can be a program name with args.
2255 set dummy $ac_prog; ac_word=$2
2256 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2257 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2258 if test "${ac_cv_path_TRUEPRG+set}" = set; then
2259   echo $ECHO_N "(cached) $ECHO_C" >&6
2260 else
2261   case $TRUEPRG in
2262   [\\/]* | ?:[\\/]*)
2263   ac_cv_path_TRUEPRG="$TRUEPRG" # Let the user override the test with a path.
2264   ;;
2265   *)
2266   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2267 for as_dir in $PATH
2268 do
2269   IFS=$as_save_IFS
2270   test -z "$as_dir" && as_dir=.
2271   for ac_exec_ext in '' $ac_executable_extensions; do
2272   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2273     ac_cv_path_TRUEPRG="$as_dir/$ac_word$ac_exec_ext"
2274     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2275     break 2
2276   fi
2277 done
2278 done
2279 IFS=$as_save_IFS
2280
2281   ;;
2282 esac
2283 fi
2284 TRUEPRG=$ac_cv_path_TRUEPRG
2285 if test -n "$TRUEPRG"; then
2286   { echo "$as_me:$LINENO: result: $TRUEPRG" >&5
2287 echo "${ECHO_T}$TRUEPRG" >&6; }
2288 else
2289   { echo "$as_me:$LINENO: result: no" >&5
2290 echo "${ECHO_T}no" >&6; }
2291 fi
2292
2293
2294   test -n "$TRUEPRG" && break
2295 done
2296 test -n "$TRUEPRG" || TRUEPRG=":"
2297
2298 for ac_prog in false
2299 do
2300   # Extract the first word of "$ac_prog", so it can be a program name with args.
2301 set dummy $ac_prog; ac_word=$2
2302 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2303 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2304 if test "${ac_cv_path_FALSEPRG+set}" = set; then
2305   echo $ECHO_N "(cached) $ECHO_C" >&6
2306 else
2307   case $FALSEPRG in
2308   [\\/]* | ?:[\\/]*)
2309   ac_cv_path_FALSEPRG="$FALSEPRG" # Let the user override the test with a path.
2310   ;;
2311   *)
2312   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2313 for as_dir in $PATH
2314 do
2315   IFS=$as_save_IFS
2316   test -z "$as_dir" && as_dir=.
2317   for ac_exec_ext in '' $ac_executable_extensions; do
2318   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2319     ac_cv_path_FALSEPRG="$as_dir/$ac_word$ac_exec_ext"
2320     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2321     break 2
2322   fi
2323 done
2324 done
2325 IFS=$as_save_IFS
2326
2327   ;;
2328 esac
2329 fi
2330 FALSEPRG=$ac_cv_path_FALSEPRG
2331 if test -n "$FALSEPRG"; then
2332   { echo "$as_me:$LINENO: result: $FALSEPRG" >&5
2333 echo "${ECHO_T}$FALSEPRG" >&6; }
2334 else
2335   { echo "$as_me:$LINENO: result: no" >&5
2336 echo "${ECHO_T}no" >&6; }
2337 fi
2338
2339
2340   test -n "$FALSEPRG" && break
2341 done
2342 test -n "$FALSEPRG" || FALSEPRG=":"
2343
2344
2345
2346 post_host=
2347 if test "x$BACULA" != x; then
2348    post_host=`echo -${BACULA} | tr 'A-Z ' 'a-z-'`
2349 fi
2350 BACULA=${BACULA:-Bacula}
2351 VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2352 DATE=`sed -n -e 's/^.* \t*BDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2353 LSMDATE=`sed -n -e 's/^.*LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2354 BDB_VERSION=`sed -n -e 's/^.*BDB_VERSION \(.*\)$/\1/p' ${srcdir}/src/cats/cats.h`
2355
2356 LIBBAC_LT_RELEASE=`sed -n -e 's/^#.*LIBBAC_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2357 LIBBACCFG_LT_RELEASE=`sed -n -e 's/^#.*LIBBACCFG_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2358 LIBBACPY_LT_RELEASE=`sed -n -e 's/^#.*LIBBACPY_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2359
2360 LIBBAC_LT_RELEASE=${LIBBAC_LT_RELEASE:-$VERSION}
2361 LIBBACCFG_LT_RELEASE=${LIBBACCFG_LT_RELEASE:-$VERSION}
2362 LIBBACPY_LT_RELEASE=${LIBBACPY_LT_RELEASE:-$VERSION}
2363
2364
2365 LIBBACSQL_LT_RELEASE=`sed -n -e 's/^#.*LIBBACSQL_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2366
2367 LIBBACSQL_LT_RELEASE=${LIBBACSQL_LT_RELEASE:-$VERSION}
2368
2369
2370 LIBBACFIND_LT_RELEASE=`sed -n -e 's/^#.*LIBBACFIND_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
2371
2372 LIBBACFIND_LT_RELEASE=${LIBBACFIND_LT_RELEASE:-$VERSION}
2373
2374
2375 echo "configuring for ${BACULA} $VERSION ($DATE)"
2376
2377
2378
2379 ac_ext=c
2380 ac_cpp='$CPP $CPPFLAGS'
2381 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2382 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2383 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2384 if test -n "$ac_tool_prefix"; then
2385   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2386 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2387 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2388 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2389 if test "${ac_cv_prog_CC+set}" = set; then
2390   echo $ECHO_N "(cached) $ECHO_C" >&6
2391 else
2392   if test -n "$CC"; then
2393   ac_cv_prog_CC="$CC" # Let the user override the test.
2394 else
2395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2396 for as_dir in $PATH
2397 do
2398   IFS=$as_save_IFS
2399   test -z "$as_dir" && as_dir=.
2400   for ac_exec_ext in '' $ac_executable_extensions; do
2401   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2402     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2403     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2404     break 2
2405   fi
2406 done
2407 done
2408 IFS=$as_save_IFS
2409
2410 fi
2411 fi
2412 CC=$ac_cv_prog_CC
2413 if test -n "$CC"; then
2414   { echo "$as_me:$LINENO: result: $CC" >&5
2415 echo "${ECHO_T}$CC" >&6; }
2416 else
2417   { echo "$as_me:$LINENO: result: no" >&5
2418 echo "${ECHO_T}no" >&6; }
2419 fi
2420
2421
2422 fi
2423 if test -z "$ac_cv_prog_CC"; then
2424   ac_ct_CC=$CC
2425   # Extract the first word of "gcc", so it can be a program name with args.
2426 set dummy gcc; ac_word=$2
2427 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2429 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2430   echo $ECHO_N "(cached) $ECHO_C" >&6
2431 else
2432   if test -n "$ac_ct_CC"; then
2433   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2434 else
2435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2436 for as_dir in $PATH
2437 do
2438   IFS=$as_save_IFS
2439   test -z "$as_dir" && as_dir=.
2440   for ac_exec_ext in '' $ac_executable_extensions; do
2441   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2442     ac_cv_prog_ac_ct_CC="gcc"
2443     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2444     break 2
2445   fi
2446 done
2447 done
2448 IFS=$as_save_IFS
2449
2450 fi
2451 fi
2452 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2453 if test -n "$ac_ct_CC"; then
2454   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2455 echo "${ECHO_T}$ac_ct_CC" >&6; }
2456 else
2457   { echo "$as_me:$LINENO: result: no" >&5
2458 echo "${ECHO_T}no" >&6; }
2459 fi
2460
2461   if test "x$ac_ct_CC" = x; then
2462     CC=""
2463   else
2464     case $cross_compiling:$ac_tool_warned in
2465 yes:)
2466 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2467 whose name does not start with the host triplet.  If you think this
2468 configuration is useful to you, please write to autoconf@gnu.org." >&5
2469 echo "$as_me: 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." >&2;}
2472 ac_tool_warned=yes ;;
2473 esac
2474     CC=$ac_ct_CC
2475   fi
2476 else
2477   CC="$ac_cv_prog_CC"
2478 fi
2479
2480 if test -z "$CC"; then
2481           if test -n "$ac_tool_prefix"; then
2482     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2483 set dummy ${ac_tool_prefix}cc; ac_word=$2
2484 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2485 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2486 if test "${ac_cv_prog_CC+set}" = set; then
2487   echo $ECHO_N "(cached) $ECHO_C" >&6
2488 else
2489   if test -n "$CC"; then
2490   ac_cv_prog_CC="$CC" # Let the user override the test.
2491 else
2492 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2493 for as_dir in $PATH
2494 do
2495   IFS=$as_save_IFS
2496   test -z "$as_dir" && as_dir=.
2497   for ac_exec_ext in '' $ac_executable_extensions; do
2498   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2499     ac_cv_prog_CC="${ac_tool_prefix}cc"
2500     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2501     break 2
2502   fi
2503 done
2504 done
2505 IFS=$as_save_IFS
2506
2507 fi
2508 fi
2509 CC=$ac_cv_prog_CC
2510 if test -n "$CC"; then
2511   { echo "$as_me:$LINENO: result: $CC" >&5
2512 echo "${ECHO_T}$CC" >&6; }
2513 else
2514   { echo "$as_me:$LINENO: result: no" >&5
2515 echo "${ECHO_T}no" >&6; }
2516 fi
2517
2518
2519   fi
2520 fi
2521 if test -z "$CC"; then
2522   # Extract the first word of "cc", so it can be a program name with args.
2523 set dummy cc; ac_word=$2
2524 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2525 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2526 if test "${ac_cv_prog_CC+set}" = set; then
2527   echo $ECHO_N "(cached) $ECHO_C" >&6
2528 else
2529   if test -n "$CC"; then
2530   ac_cv_prog_CC="$CC" # Let the user override the test.
2531 else
2532   ac_prog_rejected=no
2533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2534 for as_dir in $PATH
2535 do
2536   IFS=$as_save_IFS
2537   test -z "$as_dir" && as_dir=.
2538   for ac_exec_ext in '' $ac_executable_extensions; do
2539   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2540     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2541        ac_prog_rejected=yes
2542        continue
2543      fi
2544     ac_cv_prog_CC="cc"
2545     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2546     break 2
2547   fi
2548 done
2549 done
2550 IFS=$as_save_IFS
2551
2552 if test $ac_prog_rejected = yes; then
2553   # We found a bogon in the path, so make sure we never use it.
2554   set dummy $ac_cv_prog_CC
2555   shift
2556   if test $# != 0; then
2557     # We chose a different compiler from the bogus one.
2558     # However, it has the same basename, so the bogon will be chosen
2559     # first if we set CC to just the basename; use the full file name.
2560     shift
2561     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2562   fi
2563 fi
2564 fi
2565 fi
2566 CC=$ac_cv_prog_CC
2567 if test -n "$CC"; then
2568   { echo "$as_me:$LINENO: result: $CC" >&5
2569 echo "${ECHO_T}$CC" >&6; }
2570 else
2571   { echo "$as_me:$LINENO: result: no" >&5
2572 echo "${ECHO_T}no" >&6; }
2573 fi
2574
2575
2576 fi
2577 if test -z "$CC"; then
2578   if test -n "$ac_tool_prefix"; then
2579   for ac_prog in cl.exe
2580   do
2581     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2582 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2583 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2584 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2585 if test "${ac_cv_prog_CC+set}" = set; then
2586   echo $ECHO_N "(cached) $ECHO_C" >&6
2587 else
2588   if test -n "$CC"; then
2589   ac_cv_prog_CC="$CC" # Let the user override the test.
2590 else
2591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2592 for as_dir in $PATH
2593 do
2594   IFS=$as_save_IFS
2595   test -z "$as_dir" && as_dir=.
2596   for ac_exec_ext in '' $ac_executable_extensions; do
2597   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2598     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2599     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2600     break 2
2601   fi
2602 done
2603 done
2604 IFS=$as_save_IFS
2605
2606 fi
2607 fi
2608 CC=$ac_cv_prog_CC
2609 if test -n "$CC"; then
2610   { echo "$as_me:$LINENO: result: $CC" >&5
2611 echo "${ECHO_T}$CC" >&6; }
2612 else
2613   { echo "$as_me:$LINENO: result: no" >&5
2614 echo "${ECHO_T}no" >&6; }
2615 fi
2616
2617
2618     test -n "$CC" && break
2619   done
2620 fi
2621 if test -z "$CC"; then
2622   ac_ct_CC=$CC
2623   for ac_prog in cl.exe
2624 do
2625   # Extract the first word of "$ac_prog", so it can be a program name with args.
2626 set dummy $ac_prog; ac_word=$2
2627 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2628 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2629 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2630   echo $ECHO_N "(cached) $ECHO_C" >&6
2631 else
2632   if test -n "$ac_ct_CC"; then
2633   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2634 else
2635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2636 for as_dir in $PATH
2637 do
2638   IFS=$as_save_IFS
2639   test -z "$as_dir" && as_dir=.
2640   for ac_exec_ext in '' $ac_executable_extensions; do
2641   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2642     ac_cv_prog_ac_ct_CC="$ac_prog"
2643     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2644     break 2
2645   fi
2646 done
2647 done
2648 IFS=$as_save_IFS
2649
2650 fi
2651 fi
2652 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2653 if test -n "$ac_ct_CC"; then
2654   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2655 echo "${ECHO_T}$ac_ct_CC" >&6; }
2656 else
2657   { echo "$as_me:$LINENO: result: no" >&5
2658 echo "${ECHO_T}no" >&6; }
2659 fi
2660
2661
2662   test -n "$ac_ct_CC" && break
2663 done
2664
2665   if test "x$ac_ct_CC" = x; then
2666     CC=""
2667   else
2668     case $cross_compiling:$ac_tool_warned in
2669 yes:)
2670 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2671 whose name does not start with the host triplet.  If you think this
2672 configuration is useful to you, please write to autoconf@gnu.org." >&5
2673 echo "$as_me: 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." >&2;}
2676 ac_tool_warned=yes ;;
2677 esac
2678     CC=$ac_ct_CC
2679   fi
2680 fi
2681
2682 fi
2683
2684
2685 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2686 See \`config.log' for more details." >&5
2687 echo "$as_me: error: no acceptable C compiler found in \$PATH
2688 See \`config.log' for more details." >&2;}
2689    { (exit 1); exit 1; }; }
2690
2691 # Provide some information about the compiler.
2692 echo "$as_me:$LINENO: checking for C compiler version" >&5
2693 ac_compiler=`set X $ac_compile; echo $2`
2694 { (ac_try="$ac_compiler --version >&5"
2695 case "(($ac_try" in
2696   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2697   *) ac_try_echo=$ac_try;;
2698 esac
2699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2700   (eval "$ac_compiler --version >&5") 2>&5
2701   ac_status=$?
2702   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2703   (exit $ac_status); }
2704 { (ac_try="$ac_compiler -v >&5"
2705 case "(($ac_try" in
2706   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2707   *) ac_try_echo=$ac_try;;
2708 esac
2709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2710   (eval "$ac_compiler -v >&5") 2>&5
2711   ac_status=$?
2712   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2713   (exit $ac_status); }
2714 { (ac_try="$ac_compiler -V >&5"
2715 case "(($ac_try" in
2716   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2717   *) ac_try_echo=$ac_try;;
2718 esac
2719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2720   (eval "$ac_compiler -V >&5") 2>&5
2721   ac_status=$?
2722   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2723   (exit $ac_status); }
2724
2725 cat >conftest.$ac_ext <<_ACEOF
2726 /* confdefs.h.  */
2727 _ACEOF
2728 cat confdefs.h >>conftest.$ac_ext
2729 cat >>conftest.$ac_ext <<_ACEOF
2730 /* end confdefs.h.  */
2731
2732 int
2733 main ()
2734 {
2735
2736   ;
2737   return 0;
2738 }
2739 _ACEOF
2740 ac_clean_files_save=$ac_clean_files
2741 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2742 # Try to create an executable without -o first, disregard a.out.
2743 # It will help us diagnose broken compilers, and finding out an intuition
2744 # of exeext.
2745 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2746 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2747 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2748 #
2749 # List of possible output files, starting from the most likely.
2750 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2751 # only as a last resort.  b.out is created by i960 compilers.
2752 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2753 #
2754 # The IRIX 6 linker writes into existing files which may not be
2755 # executable, retaining their permissions.  Remove them first so a
2756 # subsequent execution test works.
2757 ac_rmfiles=
2758 for ac_file in $ac_files
2759 do
2760   case $ac_file in
2761     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2762     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2763   esac
2764 done
2765 rm -f $ac_rmfiles
2766
2767 if { (ac_try="$ac_link_default"
2768 case "(($ac_try" in
2769   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2770   *) ac_try_echo=$ac_try;;
2771 esac
2772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2773   (eval "$ac_link_default") 2>&5
2774   ac_status=$?
2775   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2776   (exit $ac_status); }; then
2777   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2778 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2779 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2780 # so that the user can short-circuit this test for compilers unknown to
2781 # Autoconf.
2782 for ac_file in $ac_files ''
2783 do
2784   test -f "$ac_file" || continue
2785   case $ac_file in
2786     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2787         ;;
2788     [ab].out )
2789         # We found the default executable, but exeext='' is most
2790         # certainly right.
2791         break;;
2792     *.* )
2793         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2794         then :; else
2795            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2796         fi
2797         # We set ac_cv_exeext here because the later test for it is not
2798         # safe: cross compilers may not add the suffix if given an `-o'
2799         # argument, so we may need to know it at that point already.
2800         # Even if this section looks crufty: it has the advantage of
2801         # actually working.
2802         break;;
2803     * )
2804         break;;
2805   esac
2806 done
2807 test "$ac_cv_exeext" = no && ac_cv_exeext=
2808
2809 else
2810   ac_file=''
2811 fi
2812
2813 { echo "$as_me:$LINENO: result: $ac_file" >&5
2814 echo "${ECHO_T}$ac_file" >&6; }
2815 if test -z "$ac_file"; then
2816   echo "$as_me: failed program was:" >&5
2817 sed 's/^/| /' conftest.$ac_ext >&5
2818
2819 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2820 See \`config.log' for more details." >&5
2821 echo "$as_me: error: C compiler cannot create executables
2822 See \`config.log' for more details." >&2;}
2823    { (exit 77); exit 77; }; }
2824 fi
2825
2826 ac_exeext=$ac_cv_exeext
2827
2828 # Check that the compiler produces executables we can run.  If not, either
2829 # the compiler is broken, or we cross compile.
2830 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2831 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2832 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2833 # If not cross compiling, check that we can run a simple program.
2834 if test "$cross_compiling" != yes; then
2835   if { ac_try='./$ac_file'
2836   { (case "(($ac_try" in
2837   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2838   *) ac_try_echo=$ac_try;;
2839 esac
2840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2841   (eval "$ac_try") 2>&5
2842   ac_status=$?
2843   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2844   (exit $ac_status); }; }; then
2845     cross_compiling=no
2846   else
2847     if test "$cross_compiling" = maybe; then
2848         cross_compiling=yes
2849     else
2850         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2851 If you meant to cross compile, use \`--host'.
2852 See \`config.log' for more details." >&5
2853 echo "$as_me: error: cannot run C compiled programs.
2854 If you meant to cross compile, use \`--host'.
2855 See \`config.log' for more details." >&2;}
2856    { (exit 1); exit 1; }; }
2857     fi
2858   fi
2859 fi
2860 { echo "$as_me:$LINENO: result: yes" >&5
2861 echo "${ECHO_T}yes" >&6; }
2862
2863 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2864 ac_clean_files=$ac_clean_files_save
2865 # Check that the compiler produces executables we can run.  If not, either
2866 # the compiler is broken, or we cross compile.
2867 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2868 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2869 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2870 echo "${ECHO_T}$cross_compiling" >&6; }
2871
2872 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2873 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2874 if { (ac_try="$ac_link"
2875 case "(($ac_try" in
2876   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2877   *) ac_try_echo=$ac_try;;
2878 esac
2879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2880   (eval "$ac_link") 2>&5
2881   ac_status=$?
2882   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2883   (exit $ac_status); }; then
2884   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2885 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2886 # work properly (i.e., refer to `conftest.exe'), while it won't with
2887 # `rm'.
2888 for ac_file in conftest.exe conftest conftest.*; do
2889   test -f "$ac_file" || continue
2890   case $ac_file in
2891     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2892     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2893           break;;
2894     * ) break;;
2895   esac
2896 done
2897 else
2898   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2899 See \`config.log' for more details." >&5
2900 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2901 See \`config.log' for more details." >&2;}
2902    { (exit 1); exit 1; }; }
2903 fi
2904
2905 rm -f conftest$ac_cv_exeext
2906 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2907 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2908
2909 rm -f conftest.$ac_ext
2910 EXEEXT=$ac_cv_exeext
2911 ac_exeext=$EXEEXT
2912 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2913 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2914 if test "${ac_cv_objext+set}" = set; then
2915   echo $ECHO_N "(cached) $ECHO_C" >&6
2916 else
2917   cat >conftest.$ac_ext <<_ACEOF
2918 /* confdefs.h.  */
2919 _ACEOF
2920 cat confdefs.h >>conftest.$ac_ext
2921 cat >>conftest.$ac_ext <<_ACEOF
2922 /* end confdefs.h.  */
2923
2924 int
2925 main ()
2926 {
2927
2928   ;
2929   return 0;
2930 }
2931 _ACEOF
2932 rm -f conftest.o conftest.obj
2933 if { (ac_try="$ac_compile"
2934 case "(($ac_try" in
2935   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2936   *) ac_try_echo=$ac_try;;
2937 esac
2938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2939   (eval "$ac_compile") 2>&5
2940   ac_status=$?
2941   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2942   (exit $ac_status); }; then
2943   for ac_file in conftest.o conftest.obj conftest.*; do
2944   test -f "$ac_file" || continue;
2945   case $ac_file in
2946     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2947     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2948        break;;
2949   esac
2950 done
2951 else
2952   echo "$as_me: failed program was:" >&5
2953 sed 's/^/| /' conftest.$ac_ext >&5
2954
2955 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2956 See \`config.log' for more details." >&5
2957 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2958 See \`config.log' for more details." >&2;}
2959    { (exit 1); exit 1; }; }
2960 fi
2961
2962 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2963 fi
2964 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2965 echo "${ECHO_T}$ac_cv_objext" >&6; }
2966 OBJEXT=$ac_cv_objext
2967 ac_objext=$OBJEXT
2968 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2969 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2970 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2971   echo $ECHO_N "(cached) $ECHO_C" >&6
2972 else
2973   cat >conftest.$ac_ext <<_ACEOF
2974 /* confdefs.h.  */
2975 _ACEOF
2976 cat confdefs.h >>conftest.$ac_ext
2977 cat >>conftest.$ac_ext <<_ACEOF
2978 /* end confdefs.h.  */
2979
2980 int
2981 main ()
2982 {
2983 #ifndef __GNUC__
2984        choke me
2985 #endif
2986
2987   ;
2988   return 0;
2989 }
2990 _ACEOF
2991 rm -f conftest.$ac_objext
2992 if { (ac_try="$ac_compile"
2993 case "(($ac_try" in
2994   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2995   *) ac_try_echo=$ac_try;;
2996 esac
2997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2998   (eval "$ac_compile") 2>conftest.er1
2999   ac_status=$?
3000   grep -v '^ *+' conftest.er1 >conftest.err
3001   rm -f conftest.er1
3002   cat conftest.err >&5
3003   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3004   (exit $ac_status); } && {
3005          test -z "$ac_c_werror_flag" ||
3006          test ! -s conftest.err
3007        } && test -s conftest.$ac_objext; then
3008   ac_compiler_gnu=yes
3009 else
3010   echo "$as_me: failed program was:" >&5
3011 sed 's/^/| /' conftest.$ac_ext >&5
3012
3013         ac_compiler_gnu=no
3014 fi
3015
3016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3017 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3018
3019 fi
3020 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3021 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
3022 GCC=`test $ac_compiler_gnu = yes && echo yes`
3023 ac_test_CFLAGS=${CFLAGS+set}
3024 ac_save_CFLAGS=$CFLAGS
3025 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3026 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
3027 if test "${ac_cv_prog_cc_g+set}" = set; then
3028   echo $ECHO_N "(cached) $ECHO_C" >&6
3029 else
3030   ac_save_c_werror_flag=$ac_c_werror_flag
3031    ac_c_werror_flag=yes
3032    ac_cv_prog_cc_g=no
3033    CFLAGS="-g"
3034    cat >conftest.$ac_ext <<_ACEOF
3035 /* confdefs.h.  */
3036 _ACEOF
3037 cat confdefs.h >>conftest.$ac_ext
3038 cat >>conftest.$ac_ext <<_ACEOF
3039 /* end confdefs.h.  */
3040
3041 int
3042 main ()
3043 {
3044
3045   ;
3046   return 0;
3047 }
3048 _ACEOF
3049 rm -f conftest.$ac_objext
3050 if { (ac_try="$ac_compile"
3051 case "(($ac_try" in
3052   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3053   *) ac_try_echo=$ac_try;;
3054 esac
3055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3056   (eval "$ac_compile") 2>conftest.er1
3057   ac_status=$?
3058   grep -v '^ *+' conftest.er1 >conftest.err
3059   rm -f conftest.er1
3060   cat conftest.err >&5
3061   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3062   (exit $ac_status); } && {
3063          test -z "$ac_c_werror_flag" ||
3064          test ! -s conftest.err
3065        } && test -s conftest.$ac_objext; then
3066   ac_cv_prog_cc_g=yes
3067 else
3068   echo "$as_me: failed program was:" >&5
3069 sed 's/^/| /' conftest.$ac_ext >&5
3070
3071         CFLAGS=""
3072       cat >conftest.$ac_ext <<_ACEOF
3073 /* confdefs.h.  */
3074 _ACEOF
3075 cat confdefs.h >>conftest.$ac_ext
3076 cat >>conftest.$ac_ext <<_ACEOF
3077 /* end confdefs.h.  */
3078
3079 int
3080 main ()
3081 {
3082
3083   ;
3084   return 0;
3085 }
3086 _ACEOF
3087 rm -f conftest.$ac_objext
3088 if { (ac_try="$ac_compile"
3089 case "(($ac_try" in
3090   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3091   *) ac_try_echo=$ac_try;;
3092 esac
3093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3094   (eval "$ac_compile") 2>conftest.er1
3095   ac_status=$?
3096   grep -v '^ *+' conftest.er1 >conftest.err
3097   rm -f conftest.er1
3098   cat conftest.err >&5
3099   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3100   (exit $ac_status); } && {
3101          test -z "$ac_c_werror_flag" ||
3102          test ! -s conftest.err
3103        } && test -s conftest.$ac_objext; then
3104   :
3105 else
3106   echo "$as_me: failed program was:" >&5
3107 sed 's/^/| /' conftest.$ac_ext >&5
3108
3109         ac_c_werror_flag=$ac_save_c_werror_flag
3110          CFLAGS="-g"
3111          cat >conftest.$ac_ext <<_ACEOF
3112 /* confdefs.h.  */
3113 _ACEOF
3114 cat confdefs.h >>conftest.$ac_ext
3115 cat >>conftest.$ac_ext <<_ACEOF
3116 /* end confdefs.h.  */
3117
3118 int
3119 main ()
3120 {
3121
3122   ;
3123   return 0;
3124 }
3125 _ACEOF
3126 rm -f conftest.$ac_objext
3127 if { (ac_try="$ac_compile"
3128 case "(($ac_try" in
3129   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3130   *) ac_try_echo=$ac_try;;
3131 esac
3132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3133   (eval "$ac_compile") 2>conftest.er1
3134   ac_status=$?
3135   grep -v '^ *+' conftest.er1 >conftest.err
3136   rm -f conftest.er1
3137   cat conftest.err >&5
3138   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3139   (exit $ac_status); } && {
3140          test -z "$ac_c_werror_flag" ||
3141          test ! -s conftest.err
3142        } && test -s conftest.$ac_objext; then
3143   ac_cv_prog_cc_g=yes
3144 else
3145   echo "$as_me: failed program was:" >&5
3146 sed 's/^/| /' conftest.$ac_ext >&5
3147
3148
3149 fi
3150
3151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
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    ac_c_werror_flag=$ac_save_c_werror_flag
3159 fi
3160 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3161 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3162 if test "$ac_test_CFLAGS" = set; then
3163   CFLAGS=$ac_save_CFLAGS
3164 elif test $ac_cv_prog_cc_g = yes; then
3165   if test "$GCC" = yes; then
3166     CFLAGS="-g -O2"
3167   else
3168     CFLAGS="-g"
3169   fi
3170 else
3171   if test "$GCC" = yes; then
3172     CFLAGS="-O2"
3173   else
3174     CFLAGS=
3175   fi
3176 fi
3177 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3178 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3179 if test "${ac_cv_prog_cc_c89+set}" = set; then
3180   echo $ECHO_N "(cached) $ECHO_C" >&6
3181 else
3182   ac_cv_prog_cc_c89=no
3183 ac_save_CC=$CC
3184 cat >conftest.$ac_ext <<_ACEOF
3185 /* confdefs.h.  */
3186 _ACEOF
3187 cat confdefs.h >>conftest.$ac_ext
3188 cat >>conftest.$ac_ext <<_ACEOF
3189 /* end confdefs.h.  */
3190 #include <stdarg.h>
3191 #include <stdio.h>
3192 #include <sys/types.h>
3193 #include <sys/stat.h>
3194 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3195 struct buf { int x; };
3196 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3197 static char *e (p, i)
3198      char **p;
3199      int i;
3200 {
3201   return p[i];
3202 }
3203 static char *f (char * (*g) (char **, int), char **p, ...)
3204 {
3205   char *s;
3206   va_list v;
3207   va_start (v,p);
3208   s = g (p, va_arg (v,int));
3209   va_end (v);
3210   return s;
3211 }
3212
3213 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3214    function prototypes and stuff, but not '\xHH' hex character constants.
3215    These don't provoke an error unfortunately, instead are silently treated
3216    as 'x'.  The following induces an error, until -std is added to get
3217    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3218    array size at least.  It's necessary to write '\x00'==0 to get something
3219    that's true only with -std.  */
3220 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3221
3222 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3223    inside strings and character constants.  */
3224 #define FOO(x) 'x'
3225 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3226
3227 int test (int i, double x);
3228 struct s1 {int (*f) (int a);};
3229 struct s2 {int (*f) (double a);};
3230 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3231 int argc;
3232 char **argv;
3233 int
3234 main ()
3235 {
3236 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3237   ;
3238   return 0;
3239 }
3240 _ACEOF
3241 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3242         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3243 do
3244   CC="$ac_save_CC $ac_arg"
3245   rm -f conftest.$ac_objext
3246 if { (ac_try="$ac_compile"
3247 case "(($ac_try" in
3248   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3249   *) ac_try_echo=$ac_try;;
3250 esac
3251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3252   (eval "$ac_compile") 2>conftest.er1
3253   ac_status=$?
3254   grep -v '^ *+' conftest.er1 >conftest.err
3255   rm -f conftest.er1
3256   cat conftest.err >&5
3257   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3258   (exit $ac_status); } && {
3259          test -z "$ac_c_werror_flag" ||
3260          test ! -s conftest.err
3261        } && test -s conftest.$ac_objext; then
3262   ac_cv_prog_cc_c89=$ac_arg
3263 else
3264   echo "$as_me: failed program was:" >&5
3265 sed 's/^/| /' conftest.$ac_ext >&5
3266
3267
3268 fi
3269
3270 rm -f core conftest.err conftest.$ac_objext
3271   test "x$ac_cv_prog_cc_c89" != "xno" && break
3272 done
3273 rm -f conftest.$ac_ext
3274 CC=$ac_save_CC
3275
3276 fi
3277 # AC_CACHE_VAL
3278 case "x$ac_cv_prog_cc_c89" in
3279   x)
3280     { echo "$as_me:$LINENO: result: none needed" >&5
3281 echo "${ECHO_T}none needed" >&6; } ;;
3282   xno)
3283     { echo "$as_me:$LINENO: result: unsupported" >&5
3284 echo "${ECHO_T}unsupported" >&6; } ;;
3285   *)
3286     CC="$CC $ac_cv_prog_cc_c89"
3287     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3288 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3289 esac
3290
3291
3292 ac_ext=c
3293 ac_cpp='$CPP $CPPFLAGS'
3294 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3295 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3296 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3297
3298 ac_ext=cpp
3299 ac_cpp='$CXXCPP $CPPFLAGS'
3300 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3301 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3302 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3303 if test -z "$CXX"; then
3304   if test -n "$CCC"; then
3305     CXX=$CCC
3306   else
3307     if test -n "$ac_tool_prefix"; then
3308   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3309   do
3310     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3311 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3312 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3313 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3314 if test "${ac_cv_prog_CXX+set}" = set; then
3315   echo $ECHO_N "(cached) $ECHO_C" >&6
3316 else
3317   if test -n "$CXX"; then
3318   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3319 else
3320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3321 for as_dir in $PATH
3322 do
3323   IFS=$as_save_IFS
3324   test -z "$as_dir" && as_dir=.
3325   for ac_exec_ext in '' $ac_executable_extensions; do
3326   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3327     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3328     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3329     break 2
3330   fi
3331 done
3332 done
3333 IFS=$as_save_IFS
3334
3335 fi
3336 fi
3337 CXX=$ac_cv_prog_CXX
3338 if test -n "$CXX"; then
3339   { echo "$as_me:$LINENO: result: $CXX" >&5
3340 echo "${ECHO_T}$CXX" >&6; }
3341 else
3342   { echo "$as_me:$LINENO: result: no" >&5
3343 echo "${ECHO_T}no" >&6; }
3344 fi
3345
3346
3347     test -n "$CXX" && break
3348   done
3349 fi
3350 if test -z "$CXX"; then
3351   ac_ct_CXX=$CXX
3352   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3353 do
3354   # Extract the first word of "$ac_prog", so it can be a program name with args.
3355 set dummy $ac_prog; ac_word=$2
3356 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3357 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3358 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3359   echo $ECHO_N "(cached) $ECHO_C" >&6
3360 else
3361   if test -n "$ac_ct_CXX"; then
3362   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3363 else
3364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3365 for as_dir in $PATH
3366 do
3367   IFS=$as_save_IFS
3368   test -z "$as_dir" && as_dir=.
3369   for ac_exec_ext in '' $ac_executable_extensions; do
3370   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3371     ac_cv_prog_ac_ct_CXX="$ac_prog"
3372     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3373     break 2
3374   fi
3375 done
3376 done
3377 IFS=$as_save_IFS
3378
3379 fi
3380 fi
3381 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3382 if test -n "$ac_ct_CXX"; then
3383   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3384 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3385 else
3386   { echo "$as_me:$LINENO: result: no" >&5
3387 echo "${ECHO_T}no" >&6; }
3388 fi
3389
3390
3391   test -n "$ac_ct_CXX" && break
3392 done
3393
3394   if test "x$ac_ct_CXX" = x; then
3395     CXX="g++"
3396   else
3397     case $cross_compiling:$ac_tool_warned in
3398 yes:)
3399 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3400 whose name does not start with the host triplet.  If you think this
3401 configuration is useful to you, please write to autoconf@gnu.org." >&5
3402 echo "$as_me: 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." >&2;}
3405 ac_tool_warned=yes ;;
3406 esac
3407     CXX=$ac_ct_CXX
3408   fi
3409 fi
3410
3411   fi
3412 fi
3413 # Provide some information about the compiler.
3414 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3415 ac_compiler=`set X $ac_compile; echo $2`
3416 { (ac_try="$ac_compiler --version >&5"
3417 case "(($ac_try" in
3418   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3419   *) ac_try_echo=$ac_try;;
3420 esac
3421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3422   (eval "$ac_compiler --version >&5") 2>&5
3423   ac_status=$?
3424   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3425   (exit $ac_status); }
3426 { (ac_try="$ac_compiler -v >&5"
3427 case "(($ac_try" in
3428   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3429   *) ac_try_echo=$ac_try;;
3430 esac
3431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3432   (eval "$ac_compiler -v >&5") 2>&5
3433   ac_status=$?
3434   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3435   (exit $ac_status); }
3436 { (ac_try="$ac_compiler -V >&5"
3437 case "(($ac_try" in
3438   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3439   *) ac_try_echo=$ac_try;;
3440 esac
3441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3442   (eval "$ac_compiler -V >&5") 2>&5
3443   ac_status=$?
3444   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3445   (exit $ac_status); }
3446
3447 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3448 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3449 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3450   echo $ECHO_N "(cached) $ECHO_C" >&6
3451 else
3452   cat >conftest.$ac_ext <<_ACEOF
3453 /* confdefs.h.  */
3454 _ACEOF
3455 cat confdefs.h >>conftest.$ac_ext
3456 cat >>conftest.$ac_ext <<_ACEOF
3457 /* end confdefs.h.  */
3458
3459 int
3460 main ()
3461 {
3462 #ifndef __GNUC__
3463        choke me
3464 #endif
3465
3466   ;
3467   return 0;
3468 }
3469 _ACEOF
3470 rm -f conftest.$ac_objext
3471 if { (ac_try="$ac_compile"
3472 case "(($ac_try" in
3473   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3474   *) ac_try_echo=$ac_try;;
3475 esac
3476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3477   (eval "$ac_compile") 2>conftest.er1
3478   ac_status=$?
3479   grep -v '^ *+' conftest.er1 >conftest.err
3480   rm -f conftest.er1
3481   cat conftest.err >&5
3482   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3483   (exit $ac_status); } && {
3484          test -z "$ac_cxx_werror_flag" ||
3485          test ! -s conftest.err
3486        } && test -s conftest.$ac_objext; then
3487   ac_compiler_gnu=yes
3488 else
3489   echo "$as_me: failed program was:" >&5
3490 sed 's/^/| /' conftest.$ac_ext >&5
3491
3492         ac_compiler_gnu=no
3493 fi
3494
3495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3496 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3497
3498 fi
3499 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3500 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3501 GXX=`test $ac_compiler_gnu = yes && echo yes`
3502 ac_test_CXXFLAGS=${CXXFLAGS+set}
3503 ac_save_CXXFLAGS=$CXXFLAGS
3504 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3505 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3506 if test "${ac_cv_prog_cxx_g+set}" = set; then
3507   echo $ECHO_N "(cached) $ECHO_C" >&6
3508 else
3509   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3510    ac_cxx_werror_flag=yes
3511    ac_cv_prog_cxx_g=no
3512    CXXFLAGS="-g"
3513    cat >conftest.$ac_ext <<_ACEOF
3514 /* confdefs.h.  */
3515 _ACEOF
3516 cat confdefs.h >>conftest.$ac_ext
3517 cat >>conftest.$ac_ext <<_ACEOF
3518 /* end confdefs.h.  */
3519
3520 int
3521 main ()
3522 {
3523
3524   ;
3525   return 0;
3526 }
3527 _ACEOF
3528 rm -f conftest.$ac_objext
3529 if { (ac_try="$ac_compile"
3530 case "(($ac_try" in
3531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3532   *) ac_try_echo=$ac_try;;
3533 esac
3534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3535   (eval "$ac_compile") 2>conftest.er1
3536   ac_status=$?
3537   grep -v '^ *+' conftest.er1 >conftest.err
3538   rm -f conftest.er1
3539   cat conftest.err >&5
3540   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3541   (exit $ac_status); } && {
3542          test -z "$ac_cxx_werror_flag" ||
3543          test ! -s conftest.err
3544        } && test -s conftest.$ac_objext; then
3545   ac_cv_prog_cxx_g=yes
3546 else
3547   echo "$as_me: failed program was:" >&5
3548 sed 's/^/| /' conftest.$ac_ext >&5
3549
3550         CXXFLAGS=""
3551       cat >conftest.$ac_ext <<_ACEOF
3552 /* confdefs.h.  */
3553 _ACEOF
3554 cat confdefs.h >>conftest.$ac_ext
3555 cat >>conftest.$ac_ext <<_ACEOF
3556 /* end confdefs.h.  */
3557
3558 int
3559 main ()
3560 {
3561
3562   ;
3563   return 0;
3564 }
3565 _ACEOF
3566 rm -f conftest.$ac_objext
3567 if { (ac_try="$ac_compile"
3568 case "(($ac_try" in
3569   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3570   *) ac_try_echo=$ac_try;;
3571 esac
3572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3573   (eval "$ac_compile") 2>conftest.er1
3574   ac_status=$?
3575   grep -v '^ *+' conftest.er1 >conftest.err
3576   rm -f conftest.er1
3577   cat conftest.err >&5
3578   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3579   (exit $ac_status); } && {
3580          test -z "$ac_cxx_werror_flag" ||
3581          test ! -s conftest.err
3582        } && test -s conftest.$ac_objext; then
3583   :
3584 else
3585   echo "$as_me: failed program was:" >&5
3586 sed 's/^/| /' conftest.$ac_ext >&5
3587
3588         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3589          CXXFLAGS="-g"
3590          cat >conftest.$ac_ext <<_ACEOF
3591 /* confdefs.h.  */
3592 _ACEOF
3593 cat confdefs.h >>conftest.$ac_ext
3594 cat >>conftest.$ac_ext <<_ACEOF
3595 /* end confdefs.h.  */
3596
3597 int
3598 main ()
3599 {
3600
3601   ;
3602   return 0;
3603 }
3604 _ACEOF
3605 rm -f conftest.$ac_objext
3606 if { (ac_try="$ac_compile"
3607 case "(($ac_try" in
3608   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3609   *) ac_try_echo=$ac_try;;
3610 esac
3611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3612   (eval "$ac_compile") 2>conftest.er1
3613   ac_status=$?
3614   grep -v '^ *+' conftest.er1 >conftest.err
3615   rm -f conftest.er1
3616   cat conftest.err >&5
3617   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3618   (exit $ac_status); } && {
3619          test -z "$ac_cxx_werror_flag" ||
3620          test ! -s conftest.err
3621        } && test -s conftest.$ac_objext; then
3622   ac_cv_prog_cxx_g=yes
3623 else
3624   echo "$as_me: failed program was:" >&5
3625 sed 's/^/| /' conftest.$ac_ext >&5
3626
3627
3628 fi
3629
3630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
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    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3638 fi
3639 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3640 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3641 if test "$ac_test_CXXFLAGS" = set; then
3642   CXXFLAGS=$ac_save_CXXFLAGS
3643 elif test $ac_cv_prog_cxx_g = yes; then
3644   if test "$GXX" = yes; then
3645     CXXFLAGS="-g -O2"
3646   else
3647     CXXFLAGS="-g"
3648   fi
3649 else
3650   if test "$GXX" = yes; then
3651     CXXFLAGS="-O2"
3652   else
3653     CXXFLAGS=
3654   fi
3655 fi
3656 ac_ext=c
3657 ac_cpp='$CPP $CPPFLAGS'
3658 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3659 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3660 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3661
3662 if test "x$CC" != xcc; then
3663   { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
3664 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
3665 else
3666   { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
3667 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
3668 fi
3669 set dummy $CC; ac_cc=`echo $2 |
3670                       sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
3671 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
3672   echo $ECHO_N "(cached) $ECHO_C" >&6
3673 else
3674   cat >conftest.$ac_ext <<_ACEOF
3675 /* confdefs.h.  */
3676 _ACEOF
3677 cat confdefs.h >>conftest.$ac_ext
3678 cat >>conftest.$ac_ext <<_ACEOF
3679 /* end confdefs.h.  */
3680
3681 int
3682 main ()
3683 {
3684
3685   ;
3686   return 0;
3687 }
3688 _ACEOF
3689 # Make sure it works both with $CC and with simple cc.
3690 # We do the test twice because some compilers refuse to overwrite an
3691 # existing .o file with -o, though they will create one.
3692 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
3693 rm -f conftest2.*
3694 if { (case "(($ac_try" in
3695   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3696   *) ac_try_echo=$ac_try;;
3697 esac
3698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3699   (eval "$ac_try") 2>&5
3700   ac_status=$?
3701   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3702   (exit $ac_status); } &&
3703    test -f conftest2.$ac_objext && { (case "(($ac_try" in
3704   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3705   *) ac_try_echo=$ac_try;;
3706 esac
3707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3708   (eval "$ac_try") 2>&5
3709   ac_status=$?
3710   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3711   (exit $ac_status); };
3712 then
3713   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
3714   if test "x$CC" != xcc; then
3715     # Test first that cc exists at all.
3716     if { ac_try='cc -c conftest.$ac_ext >&5'
3717   { (case "(($ac_try" in
3718   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3719   *) ac_try_echo=$ac_try;;
3720 esac
3721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3722   (eval "$ac_try") 2>&5
3723   ac_status=$?
3724   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3725   (exit $ac_status); }; }; then
3726       ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
3727       rm -f conftest2.*
3728       if { (case "(($ac_try" in
3729   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3730   *) ac_try_echo=$ac_try;;
3731 esac
3732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3733   (eval "$ac_try") 2>&5
3734   ac_status=$?
3735   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3736   (exit $ac_status); } &&
3737          test -f conftest2.$ac_objext && { (case "(($ac_try" in
3738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3739   *) ac_try_echo=$ac_try;;
3740 esac
3741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3742   (eval "$ac_try") 2>&5
3743   ac_status=$?
3744   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3745   (exit $ac_status); };
3746       then
3747         # cc works too.
3748         :
3749       else
3750         # cc exists but doesn't like -o.
3751         eval ac_cv_prog_cc_${ac_cc}_c_o=no
3752       fi
3753     fi
3754   fi
3755 else
3756   eval ac_cv_prog_cc_${ac_cc}_c_o=no
3757 fi
3758 rm -f core conftest*
3759
3760 fi
3761 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
3762   { echo "$as_me:$LINENO: result: yes" >&5
3763 echo "${ECHO_T}yes" >&6; }
3764 else
3765   { echo "$as_me:$LINENO: result: no" >&5
3766 echo "${ECHO_T}no" >&6; }
3767
3768 cat >>confdefs.h <<\_ACEOF
3769 #define NO_MINUS_C_MINUS_O 1
3770 _ACEOF
3771
3772 fi
3773
3774 ac_ext=c
3775 ac_cpp='$CPP $CPPFLAGS'
3776 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3777 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3778 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3779 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3780 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3781 # On Suns, sometimes $CPP names a directory.
3782 if test -n "$CPP" && test -d "$CPP"; then
3783   CPP=
3784 fi
3785 if test -z "$CPP"; then
3786   if test "${ac_cv_prog_CPP+set}" = set; then
3787   echo $ECHO_N "(cached) $ECHO_C" >&6
3788 else
3789       # Double quotes because CPP needs to be expanded
3790     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3791     do
3792       ac_preproc_ok=false
3793 for ac_c_preproc_warn_flag in '' yes
3794 do
3795   # Use a header file that comes with gcc, so configuring glibc
3796   # with a fresh cross-compiler works.
3797   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3798   # <limits.h> exists even on freestanding compilers.
3799   # On the NeXT, cc -E runs the code through the compiler's parser,
3800   # not just through cpp. "Syntax error" is here to catch this case.
3801   cat >conftest.$ac_ext <<_ACEOF
3802 /* confdefs.h.  */
3803 _ACEOF
3804 cat confdefs.h >>conftest.$ac_ext
3805 cat >>conftest.$ac_ext <<_ACEOF
3806 /* end confdefs.h.  */
3807 #ifdef __STDC__
3808 # include <limits.h>
3809 #else
3810 # include <assert.h>
3811 #endif
3812                      Syntax error
3813 _ACEOF
3814 if { (ac_try="$ac_cpp conftest.$ac_ext"
3815 case "(($ac_try" in
3816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3817   *) ac_try_echo=$ac_try;;
3818 esac
3819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3820   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3821   ac_status=$?
3822   grep -v '^ *+' conftest.er1 >conftest.err
3823   rm -f conftest.er1
3824   cat conftest.err >&5
3825   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3826   (exit $ac_status); } >/dev/null && {
3827          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3828          test ! -s conftest.err
3829        }; then
3830   :
3831 else
3832   echo "$as_me: failed program was:" >&5
3833 sed 's/^/| /' conftest.$ac_ext >&5
3834
3835   # Broken: fails on valid input.
3836 continue
3837 fi
3838
3839 rm -f conftest.err conftest.$ac_ext
3840
3841   # OK, works on sane cases.  Now check whether nonexistent headers
3842   # can be detected and how.
3843   cat >conftest.$ac_ext <<_ACEOF
3844 /* confdefs.h.  */
3845 _ACEOF
3846 cat confdefs.h >>conftest.$ac_ext
3847 cat >>conftest.$ac_ext <<_ACEOF
3848 /* end confdefs.h.  */
3849 #include <ac_nonexistent.h>
3850 _ACEOF
3851 if { (ac_try="$ac_cpp conftest.$ac_ext"
3852 case "(($ac_try" in
3853   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3854   *) ac_try_echo=$ac_try;;
3855 esac
3856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3857   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3858   ac_status=$?
3859   grep -v '^ *+' conftest.er1 >conftest.err
3860   rm -f conftest.er1
3861   cat conftest.err >&5
3862   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3863   (exit $ac_status); } >/dev/null && {
3864          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3865          test ! -s conftest.err
3866        }; then
3867   # Broken: success on invalid input.
3868 continue
3869 else
3870   echo "$as_me: failed program was:" >&5
3871 sed 's/^/| /' conftest.$ac_ext >&5
3872
3873   # Passes both tests.
3874 ac_preproc_ok=:
3875 break
3876 fi
3877
3878 rm -f conftest.err conftest.$ac_ext
3879
3880 done
3881 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3882 rm -f conftest.err conftest.$ac_ext
3883 if $ac_preproc_ok; then
3884   break
3885 fi
3886
3887     done
3888     ac_cv_prog_CPP=$CPP
3889
3890 fi
3891   CPP=$ac_cv_prog_CPP
3892 else
3893   ac_cv_prog_CPP=$CPP
3894 fi
3895 { echo "$as_me:$LINENO: result: $CPP" >&5
3896 echo "${ECHO_T}$CPP" >&6; }
3897 ac_preproc_ok=false
3898 for ac_c_preproc_warn_flag in '' yes
3899 do
3900   # Use a header file that comes with gcc, so configuring glibc
3901   # with a fresh cross-compiler works.
3902   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3903   # <limits.h> exists even on freestanding compilers.
3904   # On the NeXT, cc -E runs the code through the compiler's parser,
3905   # not just through cpp. "Syntax error" is here to catch this case.
3906   cat >conftest.$ac_ext <<_ACEOF
3907 /* confdefs.h.  */
3908 _ACEOF
3909 cat confdefs.h >>conftest.$ac_ext
3910 cat >>conftest.$ac_ext <<_ACEOF
3911 /* end confdefs.h.  */
3912 #ifdef __STDC__
3913 # include <limits.h>
3914 #else
3915 # include <assert.h>
3916 #endif
3917                      Syntax error
3918 _ACEOF
3919 if { (ac_try="$ac_cpp conftest.$ac_ext"
3920 case "(($ac_try" in
3921   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3922   *) ac_try_echo=$ac_try;;
3923 esac
3924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3925   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3926   ac_status=$?
3927   grep -v '^ *+' conftest.er1 >conftest.err
3928   rm -f conftest.er1
3929   cat conftest.err >&5
3930   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3931   (exit $ac_status); } >/dev/null && {
3932          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3933          test ! -s conftest.err
3934        }; then
3935   :
3936 else
3937   echo "$as_me: failed program was:" >&5
3938 sed 's/^/| /' conftest.$ac_ext >&5
3939
3940   # Broken: fails on valid input.
3941 continue
3942 fi
3943
3944 rm -f conftest.err conftest.$ac_ext
3945
3946   # OK, works on sane cases.  Now check whether nonexistent headers
3947   # can be detected and how.
3948   cat >conftest.$ac_ext <<_ACEOF
3949 /* confdefs.h.  */
3950 _ACEOF
3951 cat confdefs.h >>conftest.$ac_ext
3952 cat >>conftest.$ac_ext <<_ACEOF
3953 /* end confdefs.h.  */
3954 #include <ac_nonexistent.h>
3955 _ACEOF
3956 if { (ac_try="$ac_cpp conftest.$ac_ext"
3957 case "(($ac_try" in
3958   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3959   *) ac_try_echo=$ac_try;;
3960 esac
3961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3962   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3963   ac_status=$?
3964   grep -v '^ *+' conftest.er1 >conftest.err
3965   rm -f conftest.er1
3966   cat conftest.err >&5
3967   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3968   (exit $ac_status); } >/dev/null && {
3969          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3970          test ! -s conftest.err
3971        }; then
3972   # Broken: success on invalid input.
3973 continue
3974 else
3975   echo "$as_me: failed program was:" >&5
3976 sed 's/^/| /' conftest.$ac_ext >&5
3977
3978   # Passes both tests.
3979 ac_preproc_ok=:
3980 break
3981 fi
3982
3983 rm -f conftest.err conftest.$ac_ext
3984
3985 done
3986 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3987 rm -f conftest.err conftest.$ac_ext
3988 if $ac_preproc_ok; then
3989   :
3990 else
3991   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3992 See \`config.log' for more details." >&5
3993 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3994 See \`config.log' for more details." >&2;}
3995    { (exit 1); exit 1; }; }
3996 fi
3997
3998 ac_ext=c
3999 ac_cpp='$CPP $CPPFLAGS'
4000 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4001 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4002 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4003
4004
4005 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4006 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4007 if test "${ac_cv_path_GREP+set}" = set; then
4008   echo $ECHO_N "(cached) $ECHO_C" >&6
4009 else
4010   # Extract the first word of "grep ggrep" to use in msg output
4011 if test -z "$GREP"; then
4012 set dummy grep ggrep; ac_prog_name=$2
4013 if test "${ac_cv_path_GREP+set}" = set; then
4014   echo $ECHO_N "(cached) $ECHO_C" >&6
4015 else
4016   ac_path_GREP_found=false
4017 # Loop through the user's path and test for each of PROGNAME-LIST
4018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4019 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4020 do
4021   IFS=$as_save_IFS
4022   test -z "$as_dir" && as_dir=.
4023   for ac_prog in grep ggrep; do
4024   for ac_exec_ext in '' $ac_executable_extensions; do
4025     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4026     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4027     # Check for GNU ac_path_GREP and select it if it is found.
4028   # Check for GNU $ac_path_GREP
4029 case `"$ac_path_GREP" --version 2>&1` in
4030 *GNU*)
4031   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4032 *)
4033   ac_count=0
4034   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4035   while :
4036   do
4037     cat "conftest.in" "conftest.in" >"conftest.tmp"
4038     mv "conftest.tmp" "conftest.in"
4039     cp "conftest.in" "conftest.nl"
4040     echo 'GREP' >> "conftest.nl"
4041     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4042     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4043     ac_count=`expr $ac_count + 1`
4044     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4045       # Best one so far, save it but keep looking for a better one
4046       ac_cv_path_GREP="$ac_path_GREP"
4047       ac_path_GREP_max=$ac_count
4048     fi
4049     # 10*(2^10) chars as input seems more than enough
4050     test $ac_count -gt 10 && break
4051   done
4052   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4053 esac
4054
4055
4056     $ac_path_GREP_found && break 3
4057   done
4058 done
4059
4060 done
4061 IFS=$as_save_IFS
4062
4063
4064 fi
4065
4066 GREP="$ac_cv_path_GREP"
4067 if test -z "$GREP"; then
4068   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4069 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4070    { (exit 1); exit 1; }; }
4071 fi
4072
4073 else
4074   ac_cv_path_GREP=$GREP
4075 fi
4076
4077
4078 fi
4079 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4080 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4081  GREP="$ac_cv_path_GREP"
4082
4083
4084 { echo "$as_me:$LINENO: checking for egrep" >&5
4085 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4086 if test "${ac_cv_path_EGREP+set}" = set; then
4087   echo $ECHO_N "(cached) $ECHO_C" >&6
4088 else
4089   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4090    then ac_cv_path_EGREP="$GREP -E"
4091    else
4092      # Extract the first word of "egrep" to use in msg output
4093 if test -z "$EGREP"; then
4094 set dummy egrep; ac_prog_name=$2
4095 if test "${ac_cv_path_EGREP+set}" = set; then
4096   echo $ECHO_N "(cached) $ECHO_C" >&6
4097 else
4098   ac_path_EGREP_found=false
4099 # Loop through the user's path and test for each of PROGNAME-LIST
4100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4101 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4102 do
4103   IFS=$as_save_IFS
4104   test -z "$as_dir" && as_dir=.
4105   for ac_prog in egrep; do
4106   for ac_exec_ext in '' $ac_executable_extensions; do
4107     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4108     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4109     # Check for GNU ac_path_EGREP and select it if it is found.
4110   # Check for GNU $ac_path_EGREP
4111 case `"$ac_path_EGREP" --version 2>&1` in
4112 *GNU*)
4113   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4114 *)
4115   ac_count=0
4116   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4117   while :
4118   do
4119     cat "conftest.in" "conftest.in" >"conftest.tmp"
4120     mv "conftest.tmp" "conftest.in"
4121     cp "conftest.in" "conftest.nl"
4122     echo 'EGREP' >> "conftest.nl"
4123     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4124     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4125     ac_count=`expr $ac_count + 1`
4126     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4127       # Best one so far, save it but keep looking for a better one
4128       ac_cv_path_EGREP="$ac_path_EGREP"
4129       ac_path_EGREP_max=$ac_count
4130     fi
4131     # 10*(2^10) chars as input seems more than enough
4132     test $ac_count -gt 10 && break
4133   done
4134   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4135 esac
4136
4137
4138     $ac_path_EGREP_found && break 3
4139   done
4140 done
4141
4142 done
4143 IFS=$as_save_IFS
4144
4145
4146 fi
4147
4148 EGREP="$ac_cv_path_EGREP"
4149 if test -z "$EGREP"; then
4150   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4151 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4152    { (exit 1); exit 1; }; }
4153 fi
4154
4155 else
4156   ac_cv_path_EGREP=$EGREP
4157 fi
4158
4159
4160    fi
4161 fi
4162 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4163 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4164  EGREP="$ac_cv_path_EGREP"
4165
4166
4167 if test $ac_cv_c_compiler_gnu = yes; then
4168     { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
4169 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }
4170 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
4171   echo $ECHO_N "(cached) $ECHO_C" >&6
4172 else
4173     ac_pattern="Autoconf.*'x'"
4174   cat >conftest.$ac_ext <<_ACEOF
4175 /* confdefs.h.  */
4176 _ACEOF
4177 cat confdefs.h >>conftest.$ac_ext
4178 cat >>conftest.$ac_ext <<_ACEOF
4179 /* end confdefs.h.  */
4180 #include <sgtty.h>
4181 Autoconf TIOCGETP
4182 _ACEOF
4183 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4184   $EGREP "$ac_pattern" >/dev/null 2>&1; then
4185   ac_cv_prog_gcc_traditional=yes
4186 else
4187   ac_cv_prog_gcc_traditional=no
4188 fi
4189 rm -f conftest*
4190
4191
4192   if test $ac_cv_prog_gcc_traditional = no; then
4193     cat >conftest.$ac_ext <<_ACEOF
4194 /* confdefs.h.  */
4195 _ACEOF
4196 cat confdefs.h >>conftest.$ac_ext
4197 cat >>conftest.$ac_ext <<_ACEOF
4198 /* end confdefs.h.  */
4199 #include <termio.h>
4200 Autoconf TCGETA
4201 _ACEOF
4202 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4203   $EGREP "$ac_pattern" >/dev/null 2>&1; then
4204   ac_cv_prog_gcc_traditional=yes
4205 fi
4206 rm -f conftest*
4207
4208   fi
4209 fi
4210 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
4211 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
4212   if test $ac_cv_prog_gcc_traditional = yes; then
4213     CC="$CC -traditional"
4214   fi
4215 fi
4216
4217 BASECC=`basename $CC`
4218 have_gcc=no
4219 if test "x$BASECC" = xgcc; then
4220    cat >>confdefs.h <<\_ACEOF
4221 #define HAVE_GCC 1
4222 _ACEOF
4223
4224    have_gcc=yes
4225 fi
4226 # Extract the first word of "$CXX", so it can be a program name with args.
4227 set dummy $CXX; ac_word=$2
4228 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4229 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4230 if test "${ac_cv_path_CXX+set}" = set; then
4231   echo $ECHO_N "(cached) $ECHO_C" >&6
4232 else
4233   case $CXX in
4234   [\\/]* | ?:[\\/]*)
4235   ac_cv_path_CXX="$CXX" # Let the user override the test with a path.
4236   ;;
4237   *)
4238   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4239 for as_dir in $PATH
4240 do
4241   IFS=$as_save_IFS
4242   test -z "$as_dir" && as_dir=.
4243   for ac_exec_ext in '' $ac_executable_extensions; do
4244   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4245     ac_cv_path_CXX="$as_dir/$ac_word$ac_exec_ext"
4246     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4247     break 2
4248   fi
4249 done
4250 done
4251 IFS=$as_save_IFS
4252
4253   test -z "$ac_cv_path_CXX" && ac_cv_path_CXX="$CXX"
4254   ;;
4255 esac
4256 fi
4257 CXX=$ac_cv_path_CXX
4258 if test -n "$CXX"; then
4259   { echo "$as_me:$LINENO: result: $CXX" >&5
4260 echo "${ECHO_T}$CXX" >&6; }
4261 else
4262   { echo "$as_me:$LINENO: result: no" >&5
4263 echo "${ECHO_T}no" >&6; }
4264 fi
4265
4266
4267 if test ! -e $CXX; then
4268    { { echo "$as_me:$LINENO: error: Unable to find C++ compiler" >&5
4269 echo "$as_me: error: Unable to find C++ compiler" >&2;}
4270    { (exit 1); exit 1; }; }
4271 fi
4272
4273 # Find a good install program.  We prefer a C program (faster),
4274 # so one script is as good as another.  But avoid the broken or
4275 # incompatible versions:
4276 # SysV /etc/install, /usr/sbin/install
4277 # SunOS /usr/etc/install
4278 # IRIX /sbin/install
4279 # AIX /bin/install
4280 # AmigaOS /C/install, which installs bootblocks on floppy discs
4281 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4282 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4283 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4284 # OS/2's system install, which has a completely different semantic
4285 # ./install, which can be erroneously created by make from ./install.sh.
4286 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4287 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4288 if test -z "$INSTALL"; then
4289 if test "${ac_cv_path_install+set}" = set; then
4290   echo $ECHO_N "(cached) $ECHO_C" >&6
4291 else
4292   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4293 for as_dir in $PATH
4294 do
4295   IFS=$as_save_IFS
4296   test -z "$as_dir" && as_dir=.
4297   # Account for people who put trailing slashes in PATH elements.
4298 case $as_dir/ in
4299   ./ | .// | /cC/* | \
4300   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4301   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4302   /usr/ucb/* ) ;;
4303   *)
4304     # OSF1 and SCO ODT 3.0 have their own names for install.
4305     # Don't use installbsd from OSF since it installs stuff as root
4306     # by default.
4307     for ac_prog in ginstall scoinst install; do
4308       for ac_exec_ext in '' $ac_executable_extensions; do
4309         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4310           if test $ac_prog = install &&
4311             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4312             # AIX install.  It has an incompatible calling convention.
4313             :
4314           elif test $ac_prog = install &&
4315             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4316             # program-specific install script used by HP pwplus--don't use.
4317             :
4318           else
4319             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4320             break 3
4321           fi
4322         fi
4323       done
4324     done
4325     ;;
4326 esac
4327 done
4328 IFS=$as_save_IFS
4329
4330
4331 fi
4332   if test "${ac_cv_path_install+set}" = set; then
4333     INSTALL=$ac_cv_path_install
4334   else
4335     # As a last resort, use the slow shell script.  Don't cache a
4336     # value for INSTALL within a source directory, because that will
4337     # break other packages using the cache if that directory is
4338     # removed, or if the value is a relative name.
4339     INSTALL=$ac_install_sh
4340   fi
4341 fi
4342 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4343 echo "${ECHO_T}$INSTALL" >&6; }
4344
4345 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4346 # It thinks the first close brace ends the variable substitution.
4347 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4348
4349 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4350
4351 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4352
4353 # Extract the first word of "mv", so it can be a program name with args.
4354 set dummy mv; ac_word=$2
4355 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4356 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4357 if test "${ac_cv_path_MV+set}" = set; then
4358   echo $ECHO_N "(cached) $ECHO_C" >&6
4359 else
4360   case $MV in
4361   [\\/]* | ?:[\\/]*)
4362   ac_cv_path_MV="$MV" # Let the user override the test with a path.
4363   ;;
4364   *)
4365   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4366 for as_dir in $PATH
4367 do
4368   IFS=$as_save_IFS
4369   test -z "$as_dir" && as_dir=.
4370   for ac_exec_ext in '' $ac_executable_extensions; do
4371   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4372     ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
4373     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4374     break 2
4375   fi
4376 done
4377 done
4378 IFS=$as_save_IFS
4379
4380   test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
4381   ;;
4382 esac
4383 fi
4384 MV=$ac_cv_path_MV
4385 if test -n "$MV"; then
4386   { echo "$as_me:$LINENO: result: $MV" >&5
4387 echo "${ECHO_T}$MV" >&6; }
4388 else
4389   { echo "$as_me:$LINENO: result: no" >&5
4390 echo "${ECHO_T}no" >&6; }
4391 fi
4392
4393
4394 # Extract the first word of "rm", so it can be a program name with args.
4395 set dummy rm; ac_word=$2
4396 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4397 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4398 if test "${ac_cv_path_REMOVE+set}" = set; then
4399   echo $ECHO_N "(cached) $ECHO_C" >&6
4400 else
4401   case $REMOVE in
4402   [\\/]* | ?:[\\/]*)
4403   ac_cv_path_REMOVE="$REMOVE" # Let the user override the test with a path.
4404   ;;
4405   *)
4406   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4407 for as_dir in $PATH
4408 do
4409   IFS=$as_save_IFS
4410   test -z "$as_dir" && as_dir=.
4411   for ac_exec_ext in '' $ac_executable_extensions; do
4412   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4413     ac_cv_path_REMOVE="$as_dir/$ac_word$ac_exec_ext"
4414     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4415     break 2
4416   fi
4417 done
4418 done
4419 IFS=$as_save_IFS
4420
4421   test -z "$ac_cv_path_REMOVE" && ac_cv_path_REMOVE="rm"
4422   ;;
4423 esac
4424 fi
4425 REMOVE=$ac_cv_path_REMOVE
4426 if test -n "$REMOVE"; then
4427   { echo "$as_me:$LINENO: result: $REMOVE" >&5
4428 echo "${ECHO_T}$REMOVE" >&6; }
4429 else
4430   { echo "$as_me:$LINENO: result: no" >&5
4431 echo "${ECHO_T}no" >&6; }
4432 fi
4433
4434
4435 # Extract the first word of "cp", so it can be a program name with args.
4436 set dummy cp; ac_word=$2
4437 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4438 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4439 if test "${ac_cv_path_CP+set}" = set; then
4440   echo $ECHO_N "(cached) $ECHO_C" >&6
4441 else
4442   case $CP in
4443   [\\/]* | ?:[\\/]*)
4444   ac_cv_path_CP="$CP" # Let the user override the test with a path.
4445   ;;
4446   *)
4447   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4448 for as_dir in $PATH
4449 do
4450   IFS=$as_save_IFS
4451   test -z "$as_dir" && as_dir=.
4452   for ac_exec_ext in '' $ac_executable_extensions; do
4453   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4454     ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
4455     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4456     break 2
4457   fi
4458 done
4459 done
4460 IFS=$as_save_IFS
4461
4462   test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
4463   ;;
4464 esac
4465 fi
4466 CP=$ac_cv_path_CP
4467 if test -n "$CP"; then
4468   { echo "$as_me:$LINENO: result: $CP" >&5
4469 echo "${ECHO_T}$CP" >&6; }
4470 else
4471   { echo "$as_me:$LINENO: result: no" >&5
4472 echo "${ECHO_T}no" >&6; }
4473 fi
4474
4475
4476 # Extract the first word of "sed", so it can be a program name with args.
4477 set dummy sed; ac_word=$2
4478 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4479 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4480 if test "${ac_cv_path_SED+set}" = set; then
4481   echo $ECHO_N "(cached) $ECHO_C" >&6
4482 else
4483   case $SED in
4484   [\\/]* | ?:[\\/]*)
4485   ac_cv_path_SED="$SED" # Let the user override the test with a path.
4486   ;;
4487   *)
4488   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4489 for as_dir in $PATH
4490 do
4491   IFS=$as_save_IFS
4492   test -z "$as_dir" && as_dir=.
4493   for ac_exec_ext in '' $ac_executable_extensions; do
4494   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4495     ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
4496     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4497     break 2
4498   fi
4499 done
4500 done
4501 IFS=$as_save_IFS
4502
4503   test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
4504   ;;
4505 esac
4506 fi
4507 SED=$ac_cv_path_SED
4508 if test -n "$SED"; then
4509   { echo "$as_me:$LINENO: result: $SED" >&5
4510 echo "${ECHO_T}$SED" >&6; }
4511 else
4512   { echo "$as_me:$LINENO: result: no" >&5
4513 echo "${ECHO_T}no" >&6; }
4514 fi
4515
4516
4517 # Extract the first word of "echo", so it can be a program name with args.
4518 set dummy echo; ac_word=$2
4519 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4520 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4521 if test "${ac_cv_path_ECHO+set}" = set; then
4522   echo $ECHO_N "(cached) $ECHO_C" >&6
4523 else
4524   case $ECHO in
4525   [\\/]* | ?:[\\/]*)
4526   ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
4527   ;;
4528   *)
4529   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4530 for as_dir in $PATH
4531 do
4532   IFS=$as_save_IFS
4533   test -z "$as_dir" && as_dir=.
4534   for ac_exec_ext in '' $ac_executable_extensions; do
4535   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4536     ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
4537     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4538     break 2
4539   fi
4540 done
4541 done
4542 IFS=$as_save_IFS
4543
4544   test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
4545   ;;
4546 esac
4547 fi
4548 ECHO=$ac_cv_path_ECHO
4549 if test -n "$ECHO"; then
4550   { echo "$as_me:$LINENO: result: $ECHO" >&5
4551 echo "${ECHO_T}$ECHO" >&6; }
4552 else
4553   { echo "$as_me:$LINENO: result: no" >&5
4554 echo "${ECHO_T}no" >&6; }
4555 fi
4556
4557
4558 # Extract the first word of "cmp", so it can be a program name with args.
4559 set dummy cmp; ac_word=$2
4560 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4561 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4562 if test "${ac_cv_path_CMP+set}" = set; then
4563   echo $ECHO_N "(cached) $ECHO_C" >&6
4564 else
4565   case $CMP in
4566   [\\/]* | ?:[\\/]*)
4567   ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
4568   ;;
4569   *)
4570   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4571 for as_dir in $PATH
4572 do
4573   IFS=$as_save_IFS
4574   test -z "$as_dir" && as_dir=.
4575   for ac_exec_ext in '' $ac_executable_extensions; do
4576   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4577     ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
4578     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4579     break 2
4580   fi
4581 done
4582 done
4583 IFS=$as_save_IFS
4584
4585   test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
4586   ;;
4587 esac
4588 fi
4589 CMP=$ac_cv_path_CMP
4590 if test -n "$CMP"; then
4591   { echo "$as_me:$LINENO: result: $CMP" >&5
4592 echo "${ECHO_T}$CMP" >&6; }
4593 else
4594   { echo "$as_me:$LINENO: result: no" >&5
4595 echo "${ECHO_T}no" >&6; }
4596 fi
4597
4598
4599 # Extract the first word of "tbl", so it can be a program name with args.
4600 set dummy tbl; ac_word=$2
4601 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4602 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4603 if test "${ac_cv_path_TBL+set}" = set; then
4604   echo $ECHO_N "(cached) $ECHO_C" >&6
4605 else
4606   case $TBL in
4607   [\\/]* | ?:[\\/]*)
4608   ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
4609   ;;
4610   *)
4611   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4612 for as_dir in $PATH
4613 do
4614   IFS=$as_save_IFS
4615   test -z "$as_dir" && as_dir=.
4616   for ac_exec_ext in '' $ac_executable_extensions; do
4617   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4618     ac_cv_path_TBL="$as_dir/$ac_word$ac_exec_ext"
4619     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4620     break 2
4621   fi
4622 done
4623 done
4624 IFS=$as_save_IFS
4625
4626   test -z "$ac_cv_path_TBL" && ac_cv_path_TBL="tbl"
4627   ;;
4628 esac
4629 fi
4630 TBL=$ac_cv_path_TBL
4631 if test -n "$TBL"; then
4632   { echo "$as_me:$LINENO: result: $TBL" >&5
4633 echo "${ECHO_T}$TBL" >&6; }
4634 else
4635   { echo "$as_me:$LINENO: result: no" >&5
4636 echo "${ECHO_T}no" >&6; }
4637 fi
4638
4639
4640 # Extract the first word of "ar", so it can be a program name with args.
4641 set dummy ar; ac_word=$2
4642 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4643 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4644 if test "${ac_cv_path_AR+set}" = set; then
4645   echo $ECHO_N "(cached) $ECHO_C" >&6
4646 else
4647   case $AR in
4648   [\\/]* | ?:[\\/]*)
4649   ac_cv_path_AR="$AR" # Let the user override the test with a path.
4650   ;;
4651   *)
4652   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4653 for as_dir in $PATH
4654 do
4655   IFS=$as_save_IFS
4656   test -z "$as_dir" && as_dir=.
4657   for ac_exec_ext in '' $ac_executable_extensions; do
4658   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4659     ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext"
4660     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4661     break 2
4662   fi
4663 done
4664 done
4665 IFS=$as_save_IFS
4666
4667   test -z "$ac_cv_path_AR" && ac_cv_path_AR="ar"
4668   ;;
4669 esac
4670 fi
4671 AR=$ac_cv_path_AR
4672 if test -n "$AR"; then
4673   { echo "$as_me:$LINENO: result: $AR" >&5
4674 echo "${ECHO_T}$AR" >&6; }
4675 else
4676   { echo "$as_me:$LINENO: result: no" >&5
4677 echo "${ECHO_T}no" >&6; }
4678 fi
4679
4680
4681 # Extract the first word of "openssl", so it can be a program name with args.
4682 set dummy openssl; ac_word=$2
4683 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4684 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4685 if test "${ac_cv_path_OPENSSL+set}" = set; then
4686   echo $ECHO_N "(cached) $ECHO_C" >&6
4687 else
4688   case $OPENSSL in
4689   [\\/]* | ?:[\\/]*)
4690   ac_cv_path_OPENSSL="$OPENSSL" # Let the user override the test with a path.
4691   ;;
4692   *)
4693   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4694 for as_dir in $PATH
4695 do
4696   IFS=$as_save_IFS
4697   test -z "$as_dir" && as_dir=.
4698   for ac_exec_ext in '' $ac_executable_extensions; do
4699   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4700     ac_cv_path_OPENSSL="$as_dir/$ac_word$ac_exec_ext"
4701     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4702     break 2
4703   fi
4704 done
4705 done
4706 IFS=$as_save_IFS
4707
4708   test -z "$ac_cv_path_OPENSSL" && ac_cv_path_OPENSSL="none"
4709   ;;
4710 esac
4711 fi
4712 OPENSSL=$ac_cv_path_OPENSSL
4713 if test -n "$OPENSSL"; then
4714   { echo "$as_me:$LINENO: result: $OPENSSL" >&5
4715 echo "${ECHO_T}$OPENSSL" >&6; }
4716 else
4717   { echo "$as_me:$LINENO: result: no" >&5
4718 echo "${ECHO_T}no" >&6; }
4719 fi
4720
4721
4722 # Extract the first word of "mtx", so it can be a program name with args.
4723 set dummy mtx; ac_word=$2
4724 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4725 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4726 if test "${ac_cv_path_MTX+set}" = set; then
4727   echo $ECHO_N "(cached) $ECHO_C" >&6
4728 else
4729   case $MTX in
4730   [\\/]* | ?:[\\/]*)
4731   ac_cv_path_MTX="$MTX" # Let the user override the test with a path.
4732   ;;
4733   *)
4734   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4735 for as_dir in $PATH
4736 do
4737   IFS=$as_save_IFS
4738   test -z "$as_dir" && as_dir=.
4739   for ac_exec_ext in '' $ac_executable_extensions; do
4740   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4741     ac_cv_path_MTX="$as_dir/$ac_word$ac_exec_ext"
4742     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4743     break 2
4744   fi
4745 done
4746 done
4747 IFS=$as_save_IFS
4748
4749   test -z "$ac_cv_path_MTX" && ac_cv_path_MTX="mtx"
4750   ;;
4751 esac
4752 fi
4753 MTX=$ac_cv_path_MTX
4754 if test -n "$MTX"; then
4755   { echo "$as_me:$LINENO: result: $MTX" >&5
4756 echo "${ECHO_T}$MTX" >&6; }
4757 else
4758   { echo "$as_me:$LINENO: result: no" >&5
4759 echo "${ECHO_T}no" >&6; }
4760 fi
4761
4762
4763 # Extract the first word of "dd", so it can be a program name with args.
4764 set dummy dd; ac_word=$2
4765 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4766 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4767 if test "${ac_cv_path_DD+set}" = set; then
4768   echo $ECHO_N "(cached) $ECHO_C" >&6
4769 else
4770   case $DD in
4771   [\\/]* | ?:[\\/]*)
4772   ac_cv_path_DD="$DD" # Let the user override the test with a path.
4773   ;;
4774   *)
4775   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4776 for as_dir in $PATH
4777 do
4778   IFS=$as_save_IFS
4779   test -z "$as_dir" && as_dir=.
4780   for ac_exec_ext in '' $ac_executable_extensions; do
4781   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4782     ac_cv_path_DD="$as_dir/$ac_word$ac_exec_ext"
4783     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4784     break 2
4785   fi
4786 done
4787 done
4788 IFS=$as_save_IFS
4789
4790   test -z "$ac_cv_path_DD" && ac_cv_path_DD="dd"
4791   ;;
4792 esac
4793 fi
4794 DD=$ac_cv_path_DD
4795 if test -n "$DD"; then
4796   { echo "$as_me:$LINENO: result: $DD" >&5
4797 echo "${ECHO_T}$DD" >&6; }
4798 else
4799   { echo "$as_me:$LINENO: result: no" >&5
4800 echo "${ECHO_T}no" >&6; }
4801 fi
4802
4803
4804 # Extract the first word of "mkisofs", so it can be a program name with args.
4805 set dummy mkisofs; ac_word=$2
4806 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4807 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4808 if test "${ac_cv_path_MKISOFS+set}" = set; then
4809   echo $ECHO_N "(cached) $ECHO_C" >&6
4810 else
4811   case $MKISOFS in
4812   [\\/]* | ?:[\\/]*)
4813   ac_cv_path_MKISOFS="$MKISOFS" # Let the user override the test with a path.
4814   ;;
4815   *)
4816   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4817 for as_dir in $PATH
4818 do
4819   IFS=$as_save_IFS
4820   test -z "$as_dir" && as_dir=.
4821   for ac_exec_ext in '' $ac_executable_extensions; do
4822   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4823     ac_cv_path_MKISOFS="$as_dir/$ac_word$ac_exec_ext"
4824     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4825     break 2
4826   fi
4827 done
4828 done
4829 IFS=$as_save_IFS
4830
4831   test -z "$ac_cv_path_MKISOFS" && ac_cv_path_MKISOFS="mkisofs"
4832   ;;
4833 esac
4834 fi
4835 MKISOFS=$ac_cv_path_MKISOFS
4836 if test -n "$MKISOFS"; then
4837   { echo "$as_me:$LINENO: result: $MKISOFS" >&5
4838 echo "${ECHO_T}$MKISOFS" >&6; }
4839 else
4840   { echo "$as_me:$LINENO: result: no" >&5
4841 echo "${ECHO_T}no" >&6; }
4842 fi
4843
4844
4845 # Extract the first word of "python", so it can be a program name with args.
4846 set dummy python; ac_word=$2
4847 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4848 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4849 if test "${ac_cv_path_PYTHON+set}" = set; then
4850   echo $ECHO_N "(cached) $ECHO_C" >&6
4851 else
4852   case $PYTHON in
4853   [\\/]* | ?:[\\/]*)
4854   ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
4855   ;;
4856   *)
4857   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4858 for as_dir in $PATH
4859 do
4860   IFS=$as_save_IFS
4861   test -z "$as_dir" && as_dir=.
4862   for ac_exec_ext in '' $ac_executable_extensions; do
4863   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4864     ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
4865     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4866     break 2
4867   fi
4868 done
4869 done
4870 IFS=$as_save_IFS
4871
4872   test -z "$ac_cv_path_PYTHON" && ac_cv_path_PYTHON="python"
4873   ;;
4874 esac
4875 fi
4876 PYTHON=$ac_cv_path_PYTHON
4877 if test -n "$PYTHON"; then
4878   { echo "$as_me:$LINENO: result: $PYTHON" >&5
4879 echo "${ECHO_T}$PYTHON" >&6; }
4880 else
4881   { echo "$as_me:$LINENO: result: no" >&5
4882 echo "${ECHO_T}no" >&6; }
4883 fi
4884
4885
4886 # Extract the first word of "growisofs", so it can be a program name with args.
4887 set dummy growisofs; ac_word=$2
4888 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4889 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4890 if test "${ac_cv_path_GROWISOFS+set}" = set; then
4891   echo $ECHO_N "(cached) $ECHO_C" >&6
4892 else
4893   case $GROWISOFS in
4894   [\\/]* | ?:[\\/]*)
4895   ac_cv_path_GROWISOFS="$GROWISOFS" # Let the user override the test with a path.
4896   ;;
4897   *)
4898   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4899 for as_dir in $PATH
4900 do
4901   IFS=$as_save_IFS
4902   test -z "$as_dir" && as_dir=.
4903   for ac_exec_ext in '' $ac_executable_extensions; do
4904   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4905     ac_cv_path_GROWISOFS="$as_dir/$ac_word$ac_exec_ext"
4906     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4907     break 2
4908   fi
4909 done
4910 done
4911 IFS=$as_save_IFS
4912
4913   test -z "$ac_cv_path_GROWISOFS" && ac_cv_path_GROWISOFS="growisofs"
4914   ;;
4915 esac
4916 fi
4917 GROWISOFS=$ac_cv_path_GROWISOFS
4918 if test -n "$GROWISOFS"; then
4919   { echo "$as_me:$LINENO: result: $GROWISOFS" >&5
4920 echo "${ECHO_T}$GROWISOFS" >&6; }
4921 else
4922   { echo "$as_me:$LINENO: result: no" >&5
4923 echo "${ECHO_T}no" >&6; }
4924 fi
4925
4926
4927 # Extract the first word of "dvd+rw-mediainfo", so it can be a program name with args.
4928 set dummy dvd+rw-mediainfo; ac_word=$2
4929 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4930 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4931 if test "${ac_cv_path_DVDRWMEDIAINFO+set}" = set; then
4932   echo $ECHO_N "(cached) $ECHO_C" >&6
4933 else
4934   case $DVDRWMEDIAINFO in
4935   [\\/]* | ?:[\\/]*)
4936   ac_cv_path_DVDRWMEDIAINFO="$DVDRWMEDIAINFO" # Let the user override the test with a path.
4937   ;;
4938   *)
4939   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4940 for as_dir in $PATH
4941 do
4942   IFS=$as_save_IFS
4943   test -z "$as_dir" && as_dir=.
4944   for ac_exec_ext in '' $ac_executable_extensions; do
4945   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4946     ac_cv_path_DVDRWMEDIAINFO="$as_dir/$ac_word$ac_exec_ext"
4947     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4948     break 2
4949   fi
4950 done
4951 done
4952 IFS=$as_save_IFS
4953
4954   test -z "$ac_cv_path_DVDRWMEDIAINFO" && ac_cv_path_DVDRWMEDIAINFO="dvd+rw-mediainfo"
4955   ;;
4956 esac
4957 fi
4958 DVDRWMEDIAINFO=$ac_cv_path_DVDRWMEDIAINFO
4959 if test -n "$DVDRWMEDIAINFO"; then
4960   { echo "$as_me:$LINENO: result: $DVDRWMEDIAINFO" >&5
4961 echo "${ECHO_T}$DVDRWMEDIAINFO" >&6; }
4962 else
4963   { echo "$as_me:$LINENO: result: no" >&5
4964 echo "${ECHO_T}no" >&6; }
4965 fi
4966
4967
4968 # Extract the first word of "dvd+rw-format", so it can be a program name with args.
4969 set dummy dvd+rw-format; ac_word=$2
4970 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4971 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4972 if test "${ac_cv_path_DVDRWFORMAT+set}" = set; then
4973   echo $ECHO_N "(cached) $ECHO_C" >&6
4974 else
4975   case $DVDRWFORMAT in
4976   [\\/]* | ?:[\\/]*)
4977   ac_cv_path_DVDRWFORMAT="$DVDRWFORMAT" # Let the user override the test with a path.
4978   ;;
4979   *)
4980   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4981 for as_dir in $PATH
4982 do
4983   IFS=$as_save_IFS
4984   test -z "$as_dir" && as_dir=.
4985   for ac_exec_ext in '' $ac_executable_extensions; do
4986   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4987     ac_cv_path_DVDRWFORMAT="$as_dir/$ac_word$ac_exec_ext"
4988     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4989     break 2
4990   fi
4991 done
4992 done
4993 IFS=$as_save_IFS
4994
4995   test -z "$ac_cv_path_DVDRWFORMAT" && ac_cv_path_DVDRWFORMAT="dvd+rw-format"
4996   ;;
4997 esac
4998 fi
4999 DVDRWFORMAT=$ac_cv_path_DVDRWFORMAT
5000 if test -n "$DVDRWFORMAT"; then
5001   { echo "$as_me:$LINENO: result: $DVDRWFORMAT" >&5
5002 echo "${ECHO_T}$DVDRWFORMAT" >&6; }
5003 else
5004   { echo "$as_me:$LINENO: result: no" >&5
5005 echo "${ECHO_T}no" >&6; }
5006 fi
5007
5008
5009 # Extract the first word of "pkg-config", so it can be a program name with args.
5010 set dummy pkg-config; ac_word=$2
5011 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5012 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5013 if test "${ac_cv_path_PKGCONFIG+set}" = set; then
5014   echo $ECHO_N "(cached) $ECHO_C" >&6
5015 else
5016   case $PKGCONFIG in
5017   [\\/]* | ?:[\\/]*)
5018   ac_cv_path_PKGCONFIG="$PKGCONFIG" # Let the user override the test with a path.
5019   ;;
5020   *)
5021   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5022 for as_dir in $PATH
5023 do
5024   IFS=$as_save_IFS
5025   test -z "$as_dir" && as_dir=.
5026   for ac_exec_ext in '' $ac_executable_extensions; do
5027   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5028     ac_cv_path_PKGCONFIG="$as_dir/$ac_word$ac_exec_ext"
5029     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5030     break 2
5031   fi
5032 done
5033 done
5034 IFS=$as_save_IFS
5035
5036   test -z "$ac_cv_path_PKGCONFIG" && ac_cv_path_PKGCONFIG="pkg-config"
5037   ;;
5038 esac
5039 fi
5040 PKGCONFIG=$ac_cv_path_PKGCONFIG
5041 if test -n "$PKGCONFIG"; then
5042   { echo "$as_me:$LINENO: result: $PKGCONFIG" >&5
5043 echo "${ECHO_T}$PKGCONFIG" >&6; }
5044 else
5045   { echo "$as_me:$LINENO: result: no" >&5
5046 echo "${ECHO_T}no" >&6; }
5047 fi
5048
5049
5050 # Extract the first word of "qmake", so it can be a program name with args.
5051 set dummy qmake; ac_word=$2
5052 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5053 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5054 if test "${ac_cv_path_QMAKE+set}" = set; then
5055   echo $ECHO_N "(cached) $ECHO_C" >&6
5056 else
5057   case $QMAKE in
5058   [\\/]* | ?:[\\/]*)
5059   ac_cv_path_QMAKE="$QMAKE" # Let the user override the test with a path.
5060   ;;
5061   *)
5062   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5063 for as_dir in $PATH
5064 do
5065   IFS=$as_save_IFS
5066   test -z "$as_dir" && as_dir=.
5067   for ac_exec_ext in '' $ac_executable_extensions; do
5068   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5069     ac_cv_path_QMAKE="$as_dir/$ac_word$ac_exec_ext"
5070     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5071     break 2
5072   fi
5073 done
5074 done
5075 IFS=$as_save_IFS
5076
5077   test -z "$ac_cv_path_QMAKE" && ac_cv_path_QMAKE="none"
5078   ;;
5079 esac
5080 fi
5081 QMAKE=$ac_cv_path_QMAKE
5082 if test -n "$QMAKE"; then
5083   { echo "$as_me:$LINENO: result: $QMAKE" >&5
5084 echo "${ECHO_T}$QMAKE" >&6; }
5085 else
5086   { echo "$as_me:$LINENO: result: no" >&5
5087 echo "${ECHO_T}no" >&6; }
5088 fi
5089
5090
5091 # Extract the first word of "gmake", so it can be a program name with args.
5092 set dummy gmake; ac_word=$2
5093 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5094 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5095 if test "${ac_cv_path_GMAKE+set}" = set; then
5096   echo $ECHO_N "(cached) $ECHO_C" >&6
5097 else
5098   case $GMAKE in
5099   [\\/]* | ?:[\\/]*)
5100   ac_cv_path_GMAKE="$GMAKE" # Let the user override the test with a path.
5101   ;;
5102   *)
5103   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5104 for as_dir in $PATH
5105 do
5106   IFS=$as_save_IFS
5107   test -z "$as_dir" && as_dir=.
5108   for ac_exec_ext in '' $ac_executable_extensions; do
5109   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5110     ac_cv_path_GMAKE="$as_dir/$ac_word$ac_exec_ext"
5111     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5112     break 2
5113   fi
5114 done
5115 done
5116 IFS=$as_save_IFS
5117
5118   test -z "$ac_cv_path_GMAKE" && ac_cv_path_GMAKE="none"
5119   ;;
5120 esac
5121 fi
5122 GMAKE=$ac_cv_path_GMAKE
5123 if test -n "$GMAKE"; then
5124   { echo "$as_me:$LINENO: result: $GMAKE" >&5
5125 echo "${ECHO_T}$GMAKE" >&6; }
5126 else
5127   { echo "$as_me:$LINENO: result: no" >&5
5128 echo "${ECHO_T}no" >&6; }
5129 fi
5130
5131
5132
5133 if test "x$WXCONFIG" = x; then
5134    WXCONFIG=wx-config
5135 fi
5136 # Extract the first word of "${WXCONFIG}", so it can be a program name with args.
5137 set dummy ${WXCONFIG}; ac_word=$2
5138 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5139 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5140 if test "${ac_cv_path_WXCONFIG+set}" = set; then
5141   echo $ECHO_N "(cached) $ECHO_C" >&6
5142 else
5143   case $WXCONFIG in
5144   [\\/]* | ?:[\\/]*)
5145   ac_cv_path_WXCONFIG="$WXCONFIG" # Let the user override the test with a path.
5146   ;;
5147   *)
5148   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5149 for as_dir in $PATH
5150 do
5151   IFS=$as_save_IFS
5152   test -z "$as_dir" && as_dir=.
5153   for ac_exec_ext in '' $ac_executable_extensions; do
5154   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5155     ac_cv_path_WXCONFIG="$as_dir/$ac_word$ac_exec_ext"
5156     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5157     break 2
5158   fi
5159 done
5160 done
5161 IFS=$as_save_IFS
5162
5163   test -z "$ac_cv_path_WXCONFIG" && ac_cv_path_WXCONFIG="${WXCONFIG}"
5164   ;;
5165 esac
5166 fi
5167 WXCONFIG=$ac_cv_path_WXCONFIG
5168 if test -n "$WXCONFIG"; then
5169   { echo "$as_me:$LINENO: result: $WXCONFIG" >&5
5170 echo "${ECHO_T}$WXCONFIG" >&6; }
5171 else
5172   { echo "$as_me:$LINENO: result: no" >&5
5173 echo "${ECHO_T}no" >&6; }
5174 fi
5175
5176
5177
5178 # Extract the first word of "cdrecord", so it can be a program name with args.
5179 set dummy cdrecord; ac_word=$2
5180 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5181 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5182 if test "${ac_cv_path_CDRECORD+set}" = set; then
5183   echo $ECHO_N "(cached) $ECHO_C" >&6
5184 else
5185   case $CDRECORD in
5186   [\\/]* | ?:[\\/]*)
5187   ac_cv_path_CDRECORD="$CDRECORD" # Let the user override the test with a path.
5188   ;;
5189   *)
5190   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5191 for as_dir in $PATH
5192 do
5193   IFS=$as_save_IFS
5194   test -z "$as_dir" && as_dir=.
5195   for ac_exec_ext in '' $ac_executable_extensions; do
5196   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5197     ac_cv_path_CDRECORD="$as_dir/$ac_word$ac_exec_ext"
5198     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5199     break 2
5200   fi
5201 done
5202 done
5203 IFS=$as_save_IFS
5204
5205   test -z "$ac_cv_path_CDRECORD" && ac_cv_path_CDRECORD="cdrecord"
5206   ;;
5207 esac
5208 fi
5209 CDRECORD=$ac_cv_path_CDRECORD
5210 if test -n "$CDRECORD"; then
5211   { echo "$as_me:$LINENO: result: $CDRECORD" >&5
5212 echo "${ECHO_T}$CDRECORD" >&6; }
5213 else
5214   { echo "$as_me:$LINENO: result: no" >&5
5215 echo "${ECHO_T}no" >&6; }
5216 fi
5217
5218
5219 # Extract the first word of "pidof", so it can be a program name with args.
5220 set dummy pidof; ac_word=$2
5221 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5222 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5223 if test "${ac_cv_path_PIDOF+set}" = set; then
5224   echo $ECHO_N "(cached) $ECHO_C" >&6
5225 else
5226   case $PIDOF in
5227   [\\/]* | ?:[\\/]*)
5228   ac_cv_path_PIDOF="$PIDOF" # Let the user override the test with a path.
5229   ;;
5230   *)
5231   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5232 for as_dir in $PATH
5233 do
5234   IFS=$as_save_IFS
5235   test -z "$as_dir" && as_dir=.
5236   for ac_exec_ext in '' $ac_executable_extensions; do
5237   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5238     ac_cv_path_PIDOF="$as_dir/$ac_word$ac_exec_ext"
5239     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5240     break 2
5241   fi
5242 done
5243 done
5244 IFS=$as_save_IFS
5245
5246   test -z "$ac_cv_path_PIDOF" && ac_cv_path_PIDOF="pidof"
5247   ;;
5248 esac
5249 fi
5250 PIDOF=$ac_cv_path_PIDOF
5251 if test -n "$PIDOF"; then
5252   { echo "$as_me:$LINENO: result: $PIDOF" >&5
5253 echo "${ECHO_T}$PIDOF" >&6; }
5254 else
5255   { echo "$as_me:$LINENO: result: no" >&5
5256 echo "${ECHO_T}no" >&6; }
5257 fi
5258
5259
5260 for ac_prog in gawk mawk nawk awk
5261 do
5262   # Extract the first word of "$ac_prog", so it can be a program name with args.
5263 set dummy $ac_prog; ac_word=$2
5264 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5265 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5266 if test "${ac_cv_prog_AWK+set}" = set; then
5267   echo $ECHO_N "(cached) $ECHO_C" >&6
5268 else
5269   if test -n "$AWK"; then
5270   ac_cv_prog_AWK="$AWK" # Let the user override the test.
5271 else
5272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5273 for as_dir in $PATH
5274 do
5275   IFS=$as_save_IFS
5276   test -z "$as_dir" && as_dir=.
5277   for ac_exec_ext in '' $ac_executable_extensions; do
5278   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5279     ac_cv_prog_AWK="$ac_prog"
5280     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5281     break 2
5282   fi
5283 done
5284 done
5285 IFS=$as_save_IFS
5286
5287 fi
5288 fi
5289 AWK=$ac_cv_prog_AWK
5290 if test -n "$AWK"; then
5291   { echo "$as_me:$LINENO: result: $AWK" >&5
5292 echo "${ECHO_T}$AWK" >&6; }
5293 else
5294   { echo "$as_me:$LINENO: result: no" >&5
5295 echo "${ECHO_T}no" >&6; }
5296 fi
5297
5298
5299   test -n "$AWK" && break
5300 done
5301
5302 # Some AWK programs fail, so test it and warn the user
5303 if echo xfoo | $AWK 'BEGIN { prog=ARGV1; ARGC=1 }
5304       { if ((prog == $2) || (("(" prog ")") == $2) ||
5305       (("" prog "") == $2) ||
5306       ((prog ":") == $2)) { print $1 ; exit 0 } }' xfoo>/dev/null; then :;
5307 else
5308   { { echo "$as_me:$LINENO: error: !!!!!!!!! WARNING !!!!!!!!!!!!!!
5309    The regex engine of $AWK is too broken to be used you
5310    might want to install GNU AWK.
5311    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" >&5
5312 echo "$as_me: error: !!!!!!!!! WARNING !!!!!!!!!!!!!!
5313    The regex engine of $AWK is too broken to be used you
5314    might want to install GNU AWK.
5315    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" >&2;}
5316    { (exit 1); exit 1; }; }
5317 fi
5318 THE_AWK=$AWK
5319 # Extract the first word of "$THE_AWK", so it can be a program name with args.
5320 set dummy $THE_AWK; ac_word=$2
5321 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5322 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5323 if test "${ac_cv_path_AWK+set}" = set; then
5324   echo $ECHO_N "(cached) $ECHO_C" >&6
5325 else
5326   case $AWK in
5327   [\\/]* | ?:[\\/]*)
5328   ac_cv_path_AWK="$AWK" # Let the user override the test with a path.
5329   ;;
5330   *)
5331   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5332 for as_dir in $PATH
5333 do
5334   IFS=$as_save_IFS
5335   test -z "$as_dir" && as_dir=.
5336   for ac_exec_ext in '' $ac_executable_extensions; do
5337   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5338     ac_cv_path_AWK="$as_dir/$ac_word$ac_exec_ext"
5339     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5340     break 2
5341   fi
5342 done
5343 done
5344 IFS=$as_save_IFS
5345
5346   test -z "$ac_cv_path_AWK" && ac_cv_path_AWK="$THE_AWK"
5347   ;;
5348 esac
5349 fi
5350 AWK=$ac_cv_path_AWK
5351 if test -n "$AWK"; then
5352   { echo "$as_me:$LINENO: result: $AWK" >&5
5353 echo "${ECHO_T}$AWK" >&6; }
5354 else
5355   { echo "$as_me:$LINENO: result: no" >&5
5356 echo "${ECHO_T}no" >&6; }
5357 fi
5358
5359
5360
5361
5362 test -n "$ARFLAG" || ARFLAGS="cr"
5363
5364
5365 MAKE_SHELL=/bin/sh
5366
5367
5368
5369
5370
5371
5372
5373 use_libtool=yes
5374 # Check whether --enable-libtool was given.
5375 if test "${enable_libtool+set}" = set; then
5376   enableval=$enable_libtool;
5377        if test x$enableval = xno; then
5378           use_libtool=no
5379        fi
5380
5381
5382 fi
5383
5384 case `pwd` in
5385   *\ * | *\     *)
5386     { echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5387 echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5388 esac
5389
5390
5391
5392 macro_version='2.2.6'
5393 macro_revision='1.3012'
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407 ltmain="$ac_aux_dir/ltmain.sh"
5408
5409 # Make sure we can run config.sub.
5410 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
5411   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
5412 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
5413    { (exit 1); exit 1; }; }
5414
5415 { echo "$as_me:$LINENO: checking build system type" >&5
5416 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
5417 if test "${ac_cv_build+set}" = set; then
5418   echo $ECHO_N "(cached) $ECHO_C" >&6
5419 else
5420   ac_build_alias=$build_alias
5421 test "x$ac_build_alias" = x &&
5422   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5423 test "x$ac_build_alias" = x &&
5424   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
5425 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
5426    { (exit 1); exit 1; }; }
5427 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
5428   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
5429 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
5430    { (exit 1); exit 1; }; }
5431
5432 fi
5433 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
5434 echo "${ECHO_T}$ac_cv_build" >&6; }
5435 case $ac_cv_build in
5436 *-*-*) ;;
5437 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
5438 echo "$as_me: error: invalid value of canonical build" >&2;}
5439    { (exit 1); exit 1; }; };;
5440 esac
5441 build=$ac_cv_build
5442 ac_save_IFS=$IFS; IFS='-'
5443 set x $ac_cv_build
5444 shift
5445 build_cpu=$1
5446 build_vendor=$2
5447 shift; shift
5448 # Remember, the first character of IFS is used to create $*,
5449 # except with old shells:
5450 build_os=$*
5451 IFS=$ac_save_IFS
5452 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5453
5454
5455 { echo "$as_me:$LINENO: checking host system type" >&5
5456 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
5457 if test "${ac_cv_host+set}" = set; then
5458   echo $ECHO_N "(cached) $ECHO_C" >&6
5459 else
5460   if test "x$host_alias" = x; then
5461   ac_cv_host=$ac_cv_build
5462 else
5463   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5464     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
5465 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
5466    { (exit 1); exit 1; }; }
5467 fi
5468
5469 fi
5470 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
5471 echo "${ECHO_T}$ac_cv_host" >&6; }
5472 case $ac_cv_host in
5473 *-*-*) ;;
5474 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
5475 echo "$as_me: error: invalid value of canonical host" >&2;}
5476    { (exit 1); exit 1; }; };;
5477 esac
5478 host=$ac_cv_host
5479 ac_save_IFS=$IFS; IFS='-'
5480 set x $ac_cv_host
5481 shift
5482 host_cpu=$1
5483 host_vendor=$2
5484 shift; shift
5485 # Remember, the first character of IFS is used to create $*,
5486 # except with old shells:
5487 host_os=$*
5488 IFS=$ac_save_IFS
5489 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5490
5491
5492 { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
5493 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
5494 if test "${ac_cv_path_SED+set}" = set; then
5495   echo $ECHO_N "(cached) $ECHO_C" >&6
5496 else
5497             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5498      for ac_i in 1 2 3 4 5 6 7; do
5499        ac_script="$ac_script$as_nl$ac_script"
5500      done
5501      echo "$ac_script" | sed 99q >conftest.sed
5502      $as_unset ac_script || ac_script=
5503      # Extract the first word of "sed gsed" to use in msg output
5504 if test -z "$SED"; then
5505 set dummy sed gsed; ac_prog_name=$2
5506 if test "${ac_cv_path_SED+set}" = set; then
5507   echo $ECHO_N "(cached) $ECHO_C" >&6
5508 else
5509   ac_path_SED_found=false
5510 # Loop through the user's path and test for each of PROGNAME-LIST
5511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5512 for as_dir in $PATH
5513 do
5514   IFS=$as_save_IFS
5515   test -z "$as_dir" && as_dir=.
5516   for ac_prog in sed gsed; do
5517   for ac_exec_ext in '' $ac_executable_extensions; do
5518     ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5519     { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5520     # Check for GNU ac_path_SED and select it if it is found.
5521   # Check for GNU $ac_path_SED
5522 case `"$ac_path_SED" --version 2>&1` in
5523 *GNU*)
5524   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5525 *)
5526   ac_count=0
5527   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5528   while :
5529   do
5530     cat "conftest.in" "conftest.in" >"conftest.tmp"
5531     mv "conftest.tmp" "conftest.in"
5532     cp "conftest.in" "conftest.nl"
5533     echo '' >> "conftest.nl"
5534     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5535     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5536     ac_count=`expr $ac_count + 1`
5537     if test $ac_count -gt ${ac_path_SED_max-0}; then
5538       # Best one so far, save it but keep looking for a better one
5539       ac_cv_path_SED="$ac_path_SED"
5540       ac_path_SED_max=$ac_count
5541     fi
5542     # 10*(2^10) chars as input seems more than enough
5543     test $ac_count -gt 10 && break
5544   done
5545   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5546 esac
5547
5548
5549     $ac_path_SED_found && break 3
5550   done
5551 done
5552
5553 done
5554 IFS=$as_save_IFS
5555
5556
5557 fi
5558
5559 SED="$ac_cv_path_SED"
5560 if test -z "$SED"; then
5561   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
5562 echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
5563    { (exit 1); exit 1; }; }
5564 fi
5565
5566 else
5567   ac_cv_path_SED=$SED
5568 fi
5569
5570 fi
5571 { echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
5572 echo "${ECHO_T}$ac_cv_path_SED" >&6; }
5573  SED="$ac_cv_path_SED"
5574   rm -f conftest.sed
5575
5576 test -z "$SED" && SED=sed
5577 Xsed="$SED -e 1s/^X//"
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589 { echo "$as_me:$LINENO: checking for fgrep" >&5
5590 echo $ECHO_N "checking for fgrep... $ECHO_C" >&6; }
5591 if test "${ac_cv_path_FGREP+set}" = set; then
5592   echo $ECHO_N "(cached) $ECHO_C" >&6
5593 else
5594   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5595    then ac_cv_path_FGREP="$GREP -F"
5596    else
5597      # Extract the first word of "fgrep" to use in msg output
5598 if test -z "$FGREP"; then
5599 set dummy fgrep; ac_prog_name=$2
5600 if test "${ac_cv_path_FGREP+set}" = set; then
5601   echo $ECHO_N "(cached) $ECHO_C" >&6
5602 else
5603   ac_path_FGREP_found=false
5604 # Loop through the user's path and test for each of PROGNAME-LIST
5605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5606 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5607 do
5608   IFS=$as_save_IFS
5609   test -z "$as_dir" && as_dir=.
5610   for ac_prog in fgrep; do
5611   for ac_exec_ext in '' $ac_executable_extensions; do
5612     ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5613     { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5614     # Check for GNU ac_path_FGREP and select it if it is found.
5615   # Check for GNU $ac_path_FGREP
5616 case `"$ac_path_FGREP" --version 2>&1` in
5617 *GNU*)
5618   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5619 *)
5620   ac_count=0
5621   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5622   while :
5623   do
5624     cat "conftest.in" "conftest.in" >"conftest.tmp"
5625     mv "conftest.tmp" "conftest.in"
5626     cp "conftest.in" "conftest.nl"
5627     echo 'FGREP' >> "conftest.nl"
5628     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5629     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5630     ac_count=`expr $ac_count + 1`
5631     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5632       # Best one so far, save it but keep looking for a better one
5633       ac_cv_path_FGREP="$ac_path_FGREP"
5634       ac_path_FGREP_max=$ac_count
5635     fi
5636     # 10*(2^10) chars as input seems more than enough
5637     test $ac_count -gt 10 && break
5638   done
5639   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5640 esac
5641
5642
5643     $ac_path_FGREP_found && break 3
5644   done
5645 done
5646
5647 done
5648 IFS=$as_save_IFS
5649
5650
5651 fi
5652
5653 FGREP="$ac_cv_path_FGREP"
5654 if test -z "$FGREP"; then
5655   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5656 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5657    { (exit 1); exit 1; }; }
5658 fi
5659
5660 else
5661   ac_cv_path_FGREP=$FGREP
5662 fi
5663
5664
5665    fi
5666 fi
5667 { echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
5668 echo "${ECHO_T}$ac_cv_path_FGREP" >&6; }
5669  FGREP="$ac_cv_path_FGREP"
5670
5671
5672 test -z "$GREP" && GREP=grep
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692 # Check whether --with-gnu-ld was given.
5693 if test "${with_gnu_ld+set}" = set; then
5694   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5695 else
5696   with_gnu_ld=no
5697 fi
5698
5699 ac_prog=ld
5700 if test "$GCC" = yes; then
5701   # Check if gcc -print-prog-name=ld gives a path.
5702   { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
5703 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
5704   case $host in
5705   *-*-mingw*)
5706     # gcc leaves a trailing carriage return which upsets mingw
5707     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5708   *)
5709     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5710   esac
5711   case $ac_prog in
5712     # Accept absolute paths.
5713     [\\/]* | ?:[\\/]*)
5714       re_direlt='/[^/][^/]*/\.\./'
5715       # Canonicalize the pathname of ld
5716       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5717       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5718         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5719       done
5720       test -z "$LD" && LD="$ac_prog"
5721       ;;
5722   "")
5723     # If it fails, then pretend we aren't using GCC.
5724     ac_prog=ld
5725     ;;
5726   *)
5727     # If it is relative, then search for the first ld in PATH.
5728     with_gnu_ld=unknown
5729     ;;
5730   esac
5731 elif test "$with_gnu_ld" = yes; then
5732   { echo "$as_me:$LINENO: checking for GNU ld" >&5
5733 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
5734 else
5735   { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
5736 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
5737 fi
5738 if test "${lt_cv_path_LD+set}" = set; then
5739   echo $ECHO_N "(cached) $ECHO_C" >&6
5740 else
5741   if test -z "$LD"; then
5742   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5743   for ac_dir in $PATH; do
5744     IFS="$lt_save_ifs"
5745     test -z "$ac_dir" && ac_dir=.
5746     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5747       lt_cv_path_LD="$ac_dir/$ac_prog"
5748       # Check to see if the program is GNU ld.  I'd rather use --version,
5749       # but apparently some variants of GNU ld only accept -v.
5750       # Break only if it was the GNU/non-GNU ld that we prefer.
5751       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5752       *GNU* | *'with BFD'*)
5753         test "$with_gnu_ld" != no && break
5754         ;;
5755       *)
5756         test "$with_gnu_ld" != yes && break
5757         ;;
5758       esac
5759     fi
5760   done
5761   IFS="$lt_save_ifs"
5762 else
5763   lt_cv_path_LD="$LD" # Let the user override the test with a path.
5764 fi
5765 fi
5766
5767 LD="$lt_cv_path_LD"
5768 if test -n "$LD"; then
5769   { echo "$as_me:$LINENO: result: $LD" >&5
5770 echo "${ECHO_T}$LD" >&6; }
5771 else
5772   { echo "$as_me:$LINENO: result: no" >&5
5773 echo "${ECHO_T}no" >&6; }
5774 fi
5775 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
5776 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
5777    { (exit 1); exit 1; }; }
5778 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
5779 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
5780 if test "${lt_cv_prog_gnu_ld+set}" = set; then
5781   echo $ECHO_N "(cached) $ECHO_C" >&6
5782 else
5783   # I'd rather use --version here, but apparently some GNU lds only accept -v.
5784 case `$LD -v 2>&1 </dev/null` in
5785 *GNU* | *'with BFD'*)
5786   lt_cv_prog_gnu_ld=yes
5787   ;;
5788 *)
5789   lt_cv_prog_gnu_ld=no
5790   ;;
5791 esac
5792 fi
5793 { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
5794 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
5795 with_gnu_ld=$lt_cv_prog_gnu_ld
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805 { echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
5806 echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6; }
5807 if test "${lt_cv_path_NM+set}" = set; then
5808   echo $ECHO_N "(cached) $ECHO_C" >&6
5809 else
5810   if test -n "$NM"; then
5811   # Let the user override the test.
5812   lt_cv_path_NM="$NM"
5813 else
5814   lt_nm_to_check="${ac_tool_prefix}nm"
5815   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5816     lt_nm_to_check="$lt_nm_to_check nm"
5817   fi
5818   for lt_tmp_nm in $lt_nm_to_check; do
5819     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5820     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5821       IFS="$lt_save_ifs"
5822       test -z "$ac_dir" && ac_dir=.
5823       tmp_nm="$ac_dir/$lt_tmp_nm"
5824       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5825         # Check to see if the nm accepts a BSD-compat flag.
5826         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5827         #   nm: unknown option "B" ignored
5828         # Tru64's nm complains that /dev/null is an invalid object file
5829         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5830         */dev/null* | *'Invalid file or object type'*)
5831           lt_cv_path_NM="$tmp_nm -B"
5832           break
5833           ;;
5834         *)
5835           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5836           */dev/null*)
5837             lt_cv_path_NM="$tmp_nm -p"
5838             break
5839             ;;
5840           *)
5841             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5842             continue # so that we can try to find one that supports BSD flags
5843             ;;
5844           esac
5845           ;;
5846         esac
5847       fi
5848     done
5849     IFS="$lt_save_ifs"
5850   done
5851   : ${lt_cv_path_NM=no}
5852 fi
5853 fi
5854 { echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
5855 echo "${ECHO_T}$lt_cv_path_NM" >&6; }
5856 if test "$lt_cv_path_NM" != "no"; then
5857   NM="$lt_cv_path_NM"
5858 else
5859   # Didn't find any BSD compatible name lister, look for dumpbin.
5860   if test -n "$ac_tool_prefix"; then
5861   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5862   do
5863     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5864 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5865 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5866 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5867 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
5868   echo $ECHO_N "(cached) $ECHO_C" >&6
5869 else
5870   if test -n "$DUMPBIN"; then
5871   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5872 else
5873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5874 for as_dir in $PATH
5875 do
5876   IFS=$as_save_IFS
5877   test -z "$as_dir" && as_dir=.
5878   for ac_exec_ext in '' $ac_executable_extensions; do
5879   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5880     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5881     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5882     break 2
5883   fi
5884 done
5885 done
5886 IFS=$as_save_IFS
5887
5888 fi
5889 fi
5890 DUMPBIN=$ac_cv_prog_DUMPBIN
5891 if test -n "$DUMPBIN"; then
5892   { echo "$as_me:$LINENO: result: $DUMPBIN" >&5
5893 echo "${ECHO_T}$DUMPBIN" >&6; }
5894 else
5895   { echo "$as_me:$LINENO: result: no" >&5
5896 echo "${ECHO_T}no" >&6; }
5897 fi
5898
5899
5900     test -n "$DUMPBIN" && break
5901   done
5902 fi
5903 if test -z "$DUMPBIN"; then
5904   ac_ct_DUMPBIN=$DUMPBIN
5905   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5906 do
5907   # Extract the first word of "$ac_prog", so it can be a program name with args.
5908 set dummy $ac_prog; ac_word=$2
5909 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5910 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5911 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
5912   echo $ECHO_N "(cached) $ECHO_C" >&6
5913 else
5914   if test -n "$ac_ct_DUMPBIN"; then
5915   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5916 else
5917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5918 for as_dir in $PATH
5919 do
5920   IFS=$as_save_IFS
5921   test -z "$as_dir" && as_dir=.
5922   for ac_exec_ext in '' $ac_executable_extensions; do
5923   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5924     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5925     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5926     break 2
5927   fi
5928 done
5929 done
5930 IFS=$as_save_IFS
5931
5932 fi
5933 fi
5934 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5935 if test -n "$ac_ct_DUMPBIN"; then
5936   { echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
5937 echo "${ECHO_T}$ac_ct_DUMPBIN" >&6; }
5938 else
5939   { echo "$as_me:$LINENO: result: no" >&5
5940 echo "${ECHO_T}no" >&6; }
5941 fi
5942
5943
5944   test -n "$ac_ct_DUMPBIN" && break
5945 done
5946
5947   if test "x$ac_ct_DUMPBIN" = x; then
5948     DUMPBIN=":"
5949   else
5950     case $cross_compiling:$ac_tool_warned in
5951 yes:)
5952 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5953 whose name does not start with the host triplet.  If you think this
5954 configuration is useful to you, please write to autoconf@gnu.org." >&5
5955 echo "$as_me: 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." >&2;}
5958 ac_tool_warned=yes ;;
5959 esac
5960     DUMPBIN=$ac_ct_DUMPBIN
5961   fi
5962 fi
5963
5964
5965   if test "$DUMPBIN" != ":"; then
5966     NM="$DUMPBIN"
5967   fi
5968 fi
5969 test -z "$NM" && NM=nm
5970
5971
5972
5973
5974
5975
5976 { echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
5977 echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6; }
5978 if test "${lt_cv_nm_interface+set}" = set; then
5979   echo $ECHO_N "(cached) $ECHO_C" >&6
5980 else
5981   lt_cv_nm_interface="BSD nm"
5982   echo "int some_variable = 0;" > conftest.$ac_ext
5983   (eval echo "\"\$as_me:5983: $ac_compile\"" >&5)
5984   (eval "$ac_compile" 2>conftest.err)
5985   cat conftest.err >&5
5986   (eval echo "\"\$as_me:5986: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5987   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5988   cat conftest.err >&5
5989   (eval echo "\"\$as_me:5989: output\"" >&5)
5990   cat conftest.out >&5
5991   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5992     lt_cv_nm_interface="MS dumpbin"
5993   fi
5994   rm -f conftest*
5995 fi
5996 { echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
5997 echo "${ECHO_T}$lt_cv_nm_interface" >&6; }
5998
5999 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6000 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6001 LN_S=$as_ln_s
6002 if test "$LN_S" = "ln -s"; then
6003   { echo "$as_me:$LINENO: result: yes" >&5
6004 echo "${ECHO_T}yes" >&6; }
6005 else
6006   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6007 echo "${ECHO_T}no, using $LN_S" >&6; }
6008 fi
6009
6010 # find the maximum length of command line arguments
6011 { echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
6012 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
6013 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
6014   echo $ECHO_N "(cached) $ECHO_C" >&6
6015 else
6016     i=0
6017   teststring="ABCD"
6018
6019   case $build_os in
6020   msdosdjgpp*)
6021     # On DJGPP, this test can blow up pretty badly due to problems in libc
6022     # (any single argument exceeding 2000 bytes causes a buffer overrun
6023     # during glob expansion).  Even if it were fixed, the result of this
6024     # check would be larger than it should be.
6025     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
6026     ;;
6027
6028   gnu*)
6029     # Under GNU Hurd, this test is not required because there is
6030     # no limit to the length of command line arguments.
6031     # Libtool will interpret -1 as no limit whatsoever
6032     lt_cv_sys_max_cmd_len=-1;
6033     ;;
6034
6035   cygwin* | mingw* | cegcc*)
6036     # On Win9x/ME, this test blows up -- it succeeds, but takes
6037     # about 5 minutes as the teststring grows exponentially.
6038     # Worse, since 9x/ME are not pre-emptively multitasking,
6039     # you end up with a "frozen" computer, even though with patience
6040     # the test eventually succeeds (with a max line length of 256k).
6041     # Instead, let's just punt: use the minimum linelength reported by
6042     # all of the supported platforms: 8192 (on NT/2K/XP).
6043     lt_cv_sys_max_cmd_len=8192;
6044     ;;
6045
6046   amigaos*)
6047     # On AmigaOS with pdksh, this test takes hours, literally.
6048     # So we just punt and use a minimum line length of 8192.
6049     lt_cv_sys_max_cmd_len=8192;
6050     ;;
6051
6052   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6053     # This has been around since 386BSD, at least.  Likely further.
6054     if test -x /sbin/sysctl; then
6055       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6056     elif test -x /usr/sbin/sysctl; then
6057       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6058     else
6059       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
6060     fi
6061     # And add a safety zone
6062     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6063     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6064     ;;
6065
6066   interix*)
6067     # We know the value 262144 and hardcode it with a safety zone (like BSD)
6068     lt_cv_sys_max_cmd_len=196608
6069     ;;
6070
6071   osf*)
6072     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6073     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6074     # nice to cause kernel panics so lets avoid the loop below.
6075     # First set a reasonable default.
6076     lt_cv_sys_max_cmd_len=16384
6077     #
6078     if test -x /sbin/sysconfig; then
6079       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6080         *1*) lt_cv_sys_max_cmd_len=-1 ;;
6081       esac
6082     fi
6083     ;;
6084   sco3.2v5*)
6085     lt_cv_sys_max_cmd_len=102400
6086     ;;
6087   sysv5* | sco5v6* | sysv4.2uw2*)
6088     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6089     if test -n "$kargmax"; then
6090       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
6091     else
6092       lt_cv_sys_max_cmd_len=32768
6093     fi
6094     ;;
6095   *)
6096     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6097     if test -n "$lt_cv_sys_max_cmd_len"; then
6098       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6099       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6100     else
6101       # Make teststring a little bigger before we do anything with it.
6102       # a 1K string should be a reasonable start.
6103       for i in 1 2 3 4 5 6 7 8 ; do
6104         teststring=$teststring$teststring
6105       done
6106       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6107       # If test is not a shell built-in, we'll probably end up computing a
6108       # maximum length that is only half of the actual maximum length, but
6109       # we can't tell.
6110       while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
6111                  = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
6112               test $i != 17 # 1/2 MB should be enough
6113       do
6114         i=`expr $i + 1`
6115         teststring=$teststring$teststring
6116       done
6117       # Only check the string length outside the loop.
6118       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6119       teststring=
6120       # Add a significant safety factor because C++ compilers can tack on
6121       # massive amounts of additional arguments before passing them to the
6122       # linker.  It appears as though 1/2 is a usable value.
6123       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6124     fi
6125     ;;
6126   esac
6127
6128 fi
6129
6130 if test -n $lt_cv_sys_max_cmd_len ; then
6131   { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
6132 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
6133 else
6134   { echo "$as_me:$LINENO: result: none" >&5
6135 echo "${ECHO_T}none" >&6; }
6136 fi
6137 max_cmd_len=$lt_cv_sys_max_cmd_len
6138
6139
6140
6141
6142
6143
6144 : ${CP="cp -f"}
6145 : ${MV="mv -f"}
6146 : ${RM="rm -f"}
6147
6148 { echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
6149 echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6; }
6150 # Try some XSI features
6151 xsi_shell=no
6152 ( _lt_dummy="a/b/c"
6153   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6154       = c,a/b,, \
6155     && eval 'test $(( 1 + 1 )) -eq 2 \
6156     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6157   && xsi_shell=yes
6158 { echo "$as_me:$LINENO: result: $xsi_shell" >&5
6159 echo "${ECHO_T}$xsi_shell" >&6; }
6160
6161
6162 { echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
6163 echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6; }
6164 lt_shell_append=no
6165 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6166     >/dev/null 2>&1 \
6167   && lt_shell_append=yes
6168 { echo "$as_me:$LINENO: result: $lt_shell_append" >&5
6169 echo "${ECHO_T}$lt_shell_append" >&6; }
6170
6171
6172 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6173   lt_unset=unset
6174 else
6175   lt_unset=false
6176 fi
6177
6178
6179
6180
6181
6182 # test EBCDIC or ASCII
6183 case `echo X|tr X '\101'` in
6184  A) # ASCII based system
6185     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6186   lt_SP2NL='tr \040 \012'
6187   lt_NL2SP='tr \015\012 \040\040'
6188   ;;
6189  *) # EBCDIC based system
6190   lt_SP2NL='tr \100 \n'
6191   lt_NL2SP='tr \r\n \100\100'
6192   ;;
6193 esac
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203 { echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
6204 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
6205 if test "${lt_cv_ld_reload_flag+set}" = set; then
6206   echo $ECHO_N "(cached) $ECHO_C" >&6
6207 else
6208   lt_cv_ld_reload_flag='-r'
6209 fi
6210 { echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
6211 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
6212 reload_flag=$lt_cv_ld_reload_flag
6213 case $reload_flag in
6214 "" | " "*) ;;
6215 *) reload_flag=" $reload_flag" ;;
6216 esac
6217 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6218 case $host_os in
6219   darwin*)
6220     if test "$GCC" = yes; then
6221       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6222     else
6223       reload_cmds='$LD$reload_flag -o $output$reload_objs'
6224     fi
6225     ;;
6226 esac
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236 if test -n "$ac_tool_prefix"; then
6237   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6238 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6239 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6240 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6241 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
6242   echo $ECHO_N "(cached) $ECHO_C" >&6
6243 else
6244   if test -n "$OBJDUMP"; then
6245   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6246 else
6247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6248 for as_dir in $PATH
6249 do
6250   IFS=$as_save_IFS
6251   test -z "$as_dir" && as_dir=.
6252   for ac_exec_ext in '' $ac_executable_extensions; do
6253   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6254     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6255     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6256     break 2
6257   fi
6258 done
6259 done
6260 IFS=$as_save_IFS
6261
6262 fi
6263 fi
6264 OBJDUMP=$ac_cv_prog_OBJDUMP
6265 if test -n "$OBJDUMP"; then
6266   { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
6267 echo "${ECHO_T}$OBJDUMP" >&6; }
6268 else
6269   { echo "$as_me:$LINENO: result: no" >&5
6270 echo "${ECHO_T}no" >&6; }
6271 fi
6272
6273
6274 fi
6275 if test -z "$ac_cv_prog_OBJDUMP"; then
6276   ac_ct_OBJDUMP=$OBJDUMP
6277   # Extract the first word of "objdump", so it can be a program name with args.
6278 set dummy objdump; ac_word=$2
6279 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6280 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6281 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
6282   echo $ECHO_N "(cached) $ECHO_C" >&6
6283 else
6284   if test -n "$ac_ct_OBJDUMP"; then
6285   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6286 else
6287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6288 for as_dir in $PATH
6289 do
6290   IFS=$as_save_IFS
6291   test -z "$as_dir" && as_dir=.
6292   for ac_exec_ext in '' $ac_executable_extensions; do
6293   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6294     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6295     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6296     break 2
6297   fi
6298 done
6299 done
6300 IFS=$as_save_IFS
6301
6302 fi
6303 fi
6304 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6305 if test -n "$ac_ct_OBJDUMP"; then
6306   { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
6307 echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
6308 else
6309   { echo "$as_me:$LINENO: result: no" >&5
6310 echo "${ECHO_T}no" >&6; }
6311 fi
6312
6313   if test "x$ac_ct_OBJDUMP" = x; then
6314     OBJDUMP="false"
6315   else
6316     case $cross_compiling:$ac_tool_warned in
6317 yes:)
6318 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6319 whose name does not start with the host triplet.  If you think this
6320 configuration is useful to you, please write to autoconf@gnu.org." >&5
6321 echo "$as_me: 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." >&2;}
6324 ac_tool_warned=yes ;;
6325 esac
6326     OBJDUMP=$ac_ct_OBJDUMP
6327   fi
6328 else
6329   OBJDUMP="$ac_cv_prog_OBJDUMP"
6330 fi
6331
6332 test -z "$OBJDUMP" && OBJDUMP=objdump
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342 { echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
6343 echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
6344 if test "${lt_cv_deplibs_check_method+set}" = set; then
6345   echo $ECHO_N "(cached) $ECHO_C" >&6
6346 else
6347   lt_cv_file_magic_cmd='$MAGIC_CMD'
6348 lt_cv_file_magic_test_file=
6349 lt_cv_deplibs_check_method='unknown'
6350 # Need to set the preceding variable on all platforms that support
6351 # interlibrary dependencies.
6352 # 'none' -- dependencies not supported.
6353 # `unknown' -- same as none, but documents that we really don't know.
6354 # 'pass_all' -- all dependencies passed with no checks.
6355 # 'test_compile' -- check by making test program.
6356 # 'file_magic [[regex]]' -- check by looking for files in library path
6357 # which responds to the $file_magic_cmd with a given extended regex.
6358 # If you have `file' or equivalent on your system and you're not sure
6359 # whether `pass_all' will *always* work, you probably want this one.
6360
6361 case $host_os in
6362 aix[4-9]*)
6363   lt_cv_deplibs_check_method=pass_all
6364   ;;
6365
6366 beos*)
6367   lt_cv_deplibs_check_method=pass_all
6368   ;;
6369
6370 bsdi[45]*)
6371   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6372   lt_cv_file_magic_cmd='/usr/bin/file -L'
6373   lt_cv_file_magic_test_file=/shlib/libc.so
6374   ;;
6375
6376 cygwin*)
6377   # func_win32_libid is a shell function defined in ltmain.sh
6378   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6379   lt_cv_file_magic_cmd='func_win32_libid'
6380   ;;
6381
6382 mingw* | pw32*)
6383   # Base MSYS/MinGW do not provide the 'file' command needed by
6384   # func_win32_libid shell function, so use a weaker test based on 'objdump',
6385   # unless we find 'file', for example because we are cross-compiling.
6386   if ( file / ) >/dev/null 2>&1; then
6387     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6388     lt_cv_file_magic_cmd='func_win32_libid'
6389   else
6390     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6391     lt_cv_file_magic_cmd='$OBJDUMP -f'
6392   fi
6393   ;;
6394
6395 cegcc)
6396   # use the weaker test based on 'objdump'. See mingw*.
6397   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6398   lt_cv_file_magic_cmd='$OBJDUMP -f'
6399   ;;
6400
6401 darwin* | rhapsody*)
6402   lt_cv_deplibs_check_method=pass_all
6403   ;;
6404
6405 freebsd* | dragonfly*)
6406   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6407     case $host_cpu in
6408     i*86 )
6409       # Not sure whether the presence of OpenBSD here was a mistake.
6410       # Let's accept both of them until this is cleared up.
6411       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6412       lt_cv_file_magic_cmd=/usr/bin/file
6413       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6414       ;;
6415     esac
6416   else
6417     lt_cv_deplibs_check_method=pass_all
6418   fi
6419   ;;
6420
6421 gnu*)
6422   lt_cv_deplibs_check_method=pass_all
6423   ;;
6424
6425 hpux10.20* | hpux11*)
6426   lt_cv_file_magic_cmd=/usr/bin/file
6427   case $host_cpu in
6428   ia64*)
6429     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6430     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6431     ;;
6432   hppa*64*)
6433     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]'
6434     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6435     ;;
6436   *)
6437     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
6438     lt_cv_file_magic_test_file=/usr/lib/libc.sl
6439     ;;
6440   esac
6441   ;;
6442
6443 interix[3-9]*)
6444   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6445   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6446   ;;
6447
6448 irix5* | irix6* | nonstopux*)
6449   case $LD in
6450   *-32|*"-32 ") libmagic=32-bit;;
6451   *-n32|*"-n32 ") libmagic=N32;;
6452   *-64|*"-64 ") libmagic=64-bit;;
6453   *) libmagic=never-match;;
6454   esac
6455   lt_cv_deplibs_check_method=pass_all
6456   ;;
6457
6458 # This must be Linux ELF.
6459 linux* | k*bsd*-gnu)
6460   lt_cv_deplibs_check_method=pass_all
6461   ;;
6462
6463 netbsd*)
6464   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6465     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6466   else
6467     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6468   fi
6469   ;;
6470
6471 newos6*)
6472   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6473   lt_cv_file_magic_cmd=/usr/bin/file
6474   lt_cv_file_magic_test_file=/usr/lib/libnls.so
6475   ;;
6476
6477 *nto* | *qnx*)
6478   lt_cv_deplibs_check_method=pass_all
6479   ;;
6480
6481 openbsd*)
6482   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6483     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6484   else
6485     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6486   fi
6487   ;;
6488
6489 osf3* | osf4* | osf5*)
6490   lt_cv_deplibs_check_method=pass_all
6491   ;;
6492
6493 rdos*)
6494   lt_cv_deplibs_check_method=pass_all
6495   ;;
6496
6497 solaris*)
6498   lt_cv_deplibs_check_method=pass_all
6499   ;;
6500
6501 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6502   lt_cv_deplibs_check_method=pass_all
6503   ;;
6504
6505 sysv4 | sysv4.3*)
6506   case $host_vendor in
6507   motorola)
6508     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]'
6509     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6510     ;;
6511   ncr)
6512     lt_cv_deplibs_check_method=pass_all
6513     ;;
6514   sequent)
6515     lt_cv_file_magic_cmd='/bin/file'
6516     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6517     ;;
6518   sni)
6519     lt_cv_file_magic_cmd='/bin/file'
6520     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6521     lt_cv_file_magic_test_file=/lib/libc.so
6522     ;;
6523   siemens)
6524     lt_cv_deplibs_check_method=pass_all
6525     ;;
6526   pc)
6527     lt_cv_deplibs_check_method=pass_all
6528     ;;
6529   esac
6530   ;;
6531
6532 tpf*)
6533   lt_cv_deplibs_check_method=pass_all
6534   ;;
6535 esac
6536
6537 fi
6538 { echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
6539 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
6540 file_magic_cmd=$lt_cv_file_magic_cmd
6541 deplibs_check_method=$lt_cv_deplibs_check_method
6542 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6543
6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
6555 if test -n "$ac_tool_prefix"; then
6556   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6557 set dummy ${ac_tool_prefix}ar; ac_word=$2
6558 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6560 if test "${ac_cv_prog_AR+set}" = set; then
6561   echo $ECHO_N "(cached) $ECHO_C" >&6
6562 else
6563   if test -n "$AR"; then
6564   ac_cv_prog_AR="$AR" # Let the user override the test.
6565 else
6566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6567 for as_dir in $PATH
6568 do
6569   IFS=$as_save_IFS
6570   test -z "$as_dir" && as_dir=.
6571   for ac_exec_ext in '' $ac_executable_extensions; do
6572   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6573     ac_cv_prog_AR="${ac_tool_prefix}ar"
6574     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6575     break 2
6576   fi
6577 done
6578 done
6579 IFS=$as_save_IFS
6580
6581 fi
6582 fi
6583 AR=$ac_cv_prog_AR
6584 if test -n "$AR"; then
6585   { echo "$as_me:$LINENO: result: $AR" >&5
6586 echo "${ECHO_T}$AR" >&6; }
6587 else
6588   { echo "$as_me:$LINENO: result: no" >&5
6589 echo "${ECHO_T}no" >&6; }
6590 fi
6591
6592
6593 fi
6594 if test -z "$ac_cv_prog_AR"; then
6595   ac_ct_AR=$AR
6596   # Extract the first word of "ar", so it can be a program name with args.
6597 set dummy ar; ac_word=$2
6598 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6599 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6600 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6601   echo $ECHO_N "(cached) $ECHO_C" >&6
6602 else
6603   if test -n "$ac_ct_AR"; then
6604   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6605 else
6606 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6607 for as_dir in $PATH
6608 do
6609   IFS=$as_save_IFS
6610   test -z "$as_dir" && as_dir=.
6611   for ac_exec_ext in '' $ac_executable_extensions; do
6612   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6613     ac_cv_prog_ac_ct_AR="ar"
6614     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6615     break 2
6616   fi
6617 done
6618 done
6619 IFS=$as_save_IFS
6620
6621 fi
6622 fi
6623 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6624 if test -n "$ac_ct_AR"; then
6625   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6626 echo "${ECHO_T}$ac_ct_AR" >&6; }
6627 else
6628   { echo "$as_me:$LINENO: result: no" >&5
6629 echo "${ECHO_T}no" >&6; }
6630 fi
6631
6632   if test "x$ac_ct_AR" = x; then
6633     AR="false"
6634   else
6635     case $cross_compiling:$ac_tool_warned in
6636 yes:)
6637 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6638 whose name does not start with the host triplet.  If you think this
6639 configuration is useful to you, please write to autoconf@gnu.org." >&5
6640 echo "$as_me: 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." >&2;}
6643 ac_tool_warned=yes ;;
6644 esac
6645     AR=$ac_ct_AR
6646   fi
6647 else
6648   AR="$ac_cv_prog_AR"
6649 fi
6650
6651 test -z "$AR" && AR=ar
6652 test -z "$AR_FLAGS" && AR_FLAGS=cru
6653
6654
6655
6656
6657
6658
6659
6660
6661
6662
6663
6664 if test -n "$ac_tool_prefix"; then
6665   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6666 set dummy ${ac_tool_prefix}strip; ac_word=$2
6667 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6668 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6669 if test "${ac_cv_prog_STRIP+set}" = set; then
6670   echo $ECHO_N "(cached) $ECHO_C" >&6
6671 else
6672   if test -n "$STRIP"; then
6673   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6674 else
6675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6676 for as_dir in $PATH
6677 do
6678   IFS=$as_save_IFS
6679   test -z "$as_dir" && as_dir=.
6680   for ac_exec_ext in '' $ac_executable_extensions; do
6681   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6682     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6683     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6684     break 2
6685   fi
6686 done
6687 done
6688 IFS=$as_save_IFS
6689
6690 fi
6691 fi
6692 STRIP=$ac_cv_prog_STRIP
6693 if test -n "$STRIP"; then
6694   { echo "$as_me:$LINENO: result: $STRIP" >&5
6695 echo "${ECHO_T}$STRIP" >&6; }
6696 else
6697   { echo "$as_me:$LINENO: result: no" >&5
6698 echo "${ECHO_T}no" >&6; }
6699 fi
6700
6701
6702 fi
6703 if test -z "$ac_cv_prog_STRIP"; then
6704   ac_ct_STRIP=$STRIP
6705   # Extract the first word of "strip", so it can be a program name with args.
6706 set dummy strip; ac_word=$2
6707 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6708 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6709 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6710   echo $ECHO_N "(cached) $ECHO_C" >&6
6711 else
6712   if test -n "$ac_ct_STRIP"; then
6713   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6714 else
6715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6716 for as_dir in $PATH
6717 do
6718   IFS=$as_save_IFS
6719   test -z "$as_dir" && as_dir=.
6720   for ac_exec_ext in '' $ac_executable_extensions; do
6721   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6722     ac_cv_prog_ac_ct_STRIP="strip"
6723     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6724     break 2
6725   fi
6726 done
6727 done
6728 IFS=$as_save_IFS
6729
6730 fi
6731 fi
6732 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6733 if test -n "$ac_ct_STRIP"; then
6734   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6735 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
6736 else
6737   { echo "$as_me:$LINENO: result: no" >&5
6738 echo "${ECHO_T}no" >&6; }
6739 fi
6740
6741   if test "x$ac_ct_STRIP" = x; then
6742     STRIP=":"
6743   else
6744     case $cross_compiling:$ac_tool_warned in
6745 yes:)
6746 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6747 whose name does not start with the host triplet.  If you think this
6748 configuration is useful to you, please write to autoconf@gnu.org." >&5
6749 echo "$as_me: 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." >&2;}
6752 ac_tool_warned=yes ;;
6753 esac
6754     STRIP=$ac_ct_STRIP
6755   fi
6756 else
6757   STRIP="$ac_cv_prog_STRIP"
6758 fi
6759
6760 test -z "$STRIP" && STRIP=:
6761
6762
6763
6764
6765
6766
6767 if test -n "$ac_tool_prefix"; then
6768   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6769 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6770 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6771 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6772 if test "${ac_cv_prog_RANLIB+set}" = set; then
6773   echo $ECHO_N "(cached) $ECHO_C" >&6
6774 else
6775   if test -n "$RANLIB"; then
6776   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6777 else
6778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6779 for as_dir in $PATH
6780 do
6781   IFS=$as_save_IFS
6782   test -z "$as_dir" && as_dir=.
6783   for ac_exec_ext in '' $ac_executable_extensions; do
6784   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6785     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6786     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6787     break 2
6788   fi
6789 done
6790 done
6791 IFS=$as_save_IFS
6792
6793 fi
6794 fi
6795 RANLIB=$ac_cv_prog_RANLIB
6796 if test -n "$RANLIB"; then
6797   { echo "$as_me:$LINENO: result: $RANLIB" >&5
6798 echo "${ECHO_T}$RANLIB" >&6; }
6799 else
6800   { echo "$as_me:$LINENO: result: no" >&5
6801 echo "${ECHO_T}no" >&6; }
6802 fi
6803
6804
6805 fi
6806 if test -z "$ac_cv_prog_RANLIB"; then
6807   ac_ct_RANLIB=$RANLIB
6808   # Extract the first word of "ranlib", so it can be a program name with args.
6809 set dummy ranlib; ac_word=$2
6810 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6811 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6812 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6813   echo $ECHO_N "(cached) $ECHO_C" >&6
6814 else
6815   if test -n "$ac_ct_RANLIB"; then
6816   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6817 else
6818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6819 for as_dir in $PATH
6820 do
6821   IFS=$as_save_IFS
6822   test -z "$as_dir" && as_dir=.
6823   for ac_exec_ext in '' $ac_executable_extensions; do
6824   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6825     ac_cv_prog_ac_ct_RANLIB="ranlib"
6826     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6827     break 2
6828   fi
6829 done
6830 done
6831 IFS=$as_save_IFS
6832
6833 fi
6834 fi
6835 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6836 if test -n "$ac_ct_RANLIB"; then
6837   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6838 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
6839 else
6840   { echo "$as_me:$LINENO: result: no" >&5
6841 echo "${ECHO_T}no" >&6; }
6842 fi
6843
6844   if test "x$ac_ct_RANLIB" = x; then
6845     RANLIB=":"
6846   else
6847     case $cross_compiling:$ac_tool_warned in
6848 yes:)
6849 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6850 whose name does not start with the host triplet.  If you think this
6851 configuration is useful to you, please write to autoconf@gnu.org." >&5
6852 echo "$as_me: 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." >&2;}
6855 ac_tool_warned=yes ;;
6856 esac
6857     RANLIB=$ac_ct_RANLIB
6858   fi
6859 else
6860   RANLIB="$ac_cv_prog_RANLIB"
6861 fi
6862
6863 test -z "$RANLIB" && RANLIB=:
6864
6865
6866
6867
6868
6869
6870 # Determine commands to create old-style static archives.
6871 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6872 old_postinstall_cmds='chmod 644 $oldlib'
6873 old_postuninstall_cmds=
6874
6875 if test -n "$RANLIB"; then
6876   case $host_os in
6877   openbsd*)
6878     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6879     ;;
6880   *)
6881     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6882     ;;
6883   esac
6884   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6885 fi
6886
6887
6888
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 # If no C compiler was specified, use CC.
6921 LTCC=${LTCC-"$CC"}
6922
6923 # If no C compiler flags were specified, use CFLAGS.
6924 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6925
6926 # Allow CC to be a program name with arguments.
6927 compiler=$CC
6928
6929
6930 # Check for command to grab the raw symbol name followed by C symbol from nm.
6931 { echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
6932 echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
6933 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
6934   echo $ECHO_N "(cached) $ECHO_C" >&6
6935 else
6936
6937 # These are sane defaults that work on at least a few old systems.
6938 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
6939
6940 # Character class describing NM global symbol codes.
6941 symcode='[BCDEGRST]'
6942
6943 # Regexp to match symbols that can be accessed directly from C.
6944 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6945
6946 # Define system-specific variables.
6947 case $host_os in
6948 aix*)
6949   symcode='[BCDT]'
6950   ;;
6951 cygwin* | mingw* | pw32* | cegcc*)
6952   symcode='[ABCDGISTW]'
6953   ;;
6954 hpux*)
6955   if test "$host_cpu" = ia64; then
6956     symcode='[ABCDEGRST]'
6957   fi
6958   ;;
6959 irix* | nonstopux*)
6960   symcode='[BCDEGRST]'
6961   ;;
6962 osf*)
6963   symcode='[BCDEGQRST]'
6964   ;;
6965 solaris*)
6966   symcode='[BDRT]'
6967   ;;
6968 sco3.2v5*)
6969   symcode='[DT]'
6970   ;;
6971 sysv4.2uw2*)
6972   symcode='[DT]'
6973   ;;
6974 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6975   symcode='[ABDT]'
6976   ;;
6977 sysv4)
6978   symcode='[DFNSTU]'
6979   ;;
6980 esac
6981
6982 # If we're using GNU nm, then use its standard symbol codes.
6983 case `$NM -V 2>&1` in
6984 *GNU* | *'with BFD'*)
6985   symcode='[ABCDGIRSTW]' ;;
6986 esac
6987
6988 # Transform an extracted symbol line into a proper C declaration.
6989 # Some systems (esp. on ia64) link data and code symbols differently,
6990 # so use this general approach.
6991 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6992
6993 # Transform an extracted symbol line into symbol name and symbol address
6994 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
6995 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'"
6996
6997 # Handle CRLF in mingw tool chain
6998 opt_cr=
6999 case $build_os in
7000 mingw*)
7001   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7002   ;;
7003 esac
7004
7005 # Try without a prefix underscore, then with it.
7006 for ac_symprfx in "" "_"; do
7007
7008   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7009   symxfrm="\\1 $ac_symprfx\\2 \\2"
7010
7011   # Write the raw and C identifiers.
7012   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7013     # Fake it for dumpbin and say T for any non-static function
7014     # and D for any global variable.
7015     # Also find C++ and __fastcall symbols from MSVC++,
7016     # which start with @ or ?.
7017     lt_cv_sys_global_symbol_pipe="$AWK '"\
7018 "     {last_section=section; section=\$ 3};"\
7019 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7020 "     \$ 0!~/External *\|/{next};"\
7021 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7022 "     {if(hide[section]) next};"\
7023 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7024 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7025 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
7026 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7027 "     ' prfx=^$ac_symprfx"
7028   else
7029     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7030   fi
7031
7032   # Check to see that the pipe works correctly.
7033   pipe_works=no
7034
7035   rm -f conftest*
7036   cat > conftest.$ac_ext <<_LT_EOF
7037 #ifdef __cplusplus
7038 extern "C" {
7039 #endif
7040 char nm_test_var;
7041 void nm_test_func(void);
7042 void nm_test_func(void){}
7043 #ifdef __cplusplus
7044 }
7045 #endif
7046 int main(){nm_test_var='a';nm_test_func();return(0);}
7047 _LT_EOF
7048
7049   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7050   (eval $ac_compile) 2>&5
7051   ac_status=$?
7052   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7053   (exit $ac_status); }; then
7054     # Now try to grab the symbols.
7055     nlist=conftest.nm
7056     if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
7057   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
7058   ac_status=$?
7059   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7060   (exit $ac_status); } && test -s "$nlist"; then
7061       # Try sorting and uniquifying the output.
7062       if sort "$nlist" | uniq > "$nlist"T; then
7063         mv -f "$nlist"T "$nlist"
7064       else
7065         rm -f "$nlist"T
7066       fi
7067
7068       # Make sure that we snagged all the symbols we need.
7069       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7070         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7071           cat <<_LT_EOF > conftest.$ac_ext
7072 #ifdef __cplusplus
7073 extern "C" {
7074 #endif
7075
7076 _LT_EOF
7077           # Now generate the symbol file.
7078           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7079
7080           cat <<_LT_EOF >> conftest.$ac_ext
7081
7082 /* The mapping between symbol names and symbols.  */
7083 const struct {
7084   const char *name;
7085   void       *address;
7086 }
7087 lt__PROGRAM__LTX_preloaded_symbols[] =
7088 {
7089   { "@PROGRAM@", (void *) 0 },
7090 _LT_EOF
7091           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7092           cat <<\_LT_EOF >> conftest.$ac_ext
7093   {0, (void *) 0}
7094 };
7095
7096 /* This works around a problem in FreeBSD linker */
7097 #ifdef FREEBSD_WORKAROUND
7098 static const void *lt_preloaded_setup() {
7099   return lt__PROGRAM__LTX_preloaded_symbols;
7100 }
7101 #endif
7102
7103 #ifdef __cplusplus
7104 }
7105 #endif
7106 _LT_EOF
7107           # Now try linking the two files.
7108           mv conftest.$ac_objext conftstm.$ac_objext
7109           lt_save_LIBS="$LIBS"
7110           lt_save_CFLAGS="$CFLAGS"
7111           LIBS="conftstm.$ac_objext"
7112           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7113           if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7114   (eval $ac_link) 2>&5
7115   ac_status=$?
7116   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7117   (exit $ac_status); } && test -s conftest${ac_exeext}; then
7118             pipe_works=yes
7119           fi
7120           LIBS="$lt_save_LIBS"
7121           CFLAGS="$lt_save_CFLAGS"
7122         else
7123           echo "cannot find nm_test_func in $nlist" >&5
7124         fi
7125       else
7126         echo "cannot find nm_test_var in $nlist" >&5
7127       fi
7128     else
7129       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7130     fi
7131   else
7132     echo "$progname: failed program was:" >&5
7133     cat conftest.$ac_ext >&5
7134   fi
7135   rm -rf conftest* conftst*
7136
7137   # Do not use the global_symbol_pipe unless it works.
7138   if test "$pipe_works" = yes; then
7139     break
7140   else
7141     lt_cv_sys_global_symbol_pipe=
7142   fi
7143 done
7144
7145 fi
7146
7147 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7148   lt_cv_sys_global_symbol_to_cdecl=
7149 fi
7150 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7151   { echo "$as_me:$LINENO: result: failed" >&5
7152 echo "${ECHO_T}failed" >&6; }
7153 else
7154   { echo "$as_me:$LINENO: result: ok" >&5
7155 echo "${ECHO_T}ok" >&6; }
7156 fi
7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179 # Check whether --enable-libtool-lock was given.
7180 if test "${enable_libtool_lock+set}" = set; then
7181   enableval=$enable_libtool_lock;
7182 fi
7183
7184 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7185
7186 # Some flags need to be propagated to the compiler or linker for good
7187 # libtool support.
7188 case $host in
7189 ia64-*-hpux*)
7190   # Find out which ABI we are using.
7191   echo 'int i;' > conftest.$ac_ext
7192   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7193   (eval $ac_compile) 2>&5
7194   ac_status=$?
7195   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7196   (exit $ac_status); }; then
7197     case `/usr/bin/file conftest.$ac_objext` in
7198       *ELF-32*)
7199         HPUX_IA64_MODE="32"
7200         ;;
7201       *ELF-64*)
7202         HPUX_IA64_MODE="64"
7203         ;;
7204     esac
7205   fi
7206   rm -rf conftest*
7207   ;;
7208 *-*-irix6*)
7209   # Find out which ABI we are using.
7210   echo '#line 7210 "configure"' > conftest.$ac_ext
7211   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7212   (eval $ac_compile) 2>&5
7213   ac_status=$?
7214   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7215   (exit $ac_status); }; then
7216     if test "$lt_cv_prog_gnu_ld" = yes; then
7217       case `/usr/bin/file conftest.$ac_objext` in
7218         *32-bit*)
7219           LD="${LD-ld} -melf32bsmip"
7220           ;;
7221         *N32*)
7222           LD="${LD-ld} -melf32bmipn32"
7223           ;;
7224         *64-bit*)
7225           LD="${LD-ld} -melf64bmip"
7226         ;;
7227       esac
7228     else
7229       case `/usr/bin/file conftest.$ac_objext` in
7230         *32-bit*)
7231           LD="${LD-ld} -32"
7232           ;;
7233         *N32*)
7234           LD="${LD-ld} -n32"
7235           ;;
7236         *64-bit*)
7237           LD="${LD-ld} -64"
7238           ;;
7239       esac
7240     fi
7241   fi
7242   rm -rf conftest*
7243   ;;
7244
7245 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7246 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7247   # Find out which ABI we are using.
7248   echo 'int i;' > conftest.$ac_ext
7249   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7250   (eval $ac_compile) 2>&5
7251   ac_status=$?
7252   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7253   (exit $ac_status); }; then
7254     case `/usr/bin/file conftest.o` in
7255       *32-bit*)
7256         case $host in
7257           x86_64-*kfreebsd*-gnu)
7258             LD="${LD-ld} -m elf_i386_fbsd"
7259             ;;
7260           x86_64-*linux*)
7261             LD="${LD-ld} -m elf_i386"
7262             ;;
7263           ppc64-*linux*|powerpc64-*linux*)
7264             LD="${LD-ld} -m elf32ppclinux"
7265             ;;
7266           s390x-*linux*)
7267             LD="${LD-ld} -m elf_s390"
7268             ;;
7269           sparc64-*linux*)
7270             LD="${LD-ld} -m elf32_sparc"
7271             ;;
7272         esac
7273         ;;
7274       *64-bit*)
7275         case $host in
7276           x86_64-*kfreebsd*-gnu)
7277             LD="${LD-ld} -m elf_x86_64_fbsd"
7278             ;;
7279           x86_64-*linux*)
7280             LD="${LD-ld} -m elf_x86_64"
7281             ;;
7282           ppc*-*linux*|powerpc*-*linux*)
7283             LD="${LD-ld} -m elf64ppc"
7284             ;;
7285           s390*-*linux*|s390*-*tpf*)
7286             LD="${LD-ld} -m elf64_s390"
7287             ;;
7288           sparc*-*linux*)
7289             LD="${LD-ld} -m elf64_sparc"
7290             ;;
7291         esac
7292         ;;
7293     esac
7294   fi
7295   rm -rf conftest*
7296   ;;
7297
7298 *-*-sco3.2v5*)
7299   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7300   SAVE_CFLAGS="$CFLAGS"
7301   CFLAGS="$CFLAGS -belf"
7302   { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
7303 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
7304 if test "${lt_cv_cc_needs_belf+set}" = set; then
7305   echo $ECHO_N "(cached) $ECHO_C" >&6
7306 else
7307   ac_ext=c
7308 ac_cpp='$CPP $CPPFLAGS'
7309 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7310 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7311 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7312
7313      cat >conftest.$ac_ext <<_ACEOF
7314 /* confdefs.h.  */
7315 _ACEOF
7316 cat confdefs.h >>conftest.$ac_ext
7317 cat >>conftest.$ac_ext <<_ACEOF
7318 /* end confdefs.h.  */
7319
7320 int
7321 main ()
7322 {
7323
7324   ;
7325   return 0;
7326 }
7327 _ACEOF
7328 rm -f conftest.$ac_objext conftest$ac_exeext
7329 if { (ac_try="$ac_link"
7330 case "(($ac_try" in
7331   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7332   *) ac_try_echo=$ac_try;;
7333 esac
7334 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7335   (eval "$ac_link") 2>conftest.er1
7336   ac_status=$?
7337   grep -v '^ *+' conftest.er1 >conftest.err
7338   rm -f conftest.er1
7339   cat conftest.err >&5
7340   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7341   (exit $ac_status); } && {
7342          test -z "$ac_c_werror_flag" ||
7343          test ! -s conftest.err
7344        } && test -s conftest$ac_exeext &&
7345        $as_test_x conftest$ac_exeext; then
7346   lt_cv_cc_needs_belf=yes
7347 else
7348   echo "$as_me: failed program was:" >&5
7349 sed 's/^/| /' conftest.$ac_ext >&5
7350
7351         lt_cv_cc_needs_belf=no
7352 fi
7353
7354 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7355       conftest$ac_exeext conftest.$ac_ext
7356      ac_ext=c
7357 ac_cpp='$CPP $CPPFLAGS'
7358 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7359 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7360 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7361
7362 fi
7363 { echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
7364 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
7365   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7366     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7367     CFLAGS="$SAVE_CFLAGS"
7368   fi
7369   ;;
7370 sparc*-*solaris*)
7371   # Find out which ABI we are using.
7372   echo 'int i;' > conftest.$ac_ext
7373   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7374   (eval $ac_compile) 2>&5
7375   ac_status=$?
7376   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7377   (exit $ac_status); }; then
7378     case `/usr/bin/file conftest.o` in
7379     *64-bit*)
7380       case $lt_cv_prog_gnu_ld in
7381       yes*) LD="${LD-ld} -m elf64_sparc" ;;
7382       *)
7383         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7384           LD="${LD-ld} -64"
7385         fi
7386         ;;
7387       esac
7388       ;;
7389     esac
7390   fi
7391   rm -rf conftest*
7392   ;;
7393 esac
7394
7395 need_locks="$enable_libtool_lock"
7396
7397
7398   case $host_os in
7399     rhapsody* | darwin*)
7400     if test -n "$ac_tool_prefix"; then
7401   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7402 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7405 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
7406   echo $ECHO_N "(cached) $ECHO_C" >&6
7407 else
7408   if test -n "$DSYMUTIL"; then
7409   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7410 else
7411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7412 for as_dir in $PATH
7413 do
7414   IFS=$as_save_IFS
7415   test -z "$as_dir" && as_dir=.
7416   for ac_exec_ext in '' $ac_executable_extensions; do
7417   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7418     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7419     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7420     break 2
7421   fi
7422 done
7423 done
7424 IFS=$as_save_IFS
7425
7426 fi
7427 fi
7428 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7429 if test -n "$DSYMUTIL"; then
7430   { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
7431 echo "${ECHO_T}$DSYMUTIL" >&6; }
7432 else
7433   { echo "$as_me:$LINENO: result: no" >&5
7434 echo "${ECHO_T}no" >&6; }
7435 fi
7436
7437
7438 fi
7439 if test -z "$ac_cv_prog_DSYMUTIL"; then
7440   ac_ct_DSYMUTIL=$DSYMUTIL
7441   # Extract the first word of "dsymutil", so it can be a program name with args.
7442 set dummy dsymutil; ac_word=$2
7443 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7445 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
7446   echo $ECHO_N "(cached) $ECHO_C" >&6
7447 else
7448   if test -n "$ac_ct_DSYMUTIL"; then
7449   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7450 else
7451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7452 for as_dir in $PATH
7453 do
7454   IFS=$as_save_IFS
7455   test -z "$as_dir" && as_dir=.
7456   for ac_exec_ext in '' $ac_executable_extensions; do
7457   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7458     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7459     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7460     break 2
7461   fi
7462 done
7463 done
7464 IFS=$as_save_IFS
7465
7466 fi
7467 fi
7468 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7469 if test -n "$ac_ct_DSYMUTIL"; then
7470   { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
7471 echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
7472 else
7473   { echo "$as_me:$LINENO: result: no" >&5
7474 echo "${ECHO_T}no" >&6; }
7475 fi
7476
7477   if test "x$ac_ct_DSYMUTIL" = x; then
7478     DSYMUTIL=":"
7479   else
7480     case $cross_compiling:$ac_tool_warned in
7481 yes:)
7482 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7483 whose name does not start with the host triplet.  If you think this
7484 configuration is useful to you, please write to autoconf@gnu.org." >&5
7485 echo "$as_me: 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." >&2;}
7488 ac_tool_warned=yes ;;
7489 esac
7490     DSYMUTIL=$ac_ct_DSYMUTIL
7491   fi
7492 else
7493   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7494 fi
7495
7496     if test -n "$ac_tool_prefix"; then
7497   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7498 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7499 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7501 if test "${ac_cv_prog_NMEDIT+set}" = set; then
7502   echo $ECHO_N "(cached) $ECHO_C" >&6
7503 else
7504   if test -n "$NMEDIT"; then
7505   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7506 else
7507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7508 for as_dir in $PATH
7509 do
7510   IFS=$as_save_IFS
7511   test -z "$as_dir" && as_dir=.
7512   for ac_exec_ext in '' $ac_executable_extensions; do
7513   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7514     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7515     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7516     break 2
7517   fi
7518 done
7519 done
7520 IFS=$as_save_IFS
7521
7522 fi
7523 fi
7524 NMEDIT=$ac_cv_prog_NMEDIT
7525 if test -n "$NMEDIT"; then
7526   { echo "$as_me:$LINENO: result: $NMEDIT" >&5
7527 echo "${ECHO_T}$NMEDIT" >&6; }
7528 else
7529   { echo "$as_me:$LINENO: result: no" >&5
7530 echo "${ECHO_T}no" >&6; }
7531 fi
7532
7533
7534 fi
7535 if test -z "$ac_cv_prog_NMEDIT"; then
7536   ac_ct_NMEDIT=$NMEDIT
7537   # Extract the first word of "nmedit", so it can be a program name with args.
7538 set dummy nmedit; ac_word=$2
7539 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7540 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7541 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
7542   echo $ECHO_N "(cached) $ECHO_C" >&6
7543 else
7544   if test -n "$ac_ct_NMEDIT"; then
7545   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7546 else
7547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7548 for as_dir in $PATH
7549 do
7550   IFS=$as_save_IFS
7551   test -z "$as_dir" && as_dir=.
7552   for ac_exec_ext in '' $ac_executable_extensions; do
7553   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7554     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7555     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7556     break 2
7557   fi
7558 done
7559 done
7560 IFS=$as_save_IFS
7561
7562 fi
7563 fi
7564 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7565 if test -n "$ac_ct_NMEDIT"; then
7566   { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
7567 echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
7568 else
7569   { echo "$as_me:$LINENO: result: no" >&5
7570 echo "${ECHO_T}no" >&6; }
7571 fi
7572
7573   if test "x$ac_ct_NMEDIT" = x; then
7574     NMEDIT=":"
7575   else
7576     case $cross_compiling:$ac_tool_warned in
7577 yes:)
7578 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7579 whose name does not start with the host triplet.  If you think this
7580 configuration is useful to you, please write to autoconf@gnu.org." >&5
7581 echo "$as_me: 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." >&2;}
7584 ac_tool_warned=yes ;;
7585 esac
7586     NMEDIT=$ac_ct_NMEDIT
7587   fi
7588 else
7589   NMEDIT="$ac_cv_prog_NMEDIT"
7590 fi
7591
7592     if test -n "$ac_tool_prefix"; then
7593   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7594 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7595 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7596 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7597 if test "${ac_cv_prog_LIPO+set}" = set; then
7598   echo $ECHO_N "(cached) $ECHO_C" >&6
7599 else
7600   if test -n "$LIPO"; then
7601   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7602 else
7603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7604 for as_dir in $PATH
7605 do
7606   IFS=$as_save_IFS
7607   test -z "$as_dir" && as_dir=.
7608   for ac_exec_ext in '' $ac_executable_extensions; do
7609   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7610     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7611     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7612     break 2
7613   fi
7614 done
7615 done
7616 IFS=$as_save_IFS
7617
7618 fi
7619 fi
7620 LIPO=$ac_cv_prog_LIPO
7621 if test -n "$LIPO"; then
7622   { echo "$as_me:$LINENO: result: $LIPO" >&5
7623 echo "${ECHO_T}$LIPO" >&6; }
7624 else
7625   { echo "$as_me:$LINENO: result: no" >&5
7626 echo "${ECHO_T}no" >&6; }
7627 fi
7628
7629
7630 fi
7631 if test -z "$ac_cv_prog_LIPO"; then
7632   ac_ct_LIPO=$LIPO
7633   # Extract the first word of "lipo", so it can be a program name with args.
7634 set dummy lipo; ac_word=$2
7635 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7636 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7637 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
7638   echo $ECHO_N "(cached) $ECHO_C" >&6
7639 else
7640   if test -n "$ac_ct_LIPO"; then
7641   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7642 else
7643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7644 for as_dir in $PATH
7645 do
7646   IFS=$as_save_IFS
7647   test -z "$as_dir" && as_dir=.
7648   for ac_exec_ext in '' $ac_executable_extensions; do
7649   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7650     ac_cv_prog_ac_ct_LIPO="lipo"
7651     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7652     break 2
7653   fi
7654 done
7655 done
7656 IFS=$as_save_IFS
7657
7658 fi
7659 fi
7660 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7661 if test -n "$ac_ct_LIPO"; then
7662   { echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
7663 echo "${ECHO_T}$ac_ct_LIPO" >&6; }
7664 else
7665   { echo "$as_me:$LINENO: result: no" >&5
7666 echo "${ECHO_T}no" >&6; }
7667 fi
7668
7669   if test "x$ac_ct_LIPO" = x; then
7670     LIPO=":"
7671   else
7672     case $cross_compiling:$ac_tool_warned in
7673 yes:)
7674 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7675 whose name does not start with the host triplet.  If you think this
7676 configuration is useful to you, please write to autoconf@gnu.org." >&5
7677 echo "$as_me: 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." >&2;}
7680 ac_tool_warned=yes ;;
7681 esac
7682     LIPO=$ac_ct_LIPO
7683   fi
7684 else
7685   LIPO="$ac_cv_prog_LIPO"
7686 fi
7687
7688     if test -n "$ac_tool_prefix"; then
7689   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7690 set dummy ${ac_tool_prefix}otool; ac_word=$2
7691 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7692 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7693 if test "${ac_cv_prog_OTOOL+set}" = set; then
7694   echo $ECHO_N "(cached) $ECHO_C" >&6
7695 else
7696   if test -n "$OTOOL"; then
7697   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7698 else
7699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7700 for as_dir in $PATH
7701 do
7702   IFS=$as_save_IFS
7703   test -z "$as_dir" && as_dir=.
7704   for ac_exec_ext in '' $ac_executable_extensions; do
7705   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7706     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7707     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7708     break 2
7709   fi
7710 done
7711 done
7712 IFS=$as_save_IFS
7713
7714 fi
7715 fi
7716 OTOOL=$ac_cv_prog_OTOOL
7717 if test -n "$OTOOL"; then
7718   { echo "$as_me:$LINENO: result: $OTOOL" >&5
7719 echo "${ECHO_T}$OTOOL" >&6; }
7720 else
7721   { echo "$as_me:$LINENO: result: no" >&5
7722 echo "${ECHO_T}no" >&6; }
7723 fi
7724
7725
7726 fi
7727 if test -z "$ac_cv_prog_OTOOL"; then
7728   ac_ct_OTOOL=$OTOOL
7729   # Extract the first word of "otool", so it can be a program name with args.
7730 set dummy otool; ac_word=$2
7731 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7732 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7733 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
7734   echo $ECHO_N "(cached) $ECHO_C" >&6
7735 else
7736   if test -n "$ac_ct_OTOOL"; then
7737   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7738 else
7739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7740 for as_dir in $PATH
7741 do
7742   IFS=$as_save_IFS
7743   test -z "$as_dir" && as_dir=.
7744   for ac_exec_ext in '' $ac_executable_extensions; do
7745   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7746     ac_cv_prog_ac_ct_OTOOL="otool"
7747     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7748     break 2
7749   fi
7750 done
7751 done
7752 IFS=$as_save_IFS
7753
7754 fi
7755 fi
7756 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7757 if test -n "$ac_ct_OTOOL"; then
7758   { echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
7759 echo "${ECHO_T}$ac_ct_OTOOL" >&6; }
7760 else
7761   { echo "$as_me:$LINENO: result: no" >&5
7762 echo "${ECHO_T}no" >&6; }
7763 fi
7764
7765   if test "x$ac_ct_OTOOL" = x; then
7766     OTOOL=":"
7767   else
7768     case $cross_compiling:$ac_tool_warned in
7769 yes:)
7770 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7771 whose name does not start with the host triplet.  If you think this
7772 configuration is useful to you, please write to autoconf@gnu.org." >&5
7773 echo "$as_me: 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." >&2;}
7776 ac_tool_warned=yes ;;
7777 esac
7778     OTOOL=$ac_ct_OTOOL
7779   fi
7780 else
7781   OTOOL="$ac_cv_prog_OTOOL"
7782 fi
7783
7784     if test -n "$ac_tool_prefix"; then
7785   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7786 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7787 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7788 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7789 if test "${ac_cv_prog_OTOOL64+set}" = set; then
7790   echo $ECHO_N "(cached) $ECHO_C" >&6
7791 else
7792   if test -n "$OTOOL64"; then
7793   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7794 else
7795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7796 for as_dir in $PATH
7797 do
7798   IFS=$as_save_IFS
7799   test -z "$as_dir" && as_dir=.
7800   for ac_exec_ext in '' $ac_executable_extensions; do
7801   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7802     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7803     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7804     break 2
7805   fi
7806 done
7807 done
7808 IFS=$as_save_IFS
7809
7810 fi
7811 fi
7812 OTOOL64=$ac_cv_prog_OTOOL64
7813 if test -n "$OTOOL64"; then
7814   { echo "$as_me:$LINENO: result: $OTOOL64" >&5
7815 echo "${ECHO_T}$OTOOL64" >&6; }
7816 else
7817   { echo "$as_me:$LINENO: result: no" >&5
7818 echo "${ECHO_T}no" >&6; }
7819 fi
7820
7821
7822 fi
7823 if test -z "$ac_cv_prog_OTOOL64"; then
7824   ac_ct_OTOOL64=$OTOOL64
7825   # Extract the first word of "otool64", so it can be a program name with args.
7826 set dummy otool64; ac_word=$2
7827 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7828 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7829 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
7830   echo $ECHO_N "(cached) $ECHO_C" >&6
7831 else
7832   if test -n "$ac_ct_OTOOL64"; then
7833   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7834 else
7835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7836 for as_dir in $PATH
7837 do
7838   IFS=$as_save_IFS
7839   test -z "$as_dir" && as_dir=.
7840   for ac_exec_ext in '' $ac_executable_extensions; do
7841   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7842     ac_cv_prog_ac_ct_OTOOL64="otool64"
7843     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7844     break 2
7845   fi
7846 done
7847 done
7848 IFS=$as_save_IFS
7849
7850 fi
7851 fi
7852 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7853 if test -n "$ac_ct_OTOOL64"; then
7854   { echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
7855 echo "${ECHO_T}$ac_ct_OTOOL64" >&6; }
7856 else
7857   { echo "$as_me:$LINENO: result: no" >&5
7858 echo "${ECHO_T}no" >&6; }
7859 fi
7860
7861   if test "x$ac_ct_OTOOL64" = x; then
7862     OTOOL64=":"
7863   else
7864     case $cross_compiling:$ac_tool_warned in
7865 yes:)
7866 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7867 whose name does not start with the host triplet.  If you think this
7868 configuration is useful to you, please write to autoconf@gnu.org." >&5
7869 echo "$as_me: 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." >&2;}
7872 ac_tool_warned=yes ;;
7873 esac
7874     OTOOL64=$ac_ct_OTOOL64
7875   fi
7876 else
7877   OTOOL64="$ac_cv_prog_OTOOL64"
7878 fi
7879
7880
7881
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     { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
7907 echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
7908 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
7909   echo $ECHO_N "(cached) $ECHO_C" >&6
7910 else
7911   lt_cv_apple_cc_single_mod=no
7912       if test -z "${LT_MULTI_MODULE}"; then
7913         # By default we will add the -single_module flag. You can override
7914         # by either setting the environment variable LT_MULTI_MODULE
7915         # non-empty at configure time, or by adding -multi_module to the
7916         # link flags.
7917         rm -rf libconftest.dylib*
7918         echo "int foo(void){return 1;}" > conftest.c
7919         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7920 -dynamiclib -Wl,-single_module conftest.c" >&5
7921         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7922           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7923         _lt_result=$?
7924         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7925           lt_cv_apple_cc_single_mod=yes
7926         else
7927           cat conftest.err >&5
7928         fi
7929         rm -rf libconftest.dylib*
7930         rm -f conftest.*
7931       fi
7932 fi
7933 { echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
7934 echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
7935     { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
7936 echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
7937 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
7938   echo $ECHO_N "(cached) $ECHO_C" >&6
7939 else
7940   lt_cv_ld_exported_symbols_list=no
7941       save_LDFLAGS=$LDFLAGS
7942       echo "_main" > conftest.sym
7943       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7944       cat >conftest.$ac_ext <<_ACEOF
7945 /* confdefs.h.  */
7946 _ACEOF
7947 cat confdefs.h >>conftest.$ac_ext
7948 cat >>conftest.$ac_ext <<_ACEOF
7949 /* end confdefs.h.  */
7950
7951 int
7952 main ()
7953 {
7954
7955   ;
7956   return 0;
7957 }
7958 _ACEOF
7959 rm -f conftest.$ac_objext conftest$ac_exeext
7960 if { (ac_try="$ac_link"
7961 case "(($ac_try" in
7962   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7963   *) ac_try_echo=$ac_try;;
7964 esac
7965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7966   (eval "$ac_link") 2>conftest.er1
7967   ac_status=$?
7968   grep -v '^ *+' conftest.er1 >conftest.err
7969   rm -f conftest.er1
7970   cat conftest.err >&5
7971   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7972   (exit $ac_status); } && {
7973          test -z "$ac_c_werror_flag" ||
7974          test ! -s conftest.err
7975        } && test -s conftest$ac_exeext &&
7976        $as_test_x conftest$ac_exeext; then
7977   lt_cv_ld_exported_symbols_list=yes
7978 else
7979   echo "$as_me: failed program was:" >&5
7980 sed 's/^/| /' conftest.$ac_ext >&5
7981
7982         lt_cv_ld_exported_symbols_list=no
7983 fi
7984
7985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7986       conftest$ac_exeext conftest.$ac_ext
7987         LDFLAGS="$save_LDFLAGS"
7988
7989 fi
7990 { echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
7991 echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
7992     case $host_os in
7993     rhapsody* | darwin1.[012])
7994       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7995     darwin1.*)
7996       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7997     darwin*) # darwin 5.x on
7998       # if running on 10.5 or later, the deployment target defaults
7999       # to the OS version, if on x86, and 10.4, the deployment
8000       # target defaults to 10.4. Don't you love it?
8001       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8002         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8003           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8004         10.[012]*)
8005           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8006         10.*)
8007           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8008       esac
8009     ;;
8010   esac
8011     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8012       _lt_dar_single_mod='$single_module'
8013     fi
8014     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8015       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8016     else
8017       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8018     fi
8019     if test "$DSYMUTIL" != ":"; then
8020       _lt_dsymutil='~$DSYMUTIL $lib || :'
8021     else
8022       _lt_dsymutil=
8023     fi
8024     ;;
8025   esac
8026
8027 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
8028 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
8029 if test "${ac_cv_header_stdc+set}" = set; then
8030   echo $ECHO_N "(cached) $ECHO_C" >&6
8031 else
8032   cat >conftest.$ac_ext <<_ACEOF
8033 /* confdefs.h.  */
8034 _ACEOF
8035 cat confdefs.h >>conftest.$ac_ext
8036 cat >>conftest.$ac_ext <<_ACEOF
8037 /* end confdefs.h.  */
8038 #include <stdlib.h>
8039 #include <stdarg.h>
8040 #include <string.h>
8041 #include <float.h>
8042
8043 int
8044 main ()
8045 {
8046
8047   ;
8048   return 0;
8049 }
8050 _ACEOF
8051 rm -f conftest.$ac_objext
8052 if { (ac_try="$ac_compile"
8053 case "(($ac_try" in
8054   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8055   *) ac_try_echo=$ac_try;;
8056 esac
8057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8058   (eval "$ac_compile") 2>conftest.er1
8059   ac_status=$?
8060   grep -v '^ *+' conftest.er1 >conftest.err
8061   rm -f conftest.er1
8062   cat conftest.err >&5
8063   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8064   (exit $ac_status); } && {
8065          test -z "$ac_c_werror_flag" ||
8066          test ! -s conftest.err
8067        } && test -s conftest.$ac_objext; then
8068   ac_cv_header_stdc=yes
8069 else
8070   echo "$as_me: failed program was:" >&5
8071 sed 's/^/| /' conftest.$ac_ext >&5
8072
8073         ac_cv_header_stdc=no
8074 fi
8075
8076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8077
8078 if test $ac_cv_header_stdc = yes; then
8079   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8080   cat >conftest.$ac_ext <<_ACEOF
8081 /* confdefs.h.  */
8082 _ACEOF
8083 cat confdefs.h >>conftest.$ac_ext
8084 cat >>conftest.$ac_ext <<_ACEOF
8085 /* end confdefs.h.  */
8086 #include <string.h>
8087
8088 _ACEOF
8089 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8090   $EGREP "memchr" >/dev/null 2>&1; then
8091   :
8092 else
8093   ac_cv_header_stdc=no
8094 fi
8095 rm -f conftest*
8096
8097 fi
8098
8099 if test $ac_cv_header_stdc = yes; then
8100   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8101   cat >conftest.$ac_ext <<_ACEOF
8102 /* confdefs.h.  */
8103 _ACEOF
8104 cat confdefs.h >>conftest.$ac_ext
8105 cat >>conftest.$ac_ext <<_ACEOF
8106 /* end confdefs.h.  */
8107 #include <stdlib.h>
8108
8109 _ACEOF
8110 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8111   $EGREP "free" >/dev/null 2>&1; then
8112   :
8113 else
8114   ac_cv_header_stdc=no
8115 fi
8116 rm -f conftest*
8117
8118 fi
8119
8120 if test $ac_cv_header_stdc = yes; then
8121   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8122   if test "$cross_compiling" = yes; then
8123   :
8124 else
8125   cat >conftest.$ac_ext <<_ACEOF
8126 /* confdefs.h.  */
8127 _ACEOF
8128 cat confdefs.h >>conftest.$ac_ext
8129 cat >>conftest.$ac_ext <<_ACEOF
8130 /* end confdefs.h.  */
8131 #include <ctype.h>
8132 #include <stdlib.h>
8133 #if ((' ' & 0x0FF) == 0x020)
8134 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8135 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8136 #else
8137 # define ISLOWER(c) \
8138                    (('a' <= (c) && (c) <= 'i') \
8139                      || ('j' <= (c) && (c) <= 'r') \
8140                      || ('s' <= (c) && (c) <= 'z'))
8141 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8142 #endif
8143
8144 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8145 int
8146 main ()
8147 {
8148   int i;
8149   for (i = 0; i < 256; i++)
8150     if (XOR (islower (i), ISLOWER (i))
8151         || toupper (i) != TOUPPER (i))
8152       return 2;
8153   return 0;
8154 }
8155 _ACEOF
8156 rm -f conftest$ac_exeext
8157 if { (ac_try="$ac_link"
8158 case "(($ac_try" in
8159   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8160   *) ac_try_echo=$ac_try;;
8161 esac
8162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8163   (eval "$ac_link") 2>&5
8164   ac_status=$?
8165   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8166   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8167   { (case "(($ac_try" in
8168   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8169   *) ac_try_echo=$ac_try;;
8170 esac
8171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8172   (eval "$ac_try") 2>&5
8173   ac_status=$?
8174   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8175   (exit $ac_status); }; }; then
8176   :
8177 else
8178   echo "$as_me: program exited with status $ac_status" >&5
8179 echo "$as_me: failed program was:" >&5
8180 sed 's/^/| /' conftest.$ac_ext >&5
8181
8182 ( exit $ac_status )
8183 ac_cv_header_stdc=no
8184 fi
8185 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8186 fi
8187
8188
8189 fi
8190 fi
8191 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
8192 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
8193 if test $ac_cv_header_stdc = yes; then
8194
8195 cat >>confdefs.h <<\_ACEOF
8196 #define STDC_HEADERS 1
8197 _ACEOF
8198
8199 fi
8200
8201 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
8202
8203
8204
8205
8206
8207
8208
8209
8210
8211 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
8212                   inttypes.h stdint.h unistd.h
8213 do
8214 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8215 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8216 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8217 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8218   echo $ECHO_N "(cached) $ECHO_C" >&6
8219 else
8220   cat >conftest.$ac_ext <<_ACEOF
8221 /* confdefs.h.  */
8222 _ACEOF
8223 cat confdefs.h >>conftest.$ac_ext
8224 cat >>conftest.$ac_ext <<_ACEOF
8225 /* end confdefs.h.  */
8226 $ac_includes_default
8227
8228 #include <$ac_header>
8229 _ACEOF
8230 rm -f conftest.$ac_objext
8231 if { (ac_try="$ac_compile"
8232 case "(($ac_try" in
8233   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8234   *) ac_try_echo=$ac_try;;
8235 esac
8236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8237   (eval "$ac_compile") 2>conftest.er1
8238   ac_status=$?
8239   grep -v '^ *+' conftest.er1 >conftest.err
8240   rm -f conftest.er1
8241   cat conftest.err >&5
8242   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8243   (exit $ac_status); } && {
8244          test -z "$ac_c_werror_flag" ||
8245          test ! -s conftest.err
8246        } && test -s conftest.$ac_objext; then
8247   eval "$as_ac_Header=yes"
8248 else
8249   echo "$as_me: failed program was:" >&5
8250 sed 's/^/| /' conftest.$ac_ext >&5
8251
8252         eval "$as_ac_Header=no"
8253 fi
8254
8255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8256 fi
8257 ac_res=`eval echo '${'$as_ac_Header'}'`
8258                { echo "$as_me:$LINENO: result: $ac_res" >&5
8259 echo "${ECHO_T}$ac_res" >&6; }
8260 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8261   cat >>confdefs.h <<_ACEOF
8262 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8263 _ACEOF
8264
8265 fi
8266
8267 done
8268
8269
8270
8271 for ac_header in dlfcn.h
8272 do
8273 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8274 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8275 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8276 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8277   echo $ECHO_N "(cached) $ECHO_C" >&6
8278 else
8279   cat >conftest.$ac_ext <<_ACEOF
8280 /* confdefs.h.  */
8281 _ACEOF
8282 cat confdefs.h >>conftest.$ac_ext
8283 cat >>conftest.$ac_ext <<_ACEOF
8284 /* end confdefs.h.  */
8285 $ac_includes_default
8286
8287 #include <$ac_header>
8288 _ACEOF
8289 rm -f conftest.$ac_objext
8290 if { (ac_try="$ac_compile"
8291 case "(($ac_try" in
8292   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8293   *) ac_try_echo=$ac_try;;
8294 esac
8295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8296   (eval "$ac_compile") 2>conftest.er1
8297   ac_status=$?
8298   grep -v '^ *+' conftest.er1 >conftest.err
8299   rm -f conftest.er1
8300   cat conftest.err >&5
8301   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8302   (exit $ac_status); } && {
8303          test -z "$ac_c_werror_flag" ||
8304          test ! -s conftest.err
8305        } && test -s conftest.$ac_objext; then
8306   eval "$as_ac_Header=yes"
8307 else
8308   echo "$as_me: failed program was:" >&5
8309 sed 's/^/| /' conftest.$ac_ext >&5
8310
8311         eval "$as_ac_Header=no"
8312 fi
8313
8314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8315 fi
8316 ac_res=`eval echo '${'$as_ac_Header'}'`
8317                { echo "$as_me:$LINENO: result: $ac_res" >&5
8318 echo "${ECHO_T}$ac_res" >&6; }
8319 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8320   cat >>confdefs.h <<_ACEOF
8321 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8322 _ACEOF
8323
8324 fi
8325
8326 done
8327
8328
8329
8330 ac_ext=cpp
8331 ac_cpp='$CXXCPP $CPPFLAGS'
8332 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8333 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8334 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8335 if test -z "$CXX"; then
8336   if test -n "$CCC"; then
8337     CXX=$CCC
8338   else
8339     if test -n "$ac_tool_prefix"; then
8340   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
8341   do
8342     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
8343 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
8344 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8345 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8346 if test "${ac_cv_prog_CXX+set}" = set; then
8347   echo $ECHO_N "(cached) $ECHO_C" >&6
8348 else
8349   if test -n "$CXX"; then
8350   ac_cv_prog_CXX="$CXX" # Let the user override the test.
8351 else
8352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8353 for as_dir in $PATH
8354 do
8355   IFS=$as_save_IFS
8356   test -z "$as_dir" && as_dir=.
8357   for ac_exec_ext in '' $ac_executable_extensions; do
8358   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8359     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
8360     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8361     break 2
8362   fi
8363 done
8364 done
8365 IFS=$as_save_IFS
8366
8367 fi
8368 fi
8369 CXX=$ac_cv_prog_CXX
8370 if test -n "$CXX"; then
8371   { echo "$as_me:$LINENO: result: $CXX" >&5
8372 echo "${ECHO_T}$CXX" >&6; }
8373 else
8374   { echo "$as_me:$LINENO: result: no" >&5
8375 echo "${ECHO_T}no" >&6; }
8376 fi
8377
8378
8379     test -n "$CXX" && break
8380   done
8381 fi
8382 if test -z "$CXX"; then
8383   ac_ct_CXX=$CXX
8384   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
8385 do
8386   # Extract the first word of "$ac_prog", so it can be a program name with args.
8387 set dummy $ac_prog; ac_word=$2
8388 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8389 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8390 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
8391   echo $ECHO_N "(cached) $ECHO_C" >&6
8392 else
8393   if test -n "$ac_ct_CXX"; then
8394   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
8395 else
8396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8397 for as_dir in $PATH
8398 do
8399   IFS=$as_save_IFS
8400   test -z "$as_dir" && as_dir=.
8401   for ac_exec_ext in '' $ac_executable_extensions; do
8402   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8403     ac_cv_prog_ac_ct_CXX="$ac_prog"
8404     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8405     break 2
8406   fi
8407 done
8408 done
8409 IFS=$as_save_IFS
8410
8411 fi
8412 fi
8413 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
8414 if test -n "$ac_ct_CXX"; then
8415   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
8416 echo "${ECHO_T}$ac_ct_CXX" >&6; }
8417 else
8418   { echo "$as_me:$LINENO: result: no" >&5
8419 echo "${ECHO_T}no" >&6; }
8420 fi
8421
8422
8423   test -n "$ac_ct_CXX" && break
8424 done
8425
8426   if test "x$ac_ct_CXX" = x; then
8427     CXX="g++"
8428   else
8429     case $cross_compiling:$ac_tool_warned in
8430 yes:)
8431 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8432 whose name does not start with the host triplet.  If you think this
8433 configuration is useful to you, please write to autoconf@gnu.org." >&5
8434 echo "$as_me: 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." >&2;}
8437 ac_tool_warned=yes ;;
8438 esac
8439     CXX=$ac_ct_CXX
8440   fi
8441 fi
8442
8443   fi
8444 fi
8445 # Provide some information about the compiler.
8446 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
8447 ac_compiler=`set X $ac_compile; echo $2`
8448 { (ac_try="$ac_compiler --version >&5"
8449 case "(($ac_try" in
8450   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8451   *) ac_try_echo=$ac_try;;
8452 esac
8453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8454   (eval "$ac_compiler --version >&5") 2>&5
8455   ac_status=$?
8456   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8457   (exit $ac_status); }
8458 { (ac_try="$ac_compiler -v >&5"
8459 case "(($ac_try" in
8460   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8461   *) ac_try_echo=$ac_try;;
8462 esac
8463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8464   (eval "$ac_compiler -v >&5") 2>&5
8465   ac_status=$?
8466   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8467   (exit $ac_status); }
8468 { (ac_try="$ac_compiler -V >&5"
8469 case "(($ac_try" in
8470   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8471   *) ac_try_echo=$ac_try;;
8472 esac
8473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8474   (eval "$ac_compiler -V >&5") 2>&5
8475   ac_status=$?
8476   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8477   (exit $ac_status); }
8478
8479 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
8480 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
8481 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
8482   echo $ECHO_N "(cached) $ECHO_C" >&6
8483 else
8484   cat >conftest.$ac_ext <<_ACEOF
8485 /* confdefs.h.  */
8486 _ACEOF
8487 cat confdefs.h >>conftest.$ac_ext
8488 cat >>conftest.$ac_ext <<_ACEOF
8489 /* end confdefs.h.  */
8490
8491 int
8492 main ()
8493 {
8494 #ifndef __GNUC__
8495        choke me
8496 #endif
8497
8498   ;
8499   return 0;
8500 }
8501 _ACEOF
8502 rm -f conftest.$ac_objext
8503 if { (ac_try="$ac_compile"
8504 case "(($ac_try" in
8505   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8506   *) ac_try_echo=$ac_try;;
8507 esac
8508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8509   (eval "$ac_compile") 2>conftest.er1
8510   ac_status=$?
8511   grep -v '^ *+' conftest.er1 >conftest.err
8512   rm -f conftest.er1
8513   cat conftest.err >&5
8514   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8515   (exit $ac_status); } && {
8516          test -z "$ac_cxx_werror_flag" ||
8517          test ! -s conftest.err
8518        } && test -s conftest.$ac_objext; then
8519   ac_compiler_gnu=yes
8520 else
8521   echo "$as_me: failed program was:" >&5
8522 sed 's/^/| /' conftest.$ac_ext >&5
8523
8524         ac_compiler_gnu=no
8525 fi
8526
8527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8528 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
8529
8530 fi
8531 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
8532 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
8533 GXX=`test $ac_compiler_gnu = yes && echo yes`
8534 ac_test_CXXFLAGS=${CXXFLAGS+set}
8535 ac_save_CXXFLAGS=$CXXFLAGS
8536 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
8537 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
8538 if test "${ac_cv_prog_cxx_g+set}" = set; then
8539   echo $ECHO_N "(cached) $ECHO_C" >&6
8540 else
8541   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
8542    ac_cxx_werror_flag=yes
8543    ac_cv_prog_cxx_g=no
8544    CXXFLAGS="-g"
8545    cat >conftest.$ac_ext <<_ACEOF
8546 /* confdefs.h.  */
8547 _ACEOF
8548 cat confdefs.h >>conftest.$ac_ext
8549 cat >>conftest.$ac_ext <<_ACEOF
8550 /* end confdefs.h.  */
8551
8552 int
8553 main ()
8554 {
8555
8556   ;
8557   return 0;
8558 }
8559 _ACEOF
8560 rm -f conftest.$ac_objext
8561 if { (ac_try="$ac_compile"
8562 case "(($ac_try" in
8563   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8564   *) ac_try_echo=$ac_try;;
8565 esac
8566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8567   (eval "$ac_compile") 2>conftest.er1
8568   ac_status=$?
8569   grep -v '^ *+' conftest.er1 >conftest.err
8570   rm -f conftest.er1
8571   cat conftest.err >&5
8572   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8573   (exit $ac_status); } && {
8574          test -z "$ac_cxx_werror_flag" ||
8575          test ! -s conftest.err
8576        } && test -s conftest.$ac_objext; then
8577   ac_cv_prog_cxx_g=yes
8578 else
8579   echo "$as_me: failed program was:" >&5
8580 sed 's/^/| /' conftest.$ac_ext >&5
8581
8582         CXXFLAGS=""
8583       cat >conftest.$ac_ext <<_ACEOF
8584 /* confdefs.h.  */
8585 _ACEOF
8586 cat confdefs.h >>conftest.$ac_ext
8587 cat >>conftest.$ac_ext <<_ACEOF
8588 /* end confdefs.h.  */
8589
8590 int
8591 main ()
8592 {
8593
8594   ;
8595   return 0;
8596 }
8597 _ACEOF
8598 rm -f conftest.$ac_objext
8599 if { (ac_try="$ac_compile"
8600 case "(($ac_try" in
8601   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8602   *) ac_try_echo=$ac_try;;
8603 esac
8604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8605   (eval "$ac_compile") 2>conftest.er1
8606   ac_status=$?
8607   grep -v '^ *+' conftest.er1 >conftest.err
8608   rm -f conftest.er1
8609   cat conftest.err >&5
8610   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8611   (exit $ac_status); } && {
8612          test -z "$ac_cxx_werror_flag" ||
8613          test ! -s conftest.err
8614        } && test -s conftest.$ac_objext; then
8615   :
8616 else
8617   echo "$as_me: failed program was:" >&5
8618 sed 's/^/| /' conftest.$ac_ext >&5
8619
8620         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
8621          CXXFLAGS="-g"
8622          cat >conftest.$ac_ext <<_ACEOF
8623 /* confdefs.h.  */
8624 _ACEOF
8625 cat confdefs.h >>conftest.$ac_ext
8626 cat >>conftest.$ac_ext <<_ACEOF
8627 /* end confdefs.h.  */
8628
8629 int
8630 main ()
8631 {
8632
8633   ;
8634   return 0;
8635 }
8636 _ACEOF
8637 rm -f conftest.$ac_objext
8638 if { (ac_try="$ac_compile"
8639 case "(($ac_try" in
8640   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8641   *) ac_try_echo=$ac_try;;
8642 esac
8643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8644   (eval "$ac_compile") 2>conftest.er1
8645   ac_status=$?
8646   grep -v '^ *+' conftest.er1 >conftest.err
8647   rm -f conftest.er1
8648   cat conftest.err >&5
8649   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8650   (exit $ac_status); } && {
8651          test -z "$ac_cxx_werror_flag" ||
8652          test ! -s conftest.err
8653        } && test -s conftest.$ac_objext; then
8654   ac_cv_prog_cxx_g=yes
8655 else
8656   echo "$as_me: failed program was:" >&5
8657 sed 's/^/| /' conftest.$ac_ext >&5
8658
8659
8660 fi
8661
8662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
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    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
8670 fi
8671 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
8672 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
8673 if test "$ac_test_CXXFLAGS" = set; then
8674   CXXFLAGS=$ac_save_CXXFLAGS
8675 elif test $ac_cv_prog_cxx_g = yes; then
8676   if test "$GXX" = yes; then
8677     CXXFLAGS="-g -O2"
8678   else
8679     CXXFLAGS="-g"
8680   fi
8681 else
8682   if test "$GXX" = yes; then
8683     CXXFLAGS="-O2"
8684   else
8685     CXXFLAGS=
8686   fi
8687 fi
8688 ac_ext=c
8689 ac_cpp='$CPP $CPPFLAGS'
8690 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8691 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8692 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8693
8694 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
8695     ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
8696     (test "X$CXX" != "Xg++"))) ; then
8697   ac_ext=cpp
8698 ac_cpp='$CXXCPP $CPPFLAGS'
8699 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8700 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8701 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8702 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
8703 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
8704 if test -z "$CXXCPP"; then
8705   if test "${ac_cv_prog_CXXCPP+set}" = set; then
8706   echo $ECHO_N "(cached) $ECHO_C" >&6
8707 else
8708       # Double quotes because CXXCPP needs to be expanded
8709     for CXXCPP in "$CXX -E" "/lib/cpp"
8710     do
8711       ac_preproc_ok=false
8712 for ac_cxx_preproc_warn_flag in '' yes
8713 do
8714   # Use a header file that comes with gcc, so configuring glibc
8715   # with a fresh cross-compiler works.
8716   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8717   # <limits.h> exists even on freestanding compilers.
8718   # On the NeXT, cc -E runs the code through the compiler's parser,
8719   # not just through cpp. "Syntax error" is here to catch this case.
8720   cat >conftest.$ac_ext <<_ACEOF
8721 /* confdefs.h.  */
8722 _ACEOF
8723 cat confdefs.h >>conftest.$ac_ext
8724 cat >>conftest.$ac_ext <<_ACEOF
8725 /* end confdefs.h.  */
8726 #ifdef __STDC__
8727 # include <limits.h>
8728 #else
8729 # include <assert.h>
8730 #endif
8731                      Syntax error
8732 _ACEOF
8733 if { (ac_try="$ac_cpp conftest.$ac_ext"
8734 case "(($ac_try" in
8735   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8736   *) ac_try_echo=$ac_try;;
8737 esac
8738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8739   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8740   ac_status=$?
8741   grep -v '^ *+' conftest.er1 >conftest.err
8742   rm -f conftest.er1
8743   cat conftest.err >&5
8744   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8745   (exit $ac_status); } >/dev/null && {
8746          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8747          test ! -s conftest.err
8748        }; then
8749   :
8750 else
8751   echo "$as_me: failed program was:" >&5
8752 sed 's/^/| /' conftest.$ac_ext >&5
8753
8754   # Broken: fails on valid input.
8755 continue
8756 fi
8757
8758 rm -f conftest.err conftest.$ac_ext
8759
8760   # OK, works on sane cases.  Now check whether nonexistent headers
8761   # can be detected and how.
8762   cat >conftest.$ac_ext <<_ACEOF
8763 /* confdefs.h.  */
8764 _ACEOF
8765 cat confdefs.h >>conftest.$ac_ext
8766 cat >>conftest.$ac_ext <<_ACEOF
8767 /* end confdefs.h.  */
8768 #include <ac_nonexistent.h>
8769 _ACEOF
8770 if { (ac_try="$ac_cpp conftest.$ac_ext"
8771 case "(($ac_try" in
8772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8773   *) ac_try_echo=$ac_try;;
8774 esac
8775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8776   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8777   ac_status=$?
8778   grep -v '^ *+' conftest.er1 >conftest.err
8779   rm -f conftest.er1
8780   cat conftest.err >&5
8781   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8782   (exit $ac_status); } >/dev/null && {
8783          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8784          test ! -s conftest.err
8785        }; then
8786   # Broken: success on invalid input.
8787 continue
8788 else
8789   echo "$as_me: failed program was:" >&5
8790 sed 's/^/| /' conftest.$ac_ext >&5
8791
8792   # Passes both tests.
8793 ac_preproc_ok=:
8794 break
8795 fi
8796
8797 rm -f conftest.err conftest.$ac_ext
8798
8799 done
8800 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8801 rm -f conftest.err conftest.$ac_ext
8802 if $ac_preproc_ok; then
8803   break
8804 fi
8805
8806     done
8807     ac_cv_prog_CXXCPP=$CXXCPP
8808
8809 fi
8810   CXXCPP=$ac_cv_prog_CXXCPP
8811 else
8812   ac_cv_prog_CXXCPP=$CXXCPP
8813 fi
8814 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
8815 echo "${ECHO_T}$CXXCPP" >&6; }
8816 ac_preproc_ok=false
8817 for ac_cxx_preproc_warn_flag in '' yes
8818 do
8819   # Use a header file that comes with gcc, so configuring glibc
8820   # with a fresh cross-compiler works.
8821   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8822   # <limits.h> exists even on freestanding compilers.
8823   # On the NeXT, cc -E runs the code through the compiler's parser,
8824   # not just through cpp. "Syntax error" is here to catch this case.
8825   cat >conftest.$ac_ext <<_ACEOF
8826 /* confdefs.h.  */
8827 _ACEOF
8828 cat confdefs.h >>conftest.$ac_ext
8829 cat >>conftest.$ac_ext <<_ACEOF
8830 /* end confdefs.h.  */
8831 #ifdef __STDC__
8832 # include <limits.h>
8833 #else
8834 # include <assert.h>
8835 #endif
8836                      Syntax error
8837 _ACEOF
8838 if { (ac_try="$ac_cpp conftest.$ac_ext"
8839 case "(($ac_try" in
8840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8841   *) ac_try_echo=$ac_try;;
8842 esac
8843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8844   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8845   ac_status=$?
8846   grep -v '^ *+' conftest.er1 >conftest.err
8847   rm -f conftest.er1
8848   cat conftest.err >&5
8849   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8850   (exit $ac_status); } >/dev/null && {
8851          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8852          test ! -s conftest.err
8853        }; then
8854   :
8855 else
8856   echo "$as_me: failed program was:" >&5
8857 sed 's/^/| /' conftest.$ac_ext >&5
8858
8859   # Broken: fails on valid input.
8860 continue
8861 fi
8862
8863 rm -f conftest.err conftest.$ac_ext
8864
8865   # OK, works on sane cases.  Now check whether nonexistent headers
8866   # can be detected and how.
8867   cat >conftest.$ac_ext <<_ACEOF
8868 /* confdefs.h.  */
8869 _ACEOF
8870 cat confdefs.h >>conftest.$ac_ext
8871 cat >>conftest.$ac_ext <<_ACEOF
8872 /* end confdefs.h.  */
8873 #include <ac_nonexistent.h>
8874 _ACEOF
8875 if { (ac_try="$ac_cpp conftest.$ac_ext"
8876 case "(($ac_try" in
8877   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8878   *) ac_try_echo=$ac_try;;
8879 esac
8880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8881   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8882   ac_status=$?
8883   grep -v '^ *+' conftest.er1 >conftest.err
8884   rm -f conftest.er1
8885   cat conftest.err >&5
8886   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8887   (exit $ac_status); } >/dev/null && {
8888          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8889          test ! -s conftest.err
8890        }; then
8891   # Broken: success on invalid input.
8892 continue
8893 else
8894   echo "$as_me: failed program was:" >&5
8895 sed 's/^/| /' conftest.$ac_ext >&5
8896
8897   # Passes both tests.
8898 ac_preproc_ok=:
8899 break
8900 fi
8901
8902 rm -f conftest.err conftest.$ac_ext
8903
8904 done
8905 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8906 rm -f conftest.err conftest.$ac_ext
8907 if $ac_preproc_ok; then
8908   :
8909 else
8910   _lt_caught_CXX_error=yes
8911 fi
8912
8913 ac_ext=c
8914 ac_cpp='$CPP $CPPFLAGS'
8915 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8916 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8917 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8918
8919 else
8920   _lt_caught_CXX_error=yes
8921 fi
8922
8923
8924
8925
8926
8927 # Set options
8928 # Check whether --enable-shared was given.
8929 if test "${enable_shared+set}" = set; then
8930   enableval=$enable_shared; p=${PACKAGE-default}
8931     case $enableval in
8932     yes) enable_shared=yes ;;
8933     no) enable_shared=no ;;
8934     *)
8935       enable_shared=no
8936       # Look at the argument we got.  We use all the common list separators.
8937       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8938       for pkg in $enableval; do
8939         IFS="$lt_save_ifs"
8940         if test "X$pkg" = "X$p"; then
8941           enable_shared=yes
8942         fi
8943       done
8944       IFS="$lt_save_ifs"
8945       ;;
8946     esac
8947 else
8948   enable_shared=yes
8949 fi
8950
8951
8952
8953
8954
8955
8956
8957 # Check whether --enable-static was given.
8958 if test "${enable_static+set}" = set; then
8959   enableval=$enable_static; p=${PACKAGE-default}
8960     case $enableval in
8961     yes) enable_static=yes ;;
8962     no) enable_static=no ;;
8963     *)
8964      enable_static=no
8965       # Look at the argument we got.  We use all the common list separators.
8966       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8967       for pkg in $enableval; do
8968         IFS="$lt_save_ifs"
8969         if test "X$pkg" = "X$p"; then
8970           enable_static=yes
8971         fi
8972       done
8973       IFS="$lt_save_ifs"
8974       ;;
8975     esac
8976 else
8977   enable_static=no
8978 fi
8979
8980
8981
8982
8983
8984
8985
8986
8987
8988
8989         enable_dlopen=no
8990
8991
8992   enable_win32_dll=no
8993
8994
8995
8996
8997
8998 # Check whether --with-pic was given.
8999 if test "${with_pic+set}" = set; then
9000   withval=$with_pic; pic_mode="$withval"
9001 else
9002   pic_mode=default
9003 fi
9004
9005
9006 test -z "$pic_mode" && pic_mode=default
9007
9008
9009
9010
9011
9012
9013
9014   # Check whether --enable-fast-install was given.
9015 if test "${enable_fast_install+set}" = set; then
9016   enableval=$enable_fast_install; p=${PACKAGE-default}
9017     case $enableval in
9018     yes) enable_fast_install=yes ;;
9019     no) enable_fast_install=no ;;
9020     *)
9021       enable_fast_install=no
9022       # Look at the argument we got.  We use all the common list separators.
9023       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9024       for pkg in $enableval; do
9025         IFS="$lt_save_ifs"
9026         if test "X$pkg" = "X$p"; then
9027           enable_fast_install=yes
9028         fi
9029       done
9030       IFS="$lt_save_ifs"
9031       ;;
9032     esac
9033 else
9034   enable_fast_install=yes
9035 fi
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047 # This can be used to rebuild libtool when needed
9048 LIBTOOL_DEPS="$ltmain"
9049
9050 # Always use our own libtool.
9051 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9052
9053
9054
9055
9056
9057
9058
9059
9060
9061
9062
9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
9076
9077 test -z "$LN_S" && LN_S="ln -s"
9078
9079
9080
9081
9082
9083
9084
9085
9086
9087
9088
9089
9090
9091
9092 if test -n "${ZSH_VERSION+set}" ; then
9093    setopt NO_GLOB_SUBST
9094 fi
9095
9096 { echo "$as_me:$LINENO: checking for objdir" >&5
9097 echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
9098 if test "${lt_cv_objdir+set}" = set; then
9099   echo $ECHO_N "(cached) $ECHO_C" >&6
9100 else
9101   rm -f .libs 2>/dev/null
9102 mkdir .libs 2>/dev/null
9103 if test -d .libs; then
9104   lt_cv_objdir=.libs
9105 else
9106   # MS-DOS does not allow filenames that begin with a dot.
9107   lt_cv_objdir=_libs
9108 fi
9109 rmdir .libs 2>/dev/null
9110 fi
9111 { echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
9112 echo "${ECHO_T}$lt_cv_objdir" >&6; }
9113 objdir=$lt_cv_objdir
9114
9115
9116
9117
9118
9119 cat >>confdefs.h <<_ACEOF
9120 #define LT_OBJDIR "$lt_cv_objdir/"
9121 _ACEOF
9122
9123
9124
9125
9126
9127
9128
9129
9130
9131
9132
9133
9134
9135
9136
9137
9138
9139 case $host_os in
9140 aix3*)
9141   # AIX sometimes has problems with the GCC collect2 program.  For some
9142   # reason, if we set the COLLECT_NAMES environment variable, the problems
9143   # vanish in a puff of smoke.
9144   if test "X${COLLECT_NAMES+set}" != Xset; then
9145     COLLECT_NAMES=
9146     export COLLECT_NAMES
9147   fi
9148   ;;
9149 esac
9150
9151 # Sed substitution that helps us do robust quoting.  It backslashifies
9152 # metacharacters that are still active within double-quoted strings.
9153 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
9154
9155 # Same as above, but do not quote variable references.
9156 double_quote_subst='s/\(["`\\]\)/\\\1/g'
9157
9158 # Sed substitution to delay expansion of an escaped shell variable in a
9159 # double_quote_subst'ed string.
9160 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
9161
9162 # Sed substitution to delay expansion of an escaped single quote.
9163 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
9164
9165 # Sed substitution to avoid accidental globbing in evaled expressions
9166 no_glob_subst='s/\*/\\\*/g'
9167
9168 # Global variables:
9169 ofile=libtool
9170 can_build_shared=yes
9171
9172 # All known linkers require a `.a' archive for static linking (except MSVC,
9173 # which needs '.lib').
9174 libext=a
9175
9176 with_gnu_ld="$lt_cv_prog_gnu_ld"
9177
9178 old_CC="$CC"
9179 old_CFLAGS="$CFLAGS"
9180
9181 # Set sane defaults for various variables
9182 test -z "$CC" && CC=cc
9183 test -z "$LTCC" && LTCC=$CC
9184 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9185 test -z "$LD" && LD=ld
9186 test -z "$ac_objext" && ac_objext=o
9187
9188 for cc_temp in $compiler""; do
9189   case $cc_temp in
9190     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9191     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9192     \-*) ;;
9193     *) break;;
9194   esac
9195 done
9196 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
9197
9198
9199 # Only perform the check for file, if the check method requires it
9200 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9201 case $deplibs_check_method in
9202 file_magic*)
9203   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9204     { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
9205 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
9206 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
9207   echo $ECHO_N "(cached) $ECHO_C" >&6
9208 else
9209   case $MAGIC_CMD in
9210 [\\/*] |  ?:[\\/]*)
9211   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9212   ;;
9213 *)
9214   lt_save_MAGIC_CMD="$MAGIC_CMD"
9215   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9216   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9217   for ac_dir in $ac_dummy; do
9218     IFS="$lt_save_ifs"
9219     test -z "$ac_dir" && ac_dir=.
9220     if test -f $ac_dir/${ac_tool_prefix}file; then
9221       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9222       if test -n "$file_magic_test_file"; then
9223         case $deplibs_check_method in
9224         "file_magic "*)
9225           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9226           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9227           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9228             $EGREP "$file_magic_regex" > /dev/null; then
9229             :
9230           else
9231             cat <<_LT_EOF 1>&2
9232
9233 *** Warning: the command libtool uses to detect shared libraries,
9234 *** $file_magic_cmd, produces output that libtool cannot recognize.
9235 *** The result is that libtool may fail to recognize shared libraries
9236 *** as such.  This will affect the creation of libtool libraries that
9237 *** depend on shared libraries, but programs linked with such libtool
9238 *** libraries will work regardless of this problem.  Nevertheless, you
9239 *** may want to report the problem to your system manager and/or to
9240 *** bug-libtool@gnu.org
9241
9242 _LT_EOF
9243           fi ;;
9244         esac
9245       fi
9246       break
9247     fi
9248   done
9249   IFS="$lt_save_ifs"
9250   MAGIC_CMD="$lt_save_MAGIC_CMD"
9251   ;;
9252 esac
9253 fi
9254
9255 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9256 if test -n "$MAGIC_CMD"; then
9257   { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
9258 echo "${ECHO_T}$MAGIC_CMD" >&6; }
9259 else
9260   { echo "$as_me:$LINENO: result: no" >&5
9261 echo "${ECHO_T}no" >&6; }
9262 fi
9263
9264
9265
9266
9267
9268 if test -z "$lt_cv_path_MAGIC_CMD"; then
9269   if test -n "$ac_tool_prefix"; then
9270     { echo "$as_me:$LINENO: checking for file" >&5
9271 echo $ECHO_N "checking for file... $ECHO_C" >&6; }
9272 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
9273   echo $ECHO_N "(cached) $ECHO_C" >&6
9274 else
9275   case $MAGIC_CMD in
9276 [\\/*] |  ?:[\\/]*)
9277   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9278   ;;
9279 *)
9280   lt_save_MAGIC_CMD="$MAGIC_CMD"
9281   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9282   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9283   for ac_dir in $ac_dummy; do
9284     IFS="$lt_save_ifs"
9285     test -z "$ac_dir" && ac_dir=.
9286     if test -f $ac_dir/file; then
9287       lt_cv_path_MAGIC_CMD="$ac_dir/file"
9288       if test -n "$file_magic_test_file"; then
9289         case $deplibs_check_method in
9290         "file_magic "*)
9291           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9292           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9293           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9294             $EGREP "$file_magic_regex" > /dev/null; then
9295             :
9296           else
9297             cat <<_LT_EOF 1>&2
9298
9299 *** Warning: the command libtool uses to detect shared libraries,
9300 *** $file_magic_cmd, produces output that libtool cannot recognize.
9301 *** The result is that libtool may fail to recognize shared libraries
9302 *** as such.  This will affect the creation of libtool libraries that
9303 *** depend on shared libraries, but programs linked with such libtool
9304 *** libraries will work regardless of this problem.  Nevertheless, you
9305 *** may want to report the problem to your system manager and/or to
9306 *** bug-libtool@gnu.org
9307
9308 _LT_EOF
9309           fi ;;
9310         esac
9311       fi
9312       break
9313     fi
9314   done
9315   IFS="$lt_save_ifs"
9316   MAGIC_CMD="$lt_save_MAGIC_CMD"
9317   ;;
9318 esac
9319 fi
9320
9321 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9322 if test -n "$MAGIC_CMD"; then
9323   { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
9324 echo "${ECHO_T}$MAGIC_CMD" >&6; }
9325 else
9326   { echo "$as_me:$LINENO: result: no" >&5
9327 echo "${ECHO_T}no" >&6; }
9328 fi
9329
9330
9331   else
9332     MAGIC_CMD=:
9333   fi
9334 fi
9335
9336   fi
9337   ;;
9338 esac
9339
9340 # Use C for the default configuration in the libtool script
9341
9342 lt_save_CC="$CC"
9343 ac_ext=c
9344 ac_cpp='$CPP $CPPFLAGS'
9345 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9346 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9347 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9348
9349
9350 # Source file extension for C test sources.
9351 ac_ext=c
9352
9353 # Object file extension for compiled C test sources.
9354 objext=o
9355 objext=$objext
9356
9357 # Code to be used in simple compile tests
9358 lt_simple_compile_test_code="int some_variable = 0;"
9359
9360 # Code to be used in simple link tests
9361 lt_simple_link_test_code='int main(){return(0);}'
9362
9363
9364
9365
9366
9367
9368
9369 # If no C compiler was specified, use CC.
9370 LTCC=${LTCC-"$CC"}
9371
9372 # If no C compiler flags were specified, use CFLAGS.
9373 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9374
9375 # Allow CC to be a program name with arguments.
9376 compiler=$CC
9377
9378 # Save the default compiler, since it gets overwritten when the other
9379 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9380 compiler_DEFAULT=$CC
9381
9382 # save warnings/boilerplate of simple test code
9383 ac_outfile=conftest.$ac_objext
9384 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9385 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9386 _lt_compiler_boilerplate=`cat conftest.err`
9387 $RM conftest*
9388
9389 ac_outfile=conftest.$ac_objext
9390 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9391 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9392 _lt_linker_boilerplate=`cat conftest.err`
9393 $RM -r conftest*
9394
9395
9396 ## CAVEAT EMPTOR:
9397 ## There is no encapsulation within the following macros, do not change
9398 ## the running order or otherwise move them around unless you know exactly
9399 ## what you are doing...
9400 if test -n "$compiler"; then
9401
9402 lt_prog_compiler_no_builtin_flag=
9403
9404 if test "$GCC" = yes; then
9405   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
9406
9407   { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9408 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
9409 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
9410   echo $ECHO_N "(cached) $ECHO_C" >&6
9411 else
9412   lt_cv_prog_compiler_rtti_exceptions=no
9413    ac_outfile=conftest.$ac_objext
9414    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9415    lt_compiler_flag="-fno-rtti -fno-exceptions"
9416    # Insert the option either (1) after the last *FLAGS variable, or
9417    # (2) before a word containing "conftest.", or (3) at the end.
9418    # Note that $ac_compile itself does not contain backslashes and begins
9419    # with a dollar sign (not a hyphen), so the echo should work correctly.
9420    # The option is referenced via a variable to avoid confusing sed.
9421    lt_compile=`echo "$ac_compile" | $SED \
9422    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9423    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9424    -e 's:$: $lt_compiler_flag:'`
9425    (eval echo "\"\$as_me:9425: $lt_compile\"" >&5)
9426    (eval "$lt_compile" 2>conftest.err)
9427    ac_status=$?
9428    cat conftest.err >&5
9429    echo "$as_me:9429: \$? = $ac_status" >&5
9430    if (exit $ac_status) && test -s "$ac_outfile"; then
9431      # The compiler can only warn and ignore the option if not recognized
9432      # So say no if there are warnings other than the usual output.
9433      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
9434      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9435      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9436        lt_cv_prog_compiler_rtti_exceptions=yes
9437      fi
9438    fi
9439    $RM conftest*
9440
9441 fi
9442 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9443 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9444
9445 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9446     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9447 else
9448     :
9449 fi
9450
9451 fi
9452
9453
9454
9455
9456
9457
9458   lt_prog_compiler_wl=
9459 lt_prog_compiler_pic=
9460 lt_prog_compiler_static=
9461
9462 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
9463 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
9464
9465   if test "$GCC" = yes; then
9466     lt_prog_compiler_wl='-Wl,'
9467     lt_prog_compiler_static='-static'
9468
9469     case $host_os in
9470       aix*)
9471       # All AIX code is PIC.
9472       if test "$host_cpu" = ia64; then
9473         # AIX 5 now supports IA64 processor
9474         lt_prog_compiler_static='-Bstatic'
9475       fi
9476       ;;
9477
9478     amigaos*)
9479       case $host_cpu in
9480       powerpc)
9481             # see comment about AmigaOS4 .so support
9482             lt_prog_compiler_pic='-fPIC'
9483         ;;
9484       m68k)
9485             # FIXME: we need at least 68020 code to build shared libraries, but
9486             # adding the `-m68020' flag to GCC prevents building anything better,
9487             # like `-m68040'.
9488             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9489         ;;
9490       esac
9491       ;;
9492
9493     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9494       # PIC is the default for these OSes.
9495       ;;
9496
9497     mingw* | cygwin* | pw32* | os2* | cegcc*)
9498       # This hack is so that the source file can tell whether it is being
9499       # built for inclusion in a dll (and should export symbols for example).
9500       # Although the cygwin gcc ignores -fPIC, still need this for old-style
9501       # (--disable-auto-import) libraries
9502       lt_prog_compiler_pic='-DDLL_EXPORT'
9503       ;;
9504
9505     darwin* | rhapsody*)
9506       # PIC is the default on this platform
9507       # Common symbols not allowed in MH_DYLIB files
9508       lt_prog_compiler_pic='-fno-common'
9509       ;;
9510
9511     hpux*)
9512       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9513       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
9514       # sets the default TLS model and affects inlining.
9515       case $host_cpu in
9516       hppa*64*)
9517         # +Z the default
9518         ;;
9519       *)
9520         lt_prog_compiler_pic='-fPIC'
9521         ;;
9522       esac
9523       ;;
9524
9525     interix[3-9]*)
9526       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9527       # Instead, we relocate shared libraries at runtime.
9528       ;;
9529
9530     msdosdjgpp*)
9531       # Just because we use GCC doesn't mean we suddenly get shared libraries
9532       # on systems that don't support them.
9533       lt_prog_compiler_can_build_shared=no
9534       enable_shared=no
9535       ;;
9536
9537     *nto* | *qnx*)
9538       # QNX uses GNU C++, but need to define -shared option too, otherwise
9539       # it will coredump.
9540       lt_prog_compiler_pic='-fPIC -shared'
9541       ;;
9542
9543     sysv4*MP*)
9544       if test -d /usr/nec; then
9545         lt_prog_compiler_pic=-Kconform_pic
9546       fi
9547       ;;
9548
9549     *)
9550       lt_prog_compiler_pic='-fPIC'
9551       ;;
9552     esac
9553   else
9554     # PORTME Check for flag to pass linker flags through the system compiler.
9555     case $host_os in
9556     aix*)
9557       lt_prog_compiler_wl='-Wl,'
9558       if test "$host_cpu" = ia64; then
9559         # AIX 5 now supports IA64 processor
9560         lt_prog_compiler_static='-Bstatic'
9561       else
9562         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9563       fi
9564       ;;
9565
9566     mingw* | cygwin* | pw32* | os2* | cegcc*)
9567       # This hack is so that the source file can tell whether it is being
9568       # built for inclusion in a dll (and should export symbols for example).
9569       lt_prog_compiler_pic='-DDLL_EXPORT'
9570       ;;
9571
9572     hpux9* | hpux10* | hpux11*)
9573       lt_prog_compiler_wl='-Wl,'
9574       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9575       # not for PA HP-UX.
9576       case $host_cpu in
9577       hppa*64*|ia64*)
9578         # +Z the default
9579         ;;
9580       *)
9581         lt_prog_compiler_pic='+Z'
9582         ;;
9583       esac
9584       # Is there a better lt_prog_compiler_static that works with the bundled CC?
9585       lt_prog_compiler_static='${wl}-a ${wl}archive'
9586       ;;
9587
9588     irix5* | irix6* | nonstopux*)
9589       lt_prog_compiler_wl='-Wl,'
9590       # PIC (with -KPIC) is the default.
9591       lt_prog_compiler_static='-non_shared'
9592       ;;
9593
9594     linux* | k*bsd*-gnu)
9595       case $cc_basename in
9596       # old Intel for x86_64 which still supported -KPIC.
9597       ecc*)
9598         lt_prog_compiler_wl='-Wl,'
9599         lt_prog_compiler_pic='-KPIC'
9600         lt_prog_compiler_static='-static'
9601         ;;
9602       # icc used to be incompatible with GCC.
9603       # ICC 10 doesn't accept -KPIC any more.
9604       icc* | ifort*)
9605         lt_prog_compiler_wl='-Wl,'
9606         lt_prog_compiler_pic='-fPIC'
9607         lt_prog_compiler_static='-static'
9608         ;;
9609       # Lahey Fortran 8.1.
9610       lf95*)
9611         lt_prog_compiler_wl='-Wl,'
9612         lt_prog_compiler_pic='--shared'
9613         lt_prog_compiler_static='--static'
9614         ;;
9615       pgcc* | pgf77* | pgf90* | pgf95*)
9616         # Portland Group compilers (*not* the Pentium gcc compiler,
9617         # which looks to be a dead project)
9618         lt_prog_compiler_wl='-Wl,'
9619         lt_prog_compiler_pic='-fpic'
9620         lt_prog_compiler_static='-Bstatic'
9621         ;;
9622       ccc*)
9623         lt_prog_compiler_wl='-Wl,'
9624         # All Alpha code is PIC.
9625         lt_prog_compiler_static='-non_shared'
9626         ;;
9627       xl*)
9628         # IBM XL C 8.0/Fortran 10.1 on PPC
9629         lt_prog_compiler_wl='-Wl,'
9630         lt_prog_compiler_pic='-qpic'
9631         lt_prog_compiler_static='-qstaticlink'
9632         ;;
9633       *)
9634         case `$CC -V 2>&1 | sed 5q` in
9635         *Sun\ C*)
9636           # Sun C 5.9
9637           lt_prog_compiler_pic='-KPIC'
9638           lt_prog_compiler_static='-Bstatic'
9639           lt_prog_compiler_wl='-Wl,'
9640           ;;
9641         *Sun\ F*)
9642           # Sun Fortran 8.3 passes all unrecognized flags to the linker
9643           lt_prog_compiler_pic='-KPIC'
9644           lt_prog_compiler_static='-Bstatic'
9645           lt_prog_compiler_wl=''
9646           ;;
9647         esac
9648         ;;
9649       esac
9650       ;;
9651
9652     newsos6)
9653       lt_prog_compiler_pic='-KPIC'
9654       lt_prog_compiler_static='-Bstatic'
9655       ;;
9656
9657     *nto* | *qnx*)
9658       # QNX uses GNU C++, but need to define -shared option too, otherwise
9659       # it will coredump.
9660       lt_prog_compiler_pic='-fPIC -shared'
9661       ;;
9662
9663     osf3* | osf4* | osf5*)
9664       lt_prog_compiler_wl='-Wl,'
9665       # All OSF/1 code is PIC.
9666       lt_prog_compiler_static='-non_shared'
9667       ;;
9668
9669     rdos*)
9670       lt_prog_compiler_static='-non_shared'
9671       ;;
9672
9673     solaris*)
9674       lt_prog_compiler_pic='-KPIC'
9675       lt_prog_compiler_static='-Bstatic'
9676       case $cc_basename in
9677       f77* | f90* | f95*)
9678         lt_prog_compiler_wl='-Qoption ld ';;
9679       *)
9680         lt_prog_compiler_wl='-Wl,';;
9681       esac
9682       ;;
9683
9684     sunos4*)
9685       lt_prog_compiler_wl='-Qoption ld '
9686       lt_prog_compiler_pic='-PIC'
9687       lt_prog_compiler_static='-Bstatic'
9688       ;;
9689
9690     sysv4 | sysv4.2uw2* | sysv4.3*)
9691       lt_prog_compiler_wl='-Wl,'
9692       lt_prog_compiler_pic='-KPIC'
9693       lt_prog_compiler_static='-Bstatic'
9694       ;;
9695
9696     sysv4*MP*)
9697       if test -d /usr/nec ;then
9698         lt_prog_compiler_pic='-Kconform_pic'
9699         lt_prog_compiler_static='-Bstatic'
9700       fi
9701       ;;
9702
9703     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9704       lt_prog_compiler_wl='-Wl,'
9705       lt_prog_compiler_pic='-KPIC'
9706       lt_prog_compiler_static='-Bstatic'
9707       ;;
9708
9709     unicos*)
9710       lt_prog_compiler_wl='-Wl,'
9711       lt_prog_compiler_can_build_shared=no
9712       ;;
9713
9714     uts4*)
9715       lt_prog_compiler_pic='-pic'
9716       lt_prog_compiler_static='-Bstatic'
9717       ;;
9718
9719     *)
9720       lt_prog_compiler_can_build_shared=no
9721       ;;
9722     esac
9723   fi
9724
9725 case $host_os in
9726   # For platforms which do not support PIC, -DPIC is meaningless:
9727   *djgpp*)
9728     lt_prog_compiler_pic=
9729     ;;
9730   *)
9731     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9732     ;;
9733 esac
9734 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
9735 echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
9736
9737
9738
9739
9740
9741
9742 #
9743 # Check to make sure the PIC flag actually works.
9744 #
9745 if test -n "$lt_prog_compiler_pic"; then
9746   { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9747 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
9748 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
9749   echo $ECHO_N "(cached) $ECHO_C" >&6
9750 else
9751   lt_cv_prog_compiler_pic_works=no
9752    ac_outfile=conftest.$ac_objext
9753    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9754    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9755    # Insert the option either (1) after the last *FLAGS variable, or
9756    # (2) before a word containing "conftest.", or (3) at the end.
9757    # Note that $ac_compile itself does not contain backslashes and begins
9758    # with a dollar sign (not a hyphen), so the echo should work correctly.
9759    # The option is referenced via a variable to avoid confusing sed.
9760    lt_compile=`echo "$ac_compile" | $SED \
9761    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9762    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9763    -e 's:$: $lt_compiler_flag:'`
9764    (eval echo "\"\$as_me:9764: $lt_compile\"" >&5)
9765    (eval "$lt_compile" 2>conftest.err)
9766    ac_status=$?
9767    cat conftest.err >&5
9768    echo "$as_me:9768: \$? = $ac_status" >&5
9769    if (exit $ac_status) && test -s "$ac_outfile"; then
9770      # The compiler can only warn and ignore the option if not recognized
9771      # So say no if there are warnings other than the usual output.
9772      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
9773      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9774      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9775        lt_cv_prog_compiler_pic_works=yes
9776      fi
9777    fi
9778    $RM conftest*
9779
9780 fi
9781 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
9782 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
9783
9784 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9785     case $lt_prog_compiler_pic in
9786      "" | " "*) ;;
9787      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9788      esac
9789 else
9790     lt_prog_compiler_pic=
9791      lt_prog_compiler_can_build_shared=no
9792 fi
9793
9794 fi
9795
9796
9797
9798
9799
9800
9801 #
9802 # Check to make sure the static flag actually works.
9803 #
9804 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9805 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9806 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
9807 if test "${lt_cv_prog_compiler_static_works+set}" = set; then
9808   echo $ECHO_N "(cached) $ECHO_C" >&6
9809 else
9810   lt_cv_prog_compiler_static_works=no
9811    save_LDFLAGS="$LDFLAGS"
9812    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9813    echo "$lt_simple_link_test_code" > conftest.$ac_ext
9814    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9815      # The linker can only warn and ignore the option if not recognized
9816      # So say no if there are warnings
9817      if test -s conftest.err; then
9818        # Append any errors to the config.log.
9819        cat conftest.err 1>&5
9820        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
9821        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9822        if diff conftest.exp conftest.er2 >/dev/null; then
9823          lt_cv_prog_compiler_static_works=yes
9824        fi
9825      else
9826        lt_cv_prog_compiler_static_works=yes
9827      fi
9828    fi
9829    $RM -r conftest*
9830    LDFLAGS="$save_LDFLAGS"
9831
9832 fi
9833 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
9834 echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
9835
9836 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9837     :
9838 else
9839     lt_prog_compiler_static=
9840 fi
9841
9842
9843
9844
9845
9846
9847
9848   { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
9849 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
9850 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
9851   echo $ECHO_N "(cached) $ECHO_C" >&6
9852 else
9853   lt_cv_prog_compiler_c_o=no
9854    $RM -r conftest 2>/dev/null
9855    mkdir conftest
9856    cd conftest
9857    mkdir out
9858    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9859
9860    lt_compiler_flag="-o out/conftest2.$ac_objext"
9861    # Insert the option either (1) after the last *FLAGS variable, or
9862    # (2) before a word containing "conftest.", or (3) at the end.
9863    # Note that $ac_compile itself does not contain backslashes and begins
9864    # with a dollar sign (not a hyphen), so the echo should work correctly.
9865    lt_compile=`echo "$ac_compile" | $SED \
9866    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9867    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9868    -e 's:$: $lt_compiler_flag:'`
9869    (eval echo "\"\$as_me:9869: $lt_compile\"" >&5)
9870    (eval "$lt_compile" 2>out/conftest.err)
9871    ac_status=$?
9872    cat out/conftest.err >&5
9873    echo "$as_me:9873: \$? = $ac_status" >&5
9874    if (exit $ac_status) && test -s out/conftest2.$ac_objext
9875    then
9876      # The compiler can only warn and ignore the option if not recognized
9877      # So say no if there are warnings
9878      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
9879      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9880      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9881        lt_cv_prog_compiler_c_o=yes
9882      fi
9883    fi
9884    chmod u+w . 2>&5
9885    $RM conftest*
9886    # SGI C++ compiler will create directory out/ii_files/ for
9887    # template instantiation
9888    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9889    $RM out/* && rmdir out
9890    cd ..
9891    $RM -r conftest
9892    $RM conftest*
9893
9894 fi
9895 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
9896 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
9897
9898
9899
9900
9901
9902
9903   { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
9904 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
9905 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
9906   echo $ECHO_N "(cached) $ECHO_C" >&6
9907 else
9908   lt_cv_prog_compiler_c_o=no
9909    $RM -r conftest 2>/dev/null
9910    mkdir conftest
9911    cd conftest
9912    mkdir out
9913    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9914
9915    lt_compiler_flag="-o out/conftest2.$ac_objext"
9916    # Insert the option either (1) after the last *FLAGS variable, or
9917    # (2) before a word containing "conftest.", or (3) at the end.
9918    # Note that $ac_compile itself does not contain backslashes and begins
9919    # with a dollar sign (not a hyphen), so the echo should work correctly.
9920    lt_compile=`echo "$ac_compile" | $SED \
9921    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9922    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9923    -e 's:$: $lt_compiler_flag:'`
9924    (eval echo "\"\$as_me:9924: $lt_compile\"" >&5)
9925    (eval "$lt_compile" 2>out/conftest.err)
9926    ac_status=$?
9927    cat out/conftest.err >&5
9928    echo "$as_me:9928: \$? = $ac_status" >&5
9929    if (exit $ac_status) && test -s out/conftest2.$ac_objext
9930    then
9931      # The compiler can only warn and ignore the option if not recognized
9932      # So say no if there are warnings
9933      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
9934      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9935      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9936        lt_cv_prog_compiler_c_o=yes
9937      fi
9938    fi
9939    chmod u+w . 2>&5
9940    $RM conftest*
9941    # SGI C++ compiler will create directory out/ii_files/ for
9942    # template instantiation
9943    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9944    $RM out/* && rmdir out
9945    cd ..
9946    $RM -r conftest
9947    $RM conftest*
9948
9949 fi
9950 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
9951 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
9952
9953
9954
9955
9956 hard_links="nottested"
9957 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9958   # do not overwrite the value of need_locks provided by the user
9959   { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
9960 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
9961   hard_links=yes
9962   $RM conftest*
9963   ln conftest.a conftest.b 2>/dev/null && hard_links=no
9964   touch conftest.a
9965   ln conftest.a conftest.b 2>&5 || hard_links=no
9966   ln conftest.a conftest.b 2>/dev/null && hard_links=no
9967   { echo "$as_me:$LINENO: result: $hard_links" >&5
9968 echo "${ECHO_T}$hard_links" >&6; }
9969   if test "$hard_links" = no; then
9970     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9971 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9972     need_locks=warn
9973   fi
9974 else
9975   need_locks=no
9976 fi
9977
9978
9979
9980
9981
9982
9983   { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9984 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
9985
9986   runpath_var=
9987   allow_undefined_flag=
9988   always_export_symbols=no
9989   archive_cmds=
9990   archive_expsym_cmds=
9991   compiler_needs_object=no
9992   enable_shared_with_static_runtimes=no
9993   export_dynamic_flag_spec=
9994   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9995   hardcode_automatic=no
9996   hardcode_direct=no
9997   hardcode_direct_absolute=no
9998   hardcode_libdir_flag_spec=
9999   hardcode_libdir_flag_spec_ld=
10000   hardcode_libdir_separator=
10001   hardcode_minus_L=no
10002   hardcode_shlibpath_var=unsupported
10003   inherit_rpath=no
10004   link_all_deplibs=unknown
10005   module_cmds=
10006   module_expsym_cmds=
10007   old_archive_from_new_cmds=
10008   old_archive_from_expsyms_cmds=
10009   thread_safe_flag_spec=
10010   whole_archive_flag_spec=
10011   # include_expsyms should be a list of space-separated symbols to be *always*
10012   # included in the symbol list
10013   include_expsyms=
10014   # exclude_expsyms can be an extended regexp of symbols to exclude
10015   # it will be wrapped by ` (' and `)$', so one must not match beginning or
10016   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10017   # as well as any symbol that contains `d'.
10018   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10019   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10020   # platforms (ab)use it in PIC code, but their linkers get confused if
10021   # the symbol is explicitly referenced.  Since portable code cannot
10022   # rely on this symbol name, it's probably fine to never include it in
10023   # preloaded symbol tables.
10024   # Exclude shared library initialization/finalization symbols.
10025   extract_expsyms_cmds=
10026
10027   case $host_os in
10028   cygwin* | mingw* | pw32* | cegcc*)
10029     # FIXME: the MSVC++ port hasn't been tested in a loooong time
10030     # When not using gcc, we currently assume that we are using
10031     # Microsoft Visual C++.
10032     if test "$GCC" != yes; then
10033       with_gnu_ld=no
10034     fi
10035     ;;
10036   interix*)
10037     # we just hope/assume this is gcc and not c89 (= MSVC++)
10038     with_gnu_ld=yes
10039     ;;
10040   openbsd*)
10041     with_gnu_ld=no
10042     ;;
10043   esac
10044
10045   ld_shlibs=yes
10046   if test "$with_gnu_ld" = yes; then
10047     # If archive_cmds runs LD, not CC, wlarc should be empty
10048     wlarc='${wl}'
10049
10050     # Set some defaults for GNU ld with shared library support. These
10051     # are reset later if shared libraries are not supported. Putting them
10052     # here allows them to be overridden if necessary.
10053     runpath_var=LD_RUN_PATH
10054     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10055     export_dynamic_flag_spec='${wl}--export-dynamic'
10056     # ancient GNU ld didn't support --whole-archive et. al.
10057     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10058       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10059     else
10060       whole_archive_flag_spec=
10061     fi
10062     supports_anon_versioning=no
10063     case `$LD -v 2>&1` in
10064       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10065       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10066       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10067       *\ 2.11.*) ;; # other 2.11 versions
10068       *) supports_anon_versioning=yes ;;
10069     esac
10070
10071     # See if GNU ld supports shared libraries.
10072     case $host_os in
10073     aix[3-9]*)
10074       # On AIX/PPC, the GNU linker is very broken
10075       if test "$host_cpu" != ia64; then
10076         ld_shlibs=no
10077         cat <<_LT_EOF 1>&2
10078
10079 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
10080 *** to be unable to reliably create shared libraries on AIX.
10081 *** Therefore, libtool is disabling shared libraries support.  If you
10082 *** really care for shared libraries, you may want to modify your PATH
10083 *** so that a non-GNU linker is found, and then restart.
10084
10085 _LT_EOF
10086       fi
10087       ;;
10088
10089     amigaos*)
10090       case $host_cpu in
10091       powerpc)
10092             # see comment about AmigaOS4 .so support
10093             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10094             archive_expsym_cmds=''
10095         ;;
10096       m68k)
10097             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)'
10098             hardcode_libdir_flag_spec='-L$libdir'
10099             hardcode_minus_L=yes
10100         ;;
10101       esac
10102       ;;
10103
10104     beos*)
10105       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10106         allow_undefined_flag=unsupported
10107         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10108         # support --undefined.  This deserves some investigation.  FIXME
10109         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10110       else
10111         ld_shlibs=no
10112       fi
10113       ;;
10114
10115     cygwin* | mingw* | pw32* | cegcc*)
10116       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10117       # as there is no search path for DLLs.
10118       hardcode_libdir_flag_spec='-L$libdir'
10119       allow_undefined_flag=unsupported
10120       always_export_symbols=no
10121       enable_shared_with_static_runtimes=yes
10122       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10123
10124       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10125         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10126         # If the export-symbols file already is a .def file (1st line
10127         # is EXPORTS), use it as is; otherwise, prepend...
10128         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10129           cp $export_symbols $output_objdir/$soname.def;
10130         else
10131           echo EXPORTS > $output_objdir/$soname.def;
10132           cat $export_symbols >> $output_objdir/$soname.def;
10133         fi~
10134         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10135       else
10136         ld_shlibs=no
10137       fi
10138       ;;
10139
10140     interix[3-9]*)
10141       hardcode_direct=no
10142       hardcode_shlibpath_var=no
10143       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10144       export_dynamic_flag_spec='${wl}-E'
10145       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10146       # Instead, shared libraries are loaded at an image base (0x10000000 by
10147       # default) and relocated if they conflict, which is a slow very memory
10148       # consuming and fragmenting process.  To avoid this, we pick a random,
10149       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10150       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
10151       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10152       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'
10153       ;;
10154
10155     gnu* | linux* | tpf* | k*bsd*-gnu)
10156       tmp_diet=no
10157       if test "$host_os" = linux-dietlibc; then
10158         case $cc_basename in
10159           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
10160         esac
10161       fi
10162       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10163          && test "$tmp_diet" = no
10164       then
10165         tmp_addflag=
10166         tmp_sharedflag='-shared'
10167         case $cc_basename,$host_cpu in
10168         pgcc*)                          # Portland Group C compiler
10169           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'
10170           tmp_addflag=' $pic_flag'
10171           ;;
10172         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
10173           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'
10174           tmp_addflag=' $pic_flag -Mnomain' ;;
10175         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
10176           tmp_addflag=' -i_dynamic' ;;
10177         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
10178           tmp_addflag=' -i_dynamic -nofor_main' ;;
10179         ifc* | ifort*)                  # Intel Fortran compiler
10180           tmp_addflag=' -nofor_main' ;;
10181         lf95*)                          # Lahey Fortran 8.1
10182           whole_archive_flag_spec=
10183           tmp_sharedflag='--shared' ;;
10184         xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
10185           tmp_sharedflag='-qmkshrobj'
10186           tmp_addflag= ;;
10187         esac
10188         case `$CC -V 2>&1 | sed 5q` in
10189         *Sun\ C*)                       # Sun C 5.9
10190           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'
10191           compiler_needs_object=yes
10192           tmp_sharedflag='-G' ;;
10193         *Sun\ F*)                       # Sun Fortran 8.3
10194           tmp_sharedflag='-G' ;;
10195         esac
10196         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10197
10198         if test "x$supports_anon_versioning" = xyes; then
10199           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10200             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10201             echo "local: *; };" >> $output_objdir/$libname.ver~
10202             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10203         fi
10204
10205         case $cc_basename in
10206         xlf*)
10207           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10208           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10209           hardcode_libdir_flag_spec=
10210           hardcode_libdir_flag_spec_ld='-rpath $libdir'
10211           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10212           if test "x$supports_anon_versioning" = xyes; then
10213             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10214               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10215               echo "local: *; };" >> $output_objdir/$libname.ver~
10216               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10217           fi
10218           ;;
10219         esac
10220       else
10221         ld_shlibs=no
10222       fi
10223       ;;
10224
10225     netbsd*)
10226       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10227         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10228         wlarc=
10229       else
10230         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10231         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10232       fi
10233       ;;
10234
10235     solaris*)
10236       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10237         ld_shlibs=no
10238         cat <<_LT_EOF 1>&2
10239
10240 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10241 *** create shared libraries on Solaris systems.  Therefore, libtool
10242 *** is disabling shared libraries support.  We urge you to upgrade GNU
10243 *** binutils to release 2.9.1 or newer.  Another option is to modify
10244 *** your PATH or compiler configuration so that the native linker is
10245 *** used, and then restart.
10246
10247 _LT_EOF
10248       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10249         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10250         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10251       else
10252         ld_shlibs=no
10253       fi
10254       ;;
10255
10256     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10257       case `$LD -v 2>&1` in
10258         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10259         ld_shlibs=no
10260         cat <<_LT_EOF 1>&2
10261
10262 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10263 *** reliably create shared libraries on SCO systems.  Therefore, libtool
10264 *** is disabling shared libraries support.  We urge you to upgrade GNU
10265 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
10266 *** your PATH or compiler configuration so that the native linker is
10267 *** used, and then restart.
10268
10269 _LT_EOF
10270         ;;
10271         *)
10272           # For security reasons, it is highly recommended that you always
10273           # use absolute paths for naming shared libraries, and exclude the
10274           # DT_RUNPATH tag from executables and libraries.  But doing so
10275           # requires that you compile everything twice, which is a pain.
10276           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10277             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10278             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10279             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10280           else
10281             ld_shlibs=no
10282           fi
10283         ;;
10284       esac
10285       ;;
10286
10287     sunos4*)
10288       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10289       wlarc=
10290       hardcode_direct=yes
10291       hardcode_shlibpath_var=no
10292       ;;
10293
10294     *)
10295       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10296         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10297         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10298       else
10299         ld_shlibs=no
10300       fi
10301       ;;
10302     esac
10303
10304     if test "$ld_shlibs" = no; then
10305       runpath_var=
10306       hardcode_libdir_flag_spec=
10307       export_dynamic_flag_spec=
10308       whole_archive_flag_spec=
10309     fi
10310   else
10311     # PORTME fill in a description of your system's linker (not GNU ld)
10312     case $host_os in
10313     aix3*)
10314       allow_undefined_flag=unsupported
10315       always_export_symbols=yes
10316       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'
10317       # Note: this linker hardcodes the directories in LIBPATH if there
10318       # are no directories specified by -L.
10319       hardcode_minus_L=yes
10320       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10321         # Neither direct hardcoding nor static linking is supported with a
10322         # broken collect2.
10323         hardcode_direct=unsupported
10324       fi
10325       ;;
10326
10327     aix[4-9]*)
10328       if test "$host_cpu" = ia64; then
10329         # On IA64, the linker does run time linking by default, so we don't
10330         # have to do anything special.
10331         aix_use_runtimelinking=no
10332         exp_sym_flag='-Bexport'
10333         no_entry_flag=""
10334       else
10335         # If we're using GNU nm, then we don't want the "-C" option.
10336         # -C means demangle to AIX nm, but means don't demangle with GNU nm
10337         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10338           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'
10339         else
10340           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'
10341         fi
10342         aix_use_runtimelinking=no
10343
10344         # Test if we are trying to use run time linking or normal
10345         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10346         # need to do runtime linking.
10347         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10348           for ld_flag in $LDFLAGS; do
10349           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10350             aix_use_runtimelinking=yes
10351             break
10352           fi
10353           done
10354           ;;
10355         esac
10356
10357         exp_sym_flag='-bexport'
10358         no_entry_flag='-bnoentry'
10359       fi
10360
10361       # When large executables or shared objects are built, AIX ld can
10362       # have problems creating the table of contents.  If linking a library
10363       # or program results in "error TOC overflow" add -mminimal-toc to
10364       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
10365       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10366
10367       archive_cmds=''
10368       hardcode_direct=yes
10369       hardcode_direct_absolute=yes
10370       hardcode_libdir_separator=':'
10371       link_all_deplibs=yes
10372       file_list_spec='${wl}-f,'
10373
10374       if test "$GCC" = yes; then
10375         case $host_os in aix4.[012]|aix4.[012].*)
10376         # We only want to do this on AIX 4.2 and lower, the check
10377         # below for broken collect2 doesn't work under 4.3+
10378           collect2name=`${CC} -print-prog-name=collect2`
10379           if test -f "$collect2name" &&
10380            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10381           then
10382           # We have reworked collect2
10383           :
10384           else
10385           # We have old collect2
10386           hardcode_direct=unsupported
10387           # It fails to find uninstalled libraries when the uninstalled
10388           # path is not listed in the libpath.  Setting hardcode_minus_L
10389           # to unsupported forces relinking
10390           hardcode_minus_L=yes
10391           hardcode_libdir_flag_spec='-L$libdir'
10392           hardcode_libdir_separator=
10393           fi
10394           ;;
10395         esac
10396         shared_flag='-shared'
10397         if test "$aix_use_runtimelinking" = yes; then
10398           shared_flag="$shared_flag "'${wl}-G'
10399         fi
10400       else
10401         # not using gcc
10402         if test "$host_cpu" = ia64; then
10403         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10404         # chokes on -Wl,-G. The following line is correct:
10405           shared_flag='-G'
10406         else
10407           if test "$aix_use_runtimelinking" = yes; then
10408             shared_flag='${wl}-G'
10409           else
10410             shared_flag='${wl}-bM:SRE'
10411           fi
10412         fi
10413       fi
10414
10415       export_dynamic_flag_spec='${wl}-bexpall'
10416       # It seems that -bexpall does not export symbols beginning with
10417       # underscore (_), so it is better to generate a list of symbols to export.
10418       always_export_symbols=yes
10419       if test "$aix_use_runtimelinking" = yes; then
10420         # Warning - without using the other runtime loading flags (-brtl),
10421         # -berok will link without error, but may produce a broken library.
10422         allow_undefined_flag='-berok'
10423         # Determine the default libpath from the value encoded in an
10424         # empty executable.
10425         cat >conftest.$ac_ext <<_ACEOF
10426 /* confdefs.h.  */
10427 _ACEOF
10428 cat confdefs.h >>conftest.$ac_ext
10429 cat >>conftest.$ac_ext <<_ACEOF
10430 /* end confdefs.h.  */
10431
10432 int
10433 main ()
10434 {
10435
10436   ;
10437   return 0;
10438 }
10439 _ACEOF
10440 rm -f conftest.$ac_objext conftest$ac_exeext
10441 if { (ac_try="$ac_link"
10442 case "(($ac_try" in
10443   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10444   *) ac_try_echo=$ac_try;;
10445 esac
10446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10447   (eval "$ac_link") 2>conftest.er1
10448   ac_status=$?
10449   grep -v '^ *+' conftest.er1 >conftest.err
10450   rm -f conftest.er1
10451   cat conftest.err >&5
10452   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10453   (exit $ac_status); } && {
10454          test -z "$ac_c_werror_flag" ||
10455          test ! -s conftest.err
10456        } && test -s conftest$ac_exeext &&
10457        $as_test_x conftest$ac_exeext; then
10458
10459 lt_aix_libpath_sed='
10460     /Import File Strings/,/^$/ {
10461         /^0/ {
10462             s/^0  *\(.*\)$/\1/
10463             p
10464         }
10465     }'
10466 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10467 # Check for a 64-bit object if we didn't find anything.
10468 if test -z "$aix_libpath"; then
10469   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10470 fi
10471 else
10472   echo "$as_me: failed program was:" >&5
10473 sed 's/^/| /' conftest.$ac_ext >&5
10474
10475
10476 fi
10477
10478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10479       conftest$ac_exeext conftest.$ac_ext
10480 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10481
10482         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10483         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"
10484       else
10485         if test "$host_cpu" = ia64; then
10486           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10487           allow_undefined_flag="-z nodefs"
10488           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"
10489         else
10490          # Determine the default libpath from the value encoded in an
10491          # empty executable.
10492          cat >conftest.$ac_ext <<_ACEOF
10493 /* confdefs.h.  */
10494 _ACEOF
10495 cat confdefs.h >>conftest.$ac_ext
10496 cat >>conftest.$ac_ext <<_ACEOF
10497 /* end confdefs.h.  */
10498
10499 int
10500 main ()
10501 {
10502
10503   ;
10504   return 0;
10505 }
10506 _ACEOF
10507 rm -f conftest.$ac_objext conftest$ac_exeext
10508 if { (ac_try="$ac_link"
10509 case "(($ac_try" in
10510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10511   *) ac_try_echo=$ac_try;;
10512 esac
10513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10514   (eval "$ac_link") 2>conftest.er1
10515   ac_status=$?
10516   grep -v '^ *+' conftest.er1 >conftest.err
10517   rm -f conftest.er1
10518   cat conftest.err >&5
10519   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10520   (exit $ac_status); } && {
10521          test -z "$ac_c_werror_flag" ||
10522          test ! -s conftest.err
10523        } && test -s conftest$ac_exeext &&
10524        $as_test_x conftest$ac_exeext; then
10525
10526 lt_aix_libpath_sed='
10527     /Import File Strings/,/^$/ {
10528         /^0/ {
10529             s/^0  *\(.*\)$/\1/
10530             p
10531         }
10532     }'
10533 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10534 # Check for a 64-bit object if we didn't find anything.
10535 if test -z "$aix_libpath"; then
10536   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10537 fi
10538 else
10539   echo "$as_me: failed program was:" >&5
10540 sed 's/^/| /' conftest.$ac_ext >&5
10541
10542
10543 fi
10544
10545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10546       conftest$ac_exeext conftest.$ac_ext
10547 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10548
10549          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10550           # Warning - without using the other run time loading flags,
10551           # -berok will link without error, but may produce a broken library.
10552           no_undefined_flag=' ${wl}-bernotok'
10553           allow_undefined_flag=' ${wl}-berok'
10554           # Exported symbols can be pulled into shared objects from archives
10555           whole_archive_flag_spec='$convenience'
10556           archive_cmds_need_lc=yes
10557           # This is similar to how AIX traditionally builds its shared libraries.
10558           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'
10559         fi
10560       fi
10561       ;;
10562
10563     amigaos*)
10564       case $host_cpu in
10565       powerpc)
10566             # see comment about AmigaOS4 .so support
10567             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10568             archive_expsym_cmds=''
10569         ;;
10570       m68k)
10571             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)'
10572             hardcode_libdir_flag_spec='-L$libdir'
10573             hardcode_minus_L=yes
10574         ;;
10575       esac
10576       ;;
10577
10578     bsdi[45]*)
10579       export_dynamic_flag_spec=-rdynamic
10580       ;;
10581
10582     cygwin* | mingw* | pw32* | cegcc*)
10583       # When not using gcc, we currently assume that we are using
10584       # Microsoft Visual C++.
10585       # hardcode_libdir_flag_spec is actually meaningless, as there is
10586       # no search path for DLLs.
10587       hardcode_libdir_flag_spec=' '
10588       allow_undefined_flag=unsupported
10589       # Tell ltmain to make .lib files, not .a files.
10590       libext=lib
10591       # Tell ltmain to make .dll files, not .so files.
10592       shrext_cmds=".dll"
10593       # FIXME: Setting linknames here is a bad hack.
10594       archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
10595       # The linker will automatically build a .lib file if we build a DLL.
10596       old_archive_from_new_cmds='true'
10597       # FIXME: Should let the user specify the lib program.
10598       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10599       fix_srcfile_path='`cygpath -w "$srcfile"`'
10600       enable_shared_with_static_runtimes=yes
10601       ;;
10602
10603     darwin* | rhapsody*)
10604
10605
10606   archive_cmds_need_lc=no
10607   hardcode_direct=no
10608   hardcode_automatic=yes
10609   hardcode_shlibpath_var=unsupported
10610   whole_archive_flag_spec=''
10611   link_all_deplibs=yes
10612   allow_undefined_flag="$_lt_dar_allow_undefined"
10613   case $cc_basename in
10614      ifort*) _lt_dar_can_shared=yes ;;
10615      *) _lt_dar_can_shared=$GCC ;;
10616   esac
10617   if test "$_lt_dar_can_shared" = "yes"; then
10618     output_verbose_link_cmd=echo
10619     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10620     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10621     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}"
10622     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}"
10623
10624   else
10625   ld_shlibs=no
10626   fi
10627
10628       ;;
10629
10630     dgux*)
10631       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10632       hardcode_libdir_flag_spec='-L$libdir'
10633       hardcode_shlibpath_var=no
10634       ;;
10635
10636     freebsd1*)
10637       ld_shlibs=no
10638       ;;
10639
10640     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10641     # support.  Future versions do this automatically, but an explicit c++rt0.o
10642     # does not break anything, and helps significantly (at the cost of a little
10643     # extra space).
10644     freebsd2.2*)
10645       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10646       hardcode_libdir_flag_spec='-R$libdir'
10647       hardcode_direct=yes
10648       hardcode_shlibpath_var=no
10649       ;;
10650
10651     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10652     freebsd2*)
10653       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10654       hardcode_direct=yes
10655       hardcode_minus_L=yes
10656       hardcode_shlibpath_var=no
10657       ;;
10658
10659     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10660     freebsd* | dragonfly*)
10661       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10662       hardcode_libdir_flag_spec='-R$libdir'
10663       hardcode_direct=yes
10664       hardcode_shlibpath_var=no
10665       ;;
10666
10667     hpux9*)
10668       if test "$GCC" = yes; then
10669         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'
10670       else
10671         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'
10672       fi
10673       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10674       hardcode_libdir_separator=:
10675       hardcode_direct=yes
10676
10677       # hardcode_minus_L: Not really in the search PATH,
10678       # but as the default location of the library.
10679       hardcode_minus_L=yes
10680       export_dynamic_flag_spec='${wl}-E'
10681       ;;
10682
10683     hpux10*)
10684       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
10685         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10686       else
10687         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10688       fi
10689       if test "$with_gnu_ld" = no; then
10690         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10691         hardcode_libdir_flag_spec_ld='+b $libdir'
10692         hardcode_libdir_separator=:
10693         hardcode_direct=yes
10694         hardcode_direct_absolute=yes
10695         export_dynamic_flag_spec='${wl}-E'
10696         # hardcode_minus_L: Not really in the search PATH,
10697         # but as the default location of the library.
10698         hardcode_minus_L=yes
10699       fi
10700       ;;
10701
10702     hpux11*)
10703       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
10704         case $host_cpu in
10705         hppa*64*)
10706           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10707           ;;
10708         ia64*)
10709           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10710           ;;
10711         *)
10712           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10713           ;;
10714         esac
10715       else
10716         case $host_cpu in
10717         hppa*64*)
10718           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10719           ;;
10720         ia64*)
10721           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10722           ;;
10723         *)
10724           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10725           ;;
10726         esac
10727       fi
10728       if test "$with_gnu_ld" = no; then
10729         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10730         hardcode_libdir_separator=:
10731
10732         case $host_cpu in
10733         hppa*64*|ia64*)
10734           hardcode_direct=no
10735           hardcode_shlibpath_var=no
10736           ;;
10737         *)
10738           hardcode_direct=yes
10739           hardcode_direct_absolute=yes
10740           export_dynamic_flag_spec='${wl}-E'
10741
10742           # hardcode_minus_L: Not really in the search PATH,
10743           # but as the default location of the library.
10744           hardcode_minus_L=yes
10745           ;;
10746         esac
10747       fi
10748       ;;
10749
10750     irix5* | irix6* | nonstopux*)
10751       if test "$GCC" = yes; then
10752         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'
10753         # Try to use the -exported_symbol ld option, if it does not
10754         # work, assume that -exports_file does not work either and
10755         # implicitly export all symbols.
10756         save_LDFLAGS="$LDFLAGS"
10757         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10758         cat >conftest.$ac_ext <<_ACEOF
10759 int foo(void) {}
10760 _ACEOF
10761 rm -f conftest.$ac_objext conftest$ac_exeext
10762 if { (ac_try="$ac_link"
10763 case "(($ac_try" in
10764   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10765   *) ac_try_echo=$ac_try;;
10766 esac
10767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10768   (eval "$ac_link") 2>conftest.er1
10769   ac_status=$?
10770   grep -v '^ *+' conftest.er1 >conftest.err
10771   rm -f conftest.er1
10772   cat conftest.err >&5
10773   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10774   (exit $ac_status); } && {
10775          test -z "$ac_c_werror_flag" ||
10776          test ! -s conftest.err
10777        } && test -s conftest$ac_exeext &&
10778        $as_test_x conftest$ac_exeext; then
10779   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'
10780
10781 else
10782   echo "$as_me: failed program was:" >&5
10783 sed 's/^/| /' conftest.$ac_ext >&5
10784
10785
10786 fi
10787
10788 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10789       conftest$ac_exeext conftest.$ac_ext
10790         LDFLAGS="$save_LDFLAGS"
10791       else
10792         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'
10793         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'
10794       fi
10795       archive_cmds_need_lc='no'
10796       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10797       hardcode_libdir_separator=:
10798       inherit_rpath=yes
10799       link_all_deplibs=yes
10800       ;;
10801
10802     netbsd*)
10803       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10804         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
10805       else
10806         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
10807       fi
10808       hardcode_libdir_flag_spec='-R$libdir'
10809       hardcode_direct=yes
10810       hardcode_shlibpath_var=no
10811       ;;
10812
10813     newsos6)
10814       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10815       hardcode_direct=yes
10816       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10817       hardcode_libdir_separator=:
10818       hardcode_shlibpath_var=no
10819       ;;
10820
10821     *nto* | *qnx*)
10822       ;;
10823
10824     openbsd*)
10825       if test -f /usr/libexec/ld.so; then
10826         hardcode_direct=yes
10827         hardcode_shlibpath_var=no
10828         hardcode_direct_absolute=yes
10829         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10830           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10831           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10832           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10833           export_dynamic_flag_spec='${wl}-E'
10834         else
10835           case $host_os in
10836            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10837              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10838              hardcode_libdir_flag_spec='-R$libdir'
10839              ;;
10840            *)
10841              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10842              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10843              ;;
10844           esac
10845         fi
10846       else
10847         ld_shlibs=no
10848       fi
10849       ;;
10850
10851     os2*)
10852       hardcode_libdir_flag_spec='-L$libdir'
10853       hardcode_minus_L=yes
10854       allow_undefined_flag=unsupported
10855       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'
10856       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10857       ;;
10858
10859     osf3*)
10860       if test "$GCC" = yes; then
10861         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10862         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'
10863       else
10864         allow_undefined_flag=' -expect_unresolved \*'
10865         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'
10866       fi
10867       archive_cmds_need_lc='no'
10868       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10869       hardcode_libdir_separator=:
10870       ;;
10871
10872     osf4* | osf5*)      # as osf3* with the addition of -msym flag
10873       if test "$GCC" = yes; then
10874         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10875         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'
10876         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10877       else
10878         allow_undefined_flag=' -expect_unresolved \*'
10879         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'
10880         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~
10881         $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'
10882
10883         # Both c and cxx compiler support -rpath directly
10884         hardcode_libdir_flag_spec='-rpath $libdir'
10885       fi
10886       archive_cmds_need_lc='no'
10887       hardcode_libdir_separator=:
10888       ;;
10889
10890     solaris*)
10891       no_undefined_flag=' -z defs'
10892       if test "$GCC" = yes; then
10893         wlarc='${wl}'
10894         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10895         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10896           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10897       else
10898         case `$CC -V 2>&1` in
10899         *"Compilers 5.0"*)
10900           wlarc=''
10901           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10902           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10903           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10904           ;;
10905         *)
10906           wlarc='${wl}'
10907           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10908           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10909           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10910           ;;
10911         esac
10912       fi
10913       hardcode_libdir_flag_spec='-R$libdir'
10914       hardcode_shlibpath_var=no
10915       case $host_os in
10916       solaris2.[0-5] | solaris2.[0-5].*) ;;
10917       *)
10918         # The compiler driver will combine and reorder linker options,
10919         # but understands `-z linker_flag'.  GCC discards it without `$wl',
10920         # but is careful enough not to reorder.
10921         # Supported since Solaris 2.6 (maybe 2.5.1?)
10922         if test "$GCC" = yes; then
10923           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10924         else
10925           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10926         fi
10927         ;;
10928       esac
10929       link_all_deplibs=yes
10930       ;;
10931
10932     sunos4*)
10933       if test "x$host_vendor" = xsequent; then
10934         # Use $CC to link under sequent, because it throws in some extra .o
10935         # files that make .init and .fini sections work.
10936         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10937       else
10938         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10939       fi
10940       hardcode_libdir_flag_spec='-L$libdir'
10941       hardcode_direct=yes
10942       hardcode_minus_L=yes
10943       hardcode_shlibpath_var=no
10944       ;;
10945
10946     sysv4)
10947       case $host_vendor in
10948         sni)
10949           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10950           hardcode_direct=yes # is this really true???
10951         ;;
10952         siemens)
10953           ## LD is ld it makes a PLAMLIB
10954           ## CC just makes a GrossModule.
10955           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10956           reload_cmds='$CC -r -o $output$reload_objs'
10957           hardcode_direct=no
10958         ;;
10959         motorola)
10960           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10961           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10962         ;;
10963       esac
10964       runpath_var='LD_RUN_PATH'
10965       hardcode_shlibpath_var=no
10966       ;;
10967
10968     sysv4.3*)
10969       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10970       hardcode_shlibpath_var=no
10971       export_dynamic_flag_spec='-Bexport'
10972       ;;
10973
10974     sysv4*MP*)
10975       if test -d /usr/nec; then
10976         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10977         hardcode_shlibpath_var=no
10978         runpath_var=LD_RUN_PATH
10979         hardcode_runpath_var=yes
10980         ld_shlibs=yes
10981       fi
10982       ;;
10983
10984     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10985       no_undefined_flag='${wl}-z,text'
10986       archive_cmds_need_lc=no
10987       hardcode_shlibpath_var=no
10988       runpath_var='LD_RUN_PATH'
10989
10990       if test "$GCC" = yes; then
10991         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10992         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10993       else
10994         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10995         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10996       fi
10997       ;;
10998
10999     sysv5* | sco3.2v5* | sco5v6*)
11000       # Note: We can NOT use -z defs as we might desire, because we do not
11001       # link with -lc, and that would cause any symbols used from libc to
11002       # always be unresolved, which means just about no library would
11003       # ever link correctly.  If we're not using GNU ld we use -z text
11004       # though, which does catch some bad symbols but isn't as heavy-handed
11005       # as -z defs.
11006       no_undefined_flag='${wl}-z,text'
11007       allow_undefined_flag='${wl}-z,nodefs'
11008       archive_cmds_need_lc=no
11009       hardcode_shlibpath_var=no
11010       hardcode_libdir_flag_spec='${wl}-R,$libdir'
11011       hardcode_libdir_separator=':'
11012       link_all_deplibs=yes
11013       export_dynamic_flag_spec='${wl}-Bexport'
11014       runpath_var='LD_RUN_PATH'
11015
11016       if test "$GCC" = yes; then
11017         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11018         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11019       else
11020         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11021         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11022       fi
11023       ;;
11024
11025     uts4*)
11026       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11027       hardcode_libdir_flag_spec='-L$libdir'
11028       hardcode_shlibpath_var=no
11029       ;;
11030
11031     *)
11032       ld_shlibs=no
11033       ;;
11034     esac
11035
11036     if test x$host_vendor = xsni; then
11037       case $host in
11038       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11039         export_dynamic_flag_spec='${wl}-Blargedynsym'
11040         ;;
11041       esac
11042     fi
11043   fi
11044
11045 { echo "$as_me:$LINENO: result: $ld_shlibs" >&5
11046 echo "${ECHO_T}$ld_shlibs" >&6; }
11047 test "$ld_shlibs" = no && can_build_shared=no
11048
11049 with_gnu_ld=$with_gnu_ld
11050
11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065 #
11066 # Do we need to explicitly link libc?
11067 #
11068 case "x$archive_cmds_need_lc" in
11069 x|xyes)
11070   # Assume -lc should be added
11071   archive_cmds_need_lc=yes
11072
11073   if test "$enable_shared" = yes && test "$GCC" = yes; then
11074     case $archive_cmds in
11075     *'~'*)
11076       # FIXME: we may have to deal with multi-command sequences.
11077       ;;
11078     '$CC '*)
11079       # Test whether the compiler implicitly links with -lc since on some
11080       # systems, -lgcc has to come before -lc. If gcc already passes -lc
11081       # to ld, don't add -lc before -lgcc.
11082       { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
11083 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
11084       $RM conftest*
11085       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11086
11087       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11088   (eval $ac_compile) 2>&5
11089   ac_status=$?
11090   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11091   (exit $ac_status); } 2>conftest.err; then
11092         soname=conftest
11093         lib=conftest
11094         libobjs=conftest.$ac_objext
11095         deplibs=
11096         wl=$lt_prog_compiler_wl
11097         pic_flag=$lt_prog_compiler_pic
11098         compiler_flags=-v
11099         linker_flags=-v
11100         verstring=
11101         output_objdir=.
11102         libname=conftest
11103         lt_save_allow_undefined_flag=$allow_undefined_flag
11104         allow_undefined_flag=
11105         if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
11106   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11107   ac_status=$?
11108   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11109   (exit $ac_status); }
11110         then
11111           archive_cmds_need_lc=no
11112         else
11113           archive_cmds_need_lc=yes
11114         fi
11115         allow_undefined_flag=$lt_save_allow_undefined_flag
11116       else
11117         cat conftest.err 1>&5
11118       fi
11119       $RM conftest*
11120       { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
11121 echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
11122       ;;
11123     esac
11124   fi
11125   ;;
11126 esac
11127
11128
11129
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   { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
11285 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
11286
11287 if test "$GCC" = yes; then
11288   case $host_os in
11289     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11290     *) lt_awk_arg="/^libraries:/" ;;
11291   esac
11292   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
11293   if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
11294     # if the path contains ";" then we assume it to be the separator
11295     # otherwise default to the standard path separator (i.e. ":") - it is
11296     # assumed that no part of a normal pathname contains ";" but that should
11297     # okay in the real world where ";" in dirpaths is itself problematic.
11298     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
11299   else
11300     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
11301   fi
11302   # Ok, now we have the path, separated by spaces, we can step through it
11303   # and add multilib dir if necessary.
11304   lt_tmp_lt_search_path_spec=
11305   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11306   for lt_sys_path in $lt_search_path_spec; do
11307     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11308       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11309     else
11310       test -d "$lt_sys_path" && \
11311         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11312     fi
11313   done
11314   lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
11315 BEGIN {RS=" "; FS="/|\n";} {
11316   lt_foo="";
11317   lt_count=0;
11318   for (lt_i = NF; lt_i > 0; lt_i--) {
11319     if ($lt_i != "" && $lt_i != ".") {
11320       if ($lt_i == "..") {
11321         lt_count++;
11322       } else {
11323         if (lt_count == 0) {
11324           lt_foo="/" $lt_i lt_foo;
11325         } else {
11326           lt_count--;
11327         }
11328       }
11329     }
11330   }
11331   if (lt_foo != "") { lt_freq[lt_foo]++; }
11332   if (lt_freq[lt_foo] == 1) { print lt_foo; }
11333 }'`
11334   sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
11335 else
11336   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11337 fi
11338 library_names_spec=
11339 libname_spec='lib$name'
11340 soname_spec=
11341 shrext_cmds=".so"
11342 postinstall_cmds=
11343 postuninstall_cmds=
11344 finish_cmds=
11345 finish_eval=
11346 shlibpath_var=
11347 shlibpath_overrides_runpath=unknown
11348 version_type=none
11349 dynamic_linker="$host_os ld.so"
11350 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11351 need_lib_prefix=unknown
11352 hardcode_into_libs=no
11353
11354 # when you set need_version to no, make sure it does not cause -set_version
11355 # flags to be left without arguments
11356 need_version=unknown
11357
11358 case $host_os in
11359 aix3*)
11360   version_type=linux
11361   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11362   shlibpath_var=LIBPATH
11363
11364   # AIX 3 has no versioning support, so we append a major version to the name.
11365   soname_spec='${libname}${release}${shared_ext}$major'
11366   ;;
11367
11368 aix[4-9]*)
11369   version_type=linux
11370   need_lib_prefix=no
11371   need_version=no
11372   hardcode_into_libs=yes
11373   if test "$host_cpu" = ia64; then
11374     # AIX 5 supports IA64
11375     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11376     shlibpath_var=LD_LIBRARY_PATH
11377   else
11378     # With GCC up to 2.95.x, collect2 would create an import file
11379     # for dependence libraries.  The import file would start with
11380     # the line `#! .'.  This would cause the generated library to
11381     # depend on `.', always an invalid library.  This was fixed in
11382     # development snapshots of GCC prior to 3.0.
11383     case $host_os in
11384       aix4 | aix4.[01] | aix4.[01].*)
11385       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11386            echo ' yes '
11387            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11388         :
11389       else
11390         can_build_shared=no
11391       fi
11392       ;;
11393     esac
11394     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11395     # soname into executable. Probably we can add versioning support to
11396     # collect2, so additional links can be useful in future.
11397     if test "$aix_use_runtimelinking" = yes; then
11398       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11399       # instead of lib<name>.a to let people know that these are not
11400       # typical AIX shared libraries.
11401       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11402     else
11403       # We preserve .a as extension for shared libraries through AIX4.2
11404       # and later when we are not doing run time linking.
11405       library_names_spec='${libname}${release}.a $libname.a'
11406       soname_spec='${libname}${release}${shared_ext}$major'
11407     fi
11408     shlibpath_var=LIBPATH
11409   fi
11410   ;;
11411
11412 amigaos*)
11413   case $host_cpu in
11414   powerpc)
11415     # Since July 2007 AmigaOS4 officially supports .so libraries.
11416     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11417     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11418     ;;
11419   m68k)
11420     library_names_spec='$libname.ixlibrary $libname.a'
11421     # Create ${libname}_ixlibrary.a entries in /sys/libs.
11422     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'
11423     ;;
11424   esac
11425   ;;
11426
11427 beos*)
11428   library_names_spec='${libname}${shared_ext}'
11429   dynamic_linker="$host_os ld.so"
11430   shlibpath_var=LIBRARY_PATH
11431   ;;
11432
11433 bsdi[45]*)
11434   version_type=linux
11435   need_version=no
11436   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11437   soname_spec='${libname}${release}${shared_ext}$major'
11438   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11439   shlibpath_var=LD_LIBRARY_PATH
11440   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11441   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11442   # the default ld.so.conf also contains /usr/contrib/lib and
11443   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11444   # libtool to hard-code these into programs
11445   ;;
11446
11447 cygwin* | mingw* | pw32* | cegcc*)
11448   version_type=windows
11449   shrext_cmds=".dll"
11450   need_version=no
11451   need_lib_prefix=no
11452
11453   case $GCC,$host_os in
11454   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11455     library_names_spec='$libname.dll.a'
11456     # DLL is installed to $(libdir)/../bin by postinstall_cmds
11457     postinstall_cmds='base_file=`basename \${file}`~
11458       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11459       dldir=$destdir/`dirname \$dlpath`~
11460       test -d \$dldir || mkdir -p \$dldir~
11461       $install_prog $dir/$dlname \$dldir/$dlname~
11462       chmod a+x \$dldir/$dlname~
11463       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11464         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11465       fi'
11466     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11467       dlpath=$dir/\$dldll~
11468        $RM \$dlpath'
11469     shlibpath_overrides_runpath=yes
11470
11471     case $host_os in
11472     cygwin*)
11473       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11474       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11475       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
11476       ;;
11477     mingw* | cegcc*)
11478       # MinGW DLLs use traditional 'lib' prefix
11479       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11480       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
11481       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
11482         # It is most probably a Windows format PATH printed by
11483         # mingw gcc, but we are running on Cygwin. Gcc prints its search
11484         # path with ; separators, and with drive letters. We can handle the
11485         # drive letters (cygwin fileutils understands them), so leave them,
11486         # especially as we might pass files found there to a mingw objdump,
11487         # which wouldn't understand a cygwinified path. Ahh.
11488         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
11489       else
11490         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
11491       fi
11492       ;;
11493     pw32*)
11494       # pw32 DLLs use 'pw' prefix rather than 'lib'
11495       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11496       ;;
11497     esac
11498     ;;
11499
11500   *)
11501     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11502     ;;
11503   esac
11504   dynamic_linker='Win32 ld.exe'
11505   # FIXME: first we should search . and the directory the executable is in
11506   shlibpath_var=PATH
11507   ;;
11508
11509 darwin* | rhapsody*)
11510   dynamic_linker="$host_os dyld"
11511   version_type=darwin
11512   need_lib_prefix=no
11513   need_version=no
11514   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11515   soname_spec='${libname}${release}${major}$shared_ext'
11516   shlibpath_overrides_runpath=yes
11517   shlibpath_var=DYLD_LIBRARY_PATH
11518   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11519
11520   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11521   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11522   ;;
11523
11524 dgux*)
11525   version_type=linux
11526   need_lib_prefix=no
11527   need_version=no
11528   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11529   soname_spec='${libname}${release}${shared_ext}$major'
11530   shlibpath_var=LD_LIBRARY_PATH
11531   ;;
11532
11533 freebsd1*)
11534   dynamic_linker=no
11535   ;;
11536
11537 freebsd* | dragonfly*)
11538   # DragonFly does not have aout.  When/if they implement a new
11539   # versioning mechanism, adjust this.
11540   if test -x /usr/bin/objformat; then
11541     objformat=`/usr/bin/objformat`
11542   else
11543     case $host_os in
11544     freebsd[123]*) objformat=aout ;;
11545     *) objformat=elf ;;
11546     esac
11547   fi
11548   version_type=freebsd-$objformat
11549   case $version_type in
11550     freebsd-elf*)
11551       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11552       need_version=no
11553       need_lib_prefix=no
11554       ;;
11555     freebsd-*)
11556       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11557       need_version=yes
11558       ;;
11559   esac
11560   shlibpath_var=LD_LIBRARY_PATH
11561   case $host_os in
11562   freebsd2*)
11563     shlibpath_overrides_runpath=yes
11564     ;;
11565   freebsd3.[01]* | freebsdelf3.[01]*)
11566     shlibpath_overrides_runpath=yes
11567     hardcode_into_libs=yes
11568     ;;
11569   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11570   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11571     shlibpath_overrides_runpath=no
11572     hardcode_into_libs=yes
11573     ;;
11574   *) # from 4.6 on, and DragonFly
11575     shlibpath_overrides_runpath=yes
11576     hardcode_into_libs=yes
11577     ;;
11578   esac
11579   ;;
11580
11581 gnu*)
11582   version_type=linux
11583   need_lib_prefix=no
11584   need_version=no
11585   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11586   soname_spec='${libname}${release}${shared_ext}$major'
11587   shlibpath_var=LD_LIBRARY_PATH
11588   hardcode_into_libs=yes
11589   ;;
11590
11591 hpux9* | hpux10* | hpux11*)
11592   # Give a soname corresponding to the major version so that dld.sl refuses to
11593   # link against other versions.
11594   version_type=sunos
11595   need_lib_prefix=no
11596   need_version=no
11597   case $host_cpu in
11598   ia64*)
11599     shrext_cmds='.so'
11600     hardcode_into_libs=yes
11601     dynamic_linker="$host_os dld.so"
11602     shlibpath_var=LD_LIBRARY_PATH
11603     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11604     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11605     soname_spec='${libname}${release}${shared_ext}$major'
11606     if test "X$HPUX_IA64_MODE" = X32; then
11607       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11608     else
11609       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11610     fi
11611     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11612     ;;
11613   hppa*64*)
11614     shrext_cmds='.sl'
11615     hardcode_into_libs=yes
11616     dynamic_linker="$host_os dld.sl"
11617     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11618     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11619     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11620     soname_spec='${libname}${release}${shared_ext}$major'
11621     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11622     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11623     ;;
11624   *)
11625     shrext_cmds='.sl'
11626     dynamic_linker="$host_os dld.sl"
11627     shlibpath_var=SHLIB_PATH
11628     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11629     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11630     soname_spec='${libname}${release}${shared_ext}$major'
11631     ;;
11632   esac
11633   # HP-UX runs *really* slowly unless shared libraries are mode 555.
11634   postinstall_cmds='chmod 555 $lib'
11635   ;;
11636
11637 interix[3-9]*)
11638   version_type=linux
11639   need_lib_prefix=no
11640   need_version=no
11641   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11642   soname_spec='${libname}${release}${shared_ext}$major'
11643   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11644   shlibpath_var=LD_LIBRARY_PATH
11645   shlibpath_overrides_runpath=no
11646   hardcode_into_libs=yes
11647   ;;
11648
11649 irix5* | irix6* | nonstopux*)
11650   case $host_os in
11651     nonstopux*) version_type=nonstopux ;;
11652     *)
11653         if test "$lt_cv_prog_gnu_ld" = yes; then
11654                 version_type=linux
11655         else
11656                 version_type=irix
11657         fi ;;
11658   esac
11659   need_lib_prefix=no
11660   need_version=no
11661   soname_spec='${libname}${release}${shared_ext}$major'
11662   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11663   case $host_os in
11664   irix5* | nonstopux*)
11665     libsuff= shlibsuff=
11666     ;;
11667   *)
11668     case $LD in # libtool.m4 will add one of these switches to LD
11669     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11670       libsuff= shlibsuff= libmagic=32-bit;;
11671     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11672       libsuff=32 shlibsuff=N32 libmagic=N32;;
11673     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11674       libsuff=64 shlibsuff=64 libmagic=64-bit;;
11675     *) libsuff= shlibsuff= libmagic=never-match;;
11676     esac
11677     ;;
11678   esac
11679   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11680   shlibpath_overrides_runpath=no
11681   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11682   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11683   hardcode_into_libs=yes
11684   ;;
11685
11686 # No shared lib support for Linux oldld, aout, or coff.
11687 linux*oldld* | linux*aout* | linux*coff*)
11688   dynamic_linker=no
11689   ;;
11690
11691 # This must be Linux ELF.
11692 linux* | k*bsd*-gnu)
11693   version_type=linux
11694   need_lib_prefix=no
11695   need_version=no
11696   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11697   soname_spec='${libname}${release}${shared_ext}$major'
11698   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11699   shlibpath_var=LD_LIBRARY_PATH
11700   shlibpath_overrides_runpath=no
11701   # Some binutils ld are patched to set DT_RUNPATH
11702   save_LDFLAGS=$LDFLAGS
11703   save_libdir=$libdir
11704   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11705        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11706   cat >conftest.$ac_ext <<_ACEOF
11707 /* confdefs.h.  */
11708 _ACEOF
11709 cat confdefs.h >>conftest.$ac_ext
11710 cat >>conftest.$ac_ext <<_ACEOF
11711 /* end confdefs.h.  */
11712
11713 int
11714 main ()
11715 {
11716
11717   ;
11718   return 0;
11719 }
11720 _ACEOF
11721 rm -f conftest.$ac_objext conftest$ac_exeext
11722 if { (ac_try="$ac_link"
11723 case "(($ac_try" in
11724   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11725   *) ac_try_echo=$ac_try;;
11726 esac
11727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11728   (eval "$ac_link") 2>conftest.er1
11729   ac_status=$?
11730   grep -v '^ *+' conftest.er1 >conftest.err
11731   rm -f conftest.er1
11732   cat conftest.err >&5
11733   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11734   (exit $ac_status); } && {
11735          test -z "$ac_c_werror_flag" ||
11736          test ! -s conftest.err
11737        } && test -s conftest$ac_exeext &&
11738        $as_test_x conftest$ac_exeext; then
11739   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
11740   shlibpath_overrides_runpath=yes
11741 fi
11742
11743 else
11744   echo "$as_me: failed program was:" >&5
11745 sed 's/^/| /' conftest.$ac_ext >&5
11746
11747
11748 fi
11749
11750 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11751       conftest$ac_exeext conftest.$ac_ext
11752   LDFLAGS=$save_LDFLAGS
11753   libdir=$save_libdir
11754
11755   # This implies no fast_install, which is unacceptable.
11756   # Some rework will be needed to allow for fast_install
11757   # before this can be enabled.
11758   hardcode_into_libs=yes
11759
11760   # Append ld.so.conf contents to the search path
11761   if test -f /etc/ld.so.conf; then
11762     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' ' '`
11763     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11764   fi
11765
11766   # We used to test for /lib/ld.so.1 and disable shared libraries on
11767   # powerpc, because MkLinux only supported shared libraries with the
11768   # GNU dynamic linker.  Since this was broken with cross compilers,
11769   # most powerpc-linux boxes support dynamic linking these days and
11770   # people can always --disable-shared, the test was removed, and we
11771   # assume the GNU/Linux dynamic linker is in use.
11772   dynamic_linker='GNU/Linux ld.so'
11773   ;;
11774
11775 netbsd*)
11776   version_type=sunos
11777   need_lib_prefix=no
11778   need_version=no
11779   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11780     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11781     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11782     dynamic_linker='NetBSD (a.out) ld.so'
11783   else
11784     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11785     soname_spec='${libname}${release}${shared_ext}$major'
11786     dynamic_linker='NetBSD ld.elf_so'
11787   fi
11788   shlibpath_var=LD_LIBRARY_PATH
11789   shlibpath_overrides_runpath=yes
11790   hardcode_into_libs=yes
11791   ;;
11792
11793 newsos6)
11794   version_type=linux
11795   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11796   shlibpath_var=LD_LIBRARY_PATH
11797   shlibpath_overrides_runpath=yes
11798   ;;
11799
11800 *nto* | *qnx*)
11801   version_type=qnx
11802   need_lib_prefix=no
11803   need_version=no
11804   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11805   soname_spec='${libname}${release}${shared_ext}$major'
11806   shlibpath_var=LD_LIBRARY_PATH
11807   shlibpath_overrides_runpath=no
11808   hardcode_into_libs=yes
11809   dynamic_linker='ldqnx.so'
11810   ;;
11811
11812 openbsd*)
11813   version_type=sunos
11814   sys_lib_dlsearch_path_spec="/usr/lib"
11815   need_lib_prefix=no
11816   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11817   case $host_os in
11818     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
11819     *)                          need_version=no  ;;
11820   esac
11821   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11822   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11823   shlibpath_var=LD_LIBRARY_PATH
11824   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11825     case $host_os in
11826       openbsd2.[89] | openbsd2.[89].*)
11827         shlibpath_overrides_runpath=no
11828         ;;
11829       *)
11830         shlibpath_overrides_runpath=yes
11831         ;;
11832       esac
11833   else
11834     shlibpath_overrides_runpath=yes
11835   fi
11836   ;;
11837
11838 os2*)
11839   libname_spec='$name'
11840   shrext_cmds=".dll"
11841   need_lib_prefix=no
11842   library_names_spec='$libname${shared_ext} $libname.a'
11843   dynamic_linker='OS/2 ld.exe'
11844   shlibpath_var=LIBPATH
11845   ;;
11846
11847 osf3* | osf4* | osf5*)
11848   version_type=osf
11849   need_lib_prefix=no
11850   need_version=no
11851   soname_spec='${libname}${release}${shared_ext}$major'
11852   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11853   shlibpath_var=LD_LIBRARY_PATH
11854   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11855   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11856   ;;
11857
11858 rdos*)
11859   dynamic_linker=no
11860   ;;
11861
11862 solaris*)
11863   version_type=linux
11864   need_lib_prefix=no
11865   need_version=no
11866   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11867   soname_spec='${libname}${release}${shared_ext}$major'
11868   shlibpath_var=LD_LIBRARY_PATH
11869   shlibpath_overrides_runpath=yes
11870   hardcode_into_libs=yes
11871   # ldd complains unless libraries are executable
11872   postinstall_cmds='chmod +x $lib'
11873   ;;
11874
11875 sunos4*)
11876   version_type=sunos
11877   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11878   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11879   shlibpath_var=LD_LIBRARY_PATH
11880   shlibpath_overrides_runpath=yes
11881   if test "$with_gnu_ld" = yes; then
11882     need_lib_prefix=no
11883   fi
11884   need_version=yes
11885   ;;
11886
11887 sysv4 | sysv4.3*)
11888   version_type=linux
11889   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11890   soname_spec='${libname}${release}${shared_ext}$major'
11891   shlibpath_var=LD_LIBRARY_PATH
11892   case $host_vendor in
11893     sni)
11894       shlibpath_overrides_runpath=no
11895       need_lib_prefix=no
11896       runpath_var=LD_RUN_PATH
11897       ;;
11898     siemens)
11899       need_lib_prefix=no
11900       ;;
11901     motorola)
11902       need_lib_prefix=no
11903       need_version=no
11904       shlibpath_overrides_runpath=no
11905       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11906       ;;
11907   esac
11908   ;;
11909
11910 sysv4*MP*)
11911   if test -d /usr/nec ;then
11912     version_type=linux
11913     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11914     soname_spec='$libname${shared_ext}.$major'
11915     shlibpath_var=LD_LIBRARY_PATH
11916   fi
11917   ;;
11918
11919 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11920   version_type=freebsd-elf
11921   need_lib_prefix=no
11922   need_version=no
11923   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11924   soname_spec='${libname}${release}${shared_ext}$major'
11925   shlibpath_var=LD_LIBRARY_PATH
11926   shlibpath_overrides_runpath=yes
11927   hardcode_into_libs=yes
11928   if test "$with_gnu_ld" = yes; then
11929     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11930   else
11931     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11932     case $host_os in
11933       sco3.2v5*)
11934         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11935         ;;
11936     esac
11937   fi
11938   sys_lib_dlsearch_path_spec='/usr/lib'
11939   ;;
11940
11941 tpf*)
11942   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11943   version_type=linux
11944   need_lib_prefix=no
11945   need_version=no
11946   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11947   shlibpath_var=LD_LIBRARY_PATH
11948   shlibpath_overrides_runpath=no
11949   hardcode_into_libs=yes
11950   ;;
11951
11952 uts4*)
11953   version_type=linux
11954   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11955   soname_spec='${libname}${release}${shared_ext}$major'
11956   shlibpath_var=LD_LIBRARY_PATH
11957   ;;
11958
11959 *)
11960   dynamic_linker=no
11961   ;;
11962 esac
11963 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
11964 echo "${ECHO_T}$dynamic_linker" >&6; }
11965 test "$dynamic_linker" = no && can_build_shared=no
11966
11967 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11968 if test "$GCC" = yes; then
11969   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11970 fi
11971
11972 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11973   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11974 fi
11975 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11976   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11977 fi
11978
11979
11980
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   { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
12066 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
12067 hardcode_action=
12068 if test -n "$hardcode_libdir_flag_spec" ||
12069    test -n "$runpath_var" ||
12070    test "X$hardcode_automatic" = "Xyes" ; then
12071
12072   # We can hardcode non-existent directories.
12073   if test "$hardcode_direct" != no &&
12074      # If the only mechanism to avoid hardcoding is shlibpath_var, we
12075      # have to relink, otherwise we might link with an installed library
12076      # when we should be linking with a yet-to-be-installed one
12077      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12078      test "$hardcode_minus_L" != no; then
12079     # Linking always hardcodes the temporary library directory.
12080     hardcode_action=relink
12081   else
12082     # We can link without hardcoding, and we can hardcode nonexisting dirs.
12083     hardcode_action=immediate
12084   fi
12085 else
12086   # We cannot hardcode anything, or else we can only hardcode existing
12087   # directories.
12088   hardcode_action=unsupported
12089 fi
12090 { echo "$as_me:$LINENO: result: $hardcode_action" >&5
12091 echo "${ECHO_T}$hardcode_action" >&6; }
12092
12093 if test "$hardcode_action" = relink ||
12094    test "$inherit_rpath" = yes; then
12095   # Fast installation is not supported
12096   enable_fast_install=no
12097 elif test "$shlibpath_overrides_runpath" = yes ||
12098      test "$enable_shared" = no; then
12099   # Fast installation is not necessary
12100   enable_fast_install=needless
12101 fi
12102
12103
12104
12105
12106
12107
12108   if test "x$enable_dlopen" != xyes; then
12109   enable_dlopen=unknown
12110   enable_dlopen_self=unknown
12111   enable_dlopen_self_static=unknown
12112 else
12113   lt_cv_dlopen=no
12114   lt_cv_dlopen_libs=
12115
12116   case $host_os in
12117   beos*)
12118     lt_cv_dlopen="load_add_on"
12119     lt_cv_dlopen_libs=
12120     lt_cv_dlopen_self=yes
12121     ;;
12122
12123   mingw* | pw32* | cegcc*)
12124     lt_cv_dlopen="LoadLibrary"
12125     lt_cv_dlopen_libs=
12126     ;;
12127
12128   cygwin*)
12129     lt_cv_dlopen="dlopen"
12130     lt_cv_dlopen_libs=
12131     ;;
12132
12133   darwin*)
12134   # if libdl is installed we need to link against it
12135     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
12136 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
12137 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
12138   echo $ECHO_N "(cached) $ECHO_C" >&6
12139 else
12140   ac_check_lib_save_LIBS=$LIBS
12141 LIBS="-ldl  $LIBS"
12142 cat >conftest.$ac_ext <<_ACEOF
12143 /* confdefs.h.  */
12144 _ACEOF
12145 cat confdefs.h >>conftest.$ac_ext
12146 cat >>conftest.$ac_ext <<_ACEOF
12147 /* end confdefs.h.  */
12148
12149 /* Override any GCC internal prototype to avoid an error.
12150    Use char because int might match the return type of a GCC
12151    builtin and then its argument prototype would still apply.  */
12152 #ifdef __cplusplus
12153 extern "C"
12154 #endif
12155 char dlopen ();
12156 int
12157 main ()
12158 {
12159 return dlopen ();
12160   ;
12161   return 0;
12162 }
12163 _ACEOF
12164 rm -f conftest.$ac_objext conftest$ac_exeext
12165 if { (ac_try="$ac_link"
12166 case "(($ac_try" in
12167   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12168   *) ac_try_echo=$ac_try;;
12169 esac
12170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12171   (eval "$ac_link") 2>conftest.er1
12172   ac_status=$?
12173   grep -v '^ *+' conftest.er1 >conftest.err
12174   rm -f conftest.er1
12175   cat conftest.err >&5
12176   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12177   (exit $ac_status); } && {
12178          test -z "$ac_c_werror_flag" ||
12179          test ! -s conftest.err
12180        } && test -s conftest$ac_exeext &&
12181        $as_test_x conftest$ac_exeext; then
12182   ac_cv_lib_dl_dlopen=yes
12183 else
12184   echo "$as_me: failed program was:" >&5
12185 sed 's/^/| /' conftest.$ac_ext >&5
12186
12187         ac_cv_lib_dl_dlopen=no
12188 fi
12189
12190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12191       conftest$ac_exeext conftest.$ac_ext
12192 LIBS=$ac_check_lib_save_LIBS
12193 fi
12194 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12195 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
12196 if test $ac_cv_lib_dl_dlopen = yes; then
12197   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12198 else
12199
12200     lt_cv_dlopen="dyld"
12201     lt_cv_dlopen_libs=
12202     lt_cv_dlopen_self=yes
12203
12204 fi
12205
12206     ;;
12207
12208   *)
12209     { echo "$as_me:$LINENO: checking for shl_load" >&5
12210 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
12211 if test "${ac_cv_func_shl_load+set}" = set; then
12212   echo $ECHO_N "(cached) $ECHO_C" >&6
12213 else
12214   cat >conftest.$ac_ext <<_ACEOF
12215 /* confdefs.h.  */
12216 _ACEOF
12217 cat confdefs.h >>conftest.$ac_ext
12218 cat >>conftest.$ac_ext <<_ACEOF
12219 /* end confdefs.h.  */
12220 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
12221    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12222 #define shl_load innocuous_shl_load
12223
12224 /* System header to define __stub macros and hopefully few prototypes,
12225     which can conflict with char shl_load (); below.
12226     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12227     <limits.h> exists even on freestanding compilers.  */
12228
12229 #ifdef __STDC__
12230 # include <limits.h>
12231 #else
12232 # include <assert.h>
12233 #endif
12234
12235 #undef shl_load
12236
12237 /* Override any GCC internal prototype to avoid an error.
12238    Use char because int might match the return type of a GCC
12239    builtin and then its argument prototype would still apply.  */
12240 #ifdef __cplusplus
12241 extern "C"
12242 #endif
12243 char shl_load ();
12244 /* The GNU C library defines this for functions which it implements
12245     to always fail with ENOSYS.  Some functions are actually named
12246     something starting with __ and the normal name is an alias.  */
12247 #if defined __stub_shl_load || defined __stub___shl_load
12248 choke me
12249 #endif
12250
12251 int
12252 main ()
12253 {
12254 return shl_load ();
12255   ;
12256   return 0;
12257 }
12258 _ACEOF
12259 rm -f conftest.$ac_objext conftest$ac_exeext
12260 if { (ac_try="$ac_link"
12261 case "(($ac_try" in
12262   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12263   *) ac_try_echo=$ac_try;;
12264 esac
12265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12266   (eval "$ac_link") 2>conftest.er1
12267   ac_status=$?
12268   grep -v '^ *+' conftest.er1 >conftest.err
12269   rm -f conftest.er1
12270   cat conftest.err >&5
12271   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12272   (exit $ac_status); } && {
12273          test -z "$ac_c_werror_flag" ||
12274          test ! -s conftest.err
12275        } && test -s conftest$ac_exeext &&
12276        $as_test_x conftest$ac_exeext; then
12277   ac_cv_func_shl_load=yes
12278 else
12279   echo "$as_me: failed program was:" >&5
12280 sed 's/^/| /' conftest.$ac_ext >&5
12281
12282         ac_cv_func_shl_load=no
12283 fi
12284
12285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12286       conftest$ac_exeext conftest.$ac_ext
12287 fi
12288 { echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
12289 echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
12290 if test $ac_cv_func_shl_load = yes; then
12291   lt_cv_dlopen="shl_load"
12292 else
12293   { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
12294 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
12295 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
12296   echo $ECHO_N "(cached) $ECHO_C" >&6
12297 else
12298   ac_check_lib_save_LIBS=$LIBS
12299 LIBS="-ldld  $LIBS"
12300 cat >conftest.$ac_ext <<_ACEOF
12301 /* confdefs.h.  */
12302 _ACEOF
12303 cat confdefs.h >>conftest.$ac_ext
12304 cat >>conftest.$ac_ext <<_ACEOF
12305 /* end confdefs.h.  */
12306
12307 /* Override any GCC internal prototype to avoid an error.
12308    Use char because int might match the return type of a GCC
12309    builtin and then its argument prototype would still apply.  */
12310 #ifdef __cplusplus
12311 extern "C"
12312 #endif
12313 char shl_load ();
12314 int
12315 main ()
12316 {
12317 return shl_load ();
12318   ;
12319   return 0;
12320 }
12321 _ACEOF
12322 rm -f conftest.$ac_objext conftest$ac_exeext
12323 if { (ac_try="$ac_link"
12324 case "(($ac_try" in
12325   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12326   *) ac_try_echo=$ac_try;;
12327 esac
12328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12329   (eval "$ac_link") 2>conftest.er1
12330   ac_status=$?
12331   grep -v '^ *+' conftest.er1 >conftest.err
12332   rm -f conftest.er1
12333   cat conftest.err >&5
12334   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12335   (exit $ac_status); } && {
12336          test -z "$ac_c_werror_flag" ||
12337          test ! -s conftest.err
12338        } && test -s conftest$ac_exeext &&
12339        $as_test_x conftest$ac_exeext; then
12340   ac_cv_lib_dld_shl_load=yes
12341 else
12342   echo "$as_me: failed program was:" >&5
12343 sed 's/^/| /' conftest.$ac_ext >&5
12344
12345         ac_cv_lib_dld_shl_load=no
12346 fi
12347
12348 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12349       conftest$ac_exeext conftest.$ac_ext
12350 LIBS=$ac_check_lib_save_LIBS
12351 fi
12352 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
12353 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
12354 if test $ac_cv_lib_dld_shl_load = yes; then
12355   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12356 else
12357   { echo "$as_me:$LINENO: checking for dlopen" >&5
12358 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
12359 if test "${ac_cv_func_dlopen+set}" = set; then
12360   echo $ECHO_N "(cached) $ECHO_C" >&6
12361 else
12362   cat >conftest.$ac_ext <<_ACEOF
12363 /* confdefs.h.  */
12364 _ACEOF
12365 cat confdefs.h >>conftest.$ac_ext
12366 cat >>conftest.$ac_ext <<_ACEOF
12367 /* end confdefs.h.  */
12368 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
12369    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12370 #define dlopen innocuous_dlopen
12371
12372 /* System header to define __stub macros and hopefully few prototypes,
12373     which can conflict with char dlopen (); below.
12374     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12375     <limits.h> exists even on freestanding compilers.  */
12376
12377 #ifdef __STDC__
12378 # include <limits.h>
12379 #else
12380 # include <assert.h>
12381 #endif
12382
12383 #undef dlopen
12384
12385 /* Override any GCC internal prototype to avoid an error.
12386    Use char because int might match the return type of a GCC
12387    builtin and then its argument prototype would still apply.  */
12388 #ifdef __cplusplus
12389 extern "C"
12390 #endif
12391 char dlopen ();
12392 /* The GNU C library defines this for functions which it implements
12393     to always fail with ENOSYS.  Some functions are actually named
12394     something starting with __ and the normal name is an alias.  */
12395 #if defined __stub_dlopen || defined __stub___dlopen
12396 choke me
12397 #endif
12398
12399 int
12400 main ()
12401 {
12402 return dlopen ();
12403   ;
12404   return 0;
12405 }
12406 _ACEOF
12407 rm -f conftest.$ac_objext conftest$ac_exeext
12408 if { (ac_try="$ac_link"
12409 case "(($ac_try" in
12410   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12411   *) ac_try_echo=$ac_try;;
12412 esac
12413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12414   (eval "$ac_link") 2>conftest.er1
12415   ac_status=$?
12416   grep -v '^ *+' conftest.er1 >conftest.err
12417   rm -f conftest.er1
12418   cat conftest.err >&5
12419   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12420   (exit $ac_status); } && {
12421          test -z "$ac_c_werror_flag" ||
12422          test ! -s conftest.err
12423        } && test -s conftest$ac_exeext &&
12424        $as_test_x conftest$ac_exeext; then
12425   ac_cv_func_dlopen=yes
12426 else
12427   echo "$as_me: failed program was:" >&5
12428 sed 's/^/| /' conftest.$ac_ext >&5
12429
12430         ac_cv_func_dlopen=no
12431 fi
12432
12433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12434       conftest$ac_exeext conftest.$ac_ext
12435 fi
12436 { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
12437 echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
12438 if test $ac_cv_func_dlopen = yes; then
12439   lt_cv_dlopen="dlopen"
12440 else
12441   { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
12442 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
12443 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
12444   echo $ECHO_N "(cached) $ECHO_C" >&6
12445 else
12446   ac_check_lib_save_LIBS=$LIBS
12447 LIBS="-ldl  $LIBS"
12448 cat >conftest.$ac_ext <<_ACEOF
12449 /* confdefs.h.  */
12450 _ACEOF
12451 cat confdefs.h >>conftest.$ac_ext
12452 cat >>conftest.$ac_ext <<_ACEOF
12453 /* end confdefs.h.  */
12454
12455 /* Override any GCC internal prototype to avoid an error.
12456    Use char because int might match the return type of a GCC
12457    builtin and then its argument prototype would still apply.  */
12458 #ifdef __cplusplus
12459 extern "C"
12460 #endif
12461 char dlopen ();
12462 int
12463 main ()
12464 {
12465 return dlopen ();
12466   ;
12467   return 0;
12468 }
12469 _ACEOF
12470 rm -f conftest.$ac_objext conftest$ac_exeext
12471 if { (ac_try="$ac_link"
12472 case "(($ac_try" in
12473   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12474   *) ac_try_echo=$ac_try;;
12475 esac
12476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12477   (eval "$ac_link") 2>conftest.er1
12478   ac_status=$?
12479   grep -v '^ *+' conftest.er1 >conftest.err
12480   rm -f conftest.er1
12481   cat conftest.err >&5
12482   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12483   (exit $ac_status); } && {
12484          test -z "$ac_c_werror_flag" ||
12485          test ! -s conftest.err
12486        } && test -s conftest$ac_exeext &&
12487        $as_test_x conftest$ac_exeext; then
12488   ac_cv_lib_dl_dlopen=yes
12489 else
12490   echo "$as_me: failed program was:" >&5
12491 sed 's/^/| /' conftest.$ac_ext >&5
12492
12493         ac_cv_lib_dl_dlopen=no
12494 fi
12495
12496 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12497       conftest$ac_exeext conftest.$ac_ext
12498 LIBS=$ac_check_lib_save_LIBS
12499 fi
12500 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12501 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
12502 if test $ac_cv_lib_dl_dlopen = yes; then
12503   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12504 else
12505   { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
12506 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
12507 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
12508   echo $ECHO_N "(cached) $ECHO_C" >&6
12509 else
12510   ac_check_lib_save_LIBS=$LIBS
12511 LIBS="-lsvld  $LIBS"
12512 cat >conftest.$ac_ext <<_ACEOF
12513 /* confdefs.h.  */
12514 _ACEOF
12515 cat confdefs.h >>conftest.$ac_ext
12516 cat >>conftest.$ac_ext <<_ACEOF
12517 /* end confdefs.h.  */
12518
12519 /* Override any GCC internal prototype to avoid an error.
12520    Use char because int might match the return type of a GCC
12521    builtin and then its argument prototype would still apply.  */
12522 #ifdef __cplusplus
12523 extern "C"
12524 #endif
12525 char dlopen ();
12526 int
12527 main ()
12528 {
12529 return dlopen ();
12530   ;
12531   return 0;
12532 }
12533 _ACEOF
12534 rm -f conftest.$ac_objext conftest$ac_exeext
12535 if { (ac_try="$ac_link"
12536 case "(($ac_try" in
12537   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12538   *) ac_try_echo=$ac_try;;
12539 esac
12540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12541   (eval "$ac_link") 2>conftest.er1
12542   ac_status=$?
12543   grep -v '^ *+' conftest.er1 >conftest.err
12544   rm -f conftest.er1
12545   cat conftest.err >&5
12546   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12547   (exit $ac_status); } && {
12548          test -z "$ac_c_werror_flag" ||
12549          test ! -s conftest.err
12550        } && test -s conftest$ac_exeext &&
12551        $as_test_x conftest$ac_exeext; then
12552   ac_cv_lib_svld_dlopen=yes
12553 else
12554   echo "$as_me: failed program was:" >&5
12555 sed 's/^/| /' conftest.$ac_ext >&5
12556
12557         ac_cv_lib_svld_dlopen=no
12558 fi
12559
12560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12561       conftest$ac_exeext conftest.$ac_ext
12562 LIBS=$ac_check_lib_save_LIBS
12563 fi
12564 { echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
12565 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
12566 if test $ac_cv_lib_svld_dlopen = yes; then
12567   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12568 else
12569   { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
12570 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
12571 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
12572   echo $ECHO_N "(cached) $ECHO_C" >&6
12573 else
12574   ac_check_lib_save_LIBS=$LIBS
12575 LIBS="-ldld  $LIBS"
12576 cat >conftest.$ac_ext <<_ACEOF
12577 /* confdefs.h.  */
12578 _ACEOF
12579 cat confdefs.h >>conftest.$ac_ext
12580 cat >>conftest.$ac_ext <<_ACEOF
12581 /* end confdefs.h.  */
12582
12583 /* Override any GCC internal prototype to avoid an error.
12584    Use char because int might match the return type of a GCC
12585    builtin and then its argument prototype would still apply.  */
12586 #ifdef __cplusplus
12587 extern "C"
12588 #endif
12589 char dld_link ();
12590 int
12591 main ()
12592 {
12593 return dld_link ();
12594   ;
12595   return 0;
12596 }
12597 _ACEOF
12598 rm -f conftest.$ac_objext conftest$ac_exeext
12599 if { (ac_try="$ac_link"
12600 case "(($ac_try" in
12601   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12602   *) ac_try_echo=$ac_try;;
12603 esac
12604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12605   (eval "$ac_link") 2>conftest.er1
12606   ac_status=$?
12607   grep -v '^ *+' conftest.er1 >conftest.err
12608   rm -f conftest.er1
12609   cat conftest.err >&5
12610   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12611   (exit $ac_status); } && {
12612          test -z "$ac_c_werror_flag" ||
12613          test ! -s conftest.err
12614        } && test -s conftest$ac_exeext &&
12615        $as_test_x conftest$ac_exeext; then
12616   ac_cv_lib_dld_dld_link=yes
12617 else
12618   echo "$as_me: failed program was:" >&5
12619 sed 's/^/| /' conftest.$ac_ext >&5
12620
12621         ac_cv_lib_dld_dld_link=no
12622 fi
12623
12624 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12625       conftest$ac_exeext conftest.$ac_ext
12626 LIBS=$ac_check_lib_save_LIBS
12627 fi
12628 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
12629 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
12630 if test $ac_cv_lib_dld_dld_link = yes; then
12631   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12632 fi
12633
12634
12635 fi
12636
12637
12638 fi
12639
12640
12641 fi
12642
12643
12644 fi
12645
12646
12647 fi
12648
12649     ;;
12650   esac
12651
12652   if test "x$lt_cv_dlopen" != xno; then
12653     enable_dlopen=yes
12654   else
12655     enable_dlopen=no
12656   fi
12657
12658   case $lt_cv_dlopen in
12659   dlopen)
12660     save_CPPFLAGS="$CPPFLAGS"
12661     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12662
12663     save_LDFLAGS="$LDFLAGS"
12664     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12665
12666     save_LIBS="$LIBS"
12667     LIBS="$lt_cv_dlopen_libs $LIBS"
12668
12669     { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
12670 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
12671 if test "${lt_cv_dlopen_self+set}" = set; then
12672   echo $ECHO_N "(cached) $ECHO_C" >&6
12673 else
12674           if test "$cross_compiling" = yes; then :
12675   lt_cv_dlopen_self=cross
12676 else
12677   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12678   lt_status=$lt_dlunknown
12679   cat > conftest.$ac_ext <<_LT_EOF
12680 #line 12680 "configure"
12681 #include "confdefs.h"
12682
12683 #if HAVE_DLFCN_H
12684 #include <dlfcn.h>
12685 #endif
12686
12687 #include <stdio.h>
12688
12689 #ifdef RTLD_GLOBAL
12690 #  define LT_DLGLOBAL           RTLD_GLOBAL
12691 #else
12692 #  ifdef DL_GLOBAL
12693 #    define LT_DLGLOBAL         DL_GLOBAL
12694 #  else
12695 #    define LT_DLGLOBAL         0
12696 #  endif
12697 #endif
12698
12699 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12700    find out it does not work in some platform. */
12701 #ifndef LT_DLLAZY_OR_NOW
12702 #  ifdef RTLD_LAZY
12703 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
12704 #  else
12705 #    ifdef DL_LAZY
12706 #      define LT_DLLAZY_OR_NOW          DL_LAZY
12707 #    else
12708 #      ifdef RTLD_NOW
12709 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
12710 #      else
12711 #        ifdef DL_NOW
12712 #          define LT_DLLAZY_OR_NOW      DL_NOW
12713 #        else
12714 #          define LT_DLLAZY_OR_NOW      0
12715 #        endif
12716 #      endif
12717 #    endif
12718 #  endif
12719 #endif
12720
12721 void fnord() { int i=42;}
12722 int main ()
12723 {
12724   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12725   int status = $lt_dlunknown;
12726
12727   if (self)
12728     {
12729       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
12730       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12731       /* dlclose (self); */
12732     }
12733   else
12734     puts (dlerror ());
12735
12736   return status;
12737 }
12738 _LT_EOF
12739   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12740   (eval $ac_link) 2>&5
12741   ac_status=$?
12742   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12743   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
12744     (./conftest; exit; ) >&5 2>/dev/null
12745     lt_status=$?
12746     case x$lt_status in
12747       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12748       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12749       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12750     esac
12751   else :
12752     # compilation failed
12753     lt_cv_dlopen_self=no
12754   fi
12755 fi
12756 rm -fr conftest*
12757
12758
12759 fi
12760 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
12761 echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
12762
12763     if test "x$lt_cv_dlopen_self" = xyes; then
12764       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12765       { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
12766 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
12767 if test "${lt_cv_dlopen_self_static+set}" = set; then
12768   echo $ECHO_N "(cached) $ECHO_C" >&6
12769 else
12770           if test "$cross_compiling" = yes; then :
12771   lt_cv_dlopen_self_static=cross
12772 else
12773   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12774   lt_status=$lt_dlunknown
12775   cat > conftest.$ac_ext <<_LT_EOF
12776 #line 12776 "configure"
12777 #include "confdefs.h"
12778
12779 #if HAVE_DLFCN_H
12780 #include <dlfcn.h>
12781 #endif
12782
12783 #include <stdio.h>
12784
12785 #ifdef RTLD_GLOBAL
12786 #  define LT_DLGLOBAL           RTLD_GLOBAL
12787 #else
12788 #  ifdef DL_GLOBAL
12789 #    define LT_DLGLOBAL         DL_GLOBAL
12790 #  else
12791 #    define LT_DLGLOBAL         0
12792 #  endif
12793 #endif
12794
12795 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12796    find out it does not work in some platform. */
12797 #ifndef LT_DLLAZY_OR_NOW
12798 #  ifdef RTLD_LAZY
12799 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
12800 #  else
12801 #    ifdef DL_LAZY
12802 #      define LT_DLLAZY_OR_NOW          DL_LAZY
12803 #    else
12804 #      ifdef RTLD_NOW
12805 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
12806 #      else
12807 #        ifdef DL_NOW
12808 #          define LT_DLLAZY_OR_NOW      DL_NOW
12809 #        else
12810 #          define LT_DLLAZY_OR_NOW      0
12811 #        endif
12812 #      endif
12813 #    endif
12814 #  endif
12815 #endif
12816
12817 void fnord() { int i=42;}
12818 int main ()
12819 {
12820   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12821   int status = $lt_dlunknown;
12822
12823   if (self)
12824     {
12825       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
12826       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12827       /* dlclose (self); */
12828     }
12829   else
12830     puts (dlerror ());
12831
12832   return status;
12833 }
12834 _LT_EOF
12835   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12836   (eval $ac_link) 2>&5
12837   ac_status=$?
12838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12839   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
12840     (./conftest; exit; ) >&5 2>/dev/null
12841     lt_status=$?
12842     case x$lt_status in
12843       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12844       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12845       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12846     esac
12847   else :
12848     # compilation failed
12849     lt_cv_dlopen_self_static=no
12850   fi
12851 fi
12852 rm -fr conftest*
12853
12854
12855 fi
12856 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
12857 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
12858     fi
12859
12860     CPPFLAGS="$save_CPPFLAGS"
12861     LDFLAGS="$save_LDFLAGS"
12862     LIBS="$save_LIBS"
12863     ;;
12864   esac
12865
12866   case $lt_cv_dlopen_self in
12867   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12868   *) enable_dlopen_self=unknown ;;
12869   esac
12870
12871   case $lt_cv_dlopen_self_static in
12872   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12873   *) enable_dlopen_self_static=unknown ;;
12874   esac
12875 fi
12876
12877
12878
12879
12880
12881
12882
12883
12884
12885
12886
12887
12888
12889
12890
12891
12892
12893 striplib=
12894 old_striplib=
12895 { echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
12896 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
12897 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12898   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12899   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12900   { echo "$as_me:$LINENO: result: yes" >&5
12901 echo "${ECHO_T}yes" >&6; }
12902 else
12903 # FIXME - insert some real tests, host_os isn't really good enough
12904   case $host_os in
12905   darwin*)
12906     if test -n "$STRIP" ; then
12907       striplib="$STRIP -x"
12908       old_striplib="$STRIP -S"
12909       { echo "$as_me:$LINENO: result: yes" >&5
12910 echo "${ECHO_T}yes" >&6; }
12911     else
12912       { echo "$as_me:$LINENO: result: no" >&5
12913 echo "${ECHO_T}no" >&6; }
12914     fi
12915     ;;
12916   *)
12917     { echo "$as_me:$LINENO: result: no" >&5
12918 echo "${ECHO_T}no" >&6; }
12919     ;;
12920   esac
12921 fi
12922
12923
12924
12925
12926
12927
12928
12929
12930
12931
12932
12933
12934   # Report which library types will actually be built
12935   { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
12936 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
12937   { echo "$as_me:$LINENO: result: $can_build_shared" >&5
12938 echo "${ECHO_T}$can_build_shared" >&6; }
12939
12940   { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
12941 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
12942   test "$can_build_shared" = "no" && enable_shared=no
12943
12944   # On AIX, shared libraries and static libraries use the same namespace, and
12945   # are all built from PIC.
12946   case $host_os in
12947   aix3*)
12948     test "$enable_shared" = yes && enable_static=no
12949     if test -n "$RANLIB"; then
12950       archive_cmds="$archive_cmds~\$RANLIB \$lib"
12951       postinstall_cmds='$RANLIB $lib'
12952     fi
12953     ;;
12954
12955   aix[4-9]*)
12956     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12957       test "$enable_shared" = yes && enable_static=no
12958     fi
12959     ;;
12960   esac
12961   { echo "$as_me:$LINENO: result: $enable_shared" >&5
12962 echo "${ECHO_T}$enable_shared" >&6; }
12963
12964   { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
12965 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
12966   # Make sure either enable_shared or enable_static is yes.
12967   test "$enable_shared" = yes || enable_static=yes
12968   { echo "$as_me:$LINENO: result: $enable_static" >&5
12969 echo "${ECHO_T}$enable_static" >&6; }
12970
12971
12972
12973
12974 fi
12975 ac_ext=c
12976 ac_cpp='$CPP $CPPFLAGS'
12977 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12978 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12979 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12980
12981 CC="$lt_save_CC"
12982
12983
12984 ac_ext=cpp
12985 ac_cpp='$CXXCPP $CPPFLAGS'
12986 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12987 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12988 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12989
12990 archive_cmds_need_lc_CXX=no
12991 allow_undefined_flag_CXX=
12992 always_export_symbols_CXX=no
12993 archive_expsym_cmds_CXX=
12994 compiler_needs_object_CXX=no
12995 export_dynamic_flag_spec_CXX=
12996 hardcode_direct_CXX=no
12997 hardcode_direct_absolute_CXX=no
12998 hardcode_libdir_flag_spec_CXX=
12999 hardcode_libdir_flag_spec_ld_CXX=
13000 hardcode_libdir_separator_CXX=
13001 hardcode_minus_L_CXX=no
13002 hardcode_shlibpath_var_CXX=unsupported
13003 hardcode_automatic_CXX=no
13004 inherit_rpath_CXX=no
13005 module_cmds_CXX=
13006 module_expsym_cmds_CXX=
13007 link_all_deplibs_CXX=unknown
13008 old_archive_cmds_CXX=$old_archive_cmds
13009 no_undefined_flag_CXX=
13010 whole_archive_flag_spec_CXX=
13011 enable_shared_with_static_runtimes_CXX=no
13012
13013 # Source file extension for C++ test sources.
13014 ac_ext=cpp
13015
13016 # Object file extension for compiled C++ test sources.
13017 objext=o
13018 objext_CXX=$objext
13019
13020 # No sense in running all these tests if we already determined that
13021 # the CXX compiler isn't working.  Some variables (like enable_shared)
13022 # are currently assumed to apply to all compilers on this platform,
13023 # and will be corrupted by setting them based on a non-working compiler.
13024 if test "$_lt_caught_CXX_error" != yes; then
13025   # Code to be used in simple compile tests
13026   lt_simple_compile_test_code="int some_variable = 0;"
13027
13028   # Code to be used in simple link tests
13029   lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
13030
13031   # ltmain only uses $CC for tagged configurations so make sure $CC is set.
13032
13033
13034
13035
13036
13037
13038 # If no C compiler was specified, use CC.
13039 LTCC=${LTCC-"$CC"}
13040
13041 # If no C compiler flags were specified, use CFLAGS.
13042 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
13043
13044 # Allow CC to be a program name with arguments.
13045 compiler=$CC
13046
13047
13048   # save warnings/boilerplate of simple test code
13049   ac_outfile=conftest.$ac_objext
13050 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
13051 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
13052 _lt_compiler_boilerplate=`cat conftest.err`
13053 $RM conftest*
13054
13055   ac_outfile=conftest.$ac_objext
13056 echo "$lt_simple_link_test_code" >conftest.$ac_ext
13057 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
13058 _lt_linker_boilerplate=`cat conftest.err`
13059 $RM -r conftest*
13060
13061
13062   # Allow CC to be a program name with arguments.
13063   lt_save_CC=$CC
13064   lt_save_LD=$LD
13065   lt_save_GCC=$GCC
13066   GCC=$GXX
13067   lt_save_with_gnu_ld=$with_gnu_ld
13068   lt_save_path_LD=$lt_cv_path_LD
13069   if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
13070     lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
13071   else
13072     $as_unset lt_cv_prog_gnu_ld
13073   fi
13074   if test -n "${lt_cv_path_LDCXX+set}"; then
13075     lt_cv_path_LD=$lt_cv_path_LDCXX
13076   else
13077     $as_unset lt_cv_path_LD
13078   fi
13079   test -z "${LDCXX+set}" || LD=$LDCXX
13080   CC=${CXX-"c++"}
13081   compiler=$CC
13082   compiler_CXX=$CC
13083   for cc_temp in $compiler""; do
13084   case $cc_temp in
13085     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
13086     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
13087     \-*) ;;
13088     *) break;;
13089   esac
13090 done
13091 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
13092
13093
13094   if test -n "$compiler"; then
13095     # We don't want -fno-exception when compiling C++ code, so set the
13096     # no_builtin_flag separately
13097     if test "$GXX" = yes; then
13098       lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
13099     else
13100       lt_prog_compiler_no_builtin_flag_CXX=
13101     fi
13102
13103     if test "$GXX" = yes; then
13104       # Set up default GNU C++ configuration
13105
13106
13107
13108 # Check whether --with-gnu-ld was given.
13109 if test "${with_gnu_ld+set}" = set; then
13110   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13111 else
13112   with_gnu_ld=no
13113 fi
13114
13115 ac_prog=ld
13116 if test "$GCC" = yes; then
13117   # Check if gcc -print-prog-name=ld gives a path.
13118   { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
13119 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
13120   case $host in
13121   *-*-mingw*)
13122     # gcc leaves a trailing carriage return which upsets mingw
13123     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13124   *)
13125     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13126   esac
13127   case $ac_prog in
13128     # Accept absolute paths.
13129     [\\/]* | ?:[\\/]*)
13130       re_direlt='/[^/][^/]*/\.\./'
13131       # Canonicalize the pathname of ld
13132       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
13133       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
13134         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
13135       done
13136       test -z "$LD" && LD="$ac_prog"
13137       ;;
13138   "")
13139     # If it fails, then pretend we aren't using GCC.
13140     ac_prog=ld
13141     ;;
13142   *)
13143     # If it is relative, then search for the first ld in PATH.
13144     with_gnu_ld=unknown
13145     ;;
13146   esac
13147 elif test "$with_gnu_ld" = yes; then
13148   { echo "$as_me:$LINENO: checking for GNU ld" >&5
13149 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
13150 else
13151   { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
13152 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
13153 fi
13154 if test "${lt_cv_path_LD+set}" = set; then
13155   echo $ECHO_N "(cached) $ECHO_C" >&6
13156 else
13157   if test -z "$LD"; then
13158   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
13159   for ac_dir in $PATH; do
13160     IFS="$lt_save_ifs"
13161     test -z "$ac_dir" && ac_dir=.
13162     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13163       lt_cv_path_LD="$ac_dir/$ac_prog"
13164       # Check to see if the program is GNU ld.  I'd rather use --version,
13165       # but apparently some variants of GNU ld only accept -v.
13166       # Break only if it was the GNU/non-GNU ld that we prefer.
13167       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
13168       *GNU* | *'with BFD'*)
13169         test "$with_gnu_ld" != no && break
13170         ;;
13171       *)
13172         test "$with_gnu_ld" != yes && break
13173         ;;
13174       esac
13175     fi
13176   done
13177   IFS="$lt_save_ifs"
13178 else
13179   lt_cv_path_LD="$LD" # Let the user override the test with a path.
13180 fi
13181 fi
13182
13183 LD="$lt_cv_path_LD"
13184 if test -n "$LD"; then
13185   { echo "$as_me:$LINENO: result: $LD" >&5
13186 echo "${ECHO_T}$LD" >&6; }
13187 else
13188   { echo "$as_me:$LINENO: result: no" >&5
13189 echo "${ECHO_T}no" >&6; }
13190 fi
13191 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
13192 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
13193    { (exit 1); exit 1; }; }
13194 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
13195 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
13196 if test "${lt_cv_prog_gnu_ld+set}" = set; then
13197   echo $ECHO_N "(cached) $ECHO_C" >&6
13198 else
13199   # I'd rather use --version here, but apparently some GNU lds only accept -v.
13200 case `$LD -v 2>&1 </dev/null` in
13201 *GNU* | *'with BFD'*)
13202   lt_cv_prog_gnu_ld=yes
13203   ;;
13204 *)
13205   lt_cv_prog_gnu_ld=no
13206   ;;
13207 esac
13208 fi
13209 { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
13210 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
13211 with_gnu_ld=$lt_cv_prog_gnu_ld
13212
13213
13214
13215
13216
13217
13218
13219       # Check if GNU C++ uses GNU ld as the underlying linker, since the
13220       # archiving commands below assume that GNU ld is being used.
13221       if test "$with_gnu_ld" = yes; then
13222         archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13223         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'
13224
13225         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13226         export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13227
13228         # If archive_cmds runs LD, not CC, wlarc should be empty
13229         # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
13230         #     investigate it a little bit more. (MM)
13231         wlarc='${wl}'
13232
13233         # ancient GNU ld didn't support --whole-archive et. al.
13234         if eval "`$CC -print-prog-name=ld` --help 2>&1" |
13235           $GREP 'no-whole-archive' > /dev/null; then
13236           whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13237         else
13238           whole_archive_flag_spec_CXX=
13239         fi
13240       else
13241         with_gnu_ld=no
13242         wlarc=
13243
13244         # A generic and very simple default shared library creation
13245         # command for GNU C++ for the case where it uses the native
13246         # linker, instead of GNU ld.  If possible, this setting should
13247         # overridden to take advantage of the native linker features on
13248         # the platform it is being used on.
13249         archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
13250       fi
13251
13252       # Commands to make compiler produce verbose output that lists
13253       # what "hidden" libraries, object files and flags are used when
13254       # linking a shared library.
13255       output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
13256
13257     else
13258       GXX=no
13259       with_gnu_ld=no
13260       wlarc=
13261     fi
13262
13263     # PORTME: fill in a description of your system's C++ link characteristics
13264     { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13265 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
13266     ld_shlibs_CXX=yes
13267     case $host_os in
13268       aix3*)
13269         # FIXME: insert proper C++ library support
13270         ld_shlibs_CXX=no
13271         ;;
13272       aix[4-9]*)
13273         if test "$host_cpu" = ia64; then
13274           # On IA64, the linker does run time linking by default, so we don't
13275           # have to do anything special.
13276           aix_use_runtimelinking=no
13277           exp_sym_flag='-Bexport'
13278           no_entry_flag=""
13279         else
13280           aix_use_runtimelinking=no
13281
13282           # Test if we are trying to use run time linking or normal
13283           # AIX style linking. If -brtl is somewhere in LDFLAGS, we
13284           # need to do runtime linking.
13285           case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
13286             for ld_flag in $LDFLAGS; do
13287               case $ld_flag in
13288               *-brtl*)
13289                 aix_use_runtimelinking=yes
13290                 break
13291                 ;;
13292               esac
13293             done
13294             ;;
13295           esac
13296
13297           exp_sym_flag='-bexport'
13298           no_entry_flag='-bnoentry'
13299         fi
13300
13301         # When large executables or shared objects are built, AIX ld can
13302         # have problems creating the table of contents.  If linking a library
13303         # or program results in "error TOC overflow" add -mminimal-toc to
13304         # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
13305         # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
13306
13307         archive_cmds_CXX=''
13308         hardcode_direct_CXX=yes
13309         hardcode_direct_absolute_CXX=yes
13310         hardcode_libdir_separator_CXX=':'
13311         link_all_deplibs_CXX=yes
13312         file_list_spec_CXX='${wl}-f,'
13313
13314         if test "$GXX" = yes; then
13315           case $host_os in aix4.[012]|aix4.[012].*)
13316           # We only want to do this on AIX 4.2 and lower, the check
13317           # below for broken collect2 doesn't work under 4.3+
13318           collect2name=`${CC} -print-prog-name=collect2`
13319           if test -f "$collect2name" &&
13320              strings "$collect2name" | $GREP resolve_lib_name >/dev/null
13321           then
13322             # We have reworked collect2
13323             :
13324           else
13325             # We have old collect2
13326             hardcode_direct_CXX=unsupported
13327             # It fails to find uninstalled libraries when the uninstalled
13328             # path is not listed in the libpath.  Setting hardcode_minus_L
13329             # to unsupported forces relinking
13330             hardcode_minus_L_CXX=yes
13331             hardcode_libdir_flag_spec_CXX='-L$libdir'
13332             hardcode_libdir_separator_CXX=
13333           fi
13334           esac
13335           shared_flag='-shared'
13336           if test "$aix_use_runtimelinking" = yes; then
13337             shared_flag="$shared_flag "'${wl}-G'
13338           fi
13339         else
13340           # not using gcc
13341           if test "$host_cpu" = ia64; then
13342           # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
13343           # chokes on -Wl,-G. The following line is correct:
13344           shared_flag='-G'
13345           else
13346             if test "$aix_use_runtimelinking" = yes; then
13347               shared_flag='${wl}-G'
13348             else
13349               shared_flag='${wl}-bM:SRE'
13350             fi
13351           fi
13352         fi
13353
13354         export_dynamic_flag_spec_CXX='${wl}-bexpall'
13355         # It seems that -bexpall does not export symbols beginning with
13356         # underscore (_), so it is better to generate a list of symbols to
13357         # export.
13358         always_export_symbols_CXX=yes
13359         if test "$aix_use_runtimelinking" = yes; then
13360           # Warning - without using the other runtime loading flags (-brtl),
13361           # -berok will link without error, but may produce a broken library.
13362           allow_undefined_flag_CXX='-berok'
13363           # Determine the default libpath from the value encoded in an empty
13364           # executable.
13365           cat >conftest.$ac_ext <<_ACEOF
13366 /* confdefs.h.  */
13367 _ACEOF
13368 cat confdefs.h >>conftest.$ac_ext
13369 cat >>conftest.$ac_ext <<_ACEOF
13370 /* end confdefs.h.  */
13371
13372 int
13373 main ()
13374 {
13375
13376   ;
13377   return 0;
13378 }
13379 _ACEOF
13380 rm -f conftest.$ac_objext conftest$ac_exeext
13381 if { (ac_try="$ac_link"
13382 case "(($ac_try" in
13383   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13384   *) ac_try_echo=$ac_try;;
13385 esac
13386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13387   (eval "$ac_link") 2>conftest.er1
13388   ac_status=$?
13389   grep -v '^ *+' conftest.er1 >conftest.err
13390   rm -f conftest.er1
13391   cat conftest.err >&5
13392   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13393   (exit $ac_status); } && {
13394          test -z "$ac_cxx_werror_flag" ||
13395          test ! -s conftest.err
13396        } && test -s conftest$ac_exeext &&
13397        $as_test_x conftest$ac_exeext; then
13398
13399 lt_aix_libpath_sed='
13400     /Import File Strings/,/^$/ {
13401         /^0/ {
13402             s/^0  *\(.*\)$/\1/
13403             p
13404         }
13405     }'
13406 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13407 # Check for a 64-bit object if we didn't find anything.
13408 if test -z "$aix_libpath"; then
13409   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13410 fi
13411 else
13412   echo "$as_me: failed program was:" >&5
13413 sed 's/^/| /' conftest.$ac_ext >&5
13414
13415
13416 fi
13417
13418 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13419       conftest$ac_exeext conftest.$ac_ext
13420 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13421
13422           hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
13423
13424           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"
13425         else
13426           if test "$host_cpu" = ia64; then
13427             hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
13428             allow_undefined_flag_CXX="-z nodefs"
13429             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"
13430           else
13431             # Determine the default libpath from the value encoded in an
13432             # empty executable.
13433             cat >conftest.$ac_ext <<_ACEOF
13434 /* confdefs.h.  */
13435 _ACEOF
13436 cat confdefs.h >>conftest.$ac_ext
13437 cat >>conftest.$ac_ext <<_ACEOF
13438 /* end confdefs.h.  */
13439
13440 int
13441 main ()
13442 {
13443
13444   ;
13445   return 0;
13446 }
13447 _ACEOF
13448 rm -f conftest.$ac_objext conftest$ac_exeext
13449 if { (ac_try="$ac_link"
13450 case "(($ac_try" in
13451   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13452   *) ac_try_echo=$ac_try;;
13453 esac
13454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13455   (eval "$ac_link") 2>conftest.er1
13456   ac_status=$?
13457   grep -v '^ *+' conftest.er1 >conftest.err
13458   rm -f conftest.er1
13459   cat conftest.err >&5
13460   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13461   (exit $ac_status); } && {
13462          test -z "$ac_cxx_werror_flag" ||
13463          test ! -s conftest.err
13464        } && test -s conftest$ac_exeext &&
13465        $as_test_x conftest$ac_exeext; then
13466
13467 lt_aix_libpath_sed='
13468     /Import File Strings/,/^$/ {
13469         /^0/ {
13470             s/^0  *\(.*\)$/\1/
13471             p
13472         }
13473     }'
13474 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13475 # Check for a 64-bit object if we didn't find anything.
13476 if test -z "$aix_libpath"; then
13477   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13478 fi
13479 else
13480   echo "$as_me: failed program was:" >&5
13481 sed 's/^/| /' conftest.$ac_ext >&5
13482
13483
13484 fi
13485
13486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13487       conftest$ac_exeext conftest.$ac_ext
13488 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13489
13490             hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
13491             # Warning - without using the other run time loading flags,
13492             # -berok will link without error, but may produce a broken library.
13493             no_undefined_flag_CXX=' ${wl}-bernotok'
13494             allow_undefined_flag_CXX=' ${wl}-berok'
13495             # Exported symbols can be pulled into shared objects from archives
13496             whole_archive_flag_spec_CXX='$convenience'
13497             archive_cmds_need_lc_CXX=yes
13498             # This is similar to how AIX traditionally builds its shared
13499             # libraries.
13500             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'
13501           fi
13502         fi
13503         ;;
13504
13505       beos*)
13506         if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
13507           allow_undefined_flag_CXX=unsupported
13508           # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
13509           # support --undefined.  This deserves some investigation.  FIXME
13510           archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13511         else
13512           ld_shlibs_CXX=no
13513         fi
13514         ;;
13515
13516       chorus*)
13517         case $cc_basename in
13518           *)
13519           # FIXME: insert proper C++ library support
13520           ld_shlibs_CXX=no
13521           ;;
13522         esac
13523         ;;
13524
13525       cygwin* | mingw* | pw32* | cegcc*)
13526         # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
13527         # as there is no search path for DLLs.
13528         hardcode_libdir_flag_spec_CXX='-L$libdir'
13529         allow_undefined_flag_CXX=unsupported
13530         always_export_symbols_CXX=no
13531         enable_shared_with_static_runtimes_CXX=yes
13532
13533         if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
13534           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'
13535           # If the export-symbols file already is a .def file (1st line
13536           # is EXPORTS), use it as is; otherwise, prepend...
13537           archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
13538             cp $export_symbols $output_objdir/$soname.def;
13539           else
13540             echo EXPORTS > $output_objdir/$soname.def;
13541             cat $export_symbols >> $output_objdir/$soname.def;
13542           fi~
13543           $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'
13544         else
13545           ld_shlibs_CXX=no
13546         fi
13547         ;;
13548       darwin* | rhapsody*)
13549
13550
13551   archive_cmds_need_lc_CXX=no
13552   hardcode_direct_CXX=no
13553   hardcode_automatic_CXX=yes
13554   hardcode_shlibpath_var_CXX=unsupported
13555   whole_archive_flag_spec_CXX=''
13556   link_all_deplibs_CXX=yes
13557   allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
13558   case $cc_basename in
13559      ifort*) _lt_dar_can_shared=yes ;;
13560      *) _lt_dar_can_shared=$GCC ;;
13561   esac
13562   if test "$_lt_dar_can_shared" = "yes"; then
13563     output_verbose_link_cmd=echo
13564     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}"
13565     module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
13566     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}"
13567     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}"
13568        if test "$lt_cv_apple_cc_single_mod" != "yes"; then
13569       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}"
13570       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}"
13571     fi
13572
13573   else
13574   ld_shlibs_CXX=no
13575   fi
13576
13577         ;;
13578
13579       dgux*)
13580         case $cc_basename in
13581           ec++*)
13582             # FIXME: insert proper C++ library support
13583             ld_shlibs_CXX=no
13584             ;;
13585           ghcx*)
13586             # Green Hills C++ Compiler
13587             # FIXME: insert proper C++ library support
13588             ld_shlibs_CXX=no
13589             ;;
13590           *)
13591             # FIXME: insert proper C++ library support
13592             ld_shlibs_CXX=no
13593             ;;
13594         esac
13595         ;;
13596
13597       freebsd[12]*)
13598         # C++ shared libraries reported to be fairly broken before
13599         # switch to ELF
13600         ld_shlibs_CXX=no
13601         ;;
13602
13603       freebsd-elf*)
13604         archive_cmds_need_lc_CXX=no
13605         ;;
13606
13607       freebsd* | dragonfly*)
13608         # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
13609         # conventions
13610         ld_shlibs_CXX=yes
13611         ;;
13612
13613       gnu*)
13614         ;;
13615
13616       hpux9*)
13617         hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
13618         hardcode_libdir_separator_CXX=:
13619         export_dynamic_flag_spec_CXX='${wl}-E'
13620         hardcode_direct_CXX=yes
13621         hardcode_minus_L_CXX=yes # Not in the search PATH,
13622                                              # but as the default
13623                                              # location of the library.
13624
13625         case $cc_basename in
13626           CC*)
13627             # FIXME: insert proper C++ library support
13628             ld_shlibs_CXX=no
13629             ;;
13630           aCC*)
13631             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'
13632             # Commands to make compiler produce verbose output that lists
13633             # what "hidden" libraries, object files and flags are used when
13634             # linking a shared library.
13635             #
13636             # There doesn't appear to be a way to prevent this compiler from
13637             # explicitly linking system object files so we need to strip them
13638             # from the output so that they don't get included in the library
13639             # dependencies.
13640             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'
13641             ;;
13642           *)
13643             if test "$GXX" = yes; then
13644               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'
13645             else
13646               # FIXME: insert proper C++ library support
13647               ld_shlibs_CXX=no
13648             fi
13649             ;;
13650         esac
13651         ;;
13652
13653       hpux10*|hpux11*)
13654         if test $with_gnu_ld = no; then
13655           hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
13656           hardcode_libdir_separator_CXX=:
13657
13658           case $host_cpu in
13659             hppa*64*|ia64*)
13660               ;;
13661             *)
13662               export_dynamic_flag_spec_CXX='${wl}-E'
13663               ;;
13664           esac
13665         fi
13666         case $host_cpu in
13667           hppa*64*|ia64*)
13668             hardcode_direct_CXX=no
13669             hardcode_shlibpath_var_CXX=no
13670             ;;
13671           *)
13672             hardcode_direct_CXX=yes
13673             hardcode_direct_absolute_CXX=yes
13674             hardcode_minus_L_CXX=yes # Not in the search PATH,
13675                                                  # but as the default
13676                                                  # location of the library.
13677             ;;
13678         esac
13679
13680         case $cc_basename in
13681           CC*)
13682             # FIXME: insert proper C++ library support
13683             ld_shlibs_CXX=no
13684             ;;
13685           aCC*)
13686             case $host_cpu in
13687               hppa*64*)
13688                 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13689                 ;;
13690               ia64*)
13691                 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13692                 ;;
13693               *)
13694                 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13695                 ;;
13696             esac
13697             # Commands to make compiler produce verbose output that lists
13698             # what "hidden" libraries, object files and flags are used when
13699             # linking a shared library.
13700             #
13701             # There doesn't appear to be a way to prevent this compiler from
13702             # explicitly linking system object files so we need to strip them
13703             # from the output so that they don't get included in the library
13704             # dependencies.
13705             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'
13706             ;;
13707           *)
13708             if test "$GXX" = yes; then
13709               if test $with_gnu_ld = no; then
13710                 case $host_cpu in
13711                   hppa*64*)
13712                     archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13713                     ;;
13714                   ia64*)
13715                     archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13716                     ;;
13717                   *)
13718                     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'
13719                     ;;
13720                 esac
13721               fi
13722             else
13723               # FIXME: insert proper C++ library support
13724               ld_shlibs_CXX=no
13725             fi
13726             ;;
13727         esac
13728         ;;
13729
13730       interix[3-9]*)
13731         hardcode_direct_CXX=no
13732         hardcode_shlibpath_var_CXX=no
13733         hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13734         export_dynamic_flag_spec_CXX='${wl}-E'
13735         # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
13736         # Instead, shared libraries are loaded at an image base (0x10000000 by
13737         # default) and relocated if they conflict, which is a slow very memory
13738         # consuming and fragmenting process.  To avoid this, we pick a random,
13739         # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
13740         # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
13741         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'
13742         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'
13743         ;;
13744       irix5* | irix6*)
13745         case $cc_basename in
13746           CC*)
13747             # SGI C++
13748             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'
13749
13750             # Archives containing C++ object files must be created using
13751             # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
13752             # necessary to make sure instantiated templates are included
13753             # in the archive.
13754             old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
13755             ;;
13756           *)
13757             if test "$GXX" = yes; then
13758               if test "$with_gnu_ld" = no; then
13759                 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'
13760               else
13761                 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'
13762               fi
13763             fi
13764             link_all_deplibs_CXX=yes
13765             ;;
13766         esac
13767         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13768         hardcode_libdir_separator_CXX=:
13769         inherit_rpath_CXX=yes
13770         ;;
13771
13772       linux* | k*bsd*-gnu)
13773         case $cc_basename in
13774           KCC*)
13775             # Kuck and Associates, Inc. (KAI) C++ Compiler
13776
13777             # KCC will only create a shared library if the output file
13778             # ends with ".so" (or ".sl" for HP-UX), so rename the library
13779             # to its proper name (with version) after linking.
13780             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'
13781             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'
13782             # Commands to make compiler produce verbose output that lists
13783             # what "hidden" libraries, object files and flags are used when
13784             # linking a shared library.
13785             #
13786             # There doesn't appear to be a way to prevent this compiler from
13787             # explicitly linking system object files so we need to strip them
13788             # from the output so that they don't get included in the library
13789             # dependencies.
13790             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'
13791
13792             hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13793             export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13794
13795             # Archives containing C++ object files must be created using
13796             # "CC -Bstatic", where "CC" is the KAI C++ compiler.
13797             old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
13798             ;;
13799           icpc* | ecpc* )
13800             # Intel C++
13801             with_gnu_ld=yes
13802             # version 8.0 and above of icpc choke on multiply defined symbols
13803             # if we add $predep_objects and $postdep_objects, however 7.1 and
13804             # earlier do not add the objects themselves.
13805             case `$CC -V 2>&1` in
13806               *"Version 7."*)
13807                 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13808                 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'
13809                 ;;
13810               *)  # Version 8.0 or newer
13811                 tmp_idyn=
13812                 case $host_cpu in
13813                   ia64*) tmp_idyn=' -i_dynamic';;
13814                 esac
13815                 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13816                 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'
13817                 ;;
13818             esac
13819             archive_cmds_need_lc_CXX=no
13820             hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13821             export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13822             whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13823             ;;
13824           pgCC* | pgcpp*)
13825             # Portland Group C++ compiler
13826             case `$CC -V` in
13827             *pgCC\ [1-5]* | *pgcpp\ [1-5]*)
13828               prelink_cmds_CXX='tpldir=Template.dir~
13829                 rm -rf $tpldir~
13830                 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
13831                 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
13832               old_archive_cmds_CXX='tpldir=Template.dir~
13833                 rm -rf $tpldir~
13834                 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
13835                 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
13836                 $RANLIB $oldlib'
13837               archive_cmds_CXX='tpldir=Template.dir~
13838                 rm -rf $tpldir~
13839                 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13840                 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13841               archive_expsym_cmds_CXX='tpldir=Template.dir~
13842                 rm -rf $tpldir~
13843                 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13844                 $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'
13845               ;;
13846             *) # Version 6 will use weak symbols
13847               archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13848               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'
13849               ;;
13850             esac
13851
13852             hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
13853             export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13854             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'
13855             ;;
13856           cxx*)
13857             # Compaq C++
13858             archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13859             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'
13860
13861             runpath_var=LD_RUN_PATH
13862             hardcode_libdir_flag_spec_CXX='-rpath $libdir'
13863             hardcode_libdir_separator_CXX=:
13864
13865             # Commands to make compiler produce verbose output that lists
13866             # what "hidden" libraries, object files and flags are used when
13867             # linking a shared library.
13868             #
13869             # There doesn't appear to be a way to prevent this compiler from
13870             # explicitly linking system object files so we need to strip them
13871             # from the output so that they don't get included in the library
13872             # dependencies.
13873             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'
13874             ;;
13875           xl*)
13876             # IBM XL 8.0 on PPC, with GNU ld
13877             hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13878             export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13879             archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13880             if test "x$supports_anon_versioning" = xyes; then
13881               archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
13882                 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
13883                 echo "local: *; };" >> $output_objdir/$libname.ver~
13884                 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
13885             fi
13886             ;;
13887           *)
13888             case `$CC -V 2>&1 | sed 5q` in
13889             *Sun\ C*)
13890               # Sun C++ 5.9
13891               no_undefined_flag_CXX=' -zdefs'
13892               archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13893               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'
13894               hardcode_libdir_flag_spec_CXX='-R$libdir'
13895               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'
13896               compiler_needs_object_CXX=yes
13897
13898               # Not sure whether something based on
13899               # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
13900               # would be better.
13901               output_verbose_link_cmd='echo'
13902
13903               # Archives containing C++ object files must be created using
13904               # "CC -xar", where "CC" is the Sun C++ compiler.  This is
13905               # necessary to make sure instantiated templates are included
13906               # in the archive.
13907               old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
13908               ;;
13909             esac
13910             ;;
13911         esac
13912         ;;
13913
13914       lynxos*)
13915         # FIXME: insert proper C++ library support
13916         ld_shlibs_CXX=no
13917         ;;
13918
13919       m88k*)
13920         # FIXME: insert proper C++ library support
13921         ld_shlibs_CXX=no
13922         ;;
13923
13924       mvs*)
13925         case $cc_basename in
13926           cxx*)
13927             # FIXME: insert proper C++ library support
13928             ld_shlibs_CXX=no
13929             ;;
13930           *)
13931             # FIXME: insert proper C++ library support
13932             ld_shlibs_CXX=no
13933             ;;
13934         esac
13935         ;;
13936
13937       netbsd*)
13938         if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
13939           archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
13940           wlarc=
13941           hardcode_libdir_flag_spec_CXX='-R$libdir'
13942           hardcode_direct_CXX=yes
13943           hardcode_shlibpath_var_CXX=no
13944         fi
13945         # Workaround some broken pre-1.5 toolchains
13946         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
13947         ;;
13948
13949       *nto* | *qnx*)
13950         ld_shlibs_CXX=yes
13951         ;;
13952
13953       openbsd2*)
13954         # C++ shared libraries are fairly broken
13955         ld_shlibs_CXX=no
13956         ;;
13957
13958       openbsd*)
13959         if test -f /usr/libexec/ld.so; then
13960           hardcode_direct_CXX=yes
13961           hardcode_shlibpath_var_CXX=no
13962           hardcode_direct_absolute_CXX=yes
13963           archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
13964           hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13965           if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13966             archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
13967             export_dynamic_flag_spec_CXX='${wl}-E'
13968             whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13969           fi
13970           output_verbose_link_cmd=echo
13971         else
13972           ld_shlibs_CXX=no
13973         fi
13974         ;;
13975
13976       osf3* | osf4* | osf5*)
13977         case $cc_basename in
13978           KCC*)
13979             # Kuck and Associates, Inc. (KAI) C++ Compiler
13980
13981             # KCC will only create a shared library if the output file
13982             # ends with ".so" (or ".sl" for HP-UX), so rename the library
13983             # to its proper name (with version) after linking.
13984             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'
13985
13986             hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13987             hardcode_libdir_separator_CXX=:
13988
13989             # Archives containing C++ object files must be created using
13990             # the KAI C++ compiler.
13991             case $host in
13992               osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
13993               *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
13994             esac
13995             ;;
13996           RCC*)
13997             # Rational C++ 2.4.1
13998             # FIXME: insert proper C++ library support
13999             ld_shlibs_CXX=no
14000             ;;
14001           cxx*)
14002             case $host in
14003               osf3*)
14004                 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
14005                 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'
14006                 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
14007                 ;;
14008               *)
14009                 allow_undefined_flag_CXX=' -expect_unresolved \*'
14010                 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'
14011                 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
14012                   echo "-hidden">> $lib.exp~
14013                   $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~
14014                   $RM $lib.exp'
14015                 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
14016                 ;;
14017             esac
14018
14019             hardcode_libdir_separator_CXX=:
14020
14021             # Commands to make compiler produce verbose output that lists
14022             # what "hidden" libraries, object files and flags are used when
14023             # linking a shared library.
14024             #
14025             # There doesn't appear to be a way to prevent this compiler from
14026             # explicitly linking system object files so we need to strip them
14027             # from the output so that they don't get included in the library
14028             # dependencies.
14029             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'
14030             ;;
14031           *)
14032             if test "$GXX" = yes && test "$with_gnu_ld" = no; then
14033               allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
14034               case $host in
14035                 osf3*)
14036                   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'
14037                   ;;
14038                 *)
14039                   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'
14040                   ;;
14041               esac
14042
14043               hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
14044               hardcode_libdir_separator_CXX=:
14045
14046               # Commands to make compiler produce verbose output that lists
14047               # what "hidden" libraries, object files and flags are used when
14048               # linking a shared library.
14049               output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
14050
14051             else
14052               # FIXME: insert proper C++ library support
14053               ld_shlibs_CXX=no
14054             fi
14055             ;;
14056         esac
14057         ;;
14058
14059       psos*)
14060         # FIXME: insert proper C++ library support
14061         ld_shlibs_CXX=no
14062         ;;
14063
14064       sunos4*)
14065         case $cc_basename in
14066           CC*)
14067             # Sun C++ 4.x
14068             # FIXME: insert proper C++ library support
14069             ld_shlibs_CXX=no
14070             ;;
14071           lcc*)
14072             # Lucid
14073             # FIXME: insert proper C++ library support
14074             ld_shlibs_CXX=no
14075             ;;
14076           *)
14077             # FIXME: insert proper C++ library support
14078             ld_shlibs_CXX=no
14079             ;;
14080         esac
14081         ;;
14082
14083       solaris*)
14084         case $cc_basename in
14085           CC*)
14086             # Sun C++ 4.2, 5.x and Centerline C++
14087             archive_cmds_need_lc_CXX=yes
14088             no_undefined_flag_CXX=' -zdefs'
14089             archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14090             archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
14091               $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'
14092
14093             hardcode_libdir_flag_spec_CXX='-R$libdir'
14094             hardcode_shlibpath_var_CXX=no
14095             case $host_os in
14096               solaris2.[0-5] | solaris2.[0-5].*) ;;
14097               *)
14098                 # The compiler driver will combine and reorder linker options,
14099                 # but understands `-z linker_flag'.
14100                 # Supported since Solaris 2.6 (maybe 2.5.1?)
14101                 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
14102                 ;;
14103             esac
14104             link_all_deplibs_CXX=yes
14105
14106             output_verbose_link_cmd='echo'
14107
14108             # Archives containing C++ object files must be created using
14109             # "CC -xar", where "CC" is the Sun C++ compiler.  This is
14110             # necessary to make sure instantiated templates are included
14111             # in the archive.
14112             old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
14113             ;;
14114           gcx*)
14115             # Green Hills C++ Compiler
14116             archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
14117
14118             # The C++ compiler must be used to create the archive.
14119             old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
14120             ;;
14121           *)
14122             # GNU C++ compiler with Solaris linker
14123             if test "$GXX" = yes && test "$with_gnu_ld" = no; then
14124               no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
14125               if $CC --version | $GREP -v '^2\.7' > /dev/null; then
14126                 archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
14127                 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
14128                   $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
14129
14130                 # Commands to make compiler produce verbose output that lists
14131                 # what "hidden" libraries, object files and flags are used when
14132                 # linking a shared library.
14133                 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
14134               else
14135                 # g++ 2.7 appears to require `-G' NOT `-shared' on this
14136                 # platform.
14137                 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
14138                 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
14139                   $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
14140
14141                 # Commands to make compiler produce verbose output that lists
14142                 # what "hidden" libraries, object files and flags are used when
14143                 # linking a shared library.
14144                 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
14145               fi
14146
14147               hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
14148               case $host_os in
14149                 solaris2.[0-5] | solaris2.[0-5].*) ;;
14150                 *)
14151                   whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
14152                   ;;
14153               esac
14154             fi
14155             ;;
14156         esac
14157         ;;
14158
14159     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
14160       no_undefined_flag_CXX='${wl}-z,text'
14161       archive_cmds_need_lc_CXX=no
14162       hardcode_shlibpath_var_CXX=no
14163       runpath_var='LD_RUN_PATH'
14164
14165       case $cc_basename in
14166         CC*)
14167           archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14168           archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14169           ;;
14170         *)
14171           archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14172           archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14173           ;;
14174       esac
14175       ;;
14176
14177       sysv5* | sco3.2v5* | sco5v6*)
14178         # Note: We can NOT use -z defs as we might desire, because we do not
14179         # link with -lc, and that would cause any symbols used from libc to
14180         # always be unresolved, which means just about no library would
14181         # ever link correctly.  If we're not using GNU ld we use -z text
14182         # though, which does catch some bad symbols but isn't as heavy-handed
14183         # as -z defs.
14184         no_undefined_flag_CXX='${wl}-z,text'
14185         allow_undefined_flag_CXX='${wl}-z,nodefs'
14186         archive_cmds_need_lc_CXX=no
14187         hardcode_shlibpath_var_CXX=no
14188         hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
14189         hardcode_libdir_separator_CXX=':'
14190         link_all_deplibs_CXX=yes
14191         export_dynamic_flag_spec_CXX='${wl}-Bexport'
14192         runpath_var='LD_RUN_PATH'
14193
14194         case $cc_basename in
14195           CC*)
14196             archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14197             archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14198             ;;
14199           *)
14200             archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14201             archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14202             ;;
14203         esac
14204       ;;
14205
14206       tandem*)
14207         case $cc_basename in
14208           NCC*)
14209             # NonStop-UX NCC 3.20
14210             # FIXME: insert proper C++ library support
14211             ld_shlibs_CXX=no
14212             ;;
14213           *)
14214             # FIXME: insert proper C++ library support
14215             ld_shlibs_CXX=no
14216             ;;
14217         esac
14218         ;;
14219
14220       vxworks*)
14221         # FIXME: insert proper C++ library support
14222         ld_shlibs_CXX=no
14223         ;;
14224
14225       *)
14226         # FIXME: insert proper C++ library support
14227         ld_shlibs_CXX=no
14228         ;;
14229     esac
14230
14231     { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
14232 echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
14233     test "$ld_shlibs_CXX" = no && can_build_shared=no
14234
14235     GCC_CXX="$GXX"
14236     LD_CXX="$LD"
14237
14238     ## CAVEAT EMPTOR:
14239     ## There is no encapsulation within the following macros, do not change
14240     ## the running order or otherwise move them around unless you know exactly
14241     ## what you are doing...
14242     # Dependencies to place before and after the object being linked:
14243 predep_objects_CXX=
14244 postdep_objects_CXX=
14245 predeps_CXX=
14246 postdeps_CXX=
14247 compiler_lib_search_path_CXX=
14248
14249 cat > conftest.$ac_ext <<_LT_EOF
14250 class Foo
14251 {
14252 public:
14253   Foo (void) { a = 0; }
14254 private:
14255   int a;
14256 };
14257 _LT_EOF
14258
14259 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14260   (eval $ac_compile) 2>&5
14261   ac_status=$?
14262   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14263   (exit $ac_status); }; then
14264   # Parse the compiler output and extract the necessary
14265   # objects, libraries and library flags.
14266
14267   # Sentinel used to keep track of whether or not we are before
14268   # the conftest object file.
14269   pre_test_object_deps_done=no
14270
14271   for p in `eval "$output_verbose_link_cmd"`; do
14272     case $p in
14273
14274     -L* | -R* | -l*)
14275        # Some compilers place space between "-{L,R}" and the path.
14276        # Remove the space.
14277        if test $p = "-L" ||
14278           test $p = "-R"; then
14279          prev=$p
14280          continue
14281        else
14282          prev=
14283        fi
14284
14285        if test "$pre_test_object_deps_done" = no; then
14286          case $p in
14287          -L* | -R*)
14288            # Internal compiler library paths should come after those
14289            # provided the user.  The postdeps already come after the
14290            # user supplied libs so there is no need to process them.
14291            if test -z "$compiler_lib_search_path_CXX"; then
14292              compiler_lib_search_path_CXX="${prev}${p}"
14293            else
14294              compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
14295            fi
14296            ;;
14297          # The "-l" case would never come before the object being
14298          # linked, so don't bother handling this case.
14299          esac
14300        else
14301          if test -z "$postdeps_CXX"; then
14302            postdeps_CXX="${prev}${p}"
14303          else
14304            postdeps_CXX="${postdeps_CXX} ${prev}${p}"
14305          fi
14306        fi
14307        ;;
14308
14309     *.$objext)
14310        # This assumes that the test object file only shows up
14311        # once in the compiler output.
14312        if test "$p" = "conftest.$objext"; then
14313          pre_test_object_deps_done=yes
14314          continue
14315        fi
14316
14317        if test "$pre_test_object_deps_done" = no; then
14318          if test -z "$predep_objects_CXX"; then
14319            predep_objects_CXX="$p"
14320          else
14321            predep_objects_CXX="$predep_objects_CXX $p"
14322          fi
14323        else
14324          if test -z "$postdep_objects_CXX"; then
14325            postdep_objects_CXX="$p"
14326          else
14327            postdep_objects_CXX="$postdep_objects_CXX $p"
14328          fi
14329        fi
14330        ;;
14331
14332     *) ;; # Ignore the rest.
14333
14334     esac
14335   done
14336
14337   # Clean up.
14338   rm -f a.out a.exe
14339 else
14340   echo "libtool.m4: error: problem compiling CXX test program"
14341 fi
14342
14343 $RM -f confest.$objext
14344
14345 # PORTME: override above test on systems where it is broken
14346 case $host_os in
14347 interix[3-9]*)
14348   # Interix 3.5 installs completely hosed .la files for C++, so rather than
14349   # hack all around it, let's just trust "g++" to DTRT.
14350   predep_objects_CXX=
14351   postdep_objects_CXX=
14352   postdeps_CXX=
14353   ;;
14354
14355 linux*)
14356   case `$CC -V 2>&1 | sed 5q` in
14357   *Sun\ C*)
14358     # Sun C++ 5.9
14359
14360     # The more standards-conforming stlport4 library is
14361     # incompatible with the Cstd library. Avoid specifying
14362     # it if it's in CXXFLAGS. Ignore libCrun as
14363     # -library=stlport4 depends on it.
14364     case " $CXX $CXXFLAGS " in
14365     *" -library=stlport4 "*)
14366       solaris_use_stlport4=yes
14367       ;;
14368     esac
14369
14370     if test "$solaris_use_stlport4" != yes; then
14371       postdeps_CXX='-library=Cstd -library=Crun'
14372     fi
14373     ;;
14374   esac
14375   ;;
14376
14377 solaris*)
14378   case $cc_basename in
14379   CC*)
14380     # The more standards-conforming stlport4 library is
14381     # incompatible with the Cstd library. Avoid specifying
14382     # it if it's in CXXFLAGS. Ignore libCrun as
14383     # -library=stlport4 depends on it.
14384     case " $CXX $CXXFLAGS " in
14385     *" -library=stlport4 "*)
14386       solaris_use_stlport4=yes
14387       ;;
14388     esac
14389
14390     # Adding this requires a known-good setup of shared libraries for
14391     # Sun compiler versions before 5.6, else PIC objects from an old
14392     # archive will be linked into the output, leading to subtle bugs.
14393     if test "$solaris_use_stlport4" != yes; then
14394       postdeps_CXX='-library=Cstd -library=Crun'
14395     fi
14396     ;;
14397   esac
14398   ;;
14399 esac
14400
14401
14402 case " $postdeps_CXX " in
14403 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
14404 esac
14405  compiler_lib_search_dirs_CXX=
14406 if test -n "${compiler_lib_search_path_CXX}"; then
14407  compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
14408 fi
14409
14410
14411
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     lt_prog_compiler_wl_CXX=
14441 lt_prog_compiler_pic_CXX=
14442 lt_prog_compiler_static_CXX=
14443
14444 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
14445 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
14446
14447   # C++ specific cases for pic, static, wl, etc.
14448   if test "$GXX" = yes; then
14449     lt_prog_compiler_wl_CXX='-Wl,'
14450     lt_prog_compiler_static_CXX='-static'
14451
14452     case $host_os in
14453     aix*)
14454       # All AIX code is PIC.
14455       if test "$host_cpu" = ia64; then
14456         # AIX 5 now supports IA64 processor
14457         lt_prog_compiler_static_CXX='-Bstatic'
14458       fi
14459       ;;
14460
14461     amigaos*)
14462       case $host_cpu in
14463       powerpc)
14464             # see comment about AmigaOS4 .so support
14465             lt_prog_compiler_pic_CXX='-fPIC'
14466         ;;
14467       m68k)
14468             # FIXME: we need at least 68020 code to build shared libraries, but
14469             # adding the `-m68020' flag to GCC prevents building anything better,
14470             # like `-m68040'.
14471             lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
14472         ;;
14473       esac
14474       ;;
14475
14476     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
14477       # PIC is the default for these OSes.
14478       ;;
14479     mingw* | cygwin* | os2* | pw32* | cegcc*)
14480       # This hack is so that the source file can tell whether it is being
14481       # built for inclusion in a dll (and should export symbols for example).
14482       # Although the cygwin gcc ignores -fPIC, still need this for old-style
14483       # (--disable-auto-import) libraries
14484       lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
14485       ;;
14486     darwin* | rhapsody*)
14487       # PIC is the default on this platform
14488       # Common symbols not allowed in MH_DYLIB files
14489       lt_prog_compiler_pic_CXX='-fno-common'
14490       ;;
14491     *djgpp*)
14492       # DJGPP does not support shared libraries at all
14493       lt_prog_compiler_pic_CXX=
14494       ;;
14495     interix[3-9]*)
14496       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
14497       # Instead, we relocate shared libraries at runtime.
14498       ;;
14499     sysv4*MP*)
14500       if test -d /usr/nec; then
14501         lt_prog_compiler_pic_CXX=-Kconform_pic
14502       fi
14503       ;;
14504     hpux*)
14505       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
14506       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
14507       # sets the default TLS model and affects inlining.
14508       case $host_cpu in
14509       hppa*64*)
14510         ;;
14511       *)
14512         lt_prog_compiler_pic_CXX='-fPIC'
14513         ;;
14514       esac
14515       ;;
14516     *qnx* | *nto*)
14517       # QNX uses GNU C++, but need to define -shared option too, otherwise
14518       # it will coredump.
14519       lt_prog_compiler_pic_CXX='-fPIC -shared'
14520       ;;
14521     *)
14522       lt_prog_compiler_pic_CXX='-fPIC'
14523       ;;
14524     esac
14525   else
14526     case $host_os in
14527       aix[4-9]*)
14528         # All AIX code is PIC.
14529         if test "$host_cpu" = ia64; then
14530           # AIX 5 now supports IA64 processor
14531           lt_prog_compiler_static_CXX='-Bstatic'
14532         else
14533           lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
14534         fi
14535         ;;
14536       chorus*)
14537         case $cc_basename in
14538         cxch68*)
14539           # Green Hills C++ Compiler
14540           # _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"
14541           ;;
14542         esac
14543         ;;
14544       dgux*)
14545         case $cc_basename in
14546           ec++*)
14547             lt_prog_compiler_pic_CXX='-KPIC'
14548             ;;
14549           ghcx*)
14550             # Green Hills C++ Compiler
14551             lt_prog_compiler_pic_CXX='-pic'
14552             ;;
14553           *)
14554             ;;
14555         esac
14556         ;;
14557       freebsd* | dragonfly*)
14558         # FreeBSD uses GNU C++
14559         ;;
14560       hpux9* | hpux10* | hpux11*)
14561         case $cc_basename in
14562           CC*)
14563             lt_prog_compiler_wl_CXX='-Wl,'
14564             lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
14565             if test "$host_cpu" != ia64; then
14566               lt_prog_compiler_pic_CXX='+Z'
14567             fi
14568             ;;
14569           aCC*)
14570             lt_prog_compiler_wl_CXX='-Wl,'
14571             lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
14572             case $host_cpu in
14573             hppa*64*|ia64*)
14574               # +Z the default
14575               ;;
14576             *)
14577               lt_prog_compiler_pic_CXX='+Z'
14578               ;;
14579             esac
14580             ;;
14581           *)
14582             ;;
14583         esac
14584         ;;
14585       interix*)
14586         # This is c89, which is MS Visual C++ (no shared libs)
14587         # Anyone wants to do a port?
14588         ;;
14589       irix5* | irix6* | nonstopux*)
14590         case $cc_basename in
14591           CC*)
14592             lt_prog_compiler_wl_CXX='-Wl,'
14593             lt_prog_compiler_static_CXX='-non_shared'
14594             # CC pic flag -KPIC is the default.
14595             ;;
14596           *)
14597             ;;
14598         esac
14599         ;;
14600       linux* | k*bsd*-gnu)
14601         case $cc_basename in
14602           KCC*)
14603             # KAI C++ Compiler
14604             lt_prog_compiler_wl_CXX='--backend -Wl,'
14605             lt_prog_compiler_pic_CXX='-fPIC'
14606             ;;
14607           ecpc* )
14608             # old Intel C++ for x86_64 which still supported -KPIC.
14609             lt_prog_compiler_wl_CXX='-Wl,'
14610             lt_prog_compiler_pic_CXX='-KPIC'
14611             lt_prog_compiler_static_CXX='-static'
14612             ;;
14613           icpc* )
14614             # Intel C++, used to be incompatible with GCC.
14615             # ICC 10 doesn't accept -KPIC any more.
14616             lt_prog_compiler_wl_CXX='-Wl,'
14617             lt_prog_compiler_pic_CXX='-fPIC'
14618             lt_prog_compiler_static_CXX='-static'
14619             ;;
14620           pgCC* | pgcpp*)
14621             # Portland Group C++ compiler
14622             lt_prog_compiler_wl_CXX='-Wl,'
14623             lt_prog_compiler_pic_CXX='-fpic'
14624             lt_prog_compiler_static_CXX='-Bstatic'
14625             ;;
14626           cxx*)
14627             # Compaq C++
14628             # Make sure the PIC flag is empty.  It appears that all Alpha
14629             # Linux and Compaq Tru64 Unix objects are PIC.
14630             lt_prog_compiler_pic_CXX=
14631             lt_prog_compiler_static_CXX='-non_shared'
14632             ;;
14633           xlc* | xlC*)
14634             # IBM XL 8.0 on PPC
14635             lt_prog_compiler_wl_CXX='-Wl,'
14636             lt_prog_compiler_pic_CXX='-qpic'
14637             lt_prog_compiler_static_CXX='-qstaticlink'
14638             ;;
14639           *)
14640             case `$CC -V 2>&1 | sed 5q` in
14641             *Sun\ C*)
14642               # Sun C++ 5.9
14643               lt_prog_compiler_pic_CXX='-KPIC'
14644               lt_prog_compiler_static_CXX='-Bstatic'
14645               lt_prog_compiler_wl_CXX='-Qoption ld '
14646               ;;
14647             esac
14648             ;;
14649         esac
14650         ;;
14651       lynxos*)
14652         ;;
14653       m88k*)
14654         ;;
14655       mvs*)
14656         case $cc_basename in
14657           cxx*)
14658             lt_prog_compiler_pic_CXX='-W c,exportall'
14659             ;;
14660           *)
14661             ;;
14662         esac
14663         ;;
14664       netbsd*)
14665         ;;
14666       *qnx* | *nto*)
14667         # QNX uses GNU C++, but need to define -shared option too, otherwise
14668         # it will coredump.
14669         lt_prog_compiler_pic_CXX='-fPIC -shared'
14670         ;;
14671       osf3* | osf4* | osf5*)
14672         case $cc_basename in
14673           KCC*)
14674             lt_prog_compiler_wl_CXX='--backend -Wl,'
14675             ;;
14676           RCC*)
14677             # Rational C++ 2.4.1
14678             lt_prog_compiler_pic_CXX='-pic'
14679             ;;
14680           cxx*)
14681             # Digital/Compaq C++
14682             lt_prog_compiler_wl_CXX='-Wl,'
14683             # Make sure the PIC flag is empty.  It appears that all Alpha
14684             # Linux and Compaq Tru64 Unix objects are PIC.
14685             lt_prog_compiler_pic_CXX=
14686             lt_prog_compiler_static_CXX='-non_shared'
14687             ;;
14688           *)
14689             ;;
14690         esac
14691         ;;
14692       psos*)
14693         ;;
14694       solaris*)
14695         case $cc_basename in
14696           CC*)
14697             # Sun C++ 4.2, 5.x and Centerline C++
14698             lt_prog_compiler_pic_CXX='-KPIC'
14699             lt_prog_compiler_static_CXX='-Bstatic'
14700             lt_prog_compiler_wl_CXX='-Qoption ld '
14701             ;;
14702           gcx*)
14703             # Green Hills C++ Compiler
14704             lt_prog_compiler_pic_CXX='-PIC'
14705             ;;
14706           *)
14707             ;;
14708         esac
14709         ;;
14710       sunos4*)
14711         case $cc_basename in
14712           CC*)
14713             # Sun C++ 4.x
14714             lt_prog_compiler_pic_CXX='-pic'
14715             lt_prog_compiler_static_CXX='-Bstatic'
14716             ;;
14717           lcc*)
14718             # Lucid
14719             lt_prog_compiler_pic_CXX='-pic'
14720             ;;
14721           *)
14722             ;;
14723         esac
14724         ;;
14725       sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
14726         case $cc_basename in
14727           CC*)
14728             lt_prog_compiler_wl_CXX='-Wl,'
14729             lt_prog_compiler_pic_CXX='-KPIC'
14730             lt_prog_compiler_static_CXX='-Bstatic'
14731             ;;
14732         esac
14733         ;;
14734       tandem*)
14735         case $cc_basename in
14736           NCC*)
14737             # NonStop-UX NCC 3.20
14738             lt_prog_compiler_pic_CXX='-KPIC'
14739             ;;
14740           *)
14741             ;;
14742         esac
14743         ;;
14744       vxworks*)
14745         ;;
14746       *)
14747         lt_prog_compiler_can_build_shared_CXX=no
14748         ;;
14749     esac
14750   fi
14751
14752 case $host_os in
14753   # For platforms which do not support PIC, -DPIC is meaningless:
14754   *djgpp*)
14755     lt_prog_compiler_pic_CXX=
14756     ;;
14757   *)
14758     lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
14759     ;;
14760 esac
14761 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
14762 echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
14763
14764
14765
14766 #
14767 # Check to make sure the PIC flag actually works.
14768 #
14769 if test -n "$lt_prog_compiler_pic_CXX"; then
14770   { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
14771 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
14772 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then
14773   echo $ECHO_N "(cached) $ECHO_C" >&6
14774 else
14775   lt_cv_prog_compiler_pic_works_CXX=no
14776    ac_outfile=conftest.$ac_objext
14777    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14778    lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
14779    # Insert the option either (1) after the last *FLAGS variable, or
14780    # (2) before a word containing "conftest.", or (3) at the end.
14781    # Note that $ac_compile itself does not contain backslashes and begins
14782    # with a dollar sign (not a hyphen), so the echo should work correctly.
14783    # The option is referenced via a variable to avoid confusing sed.
14784    lt_compile=`echo "$ac_compile" | $SED \
14785    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14786    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14787    -e 's:$: $lt_compiler_flag:'`
14788    (eval echo "\"\$as_me:14788: $lt_compile\"" >&5)
14789    (eval "$lt_compile" 2>conftest.err)
14790    ac_status=$?
14791    cat conftest.err >&5
14792    echo "$as_me:14792: \$? = $ac_status" >&5
14793    if (exit $ac_status) && test -s "$ac_outfile"; then
14794      # The compiler can only warn and ignore the option if not recognized
14795      # So say no if there are warnings other than the usual output.
14796      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
14797      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14798      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
14799        lt_cv_prog_compiler_pic_works_CXX=yes
14800      fi
14801    fi
14802    $RM conftest*
14803
14804 fi
14805 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
14806 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; }
14807
14808 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
14809     case $lt_prog_compiler_pic_CXX in
14810      "" | " "*) ;;
14811      *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
14812      esac
14813 else
14814     lt_prog_compiler_pic_CXX=
14815      lt_prog_compiler_can_build_shared_CXX=no
14816 fi
14817
14818 fi
14819
14820
14821
14822 #
14823 # Check to make sure the static flag actually works.
14824 #
14825 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
14826 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14827 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
14828 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then
14829   echo $ECHO_N "(cached) $ECHO_C" >&6
14830 else
14831   lt_cv_prog_compiler_static_works_CXX=no
14832    save_LDFLAGS="$LDFLAGS"
14833    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
14834    echo "$lt_simple_link_test_code" > conftest.$ac_ext
14835    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
14836      # The linker can only warn and ignore the option if not recognized
14837      # So say no if there are warnings
14838      if test -s conftest.err; then
14839        # Append any errors to the config.log.
14840        cat conftest.err 1>&5
14841        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
14842        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14843        if diff conftest.exp conftest.er2 >/dev/null; then
14844          lt_cv_prog_compiler_static_works_CXX=yes
14845        fi
14846      else
14847        lt_cv_prog_compiler_static_works_CXX=yes
14848      fi
14849    fi
14850    $RM -r conftest*
14851    LDFLAGS="$save_LDFLAGS"
14852
14853 fi
14854 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
14855 echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; }
14856
14857 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
14858     :
14859 else
14860     lt_prog_compiler_static_CXX=
14861 fi
14862
14863
14864
14865
14866     { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
14867 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
14868 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
14869   echo $ECHO_N "(cached) $ECHO_C" >&6
14870 else
14871   lt_cv_prog_compiler_c_o_CXX=no
14872    $RM -r conftest 2>/dev/null
14873    mkdir conftest
14874    cd conftest
14875    mkdir out
14876    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14877
14878    lt_compiler_flag="-o out/conftest2.$ac_objext"
14879    # Insert the option either (1) after the last *FLAGS variable, or
14880    # (2) before a word containing "conftest.", or (3) at the end.
14881    # Note that $ac_compile itself does not contain backslashes and begins
14882    # with a dollar sign (not a hyphen), so the echo should work correctly.
14883    lt_compile=`echo "$ac_compile" | $SED \
14884    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14885    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14886    -e 's:$: $lt_compiler_flag:'`
14887    (eval echo "\"\$as_me:14887: $lt_compile\"" >&5)
14888    (eval "$lt_compile" 2>out/conftest.err)
14889    ac_status=$?
14890    cat out/conftest.err >&5
14891    echo "$as_me:14891: \$? = $ac_status" >&5
14892    if (exit $ac_status) && test -s out/conftest2.$ac_objext
14893    then
14894      # The compiler can only warn and ignore the option if not recognized
14895      # So say no if there are warnings
14896      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
14897      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14898      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14899        lt_cv_prog_compiler_c_o_CXX=yes
14900      fi
14901    fi
14902    chmod u+w . 2>&5
14903    $RM conftest*
14904    # SGI C++ compiler will create directory out/ii_files/ for
14905    # template instantiation
14906    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14907    $RM out/* && rmdir out
14908    cd ..
14909    $RM -r conftest
14910    $RM conftest*
14911
14912 fi
14913 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14914 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
14915
14916
14917
14918     { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
14919 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
14920 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
14921   echo $ECHO_N "(cached) $ECHO_C" >&6
14922 else
14923   lt_cv_prog_compiler_c_o_CXX=no
14924    $RM -r conftest 2>/dev/null
14925    mkdir conftest
14926    cd conftest
14927    mkdir out
14928    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14929
14930    lt_compiler_flag="-o out/conftest2.$ac_objext"
14931    # Insert the option either (1) after the last *FLAGS variable, or
14932    # (2) before a word containing "conftest.", or (3) at the end.
14933    # Note that $ac_compile itself does not contain backslashes and begins
14934    # with a dollar sign (not a hyphen), so the echo should work correctly.
14935    lt_compile=`echo "$ac_compile" | $SED \
14936    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14937    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14938    -e 's:$: $lt_compiler_flag:'`
14939    (eval echo "\"\$as_me:14939: $lt_compile\"" >&5)
14940    (eval "$lt_compile" 2>out/conftest.err)
14941    ac_status=$?
14942    cat out/conftest.err >&5
14943    echo "$as_me:14943: \$? = $ac_status" >&5
14944    if (exit $ac_status) && test -s out/conftest2.$ac_objext
14945    then
14946      # The compiler can only warn and ignore the option if not recognized
14947      # So say no if there are warnings
14948      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
14949      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14950      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14951        lt_cv_prog_compiler_c_o_CXX=yes
14952      fi
14953    fi
14954    chmod u+w . 2>&5
14955    $RM conftest*
14956    # SGI C++ compiler will create directory out/ii_files/ for
14957    # template instantiation
14958    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14959    $RM out/* && rmdir out
14960    cd ..
14961    $RM -r conftest
14962    $RM conftest*
14963
14964 fi
14965 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14966 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
14967
14968
14969
14970
14971 hard_links="nottested"
14972 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
14973   # do not overwrite the value of need_locks provided by the user
14974   { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
14975 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
14976   hard_links=yes
14977   $RM conftest*
14978   ln conftest.a conftest.b 2>/dev/null && hard_links=no
14979   touch conftest.a
14980   ln conftest.a conftest.b 2>&5 || hard_links=no
14981   ln conftest.a conftest.b 2>/dev/null && hard_links=no
14982   { echo "$as_me:$LINENO: result: $hard_links" >&5
14983 echo "${ECHO_T}$hard_links" >&6; }
14984   if test "$hard_links" = no; then
14985     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14986 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
14987     need_locks=warn
14988   fi
14989 else
14990   need_locks=no
14991 fi
14992
14993
14994
14995     { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14996 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
14997
14998   export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14999   case $host_os in
15000   aix[4-9]*)
15001     # If we're using GNU nm, then we don't want the "-C" option.
15002     # -C means demangle to AIX nm, but means don't demangle with GNU nm
15003     if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
15004       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'
15005     else
15006       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'
15007     fi
15008     ;;
15009   pw32*)
15010     export_symbols_cmds_CXX="$ltdll_cmds"
15011   ;;
15012   cygwin* | mingw* | cegcc*)
15013     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'
15014   ;;
15015   *)
15016     export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
15017   ;;
15018   esac
15019   exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
15020
15021 { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
15022 echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
15023 test "$ld_shlibs_CXX" = no && can_build_shared=no
15024
15025 with_gnu_ld_CXX=$with_gnu_ld
15026
15027
15028
15029
15030
15031
15032 #
15033 # Do we need to explicitly link libc?
15034 #
15035 case "x$archive_cmds_need_lc_CXX" in
15036 x|xyes)
15037   # Assume -lc should be added
15038   archive_cmds_need_lc_CXX=yes
15039
15040   if test "$enable_shared" = yes && test "$GCC" = yes; then
15041     case $archive_cmds_CXX in
15042     *'~'*)
15043       # FIXME: we may have to deal with multi-command sequences.
15044       ;;
15045     '$CC '*)
15046       # Test whether the compiler implicitly links with -lc since on some
15047       # systems, -lgcc has to come before -lc. If gcc already passes -lc
15048       # to ld, don't add -lc before -lgcc.
15049       { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
15050 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
15051       $RM conftest*
15052       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
15053
15054       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15055   (eval $ac_compile) 2>&5
15056   ac_status=$?
15057   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15058   (exit $ac_status); } 2>conftest.err; then
15059         soname=conftest
15060         lib=conftest
15061         libobjs=conftest.$ac_objext
15062         deplibs=
15063         wl=$lt_prog_compiler_wl_CXX
15064         pic_flag=$lt_prog_compiler_pic_CXX
15065         compiler_flags=-v
15066         linker_flags=-v
15067         verstring=
15068         output_objdir=.
15069         libname=conftest
15070         lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
15071         allow_undefined_flag_CXX=
15072         if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
15073   (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
15074   ac_status=$?
15075   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15076   (exit $ac_status); }
15077         then
15078           archive_cmds_need_lc_CXX=no
15079         else
15080           archive_cmds_need_lc_CXX=yes
15081         fi
15082         allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
15083       else
15084         cat conftest.err 1>&5
15085       fi
15086       $RM conftest*
15087       { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
15088 echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
15089       ;;
15090     esac
15091   fi
15092   ;;
15093 esac
15094
15095
15096
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     { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
15159 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
15160
15161 library_names_spec=
15162 libname_spec='lib$name'
15163 soname_spec=
15164 shrext_cmds=".so"
15165 postinstall_cmds=
15166 postuninstall_cmds=
15167 finish_cmds=
15168 finish_eval=
15169 shlibpath_var=
15170 shlibpath_overrides_runpath=unknown
15171 version_type=none
15172 dynamic_linker="$host_os ld.so"
15173 sys_lib_dlsearch_path_spec="/lib /usr/lib"
15174 need_lib_prefix=unknown
15175 hardcode_into_libs=no
15176
15177 # when you set need_version to no, make sure it does not cause -set_version
15178 # flags to be left without arguments
15179 need_version=unknown
15180
15181 case $host_os in
15182 aix3*)
15183   version_type=linux
15184   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
15185   shlibpath_var=LIBPATH
15186
15187   # AIX 3 has no versioning support, so we append a major version to the name.
15188   soname_spec='${libname}${release}${shared_ext}$major'
15189   ;;
15190
15191 aix[4-9]*)
15192   version_type=linux
15193   need_lib_prefix=no
15194   need_version=no
15195   hardcode_into_libs=yes
15196   if test "$host_cpu" = ia64; then
15197     # AIX 5 supports IA64
15198     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
15199     shlibpath_var=LD_LIBRARY_PATH
15200   else
15201     # With GCC up to 2.95.x, collect2 would create an import file
15202     # for dependence libraries.  The import file would start with
15203     # the line `#! .'.  This would cause the generated library to
15204     # depend on `.', always an invalid library.  This was fixed in
15205     # development snapshots of GCC prior to 3.0.
15206     case $host_os in
15207       aix4 | aix4.[01] | aix4.[01].*)
15208       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
15209            echo ' yes '
15210            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
15211         :
15212       else
15213         can_build_shared=no
15214       fi
15215       ;;
15216     esac
15217     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
15218     # soname into executable. Probably we can add versioning support to
15219     # collect2, so additional links can be useful in future.
15220     if test "$aix_use_runtimelinking" = yes; then
15221       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
15222       # instead of lib<name>.a to let people know that these are not
15223       # typical AIX shared libraries.
15224       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15225     else
15226       # We preserve .a as extension for shared libraries through AIX4.2
15227       # and later when we are not doing run time linking.
15228       library_names_spec='${libname}${release}.a $libname.a'
15229       soname_spec='${libname}${release}${shared_ext}$major'
15230     fi
15231     shlibpath_var=LIBPATH
15232   fi
15233   ;;
15234
15235 amigaos*)
15236   case $host_cpu in
15237   powerpc)
15238     # Since July 2007 AmigaOS4 officially supports .so libraries.
15239     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
15240     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15241     ;;
15242   m68k)
15243     library_names_spec='$libname.ixlibrary $libname.a'
15244     # Create ${libname}_ixlibrary.a entries in /sys/libs.
15245     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'
15246     ;;
15247   esac
15248   ;;
15249
15250 beos*)
15251   library_names_spec='${libname}${shared_ext}'
15252   dynamic_linker="$host_os ld.so"
15253   shlibpath_var=LIBRARY_PATH
15254   ;;
15255
15256 bsdi[45]*)
15257   version_type=linux
15258   need_version=no
15259   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15260   soname_spec='${libname}${release}${shared_ext}$major'
15261   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
15262   shlibpath_var=LD_LIBRARY_PATH
15263   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
15264   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
15265   # the default ld.so.conf also contains /usr/contrib/lib and
15266   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
15267   # libtool to hard-code these into programs
15268   ;;
15269
15270 cygwin* | mingw* | pw32* | cegcc*)
15271   version_type=windows
15272   shrext_cmds=".dll"
15273   need_version=no
15274   need_lib_prefix=no
15275
15276   case $GCC,$host_os in
15277   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
15278     library_names_spec='$libname.dll.a'
15279     # DLL is installed to $(libdir)/../bin by postinstall_cmds
15280     postinstall_cmds='base_file=`basename \${file}`~
15281       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
15282       dldir=$destdir/`dirname \$dlpath`~
15283       test -d \$dldir || mkdir -p \$dldir~
15284       $install_prog $dir/$dlname \$dldir/$dlname~
15285       chmod a+x \$dldir/$dlname~
15286       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
15287         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
15288       fi'
15289     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
15290       dlpath=$dir/\$dldll~
15291        $RM \$dlpath'
15292     shlibpath_overrides_runpath=yes
15293
15294     case $host_os in
15295     cygwin*)
15296       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
15297       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15298       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
15299       ;;
15300     mingw* | cegcc*)
15301       # MinGW DLLs use traditional 'lib' prefix
15302       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15303       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
15304       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
15305         # It is most probably a Windows format PATH printed by
15306         # mingw gcc, but we are running on Cygwin. Gcc prints its search
15307         # path with ; separators, and with drive letters. We can handle the
15308         # drive letters (cygwin fileutils understands them), so leave them,
15309         # especially as we might pass files found there to a mingw objdump,
15310         # which wouldn't understand a cygwinified path. Ahh.
15311         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
15312       else
15313         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
15314       fi
15315       ;;
15316     pw32*)
15317       # pw32 DLLs use 'pw' prefix rather than 'lib'
15318       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15319       ;;
15320     esac
15321     ;;
15322
15323   *)
15324     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
15325     ;;
15326   esac
15327   dynamic_linker='Win32 ld.exe'
15328   # FIXME: first we should search . and the directory the executable is in
15329   shlibpath_var=PATH
15330   ;;
15331
15332 darwin* | rhapsody*)
15333   dynamic_linker="$host_os dyld"
15334   version_type=darwin
15335   need_lib_prefix=no
15336   need_version=no
15337   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
15338   soname_spec='${libname}${release}${major}$shared_ext'
15339   shlibpath_overrides_runpath=yes
15340   shlibpath_var=DYLD_LIBRARY_PATH
15341   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
15342
15343   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
15344   ;;
15345
15346 dgux*)
15347   version_type=linux
15348   need_lib_prefix=no
15349   need_version=no
15350   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
15351   soname_spec='${libname}${release}${shared_ext}$major'
15352   shlibpath_var=LD_LIBRARY_PATH
15353   ;;
15354
15355 freebsd1*)
15356   dynamic_linker=no
15357   ;;
15358
15359 freebsd* | dragonfly*)
15360   # DragonFly does not have aout.  When/if they implement a new
15361   # versioning mechanism, adjust this.
15362   if test -x /usr/bin/objformat; then
15363     objformat=`/usr/bin/objformat`
15364   else
15365     case $host_os in
15366     freebsd[123]*) objformat=aout ;;
15367     *) objformat=elf ;;
15368     esac
15369   fi
15370   version_type=freebsd-$objformat
15371   case $version_type in
15372     freebsd-elf*)
15373       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15374       need_version=no
15375       need_lib_prefix=no
15376       ;;
15377     freebsd-*)
15378       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
15379       need_version=yes
15380       ;;
15381   esac
15382   shlibpath_var=LD_LIBRARY_PATH
15383   case $host_os in
15384   freebsd2*)
15385     shlibpath_overrides_runpath=yes
15386     ;;
15387   freebsd3.[01]* | freebsdelf3.[01]*)
15388     shlibpath_overrides_runpath=yes
15389     hardcode_into_libs=yes
15390     ;;
15391   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
15392   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
15393     shlibpath_overrides_runpath=no
15394     hardcode_into_libs=yes
15395     ;;
15396   *) # from 4.6 on, and DragonFly
15397     shlibpath_overrides_runpath=yes
15398     hardcode_into_libs=yes
15399     ;;
15400   esac
15401   ;;
15402
15403 gnu*)
15404   version_type=linux
15405   need_lib_prefix=no
15406   need_version=no
15407   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
15408   soname_spec='${libname}${release}${shared_ext}$major'
15409   shlibpath_var=LD_LIBRARY_PATH
15410   hardcode_into_libs=yes
15411   ;;
15412
15413 hpux9* | hpux10* | hpux11*)
15414   # Give a soname corresponding to the major version so that dld.sl refuses to
15415   # link against other versions.
15416   version_type=sunos
15417   need_lib_prefix=no
15418   need_version=no
15419   case $host_cpu in
15420   ia64*)
15421     shrext_cmds='.so'
15422     hardcode_into_libs=yes
15423     dynamic_linker="$host_os dld.so"
15424     shlibpath_var=LD_LIBRARY_PATH
15425     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
15426     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15427     soname_spec='${libname}${release}${shared_ext}$major'
15428     if test "X$HPUX_IA64_MODE" = X32; then
15429       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
15430     else
15431       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
15432     fi
15433     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
15434     ;;
15435   hppa*64*)
15436     shrext_cmds='.sl'
15437     hardcode_into_libs=yes
15438     dynamic_linker="$host_os dld.sl"
15439     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
15440     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
15441     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15442     soname_spec='${libname}${release}${shared_ext}$major'
15443     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
15444     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
15445     ;;
15446   *)
15447     shrext_cmds='.sl'
15448     dynamic_linker="$host_os dld.sl"
15449     shlibpath_var=SHLIB_PATH
15450     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
15451     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15452     soname_spec='${libname}${release}${shared_ext}$major'
15453     ;;
15454   esac
15455   # HP-UX runs *really* slowly unless shared libraries are mode 555.
15456   postinstall_cmds='chmod 555 $lib'
15457   ;;
15458
15459 interix[3-9]*)
15460   version_type=linux
15461   need_lib_prefix=no
15462   need_version=no
15463   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15464   soname_spec='${libname}${release}${shared_ext}$major'
15465   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
15466   shlibpath_var=LD_LIBRARY_PATH
15467   shlibpath_overrides_runpath=no
15468   hardcode_into_libs=yes
15469   ;;
15470
15471 irix5* | irix6* | nonstopux*)
15472   case $host_os in
15473     nonstopux*) version_type=nonstopux ;;
15474     *)
15475         if test "$lt_cv_prog_gnu_ld" = yes; then
15476                 version_type=linux
15477         else
15478                 version_type=irix
15479         fi ;;
15480   esac
15481   need_lib_prefix=no
15482   need_version=no
15483   soname_spec='${libname}${release}${shared_ext}$major'
15484   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
15485   case $host_os in
15486   irix5* | nonstopux*)
15487     libsuff= shlibsuff=
15488     ;;
15489   *)
15490     case $LD in # libtool.m4 will add one of these switches to LD
15491     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
15492       libsuff= shlibsuff= libmagic=32-bit;;
15493     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
15494       libsuff=32 shlibsuff=N32 libmagic=N32;;
15495     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
15496       libsuff=64 shlibsuff=64 libmagic=64-bit;;
15497     *) libsuff= shlibsuff= libmagic=never-match;;
15498     esac
15499     ;;
15500   esac
15501   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
15502   shlibpath_overrides_runpath=no
15503   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
15504   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
15505   hardcode_into_libs=yes
15506   ;;
15507
15508 # No shared lib support for Linux oldld, aout, or coff.
15509 linux*oldld* | linux*aout* | linux*coff*)
15510   dynamic_linker=no
15511   ;;
15512
15513 # This must be Linux ELF.
15514 linux* | k*bsd*-gnu)
15515   version_type=linux
15516   need_lib_prefix=no
15517   need_version=no
15518   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15519   soname_spec='${libname}${release}${shared_ext}$major'
15520   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
15521   shlibpath_var=LD_LIBRARY_PATH
15522   shlibpath_overrides_runpath=no
15523   # Some binutils ld are patched to set DT_RUNPATH
15524   save_LDFLAGS=$LDFLAGS
15525   save_libdir=$libdir
15526   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
15527        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
15528   cat >conftest.$ac_ext <<_ACEOF
15529 /* confdefs.h.  */
15530 _ACEOF
15531 cat confdefs.h >>conftest.$ac_ext
15532 cat >>conftest.$ac_ext <<_ACEOF
15533 /* end confdefs.h.  */
15534
15535 int
15536 main ()
15537 {
15538
15539   ;
15540   return 0;
15541 }
15542 _ACEOF
15543 rm -f conftest.$ac_objext conftest$ac_exeext
15544 if { (ac_try="$ac_link"
15545 case "(($ac_try" in
15546   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15547   *) ac_try_echo=$ac_try;;
15548 esac
15549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15550   (eval "$ac_link") 2>conftest.er1
15551   ac_status=$?
15552   grep -v '^ *+' conftest.er1 >conftest.err
15553   rm -f conftest.er1
15554   cat conftest.err >&5
15555   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15556   (exit $ac_status); } && {
15557          test -z "$ac_cxx_werror_flag" ||
15558          test ! -s conftest.err
15559        } && test -s conftest$ac_exeext &&
15560        $as_test_x conftest$ac_exeext; then
15561   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
15562   shlibpath_overrides_runpath=yes
15563 fi
15564
15565 else
15566   echo "$as_me: failed program was:" >&5
15567 sed 's/^/| /' conftest.$ac_ext >&5
15568
15569
15570 fi
15571
15572 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15573       conftest$ac_exeext conftest.$ac_ext
15574   LDFLAGS=$save_LDFLAGS
15575   libdir=$save_libdir
15576
15577   # This implies no fast_install, which is unacceptable.
15578   # Some rework will be needed to allow for fast_install
15579   # before this can be enabled.
15580   hardcode_into_libs=yes
15581
15582   # Append ld.so.conf contents to the search path
15583   if test -f /etc/ld.so.conf; then
15584     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' ' '`
15585     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
15586   fi
15587
15588   # We used to test for /lib/ld.so.1 and disable shared libraries on
15589   # powerpc, because MkLinux only supported shared libraries with the
15590   # GNU dynamic linker.  Since this was broken with cross compilers,
15591   # most powerpc-linux boxes support dynamic linking these days and
15592   # people can always --disable-shared, the test was removed, and we
15593   # assume the GNU/Linux dynamic linker is in use.
15594   dynamic_linker='GNU/Linux ld.so'
15595   ;;
15596
15597 netbsd*)
15598   version_type=sunos
15599   need_lib_prefix=no
15600   need_version=no
15601   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
15602     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15603     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15604     dynamic_linker='NetBSD (a.out) ld.so'
15605   else
15606     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15607     soname_spec='${libname}${release}${shared_ext}$major'
15608     dynamic_linker='NetBSD ld.elf_so'
15609   fi
15610   shlibpath_var=LD_LIBRARY_PATH
15611   shlibpath_overrides_runpath=yes
15612   hardcode_into_libs=yes
15613   ;;
15614
15615 newsos6)
15616   version_type=linux
15617   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15618   shlibpath_var=LD_LIBRARY_PATH
15619   shlibpath_overrides_runpath=yes
15620   ;;
15621
15622 *nto* | *qnx*)
15623   version_type=qnx
15624   need_lib_prefix=no
15625   need_version=no
15626   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15627   soname_spec='${libname}${release}${shared_ext}$major'
15628   shlibpath_var=LD_LIBRARY_PATH
15629   shlibpath_overrides_runpath=no
15630   hardcode_into_libs=yes
15631   dynamic_linker='ldqnx.so'
15632   ;;
15633
15634 openbsd*)
15635   version_type=sunos
15636   sys_lib_dlsearch_path_spec="/usr/lib"
15637   need_lib_prefix=no
15638   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
15639   case $host_os in
15640     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
15641     *)                          need_version=no  ;;
15642   esac
15643   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15644   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15645   shlibpath_var=LD_LIBRARY_PATH
15646   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
15647     case $host_os in
15648       openbsd2.[89] | openbsd2.[89].*)
15649         shlibpath_overrides_runpath=no
15650         ;;
15651       *)
15652         shlibpath_overrides_runpath=yes
15653         ;;
15654       esac
15655   else
15656     shlibpath_overrides_runpath=yes
15657   fi
15658   ;;
15659
15660 os2*)
15661   libname_spec='$name'
15662   shrext_cmds=".dll"
15663   need_lib_prefix=no
15664   library_names_spec='$libname${shared_ext} $libname.a'
15665   dynamic_linker='OS/2 ld.exe'
15666   shlibpath_var=LIBPATH
15667   ;;
15668
15669 osf3* | osf4* | osf5*)
15670   version_type=osf
15671   need_lib_prefix=no
15672   need_version=no
15673   soname_spec='${libname}${release}${shared_ext}$major'
15674   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15675   shlibpath_var=LD_LIBRARY_PATH
15676   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
15677   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
15678   ;;
15679
15680 rdos*)
15681   dynamic_linker=no
15682   ;;
15683
15684 solaris*)
15685   version_type=linux
15686   need_lib_prefix=no
15687   need_version=no
15688   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15689   soname_spec='${libname}${release}${shared_ext}$major'
15690   shlibpath_var=LD_LIBRARY_PATH
15691   shlibpath_overrides_runpath=yes
15692   hardcode_into_libs=yes
15693   # ldd complains unless libraries are executable
15694   postinstall_cmds='chmod +x $lib'
15695   ;;
15696
15697 sunos4*)
15698   version_type=sunos
15699   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15700   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
15701   shlibpath_var=LD_LIBRARY_PATH
15702   shlibpath_overrides_runpath=yes
15703   if test "$with_gnu_ld" = yes; then
15704     need_lib_prefix=no
15705   fi
15706   need_version=yes
15707   ;;
15708
15709 sysv4 | sysv4.3*)
15710   version_type=linux
15711   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15712   soname_spec='${libname}${release}${shared_ext}$major'
15713   shlibpath_var=LD_LIBRARY_PATH
15714   case $host_vendor in
15715     sni)
15716       shlibpath_overrides_runpath=no
15717       need_lib_prefix=no
15718       runpath_var=LD_RUN_PATH
15719       ;;
15720     siemens)
15721       need_lib_prefix=no
15722       ;;
15723     motorola)
15724       need_lib_prefix=no
15725       need_version=no
15726       shlibpath_overrides_runpath=no
15727       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
15728       ;;
15729   esac
15730   ;;
15731
15732 sysv4*MP*)
15733   if test -d /usr/nec ;then
15734     version_type=linux
15735     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
15736     soname_spec='$libname${shared_ext}.$major'
15737     shlibpath_var=LD_LIBRARY_PATH
15738   fi
15739   ;;
15740
15741 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
15742   version_type=freebsd-elf
15743   need_lib_prefix=no
15744   need_version=no
15745   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15746   soname_spec='${libname}${release}${shared_ext}$major'
15747   shlibpath_var=LD_LIBRARY_PATH
15748   shlibpath_overrides_runpath=yes
15749   hardcode_into_libs=yes
15750   if test "$with_gnu_ld" = yes; then
15751     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
15752   else
15753     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
15754     case $host_os in
15755       sco3.2v5*)
15756         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
15757         ;;
15758     esac
15759   fi
15760   sys_lib_dlsearch_path_spec='/usr/lib'
15761   ;;
15762
15763 tpf*)
15764   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
15765   version_type=linux
15766   need_lib_prefix=no
15767   need_version=no
15768   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15769   shlibpath_var=LD_LIBRARY_PATH
15770   shlibpath_overrides_runpath=no
15771   hardcode_into_libs=yes
15772   ;;
15773
15774 uts4*)
15775   version_type=linux
15776   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15777   soname_spec='${libname}${release}${shared_ext}$major'
15778   shlibpath_var=LD_LIBRARY_PATH
15779   ;;
15780
15781 *)
15782   dynamic_linker=no
15783   ;;
15784 esac
15785 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
15786 echo "${ECHO_T}$dynamic_linker" >&6; }
15787 test "$dynamic_linker" = no && can_build_shared=no
15788
15789 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
15790 if test "$GCC" = yes; then
15791   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
15792 fi
15793
15794 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
15795   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
15796 fi
15797 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
15798   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
15799 fi
15800
15801
15802
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     { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
15837 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
15838 hardcode_action_CXX=
15839 if test -n "$hardcode_libdir_flag_spec_CXX" ||
15840    test -n "$runpath_var_CXX" ||
15841    test "X$hardcode_automatic_CXX" = "Xyes" ; then
15842
15843   # We can hardcode non-existent directories.
15844   if test "$hardcode_direct_CXX" != no &&
15845      # If the only mechanism to avoid hardcoding is shlibpath_var, we
15846      # have to relink, otherwise we might link with an installed library
15847      # when we should be linking with a yet-to-be-installed one
15848      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
15849      test "$hardcode_minus_L_CXX" != no; then
15850     # Linking always hardcodes the temporary library directory.
15851     hardcode_action_CXX=relink
15852   else
15853     # We can link without hardcoding, and we can hardcode nonexisting dirs.
15854     hardcode_action_CXX=immediate
15855   fi
15856 else
15857   # We cannot hardcode anything, or else we can only hardcode existing
15858   # directories.
15859   hardcode_action_CXX=unsupported
15860 fi
15861 { echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
15862 echo "${ECHO_T}$hardcode_action_CXX" >&6; }
15863
15864 if test "$hardcode_action_CXX" = relink ||
15865    test "$inherit_rpath_CXX" = yes; then
15866   # Fast installation is not supported
15867   enable_fast_install=no
15868 elif test "$shlibpath_overrides_runpath" = yes ||
15869      test "$enable_shared" = no; then
15870   # Fast installation is not necessary
15871   enable_fast_install=needless
15872 fi
15873
15874
15875
15876
15877
15878
15879
15880   fi # test -n "$compiler"
15881
15882   CC=$lt_save_CC
15883   LDCXX=$LD
15884   LD=$lt_save_LD
15885   GCC=$lt_save_GCC
15886   with_gnu_ld=$lt_save_with_gnu_ld
15887   lt_cv_path_LDCXX=$lt_cv_path_LD
15888   lt_cv_path_LD=$lt_save_path_LD
15889   lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
15890   lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
15891 fi # test "$_lt_caught_CXX_error" != yes
15892
15893 ac_ext=c
15894 ac_cpp='$CPP $CPPFLAGS'
15895 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15896 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15897 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15898
15899
15900
15901
15902
15903
15904
15905
15906
15907
15908
15909
15910
15911         ac_config_commands="$ac_config_commands libtool"
15912
15913
15914
15915
15916 # Only expand once:
15917
15918
15919
15920
15921 if test x$use_libtool != xno; then
15922    DEFAULT_OBJECT_TYPE=".lo"
15923    DEFAULT_ARCHIVE_TYPE=".la"
15924    DEFAULT_SHARED_OBJECT_TYPE=".la"
15925    LIBTOOL="\$(LIBTOOL)"
15926    LIBTOOL_INSTALL_TARGET="libtool-install"
15927    LIBTOOL_UNINSTALL_TARGET="libtool-uninstall"
15928    LIBTOOL_CLEAN_TARGET="libtool-clean"
15929    QMAKE_LIBTOOL="${BUILD_DIR}/libtool"
15930    FD_PLUGIN_DIR="src/plugins/fd"
15931    have_plugins=yes
15932 else
15933    DEFAULT_OBJECT_TYPE=".o"
15934    DEFAULT_ARCHIVE_TYPE=".a"
15935    DEFAULT_SHARED_OBJECT_TYPE=".so"
15936    LIBTOOL="# \$(LIBTOOL)"
15937    LIBTOOL_INSTALL_TARGET=""
15938    LIBTOOL_UNINSTALL_TARGET=""
15939    LIBTOOL_CLEAN_TARGET=""
15940    QMAKE_LIBTOOL="# ${BUILD_DIR}/libtool"
15941    FD_PLUGIN_DIR=""
15942    have_plugins=no
15943 fi
15944
15945
15946
15947
15948
15949
15950
15951
15952
15953
15954
15955 # Check whether --enable-includes was given.
15956 if test "${enable_includes+set}" = set; then
15957   enableval=$enable_includes;
15958        if test x$enableval = xyes; then
15959           install_includes=yes
15960        fi
15961
15962
15963 fi
15964
15965
15966
15967 if test x$use_libtool != xno -a x$install_includes = xyes; then
15968    INCLUDE_INSTALL_TARGET="install-includes"
15969    INCLUDE_UNINSTALL_TARGET="uninstall-includes"
15970 else
15971    INCLUDE_INSTALL_TARGET=""
15972    INCLUDE_UNINSTALL_TARGET=""
15973 fi
15974
15975
15976
15977
15978 { echo "$as_me:$LINENO: checking host system type" >&5
15979 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
15980 if test "${ac_cv_host+set}" = set; then
15981   echo $ECHO_N "(cached) $ECHO_C" >&6
15982 else
15983   if test "x$host_alias" = x; then
15984   ac_cv_host=$ac_cv_build
15985 else
15986   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
15987     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
15988 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
15989    { (exit 1); exit 1; }; }
15990 fi
15991
15992 fi
15993 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
15994 echo "${ECHO_T}$ac_cv_host" >&6; }
15995 case $ac_cv_host in
15996 *-*-*) ;;
15997 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
15998 echo "$as_me: error: invalid value of canonical host" >&2;}
15999    { (exit 1); exit 1; }; };;
16000 esac
16001 host=$ac_cv_host
16002 ac_save_IFS=$IFS; IFS='-'
16003 set x $ac_cv_host
16004 shift
16005 host_cpu=$1
16006 host_vendor=$2
16007 shift; shift
16008 # Remember, the first character of IFS is used to create $*,
16009 # except with old shells:
16010 host_os=$*
16011 IFS=$ac_save_IFS
16012 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
16013
16014
16015 case $host_os in
16016   *cygwin* ) CYGWIN=yes;;
16017          * ) CYGWIN=no;;
16018 esac
16019
16020 if test $HAVE_UNAME=yes -a x`uname -s` = xSunOS
16021 then
16022
16023
16024 if $TRUEPRG; then
16025   HAVE_SUN_OS_TRUE=
16026   HAVE_SUN_OS_FALSE='#'
16027 else
16028   HAVE_SUN_OS_TRUE='#'
16029   HAVE_SUN_OS_FALSE=
16030 fi
16031         cat >>confdefs.h <<\_ACEOF
16032 #define HAVE_SUN_OS 1
16033 _ACEOF
16034
16035 else
16036
16037
16038 if $FALSEPRG; then
16039   HAVE_SUN_OS_TRUE=
16040   HAVE_SUN_OS_FALSE='#'
16041 else
16042   HAVE_SUN_OS_TRUE='#'
16043   HAVE_SUN_OS_FALSE=
16044 fi
16045 fi
16046
16047 if test $HAVE_UNAME=yes -a x`uname -s` = xOSF1
16048 then
16049
16050
16051 if $TRUEPRG; then
16052   HAVE_OSF1_OS_TRUE=
16053   HAVE_OSF1_OS_FALSE='#'
16054 else
16055   HAVE_OSF1_OS_TRUE='#'
16056   HAVE_OSF1_OS_FALSE=
16057 fi
16058         cat >>confdefs.h <<\_ACEOF
16059 #define HAVE_OSF1_OS 1
16060 _ACEOF
16061
16062 else
16063
16064
16065 if $FALSEPRG; then
16066   HAVE_OSF1_OS_TRUE=
16067   HAVE_OSF1_OS_FALSE='#'
16068 else
16069   HAVE_OSF1_OS_TRUE='#'
16070   HAVE_OSF1_OS_FALSE=
16071 fi
16072 fi
16073
16074 if test $HAVE_UNAME=yes -a x`uname -s` = xAIX
16075 then
16076
16077
16078 if $TRUEPRG; then
16079   HAVE_AIX_OS_TRUE=
16080   HAVE_AIX_OS_FALSE='#'
16081 else
16082   HAVE_AIX_OS_TRUE='#'
16083   HAVE_AIX_OS_FALSE=
16084 fi
16085         cat >>confdefs.h <<\_ACEOF
16086 #define HAVE_AIX_OS 1
16087 _ACEOF
16088
16089 else
16090
16091
16092 if $FALSEPRG; then
16093   HAVE_AIX_OS_TRUE=
16094   HAVE_AIX_OS_FALSE='#'
16095 else
16096   HAVE_AIX_OS_TRUE='#'
16097   HAVE_AIX_OS_FALSE=
16098 fi
16099 fi
16100
16101 if test $HAVE_UNAME=yes -a x`uname -s` = xHP-UX
16102 then
16103
16104
16105 if $TRUEPRG; then
16106   HAVE_HPUX_OS_TRUE=
16107   HAVE_HPUX_OS_FALSE='#'
16108 else
16109   HAVE_HPUX_OS_TRUE='#'
16110   HAVE_HPUX_OS_FALSE=
16111 fi
16112         cat >>confdefs.h <<\_ACEOF
16113 #define HAVE_HPUX_OS 1
16114 _ACEOF
16115
16116 else
16117
16118
16119 if $FALSEPRG; then
16120   HAVE_HPUX_OS_TRUE=
16121   HAVE_HPUX_OS_FALSE='#'
16122 else
16123   HAVE_HPUX_OS_TRUE='#'
16124   HAVE_HPUX_OS_FALSE=
16125 fi
16126 fi
16127
16128 if test $HAVE_UNAME=yes -a x`uname -s` = xLinux
16129 then
16130
16131
16132 if $TRUEPRG; then
16133   HAVE_LINUX_OS_TRUE=
16134   HAVE_LINUX_OS_FALSE='#'
16135 else
16136   HAVE_LINUX_OS_TRUE='#'
16137   HAVE_LINUX_OS_FALSE=
16138 fi
16139         cat >>confdefs.h <<\_ACEOF
16140 #define HAVE_LINUX_OS 1
16141 _ACEOF
16142
16143 else
16144
16145
16146 if $FALSEPRG; then
16147   HAVE_LINUX_OS_TRUE=
16148   HAVE_LINUX_OS_FALSE='#'
16149 else
16150   HAVE_LINUX_OS_TRUE='#'
16151   HAVE_LINUX_OS_FALSE=
16152 fi
16153 fi
16154
16155 if test $HAVE_UNAME=yes -a x`uname -s` = xFreeBSD
16156 then
16157
16158
16159 if $TRUEPRG; then
16160   HAVE_FREEBSD_OS_TRUE=
16161   HAVE_FREEBSD_OS_FALSE='#'
16162 else
16163   HAVE_FREEBSD_OS_TRUE='#'
16164   HAVE_FREEBSD_OS_FALSE=
16165 fi
16166         cat >>confdefs.h <<\_ACEOF
16167 #define HAVE_FREEBSD_OS 1
16168 _ACEOF
16169
16170 else
16171
16172
16173 if $FALSEPRG; then
16174   HAVE_FREEBSD_OS_TRUE=
16175   HAVE_FREEBSD_OS_FALSE='#'
16176 else
16177   HAVE_FREEBSD_OS_TRUE='#'
16178   HAVE_FREEBSD_OS_FALSE=
16179 fi
16180 fi
16181
16182 if test $HAVE_UNAME=yes -a x`uname -s` = xNetBSD
16183 then
16184
16185
16186 if $TRUEPRG; then
16187   HAVE_NETBSD_OS_TRUE=
16188   HAVE_NETBSD_OS_FALSE='#'
16189 else
16190   HAVE_NETBSD_OS_TRUE='#'
16191   HAVE_NETBSD_OS_FALSE=
16192 fi
16193         cat >>confdefs.h <<\_ACEOF
16194 #define HAVE_NETBSD_OS 1
16195 _ACEOF
16196
16197 else
16198
16199
16200 if $FALSEPRG; then
16201   HAVE_NETBSD_OS_TRUE=
16202   HAVE_NETBSD_OS_FALSE='#'
16203 else
16204   HAVE_NETBSD_OS_TRUE='#'
16205   HAVE_NETBSD_OS_FALSE=
16206 fi
16207 fi
16208
16209 if test $HAVE_UNAME=yes -a x`uname -s` = xOpenBSD
16210 then
16211
16212
16213 if $TRUEPRG; then
16214   HAVE_OPENBSD_OS_TRUE=
16215   HAVE_OPENBSD_OS_FALSE='#'
16216 else
16217   HAVE_OPENBSD_OS_TRUE='#'
16218   HAVE_OPENBSD_OS_FALSE=
16219 fi
16220         cat >>confdefs.h <<\_ACEOF
16221 #define HAVE_OPENBSD_OS 1
16222 _ACEOF
16223
16224 else
16225
16226
16227 if $FALSEPRG; then
16228   HAVE_OPENBSD_OS_TRUE=
16229   HAVE_OPENBSD_OS_FALSE='#'
16230 else
16231   HAVE_OPENBSD_OS_TRUE='#'
16232   HAVE_OPENBSD_OS_FALSE=
16233 fi
16234 fi
16235
16236 if test $HAVE_UNAME=yes -a x`uname -s` = xBSD/OS
16237 then
16238
16239
16240 if $TRUEPRG; then
16241   HAVE_BSDI_OS_TRUE=
16242   HAVE_BSDI_OS_FALSE='#'
16243 else
16244   HAVE_BSDI_OS_TRUE='#'
16245   HAVE_BSDI_OS_FALSE=
16246 fi
16247         cat >>confdefs.h <<\_ACEOF
16248 #define HAVE_BSDI_OS 1
16249 _ACEOF
16250
16251 else
16252
16253
16254 if $FALSEPRG; then
16255   HAVE_BSDI_OS_TRUE=
16256   HAVE_BSDI_OS_FALSE='#'
16257 else
16258   HAVE_BSDI_OS_TRUE='#'
16259   HAVE_BSDI_OS_FALSE=
16260 fi
16261 fi
16262
16263 if test $HAVE_UNAME=yes -a x`uname -s` = xSGI
16264 then
16265
16266
16267 if $TRUEPRG; then
16268   HAVE_SGI_OS_TRUE=
16269   HAVE_SGI_OS_FALSE='#'
16270 else
16271   HAVE_SGI_OS_TRUE='#'
16272   HAVE_SGI_OS_FALSE=
16273 fi
16274         cat >>confdefs.h <<\_ACEOF
16275 #define HAVE_SGI_OS 1
16276 _ACEOF
16277
16278 else
16279
16280
16281 if $FALSEPRG; then
16282   HAVE_SGI_OS_TRUE=
16283   HAVE_SGI_OS_FALSE='#'
16284 else
16285   HAVE_SGI_OS_TRUE='#'
16286   HAVE_SGI_OS_FALSE=
16287 fi
16288 fi
16289
16290 if test $HAVE_UNAME=yes -a x`uname -s` = xIRIX -o x`uname -s` = xIRIX64
16291 then
16292
16293
16294 if $TRUEPRG; then
16295   HAVE_IRIX_OS_TRUE=
16296   HAVE_IRIX_OS_FALSE='#'
16297 else
16298   HAVE_IRIX_OS_TRUE='#'
16299   HAVE_IRIX_OS_FALSE=
16300 fi
16301         cat >>confdefs.h <<\_ACEOF
16302 #define HAVE_IRIX_OS 1
16303 _ACEOF
16304
16305 else
16306
16307
16308 if $FALSEPRG; then
16309   HAVE_IRIX_OS_TRUE=
16310   HAVE_IRIX_OS_FALSE='#'
16311 else
16312   HAVE_IRIX_OS_TRUE='#'
16313   HAVE_IRIX_OS_FALSE=
16314 fi
16315 fi
16316
16317 if test $HAVE_UNAME=yes -a x`uname -s` = xDarwin
16318 then
16319
16320
16321 if $TRUEPRG; then
16322   HAVE_DARWIN_OS_TRUE=
16323   HAVE_DARWIN_OS_FALSE='#'
16324 else
16325   HAVE_DARWIN_OS_TRUE='#'
16326   HAVE_DARWIN_OS_FALSE=
16327 fi
16328     cat >>confdefs.h <<\_ACEOF
16329 #define HAVE_DARWIN_OS 1
16330 _ACEOF
16331
16332 else
16333
16334
16335 if $FALSEPRG; then
16336   HAVE_DARWIN_OS_TRUE=
16337   HAVE_DARWIN_OS_FALSE='#'
16338 else
16339   HAVE_DARWIN_OS_TRUE='#'
16340   HAVE_DARWIN_OS_FALSE=
16341 fi
16342 fi
16343
16344
16345 { echo "$as_me:$LINENO: checking for Operating System Distribution" >&5
16346 echo $ECHO_N "checking for Operating System Distribution... $ECHO_C" >&6; }
16347 if test "x$DISTNAME" != "x"
16348 then
16349         echo "distname set to $DISTNAME"
16350 elif test $HAVE_UNAME=yes -a x`uname -s` = xOSF1
16351 then
16352         DISTNAME=alpha
16353 elif test $HAVE_UNAME=yes -a x`uname -s` = xAIX
16354 then
16355         DISTNAME=aix
16356 elif test $HAVE_UNAME=yes -a x`uname -s` = xHP-UX
16357 then
16358         DISTNAME=hpux
16359 elif test $HAVE_UNAME=yes -a x`uname -s` = xSunOS
16360 then
16361         DISTNAME=solaris
16362 elif test $HAVE_UNAME=yes -a x`uname -s` = xFreeBSD
16363 then
16364         DISTNAME=freebsd
16365 elif test $HAVE_UNAME=yes -a x`uname -s` = xNetBSD
16366 then
16367         DISTNAME=netbsd
16368 elif test $HAVE_UNAME=yes -a x`uname -s` = xOpenBSD
16369 then
16370         DISTNAME=openbsd
16371 elif test $HAVE_UNAME=yes -a x`uname -s` = xIRIX
16372 then
16373         DISTNAME=irix
16374 elif test $HAVE_UNAME=yes -a x`uname -s` = xBSD/OS
16375 then
16376         DISTNAME=bsdi
16377 elif test -f /etc/SuSE-release
16378 then
16379         DISTNAME=suse
16380 elif test -d /etc/SuSEconfig
16381 then
16382         DISTNAME=suse5
16383 elif test -f /etc/mandrake-release
16384 then
16385         DISTNAME=mandrake
16386 elif test -f /etc/whitebox-release
16387 then
16388        DISTNAME=redhat
16389 elif test -f /etc/redhat-release
16390 then
16391         DISTNAME=redhat
16392 elif test -f /etc/gentoo-release
16393 then
16394         DISTNAME=gentoo
16395 elif test -f /etc/debian_version
16396 then
16397         DISTNAME=debian
16398 elif test -f /etc/slackware-version
16399 then
16400         DISTNAME=slackware
16401 elif test x$host_vendor = xapple
16402 then
16403     DISTNAME=osx
16404 elif test $HAVE_UNAME=yes -a x`uname -s` = xDarwin
16405 then
16406     DISTNAME=darwin
16407 elif test -f /etc/engarde-version
16408 then
16409         DISTNAME=engarde
16410 elif test -f /etc/arch-release
16411 then
16412         DISTNAME=archlinux
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_curses_h+set}" = set; then
24479   { echo "$as_me:$LINENO: checking for curses.h" >&5
24480 echo $ECHO_N "checking for curses.h... $ECHO_C" >&6; }
24481 if test "${ac_cv_header_curses_h+set}" = set; then
24482   echo $ECHO_N "(cached) $ECHO_C" >&6
24483 fi
24484 { echo "$as_me:$LINENO: result: $ac_cv_header_curses_h" >&5
24485 echo "${ECHO_T}$ac_cv_header_curses_h" >&6; }
24486 else
24487   # Is the header compilable?
24488 { echo "$as_me:$LINENO: checking curses.h usability" >&5
24489 echo $ECHO_N "checking curses.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 <curses.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 curses.h presence" >&5
24530 echo $ECHO_N "checking curses.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 <curses.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: curses.h: accepted by the compiler, rejected by the preprocessor!" >&5
24571 echo "$as_me: WARNING: curses.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24572     { echo "$as_me:$LINENO: WARNING: curses.h: proceeding with the compiler's result" >&5
24573 echo "$as_me: WARNING: curses.h: proceeding with the compiler's result" >&2;}
24574     ac_header_preproc=yes
24575     ;;
24576   no:yes:* )
24577     { echo "$as_me:$LINENO: WARNING: curses.h: present but cannot be compiled" >&5
24578 echo "$as_me: WARNING: curses.h: present but cannot be compiled" >&2;}
24579     { echo "$as_me:$LINENO: WARNING: curses.h:     check for missing prerequisite headers?" >&5
24580 echo "$as_me: WARNING: curses.h:     check for missing prerequisite headers?" >&2;}
24581     { echo "$as_me:$LINENO: WARNING: curses.h: see the Autoconf documentation" >&5
24582 echo "$as_me: WARNING: curses.h: see the Autoconf documentation" >&2;}
24583     { echo "$as_me:$LINENO: WARNING: curses.h:     section \"Present But Cannot Be Compiled\"" >&5
24584 echo "$as_me: WARNING: curses.h:     section \"Present But Cannot Be Compiled\"" >&2;}
24585     { echo "$as_me:$LINENO: WARNING: curses.h: proceeding with the preprocessor's result" >&5
24586 echo "$as_me: WARNING: curses.h: proceeding with the preprocessor's result" >&2;}
24587     { echo "$as_me:$LINENO: WARNING: curses.h: in the future, the compiler will take precedence" >&5
24588 echo "$as_me: WARNING: curses.h: in the future, the compiler will take precedence" >&2;}
24589
24590     ;;
24591 esac
24592 { echo "$as_me:$LINENO: checking for curses.h" >&5
24593 echo $ECHO_N "checking for curses.h... $ECHO_C" >&6; }
24594 if test "${ac_cv_header_curses_h+set}" = set; then
24595   echo $ECHO_N "(cached) $ECHO_C" >&6
24596 else
24597   ac_cv_header_curses_h=$ac_header_preproc
24598 fi
24599 { echo "$as_me:$LINENO: result: $ac_cv_header_curses_h" >&5
24600 echo "${ECHO_T}$ac_cv_header_curses_h" >&6; }
24601
24602 fi
24603 if test $ac_cv_header_curses_h = yes; then
24604    { echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&5
24605 echo $ECHO_N "checking for tgetent in -lncurses... $ECHO_C" >&6; }
24606 if test "${ac_cv_lib_ncurses_tgetent+set}" = set; then
24607   echo $ECHO_N "(cached) $ECHO_C" >&6
24608 else
24609   ac_check_lib_save_LIBS=$LIBS
24610 LIBS="-lncurses  $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_ncurses_tgetent=yes
24652 else
24653   echo "$as_me: failed program was:" >&5
24654 sed 's/^/| /' conftest.$ac_ext >&5
24655
24656         ac_cv_lib_ncurses_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_ncurses_tgetent" >&5
24664 echo "${ECHO_T}$ac_cv_lib_ncurses_tgetent" >&6; }
24665 if test $ac_cv_lib_ncurses_tgetent = yes; then
24666    TERM_LIB="-lncurses"
24667 else
24668    { echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&5
24669 echo $ECHO_N "checking for tgetent in -ltermcap... $ECHO_C" >&6; }
24670 if test "${ac_cv_lib_termcap_tgetent+set}" = set; then
24671   echo $ECHO_N "(cached) $ECHO_C" >&6
24672 else
24673   ac_check_lib_save_LIBS=$LIBS
24674 LIBS="-ltermcap  $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_termcap_tgetent=yes
24716 else
24717   echo "$as_me: failed program was:" >&5
24718 sed 's/^/| /' conftest.$ac_ext >&5
24719
24720         ac_cv_lib_termcap_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_termcap_tgetent" >&5
24728 echo "${ECHO_T}$ac_cv_lib_termcap_tgetent" >&6; }
24729 if test $ac_cv_lib_termcap_tgetent = yes; then
24730    TERM_LIB="-ltermcap"
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    if test "$support_tls" = "yes"; then
27227
27228 cat >>confdefs.h <<\_ACEOF
27229 #define HAVE_OPENSSL 1
27230 _ACEOF
27231
27232
27233 cat >>confdefs.h <<\_ACEOF
27234 #define HAVE_TLS 1
27235 _ACEOF
27236
27237
27238 cat >>confdefs.h <<\_ACEOF
27239 #define HAVE_CRYPTO 1
27240 _ACEOF
27241
27242    fi
27243
27244    if test "$ac_cv_openssl_sha2" = "yes"; then
27245
27246 cat >>confdefs.h <<\_ACEOF
27247 #define HAVE_SHA2 1
27248 _ACEOF
27249
27250    fi
27251
27252    if test "$ac_cv_openssl_export" = "yes"; then
27253
27254 cat >>confdefs.h <<\_ACEOF
27255 #define HAVE_OPENSSL_EXPORT_LIBRARY 1
27256 _ACEOF
27257
27258    fi
27259
27260    if test "$support_crypto" = "yes"; then
27261       { echo "$as_me:$LINENO: checking for EVP_PKEY_encrypt_old in -lssl" >&5
27262 echo $ECHO_N "checking for EVP_PKEY_encrypt_old in -lssl... $ECHO_C" >&6; }
27263 if test "${ac_cv_lib_ssl_EVP_PKEY_encrypt_old+set}" = set; then
27264   echo $ECHO_N "(cached) $ECHO_C" >&6
27265 else
27266   ac_check_lib_save_LIBS=$LIBS
27267 LIBS="-lssl  $LIBS"
27268 cat >conftest.$ac_ext <<_ACEOF
27269 /* confdefs.h.  */
27270 _ACEOF
27271 cat confdefs.h >>conftest.$ac_ext
27272 cat >>conftest.$ac_ext <<_ACEOF
27273 /* end confdefs.h.  */
27274
27275 /* Override any GCC internal prototype to avoid an error.
27276    Use char because int might match the return type of a GCC
27277    builtin and then its argument prototype would still apply.  */
27278 #ifdef __cplusplus
27279 extern "C"
27280 #endif
27281 char EVP_PKEY_encrypt_old ();
27282 int
27283 main ()
27284 {
27285 return EVP_PKEY_encrypt_old ();
27286   ;
27287   return 0;
27288 }
27289 _ACEOF
27290 rm -f conftest.$ac_objext conftest$ac_exeext
27291 if { (ac_try="$ac_link"
27292 case "(($ac_try" in
27293   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27294   *) ac_try_echo=$ac_try;;
27295 esac
27296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27297   (eval "$ac_link") 2>conftest.er1
27298   ac_status=$?
27299   grep -v '^ *+' conftest.er1 >conftest.err
27300   rm -f conftest.er1
27301   cat conftest.err >&5
27302   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27303   (exit $ac_status); } && {
27304          test -z "$ac_c_werror_flag" ||
27305          test ! -s conftest.err
27306        } && test -s conftest$ac_exeext &&
27307        $as_test_x conftest$ac_exeext; then
27308   ac_cv_lib_ssl_EVP_PKEY_encrypt_old=yes
27309 else
27310   echo "$as_me: failed program was:" >&5
27311 sed 's/^/| /' conftest.$ac_ext >&5
27312
27313         ac_cv_lib_ssl_EVP_PKEY_encrypt_old=no
27314 fi
27315
27316 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27317       conftest$ac_exeext conftest.$ac_ext
27318 LIBS=$ac_check_lib_save_LIBS
27319 fi
27320 { echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_EVP_PKEY_encrypt_old" >&5
27321 echo "${ECHO_T}$ac_cv_lib_ssl_EVP_PKEY_encrypt_old" >&6; }
27322 if test $ac_cv_lib_ssl_EVP_PKEY_encrypt_old = yes; then
27323
27324 cat >>confdefs.h <<\_ACEOF
27325 #define HAVE_OPENSSLv1 1
27326 _ACEOF
27327
27328 fi
27329
27330    fi
27331
27332    LIBS="${saved_LIBS}"
27333    CFLAGS="${saved_CFLAGS}"
27334 else
27335    support_tls="no"
27336    support_crypto="no"
27337    OPENSSL_LIBS=""
27338    OPENSSL_INC=""
27339 fi
27340 { echo "$as_me:$LINENO: result: $support_tls" >&5
27341 echo "${ECHO_T}$support_tls" >&6; }
27342
27343 if test "$support_tls" = "no"; then
27344    OPENSSL_LIBS=""
27345    OPENSSL_INC=""
27346 fi
27347 if test "$support_crypto" = "no"; then
27348    OPENSSL_LIBS=""
27349    OPENSSL_INC=""
27350 fi
27351
27352
27353
27354
27355 { echo "$as_me:$LINENO: checking for library containing dlopen" >&5
27356 echo $ECHO_N "checking for library containing dlopen... $ECHO_C" >&6; }
27357 if test "${ac_cv_search_dlopen+set}" = set; then
27358   echo $ECHO_N "(cached) $ECHO_C" >&6
27359 else
27360   ac_func_search_save_LIBS=$LIBS
27361 cat >conftest.$ac_ext <<_ACEOF
27362 /* confdefs.h.  */
27363 _ACEOF
27364 cat confdefs.h >>conftest.$ac_ext
27365 cat >>conftest.$ac_ext <<_ACEOF
27366 /* end confdefs.h.  */
27367
27368 /* Override any GCC internal prototype to avoid an error.
27369    Use char because int might match the return type of a GCC
27370    builtin and then its argument prototype would still apply.  */
27371 #ifdef __cplusplus
27372 extern "C"
27373 #endif
27374 char dlopen ();
27375 int
27376 main ()
27377 {
27378 return dlopen ();
27379   ;
27380   return 0;
27381 }
27382 _ACEOF
27383 for ac_lib in '' dl; do
27384   if test -z "$ac_lib"; then
27385     ac_res="none required"
27386   else
27387     ac_res=-l$ac_lib
27388     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
27389   fi
27390   rm -f conftest.$ac_objext conftest$ac_exeext
27391 if { (ac_try="$ac_link"
27392 case "(($ac_try" in
27393   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27394   *) ac_try_echo=$ac_try;;
27395 esac
27396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27397   (eval "$ac_link") 2>conftest.er1
27398   ac_status=$?
27399   grep -v '^ *+' conftest.er1 >conftest.err
27400   rm -f conftest.er1
27401   cat conftest.err >&5
27402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27403   (exit $ac_status); } && {
27404          test -z "$ac_c_werror_flag" ||
27405          test ! -s conftest.err
27406        } && test -s conftest$ac_exeext &&
27407        $as_test_x conftest$ac_exeext; then
27408   ac_cv_search_dlopen=$ac_res
27409 else
27410   echo "$as_me: failed program was:" >&5
27411 sed 's/^/| /' conftest.$ac_ext >&5
27412
27413
27414 fi
27415
27416 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27417       conftest$ac_exeext
27418   if test "${ac_cv_search_dlopen+set}" = set; then
27419   break
27420 fi
27421 done
27422 if test "${ac_cv_search_dlopen+set}" = set; then
27423   :
27424 else
27425   ac_cv_search_dlopen=no
27426 fi
27427 rm conftest.$ac_ext
27428 LIBS=$ac_func_search_save_LIBS
27429 fi
27430 { echo "$as_me:$LINENO: result: $ac_cv_search_dlopen" >&5
27431 echo "${ECHO_T}$ac_cv_search_dlopen" >&6; }
27432 ac_res=$ac_cv_search_dlopen
27433 if test "$ac_res" != no; then
27434   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
27435
27436 fi
27437
27438
27439 working_dir=`eval echo ${prefix}/var/bacula/working`
27440
27441 # Check whether --with-working-dir was given.
27442 if test "${with_working_dir+set}" = set; then
27443   withval=$with_working_dir;
27444        if test "x$withval" != "xno" ; then
27445          working_dir=$withval
27446        fi
27447
27448
27449 fi
27450
27451
27452
27453
27454 archivedir=/tmp
27455
27456 # Check whether --with-archivedir was given.
27457 if test "${with_archivedir+set}" = set; then
27458   withval=$with_archivedir;
27459        if test "x$withval" != "xno" ; then
27460           archivedir=$withval
27461        fi
27462
27463
27464 fi
27465
27466
27467
27468
27469 basename=`hostname`
27470
27471 # Check whether --with-basename was given.
27472 if test "${with_basename+set}" = set; then
27473   withval=$with_basename;
27474        if test "x$withval" != "xno" ; then
27475           basename=$withval
27476        fi
27477
27478
27479 fi
27480
27481
27482
27483
27484 hostname=`uname -n | cut -d '.' -f 1`
27485 if test x${hostname} = x ; then
27486   hostname="localhost"
27487 fi
27488
27489 # Check whether --with-hostname was given.
27490 if test "${with_hostname+set}" = set; then
27491   withval=$with_hostname;
27492        if test "x$withval" != "xno" ; then
27493          hostname=$withval
27494        fi
27495
27496
27497 fi
27498
27499
27500
27501
27502
27503 scriptdir=`eval echo ${sysconfdir}`
27504
27505 # Check whether --with-scriptdir was given.
27506 if test "${with_scriptdir+set}" = set; then
27507   withval=$with_scriptdir;
27508        if test "x$withval" != "xno" ; then
27509           scriptdir=$withval
27510        fi
27511
27512
27513 fi
27514
27515
27516
27517
27518
27519 bsrdir=/tmp
27520
27521 # Check whether --with-bsrdir was given.
27522 if test "${with_bsrdir+set}" = set; then
27523   withval=$with_bsrdir;
27524        if test "x$withval" != "xno" ; then
27525           bsrdir=$withval
27526        fi
27527
27528
27529 fi
27530
27531
27532
27533
27534 logdir=/tmp
27535
27536 # Check whether --with-logdir was given.
27537 if test "${with_logdir+set}" = set; then
27538   withval=$with_logdir;
27539        if test "x$withval" != "xno" ; then
27540           logdir=$withval
27541        fi
27542
27543
27544 fi
27545
27546
27547
27548
27549
27550 # ------------------------------------------
27551 # Where to place plugindir (plugin files)
27552 # ------------------------------------------
27553 plugindir=`eval echo ${libdir}`
27554
27555 # Check whether --with-plugindir was given.
27556 if test "${with_plugindir+set}" = set; then
27557   withval=$with_plugindir;
27558        if test "x$withval" != "xno" ; then
27559           plugindir=$withval
27560        fi
27561
27562
27563 fi
27564
27565
27566
27567
27568 dump_email=root@localhost
27569
27570 # Check whether --with-dump-email was given.
27571 if test "${with_dump_email+set}" = set; then
27572   withval=$with_dump_email;
27573        if test "x$withval" != "xno" ; then
27574           dump_email=$withval
27575        fi
27576
27577
27578 fi
27579
27580
27581
27582
27583 job_email=root@localhost
27584
27585 # Check whether --with-job-email was given.
27586 if test "${with_job_email+set}" = set; then
27587   withval=$with_job_email;
27588        if test "x$withval" != "xno" ; then
27589           job_email=$withval
27590        fi
27591
27592
27593 fi
27594
27595
27596
27597
27598 smtp_host=localhost
27599
27600 # Check whether --with-smtp_host was given.
27601 if test "${with_smtp_host+set}" = set; then
27602   withval=$with_smtp_host;
27603        if test "x$withval" != "xno" ; then
27604           smtp_host=$withval
27605        fi
27606
27607
27608 fi
27609
27610
27611
27612
27613 piddir=/var/run
27614
27615 # Check whether --with-pid-dir was given.
27616 if test "${with_pid_dir+set}" = set; then
27617   withval=$with_pid_dir;
27618        if test "x$withval" != "xno" ; then
27619           piddir=$withval
27620        fi
27621
27622
27623 fi
27624
27625
27626 cat >>confdefs.h <<_ACEOF
27627 #define _PATH_BACULA_PIDDIR "$piddir"
27628 _ACEOF
27629
27630
27631
27632 subsysdir=/var/run/subsys
27633 if test -d /var/run/subsys; then
27634    subsysdir=/var/run/subsys
27635 elif test -d /var/lock/subsys; then
27636    subsysdir=/var/lock/subsys
27637 else
27638    subsysdir=/var/run/subsys
27639 fi
27640
27641 # Check whether --with-subsys-dir was given.
27642 if test "${with_subsys_dir+set}" = set; then
27643   withval=$with_subsys_dir;
27644        if test "x$withval" != "xno" ; then
27645           subsysdir=$withval
27646        fi
27647
27648
27649 fi
27650
27651
27652
27653
27654 baseport=9101
27655
27656 # Check whether --with-baseport was given.
27657 if test "${with_baseport+set}" = set; then
27658   withval=$with_baseport;
27659        if test "x$withval" != "xno" ; then
27660           baseport=$withval
27661        fi
27662
27663
27664 fi
27665
27666
27667
27668 dir_port=`expr $baseport`
27669 fd_port=`expr $baseport + 1`
27670 sd_port=`expr $fd_port + 1`
27671
27672
27673
27674
27675
27676 dir_password=
27677
27678 # Check whether --with-dir-password was given.
27679 if test "${with_dir_password+set}" = set; then
27680   withval=$with_dir_password;
27681        if test "x$withval" != "xno" ; then
27682           dir_password=$withval
27683        fi
27684
27685
27686 fi
27687
27688
27689 if test "x$dir_password" = "x" ; then
27690    if test "x$OPENSSL" = "xnone" ; then
27691       key=`autoconf/randpass 33`
27692    else
27693       key=`openssl rand -base64 33`
27694    fi
27695    dir_password=$key
27696 fi
27697
27698 fd_password=
27699
27700 # Check whether --with-fd-password was given.
27701 if test "${with_fd_password+set}" = set; then
27702   withval=$with_fd_password;
27703        if test "x$withval" != "xno" ; then
27704           fd_password=$withval
27705        fi
27706
27707
27708 fi
27709
27710
27711 if test "x$fd_password" = "x" ; then
27712    if test "x$OPENSSL" = "xnone" ; then
27713       key=`autoconf/randpass 37`
27714    else
27715       key=`openssl rand -base64 33`
27716    fi
27717    fd_password=$key
27718 fi
27719
27720 sd_password=
27721
27722 # Check whether --with-sd-password was given.
27723 if test "${with_sd_password+set}" = set; then
27724   withval=$with_sd_password;
27725        if test "x$withval" != "xno" ; then
27726           sd_password=$withval
27727        fi
27728
27729
27730 fi
27731
27732
27733 if test "x$sd_password" = "x" ; then
27734    if test "x$OPENSSL" = "xnone" ; then
27735       key=`autoconf/randpass 41`
27736    else
27737       key=`openssl rand -base64 33`
27738    fi
27739    sd_password=$key
27740 fi
27741
27742 mon_dir_password=
27743
27744 # Check whether --with-mon-dir-password was given.
27745 if test "${with_mon_dir_password+set}" = set; then
27746   withval=$with_mon_dir_password;
27747        if test "x$withval" != "xno" ; then
27748           mon_dir_password=$withval
27749        fi
27750
27751
27752 fi
27753
27754
27755 if test "x$mon_dir_password" = "x" ; then
27756    if test "x$OPENSSL" = "xnone" ; then
27757       key=`autoconf/randpass 33`
27758    else
27759       key=`openssl rand -base64 33`
27760    fi
27761    mon_dir_password=$key
27762 fi
27763
27764 mon_fd_password=
27765
27766 # Check whether --with-mon-fd-password was given.
27767 if test "${with_mon_fd_password+set}" = set; then
27768   withval=$with_mon_fd_password;
27769        if test "x$withval" != "xno" ; then
27770           mon_fd_password=$withval
27771        fi
27772
27773
27774 fi
27775
27776
27777 if test "x$mon_fd_password" = "x" ; then
27778    if test "x$OPENSSL" = "xnone" ; then
27779       key=`autoconf/randpass 37`
27780    else
27781       key=`openssl rand -base64 33`
27782    fi
27783    mon_fd_password=$key
27784 fi
27785
27786 mon_sd_password=
27787
27788 # Check whether --with-mon-sd-password was given.
27789 if test "${with_mon_sd_password+set}" = set; then
27790   withval=$with_mon_sd_password;
27791        if test "x$withval" != "xno" ; then
27792           mon_sd_password=$withval
27793        fi
27794
27795
27796 fi
27797
27798
27799 if test "x$mon_sd_password" = "x" ; then
27800    if test "x$OPENSSL" = "xnone" ; then
27801       key=`autoconf/randpass 41`
27802    else
27803       key=`openssl rand -base64 33`
27804    fi
27805    mon_sd_password=$key
27806 fi
27807
27808
27809
27810
27811
27812
27813
27814
27815 db_name=bacula
27816
27817 # Check whether --with-db_name was given.
27818 if test "${with_db_name+set}" = set; then
27819   withval=$with_db_name;
27820        if test "x$withval" != "x" ; then
27821           db_name=$withval
27822        fi
27823
27824
27825 fi
27826
27827
27828
27829 db_user=bacula
27830
27831 # Check whether --with-db_user was given.
27832 if test "${with_db_user+set}" = set; then
27833   withval=$with_db_user;
27834        if test "x$withval" != "x" ; then
27835           db_user=$withval
27836        fi
27837
27838
27839 fi
27840
27841
27842
27843 db_password=
27844
27845 # Check whether --with-db_password was given.
27846 if test "${with_db_password+set}" = set; then
27847   withval=$with_db_password;
27848        if test "x$withval" != "x" ; then
27849           db_password=$withval
27850        fi
27851
27852
27853 fi
27854
27855
27856
27857 db_port=" "
27858
27859 # Check whether --with-db_port was given.
27860 if test "${with_db_port+set}" = set; then
27861   withval=$with_db_port;
27862        if test "x$withval" != "x" ; then
27863           db_port=$withval
27864        fi
27865
27866
27867 fi
27868
27869
27870
27871 #
27872 # Handle users and groups for each daemon
27873 #
27874 dir_user=
27875
27876 # Check whether --with-dir_user was given.
27877 if test "${with_dir_user+set}" = set; then
27878   withval=$with_dir_user;
27879        if test "x$withval" != "x" ; then
27880            dir_user=$withval
27881        fi
27882
27883
27884 fi
27885
27886
27887 dir_group=
27888
27889 # Check whether --with-dir_group was given.
27890 if test "${with_dir_group+set}" = set; then
27891   withval=$with_dir_group;
27892        if test "x$withval" != "x" ; then
27893           dir_group=$withval
27894        fi
27895
27896
27897 fi
27898
27899
27900 sd_user=
27901
27902 # Check whether --with-sd_user was given.
27903 if test "${with_sd_user+set}" = set; then
27904   withval=$with_sd_user;
27905        if test "x$withval" != "x" ; then
27906           sd_user=$withval
27907        fi
27908
27909
27910 fi
27911
27912
27913 sd_group=
27914
27915 # Check whether --with-sd_group was given.
27916 if test "${with_sd_group+set}" = set; then
27917   withval=$with_sd_group;
27918        if test "x$withval" != "x" ; then
27919           sd_group=$withval
27920        fi
27921
27922
27923 fi
27924
27925
27926 fd_user=
27927
27928 # Check whether --with-fd_user was given.
27929 if test "${with_fd_user+set}" = set; then
27930   withval=$with_fd_user;
27931        if test "x$withval" != "x" ; then
27932           fd_user=$withval
27933        fi
27934
27935
27936 fi
27937
27938
27939 fd_group=
27940
27941 # Check whether --with-fd_group was given.
27942 if test "${with_fd_group+set}" = set; then
27943   withval=$with_fd_group;
27944        if test "x$withval" != "x" ; then
27945           fd_group=$withval
27946        fi
27947
27948
27949 fi
27950
27951
27952
27953
27954
27955
27956
27957
27958
27959 SBINPERM=0750
27960
27961 # Check whether --with-sbin-perm was given.
27962 if test "${with_sbin_perm+set}" = set; then
27963   withval=$with_sbin_perm;
27964        if test "x$withval" != "x" ; then
27965           SBINPERM=$withval
27966        fi
27967
27968
27969 fi
27970
27971
27972
27973
27974 SQL_LIB=
27975
27976 db_found=no
27977 { echo "$as_me:$LINENO: checking for PostgreSQL support" >&5
27978 echo $ECHO_N "checking for PostgreSQL support... $ECHO_C" >&6; }
27979
27980 # Check whether --with-postgresql was given.
27981 if test "${with_postgresql+set}" = set; then
27982   withval=$with_postgresql;
27983   if test "$withval" != "no"; then
27984       if test "$db_found" = "yes"; then
27985           { echo "$as_me:$LINENO: result: error" >&5
27986 echo "${ECHO_T}error" >&6; }
27987           { { echo "$as_me:$LINENO: error: \"You can configure for only one database.\"" >&5
27988 echo "$as_me: error: \"You can configure for only one database.\"" >&2;}
27989    { (exit 1); exit 1; }; };
27990       fi
27991       if test "$withval" = "yes"; then
27992           PG_CONFIG=`which pg_config`
27993           if test -n "$PG_CONFIG";then
27994               POSTGRESQL_INCDIR=`"$PG_CONFIG" --includedir`
27995               POSTGRESQL_LIBDIR=`"$PG_CONFIG" --libdir`
27996               POSTGRESQL_BINDIR=`"$PG_CONFIG" --bindir`
27997           elif test -f /usr/local/include/libpq-fe.h; then
27998               POSTGRESQL_INCDIR=/usr/local/include
27999               if test -d /usr/local/lib64; then
28000                  POSTGRESQL_LIBDIR=/usr/local/lib64
28001               else
28002                  POSTGRESQL_LIBDIR=/usr/local/lib
28003               fi
28004               POSTGRESQL_BINDIR=/usr/local/bin
28005           elif test -f /usr/include/libpq-fe.h; then
28006               POSTGRESQL_INCDIR=/usr/include
28007               if test -d /usr/lib64; then
28008                  POSTGRESQL_LIBDIR=/usr/lib64
28009               else
28010                  POSTGRESQL_LIBDIR=/usr/lib
28011               fi
28012               POSTGRESQL_BINDIR=/usr/bin
28013           elif test -f /usr/include/pgsql/libpq-fe.h; then
28014               POSTGRESQL_INCDIR=/usr/include/pgsql
28015               if test -d /usr/lib64/pgsql; then
28016                  POSTGRESQL_LIBDIR=/usr/lib64/pgsql
28017               else
28018                  POSTGRESQL_LIBDIR=/usr/lib/pgsql
28019               fi
28020               POSTGRESQL_BINDIR=/usr/bin
28021           elif test -f /usr/include/postgresql/libpq-fe.h; then
28022               POSTGRESQL_INCDIR=/usr/include/postgresql
28023               if test -d /usr/lib64/postgresql; then
28024                  POSTGRESQL_LIBDIR=/usr/lib64/postgresql
28025               else
28026                  POSTGRESQL_LIBDIR=/usr/lib/postgresql
28027               fi
28028               POSTGRESQL_BINDIR=/usr/bin
28029           else
28030               { echo "$as_me:$LINENO: result: no" >&5
28031 echo "${ECHO_T}no" >&6; }
28032               { { echo "$as_me:$LINENO: error: Unable to find libpq-fe.h in standard locations" >&5
28033 echo "$as_me: error: Unable to find libpq-fe.h in standard locations" >&2;}
28034    { (exit 1); exit 1; }; }
28035           fi
28036       elif test -f $withval/include/libpq-fe.h; then
28037           POSTGRESQL_INCDIR=$withval/include
28038           POSTGRESQL_LIBDIR=$withval/lib
28039           POSTGRESQL_BINDIR=$withval/bin
28040       elif test -f $withval/include/postgresql/libpq-fe.h; then
28041           POSTGRESQL_INCDIR=$withval/include/postgresql
28042      if test -d $withval/lib64; then
28043          POSTGRESQL_LIBDIR=$withval/lib64
28044      else
28045          POSTGRESQL_LIBDIR=$withval/lib
28046      fi
28047           POSTGRESQL_BINDIR=$withval/bin
28048       else
28049           { echo "$as_me:$LINENO: result: no" >&5
28050 echo "${ECHO_T}no" >&6; }
28051           { { echo "$as_me:$LINENO: error: Invalid PostgreSQL directory $withval - unable to find libpq-fe.h under $withval" >&5
28052 echo "$as_me: error: Invalid PostgreSQL directory $withval - unable to find libpq-fe.h under $withval" >&2;}
28053    { (exit 1); exit 1; }; }
28054       fi
28055       cat >>confdefs.h <<\_ACEOF
28056 #define HAVE_POSTGRESQL 1
28057 _ACEOF
28058
28059       { echo "$as_me:$LINENO: result: yes" >&5
28060 echo "${ECHO_T}yes" >&6; }
28061       POSTGRESQL_LFLAGS="-L$POSTGRESQL_LIBDIR -lpq"
28062       { echo "$as_me:$LINENO: checking for crypt" >&5
28063 echo $ECHO_N "checking for crypt... $ECHO_C" >&6; }
28064 if test "${ac_cv_func_crypt+set}" = set; then
28065   echo $ECHO_N "(cached) $ECHO_C" >&6
28066 else
28067   cat >conftest.$ac_ext <<_ACEOF
28068 /* confdefs.h.  */
28069 _ACEOF
28070 cat confdefs.h >>conftest.$ac_ext
28071 cat >>conftest.$ac_ext <<_ACEOF
28072 /* end confdefs.h.  */
28073 /* Define crypt to an innocuous variant, in case <limits.h> declares crypt.
28074    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
28075 #define crypt innocuous_crypt
28076
28077 /* System header to define __stub macros and hopefully few prototypes,
28078     which can conflict with char crypt (); below.
28079     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28080     <limits.h> exists even on freestanding compilers.  */
28081
28082 #ifdef __STDC__
28083 # include <limits.h>
28084 #else
28085 # include <assert.h>
28086 #endif
28087
28088 #undef crypt
28089
28090 /* Override any GCC internal prototype to avoid an error.
28091    Use char because int might match the return type of a GCC
28092    builtin and then its argument prototype would still apply.  */
28093 #ifdef __cplusplus
28094 extern "C"
28095 #endif
28096 char crypt ();
28097 /* The GNU C library defines this for functions which it implements
28098     to always fail with ENOSYS.  Some functions are actually named
28099     something starting with __ and the normal name is an alias.  */
28100 #if defined __stub_crypt || defined __stub___crypt
28101 choke me
28102 #endif
28103
28104 int
28105 main ()
28106 {
28107 return crypt ();
28108   ;
28109   return 0;
28110 }
28111 _ACEOF
28112 rm -f conftest.$ac_objext conftest$ac_exeext
28113 if { (ac_try="$ac_link"
28114 case "(($ac_try" in
28115   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28116   *) ac_try_echo=$ac_try;;
28117 esac
28118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28119   (eval "$ac_link") 2>conftest.er1
28120   ac_status=$?
28121   grep -v '^ *+' conftest.er1 >conftest.err
28122   rm -f conftest.er1
28123   cat conftest.err >&5
28124   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28125   (exit $ac_status); } && {
28126          test -z "$ac_c_werror_flag" ||
28127          test ! -s conftest.err
28128        } && test -s conftest$ac_exeext &&
28129        $as_test_x conftest$ac_exeext; then
28130   ac_cv_func_crypt=yes
28131 else
28132   echo "$as_me: failed program was:" >&5
28133 sed 's/^/| /' conftest.$ac_ext >&5
28134
28135         ac_cv_func_crypt=no
28136 fi
28137
28138 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28139       conftest$ac_exeext conftest.$ac_ext
28140 fi
28141 { echo "$as_me:$LINENO: result: $ac_cv_func_crypt" >&5
28142 echo "${ECHO_T}$ac_cv_func_crypt" >&6; }
28143 if test $ac_cv_func_crypt = yes; then
28144   :
28145 else
28146   { echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
28147 echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6; }
28148 if test "${ac_cv_lib_crypt_crypt+set}" = set; then
28149   echo $ECHO_N "(cached) $ECHO_C" >&6
28150 else
28151   ac_check_lib_save_LIBS=$LIBS
28152 LIBS="-lcrypt  $LIBS"
28153 cat >conftest.$ac_ext <<_ACEOF
28154 /* confdefs.h.  */
28155 _ACEOF
28156 cat confdefs.h >>conftest.$ac_ext
28157 cat >>conftest.$ac_ext <<_ACEOF
28158 /* end confdefs.h.  */
28159
28160 /* Override any GCC internal prototype to avoid an error.
28161    Use char because int might match the return type of a GCC
28162    builtin and then its argument prototype would still apply.  */
28163 #ifdef __cplusplus
28164 extern "C"
28165 #endif
28166 char crypt ();
28167 int
28168 main ()
28169 {
28170 return crypt ();
28171   ;
28172   return 0;
28173 }
28174 _ACEOF
28175 rm -f conftest.$ac_objext conftest$ac_exeext
28176 if { (ac_try="$ac_link"
28177 case "(($ac_try" in
28178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28179   *) ac_try_echo=$ac_try;;
28180 esac
28181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28182   (eval "$ac_link") 2>conftest.er1
28183   ac_status=$?
28184   grep -v '^ *+' conftest.er1 >conftest.err
28185   rm -f conftest.er1
28186   cat conftest.err >&5
28187   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28188   (exit $ac_status); } && {
28189          test -z "$ac_c_werror_flag" ||
28190          test ! -s conftest.err
28191        } && test -s conftest$ac_exeext &&
28192        $as_test_x conftest$ac_exeext; then
28193   ac_cv_lib_crypt_crypt=yes
28194 else
28195   echo "$as_me: failed program was:" >&5
28196 sed 's/^/| /' conftest.$ac_ext >&5
28197
28198         ac_cv_lib_crypt_crypt=no
28199 fi
28200
28201 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28202       conftest$ac_exeext conftest.$ac_ext
28203 LIBS=$ac_check_lib_save_LIBS
28204 fi
28205 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
28206 echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6; }
28207 if test $ac_cv_lib_crypt_crypt = yes; then
28208   POSTGRESQL_LFLAGS="$POSTGRESQL_LFLAGS -lcrypt"
28209 fi
28210
28211 fi
28212
28213       SQL_INCLUDE=-I$POSTGRESQL_INCDIR
28214       SQL_LFLAGS=$POSTGRESQL_LFLAGS
28215       SQL_BINDIR=$POSTGRESQL_BINDIR
28216       SQL_LIB=$POSTGRESQL_LIBDIR/libpq.a
28217
28218       db_found=yes
28219       support_postgresql=yes
28220       db_type=PostgreSQL
28221       DB_TYPE=postgresql
28222   else
28223       { echo "$as_me:$LINENO: result: no" >&5
28224 echo "${ECHO_T}no" >&6; }
28225   fi
28226
28227 else
28228
28229   { echo "$as_me:$LINENO: result: no" >&5
28230 echo "${ECHO_T}no" >&6; }
28231
28232 fi
28233
28234
28235
28236
28237
28238
28239
28240
28241 db_found=no
28242 { echo "$as_me:$LINENO: checking for MySQL support" >&5
28243 echo $ECHO_N "checking for MySQL support... $ECHO_C" >&6; }
28244
28245 # Check whether --with-mysql was given.
28246 if test "${with_mysql+set}" = set; then
28247   withval=$with_mysql;
28248   if test "$withval" != "no"; then
28249         if test "$withval" = "yes"; then
28250            if test -f /usr/local/mysql/include/mysql/mysql.h; then
28251                    MYSQL_INCDIR=/usr/local/mysql/include/mysql
28252                    if test -f /usr/local/mysql/lib64/mysql/libmysqlclient_r.a \
28253                         -o -f /usr/local/mysql/lib64/mysql/libmysqlclient_r.so; then
28254                            MYSQL_LIBDIR=/usr/local/mysql/lib64/mysql
28255                    else
28256                            MYSQL_LIBDIR=/usr/local/mysql/lib/mysql
28257                    fi
28258                    MYSQL_BINDIR=/usr/local/mysql/bin
28259            elif test -f /usr/include/mysql/mysql.h; then
28260                    MYSQL_INCDIR=/usr/include/mysql
28261                    if test -f /usr/lib64/mysql/libmysqlclient_r.a \
28262                         -o -f /usr/lib64/mysql/libmysqlclient_r.so; then
28263                            MYSQL_LIBDIR=/usr/lib64/mysql
28264                    elif test -f /usr/lib64/libmysqlclient_r.a \
28265                         -o -f /usr/lib64/libmysqlclient_r.so; then
28266                            MYSQL_LIBDIR=/usr/lib64
28267                    elif test -f /usr/lib/mysql/libmysqlclient_r.a \
28268                           -o -f /usr/lib/mysql/libmysqlclient_r.so; then
28269                            MYSQL_LIBDIR=/usr/lib/mysql
28270                    else
28271                            MYSQL_LIBDIR=/usr/lib
28272                    fi
28273                    MYSQL_BINDIR=/usr/bin
28274            elif test -f /usr/include/mysql.h; then
28275                    MYSQL_INCDIR=/usr/include
28276                    if test -f /usr/lib64/libmysqlclient_r.a \
28277                         -o -f /usr/lib64/libmysqlclient_r.so; then
28278                            MYSQL_LIBDIR=/usr/lib64
28279                    else
28280                            MYSQL_LIBDIR=/usr/lib
28281                    fi
28282                    MYSQL_BINDIR=/usr/bin
28283            elif test -f /usr/local/include/mysql/mysql.h; then
28284                    MYSQL_INCDIR=/usr/local/include/mysql
28285                    if test -f /usr/local/lib64/mysql/libmysqlclient_r.a \
28286                         -o -f /usr/local/lib64/mysql/libmysqlclient_r.so; then
28287                            MYSQL_LIBDIR=/usr/local/lib64/mysql
28288                    else
28289                            MYSQL_LIBDIR=/usr/local/lib/mysql
28290                    fi
28291                    MYSQL_BINDIR=/usr/local/bin
28292            elif test -f /usr/local/include/mysql.h; then
28293                    MYSQL_INCDIR=/usr/local/include
28294                    if test -f /usr/local/lib64/libmysqlclient_r.a \
28295                         -o -f /usr/local/lib64/libmysqlclient_r.so; then
28296                            MYSQL_LIBDIR=/usr/local/lib64
28297                    else
28298                            MYSQL_LIBDIR=/usr/local/lib
28299                    fi
28300                    MYSQL_BINDIR=/usr/local/bin
28301            else
28302               { echo "$as_me:$LINENO: result: no" >&5
28303 echo "${ECHO_T}no" >&6; }
28304               { { echo "$as_me:$LINENO: error: Unable to find mysql.h in standard locations" >&5
28305 echo "$as_me: error: Unable to find mysql.h in standard locations" >&2;}
28306    { (exit 1); exit 1; }; }
28307            fi
28308         else
28309            if test -f $withval/include/mysql/mysql.h; then
28310               MYSQL_INCDIR=$withval/include/mysql
28311               if test -f $withval/lib64/mysql/libmysqlclient_r.a \
28312                    -o -f $withval/lib64/mysql/libmysqlclient_r.so; then
28313                  MYSQL_LIBDIR=$withval/lib64/mysql
28314               elif test -f $withval/lib64/libmysqlclient_r.a \
28315                    -o -f $withval/lib64/libmysqlclient_r.so; then
28316                  MYSQL_LIBDIR=$withval/lib64
28317               elif test -f $withval/lib/libmysqlclient_r.a \
28318                    -o -f $withval/lib/libmysqlclient_r.so; then
28319                  MYSQL_LIBDIR=$withval/lib
28320               else
28321                  MYSQL_LIBDIR=$withval/lib/mysql
28322               fi
28323               MYSQL_BINDIR=$withval/bin
28324            elif test -f $withval/include/mysql.h; then
28325               MYSQL_INCDIR=$withval/include
28326               if test -f $withval/lib64/libmysqlclient_r.a \
28327                    -o -f $withval/lib64/libmysqlclient_r.so; then
28328                  MYSQL_LIBDIR=$withval/lib64
28329               else
28330                  MYSQL_LIBDIR=$withval/lib
28331               fi
28332               MYSQL_BINDIR=$withval/bin
28333            else
28334               { echo "$as_me:$LINENO: result: no" >&5
28335 echo "${ECHO_T}no" >&6; }
28336               { { echo "$as_me:$LINENO: error: Invalid MySQL directory $withval - unable to find mysql.h under $withval" >&5
28337 echo "$as_me: error: Invalid MySQL directory $withval - unable to find mysql.h under $withval" >&2;}
28338    { (exit 1); exit 1; }; }
28339            fi
28340         fi
28341     SQL_INCLUDE=-I$MYSQL_INCDIR
28342     if test -f $MYSQL_LIBDIR/libmysqlclient_r.a \
28343          -o -f $MYSQL_LIBDIR/libmysqlclient_r.so; then
28344        SQL_LFLAGS="-L$MYSQL_LIBDIR -lmysqlclient_r -lz"
28345        cat >>confdefs.h <<\_ACEOF
28346 #define HAVE_THREAD_SAFE_MYSQL 1
28347 _ACEOF
28348
28349     fi
28350     SQL_BINDIR=$MYSQL_BINDIR
28351     SQL_LIB=$MYSQL_LIBDIR/libmysqlclient_r.a
28352
28353
28354 cat >>confdefs.h <<\_ACEOF
28355 #define HAVE_MYSQL 1
28356 _ACEOF
28357
28358     { echo "$as_me:$LINENO: result: yes" >&5
28359 echo "${ECHO_T}yes" >&6; }
28360     db_found=yes
28361     support_mysql=yes
28362     db_type=MySQL
28363     DB_TYPE=mysql
28364
28365   else
28366         { echo "$as_me:$LINENO: result: no" >&5
28367 echo "${ECHO_T}no" >&6; }
28368   fi
28369
28370
28371 fi
28372
28373
28374
28375 # Check whether --with-embedded-mysql was given.
28376 if test "${with_embedded_mysql+set}" = set; then
28377   withval=$with_embedded_mysql;
28378   if test "$withval" != "no"; then
28379         if test "$withval" = "yes"; then
28380                 if test -f /usr/local/mysql/include/mysql/mysql.h; then
28381                         MYSQL_INCDIR=/usr/local/mysql/include/mysql
28382                         if test -d /usr/local/mysql/lib64/mysql; then
28383                                 MYSQL_LIBDIR=/usr/local/mysql/lib64/mysql
28384                         else
28385                                 MYSQL_LIBDIR=/usr/local/mysql/lib/mysql
28386                         fi
28387                         MYSQL_BINDIR=/usr/local/mysql/bin
28388                 elif test -f /usr/include/mysql/mysql.h; then
28389                         MYSQL_INCDIR=/usr/include/mysql
28390                         if test -d /usr/lib64/mysql; then
28391                                 MYSQL_LIBDIR=/usr/lib64/mysql
28392                         else
28393                                 MYSQL_LIBDIR=/usr/lib/mysql
28394                         fi
28395                         MYSQL_BINDIR=/usr/bin
28396                 elif test -f /usr/include/mysql.h; then
28397                         MYSQL_INCDIR=/usr/include
28398                         if test -d /usr/lib64; then
28399                                 MYSQL_LIBDIR=/usr/lib64
28400                         else
28401                                 MYSQL_LIBDIR=/usr/lib
28402                         fi
28403                         MYSQL_BINDIR=/usr/bin
28404                 elif test -f /usr/local/include/mysql/mysql.h; then
28405                         MYSQL_INCDIR=/usr/local/include/mysql
28406                         if test -d /usr/local/lib64/mysql; then
28407                                 MYSQL_LIBDIR=/usr/local/lib64/mysql
28408                         else
28409                                 MYSQL_LIBDIR=/usr/local/lib/mysql
28410                         fi
28411                         MYSQL_BINDIR=/usr/local/bin
28412                 elif test -f /usr/local/include/mysql.h; then
28413                         MYSQL_INCDIR=/usr/local/include
28414                         if test -d /usr/local/lib64; then
28415                                 MYSQL_LIBDIR=/usr/local/lib64
28416                         else
28417                                 MYSQL_LIBDIR=/usr/local/lib
28418                         fi
28419                         MYSQL_BINDIR=/usr/local/bin
28420                 else
28421                    { echo "$as_me:$LINENO: result: no" >&5
28422 echo "${ECHO_T}no" >&6; }
28423                    { { echo "$as_me:$LINENO: error: Unable to find mysql.h in standard locations" >&5
28424 echo "$as_me: error: Unable to find mysql.h in standard locations" >&2;}
28425    { (exit 1); exit 1; }; }
28426                 fi
28427         else
28428                 if test -f $withval/include/mysql/mysql.h; then
28429                         MYSQL_INCDIR=$withval/include/mysql
28430                         if test -d $withval/lib64/mysql; then
28431                                 MYSQL_LIBDIR=$withval/lib64/mysql
28432                         else
28433                                 MYSQL_LIBDIR=$withval/lib/mysql
28434                         fi
28435                         MYSQL_BINDIR=$withval/bin
28436                 elif test -f $withval/include/mysql.h; then
28437                         MYSQL_INCDIR=$withval/include
28438                         if test -d $withval/lib64; then
28439                                 MYSQL_LIBDIR=$withval/lib64
28440                         else
28441                                 MYSQL_LIBDIR=$withval/lib
28442                         fi
28443                         MYSQL_BINDIR=$withval/bin
28444                 else
28445                    { echo "$as_me:$LINENO: result: no" >&5
28446 echo "${ECHO_T}no" >&6; }
28447                    { { echo "$as_me:$LINENO: error: Invalid MySQL directory $withval - unable to find mysql.h under $withval" >&5
28448 echo "$as_me: error: Invalid MySQL directory $withval - unable to find mysql.h under $withval" >&2;}
28449    { (exit 1); exit 1; }; }
28450                 fi
28451         fi
28452     SQL_INCLUDE=-I$MYSQL_INCDIR
28453     SQL_LFLAGS="-L$MYSQL_LIBDIR -lmysqld -lz -lm -lcrypt"
28454     SQL_BINDIR=$MYSQL_BINDIR
28455     SQL_LIB=$MYSQL_LIBDIR/libmysqld.a
28456
28457     cat >>confdefs.h <<\_ACEOF
28458 #define HAVE_MYSQL 1
28459 _ACEOF
28460
28461     cat >>confdefs.h <<\_ACEOF
28462 #define HAVE_EMBEDDED_MYSQL 1
28463 _ACEOF
28464
28465     { echo "$as_me:$LINENO: result: yes" >&5
28466 echo "${ECHO_T}yes" >&6; }
28467     db_found=yes
28468     support_mysql=yes
28469     db_type=MySQL
28470     DB_TYPE=mysql
28471
28472   else
28473         { echo "$as_me:$LINENO: result: no" >&5
28474 echo "${ECHO_T}no" >&6; }
28475   fi
28476
28477
28478 fi
28479
28480
28481
28482
28483
28484
28485
28486
28487
28488
28489 db_found=no
28490 { echo "$as_me:$LINENO: checking for Ingres support" >&5
28491 echo $ECHO_N "checking for Ingres support... $ECHO_C" >&6; }
28492
28493 # Check whether --with-ingres was given.
28494 if test "${with_ingres+set}" = set; then
28495   withval=$with_ingres;
28496   if test "$withval" != "no"; then
28497      if test "$withval" = "yes"; then
28498         if test -f ${II_SYSTEM}/files/eqdefc.h; then
28499            INGRES_INCDIR=${II_SYSTEM}/files
28500            INGRES_LIBDIR=${II_SYSTEM}/lib
28501            INGRES_BINDIR=${II_SYSTEM}/bin
28502         elif test -f ${II_SYSTEM}/ingres/files/eqdefc.h; then
28503            INGRES_INCDIR=${II_SYSTEM}/ingres/files
28504            INGRES_LIBDIR=${II_SYSTEM}/ingres/lib
28505            INGRES_BINDIR=${II_SYSTEM}/ingres/bin
28506         else
28507            { echo "$as_me:$LINENO: result: no" >&5
28508 echo "${ECHO_T}no" >&6; }
28509            { { echo "$as_me:$LINENO: error: Unable to find eqdefc.h in standard locations" >&5
28510 echo "$as_me: error: Unable to find eqdefc.h in standard locations" >&2;}
28511    { (exit 1); exit 1; }; }
28512         fi
28513      else
28514         if test -f $withval/files/eqdefc.h; then
28515            INGRES_INCDIR=$withval/files
28516            INGRES_LIBDIR=$withval/lib
28517            INGRES_BINDIR=$withval/bin
28518         else
28519            { echo "$as_me:$LINENO: result: no" >&5
28520 echo "${ECHO_T}no" >&6; }
28521            { { echo "$as_me:$LINENO: error: Invalid Ingres directory $withval - unable to find Ingres headers under $withval" >&5
28522 echo "$as_me: error: Invalid Ingres directory $withval - unable to find Ingres headers under $withval" >&2;}
28523    { (exit 1); exit 1; }; }
28524         fi
28525      fi
28526      SQL_INCLUDE=-I$INGRES_INCDIR
28527      SQL_LFLAGS="-L$INGRES_LIBDIR -lq.1 -lcompat.1 -lframe.1"
28528      SQL_BINDIR=$INGRES_BINDIR
28529      SQL_LIB=$INGRES_LIBDIR/libingres.a
28530
28531 cat >>confdefs.h <<\_ACEOF
28532 #define HAVE_INGRES 1
28533 _ACEOF
28534
28535      { echo "$as_me:$LINENO: result: yes" >&5
28536 echo "${ECHO_T}yes" >&6; }
28537      db_found=yes
28538      support_ingres=yes
28539      db_type=Ingres
28540      DB_TYPE=ingres
28541
28542   else
28543      { echo "$as_me:$LINENO: result: no" >&5
28544 echo "${ECHO_T}no" >&6; }
28545   fi
28546
28547 else
28548
28549   { echo "$as_me:$LINENO: result: no" >&5
28550 echo "${ECHO_T}no" >&6; }
28551
28552 fi
28553
28554
28555
28556
28557
28558
28559
28560
28561 db_found=no
28562 { echo "$as_me:$LINENO: checking for SQLite3 support" >&5
28563 echo $ECHO_N "checking for SQLite3 support... $ECHO_C" >&6; }
28564
28565 # Check whether --with-sqlite3 was given.
28566 if test "${with_sqlite3+set}" = set; then
28567   withval=$with_sqlite3;
28568   if test "$withval" != "no"; then
28569      if test "$withval" = "yes"; then
28570         if test -f /usr/local/include/sqlite3.h; then
28571            SQLITE_INCDIR=/usr/local/include
28572            if test -d /usr/local/lib64; then
28573               SQLITE_LIBDIR=/usr/local/lib64
28574            else
28575               SQLITE_LIBDIR=/usr/local/lib
28576            fi
28577            SQLITE_BINDIR=/usr/local/bin
28578         elif test -f /usr/include/sqlite3.h; then
28579            SQLITE_INCDIR=/usr/include
28580            if test -d /usr/lib64; then
28581               SQLITE_LIBDIR=/usr/lib64
28582            else
28583               SQLITE_LIBDIR=/usr/lib
28584            fi
28585            SQLITE_BINDIR=/usr/bin
28586         elif test -f $prefix/include/sqlite3.h; then
28587            SQLITE_INCDIR=$prefix/include
28588            if test -d $prefix/lib64; then
28589               SQLITE_LIBDIR=$prefix/lib64
28590            else
28591               SQLITE_LIBDIR=$prefix/lib
28592            fi
28593            SQLITE_BINDIR=$prefix/bin
28594         else
28595            { echo "$as_me:$LINENO: result: no" >&5
28596 echo "${ECHO_T}no" >&6; }
28597            { { echo "$as_me:$LINENO: error: Unable to find sqlite3.h in standard locations" >&5
28598 echo "$as_me: error: Unable to find sqlite3.h in standard locations" >&2;}
28599    { (exit 1); exit 1; }; }
28600         fi
28601      else
28602         if test -f $withval/sqlite3.h; then
28603            SQLITE_INCDIR=$withval
28604            SQLITE_LIBDIR=$withval
28605            SQLITE_BINDIR=$withval
28606         elif test -f $withval/include/sqlite3.h; then
28607            SQLITE_INCDIR=$withval/include
28608            if test -d $withval/lib64; then
28609               SQLITE_LIBDIR=$withval/lib64
28610            else
28611               SQLITE_LIBDIR=$withval/lib
28612            fi
28613            SQLITE_BINDIR=$withval/bin
28614         else
28615            { echo "$as_me:$LINENO: result: no" >&5
28616 echo "${ECHO_T}no" >&6; }
28617            { { echo "$as_me:$LINENO: error: Invalid SQLite3 directory $withval - unable to find sqlite3.h under $withval" >&5
28618 echo "$as_me: error: Invalid SQLite3 directory $withval - unable to find sqlite3.h under $withval" >&2;}
28619    { (exit 1); exit 1; }; }
28620         fi
28621      fi
28622      SQL_INCLUDE=-I$SQLITE_INCDIR
28623      SQL_LFLAGS="-L$SQLITE_LIBDIR -lsqlite3"
28624      SQL_BINDIR=$SQLITE_BINDIR
28625      SQL_LIB=$SQLITE_LIBDIR/libsqlite3.a
28626
28627      cat >>confdefs.h <<\_ACEOF
28628 #define HAVE_SQLITE3 1
28629 _ACEOF
28630
28631      { echo "$as_me:$LINENO: result: yes" >&5
28632 echo "${ECHO_T}yes" >&6; }
28633      db_found=yes
28634      support_sqlite3=yes
28635      db_type=SQLite3
28636      DB_TYPE=sqlite3
28637
28638   else
28639      { echo "$as_me:$LINENO: result: no" >&5
28640 echo "${ECHO_T}no" >&6; }
28641   fi
28642
28643 else
28644
28645   { echo "$as_me:$LINENO: result: no" >&5
28646 echo "${ECHO_T}no" >&6; }
28647
28648 fi
28649
28650
28651
28652
28653
28654
28655
28656 # BA_CHECK_SQLITE_DB
28657
28658
28659 db_found=no
28660 { echo "$as_me:$LINENO: checking for DBI support" >&5
28661 echo $ECHO_N "checking for DBI support... $ECHO_C" >&6; }
28662
28663 # Check whether --with-dbi was given.
28664 if test "${with_dbi+set}" = set; then
28665   withval=$with_dbi;
28666   if test "$withval" != "no"; then
28667      if test "$withval" = "yes"; then
28668         if test -f /usr/local/include/dbi/dbi.h; then
28669            DBI_INCDIR=/usr/local/dbi/include
28670            if test -d /usr/local/lib64; then
28671               DBI_LIBDIR=/usr/local/lib64
28672            else
28673               DBI_LIBDIR=/usr/local/lib
28674            fi
28675            DBI_BINDIR=/usr/local/bin
28676         elif test -f /usr/include/dbi/dbi.h; then
28677            DBI_INCDIR=/usr/include
28678            if test -d /usr/lib64; then
28679               DBI_LIBDIR=/usr/lib64
28680            else
28681               DBI_LIBDIR=/usr/lib
28682            fi
28683            DBI_BINDIR=/usr/bin
28684         elif test -f $prefix/include/dbi/dbi.h; then
28685            DBI_INCDIR=$prefix/include
28686            if test -d $prefix/lib64; then
28687               DBI_LIBDIR=$prefix/lib64
28688            else
28689               DBI_LIBDIR=$prefix/lib
28690            fi
28691            DBI_BINDIR=$prefix/bin
28692         else
28693            { echo "$as_me:$LINENO: result: no" >&5
28694 echo "${ECHO_T}no" >&6; }
28695            { { echo "$as_me:$LINENO: error: Unable to find dbi.h in standard locations" >&5
28696 echo "$as_me: error: Unable to find dbi.h in standard locations" >&2;}
28697    { (exit 1); exit 1; }; }
28698         fi
28699         if test -d /usr/local/lib/dbd; then
28700            DRIVERDIR=/usr/local/lib/dbd
28701            if test -d /usr/local/lib64/dbd; then
28702               DRIVERDIR=/usr/local/lib64/dbd
28703            else
28704               DRIVERDIR=/usr/local/lib/dbd
28705            fi
28706         elif test -d /usr/lib/dbd; then
28707            DRIVERDIR=/usr/lib/dbd
28708            if test -d /usr/lib64/dbd; then
28709               DRIVERDIR=/usr/lib64/dbd
28710            else
28711               DRIVERDIR=/usr/lib/dbd
28712            fi
28713         elif test -d $prefix/lib/dbd; then
28714            if test -d $prefix/lib64/dbd; then
28715               DRIVERDIR=$prefix/lib64/dbd
28716            else
28717               DRIVERDIR=$prefix/lib/dbd
28718            fi
28719         elif test -d /usr/local/lib64/dbd; then
28720            DRIVERDIR=/usr/local/lib64/dbd
28721         elif test -d /usr/lib64/dbd; then
28722            DRIVERDIR=/usr/lib64/dbd
28723         elif test -d $prefix/lib64/dbd; then
28724            DRIVERDIR=$prefix/lib64/dbd
28725         else
28726            { echo "$as_me:$LINENO: result: no" >&5
28727 echo "${ECHO_T}no" >&6; }
28728            { { echo "$as_me:$LINENO: error: Unable to find DBD drivers in standard locations" >&5
28729 echo "$as_me: error: Unable to find DBD drivers in standard locations" >&2;}
28730    { (exit 1); exit 1; }; }
28731         fi
28732      else
28733         if test -f $withval/dbi.h; then
28734            DBI_INCDIR=$withval
28735            DBI_LIBDIR=$withval
28736            DBI_BINDIR=$withval
28737         elif test -f $withval/include/dbi/dbi.h; then
28738            DBI_INCDIR=$withval/include
28739            if test -d $withval/lib64; then
28740               DBI_LIBDIR=$withval/lib64
28741            else
28742               DBI_LIBDIR=$withval/lib
28743            fi
28744            DBI_BINDIR=$withval/bin
28745         else
28746            { echo "$as_me:$LINENO: result: no" >&5
28747 echo "${ECHO_T}no" >&6; }
28748            { { echo "$as_me:$LINENO: error: Invalid DBI directory $withval - unable to find dbi.h under $withval" >&5
28749 echo "$as_me: error: Invalid DBI directory $withval - unable to find dbi.h under $withval" >&2;}
28750    { (exit 1); exit 1; }; }
28751         fi
28752         if test -d $withval/dbd; then
28753            DRIVERDIR=$withval/dbd
28754         elif test -d $withval/lib/; then
28755            if test -d $withval/lib64/dbd; then
28756               DRIVERDIR=$withval/lib64/dbd
28757            else
28758               DRIVERDIR=$withval/lib/dbd
28759            fi
28760         elif test -d $withval/lib64/dbd; then
28761            DRIVERDIR=$withval/lib64/dbd
28762         else
28763            { echo "$as_me:$LINENO: result: no" >&5
28764 echo "${ECHO_T}no" >&6; }
28765            { { echo "$as_me:$LINENO: error: Invalid DBD driver directory $withval - unable to find DBD drivers under $withval" >&5
28766 echo "$as_me: error: Invalid DBD driver directory $withval - unable to find DBD drivers under $withval" >&2;}
28767    { (exit 1); exit 1; }; }
28768         fi
28769      fi
28770      SQL_INCLUDE=-I$DBI_INCDIR
28771      SQL_LFLAGS="-L$DBI_LIBDIR -ldbi"
28772      SQL_BINDIR=$DBI_BINDIR
28773      SQL_LIB=$DBI_LIBDIR/libdbi.a
28774      DBI_DBD_DRIVERDIR="-D DBI_DRIVER_DIR=\\\"$DRIVERDIR\\\""
28775
28776
28777 cat >>confdefs.h <<\_ACEOF
28778 #define HAVE_DBI 1
28779 _ACEOF
28780
28781      { echo "$as_me:$LINENO: result: yes" >&5
28782 echo "${ECHO_T}yes" >&6; }
28783      db_found=yes
28784      support_dbi=yes
28785      db_type=DBI
28786      DB_TYPE=dbi
28787      uncomment_dbi=" "
28788
28789   else
28790      { echo "$as_me:$LINENO: result: no" >&5
28791 echo "${ECHO_T}no" >&6; }
28792   fi
28793
28794 else
28795
28796   { echo "$as_me:$LINENO: result: no" >&5
28797 echo "${ECHO_T}no" >&6; }
28798
28799 fi
28800
28801
28802
28803
28804
28805
28806
28807
28808
28809
28810 db_found=no
28811 db_prog=no
28812 { echo "$as_me:$LINENO: checking for DBI drivers support" >&5
28813 echo $ECHO_N "checking for DBI drivers support... $ECHO_C" >&6; }
28814
28815 # Check whether --with-dbi-driver was given.
28816 if test "${with_dbi_driver+set}" = set; then
28817   withval=$with_dbi_driver;
28818   if test "$withval" != "no"; then
28819      case $withval in
28820         "mysql")
28821            db_prog="mysql"
28822            if test -f /usr/local/mysql/bin/mysql; then
28823               SQL_BINDIR=/usr/local/mysql/bin
28824               if test -f /usr/local/mysql/lib64/mysql/libmysqlclient_r.a \
28825                  -o -f /usr/local/mysql/lib64/mysql/libmysqlclient_r.so; then
28826                  SQL_LIBDIR=/usr/local/mysql/lib64/mysql
28827               else
28828                  SQL_LIBDIR=/usr/local/mysql/lib/mysql
28829               fi
28830            elif test -f /usr/bin/mysql; then
28831               SQL_BINDIR=/usr/bin
28832               if test -f /usr/lib64/mysql/libmysqlclient_r.a \
28833                   -o -f /usr/lib64/mysql/libmysqlclient_r.so; then
28834                   SQL_LIBDIR=/usr/lib64/mysql
28835               elif test -f /usr/lib/mysql/libmysqlclient_r.a \
28836                   -o -f /usr/lib/mysql/libmysqlclient_r.so; then
28837                   SQL_LIBDIR=/usr/lib/mysql
28838               else
28839                   SQL_LIBDIR=/usr/lib
28840               fi
28841            elif test -f /usr/local/bin/mysql; then
28842               SQL_BINDIR=/usr/local/bin
28843               if test -f /usr/local/lib64/mysql/libmysqlclient_r.a \
28844                   -o -f /usr/local/lib64/mysql/libmysqlclient_r.so; then
28845                   SQL_LIBDIR=/usr/local/lib64/mysql
28846               elif test -f /usr/local/lib/mysql/libmysqlclient_r.a \
28847                   -o -f /usr/local/lib/mysql/libmysqlclient_r.so; then
28848                   SQL_LIBDIR=/usr/local/lib/mysql
28849               else
28850                   SQL_LIBDIR=/usr/local/lib
28851               fi
28852            elif test -f $withval/bin/mysql; then
28853               SQL_BINDIR=$withval/bin
28854               if test -f $withval/lib64/mysql/libmysqlclient_r.a \
28855                   -o -f $withval/lib64/mysql/libmysqlclient_r.so; then
28856                   SQL_LIBDIR=$withval/lib64/mysql
28857               elif test -f $withval/lib64/libmysqlclient_r.a \
28858                   -o -f $withval/lib64/libmysqlclient_r.so; then
28859                   SQL_LIBDIR=$withval/lib64
28860               elif test -f $withval/lib/libmysqlclient_r.a \
28861                   -o -f $withval/lib/libmysqlclient_r.so; then
28862                   SQL_LIBDIR=$withval/lib/
28863               else
28864                   SQL_LIBDIR=$withval/lib/mysql
28865               fi
28866            else
28867               { echo "$as_me:$LINENO: result: no" >&5
28868 echo "${ECHO_T}no" >&6; }
28869               { { echo "$as_me:$LINENO: error: Unable to find mysql in standard locations" >&5
28870 echo "$as_me: error: Unable to find mysql in standard locations" >&2;}
28871    { (exit 1); exit 1; }; }
28872            fi
28873            if test -f $SQL_LIBDIR/libmysqlclient_r.so; then
28874               DB_PROG_LIB=$SQL_LIBDIR/libmysqlclient_r.so
28875            else
28876               DB_PROG_LIB=$SQL_LIBDIR/libmysqlclient_r.a
28877            fi
28878         ;;
28879         "postgresql")
28880            db_prog="postgresql"
28881            PG_CONFIG=`which pg_config`
28882            if test -n "$PG_CONFIG"; then
28883               SQL_BINDIR=`"$PG_CONFIG" --bindir`
28884               SQL_LIBDIR=`"$PG_CONFIG" --libdir`
28885            elif test -f /usr/local/bin/psql; then
28886               SQL_BINDIR=/usr/local/bin
28887               if test -d /usr/local/lib64; then
28888                  SQL_LIBDIR=/usr/local/lib64
28889               else
28890                  SQL_LIBDIR=/usr/local/lib
28891               fi
28892            elif test -f /usr/bin/psql; then
28893               SQL_BINDIR=/usr/local/bin
28894               if test -d /usr/lib64/postgresql; then
28895                  SQL_LIBDIR=/usr/lib64/postgresql
28896               elif test -d /usr/lib/postgresql; then
28897                  SQL_LIBDIR=/usr/lib/postgresql
28898               elif 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/psql; 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 psql in standard locations" >&5
28914 echo "$as_me: error: Unable to find psql in standard locations" >&2;}
28915    { (exit 1); exit 1; }; }
28916            fi
28917            if test -f $SQL_LIBDIR/libpq.so; then
28918               DB_PROG_LIB=$SQL_LIBDIR/libpq.so
28919            else
28920               DB_PROG_LIB=$SQL_LIBDIR/libpq.a
28921            fi
28922         ;;
28923         "sqlite")
28924            db_prog="sqlite"
28925            if test -f /usr/local/bin/sqlite; then
28926               SQL_BINDIR=/usr/local/bin
28927               if test -d /usr/local/lib64; then
28928                  SQL_LIBDIR=/usr/local/lib64
28929               else
28930                  SQL_LIBDIR=/usr/local/lib
28931               fi
28932            elif test -f /usr/bin/sqlite; then
28933               SQL_BINDIR=/usr/bin
28934               if test -d /usr/lib64; then
28935                  SQL_LIBDIR=/usr/lib64
28936               else
28937                  SQL_LIBDIR=/usr/lib
28938               fi
28939            elif test -f $withval/bin/sqlite; then
28940               SQL_BINDIR=$withval/bin
28941               if test -d $withval/lib64; then
28942                  SQL_LIBDIR=$withval/lib64
28943               else
28944                  SQL_LIBDIR=$withval/lib
28945               fi
28946            else
28947               { echo "$as_me:$LINENO: result: no" >&5
28948 echo "${ECHO_T}no" >&6; }
28949               { { echo "$as_me:$LINENO: error: Unable to find sqlite in standard locations" >&5
28950 echo "$as_me: error: Unable to find sqlite in standard locations" >&2;}
28951    { (exit 1); exit 1; }; }
28952            fi
28953            if test -f $SQL_LIBDIR/libsqlite.so; then
28954               DB_PROG_LIB=$SQL_LIBDIR/libsqlite.so
28955            else
28956               DB_PROG_LIB=$SQL_LIBDIR/libsqlite.a
28957            fi
28958         ;;
28959         "sqlite3")
28960            db_prog="sqlite3"
28961            if test -f /usr/local/bin/sqlite3; then
28962               SQL_BINDIR=/usr/local/bin
28963               if test -d /usr/local/lib64; then
28964                  SQL_LIBDIR=/usr/local/lib64
28965               else
28966                  SQL_LIBDIR=/usr/local/lib
28967               fi
28968            elif test -f /usr/bin/sqlite3; then
28969               SQL_BINDIR=/usr/bin
28970               if test -d /usr/lib64; then
28971                  SQL_LIBDIR=/usr/lib64
28972               else
28973                  SQL_LIBDIR=/usr/lib
28974               fi
28975            elif test -f $withval/bin/sqlite3; then
28976               SQL_BINDIR=$withval/bin
28977               if test -d $withval/lib64; then
28978                  SQL_LIBDIR=$withval/lib64
28979               else
28980                  SQL_LIBDIR=$withval/lib
28981               fi
28982            else
28983               { echo "$as_me:$LINENO: result: no" >&5
28984 echo "${ECHO_T}no" >&6; }
28985               { { echo "$as_me:$LINENO: error: Unable to find sqlite in standard locations" >&5
28986 echo "$as_me: error: Unable to find sqlite in standard locations" >&2;}
28987    { (exit 1); exit 1; }; }
28988            fi
28989            if test -f $SQL_LIBDIR/libsqlite3.so; then
28990               DB_PROG_LIB=$SQL_LIBDIR/libsqlite3.so
28991            else
28992               DB_PROG_LIB=$SQL_LIBDIR/libsqlite3.a
28993            fi
28994         ;;
28995         *)
28996            { echo "$as_me:$LINENO: result: no" >&5
28997 echo "${ECHO_T}no" >&6; }
28998            { { echo "$as_me:$LINENO: error: Unable to set DBI driver. $withval is not supported" >&5
28999 echo "$as_me: error: Unable to set DBI driver. $withval is not supported" >&2;}
29000    { (exit 1); exit 1; }; }
29001         ;;
29002      esac
29003
29004      { echo "$as_me:$LINENO: result: yes" >&5
29005 echo "${ECHO_T}yes" >&6; }
29006      DB_PROG=$db_prog
29007   else
29008      { echo "$as_me:$LINENO: result: no" >&5
29009 echo "${ECHO_T}no" >&6; }
29010   fi
29011
29012 else
29013
29014   { echo "$as_me:$LINENO: result: no" >&5
29015 echo "${ECHO_T}no" >&6; }
29016
29017 fi
29018
29019
29020
29021
29022
29023
29024
29025
29026
29027
29028 support_batch_insert=no
29029 A=`test -f $SQL_LIB && nm $SQL_LIB | grep pthread_mutex_lock`
29030 pkg=$?
29031 if test $pkg = 0; then
29032    support_batch_insert=yes
29033    # Check whether --enable-batch-insert was given.
29034 if test "${enable_batch_insert+set}" = set; then
29035   enableval=$enable_batch_insert;
29036           if test x$enableval = xno; then
29037              support_batch_insert=no
29038           else
29039              support_batch_insert=yes
29040           fi
29041
29042
29043 fi
29044
29045 fi
29046
29047 saved_LIBS="${LIBS}"
29048 LIBS="${saved_LIBS} ${SQL_LFLAGS}"
29049
29050 if test x$DB_TYPE = xpostgresql; then
29051    support_batch_insert=yes
29052    { echo "$as_me:$LINENO: checking for PQisthreadsafe in -lpq" >&5
29053 echo $ECHO_N "checking for PQisthreadsafe in -lpq... $ECHO_C" >&6; }
29054 if test "${ac_cv_lib_pq_PQisthreadsafe+set}" = set; then
29055   echo $ECHO_N "(cached) $ECHO_C" >&6
29056 else
29057   ac_check_lib_save_LIBS=$LIBS
29058 LIBS="-lpq  $LIBS"
29059 cat >conftest.$ac_ext <<_ACEOF
29060 /* confdefs.h.  */
29061 _ACEOF
29062 cat confdefs.h >>conftest.$ac_ext
29063 cat >>conftest.$ac_ext <<_ACEOF
29064 /* end confdefs.h.  */
29065
29066 /* Override any GCC internal prototype to avoid an error.
29067    Use char because int might match the return type of a GCC
29068    builtin and then its argument prototype would still apply.  */
29069 #ifdef __cplusplus
29070 extern "C"
29071 #endif
29072 char PQisthreadsafe ();
29073 int
29074 main ()
29075 {
29076 return PQisthreadsafe ();
29077   ;
29078   return 0;
29079 }
29080 _ACEOF
29081 rm -f conftest.$ac_objext conftest$ac_exeext
29082 if { (ac_try="$ac_link"
29083 case "(($ac_try" in
29084   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29085   *) ac_try_echo=$ac_try;;
29086 esac
29087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29088   (eval "$ac_link") 2>conftest.er1
29089   ac_status=$?
29090   grep -v '^ *+' conftest.er1 >conftest.err
29091   rm -f conftest.er1
29092   cat conftest.err >&5
29093   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29094   (exit $ac_status); } && {
29095          test -z "$ac_c_werror_flag" ||
29096          test ! -s conftest.err
29097        } && test -s conftest$ac_exeext &&
29098        $as_test_x conftest$ac_exeext; then
29099   ac_cv_lib_pq_PQisthreadsafe=yes
29100 else
29101   echo "$as_me: failed program was:" >&5
29102 sed 's/^/| /' conftest.$ac_ext >&5
29103
29104         ac_cv_lib_pq_PQisthreadsafe=no
29105 fi
29106
29107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29108       conftest$ac_exeext conftest.$ac_ext
29109 LIBS=$ac_check_lib_save_LIBS
29110 fi
29111 { echo "$as_me:$LINENO: result: $ac_cv_lib_pq_PQisthreadsafe" >&5
29112 echo "${ECHO_T}$ac_cv_lib_pq_PQisthreadsafe" >&6; }
29113 if test $ac_cv_lib_pq_PQisthreadsafe = yes; then
29114
29115 cat >>confdefs.h <<\_ACEOF
29116 #define HAVE_PQISTHREADSAFE 1
29117 _ACEOF
29118
29119 fi
29120
29121    { echo "$as_me:$LINENO: checking for PQputCopyData in -lpq" >&5
29122 echo $ECHO_N "checking for PQputCopyData in -lpq... $ECHO_C" >&6; }
29123 if test "${ac_cv_lib_pq_PQputCopyData+set}" = set; then
29124   echo $ECHO_N "(cached) $ECHO_C" >&6
29125 else
29126   ac_check_lib_save_LIBS=$LIBS
29127 LIBS="-lpq  $LIBS"
29128 cat >conftest.$ac_ext <<_ACEOF
29129 /* confdefs.h.  */
29130 _ACEOF
29131 cat confdefs.h >>conftest.$ac_ext
29132 cat >>conftest.$ac_ext <<_ACEOF
29133 /* end confdefs.h.  */
29134
29135 /* Override any GCC internal prototype to avoid an error.
29136    Use char because int might match the return type of a GCC
29137    builtin and then its argument prototype would still apply.  */
29138 #ifdef __cplusplus
29139 extern "C"
29140 #endif
29141 char PQputCopyData ();
29142 int
29143 main ()
29144 {
29145 return PQputCopyData ();
29146   ;
29147   return 0;
29148 }
29149 _ACEOF
29150 rm -f conftest.$ac_objext conftest$ac_exeext
29151 if { (ac_try="$ac_link"
29152 case "(($ac_try" in
29153   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29154   *) ac_try_echo=$ac_try;;
29155 esac
29156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29157   (eval "$ac_link") 2>conftest.er1
29158   ac_status=$?
29159   grep -v '^ *+' conftest.er1 >conftest.err
29160   rm -f conftest.er1
29161   cat conftest.err >&5
29162   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29163   (exit $ac_status); } && {
29164          test -z "$ac_c_werror_flag" ||
29165          test ! -s conftest.err
29166        } && test -s conftest$ac_exeext &&
29167        $as_test_x conftest$ac_exeext; then
29168   ac_cv_lib_pq_PQputCopyData=yes
29169 else
29170   echo "$as_me: failed program was:" >&5
29171 sed 's/^/| /' conftest.$ac_ext >&5
29172
29173         ac_cv_lib_pq_PQputCopyData=no
29174 fi
29175
29176 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29177       conftest$ac_exeext conftest.$ac_ext
29178 LIBS=$ac_check_lib_save_LIBS
29179 fi
29180 { echo "$as_me:$LINENO: result: $ac_cv_lib_pq_PQputCopyData" >&5
29181 echo "${ECHO_T}$ac_cv_lib_pq_PQputCopyData" >&6; }
29182 if test $ac_cv_lib_pq_PQputCopyData = yes; then
29183
29184 cat >>confdefs.h <<\_ACEOF
29185 #define HAVE_PQ_COPY 1
29186 _ACEOF
29187
29188 fi
29189
29190    test "x$ac_cv_lib_pq_PQputCopyData" = "xyes"
29191    pkg=$?
29192    if test $pkg = 0; then
29193       # Check whether --enable-batch-insert was given.
29194 if test "${enable_batch_insert+set}" = set; then
29195   enableval=$enable_batch_insert;
29196              if test x$enableval = xno; then
29197                 support_batch_insert=no
29198              fi
29199
29200
29201 fi
29202
29203    else
29204       support_batch_insert=no
29205    fi
29206 fi
29207
29208 if test x$DB_TYPE = xdbi; then
29209    DB_TYPE=$DB_PROG
29210    db_type=$DB_PROG
29211    pkg=1
29212       if test $DB_PROG = postgresql; then
29213       { echo "$as_me:$LINENO: checking for PQisthreadsafe in -lpq" >&5
29214 echo $ECHO_N "checking for PQisthreadsafe in -lpq... $ECHO_C" >&6; }
29215 if test "${ac_cv_lib_pq_PQisthreadsafe+set}" = set; then
29216   echo $ECHO_N "(cached) $ECHO_C" >&6
29217 else
29218   ac_check_lib_save_LIBS=$LIBS
29219 LIBS="-lpq  $LIBS"
29220 cat >conftest.$ac_ext <<_ACEOF
29221 /* confdefs.h.  */
29222 _ACEOF
29223 cat confdefs.h >>conftest.$ac_ext
29224 cat >>conftest.$ac_ext <<_ACEOF
29225 /* end confdefs.h.  */
29226
29227 /* Override any GCC internal prototype to avoid an error.
29228    Use char because int might match the return type of a GCC
29229    builtin and then its argument prototype would still apply.  */
29230 #ifdef __cplusplus
29231 extern "C"
29232 #endif
29233 char PQisthreadsafe ();
29234 int
29235 main ()
29236 {
29237 return PQisthreadsafe ();
29238   ;
29239   return 0;
29240 }
29241 _ACEOF
29242 rm -f conftest.$ac_objext conftest$ac_exeext
29243 if { (ac_try="$ac_link"
29244 case "(($ac_try" in
29245   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29246   *) ac_try_echo=$ac_try;;
29247 esac
29248 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29249   (eval "$ac_link") 2>conftest.er1
29250   ac_status=$?
29251   grep -v '^ *+' conftest.er1 >conftest.err
29252   rm -f conftest.er1
29253   cat conftest.err >&5
29254   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29255   (exit $ac_status); } && {
29256          test -z "$ac_c_werror_flag" ||
29257          test ! -s conftest.err
29258        } && test -s conftest$ac_exeext &&
29259        $as_test_x conftest$ac_exeext; then
29260   ac_cv_lib_pq_PQisthreadsafe=yes
29261 else
29262   echo "$as_me: failed program was:" >&5
29263 sed 's/^/| /' conftest.$ac_ext >&5
29264
29265         ac_cv_lib_pq_PQisthreadsafe=no
29266 fi
29267
29268 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29269       conftest$ac_exeext conftest.$ac_ext
29270 LIBS=$ac_check_lib_save_LIBS
29271 fi
29272 { echo "$as_me:$LINENO: result: $ac_cv_lib_pq_PQisthreadsafe" >&5
29273 echo "${ECHO_T}$ac_cv_lib_pq_PQisthreadsafe" >&6; }
29274 if test $ac_cv_lib_pq_PQisthreadsafe = yes; then
29275   cat >>confdefs.h <<\_ACEOF
29276 #define HAVE_PQISTHREADSAFE 1
29277 _ACEOF
29278
29279 fi
29280
29281       { echo "$as_me:$LINENO: checking for PQputCopyData in -lpq" >&5
29282 echo $ECHO_N "checking for PQputCopyData in -lpq... $ECHO_C" >&6; }
29283 if test "${ac_cv_lib_pq_PQputCopyData+set}" = set; then
29284   echo $ECHO_N "(cached) $ECHO_C" >&6
29285 else
29286   ac_check_lib_save_LIBS=$LIBS
29287 LIBS="-lpq  $LIBS"
29288 cat >conftest.$ac_ext <<_ACEOF
29289 /* confdefs.h.  */
29290 _ACEOF
29291 cat confdefs.h >>conftest.$ac_ext
29292 cat >>conftest.$ac_ext <<_ACEOF
29293 /* end confdefs.h.  */
29294
29295 /* Override any GCC internal prototype to avoid an error.
29296    Use char because int might match the return type of a GCC
29297    builtin and then its argument prototype would still apply.  */
29298 #ifdef __cplusplus
29299 extern "C"
29300 #endif
29301 char PQputCopyData ();
29302 int
29303 main ()
29304 {
29305 return PQputCopyData ();
29306   ;
29307   return 0;
29308 }
29309 _ACEOF
29310 rm -f conftest.$ac_objext conftest$ac_exeext
29311 if { (ac_try="$ac_link"
29312 case "(($ac_try" in
29313   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29314   *) ac_try_echo=$ac_try;;
29315 esac
29316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29317   (eval "$ac_link") 2>conftest.er1
29318   ac_status=$?
29319   grep -v '^ *+' conftest.er1 >conftest.err
29320   rm -f conftest.er1
29321   cat conftest.err >&5
29322   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29323   (exit $ac_status); } && {
29324          test -z "$ac_c_werror_flag" ||
29325          test ! -s conftest.err
29326        } && test -s conftest$ac_exeext &&
29327        $as_test_x conftest$ac_exeext; then
29328   ac_cv_lib_pq_PQputCopyData=yes
29329 else
29330   echo "$as_me: failed program was:" >&5
29331 sed 's/^/| /' conftest.$ac_ext >&5
29332
29333         ac_cv_lib_pq_PQputCopyData=no
29334 fi
29335
29336 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29337       conftest$ac_exeext conftest.$ac_ext
29338 LIBS=$ac_check_lib_save_LIBS
29339 fi
29340 { echo "$as_me:$LINENO: result: $ac_cv_lib_pq_PQputCopyData" >&5
29341 echo "${ECHO_T}$ac_cv_lib_pq_PQputCopyData" >&6; }
29342 if test $ac_cv_lib_pq_PQputCopyData = yes; then
29343   cat >>confdefs.h <<\_ACEOF
29344 #define HAVE_PQ_COPY 1
29345 _ACEOF
29346
29347 fi
29348
29349       test "x$ac_cv_lib_pq_PQputCopyData" = "xyes"
29350       pkg=$?
29351    fi
29352
29353    if test $DB_PROG = mysql; then
29354       A=`test -f $SQL_LIB && nm $DB_PROG_LIB | grep pthread_mutex_lock`
29355       pkg=$?
29356    fi
29357
29358    if test $DB_PROG = sqlite3; then
29359       A=`test -f $SQL_LIB && nm $DB_PROG_LIB | grep pthread_mutex_lock`
29360       pkg=$?
29361       { echo "$as_me:$LINENO: checking for sqlite3_threadsafe in -lsqlite3" >&5
29362 echo $ECHO_N "checking for sqlite3_threadsafe in -lsqlite3... $ECHO_C" >&6; }
29363 if test "${ac_cv_lib_sqlite3_sqlite3_threadsafe+set}" = set; then
29364   echo $ECHO_N "(cached) $ECHO_C" >&6
29365 else
29366   ac_check_lib_save_LIBS=$LIBS
29367 LIBS="-lsqlite3  $LIBS"
29368 cat >conftest.$ac_ext <<_ACEOF
29369 /* confdefs.h.  */
29370 _ACEOF
29371 cat confdefs.h >>conftest.$ac_ext
29372 cat >>conftest.$ac_ext <<_ACEOF
29373 /* end confdefs.h.  */
29374
29375 /* Override any GCC internal prototype to avoid an error.
29376    Use char because int might match the return type of a GCC
29377    builtin and then its argument prototype would still apply.  */
29378 #ifdef __cplusplus
29379 extern "C"
29380 #endif
29381 char sqlite3_threadsafe ();
29382 int
29383 main ()
29384 {
29385 return sqlite3_threadsafe ();
29386   ;
29387   return 0;
29388 }
29389 _ACEOF
29390 rm -f conftest.$ac_objext conftest$ac_exeext
29391 if { (ac_try="$ac_link"
29392 case "(($ac_try" in
29393   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29394   *) ac_try_echo=$ac_try;;
29395 esac
29396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29397   (eval "$ac_link") 2>conftest.er1
29398   ac_status=$?
29399   grep -v '^ *+' conftest.er1 >conftest.err
29400   rm -f conftest.er1
29401   cat conftest.err >&5
29402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29403   (exit $ac_status); } && {
29404          test -z "$ac_c_werror_flag" ||
29405          test ! -s conftest.err
29406        } && test -s conftest$ac_exeext &&
29407        $as_test_x conftest$ac_exeext; then
29408   ac_cv_lib_sqlite3_sqlite3_threadsafe=yes
29409 else
29410   echo "$as_me: failed program was:" >&5
29411 sed 's/^/| /' conftest.$ac_ext >&5
29412
29413         ac_cv_lib_sqlite3_sqlite3_threadsafe=no
29414 fi
29415
29416 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29417       conftest$ac_exeext conftest.$ac_ext
29418 LIBS=$ac_check_lib_save_LIBS
29419 fi
29420 { echo "$as_me:$LINENO: result: $ac_cv_lib_sqlite3_sqlite3_threadsafe" >&5
29421 echo "${ECHO_T}$ac_cv_lib_sqlite3_sqlite3_threadsafe" >&6; }
29422 if test $ac_cv_lib_sqlite3_sqlite3_threadsafe = yes; then
29423
29424 cat >>confdefs.h <<\_ACEOF
29425 #define HAVE_SQLITE3_THREADSAFE 1
29426 _ACEOF
29427
29428 fi
29429
29430    fi
29431
29432    if test $pkg = 0; then
29433       # Check whether --enable-batch-insert was given.
29434 if test "${enable_batch_insert+set}" = set; then
29435   enableval=$enable_batch_insert;
29436              if test x$enableval = xno; then
29437                 support_batch_insert=no
29438              else
29439                 support_batch_insert=yes
29440              fi
29441
29442
29443 fi
29444
29445    fi
29446 else
29447       uncomment_dbi="#"
29448 fi
29449
29450 LIBS="${saved_LIBS}"
29451
29452
29453
29454 if test x$DB_TYPE = xingres; then
29455    support_batch_insert=yes
29456 fi
29457
29458 if test $support_batch_insert = yes ; then
29459
29460 cat >>confdefs.h <<\_ACEOF
29461 #define HAVE_BATCH_FILE_INSERT 1
29462 _ACEOF
29463
29464 fi
29465
29466 cat >>confdefs.h <<\_ACEOF
29467 #define PROTOTYPES 1
29468 _ACEOF
29469
29470
29471 if test -z "$CFLAGS" -o "$CFLAGS" = "-g -O2"; then
29472    if test -z "$CCOPTS"; then
29473       CCOPTS='-g -O2 -Wall'
29474    fi
29475    CFLAGS="$CCOPTS"
29476 fi
29477
29478
29479
29480 largefile_support="no"
29481
29482    # Check whether --enable-largefile was given.
29483 if test "${enable_largefile+set}" = set; then
29484   enableval=$enable_largefile;
29485 fi
29486
29487    if test "$enable_largefile" != no; then
29488      if test -n "$ac_tool_prefix"; then
29489   # Extract the first word of "${ac_tool_prefix}getconf", so it can be a program name with args.
29490 set dummy ${ac_tool_prefix}getconf; ac_word=$2
29491 { echo "$as_me:$LINENO: checking for $ac_word" >&5
29492 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
29493 if test "${ac_cv_prog_GETCONF+set}" = set; then
29494   echo $ECHO_N "(cached) $ECHO_C" >&6
29495 else
29496   if test -n "$GETCONF"; then
29497   ac_cv_prog_GETCONF="$GETCONF" # Let the user override the test.
29498 else
29499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29500 for as_dir in $PATH
29501 do
29502   IFS=$as_save_IFS
29503   test -z "$as_dir" && as_dir=.
29504   for ac_exec_ext in '' $ac_executable_extensions; do
29505   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29506     ac_cv_prog_GETCONF="${ac_tool_prefix}getconf"
29507     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29508     break 2
29509   fi
29510 done
29511 done
29512 IFS=$as_save_IFS
29513
29514 fi
29515 fi
29516 GETCONF=$ac_cv_prog_GETCONF
29517 if test -n "$GETCONF"; then
29518   { echo "$as_me:$LINENO: result: $GETCONF" >&5
29519 echo "${ECHO_T}$GETCONF" >&6; }
29520 else
29521   { echo "$as_me:$LINENO: result: no" >&5
29522 echo "${ECHO_T}no" >&6; }
29523 fi
29524
29525
29526 fi
29527 if test -z "$ac_cv_prog_GETCONF"; then
29528   ac_ct_GETCONF=$GETCONF
29529   # Extract the first word of "getconf", so it can be a program name with args.
29530 set dummy getconf; ac_word=$2
29531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
29532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
29533 if test "${ac_cv_prog_ac_ct_GETCONF+set}" = set; then
29534   echo $ECHO_N "(cached) $ECHO_C" >&6
29535 else
29536   if test -n "$ac_ct_GETCONF"; then
29537   ac_cv_prog_ac_ct_GETCONF="$ac_ct_GETCONF" # Let the user override the test.
29538 else
29539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29540 for as_dir in $PATH
29541 do
29542   IFS=$as_save_IFS
29543   test -z "$as_dir" && as_dir=.
29544   for ac_exec_ext in '' $ac_executable_extensions; do
29545   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29546     ac_cv_prog_ac_ct_GETCONF="getconf"
29547     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29548     break 2
29549   fi
29550 done
29551 done
29552 IFS=$as_save_IFS
29553
29554 fi
29555 fi
29556 ac_ct_GETCONF=$ac_cv_prog_ac_ct_GETCONF
29557 if test -n "$ac_ct_GETCONF"; then
29558   { echo "$as_me:$LINENO: result: $ac_ct_GETCONF" >&5
29559 echo "${ECHO_T}$ac_ct_GETCONF" >&6; }
29560 else
29561   { echo "$as_me:$LINENO: result: no" >&5
29562 echo "${ECHO_T}no" >&6; }
29563 fi
29564
29565   if test "x$ac_ct_GETCONF" = x; then
29566     GETCONF=""
29567   else
29568     case $cross_compiling:$ac_tool_warned in
29569 yes:)
29570 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
29571 whose name does not start with the host triplet.  If you think this
29572 configuration is useful to you, please write to autoconf@gnu.org." >&5
29573 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
29574 whose name does not start with the host triplet.  If you think this
29575 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
29576 ac_tool_warned=yes ;;
29577 esac
29578     GETCONF=$ac_ct_GETCONF
29579   fi
29580 else
29581   GETCONF="$ac_cv_prog_GETCONF"
29582 fi
29583
29584      { echo "$as_me:$LINENO: checking for CFLAGS value to request large file support" >&5
29585 echo $ECHO_N "checking for CFLAGS value to request large file support... $ECHO_C" >&6; }
29586 if test "${ac_cv_sys_largefile_CFLAGS+set}" = set; then
29587   echo $ECHO_N "(cached) $ECHO_C" >&6
29588 else
29589   ac_cv_sys_largefile_CFLAGS=`($GETCONF LFS_CFLAGS) 2>/dev/null` || {
29590         ac_cv_sys_largefile_CFLAGS=no
29591         case "$host_os" in
29592            # IRIX 6.2 and later require cc -n32.
29593            irix6.[2-9]* | irix6.1[0-9]* | irix[7-9].* | irix[1-9][0-9]*)
29594              if test "$GCC" != yes; then
29595                ac_cv_sys_largefile_CFLAGS=-n32
29596              fi
29597              ac_save_CC="$CC"
29598              CC="$CC $ac_cv_sys_largefile_CFLAGS"
29599              cat >conftest.$ac_ext <<_ACEOF
29600 /* confdefs.h.  */
29601 _ACEOF
29602 cat confdefs.h >>conftest.$ac_ext
29603 cat >>conftest.$ac_ext <<_ACEOF
29604 /* end confdefs.h.  */
29605
29606 int
29607 main ()
29608 {
29609
29610   ;
29611   return 0;
29612 }
29613 _ACEOF
29614 rm -f conftest.$ac_objext conftest$ac_exeext
29615 if { (ac_try="$ac_link"
29616 case "(($ac_try" in
29617   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29618   *) ac_try_echo=$ac_try;;
29619 esac
29620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29621   (eval "$ac_link") 2>conftest.er1
29622   ac_status=$?
29623   grep -v '^ *+' conftest.er1 >conftest.err
29624   rm -f conftest.er1
29625   cat conftest.err >&5
29626   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29627   (exit $ac_status); } && {
29628          test -z "$ac_c_werror_flag" ||
29629          test ! -s conftest.err
29630        } && test -s conftest$ac_exeext &&
29631        $as_test_x conftest$ac_exeext; then
29632   :
29633 else
29634   echo "$as_me: failed program was:" >&5
29635 sed 's/^/| /' conftest.$ac_ext >&5
29636
29637         ac_cv_sys_largefile_CFLAGS=no
29638 fi
29639
29640 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29641       conftest$ac_exeext conftest.$ac_ext
29642              CC="$ac_save_CC"
29643            esac
29644       }
29645 fi
29646 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CFLAGS" >&5
29647 echo "${ECHO_T}$ac_cv_sys_largefile_CFLAGS" >&6; }
29648      { echo "$as_me:$LINENO: checking for LDFLAGS value to request large file support" >&5
29649 echo $ECHO_N "checking for LDFLAGS value to request large file support... $ECHO_C" >&6; }
29650 if test "${ac_cv_sys_largefile_LDFLAGS+set}" = set; then
29651   echo $ECHO_N "(cached) $ECHO_C" >&6
29652 else
29653   ac_cv_sys_largefile_LDFLAGS=`($GETCONF LFS_LDFLAGS) 2>/dev/null` || {
29654         ac_cv_sys_largefile_LDFLAGS=no
29655
29656       }
29657 fi
29658 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_LDFLAGS" >&5
29659 echo "${ECHO_T}$ac_cv_sys_largefile_LDFLAGS" >&6; }
29660      { echo "$as_me:$LINENO: checking for LIBS value to request large file support" >&5
29661 echo $ECHO_N "checking for LIBS value to request large file support... $ECHO_C" >&6; }
29662 if test "${ac_cv_sys_largefile_LIBS+set}" = set; then
29663   echo $ECHO_N "(cached) $ECHO_C" >&6
29664 else
29665   ac_cv_sys_largefile_LIBS=`($GETCONF LFS_LIBS) 2>/dev/null` || {
29666         ac_cv_sys_largefile_LIBS=no
29667
29668       }
29669 fi
29670 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_LIBS" >&5
29671 echo "${ECHO_T}$ac_cv_sys_largefile_LIBS" >&6; }
29672
29673      for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
29674        case "$ac_flag" in
29675        no) ;;
29676        -D_FILE_OFFSET_BITS=*) ;;
29677        -D_LARGEFILE_SOURCE | -D_LARGEFILE_SOURCE=*) ;;
29678        -D_LARGE_FILES | -D_LARGE_FILES=*) ;;
29679        -D?* | -I?*)
29680          case "$ac_flag" in
29681    no) ;;
29682    ?*)
29683      case "$CPPFLAGS" in
29684      '') CPPFLAGS="$ac_flag" ;;
29685      *) CPPFLAGS=$CPPFLAGS' '"$ac_flag" ;;
29686      esac ;;
29687    esac ;;
29688        *)
29689          case "$ac_flag" in
29690    no) ;;
29691    ?*)
29692      case "$CFLAGS" in
29693      '') CFLAGS="$ac_flag" ;;
29694      *) CFLAGS=$CFLAGS' '"$ac_flag" ;;
29695      esac ;;
29696    esac ;;
29697        esac
29698      done
29699      case "$ac_cv_sys_largefile_LDFLAGS" in
29700    no) ;;
29701    ?*)
29702      case "$LDFLAGS" in
29703      '') LDFLAGS="$ac_cv_sys_largefile_LDFLAGS" ;;
29704      *) LDFLAGS=$LDFLAGS' '"$ac_cv_sys_largefile_LDFLAGS" ;;
29705      esac ;;
29706    esac
29707      case "$ac_cv_sys_largefile_LIBS" in
29708    no) ;;
29709    ?*)
29710      case "$LIBS" in
29711      '') LIBS="$ac_cv_sys_largefile_LIBS" ;;
29712      *) LIBS=$LIBS' '"$ac_cv_sys_largefile_LIBS" ;;
29713      esac ;;
29714    esac
29715      { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS" >&5
29716 echo $ECHO_N "checking for _FILE_OFFSET_BITS... $ECHO_C" >&6; }
29717 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
29718   echo $ECHO_N "(cached) $ECHO_C" >&6
29719 else
29720   ac_cv_sys_file_offset_bits=no
29721       ac_cv_sys_file_offset_bits=64
29722       for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
29723         case "$ac_flag" in
29724         -D_FILE_OFFSET_BITS)
29725           ac_cv_sys_file_offset_bits=1 ;;
29726         -D_FILE_OFFSET_BITS=*)
29727           ac_cv_sys_file_offset_bits=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;;
29728         esac
29729       done
29730
29731 fi
29732 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
29733 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
29734    if test "$ac_cv_sys_file_offset_bits" != no; then
29735
29736 cat >>confdefs.h <<_ACEOF
29737 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
29738 _ACEOF
29739
29740    fi
29741      { echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE" >&5
29742 echo $ECHO_N "checking for _LARGEFILE_SOURCE... $ECHO_C" >&6; }
29743 if test "${ac_cv_sys_largefile_source+set}" = set; then
29744   echo $ECHO_N "(cached) $ECHO_C" >&6
29745 else
29746   ac_cv_sys_largefile_source=no
29747       ac_cv_sys_largefile_source=1
29748       for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
29749         case "$ac_flag" in
29750         -D_LARGEFILE_SOURCE)
29751           ac_cv_sys_largefile_source=1 ;;
29752         -D_LARGEFILE_SOURCE=*)
29753           ac_cv_sys_largefile_source=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;;
29754         esac
29755       done
29756
29757 fi
29758 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
29759 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
29760    if test "$ac_cv_sys_largefile_source" != no; then
29761
29762 cat >>confdefs.h <<_ACEOF
29763 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
29764 _ACEOF
29765
29766    fi
29767      { echo "$as_me:$LINENO: checking for _LARGE_FILES" >&5
29768 echo $ECHO_N "checking for _LARGE_FILES... $ECHO_C" >&6; }
29769 if test "${ac_cv_sys_large_files+set}" = set; then
29770   echo $ECHO_N "(cached) $ECHO_C" >&6
29771 else
29772   ac_cv_sys_large_files=no
29773       ac_cv_sys_large_files=1
29774       for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
29775         case "$ac_flag" in
29776         -D_LARGE_FILES)
29777           ac_cv_sys_large_files=1 ;;
29778         -D_LARGE_FILES=*)
29779           ac_cv_sys_large_files=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;;
29780         esac
29781       done
29782
29783 fi
29784 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
29785 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
29786    if test "$ac_cv_sys_large_files" != no; then
29787
29788 cat >>confdefs.h <<_ACEOF
29789 #define _LARGE_FILES $ac_cv_sys_large_files
29790 _ACEOF
29791
29792    fi
29793    fi
29794
29795
29796 { echo "$as_me:$LINENO: checking for X" >&5
29797 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
29798
29799
29800 # Check whether --with-x was given.
29801 if test "${with_x+set}" = set; then
29802   withval=$with_x;
29803 fi
29804
29805 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
29806 if test "x$with_x" = xno; then
29807   # The user explicitly disabled X.
29808   have_x=disabled
29809 else
29810   case $x_includes,$x_libraries in #(
29811     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
29812 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
29813    { (exit 1); exit 1; }; };; #(
29814     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
29815   echo $ECHO_N "(cached) $ECHO_C" >&6
29816 else
29817   # One or both of the vars are not set, and there is no cached value.
29818 ac_x_includes=no ac_x_libraries=no
29819 rm -f -r conftest.dir
29820 if mkdir conftest.dir; then
29821   cd conftest.dir
29822   cat >Imakefile <<'_ACEOF'
29823 incroot:
29824         @echo incroot='${INCROOT}'
29825 usrlibdir:
29826         @echo usrlibdir='${USRLIBDIR}'
29827 libdir:
29828         @echo libdir='${LIBDIR}'
29829 _ACEOF
29830   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
29831     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
29832     for ac_var in incroot usrlibdir libdir; do
29833       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
29834     done
29835     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
29836     for ac_extension in a so sl; do
29837       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
29838          test -f "$ac_im_libdir/libX11.$ac_extension"; then
29839         ac_im_usrlibdir=$ac_im_libdir; break
29840       fi
29841     done
29842     # Screen out bogus values from the imake configuration.  They are
29843     # bogus both because they are the default anyway, and because
29844     # using them would break gcc on systems where it needs fixed includes.
29845     case $ac_im_incroot in
29846         /usr/include) ac_x_includes= ;;
29847         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
29848     esac
29849     case $ac_im_usrlibdir in
29850         /usr/lib | /lib) ;;
29851         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
29852     esac
29853   fi
29854   cd ..
29855   rm -f -r conftest.dir
29856 fi
29857
29858 # Standard set of common directories for X headers.
29859 # Check X11 before X11Rn because it is often a symlink to the current release.
29860 ac_x_header_dirs='
29861 /usr/X11/include
29862 /usr/X11R6/include
29863 /usr/X11R5/include
29864 /usr/X11R4/include
29865
29866 /usr/include/X11
29867 /usr/include/X11R6
29868 /usr/include/X11R5
29869 /usr/include/X11R4
29870
29871 /usr/local/X11/include
29872 /usr/local/X11R6/include
29873 /usr/local/X11R5/include
29874 /usr/local/X11R4/include
29875
29876 /usr/local/include/X11
29877 /usr/local/include/X11R6
29878 /usr/local/include/X11R5
29879 /usr/local/include/X11R4
29880
29881 /usr/X386/include
29882 /usr/x386/include
29883 /usr/XFree86/include/X11
29884
29885 /usr/include
29886 /usr/local/include
29887 /usr/unsupported/include
29888 /usr/athena/include
29889 /usr/local/x11r5/include
29890 /usr/lpp/Xamples/include
29891
29892 /usr/openwin/include
29893 /usr/openwin/share/include'
29894
29895 if test "$ac_x_includes" = no; then
29896   # Guess where to find include files, by looking for Xlib.h.
29897   # First, try using that file with no special directory specified.
29898   cat >conftest.$ac_ext <<_ACEOF
29899 /* confdefs.h.  */
29900 _ACEOF
29901 cat confdefs.h >>conftest.$ac_ext
29902 cat >>conftest.$ac_ext <<_ACEOF
29903 /* end confdefs.h.  */
29904 #include <X11/Xlib.h>
29905 _ACEOF
29906 if { (ac_try="$ac_cpp conftest.$ac_ext"
29907 case "(($ac_try" in
29908   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29909   *) ac_try_echo=$ac_try;;
29910 esac
29911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29912   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
29913   ac_status=$?
29914   grep -v '^ *+' conftest.er1 >conftest.err
29915   rm -f conftest.er1
29916   cat conftest.err >&5
29917   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29918   (exit $ac_status); } >/dev/null && {
29919          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
29920          test ! -s conftest.err
29921        }; then
29922   # We can compile using X headers with no special include directory.
29923 ac_x_includes=
29924 else
29925   echo "$as_me: failed program was:" >&5
29926 sed 's/^/| /' conftest.$ac_ext >&5
29927
29928   for ac_dir in $ac_x_header_dirs; do
29929   if test -r "$ac_dir/X11/Xlib.h"; then
29930     ac_x_includes=$ac_dir
29931     break
29932   fi
29933 done
29934 fi
29935
29936 rm -f conftest.err conftest.$ac_ext
29937 fi # $ac_x_includes = no
29938
29939 if test "$ac_x_libraries" = no; then
29940   # Check for the libraries.
29941   # See if we find them without any special options.
29942   # Don't add to $LIBS permanently.
29943   ac_save_LIBS=$LIBS
29944   LIBS="-lX11 $LIBS"
29945   cat >conftest.$ac_ext <<_ACEOF
29946 /* confdefs.h.  */
29947 _ACEOF
29948 cat confdefs.h >>conftest.$ac_ext
29949 cat >>conftest.$ac_ext <<_ACEOF
29950 /* end confdefs.h.  */
29951 #include <X11/Xlib.h>
29952 int
29953 main ()
29954 {
29955 XrmInitialize ()
29956   ;
29957   return 0;
29958 }
29959 _ACEOF
29960 rm -f conftest.$ac_objext conftest$ac_exeext
29961 if { (ac_try="$ac_link"
29962 case "(($ac_try" in
29963   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29964   *) ac_try_echo=$ac_try;;
29965 esac
29966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29967   (eval "$ac_link") 2>conftest.er1
29968   ac_status=$?
29969   grep -v '^ *+' conftest.er1 >conftest.err
29970   rm -f conftest.er1
29971   cat conftest.err >&5
29972   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29973   (exit $ac_status); } && {
29974          test -z "$ac_c_werror_flag" ||
29975          test ! -s conftest.err
29976        } && test -s conftest$ac_exeext &&
29977        $as_test_x conftest$ac_exeext; then
29978   LIBS=$ac_save_LIBS
29979 # We can link X programs with no special library path.
29980 ac_x_libraries=
29981 else
29982   echo "$as_me: failed program was:" >&5
29983 sed 's/^/| /' conftest.$ac_ext >&5
29984
29985         LIBS=$ac_save_LIBS
29986 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
29987 do
29988   # Don't even attempt the hair of trying to link an X program!
29989   for ac_extension in a so sl; do
29990     if test -r "$ac_dir/libX11.$ac_extension"; then
29991       ac_x_libraries=$ac_dir
29992       break 2
29993     fi
29994   done
29995 done
29996 fi
29997
29998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29999       conftest$ac_exeext conftest.$ac_ext
30000 fi # $ac_x_libraries = no
30001
30002 case $ac_x_includes,$ac_x_libraries in #(
30003   no,* | *,no | *\'*)
30004     # Didn't find X, or a directory has "'" in its name.
30005     ac_cv_have_x="have_x=no";; #(
30006   *)
30007     # Record where we found X for the cache.
30008     ac_cv_have_x="have_x=yes\
30009         ac_x_includes='$ac_x_includes'\
30010         ac_x_libraries='$ac_x_libraries'"
30011 esac
30012 fi
30013 ;; #(
30014     *) have_x=yes;;
30015   esac
30016   eval "$ac_cv_have_x"
30017 fi # $with_x != no
30018
30019 if test "$have_x" != yes; then
30020   { echo "$as_me:$LINENO: result: $have_x" >&5
30021 echo "${ECHO_T}$have_x" >&6; }
30022   no_x=yes
30023 else
30024   # If each of the values was on the command line, it overrides each guess.
30025   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
30026   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
30027   # Update the cache value to reflect the command line values.
30028   ac_cv_have_x="have_x=yes\
30029         ac_x_includes='$x_includes'\
30030         ac_x_libraries='$x_libraries'"
30031   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
30032 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
30033 fi
30034
30035 if test "$no_x" = yes; then
30036   # Not all programs may use this symbol, but it does not hurt to define it.
30037
30038 cat >>confdefs.h <<\_ACEOF
30039 #define X_DISPLAY_MISSING 1
30040 _ACEOF
30041
30042   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
30043 else
30044   if test -n "$x_includes"; then
30045     X_CFLAGS="$X_CFLAGS -I$x_includes"
30046   fi
30047
30048   # It would also be nice to do this for all -L options, not just this one.
30049   if test -n "$x_libraries"; then
30050     X_LIBS="$X_LIBS -L$x_libraries"
30051     # For Solaris; some versions of Sun CC require a space after -R and
30052     # others require no space.  Words are not sufficient . . . .
30053     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
30054 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
30055     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
30056     ac_xsave_c_werror_flag=$ac_c_werror_flag
30057     ac_c_werror_flag=yes
30058     cat >conftest.$ac_ext <<_ACEOF
30059 /* confdefs.h.  */
30060 _ACEOF
30061 cat confdefs.h >>conftest.$ac_ext
30062 cat >>conftest.$ac_ext <<_ACEOF
30063 /* end confdefs.h.  */
30064
30065 int
30066 main ()
30067 {
30068
30069   ;
30070   return 0;
30071 }
30072 _ACEOF
30073 rm -f conftest.$ac_objext conftest$ac_exeext
30074 if { (ac_try="$ac_link"
30075 case "(($ac_try" in
30076   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30077   *) ac_try_echo=$ac_try;;
30078 esac
30079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30080   (eval "$ac_link") 2>conftest.er1
30081   ac_status=$?
30082   grep -v '^ *+' conftest.er1 >conftest.err
30083   rm -f conftest.er1
30084   cat conftest.err >&5
30085   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30086   (exit $ac_status); } && {
30087          test -z "$ac_c_werror_flag" ||
30088          test ! -s conftest.err
30089        } && test -s conftest$ac_exeext &&
30090        $as_test_x conftest$ac_exeext; then
30091   { echo "$as_me:$LINENO: result: no" >&5
30092 echo "${ECHO_T}no" >&6; }
30093        X_LIBS="$X_LIBS -R$x_libraries"
30094 else
30095   echo "$as_me: failed program was:" >&5
30096 sed 's/^/| /' conftest.$ac_ext >&5
30097
30098         LIBS="$ac_xsave_LIBS -R $x_libraries"
30099        cat >conftest.$ac_ext <<_ACEOF
30100 /* confdefs.h.  */
30101 _ACEOF
30102 cat confdefs.h >>conftest.$ac_ext
30103 cat >>conftest.$ac_ext <<_ACEOF
30104 /* end confdefs.h.  */
30105
30106 int
30107 main ()
30108 {
30109
30110   ;
30111   return 0;
30112 }
30113 _ACEOF
30114 rm -f conftest.$ac_objext conftest$ac_exeext
30115 if { (ac_try="$ac_link"
30116 case "(($ac_try" in
30117   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30118   *) ac_try_echo=$ac_try;;
30119 esac
30120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30121   (eval "$ac_link") 2>conftest.er1
30122   ac_status=$?
30123   grep -v '^ *+' conftest.er1 >conftest.err
30124   rm -f conftest.er1
30125   cat conftest.err >&5
30126   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30127   (exit $ac_status); } && {
30128          test -z "$ac_c_werror_flag" ||
30129          test ! -s conftest.err
30130        } && test -s conftest$ac_exeext &&
30131        $as_test_x conftest$ac_exeext; then
30132   { echo "$as_me:$LINENO: result: yes" >&5
30133 echo "${ECHO_T}yes" >&6; }
30134           X_LIBS="$X_LIBS -R $x_libraries"
30135 else
30136   echo "$as_me: failed program was:" >&5
30137 sed 's/^/| /' conftest.$ac_ext >&5
30138
30139         { echo "$as_me:$LINENO: result: neither works" >&5
30140 echo "${ECHO_T}neither works" >&6; }
30141 fi
30142
30143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30144       conftest$ac_exeext conftest.$ac_ext
30145 fi
30146
30147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30148       conftest$ac_exeext conftest.$ac_ext
30149     ac_c_werror_flag=$ac_xsave_c_werror_flag
30150     LIBS=$ac_xsave_LIBS
30151   fi
30152
30153   # Check for system-dependent libraries X programs must link with.
30154   # Do this before checking for the system-independent R6 libraries
30155   # (-lICE), since we may need -lsocket or whatever for X linking.
30156
30157   if test "$ISC" = yes; then
30158     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
30159   else
30160     # Martyn Johnson says this is needed for Ultrix, if the X
30161     # libraries were built with DECnet support.  And Karl Berry says
30162     # the Alpha needs dnet_stub (dnet does not exist).
30163     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
30164     cat >conftest.$ac_ext <<_ACEOF
30165 /* confdefs.h.  */
30166 _ACEOF
30167 cat confdefs.h >>conftest.$ac_ext
30168 cat >>conftest.$ac_ext <<_ACEOF
30169 /* end confdefs.h.  */
30170
30171 /* Override any GCC internal prototype to avoid an error.
30172    Use char because int might match the return type of a GCC
30173    builtin and then its argument prototype would still apply.  */
30174 #ifdef __cplusplus
30175 extern "C"
30176 #endif
30177 char XOpenDisplay ();
30178 int
30179 main ()
30180 {
30181 return XOpenDisplay ();
30182   ;
30183   return 0;
30184 }
30185 _ACEOF
30186 rm -f conftest.$ac_objext conftest$ac_exeext
30187 if { (ac_try="$ac_link"
30188 case "(($ac_try" in
30189   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30190   *) ac_try_echo=$ac_try;;
30191 esac
30192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30193   (eval "$ac_link") 2>conftest.er1
30194   ac_status=$?
30195   grep -v '^ *+' conftest.er1 >conftest.err
30196   rm -f conftest.er1
30197   cat conftest.err >&5
30198   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30199   (exit $ac_status); } && {
30200          test -z "$ac_c_werror_flag" ||
30201          test ! -s conftest.err
30202        } && test -s conftest$ac_exeext &&
30203        $as_test_x conftest$ac_exeext; then
30204   :
30205 else
30206   echo "$as_me: failed program was:" >&5
30207 sed 's/^/| /' conftest.$ac_ext >&5
30208
30209         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
30210 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
30211 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
30212   echo $ECHO_N "(cached) $ECHO_C" >&6
30213 else
30214   ac_check_lib_save_LIBS=$LIBS
30215 LIBS="-ldnet  $LIBS"
30216 cat >conftest.$ac_ext <<_ACEOF
30217 /* confdefs.h.  */
30218 _ACEOF
30219 cat confdefs.h >>conftest.$ac_ext
30220 cat >>conftest.$ac_ext <<_ACEOF
30221 /* end confdefs.h.  */
30222
30223 /* Override any GCC internal prototype to avoid an error.
30224    Use char because int might match the return type of a GCC
30225    builtin and then its argument prototype would still apply.  */
30226 #ifdef __cplusplus
30227 extern "C"
30228 #endif
30229 char dnet_ntoa ();
30230 int
30231 main ()
30232 {
30233 return dnet_ntoa ();
30234   ;
30235   return 0;
30236 }
30237 _ACEOF
30238 rm -f conftest.$ac_objext conftest$ac_exeext
30239 if { (ac_try="$ac_link"
30240 case "(($ac_try" in
30241   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30242   *) ac_try_echo=$ac_try;;
30243 esac
30244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30245   (eval "$ac_link") 2>conftest.er1
30246   ac_status=$?
30247   grep -v '^ *+' conftest.er1 >conftest.err
30248   rm -f conftest.er1
30249   cat conftest.err >&5
30250   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30251   (exit $ac_status); } && {
30252          test -z "$ac_c_werror_flag" ||
30253          test ! -s conftest.err
30254        } && test -s conftest$ac_exeext &&
30255        $as_test_x conftest$ac_exeext; then
30256   ac_cv_lib_dnet_dnet_ntoa=yes
30257 else
30258   echo "$as_me: failed program was:" >&5
30259 sed 's/^/| /' conftest.$ac_ext >&5
30260
30261         ac_cv_lib_dnet_dnet_ntoa=no
30262 fi
30263
30264 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30265       conftest$ac_exeext conftest.$ac_ext
30266 LIBS=$ac_check_lib_save_LIBS
30267 fi
30268 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
30269 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
30270 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
30271   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
30272 fi
30273
30274     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
30275       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
30276 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
30277 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
30278   echo $ECHO_N "(cached) $ECHO_C" >&6
30279 else
30280   ac_check_lib_save_LIBS=$LIBS
30281 LIBS="-ldnet_stub  $LIBS"
30282 cat >conftest.$ac_ext <<_ACEOF
30283 /* confdefs.h.  */
30284 _ACEOF
30285 cat confdefs.h >>conftest.$ac_ext
30286 cat >>conftest.$ac_ext <<_ACEOF
30287 /* end confdefs.h.  */
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 dnet_ntoa ();
30296 int
30297 main ()
30298 {
30299 return dnet_ntoa ();
30300   ;
30301   return 0;
30302 }
30303 _ACEOF
30304 rm -f conftest.$ac_objext conftest$ac_exeext
30305 if { (ac_try="$ac_link"
30306 case "(($ac_try" in
30307   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30308   *) ac_try_echo=$ac_try;;
30309 esac
30310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30311   (eval "$ac_link") 2>conftest.er1
30312   ac_status=$?
30313   grep -v '^ *+' conftest.er1 >conftest.err
30314   rm -f conftest.er1
30315   cat conftest.err >&5
30316   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30317   (exit $ac_status); } && {
30318          test -z "$ac_c_werror_flag" ||
30319          test ! -s conftest.err
30320        } && test -s conftest$ac_exeext &&
30321        $as_test_x conftest$ac_exeext; then
30322   ac_cv_lib_dnet_stub_dnet_ntoa=yes
30323 else
30324   echo "$as_me: failed program was:" >&5
30325 sed 's/^/| /' conftest.$ac_ext >&5
30326
30327         ac_cv_lib_dnet_stub_dnet_ntoa=no
30328 fi
30329
30330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30331       conftest$ac_exeext conftest.$ac_ext
30332 LIBS=$ac_check_lib_save_LIBS
30333 fi
30334 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
30335 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
30336 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
30337   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
30338 fi
30339
30340     fi
30341 fi
30342
30343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30344       conftest$ac_exeext conftest.$ac_ext
30345     LIBS="$ac_xsave_LIBS"
30346
30347     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
30348     # to get the SysV transport functions.
30349     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
30350     # needs -lnsl.
30351     # The nsl library prevents programs from opening the X display
30352     # on Irix 5.2, according to T.E. Dickey.
30353     # The functions gethostbyname, getservbyname, and inet_addr are
30354     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
30355     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
30356 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
30357 if test "${ac_cv_func_gethostbyname+set}" = set; then
30358   echo $ECHO_N "(cached) $ECHO_C" >&6
30359 else
30360   cat >conftest.$ac_ext <<_ACEOF
30361 /* confdefs.h.  */
30362 _ACEOF
30363 cat confdefs.h >>conftest.$ac_ext
30364 cat >>conftest.$ac_ext <<_ACEOF
30365 /* end confdefs.h.  */
30366 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
30367    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30368 #define gethostbyname innocuous_gethostbyname
30369
30370 /* System header to define __stub macros and hopefully few prototypes,
30371     which can conflict with char gethostbyname (); below.
30372     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30373     <limits.h> exists even on freestanding compilers.  */
30374
30375 #ifdef __STDC__
30376 # include <limits.h>
30377 #else
30378 # include <assert.h>
30379 #endif
30380
30381 #undef gethostbyname
30382
30383 /* Override any GCC internal prototype to avoid an error.
30384    Use char because int might match the return type of a GCC
30385    builtin and then its argument prototype would still apply.  */
30386 #ifdef __cplusplus
30387 extern "C"
30388 #endif
30389 char gethostbyname ();
30390 /* The GNU C library defines this for functions which it implements
30391     to always fail with ENOSYS.  Some functions are actually named
30392     something starting with __ and the normal name is an alias.  */
30393 #if defined __stub_gethostbyname || defined __stub___gethostbyname
30394 choke me
30395 #endif
30396
30397 int
30398 main ()
30399 {
30400 return gethostbyname ();
30401   ;
30402   return 0;
30403 }
30404 _ACEOF
30405 rm -f conftest.$ac_objext conftest$ac_exeext
30406 if { (ac_try="$ac_link"
30407 case "(($ac_try" in
30408   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30409   *) ac_try_echo=$ac_try;;
30410 esac
30411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30412   (eval "$ac_link") 2>conftest.er1
30413   ac_status=$?
30414   grep -v '^ *+' conftest.er1 >conftest.err
30415   rm -f conftest.er1
30416   cat conftest.err >&5
30417   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30418   (exit $ac_status); } && {
30419          test -z "$ac_c_werror_flag" ||
30420          test ! -s conftest.err
30421        } && test -s conftest$ac_exeext &&
30422        $as_test_x conftest$ac_exeext; then
30423   ac_cv_func_gethostbyname=yes
30424 else
30425   echo "$as_me: failed program was:" >&5
30426 sed 's/^/| /' conftest.$ac_ext >&5
30427
30428         ac_cv_func_gethostbyname=no
30429 fi
30430
30431 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30432       conftest$ac_exeext conftest.$ac_ext
30433 fi
30434 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
30435 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
30436
30437     if test $ac_cv_func_gethostbyname = no; then
30438       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
30439 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
30440 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
30441   echo $ECHO_N "(cached) $ECHO_C" >&6
30442 else
30443   ac_check_lib_save_LIBS=$LIBS
30444 LIBS="-lnsl  $LIBS"
30445 cat >conftest.$ac_ext <<_ACEOF
30446 /* confdefs.h.  */
30447 _ACEOF
30448 cat confdefs.h >>conftest.$ac_ext
30449 cat >>conftest.$ac_ext <<_ACEOF
30450 /* end confdefs.h.  */
30451
30452 /* Override any GCC internal prototype to avoid an error.
30453    Use char because int might match the return type of a GCC
30454    builtin and then its argument prototype would still apply.  */
30455 #ifdef __cplusplus
30456 extern "C"
30457 #endif
30458 char gethostbyname ();
30459 int
30460 main ()
30461 {
30462 return gethostbyname ();
30463   ;
30464   return 0;
30465 }
30466 _ACEOF
30467 rm -f conftest.$ac_objext conftest$ac_exeext
30468 if { (ac_try="$ac_link"
30469 case "(($ac_try" in
30470   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30471   *) ac_try_echo=$ac_try;;
30472 esac
30473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30474   (eval "$ac_link") 2>conftest.er1
30475   ac_status=$?
30476   grep -v '^ *+' conftest.er1 >conftest.err
30477   rm -f conftest.er1
30478   cat conftest.err >&5
30479   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30480   (exit $ac_status); } && {
30481          test -z "$ac_c_werror_flag" ||
30482          test ! -s conftest.err
30483        } && test -s conftest$ac_exeext &&
30484        $as_test_x conftest$ac_exeext; then
30485   ac_cv_lib_nsl_gethostbyname=yes
30486 else
30487   echo "$as_me: failed program was:" >&5
30488 sed 's/^/| /' conftest.$ac_ext >&5
30489
30490         ac_cv_lib_nsl_gethostbyname=no
30491 fi
30492
30493 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30494       conftest$ac_exeext conftest.$ac_ext
30495 LIBS=$ac_check_lib_save_LIBS
30496 fi
30497 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
30498 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
30499 if test $ac_cv_lib_nsl_gethostbyname = yes; then
30500   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
30501 fi
30502
30503       if test $ac_cv_lib_nsl_gethostbyname = no; then
30504         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
30505 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
30506 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
30507   echo $ECHO_N "(cached) $ECHO_C" >&6
30508 else
30509   ac_check_lib_save_LIBS=$LIBS
30510 LIBS="-lbsd  $LIBS"
30511 cat >conftest.$ac_ext <<_ACEOF
30512 /* confdefs.h.  */
30513 _ACEOF
30514 cat confdefs.h >>conftest.$ac_ext
30515 cat >>conftest.$ac_ext <<_ACEOF
30516 /* end confdefs.h.  */
30517
30518 /* Override any GCC internal prototype to avoid an error.
30519    Use char because int might match the return type of a GCC
30520    builtin and then its argument prototype would still apply.  */
30521 #ifdef __cplusplus
30522 extern "C"
30523 #endif
30524 char gethostbyname ();
30525 int
30526 main ()
30527 {
30528 return gethostbyname ();
30529   ;
30530   return 0;
30531 }
30532 _ACEOF
30533 rm -f conftest.$ac_objext conftest$ac_exeext
30534 if { (ac_try="$ac_link"
30535 case "(($ac_try" in
30536   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30537   *) ac_try_echo=$ac_try;;
30538 esac
30539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30540   (eval "$ac_link") 2>conftest.er1
30541   ac_status=$?
30542   grep -v '^ *+' conftest.er1 >conftest.err
30543   rm -f conftest.er1
30544   cat conftest.err >&5
30545   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30546   (exit $ac_status); } && {
30547          test -z "$ac_c_werror_flag" ||
30548          test ! -s conftest.err
30549        } && test -s conftest$ac_exeext &&
30550        $as_test_x conftest$ac_exeext; then
30551   ac_cv_lib_bsd_gethostbyname=yes
30552 else
30553   echo "$as_me: failed program was:" >&5
30554 sed 's/^/| /' conftest.$ac_ext >&5
30555
30556         ac_cv_lib_bsd_gethostbyname=no
30557 fi
30558
30559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30560       conftest$ac_exeext conftest.$ac_ext
30561 LIBS=$ac_check_lib_save_LIBS
30562 fi
30563 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
30564 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
30565 if test $ac_cv_lib_bsd_gethostbyname = yes; then
30566   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
30567 fi
30568
30569       fi
30570     fi
30571
30572     # lieder@skyler.mavd.honeywell.com says without -lsocket,
30573     # socket/setsockopt and other routines are undefined under SCO ODT
30574     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
30575     # on later versions), says Simon Leinen: it contains gethostby*
30576     # variants that don't use the name server (or something).  -lsocket
30577     # must be given before -lnsl if both are needed.  We assume that
30578     # if connect needs -lnsl, so does gethostbyname.
30579     { echo "$as_me:$LINENO: checking for connect" >&5
30580 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
30581 if test "${ac_cv_func_connect+set}" = set; then
30582   echo $ECHO_N "(cached) $ECHO_C" >&6
30583 else
30584   cat >conftest.$ac_ext <<_ACEOF
30585 /* confdefs.h.  */
30586 _ACEOF
30587 cat confdefs.h >>conftest.$ac_ext
30588 cat >>conftest.$ac_ext <<_ACEOF
30589 /* end confdefs.h.  */
30590 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
30591    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30592 #define connect innocuous_connect
30593
30594 /* System header to define __stub macros and hopefully few prototypes,
30595     which can conflict with char connect (); below.
30596     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30597     <limits.h> exists even on freestanding compilers.  */
30598
30599 #ifdef __STDC__
30600 # include <limits.h>
30601 #else
30602 # include <assert.h>
30603 #endif
30604
30605 #undef connect
30606
30607 /* Override any GCC internal prototype to avoid an error.
30608    Use char because int might match the return type of a GCC
30609    builtin and then its argument prototype would still apply.  */
30610 #ifdef __cplusplus
30611 extern "C"
30612 #endif
30613 char connect ();
30614 /* The GNU C library defines this for functions which it implements
30615     to always fail with ENOSYS.  Some functions are actually named
30616     something starting with __ and the normal name is an alias.  */
30617 #if defined __stub_connect || defined __stub___connect
30618 choke me
30619 #endif
30620
30621 int
30622 main ()
30623 {
30624 return connect ();
30625   ;
30626   return 0;
30627 }
30628 _ACEOF
30629 rm -f conftest.$ac_objext conftest$ac_exeext
30630 if { (ac_try="$ac_link"
30631 case "(($ac_try" in
30632   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30633   *) ac_try_echo=$ac_try;;
30634 esac
30635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30636   (eval "$ac_link") 2>conftest.er1
30637   ac_status=$?
30638   grep -v '^ *+' conftest.er1 >conftest.err
30639   rm -f conftest.er1
30640   cat conftest.err >&5
30641   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30642   (exit $ac_status); } && {
30643          test -z "$ac_c_werror_flag" ||
30644          test ! -s conftest.err
30645        } && test -s conftest$ac_exeext &&
30646        $as_test_x conftest$ac_exeext; then
30647   ac_cv_func_connect=yes
30648 else
30649   echo "$as_me: failed program was:" >&5
30650 sed 's/^/| /' conftest.$ac_ext >&5
30651
30652         ac_cv_func_connect=no
30653 fi
30654
30655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30656       conftest$ac_exeext conftest.$ac_ext
30657 fi
30658 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
30659 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
30660
30661     if test $ac_cv_func_connect = no; then
30662       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
30663 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
30664 if test "${ac_cv_lib_socket_connect+set}" = set; then
30665   echo $ECHO_N "(cached) $ECHO_C" >&6
30666 else
30667   ac_check_lib_save_LIBS=$LIBS
30668 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
30669 cat >conftest.$ac_ext <<_ACEOF
30670 /* confdefs.h.  */
30671 _ACEOF
30672 cat confdefs.h >>conftest.$ac_ext
30673 cat >>conftest.$ac_ext <<_ACEOF
30674 /* end confdefs.h.  */
30675
30676 /* Override any GCC internal prototype to avoid an error.
30677    Use char because int might match the return type of a GCC
30678    builtin and then its argument prototype would still apply.  */
30679 #ifdef __cplusplus
30680 extern "C"
30681 #endif
30682 char connect ();
30683 int
30684 main ()
30685 {
30686 return connect ();
30687   ;
30688   return 0;
30689 }
30690 _ACEOF
30691 rm -f conftest.$ac_objext conftest$ac_exeext
30692 if { (ac_try="$ac_link"
30693 case "(($ac_try" in
30694   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30695   *) ac_try_echo=$ac_try;;
30696 esac
30697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30698   (eval "$ac_link") 2>conftest.er1
30699   ac_status=$?
30700   grep -v '^ *+' conftest.er1 >conftest.err
30701   rm -f conftest.er1
30702   cat conftest.err >&5
30703   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30704   (exit $ac_status); } && {
30705          test -z "$ac_c_werror_flag" ||
30706          test ! -s conftest.err
30707        } && test -s conftest$ac_exeext &&
30708        $as_test_x conftest$ac_exeext; then
30709   ac_cv_lib_socket_connect=yes
30710 else
30711   echo "$as_me: failed program was:" >&5
30712 sed 's/^/| /' conftest.$ac_ext >&5
30713
30714         ac_cv_lib_socket_connect=no
30715 fi
30716
30717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30718       conftest$ac_exeext conftest.$ac_ext
30719 LIBS=$ac_check_lib_save_LIBS
30720 fi
30721 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
30722 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
30723 if test $ac_cv_lib_socket_connect = yes; then
30724   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
30725 fi
30726
30727     fi
30728
30729     # Guillermo Gomez says -lposix is necessary on A/UX.
30730     { echo "$as_me:$LINENO: checking for remove" >&5
30731 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
30732 if test "${ac_cv_func_remove+set}" = set; then
30733   echo $ECHO_N "(cached) $ECHO_C" >&6
30734 else
30735   cat >conftest.$ac_ext <<_ACEOF
30736 /* confdefs.h.  */
30737 _ACEOF
30738 cat confdefs.h >>conftest.$ac_ext
30739 cat >>conftest.$ac_ext <<_ACEOF
30740 /* end confdefs.h.  */
30741 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
30742    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30743 #define remove innocuous_remove
30744
30745 /* System header to define __stub macros and hopefully few prototypes,
30746     which can conflict with char remove (); below.
30747     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30748     <limits.h> exists even on freestanding compilers.  */
30749
30750 #ifdef __STDC__
30751 # include <limits.h>
30752 #else
30753 # include <assert.h>
30754 #endif
30755
30756 #undef remove
30757
30758 /* Override any GCC internal prototype to avoid an error.
30759    Use char because int might match the return type of a GCC
30760    builtin and then its argument prototype would still apply.  */
30761 #ifdef __cplusplus
30762 extern "C"
30763 #endif
30764 char remove ();
30765 /* The GNU C library defines this for functions which it implements
30766     to always fail with ENOSYS.  Some functions are actually named
30767     something starting with __ and the normal name is an alias.  */
30768 #if defined __stub_remove || defined __stub___remove
30769 choke me
30770 #endif
30771
30772 int
30773 main ()
30774 {
30775 return remove ();
30776   ;
30777   return 0;
30778 }
30779 _ACEOF
30780 rm -f conftest.$ac_objext conftest$ac_exeext
30781 if { (ac_try="$ac_link"
30782 case "(($ac_try" in
30783   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30784   *) ac_try_echo=$ac_try;;
30785 esac
30786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30787   (eval "$ac_link") 2>conftest.er1
30788   ac_status=$?
30789   grep -v '^ *+' conftest.er1 >conftest.err
30790   rm -f conftest.er1
30791   cat conftest.err >&5
30792   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30793   (exit $ac_status); } && {
30794          test -z "$ac_c_werror_flag" ||
30795          test ! -s conftest.err
30796        } && test -s conftest$ac_exeext &&
30797        $as_test_x conftest$ac_exeext; then
30798   ac_cv_func_remove=yes
30799 else
30800   echo "$as_me: failed program was:" >&5
30801 sed 's/^/| /' conftest.$ac_ext >&5
30802
30803         ac_cv_func_remove=no
30804 fi
30805
30806 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30807       conftest$ac_exeext conftest.$ac_ext
30808 fi
30809 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
30810 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
30811
30812     if test $ac_cv_func_remove = no; then
30813       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
30814 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
30815 if test "${ac_cv_lib_posix_remove+set}" = set; then
30816   echo $ECHO_N "(cached) $ECHO_C" >&6
30817 else
30818   ac_check_lib_save_LIBS=$LIBS
30819 LIBS="-lposix  $LIBS"
30820 cat >conftest.$ac_ext <<_ACEOF
30821 /* confdefs.h.  */
30822 _ACEOF
30823 cat confdefs.h >>conftest.$ac_ext
30824 cat >>conftest.$ac_ext <<_ACEOF
30825 /* end confdefs.h.  */
30826
30827 /* Override any GCC internal prototype to avoid an error.
30828    Use char because int might match the return type of a GCC
30829    builtin and then its argument prototype would still apply.  */
30830 #ifdef __cplusplus
30831 extern "C"
30832 #endif
30833 char remove ();
30834 int
30835 main ()
30836 {
30837 return remove ();
30838   ;
30839   return 0;
30840 }
30841 _ACEOF
30842 rm -f conftest.$ac_objext conftest$ac_exeext
30843 if { (ac_try="$ac_link"
30844 case "(($ac_try" in
30845   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30846   *) ac_try_echo=$ac_try;;
30847 esac
30848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30849   (eval "$ac_link") 2>conftest.er1
30850   ac_status=$?
30851   grep -v '^ *+' conftest.er1 >conftest.err
30852   rm -f conftest.er1
30853   cat conftest.err >&5
30854   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30855   (exit $ac_status); } && {
30856          test -z "$ac_c_werror_flag" ||
30857          test ! -s conftest.err
30858        } && test -s conftest$ac_exeext &&
30859        $as_test_x conftest$ac_exeext; then
30860   ac_cv_lib_posix_remove=yes
30861 else
30862   echo "$as_me: failed program was:" >&5
30863 sed 's/^/| /' conftest.$ac_ext >&5
30864
30865         ac_cv_lib_posix_remove=no
30866 fi
30867
30868 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30869       conftest$ac_exeext conftest.$ac_ext
30870 LIBS=$ac_check_lib_save_LIBS
30871 fi
30872 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
30873 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
30874 if test $ac_cv_lib_posix_remove = yes; then
30875   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
30876 fi
30877
30878     fi
30879
30880     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
30881     { echo "$as_me:$LINENO: checking for shmat" >&5
30882 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
30883 if test "${ac_cv_func_shmat+set}" = set; then
30884   echo $ECHO_N "(cached) $ECHO_C" >&6
30885 else
30886   cat >conftest.$ac_ext <<_ACEOF
30887 /* confdefs.h.  */
30888 _ACEOF
30889 cat confdefs.h >>conftest.$ac_ext
30890 cat >>conftest.$ac_ext <<_ACEOF
30891 /* end confdefs.h.  */
30892 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
30893    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
30894 #define shmat innocuous_shmat
30895
30896 /* System header to define __stub macros and hopefully few prototypes,
30897     which can conflict with char shmat (); below.
30898     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30899     <limits.h> exists even on freestanding compilers.  */
30900
30901 #ifdef __STDC__
30902 # include <limits.h>
30903 #else
30904 # include <assert.h>
30905 #endif
30906
30907 #undef shmat
30908
30909 /* Override any GCC internal prototype to avoid an error.
30910    Use char because int might match the return type of a GCC
30911    builtin and then its argument prototype would still apply.  */
30912 #ifdef __cplusplus
30913 extern "C"
30914 #endif
30915 char shmat ();
30916 /* The GNU C library defines this for functions which it implements
30917     to always fail with ENOSYS.  Some functions are actually named
30918     something starting with __ and the normal name is an alias.  */
30919 #if defined __stub_shmat || defined __stub___shmat
30920 choke me
30921 #endif
30922
30923 int
30924 main ()
30925 {
30926 return shmat ();
30927   ;
30928   return 0;
30929 }
30930 _ACEOF
30931 rm -f conftest.$ac_objext conftest$ac_exeext
30932 if { (ac_try="$ac_link"
30933 case "(($ac_try" in
30934   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30935   *) ac_try_echo=$ac_try;;
30936 esac
30937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30938   (eval "$ac_link") 2>conftest.er1
30939   ac_status=$?
30940   grep -v '^ *+' conftest.er1 >conftest.err
30941   rm -f conftest.er1
30942   cat conftest.err >&5
30943   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30944   (exit $ac_status); } && {
30945          test -z "$ac_c_werror_flag" ||
30946          test ! -s conftest.err
30947        } && test -s conftest$ac_exeext &&
30948        $as_test_x conftest$ac_exeext; then
30949   ac_cv_func_shmat=yes
30950 else
30951   echo "$as_me: failed program was:" >&5
30952 sed 's/^/| /' conftest.$ac_ext >&5
30953
30954         ac_cv_func_shmat=no
30955 fi
30956
30957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30958       conftest$ac_exeext conftest.$ac_ext
30959 fi
30960 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
30961 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
30962
30963     if test $ac_cv_func_shmat = no; then
30964       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
30965 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
30966 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
30967   echo $ECHO_N "(cached) $ECHO_C" >&6
30968 else
30969   ac_check_lib_save_LIBS=$LIBS
30970 LIBS="-lipc  $LIBS"
30971 cat >conftest.$ac_ext <<_ACEOF
30972 /* confdefs.h.  */
30973 _ACEOF
30974 cat confdefs.h >>conftest.$ac_ext
30975 cat >>conftest.$ac_ext <<_ACEOF
30976 /* end confdefs.h.  */
30977
30978 /* Override any GCC internal prototype to avoid an error.
30979    Use char because int might match the return type of a GCC
30980    builtin and then its argument prototype would still apply.  */
30981 #ifdef __cplusplus
30982 extern "C"
30983 #endif
30984 char shmat ();
30985 int
30986 main ()
30987 {
30988 return shmat ();
30989   ;
30990   return 0;
30991 }
30992 _ACEOF
30993 rm -f conftest.$ac_objext conftest$ac_exeext
30994 if { (ac_try="$ac_link"
30995 case "(($ac_try" in
30996   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30997   *) ac_try_echo=$ac_try;;
30998 esac
30999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31000   (eval "$ac_link") 2>conftest.er1
31001   ac_status=$?
31002   grep -v '^ *+' conftest.er1 >conftest.err
31003   rm -f conftest.er1
31004   cat conftest.err >&5
31005   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31006   (exit $ac_status); } && {
31007          test -z "$ac_c_werror_flag" ||
31008          test ! -s conftest.err
31009        } && test -s conftest$ac_exeext &&
31010        $as_test_x conftest$ac_exeext; then
31011   ac_cv_lib_ipc_shmat=yes
31012 else
31013   echo "$as_me: failed program was:" >&5
31014 sed 's/^/| /' conftest.$ac_ext >&5
31015
31016         ac_cv_lib_ipc_shmat=no
31017 fi
31018
31019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31020       conftest$ac_exeext conftest.$ac_ext
31021 LIBS=$ac_check_lib_save_LIBS
31022 fi
31023 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
31024 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
31025 if test $ac_cv_lib_ipc_shmat = yes; then
31026   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
31027 fi
31028
31029     fi
31030   fi
31031
31032   # Check for libraries that X11R6 Xt/Xaw programs need.
31033   ac_save_LDFLAGS=$LDFLAGS
31034   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
31035   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
31036   # check for ICE first), but we must link in the order -lSM -lICE or
31037   # we get undefined symbols.  So assume we have SM if we have ICE.
31038   # These have to be linked with before -lX11, unlike the other
31039   # libraries we check for below, so use a different variable.
31040   # John Interrante, Karl Berry
31041   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
31042 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
31043 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
31044   echo $ECHO_N "(cached) $ECHO_C" >&6
31045 else
31046   ac_check_lib_save_LIBS=$LIBS
31047 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
31048 cat >conftest.$ac_ext <<_ACEOF
31049 /* confdefs.h.  */
31050 _ACEOF
31051 cat confdefs.h >>conftest.$ac_ext
31052 cat >>conftest.$ac_ext <<_ACEOF
31053 /* end confdefs.h.  */
31054
31055 /* Override any GCC internal prototype to avoid an error.
31056    Use char because int might match the return type of a GCC
31057    builtin and then its argument prototype would still apply.  */
31058 #ifdef __cplusplus
31059 extern "C"
31060 #endif
31061 char IceConnectionNumber ();
31062 int
31063 main ()
31064 {
31065 return IceConnectionNumber ();
31066   ;
31067   return 0;
31068 }
31069 _ACEOF
31070 rm -f conftest.$ac_objext conftest$ac_exeext
31071 if { (ac_try="$ac_link"
31072 case "(($ac_try" in
31073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31074   *) ac_try_echo=$ac_try;;
31075 esac
31076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31077   (eval "$ac_link") 2>conftest.er1
31078   ac_status=$?
31079   grep -v '^ *+' conftest.er1 >conftest.err
31080   rm -f conftest.er1
31081   cat conftest.err >&5
31082   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31083   (exit $ac_status); } && {
31084          test -z "$ac_c_werror_flag" ||
31085          test ! -s conftest.err
31086        } && test -s conftest$ac_exeext &&
31087        $as_test_x conftest$ac_exeext; then
31088   ac_cv_lib_ICE_IceConnectionNumber=yes
31089 else
31090   echo "$as_me: failed program was:" >&5
31091 sed 's/^/| /' conftest.$ac_ext >&5
31092
31093         ac_cv_lib_ICE_IceConnectionNumber=no
31094 fi
31095
31096 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31097       conftest$ac_exeext conftest.$ac_ext
31098 LIBS=$ac_check_lib_save_LIBS
31099 fi
31100 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
31101 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
31102 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
31103   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
31104 fi
31105
31106   LDFLAGS=$ac_save_LDFLAGS
31107
31108 fi
31109
31110
31111
31112
31113
31114
31115
31116
31117
31118
31119
31120
31121
31122
31123
31124
31125
31126
31127
31128
31129
31130
31131
31132
31133
31134
31135
31136
31137
31138
31139
31140 for ac_header in \
31141    assert.h \
31142    fcntl.h \
31143    grp.h \
31144    pwd.h \
31145    libc.h \
31146    limits.h \
31147    stdarg.h \
31148    stdlib.h \
31149    stdint.h \
31150    string.h \
31151    strings.h \
31152    termios.h \
31153    termcap.h \
31154    term.h \
31155    unistd.h \
31156    sys/bitypes.h \
31157    sys/byteorder.h \
31158    sys/ioctl.h \
31159    sys/select.h \
31160    sys/socket.h \
31161    sys/sockio.h \
31162    sys/stat.h \
31163    sys/time.h \
31164    sys/types.h \
31165    arpa/nameser.h \
31166    mtio.h \
31167    sys/mtio.h \
31168    sys/tape.h \
31169    regex.h \
31170
31171 do
31172 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31173 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31174   { echo "$as_me:$LINENO: checking for $ac_header" >&5
31175 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
31176 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31177   echo $ECHO_N "(cached) $ECHO_C" >&6
31178 fi
31179 ac_res=`eval echo '${'$as_ac_Header'}'`
31180                { echo "$as_me:$LINENO: result: $ac_res" >&5
31181 echo "${ECHO_T}$ac_res" >&6; }
31182 else
31183   # Is the header compilable?
31184 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
31185 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
31186 cat >conftest.$ac_ext <<_ACEOF
31187 /* confdefs.h.  */
31188 _ACEOF
31189 cat confdefs.h >>conftest.$ac_ext
31190 cat >>conftest.$ac_ext <<_ACEOF
31191 /* end confdefs.h.  */
31192 $ac_includes_default
31193 #include <$ac_header>
31194 _ACEOF
31195 rm -f conftest.$ac_objext
31196 if { (ac_try="$ac_compile"
31197 case "(($ac_try" in
31198   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31199   *) ac_try_echo=$ac_try;;
31200 esac
31201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31202   (eval "$ac_compile") 2>conftest.er1
31203   ac_status=$?
31204   grep -v '^ *+' conftest.er1 >conftest.err
31205   rm -f conftest.er1
31206   cat conftest.err >&5
31207   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31208   (exit $ac_status); } && {
31209          test -z "$ac_c_werror_flag" ||
31210          test ! -s conftest.err
31211        } && test -s conftest.$ac_objext; then
31212   ac_header_compiler=yes
31213 else
31214   echo "$as_me: failed program was:" >&5
31215 sed 's/^/| /' conftest.$ac_ext >&5
31216
31217         ac_header_compiler=no
31218 fi
31219
31220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31221 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31222 echo "${ECHO_T}$ac_header_compiler" >&6; }
31223
31224 # Is the header present?
31225 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
31226 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
31227 cat >conftest.$ac_ext <<_ACEOF
31228 /* confdefs.h.  */
31229 _ACEOF
31230 cat confdefs.h >>conftest.$ac_ext
31231 cat >>conftest.$ac_ext <<_ACEOF
31232 /* end confdefs.h.  */
31233 #include <$ac_header>
31234 _ACEOF
31235 if { (ac_try="$ac_cpp conftest.$ac_ext"
31236 case "(($ac_try" in
31237   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31238   *) ac_try_echo=$ac_try;;
31239 esac
31240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31241   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31242   ac_status=$?
31243   grep -v '^ *+' conftest.er1 >conftest.err
31244   rm -f conftest.er1
31245   cat conftest.err >&5
31246   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31247   (exit $ac_status); } >/dev/null && {
31248          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31249          test ! -s conftest.err
31250        }; then
31251   ac_header_preproc=yes
31252 else
31253   echo "$as_me: failed program was:" >&5
31254 sed 's/^/| /' conftest.$ac_ext >&5
31255
31256   ac_header_preproc=no
31257 fi
31258
31259 rm -f conftest.err conftest.$ac_ext
31260 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31261 echo "${ECHO_T}$ac_header_preproc" >&6; }
31262
31263 # So?  What about this header?
31264 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31265   yes:no: )
31266     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31267 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31268     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
31269 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
31270     ac_header_preproc=yes
31271     ;;
31272   no:yes:* )
31273     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31274 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31275     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
31276 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
31277     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
31278 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
31279     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
31280 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
31281     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31282 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31283     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
31284 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
31285
31286     ;;
31287 esac
31288 { echo "$as_me:$LINENO: checking for $ac_header" >&5
31289 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
31290 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31291   echo $ECHO_N "(cached) $ECHO_C" >&6
31292 else
31293   eval "$as_ac_Header=\$ac_header_preproc"
31294 fi
31295 ac_res=`eval echo '${'$as_ac_Header'}'`
31296                { echo "$as_me:$LINENO: result: $ac_res" >&5
31297 echo "${ECHO_T}$ac_res" >&6; }
31298
31299 fi
31300 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31301   cat >>confdefs.h <<_ACEOF
31302 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31303 _ACEOF
31304
31305 fi
31306
31307 done
31308
31309 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
31310 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
31311 if test "${ac_cv_header_stdc+set}" = set; then
31312   echo $ECHO_N "(cached) $ECHO_C" >&6
31313 else
31314   cat >conftest.$ac_ext <<_ACEOF
31315 /* confdefs.h.  */
31316 _ACEOF
31317 cat confdefs.h >>conftest.$ac_ext
31318 cat >>conftest.$ac_ext <<_ACEOF
31319 /* end confdefs.h.  */
31320 #include <stdlib.h>
31321 #include <stdarg.h>
31322 #include <string.h>
31323 #include <float.h>
31324
31325 int
31326 main ()
31327 {
31328
31329   ;
31330   return 0;
31331 }
31332 _ACEOF
31333 rm -f conftest.$ac_objext
31334 if { (ac_try="$ac_compile"
31335 case "(($ac_try" in
31336   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31337   *) ac_try_echo=$ac_try;;
31338 esac
31339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31340   (eval "$ac_compile") 2>conftest.er1
31341   ac_status=$?
31342   grep -v '^ *+' conftest.er1 >conftest.err
31343   rm -f conftest.er1
31344   cat conftest.err >&5
31345   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31346   (exit $ac_status); } && {
31347          test -z "$ac_c_werror_flag" ||
31348          test ! -s conftest.err
31349        } && test -s conftest.$ac_objext; then
31350   ac_cv_header_stdc=yes
31351 else
31352   echo "$as_me: failed program was:" >&5
31353 sed 's/^/| /' conftest.$ac_ext >&5
31354
31355         ac_cv_header_stdc=no
31356 fi
31357
31358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31359
31360 if test $ac_cv_header_stdc = yes; then
31361   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
31362   cat >conftest.$ac_ext <<_ACEOF
31363 /* confdefs.h.  */
31364 _ACEOF
31365 cat confdefs.h >>conftest.$ac_ext
31366 cat >>conftest.$ac_ext <<_ACEOF
31367 /* end confdefs.h.  */
31368 #include <string.h>
31369
31370 _ACEOF
31371 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
31372   $EGREP "memchr" >/dev/null 2>&1; then
31373   :
31374 else
31375   ac_cv_header_stdc=no
31376 fi
31377 rm -f conftest*
31378
31379 fi
31380
31381 if test $ac_cv_header_stdc = yes; then
31382   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
31383   cat >conftest.$ac_ext <<_ACEOF
31384 /* confdefs.h.  */
31385 _ACEOF
31386 cat confdefs.h >>conftest.$ac_ext
31387 cat >>conftest.$ac_ext <<_ACEOF
31388 /* end confdefs.h.  */
31389 #include <stdlib.h>
31390
31391 _ACEOF
31392 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
31393   $EGREP "free" >/dev/null 2>&1; then
31394   :
31395 else
31396   ac_cv_header_stdc=no
31397 fi
31398 rm -f conftest*
31399
31400 fi
31401
31402 if test $ac_cv_header_stdc = yes; then
31403   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
31404   if test "$cross_compiling" = yes; then
31405   :
31406 else
31407   cat >conftest.$ac_ext <<_ACEOF
31408 /* confdefs.h.  */
31409 _ACEOF
31410 cat confdefs.h >>conftest.$ac_ext
31411 cat >>conftest.$ac_ext <<_ACEOF
31412 /* end confdefs.h.  */
31413 #include <ctype.h>
31414 #include <stdlib.h>
31415 #if ((' ' & 0x0FF) == 0x020)
31416 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
31417 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
31418 #else
31419 # define ISLOWER(c) \
31420                    (('a' <= (c) && (c) <= 'i') \
31421                      || ('j' <= (c) && (c) <= 'r') \
31422                      || ('s' <= (c) && (c) <= 'z'))
31423 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
31424 #endif
31425
31426 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
31427 int
31428 main ()
31429 {
31430   int i;
31431   for (i = 0; i < 256; i++)
31432     if (XOR (islower (i), ISLOWER (i))
31433         || toupper (i) != TOUPPER (i))
31434       return 2;
31435   return 0;
31436 }
31437 _ACEOF
31438 rm -f conftest$ac_exeext
31439 if { (ac_try="$ac_link"
31440 case "(($ac_try" in
31441   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31442   *) ac_try_echo=$ac_try;;
31443 esac
31444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31445   (eval "$ac_link") 2>&5
31446   ac_status=$?
31447   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31448   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
31449   { (case "(($ac_try" in
31450   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31451   *) ac_try_echo=$ac_try;;
31452 esac
31453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31454   (eval "$ac_try") 2>&5
31455   ac_status=$?
31456   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31457   (exit $ac_status); }; }; then
31458   :
31459 else
31460   echo "$as_me: program exited with status $ac_status" >&5
31461 echo "$as_me: failed program was:" >&5
31462 sed 's/^/| /' conftest.$ac_ext >&5
31463
31464 ( exit $ac_status )
31465 ac_cv_header_stdc=no
31466 fi
31467 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
31468 fi
31469
31470
31471 fi
31472 fi
31473 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
31474 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
31475 if test $ac_cv_header_stdc = yes; then
31476
31477 cat >>confdefs.h <<\_ACEOF
31478 #define STDC_HEADERS 1
31479 _ACEOF
31480
31481 fi
31482
31483 { echo "$as_me:$LINENO: checking whether sys/types.h defines makedev" >&5
31484 echo $ECHO_N "checking whether sys/types.h defines makedev... $ECHO_C" >&6; }
31485 if test "${ac_cv_header_sys_types_h_makedev+set}" = set; then
31486   echo $ECHO_N "(cached) $ECHO_C" >&6
31487 else
31488   cat >conftest.$ac_ext <<_ACEOF
31489 /* confdefs.h.  */
31490 _ACEOF
31491 cat confdefs.h >>conftest.$ac_ext
31492 cat >>conftest.$ac_ext <<_ACEOF
31493 /* end confdefs.h.  */
31494 #include <sys/types.h>
31495 int
31496 main ()
31497 {
31498 return makedev(0, 0);
31499   ;
31500   return 0;
31501 }
31502 _ACEOF
31503 rm -f conftest.$ac_objext conftest$ac_exeext
31504 if { (ac_try="$ac_link"
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_link") 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); } && {
31517          test -z "$ac_c_werror_flag" ||
31518          test ! -s conftest.err
31519        } && test -s conftest$ac_exeext &&
31520        $as_test_x conftest$ac_exeext; then
31521   ac_cv_header_sys_types_h_makedev=yes
31522 else
31523   echo "$as_me: failed program was:" >&5
31524 sed 's/^/| /' conftest.$ac_ext >&5
31525
31526         ac_cv_header_sys_types_h_makedev=no
31527 fi
31528
31529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31530       conftest$ac_exeext conftest.$ac_ext
31531
31532 fi
31533 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h_makedev" >&5
31534 echo "${ECHO_T}$ac_cv_header_sys_types_h_makedev" >&6; }
31535
31536 if test $ac_cv_header_sys_types_h_makedev = no; then
31537 if test "${ac_cv_header_sys_mkdev_h+set}" = set; then
31538   { echo "$as_me:$LINENO: checking for sys/mkdev.h" >&5
31539 echo $ECHO_N "checking for sys/mkdev.h... $ECHO_C" >&6; }
31540 if test "${ac_cv_header_sys_mkdev_h+set}" = set; then
31541   echo $ECHO_N "(cached) $ECHO_C" >&6
31542 fi
31543 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_mkdev_h" >&5
31544 echo "${ECHO_T}$ac_cv_header_sys_mkdev_h" >&6; }
31545 else
31546   # Is the header compilable?
31547 { echo "$as_me:$LINENO: checking sys/mkdev.h usability" >&5
31548 echo $ECHO_N "checking sys/mkdev.h usability... $ECHO_C" >&6; }
31549 cat >conftest.$ac_ext <<_ACEOF
31550 /* confdefs.h.  */
31551 _ACEOF
31552 cat confdefs.h >>conftest.$ac_ext
31553 cat >>conftest.$ac_ext <<_ACEOF
31554 /* end confdefs.h.  */
31555 $ac_includes_default
31556 #include <sys/mkdev.h>
31557 _ACEOF
31558 rm -f conftest.$ac_objext
31559 if { (ac_try="$ac_compile"
31560 case "(($ac_try" in
31561   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31562   *) ac_try_echo=$ac_try;;
31563 esac
31564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31565   (eval "$ac_compile") 2>conftest.er1
31566   ac_status=$?
31567   grep -v '^ *+' conftest.er1 >conftest.err
31568   rm -f conftest.er1
31569   cat conftest.err >&5
31570   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31571   (exit $ac_status); } && {
31572          test -z "$ac_c_werror_flag" ||
31573          test ! -s conftest.err
31574        } && test -s conftest.$ac_objext; then
31575   ac_header_compiler=yes
31576 else
31577   echo "$as_me: failed program was:" >&5
31578 sed 's/^/| /' conftest.$ac_ext >&5
31579
31580         ac_header_compiler=no
31581 fi
31582
31583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31584 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31585 echo "${ECHO_T}$ac_header_compiler" >&6; }
31586
31587 # Is the header present?
31588 { echo "$as_me:$LINENO: checking sys/mkdev.h presence" >&5
31589 echo $ECHO_N "checking sys/mkdev.h presence... $ECHO_C" >&6; }
31590 cat >conftest.$ac_ext <<_ACEOF
31591 /* confdefs.h.  */
31592 _ACEOF
31593 cat confdefs.h >>conftest.$ac_ext
31594 cat >>conftest.$ac_ext <<_ACEOF
31595 /* end confdefs.h.  */
31596 #include <sys/mkdev.h>
31597 _ACEOF
31598 if { (ac_try="$ac_cpp conftest.$ac_ext"
31599 case "(($ac_try" in
31600   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31601   *) ac_try_echo=$ac_try;;
31602 esac
31603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31604   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31605   ac_status=$?
31606   grep -v '^ *+' conftest.er1 >conftest.err
31607   rm -f conftest.er1
31608   cat conftest.err >&5
31609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31610   (exit $ac_status); } >/dev/null && {
31611          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31612          test ! -s conftest.err
31613        }; then
31614   ac_header_preproc=yes
31615 else
31616   echo "$as_me: failed program was:" >&5
31617 sed 's/^/| /' conftest.$ac_ext >&5
31618
31619   ac_header_preproc=no
31620 fi
31621
31622 rm -f conftest.err conftest.$ac_ext
31623 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31624 echo "${ECHO_T}$ac_header_preproc" >&6; }
31625
31626 # So?  What about this header?
31627 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31628   yes:no: )
31629     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: accepted by the compiler, rejected by the preprocessor!" >&5
31630 echo "$as_me: WARNING: sys/mkdev.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
31631     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: proceeding with the compiler's result" >&5
31632 echo "$as_me: WARNING: sys/mkdev.h: proceeding with the compiler's result" >&2;}
31633     ac_header_preproc=yes
31634     ;;
31635   no:yes:* )
31636     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: present but cannot be compiled" >&5
31637 echo "$as_me: WARNING: sys/mkdev.h: present but cannot be compiled" >&2;}
31638     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h:     check for missing prerequisite headers?" >&5
31639 echo "$as_me: WARNING: sys/mkdev.h:     check for missing prerequisite headers?" >&2;}
31640     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: see the Autoconf documentation" >&5
31641 echo "$as_me: WARNING: sys/mkdev.h: see the Autoconf documentation" >&2;}
31642     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h:     section \"Present But Cannot Be Compiled\"" >&5
31643 echo "$as_me: WARNING: sys/mkdev.h:     section \"Present But Cannot Be Compiled\"" >&2;}
31644     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: proceeding with the preprocessor's result" >&5
31645 echo "$as_me: WARNING: sys/mkdev.h: proceeding with the preprocessor's result" >&2;}
31646     { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: in the future, the compiler will take precedence" >&5
31647 echo "$as_me: WARNING: sys/mkdev.h: in the future, the compiler will take precedence" >&2;}
31648
31649     ;;
31650 esac
31651 { echo "$as_me:$LINENO: checking for sys/mkdev.h" >&5
31652 echo $ECHO_N "checking for sys/mkdev.h... $ECHO_C" >&6; }
31653 if test "${ac_cv_header_sys_mkdev_h+set}" = set; then
31654   echo $ECHO_N "(cached) $ECHO_C" >&6
31655 else
31656   ac_cv_header_sys_mkdev_h=$ac_header_preproc
31657 fi
31658 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_mkdev_h" >&5
31659 echo "${ECHO_T}$ac_cv_header_sys_mkdev_h" >&6; }
31660
31661 fi
31662 if test $ac_cv_header_sys_mkdev_h = yes; then
31663
31664 cat >>confdefs.h <<\_ACEOF
31665 #define MAJOR_IN_MKDEV 1
31666 _ACEOF
31667
31668 fi
31669
31670
31671
31672   if test $ac_cv_header_sys_mkdev_h = no; then
31673     if test "${ac_cv_header_sys_sysmacros_h+set}" = set; then
31674   { echo "$as_me:$LINENO: checking for sys/sysmacros.h" >&5
31675 echo $ECHO_N "checking for sys/sysmacros.h... $ECHO_C" >&6; }
31676 if test "${ac_cv_header_sys_sysmacros_h+set}" = set; then
31677   echo $ECHO_N "(cached) $ECHO_C" >&6
31678 fi
31679 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_sysmacros_h" >&5
31680 echo "${ECHO_T}$ac_cv_header_sys_sysmacros_h" >&6; }
31681 else
31682   # Is the header compilable?
31683 { echo "$as_me:$LINENO: checking sys/sysmacros.h usability" >&5
31684 echo $ECHO_N "checking sys/sysmacros.h usability... $ECHO_C" >&6; }
31685 cat >conftest.$ac_ext <<_ACEOF
31686 /* confdefs.h.  */
31687 _ACEOF
31688 cat confdefs.h >>conftest.$ac_ext
31689 cat >>conftest.$ac_ext <<_ACEOF
31690 /* end confdefs.h.  */
31691 $ac_includes_default
31692 #include <sys/sysmacros.h>
31693 _ACEOF
31694 rm -f conftest.$ac_objext
31695 if { (ac_try="$ac_compile"
31696 case "(($ac_try" in
31697   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31698   *) ac_try_echo=$ac_try;;
31699 esac
31700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31701   (eval "$ac_compile") 2>conftest.er1
31702   ac_status=$?
31703   grep -v '^ *+' conftest.er1 >conftest.err
31704   rm -f conftest.er1
31705   cat conftest.err >&5
31706   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31707   (exit $ac_status); } && {
31708          test -z "$ac_c_werror_flag" ||
31709          test ! -s conftest.err
31710        } && test -s conftest.$ac_objext; then
31711   ac_header_compiler=yes
31712 else
31713   echo "$as_me: failed program was:" >&5
31714 sed 's/^/| /' conftest.$ac_ext >&5
31715
31716         ac_header_compiler=no
31717 fi
31718
31719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31720 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31721 echo "${ECHO_T}$ac_header_compiler" >&6; }
31722
31723 # Is the header present?
31724 { echo "$as_me:$LINENO: checking sys/sysmacros.h presence" >&5
31725 echo $ECHO_N "checking sys/sysmacros.h presence... $ECHO_C" >&6; }
31726 cat >conftest.$ac_ext <<_ACEOF
31727 /* confdefs.h.  */
31728 _ACEOF
31729 cat confdefs.h >>conftest.$ac_ext
31730 cat >>conftest.$ac_ext <<_ACEOF
31731 /* end confdefs.h.  */
31732 #include <sys/sysmacros.h>
31733 _ACEOF
31734 if { (ac_try="$ac_cpp conftest.$ac_ext"
31735 case "(($ac_try" in
31736   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31737   *) ac_try_echo=$ac_try;;
31738 esac
31739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31740   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31741   ac_status=$?
31742   grep -v '^ *+' conftest.er1 >conftest.err
31743   rm -f conftest.er1
31744   cat conftest.err >&5
31745   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31746   (exit $ac_status); } >/dev/null && {
31747          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31748          test ! -s conftest.err
31749        }; then
31750   ac_header_preproc=yes
31751 else
31752   echo "$as_me: failed program was:" >&5
31753 sed 's/^/| /' conftest.$ac_ext >&5
31754
31755   ac_header_preproc=no
31756 fi
31757
31758 rm -f conftest.err conftest.$ac_ext
31759 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31760 echo "${ECHO_T}$ac_header_preproc" >&6; }
31761
31762 # So?  What about this header?
31763 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31764   yes:no: )
31765     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: accepted by the compiler, rejected by the preprocessor!" >&5
31766 echo "$as_me: WARNING: sys/sysmacros.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
31767     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: proceeding with the compiler's result" >&5
31768 echo "$as_me: WARNING: sys/sysmacros.h: proceeding with the compiler's result" >&2;}
31769     ac_header_preproc=yes
31770     ;;
31771   no:yes:* )
31772     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: present but cannot be compiled" >&5
31773 echo "$as_me: WARNING: sys/sysmacros.h: present but cannot be compiled" >&2;}
31774     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h:     check for missing prerequisite headers?" >&5
31775 echo "$as_me: WARNING: sys/sysmacros.h:     check for missing prerequisite headers?" >&2;}
31776     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: see the Autoconf documentation" >&5
31777 echo "$as_me: WARNING: sys/sysmacros.h: see the Autoconf documentation" >&2;}
31778     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h:     section \"Present But Cannot Be Compiled\"" >&5
31779 echo "$as_me: WARNING: sys/sysmacros.h:     section \"Present But Cannot Be Compiled\"" >&2;}
31780     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: proceeding with the preprocessor's result" >&5
31781 echo "$as_me: WARNING: sys/sysmacros.h: proceeding with the preprocessor's result" >&2;}
31782     { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: in the future, the compiler will take precedence" >&5
31783 echo "$as_me: WARNING: sys/sysmacros.h: in the future, the compiler will take precedence" >&2;}
31784
31785     ;;
31786 esac
31787 { echo "$as_me:$LINENO: checking for sys/sysmacros.h" >&5
31788 echo $ECHO_N "checking for sys/sysmacros.h... $ECHO_C" >&6; }
31789 if test "${ac_cv_header_sys_sysmacros_h+set}" = set; then
31790   echo $ECHO_N "(cached) $ECHO_C" >&6
31791 else
31792   ac_cv_header_sys_sysmacros_h=$ac_header_preproc
31793 fi
31794 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_sysmacros_h" >&5
31795 echo "${ECHO_T}$ac_cv_header_sys_sysmacros_h" >&6; }
31796
31797 fi
31798 if test $ac_cv_header_sys_sysmacros_h = yes; then
31799
31800 cat >>confdefs.h <<\_ACEOF
31801 #define MAJOR_IN_SYSMACROS 1
31802 _ACEOF
31803
31804 fi
31805
31806
31807   fi
31808 fi
31809
31810
31811
31812
31813
31814
31815 ac_header_dirent=no
31816 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
31817   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
31818 { echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
31819 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; }
31820 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31821   echo $ECHO_N "(cached) $ECHO_C" >&6
31822 else
31823   cat >conftest.$ac_ext <<_ACEOF
31824 /* confdefs.h.  */
31825 _ACEOF
31826 cat confdefs.h >>conftest.$ac_ext
31827 cat >>conftest.$ac_ext <<_ACEOF
31828 /* end confdefs.h.  */
31829 #include <sys/types.h>
31830 #include <$ac_hdr>
31831
31832 int
31833 main ()
31834 {
31835 if ((DIR *) 0)
31836 return 0;
31837   ;
31838   return 0;
31839 }
31840 _ACEOF
31841 rm -f conftest.$ac_objext
31842 if { (ac_try="$ac_compile"
31843 case "(($ac_try" in
31844   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31845   *) ac_try_echo=$ac_try;;
31846 esac
31847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31848   (eval "$ac_compile") 2>conftest.er1
31849   ac_status=$?
31850   grep -v '^ *+' conftest.er1 >conftest.err
31851   rm -f conftest.er1
31852   cat conftest.err >&5
31853   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31854   (exit $ac_status); } && {
31855          test -z "$ac_c_werror_flag" ||
31856          test ! -s conftest.err
31857        } && test -s conftest.$ac_objext; then
31858   eval "$as_ac_Header=yes"
31859 else
31860   echo "$as_me: failed program was:" >&5
31861 sed 's/^/| /' conftest.$ac_ext >&5
31862
31863         eval "$as_ac_Header=no"
31864 fi
31865
31866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31867 fi
31868 ac_res=`eval echo '${'$as_ac_Header'}'`
31869                { echo "$as_me:$LINENO: result: $ac_res" >&5
31870 echo "${ECHO_T}$ac_res" >&6; }
31871 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31872   cat >>confdefs.h <<_ACEOF
31873 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
31874 _ACEOF
31875
31876 ac_header_dirent=$ac_hdr; break
31877 fi
31878
31879 done
31880 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
31881 if test $ac_header_dirent = dirent.h; then
31882   { echo "$as_me:$LINENO: checking for library containing opendir" >&5
31883 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
31884 if test "${ac_cv_search_opendir+set}" = set; then
31885   echo $ECHO_N "(cached) $ECHO_C" >&6
31886 else
31887   ac_func_search_save_LIBS=$LIBS
31888 cat >conftest.$ac_ext <<_ACEOF
31889 /* confdefs.h.  */
31890 _ACEOF
31891 cat confdefs.h >>conftest.$ac_ext
31892 cat >>conftest.$ac_ext <<_ACEOF
31893 /* end confdefs.h.  */
31894
31895 /* Override any GCC internal prototype to avoid an error.
31896    Use char because int might match the return type of a GCC
31897    builtin and then its argument prototype would still apply.  */
31898 #ifdef __cplusplus
31899 extern "C"
31900 #endif
31901 char opendir ();
31902 int
31903 main ()
31904 {
31905 return opendir ();
31906   ;
31907   return 0;
31908 }
31909 _ACEOF
31910 for ac_lib in '' dir; do
31911   if test -z "$ac_lib"; then
31912     ac_res="none required"
31913   else
31914     ac_res=-l$ac_lib
31915     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
31916   fi
31917   rm -f conftest.$ac_objext conftest$ac_exeext
31918 if { (ac_try="$ac_link"
31919 case "(($ac_try" in
31920   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31921   *) ac_try_echo=$ac_try;;
31922 esac
31923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31924   (eval "$ac_link") 2>conftest.er1
31925   ac_status=$?
31926   grep -v '^ *+' conftest.er1 >conftest.err
31927   rm -f conftest.er1
31928   cat conftest.err >&5
31929   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31930   (exit $ac_status); } && {
31931          test -z "$ac_c_werror_flag" ||
31932          test ! -s conftest.err
31933        } && test -s conftest$ac_exeext &&
31934        $as_test_x conftest$ac_exeext; then
31935   ac_cv_search_opendir=$ac_res
31936 else
31937   echo "$as_me: failed program was:" >&5
31938 sed 's/^/| /' conftest.$ac_ext >&5
31939
31940
31941 fi
31942
31943 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31944       conftest$ac_exeext
31945   if test "${ac_cv_search_opendir+set}" = set; then
31946   break
31947 fi
31948 done
31949 if test "${ac_cv_search_opendir+set}" = set; then
31950   :
31951 else
31952   ac_cv_search_opendir=no
31953 fi
31954 rm conftest.$ac_ext
31955 LIBS=$ac_func_search_save_LIBS
31956 fi
31957 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
31958 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
31959 ac_res=$ac_cv_search_opendir
31960 if test "$ac_res" != no; then
31961   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
31962
31963 fi
31964
31965 else
31966   { echo "$as_me:$LINENO: checking for library containing opendir" >&5
31967 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
31968 if test "${ac_cv_search_opendir+set}" = set; then
31969   echo $ECHO_N "(cached) $ECHO_C" >&6
31970 else
31971   ac_func_search_save_LIBS=$LIBS
31972 cat >conftest.$ac_ext <<_ACEOF
31973 /* confdefs.h.  */
31974 _ACEOF
31975 cat confdefs.h >>conftest.$ac_ext
31976 cat >>conftest.$ac_ext <<_ACEOF
31977 /* end confdefs.h.  */
31978
31979 /* Override any GCC internal prototype to avoid an error.
31980    Use char because int might match the return type of a GCC
31981    builtin and then its argument prototype would still apply.  */
31982 #ifdef __cplusplus
31983 extern "C"
31984 #endif
31985 char opendir ();
31986 int
31987 main ()
31988 {
31989 return opendir ();
31990   ;
31991   return 0;
31992 }
31993 _ACEOF
31994 for ac_lib in '' x; do
31995   if test -z "$ac_lib"; then
31996     ac_res="none required"
31997   else
31998     ac_res=-l$ac_lib
31999     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
32000   fi
32001   rm -f conftest.$ac_objext conftest$ac_exeext
32002 if { (ac_try="$ac_link"
32003 case "(($ac_try" in
32004   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32005   *) ac_try_echo=$ac_try;;
32006 esac
32007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32008   (eval "$ac_link") 2>conftest.er1
32009   ac_status=$?
32010   grep -v '^ *+' conftest.er1 >conftest.err
32011   rm -f conftest.er1
32012   cat conftest.err >&5
32013   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32014   (exit $ac_status); } && {
32015          test -z "$ac_c_werror_flag" ||
32016          test ! -s conftest.err
32017        } && test -s conftest$ac_exeext &&
32018        $as_test_x conftest$ac_exeext; then
32019   ac_cv_search_opendir=$ac_res
32020 else
32021   echo "$as_me: failed program was:" >&5
32022 sed 's/^/| /' conftest.$ac_ext >&5
32023
32024
32025 fi
32026
32027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32028       conftest$ac_exeext
32029   if test "${ac_cv_search_opendir+set}" = set; then
32030   break
32031 fi
32032 done
32033 if test "${ac_cv_search_opendir+set}" = set; then
32034   :
32035 else
32036   ac_cv_search_opendir=no
32037 fi
32038 rm conftest.$ac_ext
32039 LIBS=$ac_func_search_save_LIBS
32040 fi
32041 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
32042 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
32043 ac_res=$ac_cv_search_opendir
32044 if test "$ac_res" != no; then
32045   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
32046
32047 fi
32048
32049 fi
32050
32051 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
32052 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
32053 if test "${ac_cv_header_stat_broken+set}" = set; then
32054   echo $ECHO_N "(cached) $ECHO_C" >&6
32055 else
32056   cat >conftest.$ac_ext <<_ACEOF
32057 /* confdefs.h.  */
32058 _ACEOF
32059 cat confdefs.h >>conftest.$ac_ext
32060 cat >>conftest.$ac_ext <<_ACEOF
32061 /* end confdefs.h.  */
32062 #include <sys/types.h>
32063 #include <sys/stat.h>
32064
32065 #if defined S_ISBLK && defined S_IFDIR
32066 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
32067 #endif
32068
32069 #if defined S_ISBLK && defined S_IFCHR
32070 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
32071 #endif
32072
32073 #if defined S_ISLNK && defined S_IFREG
32074 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
32075 #endif
32076
32077 #if defined S_ISSOCK && defined S_IFREG
32078 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
32079 #endif
32080
32081 _ACEOF
32082 rm -f conftest.$ac_objext
32083 if { (ac_try="$ac_compile"
32084 case "(($ac_try" in
32085   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32086   *) ac_try_echo=$ac_try;;
32087 esac
32088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32089   (eval "$ac_compile") 2>conftest.er1
32090   ac_status=$?
32091   grep -v '^ *+' conftest.er1 >conftest.err
32092   rm -f conftest.er1
32093   cat conftest.err >&5
32094   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32095   (exit $ac_status); } && {
32096          test -z "$ac_c_werror_flag" ||
32097          test ! -s conftest.err
32098        } && test -s conftest.$ac_objext; then
32099   ac_cv_header_stat_broken=no
32100 else
32101   echo "$as_me: failed program was:" >&5
32102 sed 's/^/| /' conftest.$ac_ext >&5
32103
32104         ac_cv_header_stat_broken=yes
32105 fi
32106
32107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32108 fi
32109 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
32110 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
32111 if test $ac_cv_header_stat_broken = yes; then
32112
32113 cat >>confdefs.h <<\_ACEOF
32114 #define STAT_MACROS_BROKEN 1
32115 _ACEOF
32116
32117 fi
32118
32119 { echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
32120 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; }
32121 if test "${ac_cv_header_sys_wait_h+set}" = set; then
32122   echo $ECHO_N "(cached) $ECHO_C" >&6
32123 else
32124   cat >conftest.$ac_ext <<_ACEOF
32125 /* confdefs.h.  */
32126 _ACEOF
32127 cat confdefs.h >>conftest.$ac_ext
32128 cat >>conftest.$ac_ext <<_ACEOF
32129 /* end confdefs.h.  */
32130 #include <sys/types.h>
32131 #include <sys/wait.h>
32132 #ifndef WEXITSTATUS
32133 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
32134 #endif
32135 #ifndef WIFEXITED
32136 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
32137 #endif
32138
32139 int
32140 main ()
32141 {
32142   int s;
32143   wait (&s);
32144   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
32145   ;
32146   return 0;
32147 }
32148 _ACEOF
32149 rm -f conftest.$ac_objext
32150 if { (ac_try="$ac_compile"
32151 case "(($ac_try" in
32152   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32153   *) ac_try_echo=$ac_try;;
32154 esac
32155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32156   (eval "$ac_compile") 2>conftest.er1
32157   ac_status=$?
32158   grep -v '^ *+' conftest.er1 >conftest.err
32159   rm -f conftest.er1
32160   cat conftest.err >&5
32161   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32162   (exit $ac_status); } && {
32163          test -z "$ac_c_werror_flag" ||
32164          test ! -s conftest.err
32165        } && test -s conftest.$ac_objext; then
32166   ac_cv_header_sys_wait_h=yes
32167 else
32168   echo "$as_me: failed program was:" >&5
32169 sed 's/^/| /' conftest.$ac_ext >&5
32170
32171         ac_cv_header_sys_wait_h=no
32172 fi
32173
32174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32175 fi
32176 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
32177 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; }
32178 if test $ac_cv_header_sys_wait_h = yes; then
32179
32180 cat >>confdefs.h <<\_ACEOF
32181 #define HAVE_SYS_WAIT_H 1
32182 _ACEOF
32183
32184 fi
32185
32186 { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
32187 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
32188 if test "${ac_cv_header_time+set}" = set; then
32189   echo $ECHO_N "(cached) $ECHO_C" >&6
32190 else
32191   cat >conftest.$ac_ext <<_ACEOF
32192 /* confdefs.h.  */
32193 _ACEOF
32194 cat confdefs.h >>conftest.$ac_ext
32195 cat >>conftest.$ac_ext <<_ACEOF
32196 /* end confdefs.h.  */
32197 #include <sys/types.h>
32198 #include <sys/time.h>
32199 #include <time.h>
32200
32201 int
32202 main ()
32203 {
32204 if ((struct tm *) 0)
32205 return 0;
32206   ;
32207   return 0;
32208 }
32209 _ACEOF
32210 rm -f conftest.$ac_objext
32211 if { (ac_try="$ac_compile"
32212 case "(($ac_try" in
32213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32214   *) ac_try_echo=$ac_try;;
32215 esac
32216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32217   (eval "$ac_compile") 2>conftest.er1
32218   ac_status=$?
32219   grep -v '^ *+' conftest.er1 >conftest.err
32220   rm -f conftest.er1
32221   cat conftest.err >&5
32222   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32223   (exit $ac_status); } && {
32224          test -z "$ac_c_werror_flag" ||
32225          test ! -s conftest.err
32226        } && test -s conftest.$ac_objext; then
32227   ac_cv_header_time=yes
32228 else
32229   echo "$as_me: failed program was:" >&5
32230 sed 's/^/| /' conftest.$ac_ext >&5
32231
32232         ac_cv_header_time=no
32233 fi
32234
32235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32236 fi
32237 { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
32238 echo "${ECHO_T}$ac_cv_header_time" >&6; }
32239 if test $ac_cv_header_time = yes; then
32240
32241 cat >>confdefs.h <<\_ACEOF
32242 #define TIME_WITH_SYS_TIME 1
32243 _ACEOF
32244
32245 fi
32246
32247 { echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
32248 echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6; }
32249 if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
32250   echo $ECHO_N "(cached) $ECHO_C" >&6
32251 else
32252   cat >conftest.$ac_ext <<_ACEOF
32253 /* confdefs.h.  */
32254 _ACEOF
32255 cat confdefs.h >>conftest.$ac_ext
32256 cat >>conftest.$ac_ext <<_ACEOF
32257 /* end confdefs.h.  */
32258 $ac_includes_default
32259 int
32260 main ()
32261 {
32262 static struct stat ac_aggr;
32263 if (ac_aggr.st_blksize)
32264 return 0;
32265   ;
32266   return 0;
32267 }
32268 _ACEOF
32269 rm -f conftest.$ac_objext
32270 if { (ac_try="$ac_compile"
32271 case "(($ac_try" in
32272   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32273   *) ac_try_echo=$ac_try;;
32274 esac
32275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32276   (eval "$ac_compile") 2>conftest.er1
32277   ac_status=$?
32278   grep -v '^ *+' conftest.er1 >conftest.err
32279   rm -f conftest.er1
32280   cat conftest.err >&5
32281   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32282   (exit $ac_status); } && {
32283          test -z "$ac_c_werror_flag" ||
32284          test ! -s conftest.err
32285        } && test -s conftest.$ac_objext; then
32286   ac_cv_member_struct_stat_st_blksize=yes
32287 else
32288   echo "$as_me: failed program was:" >&5
32289 sed 's/^/| /' conftest.$ac_ext >&5
32290
32291         cat >conftest.$ac_ext <<_ACEOF
32292 /* confdefs.h.  */
32293 _ACEOF
32294 cat confdefs.h >>conftest.$ac_ext
32295 cat >>conftest.$ac_ext <<_ACEOF
32296 /* end confdefs.h.  */
32297 $ac_includes_default
32298 int
32299 main ()
32300 {
32301 static struct stat ac_aggr;
32302 if (sizeof ac_aggr.st_blksize)
32303 return 0;
32304   ;
32305   return 0;
32306 }
32307 _ACEOF
32308 rm -f conftest.$ac_objext
32309 if { (ac_try="$ac_compile"
32310 case "(($ac_try" in
32311   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32312   *) ac_try_echo=$ac_try;;
32313 esac
32314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32315   (eval "$ac_compile") 2>conftest.er1
32316   ac_status=$?
32317   grep -v '^ *+' conftest.er1 >conftest.err
32318   rm -f conftest.er1
32319   cat conftest.err >&5
32320   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32321   (exit $ac_status); } && {
32322          test -z "$ac_c_werror_flag" ||
32323          test ! -s conftest.err
32324        } && test -s conftest.$ac_objext; then
32325   ac_cv_member_struct_stat_st_blksize=yes
32326 else
32327   echo "$as_me: failed program was:" >&5
32328 sed 's/^/| /' conftest.$ac_ext >&5
32329
32330         ac_cv_member_struct_stat_st_blksize=no
32331 fi
32332
32333 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32334 fi
32335
32336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32337 fi
32338 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
32339 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6; }
32340 if test $ac_cv_member_struct_stat_st_blksize = yes; then
32341
32342 cat >>confdefs.h <<_ACEOF
32343 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
32344 _ACEOF
32345
32346
32347 cat >>confdefs.h <<\_ACEOF
32348 #define HAVE_ST_BLKSIZE 1
32349 _ACEOF
32350
32351 fi
32352
32353
32354 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
32355 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
32356 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
32357   echo $ECHO_N "(cached) $ECHO_C" >&6
32358 else
32359   cat >conftest.$ac_ext <<_ACEOF
32360 /* confdefs.h.  */
32361 _ACEOF
32362 cat confdefs.h >>conftest.$ac_ext
32363 cat >>conftest.$ac_ext <<_ACEOF
32364 /* end confdefs.h.  */
32365 $ac_includes_default
32366 int
32367 main ()
32368 {
32369 static struct stat ac_aggr;
32370 if (ac_aggr.st_blocks)
32371 return 0;
32372   ;
32373   return 0;
32374 }
32375 _ACEOF
32376 rm -f conftest.$ac_objext
32377 if { (ac_try="$ac_compile"
32378 case "(($ac_try" in
32379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32380   *) ac_try_echo=$ac_try;;
32381 esac
32382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32383   (eval "$ac_compile") 2>conftest.er1
32384   ac_status=$?
32385   grep -v '^ *+' conftest.er1 >conftest.err
32386   rm -f conftest.er1
32387   cat conftest.err >&5
32388   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32389   (exit $ac_status); } && {
32390          test -z "$ac_c_werror_flag" ||
32391          test ! -s conftest.err
32392        } && test -s conftest.$ac_objext; then
32393   ac_cv_member_struct_stat_st_blocks=yes
32394 else
32395   echo "$as_me: failed program was:" >&5
32396 sed 's/^/| /' conftest.$ac_ext >&5
32397
32398         cat >conftest.$ac_ext <<_ACEOF
32399 /* confdefs.h.  */
32400 _ACEOF
32401 cat confdefs.h >>conftest.$ac_ext
32402 cat >>conftest.$ac_ext <<_ACEOF
32403 /* end confdefs.h.  */
32404 $ac_includes_default
32405 int
32406 main ()
32407 {
32408 static struct stat ac_aggr;
32409 if (sizeof ac_aggr.st_blocks)
32410 return 0;
32411   ;
32412   return 0;
32413 }
32414 _ACEOF
32415 rm -f conftest.$ac_objext
32416 if { (ac_try="$ac_compile"
32417 case "(($ac_try" in
32418   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32419   *) ac_try_echo=$ac_try;;
32420 esac
32421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32422   (eval "$ac_compile") 2>conftest.er1
32423   ac_status=$?
32424   grep -v '^ *+' conftest.er1 >conftest.err
32425   rm -f conftest.er1
32426   cat conftest.err >&5
32427   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32428   (exit $ac_status); } && {
32429          test -z "$ac_c_werror_flag" ||
32430          test ! -s conftest.err
32431        } && test -s conftest.$ac_objext; then
32432   ac_cv_member_struct_stat_st_blocks=yes
32433 else
32434   echo "$as_me: failed program was:" >&5
32435 sed 's/^/| /' conftest.$ac_ext >&5
32436
32437         ac_cv_member_struct_stat_st_blocks=no
32438 fi
32439
32440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32441 fi
32442
32443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32444 fi
32445 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
32446 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
32447 if test $ac_cv_member_struct_stat_st_blocks = yes; then
32448
32449 cat >>confdefs.h <<_ACEOF
32450 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
32451 _ACEOF
32452
32453
32454 cat >>confdefs.h <<\_ACEOF
32455 #define HAVE_ST_BLOCKS 1
32456 _ACEOF
32457
32458 else
32459   case " $LIBOBJS " in
32460   *" fileblocks.$ac_objext "* ) ;;
32461   *) LIBOBJS="$LIBOBJS fileblocks.$ac_objext"
32462  ;;
32463 esac
32464
32465 fi
32466
32467
32468 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
32469 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
32470 if test "${ac_cv_struct_tm+set}" = set; then
32471   echo $ECHO_N "(cached) $ECHO_C" >&6
32472 else
32473   cat >conftest.$ac_ext <<_ACEOF
32474 /* confdefs.h.  */
32475 _ACEOF
32476 cat confdefs.h >>conftest.$ac_ext
32477 cat >>conftest.$ac_ext <<_ACEOF
32478 /* end confdefs.h.  */
32479 #include <sys/types.h>
32480 #include <time.h>
32481
32482 int
32483 main ()
32484 {
32485 struct tm tm;
32486                                      int *p = &tm.tm_sec;
32487                                      return !p;
32488   ;
32489   return 0;
32490 }
32491 _ACEOF
32492 rm -f conftest.$ac_objext
32493 if { (ac_try="$ac_compile"
32494 case "(($ac_try" in
32495   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32496   *) ac_try_echo=$ac_try;;
32497 esac
32498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32499   (eval "$ac_compile") 2>conftest.er1
32500   ac_status=$?
32501   grep -v '^ *+' conftest.er1 >conftest.err
32502   rm -f conftest.er1
32503   cat conftest.err >&5
32504   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32505   (exit $ac_status); } && {
32506          test -z "$ac_c_werror_flag" ||
32507          test ! -s conftest.err
32508        } && test -s conftest.$ac_objext; then
32509   ac_cv_struct_tm=time.h
32510 else
32511   echo "$as_me: failed program was:" >&5
32512 sed 's/^/| /' conftest.$ac_ext >&5
32513
32514         ac_cv_struct_tm=sys/time.h
32515 fi
32516
32517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32518 fi
32519 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
32520 echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
32521 if test $ac_cv_struct_tm = sys/time.h; then
32522
32523 cat >>confdefs.h <<\_ACEOF
32524 #define TM_IN_SYS_TIME 1
32525 _ACEOF
32526
32527 fi
32528
32529 { echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
32530 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6; }
32531 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
32532   echo $ECHO_N "(cached) $ECHO_C" >&6
32533 else
32534   cat >conftest.$ac_ext <<_ACEOF
32535 /* confdefs.h.  */
32536 _ACEOF
32537 cat confdefs.h >>conftest.$ac_ext
32538 cat >>conftest.$ac_ext <<_ACEOF
32539 /* end confdefs.h.  */
32540 #include <sys/types.h>
32541 #include <$ac_cv_struct_tm>
32542
32543
32544 int
32545 main ()
32546 {
32547 static struct tm ac_aggr;
32548 if (ac_aggr.tm_zone)
32549 return 0;
32550   ;
32551   return 0;
32552 }
32553 _ACEOF
32554 rm -f conftest.$ac_objext
32555 if { (ac_try="$ac_compile"
32556 case "(($ac_try" in
32557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32558   *) ac_try_echo=$ac_try;;
32559 esac
32560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32561   (eval "$ac_compile") 2>conftest.er1
32562   ac_status=$?
32563   grep -v '^ *+' conftest.er1 >conftest.err
32564   rm -f conftest.er1
32565   cat conftest.err >&5
32566   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32567   (exit $ac_status); } && {
32568          test -z "$ac_c_werror_flag" ||
32569          test ! -s conftest.err
32570        } && test -s conftest.$ac_objext; then
32571   ac_cv_member_struct_tm_tm_zone=yes
32572 else
32573   echo "$as_me: failed program was:" >&5
32574 sed 's/^/| /' conftest.$ac_ext >&5
32575
32576         cat >conftest.$ac_ext <<_ACEOF
32577 /* confdefs.h.  */
32578 _ACEOF
32579 cat confdefs.h >>conftest.$ac_ext
32580 cat >>conftest.$ac_ext <<_ACEOF
32581 /* end confdefs.h.  */
32582 #include <sys/types.h>
32583 #include <$ac_cv_struct_tm>
32584
32585
32586 int
32587 main ()
32588 {
32589 static struct tm ac_aggr;
32590 if (sizeof ac_aggr.tm_zone)
32591 return 0;
32592   ;
32593   return 0;
32594 }
32595 _ACEOF
32596 rm -f conftest.$ac_objext
32597 if { (ac_try="$ac_compile"
32598 case "(($ac_try" in
32599   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32600   *) ac_try_echo=$ac_try;;
32601 esac
32602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32603   (eval "$ac_compile") 2>conftest.er1
32604   ac_status=$?
32605   grep -v '^ *+' conftest.er1 >conftest.err
32606   rm -f conftest.er1
32607   cat conftest.err >&5
32608   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32609   (exit $ac_status); } && {
32610          test -z "$ac_c_werror_flag" ||
32611          test ! -s conftest.err
32612        } && test -s conftest.$ac_objext; then
32613   ac_cv_member_struct_tm_tm_zone=yes
32614 else
32615   echo "$as_me: failed program was:" >&5
32616 sed 's/^/| /' conftest.$ac_ext >&5
32617
32618         ac_cv_member_struct_tm_tm_zone=no
32619 fi
32620
32621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32622 fi
32623
32624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32625 fi
32626 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
32627 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6; }
32628 if test $ac_cv_member_struct_tm_tm_zone = yes; then
32629
32630 cat >>confdefs.h <<_ACEOF
32631 #define HAVE_STRUCT_TM_TM_ZONE 1
32632 _ACEOF
32633
32634
32635 fi
32636
32637 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
32638
32639 cat >>confdefs.h <<\_ACEOF
32640 #define HAVE_TM_ZONE 1
32641 _ACEOF
32642
32643 else
32644   { echo "$as_me:$LINENO: checking whether tzname is declared" >&5
32645 echo $ECHO_N "checking whether tzname is declared... $ECHO_C" >&6; }
32646 if test "${ac_cv_have_decl_tzname+set}" = set; then
32647   echo $ECHO_N "(cached) $ECHO_C" >&6
32648 else
32649   cat >conftest.$ac_ext <<_ACEOF
32650 /* confdefs.h.  */
32651 _ACEOF
32652 cat confdefs.h >>conftest.$ac_ext
32653 cat >>conftest.$ac_ext <<_ACEOF
32654 /* end confdefs.h.  */
32655 #include <time.h>
32656
32657 int
32658 main ()
32659 {
32660 #ifndef tzname
32661   (void) tzname;
32662 #endif
32663
32664   ;
32665   return 0;
32666 }
32667 _ACEOF
32668 rm -f conftest.$ac_objext
32669 if { (ac_try="$ac_compile"
32670 case "(($ac_try" in
32671   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32672   *) ac_try_echo=$ac_try;;
32673 esac
32674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32675   (eval "$ac_compile") 2>conftest.er1
32676   ac_status=$?
32677   grep -v '^ *+' conftest.er1 >conftest.err
32678   rm -f conftest.er1
32679   cat conftest.err >&5
32680   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32681   (exit $ac_status); } && {
32682          test -z "$ac_c_werror_flag" ||
32683          test ! -s conftest.err
32684        } && test -s conftest.$ac_objext; then
32685   ac_cv_have_decl_tzname=yes
32686 else
32687   echo "$as_me: failed program was:" >&5
32688 sed 's/^/| /' conftest.$ac_ext >&5
32689
32690         ac_cv_have_decl_tzname=no
32691 fi
32692
32693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32694 fi
32695 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_tzname" >&5
32696 echo "${ECHO_T}$ac_cv_have_decl_tzname" >&6; }
32697 if test $ac_cv_have_decl_tzname = yes; then
32698
32699 cat >>confdefs.h <<_ACEOF
32700 #define HAVE_DECL_TZNAME 1
32701 _ACEOF
32702
32703
32704 else
32705   cat >>confdefs.h <<_ACEOF
32706 #define HAVE_DECL_TZNAME 0
32707 _ACEOF
32708
32709
32710 fi
32711
32712
32713   { echo "$as_me:$LINENO: checking for tzname" >&5
32714 echo $ECHO_N "checking for tzname... $ECHO_C" >&6; }
32715 if test "${ac_cv_var_tzname+set}" = set; then
32716   echo $ECHO_N "(cached) $ECHO_C" >&6
32717 else
32718   cat >conftest.$ac_ext <<_ACEOF
32719 /* confdefs.h.  */
32720 _ACEOF
32721 cat confdefs.h >>conftest.$ac_ext
32722 cat >>conftest.$ac_ext <<_ACEOF
32723 /* end confdefs.h.  */
32724 #include <time.h>
32725 #if !HAVE_DECL_TZNAME
32726 extern char *tzname[];
32727 #endif
32728
32729 int
32730 main ()
32731 {
32732 return tzname[0][0];
32733   ;
32734   return 0;
32735 }
32736 _ACEOF
32737 rm -f conftest.$ac_objext conftest$ac_exeext
32738 if { (ac_try="$ac_link"
32739 case "(($ac_try" in
32740   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32741   *) ac_try_echo=$ac_try;;
32742 esac
32743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32744   (eval "$ac_link") 2>conftest.er1
32745   ac_status=$?
32746   grep -v '^ *+' conftest.er1 >conftest.err
32747   rm -f conftest.er1
32748   cat conftest.err >&5
32749   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32750   (exit $ac_status); } && {
32751          test -z "$ac_c_werror_flag" ||
32752          test ! -s conftest.err
32753        } && test -s conftest$ac_exeext &&
32754        $as_test_x conftest$ac_exeext; then
32755   ac_cv_var_tzname=yes
32756 else
32757   echo "$as_me: failed program was:" >&5
32758 sed 's/^/| /' conftest.$ac_ext >&5
32759
32760         ac_cv_var_tzname=no
32761 fi
32762
32763 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32764       conftest$ac_exeext conftest.$ac_ext
32765 fi
32766 { echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
32767 echo "${ECHO_T}$ac_cv_var_tzname" >&6; }
32768   if test $ac_cv_var_tzname = yes; then
32769
32770 cat >>confdefs.h <<\_ACEOF
32771 #define HAVE_TZNAME 1
32772 _ACEOF
32773
32774   fi
32775 fi
32776
32777
32778 { echo "$as_me:$LINENO: checking for utime.h" >&5
32779 echo $ECHO_N "checking for utime.h... $ECHO_C" >&6; }
32780 if test "${ba_cv_header_utime_h+set}" = set; then
32781   echo $ECHO_N "(cached) $ECHO_C" >&6
32782 else
32783
32784        cat >conftest.$ac_ext <<_ACEOF
32785 /* confdefs.h.  */
32786 _ACEOF
32787 cat confdefs.h >>conftest.$ac_ext
32788 cat >>conftest.$ac_ext <<_ACEOF
32789 /* end confdefs.h.  */
32790
32791               #include <sys/types.h>
32792               #include <utime.h>
32793
32794 int
32795 main ()
32796 {
32797
32798               struct utimbuf foo
32799
32800   ;
32801   return 0;
32802 }
32803 _ACEOF
32804 rm -f conftest.$ac_objext
32805 if { (ac_try="$ac_compile"
32806 case "(($ac_try" in
32807   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32808   *) ac_try_echo=$ac_try;;
32809 esac
32810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32811   (eval "$ac_compile") 2>conftest.er1
32812   ac_status=$?
32813   grep -v '^ *+' conftest.er1 >conftest.err
32814   rm -f conftest.er1
32815   cat conftest.err >&5
32816   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32817   (exit $ac_status); } && {
32818          test -z "$ac_c_werror_flag" ||
32819          test ! -s conftest.err
32820        } && test -s conftest.$ac_objext; then
32821
32822               ba_cv_header_utime_h=yes
32823
32824 else
32825   echo "$as_me: failed program was:" >&5
32826 sed 's/^/| /' conftest.$ac_ext >&5
32827
32828
32829               ba_cv_header_utime_h=no
32830
32831
32832 fi
32833
32834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32835
32836
32837 fi
32838 { echo "$as_me:$LINENO: result: $ba_cv_header_utime_h" >&5
32839 echo "${ECHO_T}$ba_cv_header_utime_h" >&6; }
32840 test $ba_cv_header_utime_h = yes &&
32841 cat >>confdefs.h <<\_ACEOF
32842 #define HAVE_UTIME_H 1
32843 _ACEOF
32844
32845
32846 { echo "$as_me:$LINENO: checking for socklen_t" >&5
32847 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; }
32848 if test "${ba_cv_header_socklen_t+set}" = set; then
32849   echo $ECHO_N "(cached) $ECHO_C" >&6
32850 else
32851
32852        cat >conftest.$ac_ext <<_ACEOF
32853 /* confdefs.h.  */
32854 _ACEOF
32855 cat confdefs.h >>conftest.$ac_ext
32856 cat >>conftest.$ac_ext <<_ACEOF
32857 /* end confdefs.h.  */
32858
32859               #include <sys/types.h>
32860               #include <sys/socket.h>
32861
32862 int
32863 main ()
32864 {
32865
32866               socklen_t x
32867
32868   ;
32869   return 0;
32870 }
32871 _ACEOF
32872 rm -f conftest.$ac_objext
32873 if { (ac_try="$ac_compile"
32874 case "(($ac_try" in
32875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32876   *) ac_try_echo=$ac_try;;
32877 esac
32878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32879   (eval "$ac_compile") 2>conftest.er1
32880   ac_status=$?
32881   grep -v '^ *+' conftest.er1 >conftest.err
32882   rm -f conftest.er1
32883   cat conftest.err >&5
32884   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32885   (exit $ac_status); } && {
32886          test -z "$ac_c_werror_flag" ||
32887          test ! -s conftest.err
32888        } && test -s conftest.$ac_objext; then
32889
32890              ba_cv_header_socklen_t=yes
32891
32892 else
32893   echo "$as_me: failed program was:" >&5
32894 sed 's/^/| /' conftest.$ac_ext >&5
32895
32896
32897              ba_cv_header_socklen_t=no
32898
32899
32900 fi
32901
32902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32903
32904
32905 fi
32906 { echo "$as_me:$LINENO: result: $ba_cv_header_socklen_t" >&5
32907 echo "${ECHO_T}$ba_cv_header_socklen_t" >&6; }
32908 test $ba_cv_header_socklen_t = yes &&
32909 cat >>confdefs.h <<\_ACEOF
32910 #define HAVE_SOCKLEN_T 1
32911 _ACEOF
32912
32913
32914 ac_ext=cpp
32915 ac_cpp='$CXXCPP $CPPFLAGS'
32916 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32917 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32918 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32919
32920 { echo "$as_me:$LINENO: checking for ioctl_req_t" >&5
32921 echo $ECHO_N "checking for ioctl_req_t... $ECHO_C" >&6; }
32922 if test "${ba_cv_header_ioctl_req_t+set}" = set; then
32923   echo $ECHO_N "(cached) $ECHO_C" >&6
32924 else
32925
32926        cat >conftest.$ac_ext <<_ACEOF
32927 /* confdefs.h.  */
32928 _ACEOF
32929 cat confdefs.h >>conftest.$ac_ext
32930 cat >>conftest.$ac_ext <<_ACEOF
32931 /* end confdefs.h.  */
32932
32933               #include <unistd.h>
32934               #include <sys/types.h>
32935               #include <sys/ioctl.h>
32936
32937 int
32938 main ()
32939 {
32940
32941               int (*d_ioctl)(int fd, unsigned long int request, ...);
32942               d_ioctl = ::ioctl;
32943
32944   ;
32945   return 0;
32946 }
32947 _ACEOF
32948 rm -f conftest.$ac_objext
32949 if { (ac_try="$ac_compile"
32950 case "(($ac_try" in
32951   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32952   *) ac_try_echo=$ac_try;;
32953 esac
32954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32955   (eval "$ac_compile") 2>conftest.er1
32956   ac_status=$?
32957   grep -v '^ *+' conftest.er1 >conftest.err
32958   rm -f conftest.er1
32959   cat conftest.err >&5
32960   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32961   (exit $ac_status); } && {
32962          test -z "$ac_cxx_werror_flag" ||
32963          test ! -s conftest.err
32964        } && test -s conftest.$ac_objext; then
32965
32966              ba_cv_header_ioctl_req_t=yes
32967
32968 else
32969   echo "$as_me: failed program was:" >&5
32970 sed 's/^/| /' conftest.$ac_ext >&5
32971
32972
32973              ba_cv_header_ioctl_req_t=no
32974
32975
32976 fi
32977
32978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32979
32980
32981 fi
32982 { echo "$as_me:$LINENO: result: $ba_cv_header_ioctl_req_t" >&5
32983 echo "${ECHO_T}$ba_cv_header_ioctl_req_t" >&6; }
32984 test $ba_cv_header_ioctl_req_t = yes &&
32985 cat >>confdefs.h <<\_ACEOF
32986 #define HAVE_IOCTL_ULINT_REQUEST 1
32987 _ACEOF
32988
32989
32990 ac_ext=c
32991 ac_cpp='$CPP $CPPFLAGS'
32992 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32993 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32994 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32995
32996
32997 ac_ext=cpp
32998 ac_cpp='$CXXCPP $CPPFLAGS'
32999 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33000 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33001 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33002
33003 { echo "$as_me:$LINENO: checking for typeof" >&5
33004 echo $ECHO_N "checking for typeof... $ECHO_C" >&6; }
33005 if test "${ba_cv_have_typeof+set}" = set; then
33006   echo $ECHO_N "(cached) $ECHO_C" >&6
33007 else
33008
33009        if test "$cross_compiling" = yes; then
33010
33011               ba_cv_have_typeof=no
33012
33013
33014 else
33015   cat >conftest.$ac_ext <<_ACEOF
33016 /* confdefs.h.  */
33017 _ACEOF
33018 cat confdefs.h >>conftest.$ac_ext
33019 cat >>conftest.$ac_ext <<_ACEOF
33020 /* end confdefs.h.  */
33021
33022               main(){char *a = 0; a = (typeof a)a;}
33023
33024 _ACEOF
33025 rm -f conftest$ac_exeext
33026 if { (ac_try="$ac_link"
33027 case "(($ac_try" in
33028   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33029   *) ac_try_echo=$ac_try;;
33030 esac
33031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33032   (eval "$ac_link") 2>&5
33033   ac_status=$?
33034   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33035   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
33036   { (case "(($ac_try" in
33037   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33038   *) ac_try_echo=$ac_try;;
33039 esac
33040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33041   (eval "$ac_try") 2>&5
33042   ac_status=$?
33043   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33044   (exit $ac_status); }; }; then
33045
33046               ba_cv_have_typeof=yes
33047
33048 else
33049   echo "$as_me: program exited with status $ac_status" >&5
33050 echo "$as_me: failed program was:" >&5
33051 sed 's/^/| /' conftest.$ac_ext >&5
33052
33053 ( exit $ac_status )
33054
33055               ba_cv_have_typeof=no
33056
33057 fi
33058 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
33059 fi
33060
33061
33062
33063
33064 fi
33065 { echo "$as_me:$LINENO: result: $ba_cv_have_typeof" >&5
33066 echo "${ECHO_T}$ba_cv_have_typeof" >&6; }
33067 test $ba_cv_have_typeof = yes &&
33068 cat >>confdefs.h <<\_ACEOF
33069 #define HAVE_TYPEOF 1
33070 _ACEOF
33071
33072 ac_ext=c
33073 ac_cpp='$CPP $CPPFLAGS'
33074 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33075 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33076 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33077
33078
33079 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
33080 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
33081 if test "${ac_cv_c_const+set}" = set; then
33082   echo $ECHO_N "(cached) $ECHO_C" >&6
33083 else
33084   cat >conftest.$ac_ext <<_ACEOF
33085 /* confdefs.h.  */
33086 _ACEOF
33087 cat confdefs.h >>conftest.$ac_ext
33088 cat >>conftest.$ac_ext <<_ACEOF
33089 /* end confdefs.h.  */
33090
33091 int
33092 main ()
33093 {
33094 /* FIXME: Include the comments suggested by Paul. */
33095 #ifndef __cplusplus
33096   /* Ultrix mips cc rejects this.  */
33097   typedef int charset[2];
33098   const charset cs;
33099   /* SunOS 4.1.1 cc rejects this.  */
33100   char const *const *pcpcc;
33101   char **ppc;
33102   /* NEC SVR4.0.2 mips cc rejects this.  */
33103   struct point {int x, y;};
33104   static struct point const zero = {0,0};
33105   /* AIX XL C 1.02.0.0 rejects this.
33106      It does not let you subtract one const X* pointer from another in
33107      an arm of an if-expression whose if-part is not a constant
33108      expression */
33109   const char *g = "string";
33110   pcpcc = &g + (g ? g-g : 0);
33111   /* HPUX 7.0 cc rejects these. */
33112   ++pcpcc;
33113   ppc = (char**) pcpcc;
33114   pcpcc = (char const *const *) ppc;
33115   { /* SCO 3.2v4 cc rejects this.  */
33116     char *t;
33117     char const *s = 0 ? (char *) 0 : (char const *) 0;
33118
33119     *t++ = 0;
33120     if (s) return 0;
33121   }
33122   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
33123     int x[] = {25, 17};
33124     const int *foo = &x[0];
33125     ++foo;
33126   }
33127   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
33128     typedef const int *iptr;
33129     iptr p = 0;
33130     ++p;
33131   }
33132   { /* AIX XL C 1.02.0.0 rejects this saying
33133        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
33134     struct s { int j; const int *ap[3]; };
33135     struct s *b; b->j = 5;
33136   }
33137   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
33138     const int foo = 10;
33139     if (!foo) return 0;
33140   }
33141   return !cs[0] && !zero.x;
33142 #endif
33143
33144   ;
33145   return 0;
33146 }
33147 _ACEOF
33148 rm -f conftest.$ac_objext
33149 if { (ac_try="$ac_compile"
33150 case "(($ac_try" in
33151   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33152   *) ac_try_echo=$ac_try;;
33153 esac
33154 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33155   (eval "$ac_compile") 2>conftest.er1
33156   ac_status=$?
33157   grep -v '^ *+' conftest.er1 >conftest.err
33158   rm -f conftest.er1
33159   cat conftest.err >&5
33160   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33161   (exit $ac_status); } && {
33162          test -z "$ac_c_werror_flag" ||
33163          test ! -s conftest.err
33164        } && test -s conftest.$ac_objext; then
33165   ac_cv_c_const=yes
33166 else
33167   echo "$as_me: failed program was:" >&5
33168 sed 's/^/| /' conftest.$ac_ext >&5
33169
33170         ac_cv_c_const=no
33171 fi
33172
33173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33174 fi
33175 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
33176 echo "${ECHO_T}$ac_cv_c_const" >&6; }
33177 if test $ac_cv_c_const = no; then
33178
33179 cat >>confdefs.h <<\_ACEOF
33180 #define const
33181 _ACEOF
33182
33183 fi
33184
33185
33186 { echo "$as_me:$LINENO: checking how to get filesystem type" >&5
33187 echo $ECHO_N "checking how to get filesystem type... $ECHO_C" >&6; }
33188 fstype=no
33189 # The order of these tests is important.
33190 cat >conftest.$ac_ext <<_ACEOF
33191 /* confdefs.h.  */
33192 _ACEOF
33193 cat confdefs.h >>conftest.$ac_ext
33194 cat >>conftest.$ac_ext <<_ACEOF
33195 /* end confdefs.h.  */
33196
33197        #include <sys/statvfs.h>
33198        #include <sys/fstyp.h>
33199
33200 _ACEOF
33201 if { (ac_try="$ac_cpp conftest.$ac_ext"
33202 case "(($ac_try" in
33203   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33204   *) ac_try_echo=$ac_try;;
33205 esac
33206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33207   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
33208   ac_status=$?
33209   grep -v '^ *+' conftest.er1 >conftest.err
33210   rm -f conftest.er1
33211   cat conftest.err >&5
33212   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33213   (exit $ac_status); } >/dev/null && {
33214          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
33215          test ! -s conftest.err
33216        }; then
33217   cat >>confdefs.h <<\_ACEOF
33218 #define FSTYPE_STATVFS 1
33219 _ACEOF
33220  fstype=SVR4
33221
33222 else
33223   echo "$as_me: failed program was:" >&5
33224 sed 's/^/| /' conftest.$ac_ext >&5
33225
33226
33227 fi
33228
33229 rm -f conftest.err conftest.$ac_ext
33230 if test $fstype = no; then
33231    cat >conftest.$ac_ext <<_ACEOF
33232 /* confdefs.h.  */
33233 _ACEOF
33234 cat confdefs.h >>conftest.$ac_ext
33235 cat >>conftest.$ac_ext <<_ACEOF
33236 /* end confdefs.h.  */
33237
33238           #include <sys/statfs.h>
33239           #include <sys/fstyp.h>
33240
33241 _ACEOF
33242 if { (ac_try="$ac_cpp conftest.$ac_ext"
33243 case "(($ac_try" in
33244   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33245   *) ac_try_echo=$ac_try;;
33246 esac
33247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33248   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
33249   ac_status=$?
33250   grep -v '^ *+' conftest.er1 >conftest.err
33251   rm -f conftest.er1
33252   cat conftest.err >&5
33253   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33254   (exit $ac_status); } >/dev/null && {
33255          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
33256          test ! -s conftest.err
33257        }; then
33258   cat >>confdefs.h <<\_ACEOF
33259 #define FSTYPE_USG_STATFS 1
33260 _ACEOF
33261  fstype=SVR3
33262
33263 else
33264   echo "$as_me: failed program was:" >&5
33265 sed 's/^/| /' conftest.$ac_ext >&5
33266
33267
33268 fi
33269
33270 rm -f conftest.err conftest.$ac_ext
33271 fi
33272 if test $fstype = no; then
33273    cat >conftest.$ac_ext <<_ACEOF
33274 /* confdefs.h.  */
33275 _ACEOF
33276 cat confdefs.h >>conftest.$ac_ext
33277 cat >>conftest.$ac_ext <<_ACEOF
33278 /* end confdefs.h.  */
33279
33280           #include <sys/statfs.h>
33281           #include <sys/vmount.h>
33282
33283 _ACEOF
33284 if { (ac_try="$ac_cpp conftest.$ac_ext"
33285 case "(($ac_try" in
33286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33287   *) ac_try_echo=$ac_try;;
33288 esac
33289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33290   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
33291   ac_status=$?
33292   grep -v '^ *+' conftest.er1 >conftest.err
33293   rm -f conftest.er1
33294   cat conftest.err >&5
33295   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33296   (exit $ac_status); } >/dev/null && {
33297          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
33298          test ! -s conftest.err
33299        }; then
33300   cat >>confdefs.h <<\_ACEOF
33301 #define FSTYPE_AIX_STATFS 1
33302 _ACEOF
33303  fstype=AIX
33304
33305 else
33306   echo "$as_me: failed program was:" >&5
33307 sed 's/^/| /' conftest.$ac_ext >&5
33308
33309
33310 fi
33311
33312 rm -f conftest.err conftest.$ac_ext
33313 fi
33314 if test $fstype = no; then
33315    cat >conftest.$ac_ext <<_ACEOF
33316 /* confdefs.h.  */
33317 _ACEOF
33318 cat confdefs.h >>conftest.$ac_ext
33319 cat >>conftest.$ac_ext <<_ACEOF
33320 /* end confdefs.h.  */
33321
33322           #include <mntent.h>
33323
33324 _ACEOF
33325 if { (ac_try="$ac_cpp conftest.$ac_ext"
33326 case "(($ac_try" in
33327   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33328   *) ac_try_echo=$ac_try;;
33329 esac
33330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33331   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
33332   ac_status=$?
33333   grep -v '^ *+' conftest.er1 >conftest.err
33334   rm -f conftest.er1
33335   cat conftest.err >&5
33336   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33337   (exit $ac_status); } >/dev/null && {
33338          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
33339          test ! -s conftest.err
33340        }; then
33341   cat >>confdefs.h <<\_ACEOF
33342 #define FSTYPE_MNTENT 1
33343 _ACEOF
33344  fstype=4.3BSD
33345
33346 else
33347   echo "$as_me: failed program was:" >&5
33348 sed 's/^/| /' conftest.$ac_ext >&5
33349
33350
33351 fi
33352
33353 rm -f conftest.err conftest.$ac_ext
33354 fi
33355 if test $fstype = no; then
33356    cat >conftest.$ac_ext <<_ACEOF
33357 /* confdefs.h.  */
33358 _ACEOF
33359 cat confdefs.h >>conftest.$ac_ext
33360 cat >>conftest.$ac_ext <<_ACEOF
33361 /* end confdefs.h.  */
33362 #include <sys/mount.h>
33363
33364 _ACEOF
33365 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
33366   $EGREP "f_type;" >/dev/null 2>&1; then
33367   cat >>confdefs.h <<\_ACEOF
33368 #define FSTYPE_STATFS 1
33369 _ACEOF
33370  fstype=4.4BSD/OSF1
33371 fi
33372 rm -f conftest*
33373
33374 fi
33375 if test $fstype = no; then
33376    cat >conftest.$ac_ext <<_ACEOF
33377 /* confdefs.h.  */
33378 _ACEOF
33379 cat confdefs.h >>conftest.$ac_ext
33380 cat >>conftest.$ac_ext <<_ACEOF
33381 /* end confdefs.h.  */
33382
33383           #include <sys/mount.h>
33384           #include <sys/fs_types.h>
33385
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   cat >>confdefs.h <<\_ACEOF
33404 #define FSTYPE_GETMNT 1
33405 _ACEOF
33406  fstype=Ultrix
33407
33408 else
33409   echo "$as_me: failed program was:" >&5
33410 sed 's/^/| /' conftest.$ac_ext >&5
33411
33412
33413 fi
33414
33415 rm -f conftest.err conftest.$ac_ext
33416 fi
33417 { echo "$as_me:$LINENO: result: $fstype" >&5
33418 echo "${ECHO_T}$fstype" >&6; }
33419
33420 if test "${ac_cv_header_sys_statvfs_h+set}" = set; then
33421   { echo "$as_me:$LINENO: checking for sys/statvfs.h" >&5
33422 echo $ECHO_N "checking for sys/statvfs.h... $ECHO_C" >&6; }
33423 if test "${ac_cv_header_sys_statvfs_h+set}" = set; then
33424   echo $ECHO_N "(cached) $ECHO_C" >&6
33425 fi
33426 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_statvfs_h" >&5
33427 echo "${ECHO_T}$ac_cv_header_sys_statvfs_h" >&6; }
33428 else
33429   # Is the header compilable?
33430 { echo "$as_me:$LINENO: checking sys/statvfs.h usability" >&5
33431 echo $ECHO_N "checking sys/statvfs.h usability... $ECHO_C" >&6; }
33432 cat >conftest.$ac_ext <<_ACEOF
33433 /* confdefs.h.  */
33434 _ACEOF
33435 cat confdefs.h >>conftest.$ac_ext
33436 cat >>conftest.$ac_ext <<_ACEOF
33437 /* end confdefs.h.  */
33438 $ac_includes_default
33439 #include <sys/statvfs.h>
33440 _ACEOF
33441 rm -f conftest.$ac_objext
33442 if { (ac_try="$ac_compile"
33443 case "(($ac_try" in
33444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33445   *) ac_try_echo=$ac_try;;
33446 esac
33447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33448   (eval "$ac_compile") 2>conftest.er1
33449   ac_status=$?
33450   grep -v '^ *+' conftest.er1 >conftest.err
33451   rm -f conftest.er1
33452   cat conftest.err >&5
33453   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33454   (exit $ac_status); } && {
33455          test -z "$ac_c_werror_flag" ||
33456          test ! -s conftest.err
33457        } && test -s conftest.$ac_objext; then
33458   ac_header_compiler=yes
33459 else
33460   echo "$as_me: failed program was:" >&5
33461 sed 's/^/| /' conftest.$ac_ext >&5
33462
33463         ac_header_compiler=no
33464 fi
33465
33466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33467 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
33468 echo "${ECHO_T}$ac_header_compiler" >&6; }
33469
33470 # Is the header present?
33471 { echo "$as_me:$LINENO: checking sys/statvfs.h presence" >&5
33472 echo $ECHO_N "checking sys/statvfs.h presence... $ECHO_C" >&6; }
33473 cat >conftest.$ac_ext <<_ACEOF
33474 /* confdefs.h.  */
33475 _ACEOF
33476 cat confdefs.h >>conftest.$ac_ext
33477 cat >>conftest.$ac_ext <<_ACEOF
33478 /* end confdefs.h.  */
33479 #include <sys/statvfs.h>
33480 _ACEOF
33481 if { (ac_try="$ac_cpp conftest.$ac_ext"
33482 case "(($ac_try" in
33483   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33484   *) ac_try_echo=$ac_try;;
33485 esac
33486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33487   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
33488   ac_status=$?
33489   grep -v '^ *+' conftest.er1 >conftest.err
33490   rm -f conftest.er1
33491   cat conftest.err >&5
33492   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33493   (exit $ac_status); } >/dev/null && {
33494          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
33495          test ! -s conftest.err
33496        }; then
33497   ac_header_preproc=yes
33498 else
33499   echo "$as_me: failed program was:" >&5
33500 sed 's/^/| /' conftest.$ac_ext >&5
33501
33502   ac_header_preproc=no
33503 fi
33504
33505 rm -f conftest.err conftest.$ac_ext
33506 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
33507 echo "${ECHO_T}$ac_header_preproc" >&6; }
33508
33509 # So?  What about this header?
33510 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
33511   yes:no: )
33512     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: accepted by the compiler, rejected by the preprocessor!" >&5
33513 echo "$as_me: WARNING: sys/statvfs.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
33514     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: proceeding with the compiler's result" >&5
33515 echo "$as_me: WARNING: sys/statvfs.h: proceeding with the compiler's result" >&2;}
33516     ac_header_preproc=yes
33517     ;;
33518   no:yes:* )
33519     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: present but cannot be compiled" >&5
33520 echo "$as_me: WARNING: sys/statvfs.h: present but cannot be compiled" >&2;}
33521     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h:     check for missing prerequisite headers?" >&5
33522 echo "$as_me: WARNING: sys/statvfs.h:     check for missing prerequisite headers?" >&2;}
33523     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: see the Autoconf documentation" >&5
33524 echo "$as_me: WARNING: sys/statvfs.h: see the Autoconf documentation" >&2;}
33525     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h:     section \"Present But Cannot Be Compiled\"" >&5
33526 echo "$as_me: WARNING: sys/statvfs.h:     section \"Present But Cannot Be Compiled\"" >&2;}
33527     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: proceeding with the preprocessor's result" >&5
33528 echo "$as_me: WARNING: sys/statvfs.h: proceeding with the preprocessor's result" >&2;}
33529     { echo "$as_me:$LINENO: WARNING: sys/statvfs.h: in the future, the compiler will take precedence" >&5
33530 echo "$as_me: WARNING: sys/statvfs.h: in the future, the compiler will take precedence" >&2;}
33531
33532     ;;
33533 esac
33534 { echo "$as_me:$LINENO: checking for sys/statvfs.h" >&5
33535 echo $ECHO_N "checking for sys/statvfs.h... $ECHO_C" >&6; }
33536 if test "${ac_cv_header_sys_statvfs_h+set}" = set; then
33537   echo $ECHO_N "(cached) $ECHO_C" >&6
33538 else
33539   ac_cv_header_sys_statvfs_h=$ac_header_preproc
33540 fi
33541 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_statvfs_h" >&5
33542 echo "${ECHO_T}$ac_cv_header_sys_statvfs_h" >&6; }
33543
33544 fi
33545 if test $ac_cv_header_sys_statvfs_h = yes; then
33546
33547 cat >>confdefs.h <<\_ACEOF
33548 #define HAVE_SYS_STATVFS_H 1
33549 _ACEOF
33550
33551 fi
33552
33553
33554
33555 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5
33556 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; }
33557 if test "${ac_cv_type_signal+set}" = set; then
33558   echo $ECHO_N "(cached) $ECHO_C" >&6
33559 else
33560   cat >conftest.$ac_ext <<_ACEOF
33561 /* confdefs.h.  */
33562 _ACEOF
33563 cat confdefs.h >>conftest.$ac_ext
33564 cat >>conftest.$ac_ext <<_ACEOF
33565 /* end confdefs.h.  */
33566 #include <sys/types.h>
33567 #include <signal.h>
33568
33569 int
33570 main ()
33571 {
33572 return *(signal (0, 0)) (0) == 1;
33573   ;
33574   return 0;
33575 }
33576 _ACEOF
33577 rm -f conftest.$ac_objext
33578 if { (ac_try="$ac_compile"
33579 case "(($ac_try" in
33580   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33581   *) ac_try_echo=$ac_try;;
33582 esac
33583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33584   (eval "$ac_compile") 2>conftest.er1
33585   ac_status=$?
33586   grep -v '^ *+' conftest.er1 >conftest.err
33587   rm -f conftest.er1
33588   cat conftest.err >&5
33589   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33590   (exit $ac_status); } && {
33591          test -z "$ac_c_werror_flag" ||
33592          test ! -s conftest.err
33593        } && test -s conftest.$ac_objext; then
33594   ac_cv_type_signal=int
33595 else
33596   echo "$as_me: failed program was:" >&5
33597 sed 's/^/| /' conftest.$ac_ext >&5
33598
33599         ac_cv_type_signal=void
33600 fi
33601
33602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33603 fi
33604 { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
33605 echo "${ECHO_T}$ac_cv_type_signal" >&6; }
33606
33607 cat >>confdefs.h <<_ACEOF
33608 #define RETSIGTYPE $ac_cv_type_signal
33609 _ACEOF
33610
33611
33612
33613   { echo "$as_me:$LINENO: checking for type of signal functions" >&5
33614 echo $ECHO_N "checking for type of signal functions... $ECHO_C" >&6; }
33615   if test "${bash_cv_signal_vintage+set}" = set; then
33616   echo $ECHO_N "(cached) $ECHO_C" >&6
33617 else
33618
33619     cat >conftest.$ac_ext <<_ACEOF
33620 /* confdefs.h.  */
33621 _ACEOF
33622 cat confdefs.h >>conftest.$ac_ext
33623 cat >>conftest.$ac_ext <<_ACEOF
33624 /* end confdefs.h.  */
33625 #include <signal.h>
33626 int
33627 main ()
33628 {
33629
33630       sigset_t ss;
33631       struct sigaction sa;
33632       sigemptyset(&ss); sigsuspend(&ss);
33633       sigaction(SIGINT, &sa, (struct sigaction *) 0);
33634       sigprocmask(SIG_BLOCK, &ss, (sigset_t *) 0);
33635
33636   ;
33637   return 0;
33638 }
33639 _ACEOF
33640 rm -f conftest.$ac_objext conftest$ac_exeext
33641 if { (ac_try="$ac_link"
33642 case "(($ac_try" in
33643   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33644   *) ac_try_echo=$ac_try;;
33645 esac
33646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33647   (eval "$ac_link") 2>conftest.er1
33648   ac_status=$?
33649   grep -v '^ *+' conftest.er1 >conftest.err
33650   rm -f conftest.er1
33651   cat conftest.err >&5
33652   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33653   (exit $ac_status); } && {
33654          test -z "$ac_c_werror_flag" ||
33655          test ! -s conftest.err
33656        } && test -s conftest$ac_exeext &&
33657        $as_test_x conftest$ac_exeext; then
33658   bash_cv_signal_vintage="posix"
33659 else
33660   echo "$as_me: failed program was:" >&5
33661 sed 's/^/| /' conftest.$ac_ext >&5
33662
33663
33664       cat >conftest.$ac_ext <<_ACEOF
33665 /* confdefs.h.  */
33666 _ACEOF
33667 cat confdefs.h >>conftest.$ac_ext
33668 cat >>conftest.$ac_ext <<_ACEOF
33669 /* end confdefs.h.  */
33670 #include <signal.h>
33671 int
33672 main ()
33673 {
33674
33675           int mask = sigmask(SIGINT);
33676           sigsetmask(mask); sigblock(mask); sigpause(mask);
33677
33678   ;
33679   return 0;
33680 }
33681 _ACEOF
33682 rm -f conftest.$ac_objext conftest$ac_exeext
33683 if { (ac_try="$ac_link"
33684 case "(($ac_try" in
33685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33686   *) ac_try_echo=$ac_try;;
33687 esac
33688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33689   (eval "$ac_link") 2>conftest.er1
33690   ac_status=$?
33691   grep -v '^ *+' conftest.er1 >conftest.err
33692   rm -f conftest.er1
33693   cat conftest.err >&5
33694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33695   (exit $ac_status); } && {
33696          test -z "$ac_c_werror_flag" ||
33697          test ! -s conftest.err
33698        } && test -s conftest$ac_exeext &&
33699        $as_test_x conftest$ac_exeext; then
33700   bash_cv_signal_vintage="4.2bsd"
33701 else
33702   echo "$as_me: failed program was:" >&5
33703 sed 's/^/| /' conftest.$ac_ext >&5
33704
33705
33706         cat >conftest.$ac_ext <<_ACEOF
33707 /* confdefs.h.  */
33708 _ACEOF
33709 cat confdefs.h >>conftest.$ac_ext
33710 cat >>conftest.$ac_ext <<_ACEOF
33711 /* end confdefs.h.  */
33712
33713           #include <signal.h>
33714           RETSIGTYPE foo() { }
33715 int
33716 main ()
33717 {
33718
33719                   int mask = sigmask(SIGINT);
33720                   sigset(SIGINT, foo); sigrelse(SIGINT);
33721                   sighold(SIGINT); sigpause(SIGINT);
33722
33723   ;
33724   return 0;
33725 }
33726 _ACEOF
33727 rm -f conftest.$ac_objext conftest$ac_exeext
33728 if { (ac_try="$ac_link"
33729 case "(($ac_try" in
33730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33731   *) ac_try_echo=$ac_try;;
33732 esac
33733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33734   (eval "$ac_link") 2>conftest.er1
33735   ac_status=$?
33736   grep -v '^ *+' conftest.er1 >conftest.err
33737   rm -f conftest.er1
33738   cat conftest.err >&5
33739   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33740   (exit $ac_status); } && {
33741          test -z "$ac_c_werror_flag" ||
33742          test ! -s conftest.err
33743        } && test -s conftest$ac_exeext &&
33744        $as_test_x conftest$ac_exeext; then
33745   bash_cv_signal_vintage="svr3"
33746 else
33747   echo "$as_me: failed program was:" >&5
33748 sed 's/^/| /' conftest.$ac_ext >&5
33749
33750         bash_cv_signal_vintage="v7"
33751
33752 fi
33753
33754 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33755       conftest$ac_exeext conftest.$ac_ext
33756
33757 fi
33758
33759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33760       conftest$ac_exeext conftest.$ac_ext
33761
33762 fi
33763
33764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33765       conftest$ac_exeext conftest.$ac_ext
33766
33767 fi
33768
33769   { echo "$as_me:$LINENO: result: $bash_cv_signal_vintage" >&5
33770 echo "${ECHO_T}$bash_cv_signal_vintage" >&6; }
33771   if test "$bash_cv_signal_vintage" = "posix"; then
33772     cat >>confdefs.h <<\_ACEOF
33773 #define HAVE_POSIX_SIGNALS 1
33774 _ACEOF
33775
33776   elif test "$bash_cv_signal_vintage" = "4.2bsd"; then
33777     cat >>confdefs.h <<\_ACEOF
33778 #define HAVE_BSD_SIGNALS 1
33779 _ACEOF
33780
33781   elif test "$bash_cv_signal_vintage" = "svr3"; then
33782     cat >>confdefs.h <<\_ACEOF
33783 #define HAVE_USG_SIGHOLD 1
33784 _ACEOF
33785
33786   fi
33787
33788 { echo "$as_me:$LINENO: checking for mode_t" >&5
33789 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
33790 if test "${ac_cv_type_mode_t+set}" = set; then
33791   echo $ECHO_N "(cached) $ECHO_C" >&6
33792 else
33793   cat >conftest.$ac_ext <<_ACEOF
33794 /* confdefs.h.  */
33795 _ACEOF
33796 cat confdefs.h >>conftest.$ac_ext
33797 cat >>conftest.$ac_ext <<_ACEOF
33798 /* end confdefs.h.  */
33799 $ac_includes_default
33800 typedef mode_t ac__type_new_;
33801 int
33802 main ()
33803 {
33804 if ((ac__type_new_ *) 0)
33805   return 0;
33806 if (sizeof (ac__type_new_))
33807   return 0;
33808   ;
33809   return 0;
33810 }
33811 _ACEOF
33812 rm -f conftest.$ac_objext
33813 if { (ac_try="$ac_compile"
33814 case "(($ac_try" in
33815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33816   *) ac_try_echo=$ac_try;;
33817 esac
33818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33819   (eval "$ac_compile") 2>conftest.er1
33820   ac_status=$?
33821   grep -v '^ *+' conftest.er1 >conftest.err
33822   rm -f conftest.er1
33823   cat conftest.err >&5
33824   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33825   (exit $ac_status); } && {
33826          test -z "$ac_c_werror_flag" ||
33827          test ! -s conftest.err
33828        } && test -s conftest.$ac_objext; then
33829   ac_cv_type_mode_t=yes
33830 else
33831   echo "$as_me: failed program was:" >&5
33832 sed 's/^/| /' conftest.$ac_ext >&5
33833
33834         ac_cv_type_mode_t=no
33835 fi
33836
33837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33838 fi
33839 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
33840 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
33841 if test $ac_cv_type_mode_t = yes; then
33842   :
33843 else
33844
33845 cat >>confdefs.h <<_ACEOF
33846 #define mode_t int
33847 _ACEOF
33848
33849 fi
33850
33851 { echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
33852 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; }
33853 if test "${ac_cv_type_uid_t+set}" = set; then
33854   echo $ECHO_N "(cached) $ECHO_C" >&6
33855 else
33856   cat >conftest.$ac_ext <<_ACEOF
33857 /* confdefs.h.  */
33858 _ACEOF
33859 cat confdefs.h >>conftest.$ac_ext
33860 cat >>conftest.$ac_ext <<_ACEOF
33861 /* end confdefs.h.  */
33862 #include <sys/types.h>
33863
33864 _ACEOF
33865 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
33866   $EGREP "uid_t" >/dev/null 2>&1; then
33867   ac_cv_type_uid_t=yes
33868 else
33869   ac_cv_type_uid_t=no
33870 fi
33871 rm -f conftest*
33872
33873 fi
33874 { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
33875 echo "${ECHO_T}$ac_cv_type_uid_t" >&6; }
33876 if test $ac_cv_type_uid_t = no; then
33877
33878 cat >>confdefs.h <<\_ACEOF
33879 #define uid_t int
33880 _ACEOF
33881
33882
33883 cat >>confdefs.h <<\_ACEOF
33884 #define gid_t int
33885 _ACEOF
33886
33887 fi
33888
33889 { echo "$as_me:$LINENO: checking for size_t" >&5
33890 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
33891 if test "${ac_cv_type_size_t+set}" = set; then
33892   echo $ECHO_N "(cached) $ECHO_C" >&6
33893 else
33894   cat >conftest.$ac_ext <<_ACEOF
33895 /* confdefs.h.  */
33896 _ACEOF
33897 cat confdefs.h >>conftest.$ac_ext
33898 cat >>conftest.$ac_ext <<_ACEOF
33899 /* end confdefs.h.  */
33900 $ac_includes_default
33901 typedef size_t ac__type_new_;
33902 int
33903 main ()
33904 {
33905 if ((ac__type_new_ *) 0)
33906   return 0;
33907 if (sizeof (ac__type_new_))
33908   return 0;
33909   ;
33910   return 0;
33911 }
33912 _ACEOF
33913 rm -f conftest.$ac_objext
33914 if { (ac_try="$ac_compile"
33915 case "(($ac_try" in
33916   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33917   *) ac_try_echo=$ac_try;;
33918 esac
33919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33920   (eval "$ac_compile") 2>conftest.er1
33921   ac_status=$?
33922   grep -v '^ *+' conftest.er1 >conftest.err
33923   rm -f conftest.er1
33924   cat conftest.err >&5
33925   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33926   (exit $ac_status); } && {
33927          test -z "$ac_c_werror_flag" ||
33928          test ! -s conftest.err
33929        } && test -s conftest.$ac_objext; then
33930   ac_cv_type_size_t=yes
33931 else
33932   echo "$as_me: failed program was:" >&5
33933 sed 's/^/| /' conftest.$ac_ext >&5
33934
33935         ac_cv_type_size_t=no
33936 fi
33937
33938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33939 fi
33940 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
33941 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
33942 if test $ac_cv_type_size_t = yes; then
33943   :
33944 else
33945
33946 cat >>confdefs.h <<_ACEOF
33947 #define size_t unsigned int
33948 _ACEOF
33949
33950 fi
33951
33952 { echo "$as_me:$LINENO: checking for pid_t" >&5
33953 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
33954 if test "${ac_cv_type_pid_t+set}" = set; then
33955   echo $ECHO_N "(cached) $ECHO_C" >&6
33956 else
33957   cat >conftest.$ac_ext <<_ACEOF
33958 /* confdefs.h.  */
33959 _ACEOF
33960 cat confdefs.h >>conftest.$ac_ext
33961 cat >>conftest.$ac_ext <<_ACEOF
33962 /* end confdefs.h.  */
33963 $ac_includes_default
33964 typedef pid_t ac__type_new_;
33965 int
33966 main ()
33967 {
33968 if ((ac__type_new_ *) 0)
33969   return 0;
33970 if (sizeof (ac__type_new_))
33971   return 0;
33972   ;
33973   return 0;
33974 }
33975 _ACEOF
33976 rm -f conftest.$ac_objext
33977 if { (ac_try="$ac_compile"
33978 case "(($ac_try" in
33979   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33980   *) ac_try_echo=$ac_try;;
33981 esac
33982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33983   (eval "$ac_compile") 2>conftest.er1
33984   ac_status=$?
33985   grep -v '^ *+' conftest.er1 >conftest.err
33986   rm -f conftest.er1
33987   cat conftest.err >&5
33988   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33989   (exit $ac_status); } && {
33990          test -z "$ac_c_werror_flag" ||
33991          test ! -s conftest.err
33992        } && test -s conftest.$ac_objext; then
33993   ac_cv_type_pid_t=yes
33994 else
33995   echo "$as_me: failed program was:" >&5
33996 sed 's/^/| /' conftest.$ac_ext >&5
33997
33998         ac_cv_type_pid_t=no
33999 fi
34000
34001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34002 fi
34003 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
34004 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
34005 if test $ac_cv_type_pid_t = yes; then
34006   :
34007 else
34008
34009 cat >>confdefs.h <<_ACEOF
34010 #define pid_t int
34011 _ACEOF
34012
34013 fi
34014
34015 { echo "$as_me:$LINENO: checking for off_t" >&5
34016 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
34017 if test "${ac_cv_type_off_t+set}" = set; then
34018   echo $ECHO_N "(cached) $ECHO_C" >&6
34019 else
34020   cat >conftest.$ac_ext <<_ACEOF
34021 /* confdefs.h.  */
34022 _ACEOF
34023 cat confdefs.h >>conftest.$ac_ext
34024 cat >>conftest.$ac_ext <<_ACEOF
34025 /* end confdefs.h.  */
34026 $ac_includes_default
34027 typedef off_t ac__type_new_;
34028 int
34029 main ()
34030 {
34031 if ((ac__type_new_ *) 0)
34032   return 0;
34033 if (sizeof (ac__type_new_))
34034   return 0;
34035   ;
34036   return 0;
34037 }
34038 _ACEOF
34039 rm -f conftest.$ac_objext
34040 if { (ac_try="$ac_compile"
34041 case "(($ac_try" in
34042   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34043   *) ac_try_echo=$ac_try;;
34044 esac
34045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34046   (eval "$ac_compile") 2>conftest.er1
34047   ac_status=$?
34048   grep -v '^ *+' conftest.er1 >conftest.err
34049   rm -f conftest.er1
34050   cat conftest.err >&5
34051   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34052   (exit $ac_status); } && {
34053          test -z "$ac_c_werror_flag" ||
34054          test ! -s conftest.err
34055        } && test -s conftest.$ac_objext; then
34056   ac_cv_type_off_t=yes
34057 else
34058   echo "$as_me: failed program was:" >&5
34059 sed 's/^/| /' conftest.$ac_ext >&5
34060
34061         ac_cv_type_off_t=no
34062 fi
34063
34064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34065 fi
34066 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
34067 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
34068 if test $ac_cv_type_off_t = yes; then
34069   :
34070 else
34071
34072 cat >>confdefs.h <<_ACEOF
34073 #define off_t long int
34074 _ACEOF
34075
34076 fi
34077
34078
34079   { echo "$as_me:$LINENO: checking for intptr_t" >&5
34080 echo $ECHO_N "checking for intptr_t... $ECHO_C" >&6; }
34081 if test "${ac_cv_type_intptr_t+set}" = set; then
34082   echo $ECHO_N "(cached) $ECHO_C" >&6
34083 else
34084   cat >conftest.$ac_ext <<_ACEOF
34085 /* confdefs.h.  */
34086 _ACEOF
34087 cat confdefs.h >>conftest.$ac_ext
34088 cat >>conftest.$ac_ext <<_ACEOF
34089 /* end confdefs.h.  */
34090 $ac_includes_default
34091 typedef intptr_t ac__type_new_;
34092 int
34093 main ()
34094 {
34095 if ((ac__type_new_ *) 0)
34096   return 0;
34097 if (sizeof (ac__type_new_))
34098   return 0;
34099   ;
34100   return 0;
34101 }
34102 _ACEOF
34103 rm -f conftest.$ac_objext
34104 if { (ac_try="$ac_compile"
34105 case "(($ac_try" in
34106   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34107   *) ac_try_echo=$ac_try;;
34108 esac
34109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34110   (eval "$ac_compile") 2>conftest.er1
34111   ac_status=$?
34112   grep -v '^ *+' conftest.er1 >conftest.err
34113   rm -f conftest.er1
34114   cat conftest.err >&5
34115   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34116   (exit $ac_status); } && {
34117          test -z "$ac_c_werror_flag" ||
34118          test ! -s conftest.err
34119        } && test -s conftest.$ac_objext; then
34120   ac_cv_type_intptr_t=yes
34121 else
34122   echo "$as_me: failed program was:" >&5
34123 sed 's/^/| /' conftest.$ac_ext >&5
34124
34125         ac_cv_type_intptr_t=no
34126 fi
34127
34128 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34129 fi
34130 { echo "$as_me:$LINENO: result: $ac_cv_type_intptr_t" >&5
34131 echo "${ECHO_T}$ac_cv_type_intptr_t" >&6; }
34132 if test $ac_cv_type_intptr_t = yes; then
34133
34134 cat >>confdefs.h <<\_ACEOF
34135 #define HAVE_INTPTR_T 1
34136 _ACEOF
34137
34138 else
34139   for ac_type in 'int' 'long int' 'long long int'; do
34140        cat >conftest.$ac_ext <<_ACEOF
34141 /* confdefs.h.  */
34142 _ACEOF
34143 cat confdefs.h >>conftest.$ac_ext
34144 cat >>conftest.$ac_ext <<_ACEOF
34145 /* end confdefs.h.  */
34146 $ac_includes_default
34147 int
34148 main ()
34149 {
34150 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
34151 test_array [0] = 0
34152
34153   ;
34154   return 0;
34155 }
34156 _ACEOF
34157 rm -f conftest.$ac_objext
34158 if { (ac_try="$ac_compile"
34159 case "(($ac_try" in
34160   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34161   *) ac_try_echo=$ac_try;;
34162 esac
34163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34164   (eval "$ac_compile") 2>conftest.er1
34165   ac_status=$?
34166   grep -v '^ *+' conftest.er1 >conftest.err
34167   rm -f conftest.er1
34168   cat conftest.err >&5
34169   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34170   (exit $ac_status); } && {
34171          test -z "$ac_c_werror_flag" ||
34172          test ! -s conftest.err
34173        } && test -s conftest.$ac_objext; then
34174
34175 cat >>confdefs.h <<_ACEOF
34176 #define intptr_t $ac_type
34177 _ACEOF
34178
34179           ac_type=
34180 else
34181   echo "$as_me: failed program was:" >&5
34182 sed 's/^/| /' conftest.$ac_ext >&5
34183
34184
34185 fi
34186
34187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34188        test -z "$ac_type" && break
34189      done
34190 fi
34191
34192
34193
34194   { echo "$as_me:$LINENO: checking for uintptr_t" >&5
34195 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6; }
34196 if test "${ac_cv_type_uintptr_t+set}" = set; then
34197   echo $ECHO_N "(cached) $ECHO_C" >&6
34198 else
34199   cat >conftest.$ac_ext <<_ACEOF
34200 /* confdefs.h.  */
34201 _ACEOF
34202 cat confdefs.h >>conftest.$ac_ext
34203 cat >>conftest.$ac_ext <<_ACEOF
34204 /* end confdefs.h.  */
34205 $ac_includes_default
34206 typedef uintptr_t ac__type_new_;
34207 int
34208 main ()
34209 {
34210 if ((ac__type_new_ *) 0)
34211   return 0;
34212 if (sizeof (ac__type_new_))
34213   return 0;
34214   ;
34215   return 0;
34216 }
34217 _ACEOF
34218 rm -f conftest.$ac_objext
34219 if { (ac_try="$ac_compile"
34220 case "(($ac_try" in
34221   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34222   *) ac_try_echo=$ac_try;;
34223 esac
34224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34225   (eval "$ac_compile") 2>conftest.er1
34226   ac_status=$?
34227   grep -v '^ *+' conftest.er1 >conftest.err
34228   rm -f conftest.er1
34229   cat conftest.err >&5
34230   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34231   (exit $ac_status); } && {
34232          test -z "$ac_c_werror_flag" ||
34233          test ! -s conftest.err
34234        } && test -s conftest.$ac_objext; then
34235   ac_cv_type_uintptr_t=yes
34236 else
34237   echo "$as_me: failed program was:" >&5
34238 sed 's/^/| /' conftest.$ac_ext >&5
34239
34240         ac_cv_type_uintptr_t=no
34241 fi
34242
34243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34244 fi
34245 { echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
34246 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6; }
34247 if test $ac_cv_type_uintptr_t = yes; then
34248
34249 cat >>confdefs.h <<\_ACEOF
34250 #define HAVE_UINTPTR_T 1
34251 _ACEOF
34252
34253 else
34254   for ac_type in 'unsigned int' 'unsigned long int' \
34255         'unsigned long long int'; do
34256        cat >conftest.$ac_ext <<_ACEOF
34257 /* confdefs.h.  */
34258 _ACEOF
34259 cat confdefs.h >>conftest.$ac_ext
34260 cat >>conftest.$ac_ext <<_ACEOF
34261 /* end confdefs.h.  */
34262 $ac_includes_default
34263 int
34264 main ()
34265 {
34266 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
34267 test_array [0] = 0
34268
34269   ;
34270   return 0;
34271 }
34272 _ACEOF
34273 rm -f conftest.$ac_objext
34274 if { (ac_try="$ac_compile"
34275 case "(($ac_try" in
34276   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34277   *) ac_try_echo=$ac_try;;
34278 esac
34279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34280   (eval "$ac_compile") 2>conftest.er1
34281   ac_status=$?
34282   grep -v '^ *+' conftest.er1 >conftest.err
34283   rm -f conftest.er1
34284   cat conftest.err >&5
34285   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34286   (exit $ac_status); } && {
34287          test -z "$ac_c_werror_flag" ||
34288          test ! -s conftest.err
34289        } && test -s conftest.$ac_objext; then
34290
34291 cat >>confdefs.h <<_ACEOF
34292 #define uintptr_t $ac_type
34293 _ACEOF
34294
34295           ac_type=
34296 else
34297   echo "$as_me: failed program was:" >&5
34298 sed 's/^/| /' conftest.$ac_ext >&5
34299
34300
34301 fi
34302
34303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34304        test -z "$ac_type" && break
34305      done
34306 fi
34307
34308
34309 { echo "$as_me:$LINENO: checking for ino_t" >&5
34310 echo $ECHO_N "checking for ino_t... $ECHO_C" >&6; }
34311 if test "${ac_cv_type_ino_t+set}" = set; then
34312   echo $ECHO_N "(cached) $ECHO_C" >&6
34313 else
34314   cat >conftest.$ac_ext <<_ACEOF
34315 /* confdefs.h.  */
34316 _ACEOF
34317 cat confdefs.h >>conftest.$ac_ext
34318 cat >>conftest.$ac_ext <<_ACEOF
34319 /* end confdefs.h.  */
34320 $ac_includes_default
34321 typedef ino_t ac__type_new_;
34322 int
34323 main ()
34324 {
34325 if ((ac__type_new_ *) 0)
34326   return 0;
34327 if (sizeof (ac__type_new_))
34328   return 0;
34329   ;
34330   return 0;
34331 }
34332 _ACEOF
34333 rm -f conftest.$ac_objext
34334 if { (ac_try="$ac_compile"
34335 case "(($ac_try" in
34336   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34337   *) ac_try_echo=$ac_try;;
34338 esac
34339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34340   (eval "$ac_compile") 2>conftest.er1
34341   ac_status=$?
34342   grep -v '^ *+' conftest.er1 >conftest.err
34343   rm -f conftest.er1
34344   cat conftest.err >&5
34345   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34346   (exit $ac_status); } && {
34347          test -z "$ac_c_werror_flag" ||
34348          test ! -s conftest.err
34349        } && test -s conftest.$ac_objext; then
34350   ac_cv_type_ino_t=yes
34351 else
34352   echo "$as_me: failed program was:" >&5
34353 sed 's/^/| /' conftest.$ac_ext >&5
34354
34355         ac_cv_type_ino_t=no
34356 fi
34357
34358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34359 fi
34360 { echo "$as_me:$LINENO: result: $ac_cv_type_ino_t" >&5
34361 echo "${ECHO_T}$ac_cv_type_ino_t" >&6; }
34362 if test $ac_cv_type_ino_t = yes; then
34363   :
34364 else
34365
34366 cat >>confdefs.h <<_ACEOF
34367 #define ino_t unsigned long
34368 _ACEOF
34369
34370 fi
34371
34372 { echo "$as_me:$LINENO: checking for dev_t" >&5
34373 echo $ECHO_N "checking for dev_t... $ECHO_C" >&6; }
34374 if test "${ac_cv_type_dev_t+set}" = set; then
34375   echo $ECHO_N "(cached) $ECHO_C" >&6
34376 else
34377   cat >conftest.$ac_ext <<_ACEOF
34378 /* confdefs.h.  */
34379 _ACEOF
34380 cat confdefs.h >>conftest.$ac_ext
34381 cat >>conftest.$ac_ext <<_ACEOF
34382 /* end confdefs.h.  */
34383 $ac_includes_default
34384 typedef dev_t ac__type_new_;
34385 int
34386 main ()
34387 {
34388 if ((ac__type_new_ *) 0)
34389   return 0;
34390 if (sizeof (ac__type_new_))
34391   return 0;
34392   ;
34393   return 0;
34394 }
34395 _ACEOF
34396 rm -f conftest.$ac_objext
34397 if { (ac_try="$ac_compile"
34398 case "(($ac_try" in
34399   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34400   *) ac_try_echo=$ac_try;;
34401 esac
34402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34403   (eval "$ac_compile") 2>conftest.er1
34404   ac_status=$?
34405   grep -v '^ *+' conftest.er1 >conftest.err
34406   rm -f conftest.er1
34407   cat conftest.err >&5
34408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34409   (exit $ac_status); } && {
34410          test -z "$ac_c_werror_flag" ||
34411          test ! -s conftest.err
34412        } && test -s conftest.$ac_objext; then
34413   ac_cv_type_dev_t=yes
34414 else
34415   echo "$as_me: failed program was:" >&5
34416 sed 's/^/| /' conftest.$ac_ext >&5
34417
34418         ac_cv_type_dev_t=no
34419 fi
34420
34421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34422 fi
34423 { echo "$as_me:$LINENO: result: $ac_cv_type_dev_t" >&5
34424 echo "${ECHO_T}$ac_cv_type_dev_t" >&6; }
34425 if test $ac_cv_type_dev_t = yes; then
34426   :
34427 else
34428
34429 cat >>confdefs.h <<_ACEOF
34430 #define dev_t unsigned long
34431 _ACEOF
34432
34433 fi
34434
34435 { echo "$as_me:$LINENO: checking for daddr_t" >&5
34436 echo $ECHO_N "checking for daddr_t... $ECHO_C" >&6; }
34437 if test "${ac_cv_type_daddr_t+set}" = set; then
34438   echo $ECHO_N "(cached) $ECHO_C" >&6
34439 else
34440   cat >conftest.$ac_ext <<_ACEOF
34441 /* confdefs.h.  */
34442 _ACEOF
34443 cat confdefs.h >>conftest.$ac_ext
34444 cat >>conftest.$ac_ext <<_ACEOF
34445 /* end confdefs.h.  */
34446 $ac_includes_default
34447 typedef daddr_t ac__type_new_;
34448 int
34449 main ()
34450 {
34451 if ((ac__type_new_ *) 0)
34452   return 0;
34453 if (sizeof (ac__type_new_))
34454   return 0;
34455   ;
34456   return 0;
34457 }
34458 _ACEOF
34459 rm -f conftest.$ac_objext
34460 if { (ac_try="$ac_compile"
34461 case "(($ac_try" in
34462   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34463   *) ac_try_echo=$ac_try;;
34464 esac
34465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34466   (eval "$ac_compile") 2>conftest.er1
34467   ac_status=$?
34468   grep -v '^ *+' conftest.er1 >conftest.err
34469   rm -f conftest.er1
34470   cat conftest.err >&5
34471   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34472   (exit $ac_status); } && {
34473          test -z "$ac_c_werror_flag" ||
34474          test ! -s conftest.err
34475        } && test -s conftest.$ac_objext; then
34476   ac_cv_type_daddr_t=yes
34477 else
34478   echo "$as_me: failed program was:" >&5
34479 sed 's/^/| /' conftest.$ac_ext >&5
34480
34481         ac_cv_type_daddr_t=no
34482 fi
34483
34484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34485 fi
34486 { echo "$as_me:$LINENO: result: $ac_cv_type_daddr_t" >&5
34487 echo "${ECHO_T}$ac_cv_type_daddr_t" >&6; }
34488 if test $ac_cv_type_daddr_t = yes; then
34489   :
34490 else
34491
34492 cat >>confdefs.h <<_ACEOF
34493 #define daddr_t long
34494 _ACEOF
34495
34496 fi
34497
34498 { echo "$as_me:$LINENO: checking for major_t" >&5
34499 echo $ECHO_N "checking for major_t... $ECHO_C" >&6; }
34500 if test "${ac_cv_type_major_t+set}" = set; then
34501   echo $ECHO_N "(cached) $ECHO_C" >&6
34502 else
34503   cat >conftest.$ac_ext <<_ACEOF
34504 /* confdefs.h.  */
34505 _ACEOF
34506 cat confdefs.h >>conftest.$ac_ext
34507 cat >>conftest.$ac_ext <<_ACEOF
34508 /* end confdefs.h.  */
34509 $ac_includes_default
34510 typedef major_t ac__type_new_;
34511 int
34512 main ()
34513 {
34514 if ((ac__type_new_ *) 0)
34515   return 0;
34516 if (sizeof (ac__type_new_))
34517   return 0;
34518   ;
34519   return 0;
34520 }
34521 _ACEOF
34522 rm -f conftest.$ac_objext
34523 if { (ac_try="$ac_compile"
34524 case "(($ac_try" in
34525   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34526   *) ac_try_echo=$ac_try;;
34527 esac
34528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34529   (eval "$ac_compile") 2>conftest.er1
34530   ac_status=$?
34531   grep -v '^ *+' conftest.er1 >conftest.err
34532   rm -f conftest.er1
34533   cat conftest.err >&5
34534   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34535   (exit $ac_status); } && {
34536          test -z "$ac_c_werror_flag" ||
34537          test ! -s conftest.err
34538        } && test -s conftest.$ac_objext; then
34539   ac_cv_type_major_t=yes
34540 else
34541   echo "$as_me: failed program was:" >&5
34542 sed 's/^/| /' conftest.$ac_ext >&5
34543
34544         ac_cv_type_major_t=no
34545 fi
34546
34547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34548 fi
34549 { echo "$as_me:$LINENO: result: $ac_cv_type_major_t" >&5
34550 echo "${ECHO_T}$ac_cv_type_major_t" >&6; }
34551 if test $ac_cv_type_major_t = yes; then
34552   :
34553 else
34554
34555 cat >>confdefs.h <<_ACEOF
34556 #define major_t int
34557 _ACEOF
34558
34559 fi
34560
34561 { echo "$as_me:$LINENO: checking for minor_t" >&5
34562 echo $ECHO_N "checking for minor_t... $ECHO_C" >&6; }
34563 if test "${ac_cv_type_minor_t+set}" = set; then
34564   echo $ECHO_N "(cached) $ECHO_C" >&6
34565 else
34566   cat >conftest.$ac_ext <<_ACEOF
34567 /* confdefs.h.  */
34568 _ACEOF
34569 cat confdefs.h >>conftest.$ac_ext
34570 cat >>conftest.$ac_ext <<_ACEOF
34571 /* end confdefs.h.  */
34572 $ac_includes_default
34573 typedef minor_t ac__type_new_;
34574 int
34575 main ()
34576 {
34577 if ((ac__type_new_ *) 0)
34578   return 0;
34579 if (sizeof (ac__type_new_))
34580   return 0;
34581   ;
34582   return 0;
34583 }
34584 _ACEOF
34585 rm -f conftest.$ac_objext
34586 if { (ac_try="$ac_compile"
34587 case "(($ac_try" in
34588   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34589   *) ac_try_echo=$ac_try;;
34590 esac
34591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34592   (eval "$ac_compile") 2>conftest.er1
34593   ac_status=$?
34594   grep -v '^ *+' conftest.er1 >conftest.err
34595   rm -f conftest.er1
34596   cat conftest.err >&5
34597   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34598   (exit $ac_status); } && {
34599          test -z "$ac_c_werror_flag" ||
34600          test ! -s conftest.err
34601        } && test -s conftest.$ac_objext; then
34602   ac_cv_type_minor_t=yes
34603 else
34604   echo "$as_me: failed program was:" >&5
34605 sed 's/^/| /' conftest.$ac_ext >&5
34606
34607         ac_cv_type_minor_t=no
34608 fi
34609
34610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34611 fi
34612 { echo "$as_me:$LINENO: result: $ac_cv_type_minor_t" >&5
34613 echo "${ECHO_T}$ac_cv_type_minor_t" >&6; }
34614 if test $ac_cv_type_minor_t = yes; then
34615   :
34616 else
34617
34618 cat >>confdefs.h <<_ACEOF
34619 #define minor_t int
34620 _ACEOF
34621
34622 fi
34623
34624 { echo "$as_me:$LINENO: checking for ssize_t" >&5
34625 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
34626 if test "${ac_cv_type_ssize_t+set}" = set; then
34627   echo $ECHO_N "(cached) $ECHO_C" >&6
34628 else
34629   cat >conftest.$ac_ext <<_ACEOF
34630 /* confdefs.h.  */
34631 _ACEOF
34632 cat confdefs.h >>conftest.$ac_ext
34633 cat >>conftest.$ac_ext <<_ACEOF
34634 /* end confdefs.h.  */
34635 $ac_includes_default
34636 typedef ssize_t ac__type_new_;
34637 int
34638 main ()
34639 {
34640 if ((ac__type_new_ *) 0)
34641   return 0;
34642 if (sizeof (ac__type_new_))
34643   return 0;
34644   ;
34645   return 0;
34646 }
34647 _ACEOF
34648 rm -f conftest.$ac_objext
34649 if { (ac_try="$ac_compile"
34650 case "(($ac_try" in
34651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34652   *) ac_try_echo=$ac_try;;
34653 esac
34654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34655   (eval "$ac_compile") 2>conftest.er1
34656   ac_status=$?
34657   grep -v '^ *+' conftest.er1 >conftest.err
34658   rm -f conftest.er1
34659   cat conftest.err >&5
34660   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34661   (exit $ac_status); } && {
34662          test -z "$ac_c_werror_flag" ||
34663          test ! -s conftest.err
34664        } && test -s conftest.$ac_objext; then
34665   ac_cv_type_ssize_t=yes
34666 else
34667   echo "$as_me: failed program was:" >&5
34668 sed 's/^/| /' conftest.$ac_ext >&5
34669
34670         ac_cv_type_ssize_t=no
34671 fi
34672
34673 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34674 fi
34675 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
34676 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
34677 if test $ac_cv_type_ssize_t = yes; then
34678   :
34679 else
34680
34681 cat >>confdefs.h <<_ACEOF
34682 #define ssize_t int
34683 _ACEOF
34684
34685 fi
34686
34687 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
34688 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
34689 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
34690   echo $ECHO_N "(cached) $ECHO_C" >&6
34691 else
34692   cat >conftest.$ac_ext <<_ACEOF
34693 /* confdefs.h.  */
34694 _ACEOF
34695 cat confdefs.h >>conftest.$ac_ext
34696 cat >>conftest.$ac_ext <<_ACEOF
34697 /* end confdefs.h.  */
34698 $ac_includes_default
34699 int
34700 main ()
34701 {
34702 static struct stat ac_aggr;
34703 if (ac_aggr.st_blocks)
34704 return 0;
34705   ;
34706   return 0;
34707 }
34708 _ACEOF
34709 rm -f conftest.$ac_objext
34710 if { (ac_try="$ac_compile"
34711 case "(($ac_try" in
34712   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34713   *) ac_try_echo=$ac_try;;
34714 esac
34715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34716   (eval "$ac_compile") 2>conftest.er1
34717   ac_status=$?
34718   grep -v '^ *+' conftest.er1 >conftest.err
34719   rm -f conftest.er1
34720   cat conftest.err >&5
34721   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34722   (exit $ac_status); } && {
34723          test -z "$ac_c_werror_flag" ||
34724          test ! -s conftest.err
34725        } && test -s conftest.$ac_objext; then
34726   ac_cv_member_struct_stat_st_blocks=yes
34727 else
34728   echo "$as_me: failed program was:" >&5
34729 sed 's/^/| /' conftest.$ac_ext >&5
34730
34731         cat >conftest.$ac_ext <<_ACEOF
34732 /* confdefs.h.  */
34733 _ACEOF
34734 cat confdefs.h >>conftest.$ac_ext
34735 cat >>conftest.$ac_ext <<_ACEOF
34736 /* end confdefs.h.  */
34737 $ac_includes_default
34738 int
34739 main ()
34740 {
34741 static struct stat ac_aggr;
34742 if (sizeof ac_aggr.st_blocks)
34743 return 0;
34744   ;
34745   return 0;
34746 }
34747 _ACEOF
34748 rm -f conftest.$ac_objext
34749 if { (ac_try="$ac_compile"
34750 case "(($ac_try" in
34751   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34752   *) ac_try_echo=$ac_try;;
34753 esac
34754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34755   (eval "$ac_compile") 2>conftest.er1
34756   ac_status=$?
34757   grep -v '^ *+' conftest.er1 >conftest.err
34758   rm -f conftest.er1
34759   cat conftest.err >&5
34760   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34761   (exit $ac_status); } && {
34762          test -z "$ac_c_werror_flag" ||
34763          test ! -s conftest.err
34764        } && test -s conftest.$ac_objext; then
34765   ac_cv_member_struct_stat_st_blocks=yes
34766 else
34767   echo "$as_me: failed program was:" >&5
34768 sed 's/^/| /' conftest.$ac_ext >&5
34769
34770         ac_cv_member_struct_stat_st_blocks=no
34771 fi
34772
34773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34774 fi
34775
34776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34777 fi
34778 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
34779 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
34780 if test $ac_cv_member_struct_stat_st_blocks = yes; then
34781
34782 cat >>confdefs.h <<_ACEOF
34783 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
34784 _ACEOF
34785
34786
34787 cat >>confdefs.h <<\_ACEOF
34788 #define HAVE_ST_BLOCKS 1
34789 _ACEOF
34790
34791 else
34792   case " $LIBOBJS " in
34793   *" fileblocks.$ac_objext "* ) ;;
34794   *) LIBOBJS="$LIBOBJS fileblocks.$ac_objext"
34795  ;;
34796 esac
34797
34798 fi
34799
34800
34801 { echo "$as_me:$LINENO: checking for struct stat.st_rdev" >&5
34802 echo $ECHO_N "checking for struct stat.st_rdev... $ECHO_C" >&6; }
34803 if test "${ac_cv_member_struct_stat_st_rdev+set}" = set; then
34804   echo $ECHO_N "(cached) $ECHO_C" >&6
34805 else
34806   cat >conftest.$ac_ext <<_ACEOF
34807 /* confdefs.h.  */
34808 _ACEOF
34809 cat confdefs.h >>conftest.$ac_ext
34810 cat >>conftest.$ac_ext <<_ACEOF
34811 /* end confdefs.h.  */
34812 $ac_includes_default
34813 int
34814 main ()
34815 {
34816 static struct stat ac_aggr;
34817 if (ac_aggr.st_rdev)
34818 return 0;
34819   ;
34820   return 0;
34821 }
34822 _ACEOF
34823 rm -f conftest.$ac_objext
34824 if { (ac_try="$ac_compile"
34825 case "(($ac_try" in
34826   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34827   *) ac_try_echo=$ac_try;;
34828 esac
34829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34830   (eval "$ac_compile") 2>conftest.er1
34831   ac_status=$?
34832   grep -v '^ *+' conftest.er1 >conftest.err
34833   rm -f conftest.er1
34834   cat conftest.err >&5
34835   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34836   (exit $ac_status); } && {
34837          test -z "$ac_c_werror_flag" ||
34838          test ! -s conftest.err
34839        } && test -s conftest.$ac_objext; then
34840   ac_cv_member_struct_stat_st_rdev=yes
34841 else
34842   echo "$as_me: failed program was:" >&5
34843 sed 's/^/| /' conftest.$ac_ext >&5
34844
34845         cat >conftest.$ac_ext <<_ACEOF
34846 /* confdefs.h.  */
34847 _ACEOF
34848 cat confdefs.h >>conftest.$ac_ext
34849 cat >>conftest.$ac_ext <<_ACEOF
34850 /* end confdefs.h.  */
34851 $ac_includes_default
34852 int
34853 main ()
34854 {
34855 static struct stat ac_aggr;
34856 if (sizeof ac_aggr.st_rdev)
34857 return 0;
34858   ;
34859   return 0;
34860 }
34861 _ACEOF
34862 rm -f conftest.$ac_objext
34863 if { (ac_try="$ac_compile"
34864 case "(($ac_try" in
34865   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34866   *) ac_try_echo=$ac_try;;
34867 esac
34868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34869   (eval "$ac_compile") 2>conftest.er1
34870   ac_status=$?
34871   grep -v '^ *+' conftest.er1 >conftest.err
34872   rm -f conftest.er1
34873   cat conftest.err >&5
34874   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34875   (exit $ac_status); } && {
34876          test -z "$ac_c_werror_flag" ||
34877          test ! -s conftest.err
34878        } && test -s conftest.$ac_objext; then
34879   ac_cv_member_struct_stat_st_rdev=yes
34880 else
34881   echo "$as_me: failed program was:" >&5
34882 sed 's/^/| /' conftest.$ac_ext >&5
34883
34884         ac_cv_member_struct_stat_st_rdev=no
34885 fi
34886
34887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34888 fi
34889
34890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34891 fi
34892 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_rdev" >&5
34893 echo "${ECHO_T}$ac_cv_member_struct_stat_st_rdev" >&6; }
34894 if test $ac_cv_member_struct_stat_st_rdev = yes; then
34895
34896 cat >>confdefs.h <<_ACEOF
34897 #define HAVE_STRUCT_STAT_ST_RDEV 1
34898 _ACEOF
34899
34900
34901 cat >>confdefs.h <<\_ACEOF
34902 #define HAVE_ST_RDEV 1
34903 _ACEOF
34904
34905 fi
34906
34907
34908 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
34909 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
34910 if test "${ac_cv_struct_tm+set}" = set; then
34911   echo $ECHO_N "(cached) $ECHO_C" >&6
34912 else
34913   cat >conftest.$ac_ext <<_ACEOF
34914 /* confdefs.h.  */
34915 _ACEOF
34916 cat confdefs.h >>conftest.$ac_ext
34917 cat >>conftest.$ac_ext <<_ACEOF
34918 /* end confdefs.h.  */
34919 #include <sys/types.h>
34920 #include <time.h>
34921
34922 int
34923 main ()
34924 {
34925 struct tm tm;
34926                                      int *p = &tm.tm_sec;
34927                                      return !p;
34928   ;
34929   return 0;
34930 }
34931 _ACEOF
34932 rm -f conftest.$ac_objext
34933 if { (ac_try="$ac_compile"
34934 case "(($ac_try" in
34935   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34936   *) ac_try_echo=$ac_try;;
34937 esac
34938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34939   (eval "$ac_compile") 2>conftest.er1
34940   ac_status=$?
34941   grep -v '^ *+' conftest.er1 >conftest.err
34942   rm -f conftest.er1
34943   cat conftest.err >&5
34944   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34945   (exit $ac_status); } && {
34946          test -z "$ac_c_werror_flag" ||
34947          test ! -s conftest.err
34948        } && test -s conftest.$ac_objext; then
34949   ac_cv_struct_tm=time.h
34950 else
34951   echo "$as_me: failed program was:" >&5
34952 sed 's/^/| /' conftest.$ac_ext >&5
34953
34954         ac_cv_struct_tm=sys/time.h
34955 fi
34956
34957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34958 fi
34959 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
34960 echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
34961 if test $ac_cv_struct_tm = sys/time.h; then
34962
34963 cat >>confdefs.h <<\_ACEOF
34964 #define TM_IN_SYS_TIME 1
34965 _ACEOF
34966
34967 fi
34968
34969 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
34970 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
34971 if test "${ac_cv_c_const+set}" = set; then
34972   echo $ECHO_N "(cached) $ECHO_C" >&6
34973 else
34974   cat >conftest.$ac_ext <<_ACEOF
34975 /* confdefs.h.  */
34976 _ACEOF
34977 cat confdefs.h >>conftest.$ac_ext
34978 cat >>conftest.$ac_ext <<_ACEOF
34979 /* end confdefs.h.  */
34980
34981 int
34982 main ()
34983 {
34984 /* FIXME: Include the comments suggested by Paul. */
34985 #ifndef __cplusplus
34986   /* Ultrix mips cc rejects this.  */
34987   typedef int charset[2];
34988   const charset cs;
34989   /* SunOS 4.1.1 cc rejects this.  */
34990   char const *const *pcpcc;
34991   char **ppc;
34992   /* NEC SVR4.0.2 mips cc rejects this.  */
34993   struct point {int x, y;};
34994   static struct point const zero = {0,0};
34995   /* AIX XL C 1.02.0.0 rejects this.
34996      It does not let you subtract one const X* pointer from another in
34997      an arm of an if-expression whose if-part is not a constant
34998      expression */
34999   const char *g = "string";
35000   pcpcc = &g + (g ? g-g : 0);
35001   /* HPUX 7.0 cc rejects these. */
35002   ++pcpcc;
35003   ppc = (char**) pcpcc;
35004   pcpcc = (char const *const *) ppc;
35005   { /* SCO 3.2v4 cc rejects this.  */
35006     char *t;
35007     char const *s = 0 ? (char *) 0 : (char const *) 0;
35008
35009     *t++ = 0;
35010     if (s) return 0;
35011   }
35012   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
35013     int x[] = {25, 17};
35014     const int *foo = &x[0];
35015     ++foo;
35016   }
35017   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
35018     typedef const int *iptr;
35019     iptr p = 0;
35020     ++p;
35021   }
35022   { /* AIX XL C 1.02.0.0 rejects this saying
35023        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
35024     struct s { int j; const int *ap[3]; };
35025     struct s *b; b->j = 5;
35026   }
35027   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
35028     const int foo = 10;
35029     if (!foo) return 0;
35030   }
35031   return !cs[0] && !zero.x;
35032 #endif
35033
35034   ;
35035   return 0;
35036 }
35037 _ACEOF
35038 rm -f conftest.$ac_objext
35039 if { (ac_try="$ac_compile"
35040 case "(($ac_try" in
35041   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35042   *) ac_try_echo=$ac_try;;
35043 esac
35044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35045   (eval "$ac_compile") 2>conftest.er1
35046   ac_status=$?
35047   grep -v '^ *+' conftest.er1 >conftest.err
35048   rm -f conftest.er1
35049   cat conftest.err >&5
35050   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35051   (exit $ac_status); } && {
35052          test -z "$ac_c_werror_flag" ||
35053          test ! -s conftest.err
35054        } && test -s conftest.$ac_objext; then
35055   ac_cv_c_const=yes
35056 else
35057   echo "$as_me: failed program was:" >&5
35058 sed 's/^/| /' conftest.$ac_ext >&5
35059
35060         ac_cv_c_const=no
35061 fi
35062
35063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35064 fi
35065 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
35066 echo "${ECHO_T}$ac_cv_c_const" >&6; }
35067 if test $ac_cv_c_const = no; then
35068
35069 cat >>confdefs.h <<\_ACEOF
35070 #define const
35071 _ACEOF
35072
35073 fi
35074
35075
35076 { echo "$as_me:$LINENO: checking for char" >&5
35077 echo $ECHO_N "checking for char... $ECHO_C" >&6; }
35078 if test "${ac_cv_type_char+set}" = set; then
35079   echo $ECHO_N "(cached) $ECHO_C" >&6
35080 else
35081   cat >conftest.$ac_ext <<_ACEOF
35082 /* confdefs.h.  */
35083 _ACEOF
35084 cat confdefs.h >>conftest.$ac_ext
35085 cat >>conftest.$ac_ext <<_ACEOF
35086 /* end confdefs.h.  */
35087 $ac_includes_default
35088 typedef char ac__type_new_;
35089 int
35090 main ()
35091 {
35092 if ((ac__type_new_ *) 0)
35093   return 0;
35094 if (sizeof (ac__type_new_))
35095   return 0;
35096   ;
35097   return 0;
35098 }
35099 _ACEOF
35100 rm -f conftest.$ac_objext
35101 if { (ac_try="$ac_compile"
35102 case "(($ac_try" in
35103   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35104   *) ac_try_echo=$ac_try;;
35105 esac
35106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35107   (eval "$ac_compile") 2>conftest.er1
35108   ac_status=$?
35109   grep -v '^ *+' conftest.er1 >conftest.err
35110   rm -f conftest.er1
35111   cat conftest.err >&5
35112   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35113   (exit $ac_status); } && {
35114          test -z "$ac_c_werror_flag" ||
35115          test ! -s conftest.err
35116        } && test -s conftest.$ac_objext; then
35117   ac_cv_type_char=yes
35118 else
35119   echo "$as_me: failed program was:" >&5
35120 sed 's/^/| /' conftest.$ac_ext >&5
35121
35122         ac_cv_type_char=no
35123 fi
35124
35125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35126 fi
35127 { echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
35128 echo "${ECHO_T}$ac_cv_type_char" >&6; }
35129
35130 # The cast to long int works around a bug in the HP C Compiler
35131 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
35132 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
35133 # This bug is HP SR number 8606223364.
35134 { echo "$as_me:$LINENO: checking size of char" >&5
35135 echo $ECHO_N "checking size of char... $ECHO_C" >&6; }
35136 if test "${ac_cv_sizeof_char+set}" = set; then
35137   echo $ECHO_N "(cached) $ECHO_C" >&6
35138 else
35139   if test "$cross_compiling" = yes; then
35140   # Depending upon the size, compute the lo and hi bounds.
35141 cat >conftest.$ac_ext <<_ACEOF
35142 /* confdefs.h.  */
35143 _ACEOF
35144 cat confdefs.h >>conftest.$ac_ext
35145 cat >>conftest.$ac_ext <<_ACEOF
35146 /* end confdefs.h.  */
35147 $ac_includes_default
35148    typedef char ac__type_sizeof_;
35149 int
35150 main ()
35151 {
35152 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
35153 test_array [0] = 0
35154
35155   ;
35156   return 0;
35157 }
35158 _ACEOF
35159 rm -f conftest.$ac_objext
35160 if { (ac_try="$ac_compile"
35161 case "(($ac_try" in
35162   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35163   *) ac_try_echo=$ac_try;;
35164 esac
35165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35166   (eval "$ac_compile") 2>conftest.er1
35167   ac_status=$?
35168   grep -v '^ *+' conftest.er1 >conftest.err
35169   rm -f conftest.er1
35170   cat conftest.err >&5
35171   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35172   (exit $ac_status); } && {
35173          test -z "$ac_c_werror_flag" ||
35174          test ! -s conftest.err
35175        } && test -s conftest.$ac_objext; then
35176   ac_lo=0 ac_mid=0
35177   while :; do
35178     cat >conftest.$ac_ext <<_ACEOF
35179 /* confdefs.h.  */
35180 _ACEOF
35181 cat confdefs.h >>conftest.$ac_ext
35182 cat >>conftest.$ac_ext <<_ACEOF
35183 /* end confdefs.h.  */
35184 $ac_includes_default
35185    typedef char ac__type_sizeof_;
35186 int
35187 main ()
35188 {
35189 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
35190 test_array [0] = 0
35191
35192   ;
35193   return 0;
35194 }
35195 _ACEOF
35196 rm -f conftest.$ac_objext
35197 if { (ac_try="$ac_compile"
35198 case "(($ac_try" in
35199   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35200   *) ac_try_echo=$ac_try;;
35201 esac
35202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35203   (eval "$ac_compile") 2>conftest.er1
35204   ac_status=$?
35205   grep -v '^ *+' conftest.er1 >conftest.err
35206   rm -f conftest.er1
35207   cat conftest.err >&5
35208   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35209   (exit $ac_status); } && {
35210          test -z "$ac_c_werror_flag" ||
35211          test ! -s conftest.err
35212        } && test -s conftest.$ac_objext; then
35213   ac_hi=$ac_mid; break
35214 else
35215   echo "$as_me: failed program was:" >&5
35216 sed 's/^/| /' conftest.$ac_ext >&5
35217
35218         ac_lo=`expr $ac_mid + 1`
35219                         if test $ac_lo -le $ac_mid; then
35220                           ac_lo= ac_hi=
35221                           break
35222                         fi
35223                         ac_mid=`expr 2 '*' $ac_mid + 1`
35224 fi
35225
35226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35227   done
35228 else
35229   echo "$as_me: failed program was:" >&5
35230 sed 's/^/| /' conftest.$ac_ext >&5
35231
35232         cat >conftest.$ac_ext <<_ACEOF
35233 /* confdefs.h.  */
35234 _ACEOF
35235 cat confdefs.h >>conftest.$ac_ext
35236 cat >>conftest.$ac_ext <<_ACEOF
35237 /* end confdefs.h.  */
35238 $ac_includes_default
35239    typedef char ac__type_sizeof_;
35240 int
35241 main ()
35242 {
35243 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
35244 test_array [0] = 0
35245
35246   ;
35247   return 0;
35248 }
35249 _ACEOF
35250 rm -f conftest.$ac_objext
35251 if { (ac_try="$ac_compile"
35252 case "(($ac_try" in
35253   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35254   *) ac_try_echo=$ac_try;;
35255 esac
35256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35257   (eval "$ac_compile") 2>conftest.er1
35258   ac_status=$?
35259   grep -v '^ *+' conftest.er1 >conftest.err
35260   rm -f conftest.er1
35261   cat conftest.err >&5
35262   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35263   (exit $ac_status); } && {
35264          test -z "$ac_c_werror_flag" ||
35265          test ! -s conftest.err
35266        } && test -s conftest.$ac_objext; then
35267   ac_hi=-1 ac_mid=-1
35268   while :; do
35269     cat >conftest.$ac_ext <<_ACEOF
35270 /* confdefs.h.  */
35271 _ACEOF
35272 cat confdefs.h >>conftest.$ac_ext
35273 cat >>conftest.$ac_ext <<_ACEOF
35274 /* end confdefs.h.  */
35275 $ac_includes_default
35276    typedef char ac__type_sizeof_;
35277 int
35278 main ()
35279 {
35280 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
35281 test_array [0] = 0
35282
35283   ;
35284   return 0;
35285 }
35286 _ACEOF
35287 rm -f conftest.$ac_objext
35288 if { (ac_try="$ac_compile"
35289 case "(($ac_try" in
35290   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35291   *) ac_try_echo=$ac_try;;
35292 esac
35293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35294   (eval "$ac_compile") 2>conftest.er1
35295   ac_status=$?
35296   grep -v '^ *+' conftest.er1 >conftest.err
35297   rm -f conftest.er1
35298   cat conftest.err >&5
35299   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35300   (exit $ac_status); } && {
35301          test -z "$ac_c_werror_flag" ||
35302          test ! -s conftest.err
35303        } && test -s conftest.$ac_objext; then
35304   ac_lo=$ac_mid; break
35305 else
35306   echo "$as_me: failed program was:" >&5
35307 sed 's/^/| /' conftest.$ac_ext >&5
35308
35309         ac_hi=`expr '(' $ac_mid ')' - 1`
35310                         if test $ac_mid -le $ac_hi; then
35311                           ac_lo= ac_hi=
35312                           break
35313                         fi
35314                         ac_mid=`expr 2 '*' $ac_mid`
35315 fi
35316
35317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35318   done
35319 else
35320   echo "$as_me: failed program was:" >&5
35321 sed 's/^/| /' conftest.$ac_ext >&5
35322
35323         ac_lo= ac_hi=
35324 fi
35325
35326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35327 fi
35328
35329 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35330 # Binary search between lo and hi bounds.
35331 while test "x$ac_lo" != "x$ac_hi"; do
35332   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
35333   cat >conftest.$ac_ext <<_ACEOF
35334 /* confdefs.h.  */
35335 _ACEOF
35336 cat confdefs.h >>conftest.$ac_ext
35337 cat >>conftest.$ac_ext <<_ACEOF
35338 /* end confdefs.h.  */
35339 $ac_includes_default
35340    typedef char ac__type_sizeof_;
35341 int
35342 main ()
35343 {
35344 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
35345 test_array [0] = 0
35346
35347   ;
35348   return 0;
35349 }
35350 _ACEOF
35351 rm -f conftest.$ac_objext
35352 if { (ac_try="$ac_compile"
35353 case "(($ac_try" in
35354   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35355   *) ac_try_echo=$ac_try;;
35356 esac
35357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35358   (eval "$ac_compile") 2>conftest.er1
35359   ac_status=$?
35360   grep -v '^ *+' conftest.er1 >conftest.err
35361   rm -f conftest.er1
35362   cat conftest.err >&5
35363   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35364   (exit $ac_status); } && {
35365          test -z "$ac_c_werror_flag" ||
35366          test ! -s conftest.err
35367        } && test -s conftest.$ac_objext; then
35368   ac_hi=$ac_mid
35369 else
35370   echo "$as_me: failed program was:" >&5
35371 sed 's/^/| /' conftest.$ac_ext >&5
35372
35373         ac_lo=`expr '(' $ac_mid ')' + 1`
35374 fi
35375
35376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35377 done
35378 case $ac_lo in
35379 ?*) ac_cv_sizeof_char=$ac_lo;;
35380 '') if test "$ac_cv_type_char" = yes; then
35381      { { echo "$as_me:$LINENO: error: cannot compute sizeof (char)
35382 See \`config.log' for more details." >&5
35383 echo "$as_me: error: cannot compute sizeof (char)
35384 See \`config.log' for more details." >&2;}
35385    { (exit 77); exit 77; }; }
35386    else
35387      ac_cv_sizeof_char=0
35388    fi ;;
35389 esac
35390 else
35391   cat >conftest.$ac_ext <<_ACEOF
35392 /* confdefs.h.  */
35393 _ACEOF
35394 cat confdefs.h >>conftest.$ac_ext
35395 cat >>conftest.$ac_ext <<_ACEOF
35396 /* end confdefs.h.  */
35397 $ac_includes_default
35398    typedef char ac__type_sizeof_;
35399 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
35400 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
35401 #include <stdio.h>
35402 #include <stdlib.h>
35403 int
35404 main ()
35405 {
35406
35407   FILE *f = fopen ("conftest.val", "w");
35408   if (! f)
35409     return 1;
35410   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
35411     {
35412       long int i = longval ();
35413       if (i != ((long int) (sizeof (ac__type_sizeof_))))
35414         return 1;
35415       fprintf (f, "%ld\n", i);
35416     }
35417   else
35418     {
35419       unsigned long int i = ulongval ();
35420       if (i != ((long int) (sizeof (ac__type_sizeof_))))
35421         return 1;
35422       fprintf (f, "%lu\n", i);
35423     }
35424   return ferror (f) || fclose (f) != 0;
35425
35426   ;
35427   return 0;
35428 }
35429 _ACEOF
35430 rm -f conftest$ac_exeext
35431 if { (ac_try="$ac_link"
35432 case "(($ac_try" in
35433   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35434   *) ac_try_echo=$ac_try;;
35435 esac
35436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35437   (eval "$ac_link") 2>&5
35438   ac_status=$?
35439   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35440   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
35441   { (case "(($ac_try" in
35442   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35443   *) ac_try_echo=$ac_try;;
35444 esac
35445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35446   (eval "$ac_try") 2>&5
35447   ac_status=$?
35448   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35449   (exit $ac_status); }; }; then
35450   ac_cv_sizeof_char=`cat conftest.val`
35451 else
35452   echo "$as_me: program exited with status $ac_status" >&5
35453 echo "$as_me: failed program was:" >&5
35454 sed 's/^/| /' conftest.$ac_ext >&5
35455
35456 ( exit $ac_status )
35457 if test "$ac_cv_type_char" = yes; then
35458      { { echo "$as_me:$LINENO: error: cannot compute sizeof (char)
35459 See \`config.log' for more details." >&5
35460 echo "$as_me: error: cannot compute sizeof (char)
35461 See \`config.log' for more details." >&2;}
35462    { (exit 77); exit 77; }; }
35463    else
35464      ac_cv_sizeof_char=0
35465    fi
35466 fi
35467 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
35468 fi
35469 rm -f conftest.val
35470 fi
35471 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
35472 echo "${ECHO_T}$ac_cv_sizeof_char" >&6; }
35473
35474
35475
35476 cat >>confdefs.h <<_ACEOF
35477 #define SIZEOF_CHAR $ac_cv_sizeof_char
35478 _ACEOF
35479
35480
35481 { echo "$as_me:$LINENO: checking for short int" >&5
35482 echo $ECHO_N "checking for short int... $ECHO_C" >&6; }
35483 if test "${ac_cv_type_short_int+set}" = set; then
35484   echo $ECHO_N "(cached) $ECHO_C" >&6
35485 else
35486   cat >conftest.$ac_ext <<_ACEOF
35487 /* confdefs.h.  */
35488 _ACEOF
35489 cat confdefs.h >>conftest.$ac_ext
35490 cat >>conftest.$ac_ext <<_ACEOF
35491 /* end confdefs.h.  */
35492 $ac_includes_default
35493 typedef short int ac__type_new_;
35494 int
35495 main ()
35496 {
35497 if ((ac__type_new_ *) 0)
35498   return 0;
35499 if (sizeof (ac__type_new_))
35500   return 0;
35501   ;
35502   return 0;
35503 }
35504 _ACEOF
35505 rm -f conftest.$ac_objext
35506 if { (ac_try="$ac_compile"
35507 case "(($ac_try" in
35508   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35509   *) ac_try_echo=$ac_try;;
35510 esac
35511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35512   (eval "$ac_compile") 2>conftest.er1
35513   ac_status=$?
35514   grep -v '^ *+' conftest.er1 >conftest.err
35515   rm -f conftest.er1
35516   cat conftest.err >&5
35517   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35518   (exit $ac_status); } && {
35519          test -z "$ac_c_werror_flag" ||
35520          test ! -s conftest.err
35521        } && test -s conftest.$ac_objext; then
35522   ac_cv_type_short_int=yes
35523 else
35524   echo "$as_me: failed program was:" >&5
35525 sed 's/^/| /' conftest.$ac_ext >&5
35526
35527         ac_cv_type_short_int=no
35528 fi
35529
35530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35531 fi
35532 { echo "$as_me:$LINENO: result: $ac_cv_type_short_int" >&5
35533 echo "${ECHO_T}$ac_cv_type_short_int" >&6; }
35534
35535 # The cast to long int works around a bug in the HP C Compiler
35536 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
35537 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
35538 # This bug is HP SR number 8606223364.
35539 { echo "$as_me:$LINENO: checking size of short int" >&5
35540 echo $ECHO_N "checking size of short int... $ECHO_C" >&6; }
35541 if test "${ac_cv_sizeof_short_int+set}" = set; then
35542   echo $ECHO_N "(cached) $ECHO_C" >&6
35543 else
35544   if test "$cross_compiling" = yes; then
35545   # Depending upon the size, compute the lo and hi bounds.
35546 cat >conftest.$ac_ext <<_ACEOF
35547 /* confdefs.h.  */
35548 _ACEOF
35549 cat confdefs.h >>conftest.$ac_ext
35550 cat >>conftest.$ac_ext <<_ACEOF
35551 /* end confdefs.h.  */
35552 $ac_includes_default
35553    typedef short int ac__type_sizeof_;
35554 int
35555 main ()
35556 {
35557 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
35558 test_array [0] = 0
35559
35560   ;
35561   return 0;
35562 }
35563 _ACEOF
35564 rm -f conftest.$ac_objext
35565 if { (ac_try="$ac_compile"
35566 case "(($ac_try" in
35567   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35568   *) ac_try_echo=$ac_try;;
35569 esac
35570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35571   (eval "$ac_compile") 2>conftest.er1
35572   ac_status=$?
35573   grep -v '^ *+' conftest.er1 >conftest.err
35574   rm -f conftest.er1
35575   cat conftest.err >&5
35576   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35577   (exit $ac_status); } && {
35578          test -z "$ac_c_werror_flag" ||
35579          test ! -s conftest.err
35580        } && test -s conftest.$ac_objext; then
35581   ac_lo=0 ac_mid=0
35582   while :; do
35583     cat >conftest.$ac_ext <<_ACEOF
35584 /* confdefs.h.  */
35585 _ACEOF
35586 cat confdefs.h >>conftest.$ac_ext
35587 cat >>conftest.$ac_ext <<_ACEOF
35588 /* end confdefs.h.  */
35589 $ac_includes_default
35590    typedef short int ac__type_sizeof_;
35591 int
35592 main ()
35593 {
35594 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
35595 test_array [0] = 0
35596
35597   ;
35598   return 0;
35599 }
35600 _ACEOF
35601 rm -f conftest.$ac_objext
35602 if { (ac_try="$ac_compile"
35603 case "(($ac_try" in
35604   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35605   *) ac_try_echo=$ac_try;;
35606 esac
35607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35608   (eval "$ac_compile") 2>conftest.er1
35609   ac_status=$?
35610   grep -v '^ *+' conftest.er1 >conftest.err
35611   rm -f conftest.er1
35612   cat conftest.err >&5
35613   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35614   (exit $ac_status); } && {
35615          test -z "$ac_c_werror_flag" ||
35616          test ! -s conftest.err
35617        } && test -s conftest.$ac_objext; then
35618   ac_hi=$ac_mid; break
35619 else
35620   echo "$as_me: failed program was:" >&5
35621 sed 's/^/| /' conftest.$ac_ext >&5
35622
35623         ac_lo=`expr $ac_mid + 1`
35624                         if test $ac_lo -le $ac_mid; then
35625                           ac_lo= ac_hi=
35626                           break
35627                         fi
35628                         ac_mid=`expr 2 '*' $ac_mid + 1`
35629 fi
35630
35631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35632   done
35633 else
35634   echo "$as_me: failed program was:" >&5
35635 sed 's/^/| /' conftest.$ac_ext >&5
35636
35637         cat >conftest.$ac_ext <<_ACEOF
35638 /* confdefs.h.  */
35639 _ACEOF
35640 cat confdefs.h >>conftest.$ac_ext
35641 cat >>conftest.$ac_ext <<_ACEOF
35642 /* end confdefs.h.  */
35643 $ac_includes_default
35644    typedef short int ac__type_sizeof_;
35645 int
35646 main ()
35647 {
35648 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
35649 test_array [0] = 0
35650
35651   ;
35652   return 0;
35653 }
35654 _ACEOF
35655 rm -f conftest.$ac_objext
35656 if { (ac_try="$ac_compile"
35657 case "(($ac_try" in
35658   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35659   *) ac_try_echo=$ac_try;;
35660 esac
35661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35662   (eval "$ac_compile") 2>conftest.er1
35663   ac_status=$?
35664   grep -v '^ *+' conftest.er1 >conftest.err
35665   rm -f conftest.er1
35666   cat conftest.err >&5
35667   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35668   (exit $ac_status); } && {
35669          test -z "$ac_c_werror_flag" ||
35670          test ! -s conftest.err
35671        } && test -s conftest.$ac_objext; then
35672   ac_hi=-1 ac_mid=-1
35673   while :; do
35674     cat >conftest.$ac_ext <<_ACEOF
35675 /* confdefs.h.  */
35676 _ACEOF
35677 cat confdefs.h >>conftest.$ac_ext
35678 cat >>conftest.$ac_ext <<_ACEOF
35679 /* end confdefs.h.  */
35680 $ac_includes_default
35681    typedef short int ac__type_sizeof_;
35682 int
35683 main ()
35684 {
35685 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
35686 test_array [0] = 0
35687
35688   ;
35689   return 0;
35690 }
35691 _ACEOF
35692 rm -f conftest.$ac_objext
35693 if { (ac_try="$ac_compile"
35694 case "(($ac_try" in
35695   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35696   *) ac_try_echo=$ac_try;;
35697 esac
35698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35699   (eval "$ac_compile") 2>conftest.er1
35700   ac_status=$?
35701   grep -v '^ *+' conftest.er1 >conftest.err
35702   rm -f conftest.er1
35703   cat conftest.err >&5
35704   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35705   (exit $ac_status); } && {
35706          test -z "$ac_c_werror_flag" ||
35707          test ! -s conftest.err
35708        } && test -s conftest.$ac_objext; then
35709   ac_lo=$ac_mid; break
35710 else
35711   echo "$as_me: failed program was:" >&5
35712 sed 's/^/| /' conftest.$ac_ext >&5
35713
35714         ac_hi=`expr '(' $ac_mid ')' - 1`
35715                         if test $ac_mid -le $ac_hi; then
35716                           ac_lo= ac_hi=
35717                           break
35718                         fi
35719                         ac_mid=`expr 2 '*' $ac_mid`
35720 fi
35721
35722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35723   done
35724 else
35725   echo "$as_me: failed program was:" >&5
35726 sed 's/^/| /' conftest.$ac_ext >&5
35727
35728         ac_lo= ac_hi=
35729 fi
35730
35731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35732 fi
35733
35734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35735 # Binary search between lo and hi bounds.
35736 while test "x$ac_lo" != "x$ac_hi"; do
35737   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
35738   cat >conftest.$ac_ext <<_ACEOF
35739 /* confdefs.h.  */
35740 _ACEOF
35741 cat confdefs.h >>conftest.$ac_ext
35742 cat >>conftest.$ac_ext <<_ACEOF
35743 /* end confdefs.h.  */
35744 $ac_includes_default
35745    typedef short int ac__type_sizeof_;
35746 int
35747 main ()
35748 {
35749 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
35750 test_array [0] = 0
35751
35752   ;
35753   return 0;
35754 }
35755 _ACEOF
35756 rm -f conftest.$ac_objext
35757 if { (ac_try="$ac_compile"
35758 case "(($ac_try" in
35759   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35760   *) ac_try_echo=$ac_try;;
35761 esac
35762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35763   (eval "$ac_compile") 2>conftest.er1
35764   ac_status=$?
35765   grep -v '^ *+' conftest.er1 >conftest.err
35766   rm -f conftest.er1
35767   cat conftest.err >&5
35768   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35769   (exit $ac_status); } && {
35770          test -z "$ac_c_werror_flag" ||
35771          test ! -s conftest.err
35772        } && test -s conftest.$ac_objext; then
35773   ac_hi=$ac_mid
35774 else
35775   echo "$as_me: failed program was:" >&5
35776 sed 's/^/| /' conftest.$ac_ext >&5
35777
35778         ac_lo=`expr '(' $ac_mid ')' + 1`
35779 fi
35780
35781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35782 done
35783 case $ac_lo in
35784 ?*) ac_cv_sizeof_short_int=$ac_lo;;
35785 '') if test "$ac_cv_type_short_int" = yes; then
35786      { { echo "$as_me:$LINENO: error: cannot compute sizeof (short int)
35787 See \`config.log' for more details." >&5
35788 echo "$as_me: error: cannot compute sizeof (short int)
35789 See \`config.log' for more details." >&2;}
35790    { (exit 77); exit 77; }; }
35791    else
35792      ac_cv_sizeof_short_int=0
35793    fi ;;
35794 esac
35795 else
35796   cat >conftest.$ac_ext <<_ACEOF
35797 /* confdefs.h.  */
35798 _ACEOF
35799 cat confdefs.h >>conftest.$ac_ext
35800 cat >>conftest.$ac_ext <<_ACEOF
35801 /* end confdefs.h.  */
35802 $ac_includes_default
35803    typedef short int ac__type_sizeof_;
35804 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
35805 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
35806 #include <stdio.h>
35807 #include <stdlib.h>
35808 int
35809 main ()
35810 {
35811
35812   FILE *f = fopen ("conftest.val", "w");
35813   if (! f)
35814     return 1;
35815   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
35816     {
35817       long int i = longval ();
35818       if (i != ((long int) (sizeof (ac__type_sizeof_))))
35819         return 1;
35820       fprintf (f, "%ld\n", i);
35821     }
35822   else
35823     {
35824       unsigned long int i = ulongval ();
35825       if (i != ((long int) (sizeof (ac__type_sizeof_))))
35826         return 1;
35827       fprintf (f, "%lu\n", i);
35828     }
35829   return ferror (f) || fclose (f) != 0;
35830
35831   ;
35832   return 0;
35833 }
35834 _ACEOF
35835 rm -f conftest$ac_exeext
35836 if { (ac_try="$ac_link"
35837 case "(($ac_try" in
35838   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35839   *) ac_try_echo=$ac_try;;
35840 esac
35841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35842   (eval "$ac_link") 2>&5
35843   ac_status=$?
35844   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35845   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
35846   { (case "(($ac_try" in
35847   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35848   *) ac_try_echo=$ac_try;;
35849 esac
35850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35851   (eval "$ac_try") 2>&5
35852   ac_status=$?
35853   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35854   (exit $ac_status); }; }; then
35855   ac_cv_sizeof_short_int=`cat conftest.val`
35856 else
35857   echo "$as_me: program exited with status $ac_status" >&5
35858 echo "$as_me: failed program was:" >&5
35859 sed 's/^/| /' conftest.$ac_ext >&5
35860
35861 ( exit $ac_status )
35862 if test "$ac_cv_type_short_int" = yes; then
35863      { { echo "$as_me:$LINENO: error: cannot compute sizeof (short int)
35864 See \`config.log' for more details." >&5
35865 echo "$as_me: error: cannot compute sizeof (short int)
35866 See \`config.log' for more details." >&2;}
35867    { (exit 77); exit 77; }; }
35868    else
35869      ac_cv_sizeof_short_int=0
35870    fi
35871 fi
35872 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
35873 fi
35874 rm -f conftest.val
35875 fi
35876 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short_int" >&5
35877 echo "${ECHO_T}$ac_cv_sizeof_short_int" >&6; }
35878
35879
35880
35881 cat >>confdefs.h <<_ACEOF
35882 #define SIZEOF_SHORT_INT $ac_cv_sizeof_short_int
35883 _ACEOF
35884
35885
35886 { echo "$as_me:$LINENO: checking for int" >&5
35887 echo $ECHO_N "checking for int... $ECHO_C" >&6; }
35888 if test "${ac_cv_type_int+set}" = set; then
35889   echo $ECHO_N "(cached) $ECHO_C" >&6
35890 else
35891   cat >conftest.$ac_ext <<_ACEOF
35892 /* confdefs.h.  */
35893 _ACEOF
35894 cat confdefs.h >>conftest.$ac_ext
35895 cat >>conftest.$ac_ext <<_ACEOF
35896 /* end confdefs.h.  */
35897 $ac_includes_default
35898 typedef int ac__type_new_;
35899 int
35900 main ()
35901 {
35902 if ((ac__type_new_ *) 0)
35903   return 0;
35904 if (sizeof (ac__type_new_))
35905   return 0;
35906   ;
35907   return 0;
35908 }
35909 _ACEOF
35910 rm -f conftest.$ac_objext
35911 if { (ac_try="$ac_compile"
35912 case "(($ac_try" in
35913   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35914   *) ac_try_echo=$ac_try;;
35915 esac
35916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35917   (eval "$ac_compile") 2>conftest.er1
35918   ac_status=$?
35919   grep -v '^ *+' conftest.er1 >conftest.err
35920   rm -f conftest.er1
35921   cat conftest.err >&5
35922   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35923   (exit $ac_status); } && {
35924          test -z "$ac_c_werror_flag" ||
35925          test ! -s conftest.err
35926        } && test -s conftest.$ac_objext; then
35927   ac_cv_type_int=yes
35928 else
35929   echo "$as_me: failed program was:" >&5
35930 sed 's/^/| /' conftest.$ac_ext >&5
35931
35932         ac_cv_type_int=no
35933 fi
35934
35935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35936 fi
35937 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
35938 echo "${ECHO_T}$ac_cv_type_int" >&6; }
35939
35940 # The cast to long int works around a bug in the HP C Compiler
35941 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
35942 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
35943 # This bug is HP SR number 8606223364.
35944 { echo "$as_me:$LINENO: checking size of int" >&5
35945 echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
35946 if test "${ac_cv_sizeof_int+set}" = set; then
35947   echo $ECHO_N "(cached) $ECHO_C" >&6
35948 else
35949   if test "$cross_compiling" = yes; then
35950   # Depending upon the size, compute the lo and hi bounds.
35951 cat >conftest.$ac_ext <<_ACEOF
35952 /* confdefs.h.  */
35953 _ACEOF
35954 cat confdefs.h >>conftest.$ac_ext
35955 cat >>conftest.$ac_ext <<_ACEOF
35956 /* end confdefs.h.  */
35957 $ac_includes_default
35958    typedef int ac__type_sizeof_;
35959 int
35960 main ()
35961 {
35962 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
35963 test_array [0] = 0
35964
35965   ;
35966   return 0;
35967 }
35968 _ACEOF
35969 rm -f conftest.$ac_objext
35970 if { (ac_try="$ac_compile"
35971 case "(($ac_try" in
35972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35973   *) ac_try_echo=$ac_try;;
35974 esac
35975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35976   (eval "$ac_compile") 2>conftest.er1
35977   ac_status=$?
35978   grep -v '^ *+' conftest.er1 >conftest.err
35979   rm -f conftest.er1
35980   cat conftest.err >&5
35981   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35982   (exit $ac_status); } && {
35983          test -z "$ac_c_werror_flag" ||
35984          test ! -s conftest.err
35985        } && test -s conftest.$ac_objext; then
35986   ac_lo=0 ac_mid=0
35987   while :; do
35988     cat >conftest.$ac_ext <<_ACEOF
35989 /* confdefs.h.  */
35990 _ACEOF
35991 cat confdefs.h >>conftest.$ac_ext
35992 cat >>conftest.$ac_ext <<_ACEOF
35993 /* end confdefs.h.  */
35994 $ac_includes_default
35995    typedef int ac__type_sizeof_;
35996 int
35997 main ()
35998 {
35999 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
36000 test_array [0] = 0
36001
36002   ;
36003   return 0;
36004 }
36005 _ACEOF
36006 rm -f conftest.$ac_objext
36007 if { (ac_try="$ac_compile"
36008 case "(($ac_try" in
36009   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36010   *) ac_try_echo=$ac_try;;
36011 esac
36012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36013   (eval "$ac_compile") 2>conftest.er1
36014   ac_status=$?
36015   grep -v '^ *+' conftest.er1 >conftest.err
36016   rm -f conftest.er1
36017   cat conftest.err >&5
36018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36019   (exit $ac_status); } && {
36020          test -z "$ac_c_werror_flag" ||
36021          test ! -s conftest.err
36022        } && test -s conftest.$ac_objext; then
36023   ac_hi=$ac_mid; break
36024 else
36025   echo "$as_me: failed program was:" >&5
36026 sed 's/^/| /' conftest.$ac_ext >&5
36027
36028         ac_lo=`expr $ac_mid + 1`
36029                         if test $ac_lo -le $ac_mid; then
36030                           ac_lo= ac_hi=
36031                           break
36032                         fi
36033                         ac_mid=`expr 2 '*' $ac_mid + 1`
36034 fi
36035
36036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36037   done
36038 else
36039   echo "$as_me: failed program was:" >&5
36040 sed 's/^/| /' conftest.$ac_ext >&5
36041
36042         cat >conftest.$ac_ext <<_ACEOF
36043 /* confdefs.h.  */
36044 _ACEOF
36045 cat confdefs.h >>conftest.$ac_ext
36046 cat >>conftest.$ac_ext <<_ACEOF
36047 /* end confdefs.h.  */
36048 $ac_includes_default
36049    typedef int ac__type_sizeof_;
36050 int
36051 main ()
36052 {
36053 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
36054 test_array [0] = 0
36055
36056   ;
36057   return 0;
36058 }
36059 _ACEOF
36060 rm -f conftest.$ac_objext
36061 if { (ac_try="$ac_compile"
36062 case "(($ac_try" in
36063   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36064   *) ac_try_echo=$ac_try;;
36065 esac
36066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36067   (eval "$ac_compile") 2>conftest.er1
36068   ac_status=$?
36069   grep -v '^ *+' conftest.er1 >conftest.err
36070   rm -f conftest.er1
36071   cat conftest.err >&5
36072   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36073   (exit $ac_status); } && {
36074          test -z "$ac_c_werror_flag" ||
36075          test ! -s conftest.err
36076        } && test -s conftest.$ac_objext; then
36077   ac_hi=-1 ac_mid=-1
36078   while :; do
36079     cat >conftest.$ac_ext <<_ACEOF
36080 /* confdefs.h.  */
36081 _ACEOF
36082 cat confdefs.h >>conftest.$ac_ext
36083 cat >>conftest.$ac_ext <<_ACEOF
36084 /* end confdefs.h.  */
36085 $ac_includes_default
36086    typedef int ac__type_sizeof_;
36087 int
36088 main ()
36089 {
36090 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
36091 test_array [0] = 0
36092
36093   ;
36094   return 0;
36095 }
36096 _ACEOF
36097 rm -f conftest.$ac_objext
36098 if { (ac_try="$ac_compile"
36099 case "(($ac_try" in
36100   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36101   *) ac_try_echo=$ac_try;;
36102 esac
36103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36104   (eval "$ac_compile") 2>conftest.er1
36105   ac_status=$?
36106   grep -v '^ *+' conftest.er1 >conftest.err
36107   rm -f conftest.er1
36108   cat conftest.err >&5
36109   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36110   (exit $ac_status); } && {
36111          test -z "$ac_c_werror_flag" ||
36112          test ! -s conftest.err
36113        } && test -s conftest.$ac_objext; then
36114   ac_lo=$ac_mid; break
36115 else
36116   echo "$as_me: failed program was:" >&5
36117 sed 's/^/| /' conftest.$ac_ext >&5
36118
36119         ac_hi=`expr '(' $ac_mid ')' - 1`
36120                         if test $ac_mid -le $ac_hi; then
36121                           ac_lo= ac_hi=
36122                           break
36123                         fi
36124                         ac_mid=`expr 2 '*' $ac_mid`
36125 fi
36126
36127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36128   done
36129 else
36130   echo "$as_me: failed program was:" >&5
36131 sed 's/^/| /' conftest.$ac_ext >&5
36132
36133         ac_lo= ac_hi=
36134 fi
36135
36136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36137 fi
36138
36139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36140 # Binary search between lo and hi bounds.
36141 while test "x$ac_lo" != "x$ac_hi"; do
36142   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
36143   cat >conftest.$ac_ext <<_ACEOF
36144 /* confdefs.h.  */
36145 _ACEOF
36146 cat confdefs.h >>conftest.$ac_ext
36147 cat >>conftest.$ac_ext <<_ACEOF
36148 /* end confdefs.h.  */
36149 $ac_includes_default
36150    typedef int ac__type_sizeof_;
36151 int
36152 main ()
36153 {
36154 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
36155 test_array [0] = 0
36156
36157   ;
36158   return 0;
36159 }
36160 _ACEOF
36161 rm -f conftest.$ac_objext
36162 if { (ac_try="$ac_compile"
36163 case "(($ac_try" in
36164   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36165   *) ac_try_echo=$ac_try;;
36166 esac
36167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36168   (eval "$ac_compile") 2>conftest.er1
36169   ac_status=$?
36170   grep -v '^ *+' conftest.er1 >conftest.err
36171   rm -f conftest.er1
36172   cat conftest.err >&5
36173   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36174   (exit $ac_status); } && {
36175          test -z "$ac_c_werror_flag" ||
36176          test ! -s conftest.err
36177        } && test -s conftest.$ac_objext; then
36178   ac_hi=$ac_mid
36179 else
36180   echo "$as_me: failed program was:" >&5
36181 sed 's/^/| /' conftest.$ac_ext >&5
36182
36183         ac_lo=`expr '(' $ac_mid ')' + 1`
36184 fi
36185
36186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36187 done
36188 case $ac_lo in
36189 ?*) ac_cv_sizeof_int=$ac_lo;;
36190 '') if test "$ac_cv_type_int" = yes; then
36191      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
36192 See \`config.log' for more details." >&5
36193 echo "$as_me: error: cannot compute sizeof (int)
36194 See \`config.log' for more details." >&2;}
36195    { (exit 77); exit 77; }; }
36196    else
36197      ac_cv_sizeof_int=0
36198    fi ;;
36199 esac
36200 else
36201   cat >conftest.$ac_ext <<_ACEOF
36202 /* confdefs.h.  */
36203 _ACEOF
36204 cat confdefs.h >>conftest.$ac_ext
36205 cat >>conftest.$ac_ext <<_ACEOF
36206 /* end confdefs.h.  */
36207 $ac_includes_default
36208    typedef int ac__type_sizeof_;
36209 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
36210 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
36211 #include <stdio.h>
36212 #include <stdlib.h>
36213 int
36214 main ()
36215 {
36216
36217   FILE *f = fopen ("conftest.val", "w");
36218   if (! f)
36219     return 1;
36220   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
36221     {
36222       long int i = longval ();
36223       if (i != ((long int) (sizeof (ac__type_sizeof_))))
36224         return 1;
36225       fprintf (f, "%ld\n", i);
36226     }
36227   else
36228     {
36229       unsigned long int i = ulongval ();
36230       if (i != ((long int) (sizeof (ac__type_sizeof_))))
36231         return 1;
36232       fprintf (f, "%lu\n", i);
36233     }
36234   return ferror (f) || fclose (f) != 0;
36235
36236   ;
36237   return 0;
36238 }
36239 _ACEOF
36240 rm -f conftest$ac_exeext
36241 if { (ac_try="$ac_link"
36242 case "(($ac_try" in
36243   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36244   *) ac_try_echo=$ac_try;;
36245 esac
36246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36247   (eval "$ac_link") 2>&5
36248   ac_status=$?
36249   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36250   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
36251   { (case "(($ac_try" in
36252   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36253   *) ac_try_echo=$ac_try;;
36254 esac
36255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36256   (eval "$ac_try") 2>&5
36257   ac_status=$?
36258   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36259   (exit $ac_status); }; }; then
36260   ac_cv_sizeof_int=`cat conftest.val`
36261 else
36262   echo "$as_me: program exited with status $ac_status" >&5
36263 echo "$as_me: failed program was:" >&5
36264 sed 's/^/| /' conftest.$ac_ext >&5
36265
36266 ( exit $ac_status )
36267 if test "$ac_cv_type_int" = yes; then
36268      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
36269 See \`config.log' for more details." >&5
36270 echo "$as_me: error: cannot compute sizeof (int)
36271 See \`config.log' for more details." >&2;}
36272    { (exit 77); exit 77; }; }
36273    else
36274      ac_cv_sizeof_int=0
36275    fi
36276 fi
36277 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
36278 fi
36279 rm -f conftest.val
36280 fi
36281 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
36282 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
36283
36284
36285
36286 cat >>confdefs.h <<_ACEOF
36287 #define SIZEOF_INT $ac_cv_sizeof_int
36288 _ACEOF
36289
36290
36291 { echo "$as_me:$LINENO: checking for long int" >&5
36292 echo $ECHO_N "checking for long int... $ECHO_C" >&6; }
36293 if test "${ac_cv_type_long_int+set}" = set; then
36294   echo $ECHO_N "(cached) $ECHO_C" >&6
36295 else
36296   cat >conftest.$ac_ext <<_ACEOF
36297 /* confdefs.h.  */
36298 _ACEOF
36299 cat confdefs.h >>conftest.$ac_ext
36300 cat >>conftest.$ac_ext <<_ACEOF
36301 /* end confdefs.h.  */
36302 $ac_includes_default
36303 typedef long int ac__type_new_;
36304 int
36305 main ()
36306 {
36307 if ((ac__type_new_ *) 0)
36308   return 0;
36309 if (sizeof (ac__type_new_))
36310   return 0;
36311   ;
36312   return 0;
36313 }
36314 _ACEOF
36315 rm -f conftest.$ac_objext
36316 if { (ac_try="$ac_compile"
36317 case "(($ac_try" in
36318   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36319   *) ac_try_echo=$ac_try;;
36320 esac
36321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36322   (eval "$ac_compile") 2>conftest.er1
36323   ac_status=$?
36324   grep -v '^ *+' conftest.er1 >conftest.err
36325   rm -f conftest.er1
36326   cat conftest.err >&5
36327   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36328   (exit $ac_status); } && {
36329          test -z "$ac_c_werror_flag" ||
36330          test ! -s conftest.err
36331        } && test -s conftest.$ac_objext; then
36332   ac_cv_type_long_int=yes
36333 else
36334   echo "$as_me: failed program was:" >&5
36335 sed 's/^/| /' conftest.$ac_ext >&5
36336
36337         ac_cv_type_long_int=no
36338 fi
36339
36340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36341 fi
36342 { echo "$as_me:$LINENO: result: $ac_cv_type_long_int" >&5
36343 echo "${ECHO_T}$ac_cv_type_long_int" >&6; }
36344
36345 # The cast to long int works around a bug in the HP C Compiler
36346 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
36347 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
36348 # This bug is HP SR number 8606223364.
36349 { echo "$as_me:$LINENO: checking size of long int" >&5
36350 echo $ECHO_N "checking size of long int... $ECHO_C" >&6; }
36351 if test "${ac_cv_sizeof_long_int+set}" = set; then
36352   echo $ECHO_N "(cached) $ECHO_C" >&6
36353 else
36354   if test "$cross_compiling" = yes; then
36355   # Depending upon the size, compute the lo and hi bounds.
36356 cat >conftest.$ac_ext <<_ACEOF
36357 /* confdefs.h.  */
36358 _ACEOF
36359 cat confdefs.h >>conftest.$ac_ext
36360 cat >>conftest.$ac_ext <<_ACEOF
36361 /* end confdefs.h.  */
36362 $ac_includes_default
36363    typedef long int ac__type_sizeof_;
36364 int
36365 main ()
36366 {
36367 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
36368 test_array [0] = 0
36369
36370   ;
36371   return 0;
36372 }
36373 _ACEOF
36374 rm -f conftest.$ac_objext
36375 if { (ac_try="$ac_compile"
36376 case "(($ac_try" in
36377   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36378   *) ac_try_echo=$ac_try;;
36379 esac
36380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36381   (eval "$ac_compile") 2>conftest.er1
36382   ac_status=$?
36383   grep -v '^ *+' conftest.er1 >conftest.err
36384   rm -f conftest.er1
36385   cat conftest.err >&5
36386   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36387   (exit $ac_status); } && {
36388          test -z "$ac_c_werror_flag" ||
36389          test ! -s conftest.err
36390        } && test -s conftest.$ac_objext; then
36391   ac_lo=0 ac_mid=0
36392   while :; do
36393     cat >conftest.$ac_ext <<_ACEOF
36394 /* confdefs.h.  */
36395 _ACEOF
36396 cat confdefs.h >>conftest.$ac_ext
36397 cat >>conftest.$ac_ext <<_ACEOF
36398 /* end confdefs.h.  */
36399 $ac_includes_default
36400    typedef long int ac__type_sizeof_;
36401 int
36402 main ()
36403 {
36404 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
36405 test_array [0] = 0
36406
36407   ;
36408   return 0;
36409 }
36410 _ACEOF
36411 rm -f conftest.$ac_objext
36412 if { (ac_try="$ac_compile"
36413 case "(($ac_try" in
36414   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36415   *) ac_try_echo=$ac_try;;
36416 esac
36417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36418   (eval "$ac_compile") 2>conftest.er1
36419   ac_status=$?
36420   grep -v '^ *+' conftest.er1 >conftest.err
36421   rm -f conftest.er1
36422   cat conftest.err >&5
36423   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36424   (exit $ac_status); } && {
36425          test -z "$ac_c_werror_flag" ||
36426          test ! -s conftest.err
36427        } && test -s conftest.$ac_objext; then
36428   ac_hi=$ac_mid; break
36429 else
36430   echo "$as_me: failed program was:" >&5
36431 sed 's/^/| /' conftest.$ac_ext >&5
36432
36433         ac_lo=`expr $ac_mid + 1`
36434                         if test $ac_lo -le $ac_mid; then
36435                           ac_lo= ac_hi=
36436                           break
36437                         fi
36438                         ac_mid=`expr 2 '*' $ac_mid + 1`
36439 fi
36440
36441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36442   done
36443 else
36444   echo "$as_me: failed program was:" >&5
36445 sed 's/^/| /' conftest.$ac_ext >&5
36446
36447         cat >conftest.$ac_ext <<_ACEOF
36448 /* confdefs.h.  */
36449 _ACEOF
36450 cat confdefs.h >>conftest.$ac_ext
36451 cat >>conftest.$ac_ext <<_ACEOF
36452 /* end confdefs.h.  */
36453 $ac_includes_default
36454    typedef long int ac__type_sizeof_;
36455 int
36456 main ()
36457 {
36458 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
36459 test_array [0] = 0
36460
36461   ;
36462   return 0;
36463 }
36464 _ACEOF
36465 rm -f conftest.$ac_objext
36466 if { (ac_try="$ac_compile"
36467 case "(($ac_try" in
36468   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36469   *) ac_try_echo=$ac_try;;
36470 esac
36471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36472   (eval "$ac_compile") 2>conftest.er1
36473   ac_status=$?
36474   grep -v '^ *+' conftest.er1 >conftest.err
36475   rm -f conftest.er1
36476   cat conftest.err >&5
36477   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36478   (exit $ac_status); } && {
36479          test -z "$ac_c_werror_flag" ||
36480          test ! -s conftest.err
36481        } && test -s conftest.$ac_objext; then
36482   ac_hi=-1 ac_mid=-1
36483   while :; do
36484     cat >conftest.$ac_ext <<_ACEOF
36485 /* confdefs.h.  */
36486 _ACEOF
36487 cat confdefs.h >>conftest.$ac_ext
36488 cat >>conftest.$ac_ext <<_ACEOF
36489 /* end confdefs.h.  */
36490 $ac_includes_default
36491    typedef long int ac__type_sizeof_;
36492 int
36493 main ()
36494 {
36495 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
36496 test_array [0] = 0
36497
36498   ;
36499   return 0;
36500 }
36501 _ACEOF
36502 rm -f conftest.$ac_objext
36503 if { (ac_try="$ac_compile"
36504 case "(($ac_try" in
36505   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36506   *) ac_try_echo=$ac_try;;
36507 esac
36508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36509   (eval "$ac_compile") 2>conftest.er1
36510   ac_status=$?
36511   grep -v '^ *+' conftest.er1 >conftest.err
36512   rm -f conftest.er1
36513   cat conftest.err >&5
36514   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36515   (exit $ac_status); } && {
36516          test -z "$ac_c_werror_flag" ||
36517          test ! -s conftest.err
36518        } && test -s conftest.$ac_objext; then
36519   ac_lo=$ac_mid; break
36520 else
36521   echo "$as_me: failed program was:" >&5
36522 sed 's/^/| /' conftest.$ac_ext >&5
36523
36524         ac_hi=`expr '(' $ac_mid ')' - 1`
36525                         if test $ac_mid -le $ac_hi; then
36526                           ac_lo= ac_hi=
36527                           break
36528                         fi
36529                         ac_mid=`expr 2 '*' $ac_mid`
36530 fi
36531
36532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36533   done
36534 else
36535   echo "$as_me: failed program was:" >&5
36536 sed 's/^/| /' conftest.$ac_ext >&5
36537
36538         ac_lo= ac_hi=
36539 fi
36540
36541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36542 fi
36543
36544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36545 # Binary search between lo and hi bounds.
36546 while test "x$ac_lo" != "x$ac_hi"; do
36547   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
36548   cat >conftest.$ac_ext <<_ACEOF
36549 /* confdefs.h.  */
36550 _ACEOF
36551 cat confdefs.h >>conftest.$ac_ext
36552 cat >>conftest.$ac_ext <<_ACEOF
36553 /* end confdefs.h.  */
36554 $ac_includes_default
36555    typedef long int ac__type_sizeof_;
36556 int
36557 main ()
36558 {
36559 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
36560 test_array [0] = 0
36561
36562   ;
36563   return 0;
36564 }
36565 _ACEOF
36566 rm -f conftest.$ac_objext
36567 if { (ac_try="$ac_compile"
36568 case "(($ac_try" in
36569   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36570   *) ac_try_echo=$ac_try;;
36571 esac
36572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36573   (eval "$ac_compile") 2>conftest.er1
36574   ac_status=$?
36575   grep -v '^ *+' conftest.er1 >conftest.err
36576   rm -f conftest.er1
36577   cat conftest.err >&5
36578   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36579   (exit $ac_status); } && {
36580          test -z "$ac_c_werror_flag" ||
36581          test ! -s conftest.err
36582        } && test -s conftest.$ac_objext; then
36583   ac_hi=$ac_mid
36584 else
36585   echo "$as_me: failed program was:" >&5
36586 sed 's/^/| /' conftest.$ac_ext >&5
36587
36588         ac_lo=`expr '(' $ac_mid ')' + 1`
36589 fi
36590
36591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36592 done
36593 case $ac_lo in
36594 ?*) ac_cv_sizeof_long_int=$ac_lo;;
36595 '') if test "$ac_cv_type_long_int" = yes; then
36596      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long int)
36597 See \`config.log' for more details." >&5
36598 echo "$as_me: error: cannot compute sizeof (long int)
36599 See \`config.log' for more details." >&2;}
36600    { (exit 77); exit 77; }; }
36601    else
36602      ac_cv_sizeof_long_int=0
36603    fi ;;
36604 esac
36605 else
36606   cat >conftest.$ac_ext <<_ACEOF
36607 /* confdefs.h.  */
36608 _ACEOF
36609 cat confdefs.h >>conftest.$ac_ext
36610 cat >>conftest.$ac_ext <<_ACEOF
36611 /* end confdefs.h.  */
36612 $ac_includes_default
36613    typedef long int ac__type_sizeof_;
36614 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
36615 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
36616 #include <stdio.h>
36617 #include <stdlib.h>
36618 int
36619 main ()
36620 {
36621
36622   FILE *f = fopen ("conftest.val", "w");
36623   if (! f)
36624     return 1;
36625   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
36626     {
36627       long int i = longval ();
36628       if (i != ((long int) (sizeof (ac__type_sizeof_))))
36629         return 1;
36630       fprintf (f, "%ld\n", i);
36631     }
36632   else
36633     {
36634       unsigned long int i = ulongval ();
36635       if (i != ((long int) (sizeof (ac__type_sizeof_))))
36636         return 1;
36637       fprintf (f, "%lu\n", i);
36638     }
36639   return ferror (f) || fclose (f) != 0;
36640
36641   ;
36642   return 0;
36643 }
36644 _ACEOF
36645 rm -f conftest$ac_exeext
36646 if { (ac_try="$ac_link"
36647 case "(($ac_try" in
36648   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36649   *) ac_try_echo=$ac_try;;
36650 esac
36651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36652   (eval "$ac_link") 2>&5
36653   ac_status=$?
36654   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36655   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
36656   { (case "(($ac_try" in
36657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36658   *) ac_try_echo=$ac_try;;
36659 esac
36660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36661   (eval "$ac_try") 2>&5
36662   ac_status=$?
36663   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36664   (exit $ac_status); }; }; then
36665   ac_cv_sizeof_long_int=`cat conftest.val`
36666 else
36667   echo "$as_me: program exited with status $ac_status" >&5
36668 echo "$as_me: failed program was:" >&5
36669 sed 's/^/| /' conftest.$ac_ext >&5
36670
36671 ( exit $ac_status )
36672 if test "$ac_cv_type_long_int" = yes; then
36673      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long int)
36674 See \`config.log' for more details." >&5
36675 echo "$as_me: error: cannot compute sizeof (long int)
36676 See \`config.log' for more details." >&2;}
36677    { (exit 77); exit 77; }; }
36678    else
36679      ac_cv_sizeof_long_int=0
36680    fi
36681 fi
36682 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
36683 fi
36684 rm -f conftest.val
36685 fi
36686 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_int" >&5
36687 echo "${ECHO_T}$ac_cv_sizeof_long_int" >&6; }
36688
36689
36690
36691 cat >>confdefs.h <<_ACEOF
36692 #define SIZEOF_LONG_INT $ac_cv_sizeof_long_int
36693 _ACEOF
36694
36695
36696 { echo "$as_me:$LINENO: checking for long long int" >&5
36697 echo $ECHO_N "checking for long long int... $ECHO_C" >&6; }
36698 if test "${ac_cv_type_long_long_int+set}" = set; then
36699   echo $ECHO_N "(cached) $ECHO_C" >&6
36700 else
36701   cat >conftest.$ac_ext <<_ACEOF
36702 /* confdefs.h.  */
36703 _ACEOF
36704 cat confdefs.h >>conftest.$ac_ext
36705 cat >>conftest.$ac_ext <<_ACEOF
36706 /* end confdefs.h.  */
36707 $ac_includes_default
36708 typedef long long int ac__type_new_;
36709 int
36710 main ()
36711 {
36712 if ((ac__type_new_ *) 0)
36713   return 0;
36714 if (sizeof (ac__type_new_))
36715   return 0;
36716   ;
36717   return 0;
36718 }
36719 _ACEOF
36720 rm -f conftest.$ac_objext
36721 if { (ac_try="$ac_compile"
36722 case "(($ac_try" in
36723   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36724   *) ac_try_echo=$ac_try;;
36725 esac
36726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36727   (eval "$ac_compile") 2>conftest.er1
36728   ac_status=$?
36729   grep -v '^ *+' conftest.er1 >conftest.err
36730   rm -f conftest.er1
36731   cat conftest.err >&5
36732   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36733   (exit $ac_status); } && {
36734          test -z "$ac_c_werror_flag" ||
36735          test ! -s conftest.err
36736        } && test -s conftest.$ac_objext; then
36737   ac_cv_type_long_long_int=yes
36738 else
36739   echo "$as_me: failed program was:" >&5
36740 sed 's/^/| /' conftest.$ac_ext >&5
36741
36742         ac_cv_type_long_long_int=no
36743 fi
36744
36745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36746 fi
36747 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long_int" >&5
36748 echo "${ECHO_T}$ac_cv_type_long_long_int" >&6; }
36749
36750 # The cast to long int works around a bug in the HP C Compiler
36751 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
36752 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
36753 # This bug is HP SR number 8606223364.
36754 { echo "$as_me:$LINENO: checking size of long long int" >&5
36755 echo $ECHO_N "checking size of long long int... $ECHO_C" >&6; }
36756 if test "${ac_cv_sizeof_long_long_int+set}" = set; then
36757   echo $ECHO_N "(cached) $ECHO_C" >&6
36758 else
36759   if test "$cross_compiling" = yes; then
36760   # Depending upon the size, compute the lo and hi bounds.
36761 cat >conftest.$ac_ext <<_ACEOF
36762 /* confdefs.h.  */
36763 _ACEOF
36764 cat confdefs.h >>conftest.$ac_ext
36765 cat >>conftest.$ac_ext <<_ACEOF
36766 /* end confdefs.h.  */
36767 $ac_includes_default
36768    typedef long long int ac__type_sizeof_;
36769 int
36770 main ()
36771 {
36772 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
36773 test_array [0] = 0
36774
36775   ;
36776   return 0;
36777 }
36778 _ACEOF
36779 rm -f conftest.$ac_objext
36780 if { (ac_try="$ac_compile"
36781 case "(($ac_try" in
36782   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36783   *) ac_try_echo=$ac_try;;
36784 esac
36785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36786   (eval "$ac_compile") 2>conftest.er1
36787   ac_status=$?
36788   grep -v '^ *+' conftest.er1 >conftest.err
36789   rm -f conftest.er1
36790   cat conftest.err >&5
36791   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36792   (exit $ac_status); } && {
36793          test -z "$ac_c_werror_flag" ||
36794          test ! -s conftest.err
36795        } && test -s conftest.$ac_objext; then
36796   ac_lo=0 ac_mid=0
36797   while :; do
36798     cat >conftest.$ac_ext <<_ACEOF
36799 /* confdefs.h.  */
36800 _ACEOF
36801 cat confdefs.h >>conftest.$ac_ext
36802 cat >>conftest.$ac_ext <<_ACEOF
36803 /* end confdefs.h.  */
36804 $ac_includes_default
36805    typedef long long int ac__type_sizeof_;
36806 int
36807 main ()
36808 {
36809 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
36810 test_array [0] = 0
36811
36812   ;
36813   return 0;
36814 }
36815 _ACEOF
36816 rm -f conftest.$ac_objext
36817 if { (ac_try="$ac_compile"
36818 case "(($ac_try" in
36819   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36820   *) ac_try_echo=$ac_try;;
36821 esac
36822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36823   (eval "$ac_compile") 2>conftest.er1
36824   ac_status=$?
36825   grep -v '^ *+' conftest.er1 >conftest.err
36826   rm -f conftest.er1
36827   cat conftest.err >&5
36828   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36829   (exit $ac_status); } && {
36830          test -z "$ac_c_werror_flag" ||
36831          test ! -s conftest.err
36832        } && test -s conftest.$ac_objext; then
36833   ac_hi=$ac_mid; break
36834 else
36835   echo "$as_me: failed program was:" >&5
36836 sed 's/^/| /' conftest.$ac_ext >&5
36837
36838         ac_lo=`expr $ac_mid + 1`
36839                         if test $ac_lo -le $ac_mid; then
36840                           ac_lo= ac_hi=
36841                           break
36842                         fi
36843                         ac_mid=`expr 2 '*' $ac_mid + 1`
36844 fi
36845
36846 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36847   done
36848 else
36849   echo "$as_me: failed program was:" >&5
36850 sed 's/^/| /' conftest.$ac_ext >&5
36851
36852         cat >conftest.$ac_ext <<_ACEOF
36853 /* confdefs.h.  */
36854 _ACEOF
36855 cat confdefs.h >>conftest.$ac_ext
36856 cat >>conftest.$ac_ext <<_ACEOF
36857 /* end confdefs.h.  */
36858 $ac_includes_default
36859    typedef long long int ac__type_sizeof_;
36860 int
36861 main ()
36862 {
36863 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
36864 test_array [0] = 0
36865
36866   ;
36867   return 0;
36868 }
36869 _ACEOF
36870 rm -f conftest.$ac_objext
36871 if { (ac_try="$ac_compile"
36872 case "(($ac_try" in
36873   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36874   *) ac_try_echo=$ac_try;;
36875 esac
36876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36877   (eval "$ac_compile") 2>conftest.er1
36878   ac_status=$?
36879   grep -v '^ *+' conftest.er1 >conftest.err
36880   rm -f conftest.er1
36881   cat conftest.err >&5
36882   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36883   (exit $ac_status); } && {
36884          test -z "$ac_c_werror_flag" ||
36885          test ! -s conftest.err
36886        } && test -s conftest.$ac_objext; then
36887   ac_hi=-1 ac_mid=-1
36888   while :; do
36889     cat >conftest.$ac_ext <<_ACEOF
36890 /* confdefs.h.  */
36891 _ACEOF
36892 cat confdefs.h >>conftest.$ac_ext
36893 cat >>conftest.$ac_ext <<_ACEOF
36894 /* end confdefs.h.  */
36895 $ac_includes_default
36896    typedef long long int ac__type_sizeof_;
36897 int
36898 main ()
36899 {
36900 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
36901 test_array [0] = 0
36902
36903   ;
36904   return 0;
36905 }
36906 _ACEOF
36907 rm -f conftest.$ac_objext
36908 if { (ac_try="$ac_compile"
36909 case "(($ac_try" in
36910   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36911   *) ac_try_echo=$ac_try;;
36912 esac
36913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36914   (eval "$ac_compile") 2>conftest.er1
36915   ac_status=$?
36916   grep -v '^ *+' conftest.er1 >conftest.err
36917   rm -f conftest.er1
36918   cat conftest.err >&5
36919   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36920   (exit $ac_status); } && {
36921          test -z "$ac_c_werror_flag" ||
36922          test ! -s conftest.err
36923        } && test -s conftest.$ac_objext; then
36924   ac_lo=$ac_mid; break
36925 else
36926   echo "$as_me: failed program was:" >&5
36927 sed 's/^/| /' conftest.$ac_ext >&5
36928
36929         ac_hi=`expr '(' $ac_mid ')' - 1`
36930                         if test $ac_mid -le $ac_hi; then
36931                           ac_lo= ac_hi=
36932                           break
36933                         fi
36934                         ac_mid=`expr 2 '*' $ac_mid`
36935 fi
36936
36937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36938   done
36939 else
36940   echo "$as_me: failed program was:" >&5
36941 sed 's/^/| /' conftest.$ac_ext >&5
36942
36943         ac_lo= ac_hi=
36944 fi
36945
36946 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36947 fi
36948
36949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36950 # Binary search between lo and hi bounds.
36951 while test "x$ac_lo" != "x$ac_hi"; do
36952   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
36953   cat >conftest.$ac_ext <<_ACEOF
36954 /* confdefs.h.  */
36955 _ACEOF
36956 cat confdefs.h >>conftest.$ac_ext
36957 cat >>conftest.$ac_ext <<_ACEOF
36958 /* end confdefs.h.  */
36959 $ac_includes_default
36960    typedef long long int ac__type_sizeof_;
36961 int
36962 main ()
36963 {
36964 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
36965 test_array [0] = 0
36966
36967   ;
36968   return 0;
36969 }
36970 _ACEOF
36971 rm -f conftest.$ac_objext
36972 if { (ac_try="$ac_compile"
36973 case "(($ac_try" in
36974   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36975   *) ac_try_echo=$ac_try;;
36976 esac
36977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36978   (eval "$ac_compile") 2>conftest.er1
36979   ac_status=$?
36980   grep -v '^ *+' conftest.er1 >conftest.err
36981   rm -f conftest.er1
36982   cat conftest.err >&5
36983   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36984   (exit $ac_status); } && {
36985          test -z "$ac_c_werror_flag" ||
36986          test ! -s conftest.err
36987        } && test -s conftest.$ac_objext; then
36988   ac_hi=$ac_mid
36989 else
36990   echo "$as_me: failed program was:" >&5
36991 sed 's/^/| /' conftest.$ac_ext >&5
36992
36993         ac_lo=`expr '(' $ac_mid ')' + 1`
36994 fi
36995
36996 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36997 done
36998 case $ac_lo in
36999 ?*) ac_cv_sizeof_long_long_int=$ac_lo;;
37000 '') if test "$ac_cv_type_long_long_int" = yes; then
37001      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long int)
37002 See \`config.log' for more details." >&5
37003 echo "$as_me: error: cannot compute sizeof (long long int)
37004 See \`config.log' for more details." >&2;}
37005    { (exit 77); exit 77; }; }
37006    else
37007      ac_cv_sizeof_long_long_int=0
37008    fi ;;
37009 esac
37010 else
37011   cat >conftest.$ac_ext <<_ACEOF
37012 /* confdefs.h.  */
37013 _ACEOF
37014 cat confdefs.h >>conftest.$ac_ext
37015 cat >>conftest.$ac_ext <<_ACEOF
37016 /* end confdefs.h.  */
37017 $ac_includes_default
37018    typedef long long int ac__type_sizeof_;
37019 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
37020 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
37021 #include <stdio.h>
37022 #include <stdlib.h>
37023 int
37024 main ()
37025 {
37026
37027   FILE *f = fopen ("conftest.val", "w");
37028   if (! f)
37029     return 1;
37030   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
37031     {
37032       long int i = longval ();
37033       if (i != ((long int) (sizeof (ac__type_sizeof_))))
37034         return 1;
37035       fprintf (f, "%ld\n", i);
37036     }
37037   else
37038     {
37039       unsigned long int i = ulongval ();
37040       if (i != ((long int) (sizeof (ac__type_sizeof_))))
37041         return 1;
37042       fprintf (f, "%lu\n", i);
37043     }
37044   return ferror (f) || fclose (f) != 0;
37045
37046   ;
37047   return 0;
37048 }
37049 _ACEOF
37050 rm -f conftest$ac_exeext
37051 if { (ac_try="$ac_link"
37052 case "(($ac_try" in
37053   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37054   *) ac_try_echo=$ac_try;;
37055 esac
37056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37057   (eval "$ac_link") 2>&5
37058   ac_status=$?
37059   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37060   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
37061   { (case "(($ac_try" in
37062   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37063   *) ac_try_echo=$ac_try;;
37064 esac
37065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37066   (eval "$ac_try") 2>&5
37067   ac_status=$?
37068   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37069   (exit $ac_status); }; }; then
37070   ac_cv_sizeof_long_long_int=`cat conftest.val`
37071 else
37072   echo "$as_me: program exited with status $ac_status" >&5
37073 echo "$as_me: failed program was:" >&5
37074 sed 's/^/| /' conftest.$ac_ext >&5
37075
37076 ( exit $ac_status )
37077 if test "$ac_cv_type_long_long_int" = yes; then
37078      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long int)
37079 See \`config.log' for more details." >&5
37080 echo "$as_me: error: cannot compute sizeof (long long int)
37081 See \`config.log' for more details." >&2;}
37082    { (exit 77); exit 77; }; }
37083    else
37084      ac_cv_sizeof_long_long_int=0
37085    fi
37086 fi
37087 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
37088 fi
37089 rm -f conftest.val
37090 fi
37091 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long_int" >&5
37092 echo "${ECHO_T}$ac_cv_sizeof_long_long_int" >&6; }
37093
37094
37095
37096 cat >>confdefs.h <<_ACEOF
37097 #define SIZEOF_LONG_LONG_INT $ac_cv_sizeof_long_long_int
37098 _ACEOF
37099
37100
37101 { echo "$as_me:$LINENO: checking for int *" >&5
37102 echo $ECHO_N "checking for int *... $ECHO_C" >&6; }
37103 if test "${ac_cv_type_int_p+set}" = set; then
37104   echo $ECHO_N "(cached) $ECHO_C" >&6
37105 else
37106   cat >conftest.$ac_ext <<_ACEOF
37107 /* confdefs.h.  */
37108 _ACEOF
37109 cat confdefs.h >>conftest.$ac_ext
37110 cat >>conftest.$ac_ext <<_ACEOF
37111 /* end confdefs.h.  */
37112 $ac_includes_default
37113 typedef int * ac__type_new_;
37114 int
37115 main ()
37116 {
37117 if ((ac__type_new_ *) 0)
37118   return 0;
37119 if (sizeof (ac__type_new_))
37120   return 0;
37121   ;
37122   return 0;
37123 }
37124 _ACEOF
37125 rm -f conftest.$ac_objext
37126 if { (ac_try="$ac_compile"
37127 case "(($ac_try" in
37128   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37129   *) ac_try_echo=$ac_try;;
37130 esac
37131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37132   (eval "$ac_compile") 2>conftest.er1
37133   ac_status=$?
37134   grep -v '^ *+' conftest.er1 >conftest.err
37135   rm -f conftest.er1
37136   cat conftest.err >&5
37137   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37138   (exit $ac_status); } && {
37139          test -z "$ac_c_werror_flag" ||
37140          test ! -s conftest.err
37141        } && test -s conftest.$ac_objext; then
37142   ac_cv_type_int_p=yes
37143 else
37144   echo "$as_me: failed program was:" >&5
37145 sed 's/^/| /' conftest.$ac_ext >&5
37146
37147         ac_cv_type_int_p=no
37148 fi
37149
37150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37151 fi
37152 { echo "$as_me:$LINENO: result: $ac_cv_type_int_p" >&5
37153 echo "${ECHO_T}$ac_cv_type_int_p" >&6; }
37154
37155 # The cast to long int works around a bug in the HP C Compiler
37156 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
37157 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
37158 # This bug is HP SR number 8606223364.
37159 { echo "$as_me:$LINENO: checking size of int *" >&5
37160 echo $ECHO_N "checking size of int *... $ECHO_C" >&6; }
37161 if test "${ac_cv_sizeof_int_p+set}" = set; then
37162   echo $ECHO_N "(cached) $ECHO_C" >&6
37163 else
37164   if test "$cross_compiling" = yes; then
37165   # Depending upon the size, compute the lo and hi bounds.
37166 cat >conftest.$ac_ext <<_ACEOF
37167 /* confdefs.h.  */
37168 _ACEOF
37169 cat confdefs.h >>conftest.$ac_ext
37170 cat >>conftest.$ac_ext <<_ACEOF
37171 /* end confdefs.h.  */
37172 $ac_includes_default
37173    typedef int * ac__type_sizeof_;
37174 int
37175 main ()
37176 {
37177 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
37178 test_array [0] = 0
37179
37180   ;
37181   return 0;
37182 }
37183 _ACEOF
37184 rm -f conftest.$ac_objext
37185 if { (ac_try="$ac_compile"
37186 case "(($ac_try" in
37187   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37188   *) ac_try_echo=$ac_try;;
37189 esac
37190 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37191   (eval "$ac_compile") 2>conftest.er1
37192   ac_status=$?
37193   grep -v '^ *+' conftest.er1 >conftest.err
37194   rm -f conftest.er1
37195   cat conftest.err >&5
37196   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37197   (exit $ac_status); } && {
37198          test -z "$ac_c_werror_flag" ||
37199          test ! -s conftest.err
37200        } && test -s conftest.$ac_objext; then
37201   ac_lo=0 ac_mid=0
37202   while :; do
37203     cat >conftest.$ac_ext <<_ACEOF
37204 /* confdefs.h.  */
37205 _ACEOF
37206 cat confdefs.h >>conftest.$ac_ext
37207 cat >>conftest.$ac_ext <<_ACEOF
37208 /* end confdefs.h.  */
37209 $ac_includes_default
37210    typedef int * ac__type_sizeof_;
37211 int
37212 main ()
37213 {
37214 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
37215 test_array [0] = 0
37216
37217   ;
37218   return 0;
37219 }
37220 _ACEOF
37221 rm -f conftest.$ac_objext
37222 if { (ac_try="$ac_compile"
37223 case "(($ac_try" in
37224   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37225   *) ac_try_echo=$ac_try;;
37226 esac
37227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37228   (eval "$ac_compile") 2>conftest.er1
37229   ac_status=$?
37230   grep -v '^ *+' conftest.er1 >conftest.err
37231   rm -f conftest.er1
37232   cat conftest.err >&5
37233   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37234   (exit $ac_status); } && {
37235          test -z "$ac_c_werror_flag" ||
37236          test ! -s conftest.err
37237        } && test -s conftest.$ac_objext; then
37238   ac_hi=$ac_mid; break
37239 else
37240   echo "$as_me: failed program was:" >&5
37241 sed 's/^/| /' conftest.$ac_ext >&5
37242
37243         ac_lo=`expr $ac_mid + 1`
37244                         if test $ac_lo -le $ac_mid; then
37245                           ac_lo= ac_hi=
37246                           break
37247                         fi
37248                         ac_mid=`expr 2 '*' $ac_mid + 1`
37249 fi
37250
37251 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37252   done
37253 else
37254   echo "$as_me: failed program was:" >&5
37255 sed 's/^/| /' conftest.$ac_ext >&5
37256
37257         cat >conftest.$ac_ext <<_ACEOF
37258 /* confdefs.h.  */
37259 _ACEOF
37260 cat confdefs.h >>conftest.$ac_ext
37261 cat >>conftest.$ac_ext <<_ACEOF
37262 /* end confdefs.h.  */
37263 $ac_includes_default
37264    typedef int * ac__type_sizeof_;
37265 int
37266 main ()
37267 {
37268 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
37269 test_array [0] = 0
37270
37271   ;
37272   return 0;
37273 }
37274 _ACEOF
37275 rm -f conftest.$ac_objext
37276 if { (ac_try="$ac_compile"
37277 case "(($ac_try" in
37278   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37279   *) ac_try_echo=$ac_try;;
37280 esac
37281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37282   (eval "$ac_compile") 2>conftest.er1
37283   ac_status=$?
37284   grep -v '^ *+' conftest.er1 >conftest.err
37285   rm -f conftest.er1
37286   cat conftest.err >&5
37287   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37288   (exit $ac_status); } && {
37289          test -z "$ac_c_werror_flag" ||
37290          test ! -s conftest.err
37291        } && test -s conftest.$ac_objext; then
37292   ac_hi=-1 ac_mid=-1
37293   while :; do
37294     cat >conftest.$ac_ext <<_ACEOF
37295 /* confdefs.h.  */
37296 _ACEOF
37297 cat confdefs.h >>conftest.$ac_ext
37298 cat >>conftest.$ac_ext <<_ACEOF
37299 /* end confdefs.h.  */
37300 $ac_includes_default
37301    typedef int * ac__type_sizeof_;
37302 int
37303 main ()
37304 {
37305 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
37306 test_array [0] = 0
37307
37308   ;
37309   return 0;
37310 }
37311 _ACEOF
37312 rm -f conftest.$ac_objext
37313 if { (ac_try="$ac_compile"
37314 case "(($ac_try" in
37315   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37316   *) ac_try_echo=$ac_try;;
37317 esac
37318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37319   (eval "$ac_compile") 2>conftest.er1
37320   ac_status=$?
37321   grep -v '^ *+' conftest.er1 >conftest.err
37322   rm -f conftest.er1
37323   cat conftest.err >&5
37324   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37325   (exit $ac_status); } && {
37326          test -z "$ac_c_werror_flag" ||
37327          test ! -s conftest.err
37328        } && test -s conftest.$ac_objext; then
37329   ac_lo=$ac_mid; break
37330 else
37331   echo "$as_me: failed program was:" >&5
37332 sed 's/^/| /' conftest.$ac_ext >&5
37333
37334         ac_hi=`expr '(' $ac_mid ')' - 1`
37335                         if test $ac_mid -le $ac_hi; then
37336                           ac_lo= ac_hi=
37337                           break
37338                         fi
37339                         ac_mid=`expr 2 '*' $ac_mid`
37340 fi
37341
37342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37343   done
37344 else
37345   echo "$as_me: failed program was:" >&5
37346 sed 's/^/| /' conftest.$ac_ext >&5
37347
37348         ac_lo= ac_hi=
37349 fi
37350
37351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37352 fi
37353
37354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37355 # Binary search between lo and hi bounds.
37356 while test "x$ac_lo" != "x$ac_hi"; do
37357   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
37358   cat >conftest.$ac_ext <<_ACEOF
37359 /* confdefs.h.  */
37360 _ACEOF
37361 cat confdefs.h >>conftest.$ac_ext
37362 cat >>conftest.$ac_ext <<_ACEOF
37363 /* end confdefs.h.  */
37364 $ac_includes_default
37365    typedef int * ac__type_sizeof_;
37366 int
37367 main ()
37368 {
37369 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
37370 test_array [0] = 0
37371
37372   ;
37373   return 0;
37374 }
37375 _ACEOF
37376 rm -f conftest.$ac_objext
37377 if { (ac_try="$ac_compile"
37378 case "(($ac_try" in
37379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37380   *) ac_try_echo=$ac_try;;
37381 esac
37382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37383   (eval "$ac_compile") 2>conftest.er1
37384   ac_status=$?
37385   grep -v '^ *+' conftest.er1 >conftest.err
37386   rm -f conftest.er1
37387   cat conftest.err >&5
37388   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37389   (exit $ac_status); } && {
37390          test -z "$ac_c_werror_flag" ||
37391          test ! -s conftest.err
37392        } && test -s conftest.$ac_objext; then
37393   ac_hi=$ac_mid
37394 else
37395   echo "$as_me: failed program was:" >&5
37396 sed 's/^/| /' conftest.$ac_ext >&5
37397
37398         ac_lo=`expr '(' $ac_mid ')' + 1`
37399 fi
37400
37401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37402 done
37403 case $ac_lo in
37404 ?*) ac_cv_sizeof_int_p=$ac_lo;;
37405 '') if test "$ac_cv_type_int_p" = yes; then
37406      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *)
37407 See \`config.log' for more details." >&5
37408 echo "$as_me: error: cannot compute sizeof (int *)
37409 See \`config.log' for more details." >&2;}
37410    { (exit 77); exit 77; }; }
37411    else
37412      ac_cv_sizeof_int_p=0
37413    fi ;;
37414 esac
37415 else
37416   cat >conftest.$ac_ext <<_ACEOF
37417 /* confdefs.h.  */
37418 _ACEOF
37419 cat confdefs.h >>conftest.$ac_ext
37420 cat >>conftest.$ac_ext <<_ACEOF
37421 /* end confdefs.h.  */
37422 $ac_includes_default
37423    typedef int * ac__type_sizeof_;
37424 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
37425 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
37426 #include <stdio.h>
37427 #include <stdlib.h>
37428 int
37429 main ()
37430 {
37431
37432   FILE *f = fopen ("conftest.val", "w");
37433   if (! f)
37434     return 1;
37435   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
37436     {
37437       long int i = longval ();
37438       if (i != ((long int) (sizeof (ac__type_sizeof_))))
37439         return 1;
37440       fprintf (f, "%ld\n", i);
37441     }
37442   else
37443     {
37444       unsigned long int i = ulongval ();
37445       if (i != ((long int) (sizeof (ac__type_sizeof_))))
37446         return 1;
37447       fprintf (f, "%lu\n", i);
37448     }
37449   return ferror (f) || fclose (f) != 0;
37450
37451   ;
37452   return 0;
37453 }
37454 _ACEOF
37455 rm -f conftest$ac_exeext
37456 if { (ac_try="$ac_link"
37457 case "(($ac_try" in
37458   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37459   *) ac_try_echo=$ac_try;;
37460 esac
37461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37462   (eval "$ac_link") 2>&5
37463   ac_status=$?
37464   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37465   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
37466   { (case "(($ac_try" in
37467   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37468   *) ac_try_echo=$ac_try;;
37469 esac
37470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37471   (eval "$ac_try") 2>&5
37472   ac_status=$?
37473   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37474   (exit $ac_status); }; }; then
37475   ac_cv_sizeof_int_p=`cat conftest.val`
37476 else
37477   echo "$as_me: program exited with status $ac_status" >&5
37478 echo "$as_me: failed program was:" >&5
37479 sed 's/^/| /' conftest.$ac_ext >&5
37480
37481 ( exit $ac_status )
37482 if test "$ac_cv_type_int_p" = yes; then
37483      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int *)
37484 See \`config.log' for more details." >&5
37485 echo "$as_me: error: cannot compute sizeof (int *)
37486 See \`config.log' for more details." >&2;}
37487    { (exit 77); exit 77; }; }
37488    else
37489      ac_cv_sizeof_int_p=0
37490    fi
37491 fi
37492 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
37493 fi
37494 rm -f conftest.val
37495 fi
37496 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int_p" >&5
37497 echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6; }
37498
37499
37500
37501 cat >>confdefs.h <<_ACEOF
37502 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
37503 _ACEOF
37504
37505
37506
37507 { echo "$as_me:$LINENO: checking for u_int type" >&5
37508 echo $ECHO_N "checking for u_int type... $ECHO_C" >&6; }
37509 if test "${ac_cv_have_u_int+set}" = set; then
37510   echo $ECHO_N "(cached) $ECHO_C" >&6
37511 else
37512
37513        cat >conftest.$ac_ext <<_ACEOF
37514 /* confdefs.h.  */
37515 _ACEOF
37516 cat confdefs.h >>conftest.$ac_ext
37517 cat >>conftest.$ac_ext <<_ACEOF
37518 /* end confdefs.h.  */
37519
37520               #include <sys/types.h>
37521
37522 int
37523 main ()
37524 {
37525
37526               u_int a; a = 1;
37527
37528   ;
37529   return 0;
37530 }
37531 _ACEOF
37532 rm -f conftest.$ac_objext
37533 if { (ac_try="$ac_compile"
37534 case "(($ac_try" in
37535   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37536   *) ac_try_echo=$ac_try;;
37537 esac
37538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37539   (eval "$ac_compile") 2>conftest.er1
37540   ac_status=$?
37541   grep -v '^ *+' conftest.er1 >conftest.err
37542   rm -f conftest.er1
37543   cat conftest.err >&5
37544   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37545   (exit $ac_status); } && {
37546          test -z "$ac_c_werror_flag" ||
37547          test ! -s conftest.err
37548        } && test -s conftest.$ac_objext; then
37549
37550               ac_cv_have_u_int="yes"
37551
37552 else
37553   echo "$as_me: failed program was:" >&5
37554 sed 's/^/| /' conftest.$ac_ext >&5
37555
37556
37557               ac_cv_have_u_int="no"
37558
37559
37560 fi
37561
37562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37563
37564
37565 fi
37566 { echo "$as_me:$LINENO: result: $ac_cv_have_u_int" >&5
37567 echo "${ECHO_T}$ac_cv_have_u_int" >&6; }
37568 if test "x$ac_cv_have_u_int" = "xyes" ; then
37569    cat >>confdefs.h <<\_ACEOF
37570 #define HAVE_U_INT 1
37571 _ACEOF
37572
37573    have_u_int=1
37574 fi
37575
37576 { echo "$as_me:$LINENO: checking for intmax_t type" >&5
37577 echo $ECHO_N "checking for intmax_t type... $ECHO_C" >&6; }
37578 if test "${ac_cv_have_intmax_t+set}" = set; then
37579   echo $ECHO_N "(cached) $ECHO_C" >&6
37580 else
37581
37582        cat >conftest.$ac_ext <<_ACEOF
37583 /* confdefs.h.  */
37584 _ACEOF
37585 cat confdefs.h >>conftest.$ac_ext
37586 cat >>conftest.$ac_ext <<_ACEOF
37587 /* end confdefs.h.  */
37588
37589               #include <sys/types.h>
37590
37591 int
37592 main ()
37593 {
37594
37595               intmax_t a; a = 1;
37596
37597   ;
37598   return 0;
37599 }
37600 _ACEOF
37601 rm -f conftest.$ac_objext
37602 if { (ac_try="$ac_compile"
37603 case "(($ac_try" in
37604   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37605   *) ac_try_echo=$ac_try;;
37606 esac
37607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37608   (eval "$ac_compile") 2>conftest.er1
37609   ac_status=$?
37610   grep -v '^ *+' conftest.er1 >conftest.err
37611   rm -f conftest.er1
37612   cat conftest.err >&5
37613   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37614   (exit $ac_status); } && {
37615          test -z "$ac_c_werror_flag" ||
37616          test ! -s conftest.err
37617        } && test -s conftest.$ac_objext; then
37618
37619               ac_cv_have_intmax_t="yes"
37620
37621 else
37622   echo "$as_me: failed program was:" >&5
37623 sed 's/^/| /' conftest.$ac_ext >&5
37624
37625
37626               cat >conftest.$ac_ext <<_ACEOF
37627 /* confdefs.h.  */
37628 _ACEOF
37629 cat confdefs.h >>conftest.$ac_ext
37630 cat >>conftest.$ac_ext <<_ACEOF
37631 /* end confdefs.h.  */
37632
37633                      #include <stdint.h>
37634
37635 int
37636 main ()
37637 {
37638
37639                      intmax_t a; a = 1;
37640
37641   ;
37642   return 0;
37643 }
37644 _ACEOF
37645 rm -f conftest.$ac_objext
37646 if { (ac_try="$ac_compile"
37647 case "(($ac_try" in
37648   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37649   *) ac_try_echo=$ac_try;;
37650 esac
37651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37652   (eval "$ac_compile") 2>conftest.er1
37653   ac_status=$?
37654   grep -v '^ *+' conftest.er1 >conftest.err
37655   rm -f conftest.er1
37656   cat conftest.err >&5
37657   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37658   (exit $ac_status); } && {
37659          test -z "$ac_c_werror_flag" ||
37660          test ! -s conftest.err
37661        } && test -s conftest.$ac_objext; then
37662
37663                      ac_cv_have_intmax_t="yes"
37664
37665 else
37666   echo "$as_me: failed program was:" >&5
37667 sed 's/^/| /' conftest.$ac_ext >&5
37668
37669
37670                      ac_cv_have_intmax_t="no"
37671
37672
37673 fi
37674
37675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37676
37677
37678 fi
37679
37680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37681
37682
37683 fi
37684 { echo "$as_me:$LINENO: result: $ac_cv_have_intmax_t" >&5
37685 echo "${ECHO_T}$ac_cv_have_intmax_t" >&6; }
37686 if test "x$ac_cv_have_intmax_t" = "xyes" ; then
37687    cat >>confdefs.h <<\_ACEOF
37688 #define HAVE_INTMAX_T 1
37689 _ACEOF
37690
37691    have_intmax_t=1
37692 fi
37693
37694 { echo "$as_me:$LINENO: checking for u_intmax_t type" >&5
37695 echo $ECHO_N "checking for u_intmax_t type... $ECHO_C" >&6; }
37696 if test "${ac_cv_have_u_intmax_t+set}" = set; then
37697   echo $ECHO_N "(cached) $ECHO_C" >&6
37698 else
37699
37700        cat >conftest.$ac_ext <<_ACEOF
37701 /* confdefs.h.  */
37702 _ACEOF
37703 cat confdefs.h >>conftest.$ac_ext
37704 cat >>conftest.$ac_ext <<_ACEOF
37705 /* end confdefs.h.  */
37706
37707               #include <sys/types.h>
37708
37709 int
37710 main ()
37711 {
37712
37713               u_intmax_t a; a = 1;
37714
37715   ;
37716   return 0;
37717 }
37718 _ACEOF
37719 rm -f conftest.$ac_objext
37720 if { (ac_try="$ac_compile"
37721 case "(($ac_try" in
37722   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37723   *) ac_try_echo=$ac_try;;
37724 esac
37725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37726   (eval "$ac_compile") 2>conftest.er1
37727   ac_status=$?
37728   grep -v '^ *+' conftest.er1 >conftest.err
37729   rm -f conftest.er1
37730   cat conftest.err >&5
37731   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37732   (exit $ac_status); } && {
37733          test -z "$ac_c_werror_flag" ||
37734          test ! -s conftest.err
37735        } && test -s conftest.$ac_objext; then
37736
37737               ac_cv_have_u_intmax_t="yes"
37738
37739 else
37740   echo "$as_me: failed program was:" >&5
37741 sed 's/^/| /' conftest.$ac_ext >&5
37742
37743
37744               cat >conftest.$ac_ext <<_ACEOF
37745 /* confdefs.h.  */
37746 _ACEOF
37747 cat confdefs.h >>conftest.$ac_ext
37748 cat >>conftest.$ac_ext <<_ACEOF
37749 /* end confdefs.h.  */
37750
37751                      #include <stdint.h>
37752
37753 int
37754 main ()
37755 {
37756
37757                     u_intmax_t a; a = 1;
37758
37759   ;
37760   return 0;
37761 }
37762 _ACEOF
37763 rm -f conftest.$ac_objext
37764 if { (ac_try="$ac_compile"
37765 case "(($ac_try" in
37766   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37767   *) ac_try_echo=$ac_try;;
37768 esac
37769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37770   (eval "$ac_compile") 2>conftest.er1
37771   ac_status=$?
37772   grep -v '^ *+' conftest.er1 >conftest.err
37773   rm -f conftest.er1
37774   cat conftest.err >&5
37775   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37776   (exit $ac_status); } && {
37777          test -z "$ac_c_werror_flag" ||
37778          test ! -s conftest.err
37779        } && test -s conftest.$ac_objext; then
37780
37781                     ac_cv_have_u_intmax_t="yes"
37782
37783 else
37784   echo "$as_me: failed program was:" >&5
37785 sed 's/^/| /' conftest.$ac_ext >&5
37786
37787
37788                     ac_cv_have_u_intmax_t="no"
37789
37790
37791 fi
37792
37793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37794
37795
37796 fi
37797
37798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37799
37800
37801 fi
37802 { echo "$as_me:$LINENO: result: $ac_cv_have_u_intmax_t" >&5
37803 echo "${ECHO_T}$ac_cv_have_u_intmax_t" >&6; }
37804 if test "x$ac_cv_have_u_intmax_t" = "xyes" ; then
37805    cat >>confdefs.h <<\_ACEOF
37806 #define HAVE_U_INTMAX_T 1
37807 _ACEOF
37808
37809    have_u_intmax_t=1
37810 fi
37811
37812 { echo "$as_me:$LINENO: checking for intXX_t types" >&5
37813 echo $ECHO_N "checking for intXX_t types... $ECHO_C" >&6; }
37814 if test "${ac_cv_have_intxx_t+set}" = set; then
37815   echo $ECHO_N "(cached) $ECHO_C" >&6
37816 else
37817
37818        cat >conftest.$ac_ext <<_ACEOF
37819 /* confdefs.h.  */
37820 _ACEOF
37821 cat confdefs.h >>conftest.$ac_ext
37822 cat >>conftest.$ac_ext <<_ACEOF
37823 /* end confdefs.h.  */
37824
37825               #include <sys/types.h>
37826
37827 int
37828 main ()
37829 {
37830
37831               int8_t a; int16_t b; int32_t c; a = b = c = 1;
37832
37833   ;
37834   return 0;
37835 }
37836 _ACEOF
37837 rm -f conftest.$ac_objext
37838 if { (ac_try="$ac_compile"
37839 case "(($ac_try" in
37840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37841   *) ac_try_echo=$ac_try;;
37842 esac
37843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37844   (eval "$ac_compile") 2>conftest.er1
37845   ac_status=$?
37846   grep -v '^ *+' conftest.er1 >conftest.err
37847   rm -f conftest.er1
37848   cat conftest.err >&5
37849   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37850   (exit $ac_status); } && {
37851          test -z "$ac_c_werror_flag" ||
37852          test ! -s conftest.err
37853        } && test -s conftest.$ac_objext; then
37854
37855               ac_cv_have_intxx_t="yes"
37856
37857 else
37858   echo "$as_me: failed program was:" >&5
37859 sed 's/^/| /' conftest.$ac_ext >&5
37860
37861
37862               ac_cv_have_intxx_t="no"
37863
37864
37865 fi
37866
37867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37868
37869
37870 fi
37871 { echo "$as_me:$LINENO: result: $ac_cv_have_intxx_t" >&5
37872 echo "${ECHO_T}$ac_cv_have_intxx_t" >&6; }
37873 if test "x$ac_cv_have_intxx_t" = "xyes" ; then
37874    cat >>confdefs.h <<\_ACEOF
37875 #define HAVE_INTXX_T 1
37876 _ACEOF
37877
37878    have_intxx_t=1
37879 fi
37880
37881 { echo "$as_me:$LINENO: checking for int64_t type" >&5
37882 echo $ECHO_N "checking for int64_t type... $ECHO_C" >&6; }
37883 if test "${ac_cv_have_int64_t+set}" = set; then
37884   echo $ECHO_N "(cached) $ECHO_C" >&6
37885 else
37886
37887        cat >conftest.$ac_ext <<_ACEOF
37888 /* confdefs.h.  */
37889 _ACEOF
37890 cat confdefs.h >>conftest.$ac_ext
37891 cat >>conftest.$ac_ext <<_ACEOF
37892 /* end confdefs.h.  */
37893
37894               #include <sys/types.h>
37895
37896 int
37897 main ()
37898 {
37899
37900               int64_t a; a = 1;
37901
37902   ;
37903   return 0;
37904 }
37905 _ACEOF
37906 rm -f conftest.$ac_objext
37907 if { (ac_try="$ac_compile"
37908 case "(($ac_try" in
37909   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37910   *) ac_try_echo=$ac_try;;
37911 esac
37912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37913   (eval "$ac_compile") 2>conftest.er1
37914   ac_status=$?
37915   grep -v '^ *+' conftest.er1 >conftest.err
37916   rm -f conftest.er1
37917   cat conftest.err >&5
37918   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37919   (exit $ac_status); } && {
37920          test -z "$ac_c_werror_flag" ||
37921          test ! -s conftest.err
37922        } && test -s conftest.$ac_objext; then
37923
37924               ac_cv_have_int64_t="yes"
37925
37926 else
37927   echo "$as_me: failed program was:" >&5
37928 sed 's/^/| /' conftest.$ac_ext >&5
37929
37930
37931               ac_cv_have_int64_t="no"
37932
37933
37934 fi
37935
37936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37937
37938
37939 fi
37940 { echo "$as_me:$LINENO: result: $ac_cv_have_int64_t" >&5
37941 echo "${ECHO_T}$ac_cv_have_int64_t" >&6; }
37942 if test "x$ac_cv_have_int64_t" = "xyes" ; then
37943    cat >>confdefs.h <<\_ACEOF
37944 #define HAVE_INT64_T 1
37945 _ACEOF
37946
37947    have_int64_t=1
37948 fi
37949
37950 { echo "$as_me:$LINENO: checking for u_intXX_t types" >&5
37951 echo $ECHO_N "checking for u_intXX_t types... $ECHO_C" >&6; }
37952 if test "${ac_cv_have_u_intxx_t+set}" = set; then
37953   echo $ECHO_N "(cached) $ECHO_C" >&6
37954 else
37955
37956        cat >conftest.$ac_ext <<_ACEOF
37957 /* confdefs.h.  */
37958 _ACEOF
37959 cat confdefs.h >>conftest.$ac_ext
37960 cat >>conftest.$ac_ext <<_ACEOF
37961 /* end confdefs.h.  */
37962
37963               #include <sys/types.h>
37964
37965 int
37966 main ()
37967 {
37968
37969               u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1;
37970
37971   ;
37972   return 0;
37973 }
37974 _ACEOF
37975 rm -f conftest.$ac_objext
37976 if { (ac_try="$ac_compile"
37977 case "(($ac_try" in
37978   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37979   *) ac_try_echo=$ac_try;;
37980 esac
37981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37982   (eval "$ac_compile") 2>conftest.er1
37983   ac_status=$?
37984   grep -v '^ *+' conftest.er1 >conftest.err
37985   rm -f conftest.er1
37986   cat conftest.err >&5
37987   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37988   (exit $ac_status); } && {
37989          test -z "$ac_c_werror_flag" ||
37990          test ! -s conftest.err
37991        } && test -s conftest.$ac_objext; then
37992
37993              ac_cv_have_u_intxx_t="yes"
37994
37995 else
37996   echo "$as_me: failed program was:" >&5
37997 sed 's/^/| /' conftest.$ac_ext >&5
37998
37999
38000              ac_cv_have_u_intxx_t="no"
38001
38002
38003 fi
38004
38005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38006
38007
38008 fi
38009 { echo "$as_me:$LINENO: result: $ac_cv_have_u_intxx_t" >&5
38010 echo "${ECHO_T}$ac_cv_have_u_intxx_t" >&6; }
38011 if test "x$ac_cv_have_u_intxx_t" = "xyes" ; then
38012    cat >>confdefs.h <<\_ACEOF
38013 #define HAVE_U_INTXX_T 1
38014 _ACEOF
38015
38016    have_u_intxx_t=1
38017 fi
38018
38019 { echo "$as_me:$LINENO: checking for u_int64_t types" >&5
38020 echo $ECHO_N "checking for u_int64_t types... $ECHO_C" >&6; }
38021 if test "${ac_cv_have_u_int64_t+set}" = set; then
38022   echo $ECHO_N "(cached) $ECHO_C" >&6
38023 else
38024
38025        cat >conftest.$ac_ext <<_ACEOF
38026 /* confdefs.h.  */
38027 _ACEOF
38028 cat confdefs.h >>conftest.$ac_ext
38029 cat >>conftest.$ac_ext <<_ACEOF
38030 /* end confdefs.h.  */
38031
38032               #include <sys/types.h>
38033
38034 int
38035 main ()
38036 {
38037
38038               u_int64_t a; a = 1;
38039
38040   ;
38041   return 0;
38042 }
38043 _ACEOF
38044 rm -f conftest.$ac_objext
38045 if { (ac_try="$ac_compile"
38046 case "(($ac_try" in
38047   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38048   *) ac_try_echo=$ac_try;;
38049 esac
38050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38051   (eval "$ac_compile") 2>conftest.er1
38052   ac_status=$?
38053   grep -v '^ *+' conftest.er1 >conftest.err
38054   rm -f conftest.er1
38055   cat conftest.err >&5
38056   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38057   (exit $ac_status); } && {
38058          test -z "$ac_c_werror_flag" ||
38059          test ! -s conftest.err
38060        } && test -s conftest.$ac_objext; then
38061
38062              ac_cv_have_u_int64_t="yes"
38063
38064 else
38065   echo "$as_me: failed program was:" >&5
38066 sed 's/^/| /' conftest.$ac_ext >&5
38067
38068
38069              ac_cv_have_u_int64_t="no"
38070
38071
38072 fi
38073
38074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38075
38076
38077 fi
38078 { echo "$as_me:$LINENO: result: $ac_cv_have_u_int64_t" >&5
38079 echo "${ECHO_T}$ac_cv_have_u_int64_t" >&6; }
38080 if test "x$ac_cv_have_u_int64_t" = "xyes" ; then
38081    cat >>confdefs.h <<\_ACEOF
38082 #define HAVE_U_INT64_T 1
38083 _ACEOF
38084
38085    have_u_int64_t=1
38086 fi
38087
38088 if (test -z "$have_u_intxx_t" || test -z "$have_intxx_t" && \
38089     test "x$ac_cv_header_sys_bitypes_h" = "xyes")
38090 then
38091    { echo "$as_me:$LINENO: checking for intXX_t and u_intXX_t types in sys/bitypes.h" >&5
38092 echo $ECHO_N "checking for intXX_t and u_intXX_t types in sys/bitypes.h... $ECHO_C" >&6; }
38093    cat >conftest.$ac_ext <<_ACEOF
38094 /* confdefs.h.  */
38095 _ACEOF
38096 cat confdefs.h >>conftest.$ac_ext
38097 cat >>conftest.$ac_ext <<_ACEOF
38098 /* end confdefs.h.  */
38099
38100           #include <sys/bitypes.h>
38101
38102 int
38103 main ()
38104 {
38105
38106           int8_t a; int16_t b; int32_t c;
38107           u_int8_t e; u_int16_t f; u_int32_t g;
38108           a = b = c = e = f = g = 1;
38109
38110   ;
38111   return 0;
38112 }
38113 _ACEOF
38114 rm -f conftest.$ac_objext
38115 if { (ac_try="$ac_compile"
38116 case "(($ac_try" in
38117   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38118   *) ac_try_echo=$ac_try;;
38119 esac
38120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38121   (eval "$ac_compile") 2>conftest.er1
38122   ac_status=$?
38123   grep -v '^ *+' conftest.er1 >conftest.err
38124   rm -f conftest.er1
38125   cat conftest.err >&5
38126   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38127   (exit $ac_status); } && {
38128          test -z "$ac_c_werror_flag" ||
38129          test ! -s conftest.err
38130        } && test -s conftest.$ac_objext; then
38131
38132           cat >>confdefs.h <<\_ACEOF
38133 #define HAVE_U_INTXX_T 1
38134 _ACEOF
38135
38136           cat >>confdefs.h <<\_ACEOF
38137 #define HAVE_INTXX_T 1
38138 _ACEOF
38139
38140           cat >>confdefs.h <<\_ACEOF
38141 #define HAVE_SYS_BITYPES_H 1
38142 _ACEOF
38143
38144           { echo "$as_me:$LINENO: result: yes" >&5
38145 echo "${ECHO_T}yes" >&6; }
38146
38147 else
38148   echo "$as_me: failed program was:" >&5
38149 sed 's/^/| /' conftest.$ac_ext >&5
38150
38151
38152           { echo "$as_me:$LINENO: result: no" >&5
38153 echo "${ECHO_T}no" >&6; }
38154
38155
38156 fi
38157
38158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38159 fi
38160
38161 if test -z "$have_u_intxx_t" ; then
38162    { echo "$as_me:$LINENO: checking for uintXX_t types" >&5
38163 echo $ECHO_N "checking for uintXX_t types... $ECHO_C" >&6; }
38164 if test "${ac_cv_have_uintxx_t+set}" = set; then
38165   echo $ECHO_N "(cached) $ECHO_C" >&6
38166 else
38167
38168           cat >conftest.$ac_ext <<_ACEOF
38169 /* confdefs.h.  */
38170 _ACEOF
38171 cat confdefs.h >>conftest.$ac_ext
38172 cat >>conftest.$ac_ext <<_ACEOF
38173 /* end confdefs.h.  */
38174
38175                  #include <sys/types.h>
38176
38177 int
38178 main ()
38179 {
38180
38181                  uint8_t a; uint16_t b;
38182                  uint32_t c; a = b = c = 1;
38183
38184   ;
38185   return 0;
38186 }
38187 _ACEOF
38188 rm -f conftest.$ac_objext
38189 if { (ac_try="$ac_compile"
38190 case "(($ac_try" in
38191   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38192   *) ac_try_echo=$ac_try;;
38193 esac
38194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38195   (eval "$ac_compile") 2>conftest.er1
38196   ac_status=$?
38197   grep -v '^ *+' conftest.er1 >conftest.err
38198   rm -f conftest.er1
38199   cat conftest.err >&5
38200   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38201   (exit $ac_status); } && {
38202          test -z "$ac_c_werror_flag" ||
38203          test ! -s conftest.err
38204        } && test -s conftest.$ac_objext; then
38205
38206                 ac_cv_have_uintxx_t="yes"
38207
38208 else
38209   echo "$as_me: failed program was:" >&5
38210 sed 's/^/| /' conftest.$ac_ext >&5
38211
38212
38213                 ac_cv_have_uintxx_t="no"
38214
38215
38216 fi
38217
38218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38219
38220
38221 fi
38222 { echo "$as_me:$LINENO: result: $ac_cv_have_uintxx_t" >&5
38223 echo "${ECHO_T}$ac_cv_have_uintxx_t" >&6; }
38224    if test "x$ac_cv_have_uintxx_t" = "xyes" ; then
38225       cat >>confdefs.h <<\_ACEOF
38226 #define HAVE_UINTXX_T 1
38227 _ACEOF
38228
38229    fi
38230 fi
38231
38232 if (test -z "$have_u_int64_t" || test -z "$have_int64_t" && \
38233     test "x$ac_cv_header_sys_bitypes_h" = "xyes")
38234 then
38235    { echo "$as_me:$LINENO: checking for int64_t and u_int64_t types in sys/bitypes.h" >&5
38236 echo $ECHO_N "checking for int64_t and u_int64_t types in sys/bitypes.h... $ECHO_C" >&6; }
38237    cat >conftest.$ac_ext <<_ACEOF
38238 /* confdefs.h.  */
38239 _ACEOF
38240 cat confdefs.h >>conftest.$ac_ext
38241 cat >>conftest.$ac_ext <<_ACEOF
38242 /* end confdefs.h.  */
38243
38244           #include <sys/bitypes.h>
38245
38246 int
38247 main ()
38248 {
38249
38250           int64_t a; u_int64_t b;
38251           a = b = 1;
38252
38253   ;
38254   return 0;
38255 }
38256 _ACEOF
38257 rm -f conftest.$ac_objext
38258 if { (ac_try="$ac_compile"
38259 case "(($ac_try" in
38260   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38261   *) ac_try_echo=$ac_try;;
38262 esac
38263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38264   (eval "$ac_compile") 2>conftest.er1
38265   ac_status=$?
38266   grep -v '^ *+' conftest.er1 >conftest.err
38267   rm -f conftest.er1
38268   cat conftest.err >&5
38269   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38270   (exit $ac_status); } && {
38271          test -z "$ac_c_werror_flag" ||
38272          test ! -s conftest.err
38273        } && test -s conftest.$ac_objext; then
38274
38275           cat >>confdefs.h <<\_ACEOF
38276 #define HAVE_U_INT64_T 1
38277 _ACEOF
38278
38279           cat >>confdefs.h <<\_ACEOF
38280 #define HAVE_INT64_T 1
38281 _ACEOF
38282
38283           { echo "$as_me:$LINENO: result: yes" >&5
38284 echo "${ECHO_T}yes" >&6; }
38285
38286 else
38287   echo "$as_me: failed program was:" >&5
38288 sed 's/^/| /' conftest.$ac_ext >&5
38289
38290
38291           { echo "$as_me:$LINENO: result: no" >&5
38292 echo "${ECHO_T}no" >&6; }
38293
38294
38295 fi
38296
38297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38298 fi
38299
38300 if (test -z "$have_uintxx_t" && \
38301     test "x$ac_cv_header_sys_bitypes_h" = "xyes")
38302 then
38303    { echo "$as_me:$LINENO: checking for uintXX_t types in sys/bitypes.h" >&5
38304 echo $ECHO_N "checking for uintXX_t types in sys/bitypes.h... $ECHO_C" >&6; }
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
38312           #include <sys/bitypes.h>
38313
38314 int
38315 main ()
38316 {
38317
38318           uint8_t a; uint16_t b;
38319           uint32_t c; a = b = c = 1;
38320
38321   ;
38322   return 0;
38323 }
38324 _ACEOF
38325 rm -f conftest.$ac_objext
38326 if { (ac_try="$ac_compile"
38327 case "(($ac_try" in
38328   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38329   *) ac_try_echo=$ac_try;;
38330 esac
38331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38332   (eval "$ac_compile") 2>conftest.er1
38333   ac_status=$?
38334   grep -v '^ *+' conftest.er1 >conftest.err
38335   rm -f conftest.er1
38336   cat conftest.err >&5
38337   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38338   (exit $ac_status); } && {
38339          test -z "$ac_c_werror_flag" ||
38340          test ! -s conftest.err
38341        } && test -s conftest.$ac_objext; then
38342
38343           cat >>confdefs.h <<\_ACEOF
38344 #define HAVE_UINTXX_T 1
38345 _ACEOF
38346
38347           { echo "$as_me:$LINENO: result: yes" >&5
38348 echo "${ECHO_T}yes" >&6; }
38349
38350 else
38351   echo "$as_me: failed program was:" >&5
38352 sed 's/^/| /' conftest.$ac_ext >&5
38353
38354
38355           { echo "$as_me:$LINENO: result: no" >&5
38356 echo "${ECHO_T}no" >&6; }
38357
38358
38359 fi
38360
38361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38362 fi
38363
38364
38365
38366
38367
38368
38369
38370
38371
38372
38373
38374
38375
38376
38377 for ac_func in \
38378    fork \
38379    getcwd \
38380    gethostname \
38381    getpid \
38382    gettimeofday \
38383    setpgid \
38384    setpgrp \
38385    setsid \
38386    signal \
38387    strerror \
38388    strncmp \
38389    strncpy \
38390    vfprintf \
38391
38392 do
38393 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38394 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38395 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38396 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38397   echo $ECHO_N "(cached) $ECHO_C" >&6
38398 else
38399   cat >conftest.$ac_ext <<_ACEOF
38400 /* confdefs.h.  */
38401 _ACEOF
38402 cat confdefs.h >>conftest.$ac_ext
38403 cat >>conftest.$ac_ext <<_ACEOF
38404 /* end confdefs.h.  */
38405 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38406    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38407 #define $ac_func innocuous_$ac_func
38408
38409 /* System header to define __stub macros and hopefully few prototypes,
38410     which can conflict with char $ac_func (); below.
38411     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38412     <limits.h> exists even on freestanding compilers.  */
38413
38414 #ifdef __STDC__
38415 # include <limits.h>
38416 #else
38417 # include <assert.h>
38418 #endif
38419
38420 #undef $ac_func
38421
38422 /* Override any GCC internal prototype to avoid an error.
38423    Use char because int might match the return type of a GCC
38424    builtin and then its argument prototype would still apply.  */
38425 #ifdef __cplusplus
38426 extern "C"
38427 #endif
38428 char $ac_func ();
38429 /* The GNU C library defines this for functions which it implements
38430     to always fail with ENOSYS.  Some functions are actually named
38431     something starting with __ and the normal name is an alias.  */
38432 #if defined __stub_$ac_func || defined __stub___$ac_func
38433 choke me
38434 #endif
38435
38436 int
38437 main ()
38438 {
38439 return $ac_func ();
38440   ;
38441   return 0;
38442 }
38443 _ACEOF
38444 rm -f conftest.$ac_objext conftest$ac_exeext
38445 if { (ac_try="$ac_link"
38446 case "(($ac_try" in
38447   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38448   *) ac_try_echo=$ac_try;;
38449 esac
38450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38451   (eval "$ac_link") 2>conftest.er1
38452   ac_status=$?
38453   grep -v '^ *+' conftest.er1 >conftest.err
38454   rm -f conftest.er1
38455   cat conftest.err >&5
38456   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38457   (exit $ac_status); } && {
38458          test -z "$ac_c_werror_flag" ||
38459          test ! -s conftest.err
38460        } && test -s conftest$ac_exeext &&
38461        $as_test_x conftest$ac_exeext; then
38462   eval "$as_ac_var=yes"
38463 else
38464   echo "$as_me: failed program was:" >&5
38465 sed 's/^/| /' conftest.$ac_ext >&5
38466
38467         eval "$as_ac_var=no"
38468 fi
38469
38470 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38471       conftest$ac_exeext conftest.$ac_ext
38472 fi
38473 ac_res=`eval echo '${'$as_ac_var'}'`
38474                { echo "$as_me:$LINENO: result: $ac_res" >&5
38475 echo "${ECHO_T}$ac_res" >&6; }
38476 if test `eval echo '${'$as_ac_var'}'` = yes; then
38477   cat >>confdefs.h <<_ACEOF
38478 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38479 _ACEOF
38480
38481 else
38482   echo 'configure: cannot find needed function.'; exit 1
38483
38484 fi
38485 done
38486
38487
38488
38489 for ac_func in fchdir
38490 do
38491 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38492 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38493 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38494 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38495   echo $ECHO_N "(cached) $ECHO_C" >&6
38496 else
38497   cat >conftest.$ac_ext <<_ACEOF
38498 /* confdefs.h.  */
38499 _ACEOF
38500 cat confdefs.h >>conftest.$ac_ext
38501 cat >>conftest.$ac_ext <<_ACEOF
38502 /* end confdefs.h.  */
38503 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38504    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38505 #define $ac_func innocuous_$ac_func
38506
38507 /* System header to define __stub macros and hopefully few prototypes,
38508     which can conflict with char $ac_func (); below.
38509     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38510     <limits.h> exists even on freestanding compilers.  */
38511
38512 #ifdef __STDC__
38513 # include <limits.h>
38514 #else
38515 # include <assert.h>
38516 #endif
38517
38518 #undef $ac_func
38519
38520 /* Override any GCC internal prototype to avoid an error.
38521    Use char because int might match the return type of a GCC
38522    builtin and then its argument prototype would still apply.  */
38523 #ifdef __cplusplus
38524 extern "C"
38525 #endif
38526 char $ac_func ();
38527 /* The GNU C library defines this for functions which it implements
38528     to always fail with ENOSYS.  Some functions are actually named
38529     something starting with __ and the normal name is an alias.  */
38530 #if defined __stub_$ac_func || defined __stub___$ac_func
38531 choke me
38532 #endif
38533
38534 int
38535 main ()
38536 {
38537 return $ac_func ();
38538   ;
38539   return 0;
38540 }
38541 _ACEOF
38542 rm -f conftest.$ac_objext conftest$ac_exeext
38543 if { (ac_try="$ac_link"
38544 case "(($ac_try" in
38545   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38546   *) ac_try_echo=$ac_try;;
38547 esac
38548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38549   (eval "$ac_link") 2>conftest.er1
38550   ac_status=$?
38551   grep -v '^ *+' conftest.er1 >conftest.err
38552   rm -f conftest.er1
38553   cat conftest.err >&5
38554   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38555   (exit $ac_status); } && {
38556          test -z "$ac_c_werror_flag" ||
38557          test ! -s conftest.err
38558        } && test -s conftest$ac_exeext &&
38559        $as_test_x conftest$ac_exeext; then
38560   eval "$as_ac_var=yes"
38561 else
38562   echo "$as_me: failed program was:" >&5
38563 sed 's/^/| /' conftest.$ac_ext >&5
38564
38565         eval "$as_ac_var=no"
38566 fi
38567
38568 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38569       conftest$ac_exeext conftest.$ac_ext
38570 fi
38571 ac_res=`eval echo '${'$as_ac_var'}'`
38572                { echo "$as_me:$LINENO: result: $ac_res" >&5
38573 echo "${ECHO_T}$ac_res" >&6; }
38574 if test `eval echo '${'$as_ac_var'}'` = yes; then
38575   cat >>confdefs.h <<_ACEOF
38576 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38577 _ACEOF
38578  cat >>confdefs.h <<\_ACEOF
38579 #define HAVE_FCHDIR 1
38580 _ACEOF
38581
38582 fi
38583 done
38584
38585
38586 for ac_func in strtoll
38587 do
38588 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38589 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38590 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38591 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38592   echo $ECHO_N "(cached) $ECHO_C" >&6
38593 else
38594   cat >conftest.$ac_ext <<_ACEOF
38595 /* confdefs.h.  */
38596 _ACEOF
38597 cat confdefs.h >>conftest.$ac_ext
38598 cat >>conftest.$ac_ext <<_ACEOF
38599 /* end confdefs.h.  */
38600 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38601    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38602 #define $ac_func innocuous_$ac_func
38603
38604 /* System header to define __stub macros and hopefully few prototypes,
38605     which can conflict with char $ac_func (); below.
38606     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38607     <limits.h> exists even on freestanding compilers.  */
38608
38609 #ifdef __STDC__
38610 # include <limits.h>
38611 #else
38612 # include <assert.h>
38613 #endif
38614
38615 #undef $ac_func
38616
38617 /* Override any GCC internal prototype to avoid an error.
38618    Use char because int might match the return type of a GCC
38619    builtin and then its argument prototype would still apply.  */
38620 #ifdef __cplusplus
38621 extern "C"
38622 #endif
38623 char $ac_func ();
38624 /* The GNU C library defines this for functions which it implements
38625     to always fail with ENOSYS.  Some functions are actually named
38626     something starting with __ and the normal name is an alias.  */
38627 #if defined __stub_$ac_func || defined __stub___$ac_func
38628 choke me
38629 #endif
38630
38631 int
38632 main ()
38633 {
38634 return $ac_func ();
38635   ;
38636   return 0;
38637 }
38638 _ACEOF
38639 rm -f conftest.$ac_objext conftest$ac_exeext
38640 if { (ac_try="$ac_link"
38641 case "(($ac_try" in
38642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38643   *) ac_try_echo=$ac_try;;
38644 esac
38645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38646   (eval "$ac_link") 2>conftest.er1
38647   ac_status=$?
38648   grep -v '^ *+' conftest.er1 >conftest.err
38649   rm -f conftest.er1
38650   cat conftest.err >&5
38651   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38652   (exit $ac_status); } && {
38653          test -z "$ac_c_werror_flag" ||
38654          test ! -s conftest.err
38655        } && test -s conftest$ac_exeext &&
38656        $as_test_x conftest$ac_exeext; then
38657   eval "$as_ac_var=yes"
38658 else
38659   echo "$as_me: failed program was:" >&5
38660 sed 's/^/| /' conftest.$ac_ext >&5
38661
38662         eval "$as_ac_var=no"
38663 fi
38664
38665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38666       conftest$ac_exeext conftest.$ac_ext
38667 fi
38668 ac_res=`eval echo '${'$as_ac_var'}'`
38669                { echo "$as_me:$LINENO: result: $ac_res" >&5
38670 echo "${ECHO_T}$ac_res" >&6; }
38671 if test `eval echo '${'$as_ac_var'}'` = yes; then
38672   cat >>confdefs.h <<_ACEOF
38673 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38674 _ACEOF
38675  cat >>confdefs.h <<\_ACEOF
38676 #define HAVE_STRTOLL 1
38677 _ACEOF
38678
38679 fi
38680 done
38681
38682
38683 for ac_func in posix_fadvise
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 for ac_func in fdatasync
38778 do
38779 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38780 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38781 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38782 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38783   echo $ECHO_N "(cached) $ECHO_C" >&6
38784 else
38785   cat >conftest.$ac_ext <<_ACEOF
38786 /* confdefs.h.  */
38787 _ACEOF
38788 cat confdefs.h >>conftest.$ac_ext
38789 cat >>conftest.$ac_ext <<_ACEOF
38790 /* end confdefs.h.  */
38791 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38792    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38793 #define $ac_func innocuous_$ac_func
38794
38795 /* System header to define __stub macros and hopefully few prototypes,
38796     which can conflict with char $ac_func (); below.
38797     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38798     <limits.h> exists even on freestanding compilers.  */
38799
38800 #ifdef __STDC__
38801 # include <limits.h>
38802 #else
38803 # include <assert.h>
38804 #endif
38805
38806 #undef $ac_func
38807
38808 /* Override any GCC internal prototype to avoid an error.
38809    Use char because int might match the return type of a GCC
38810    builtin and then its argument prototype would still apply.  */
38811 #ifdef __cplusplus
38812 extern "C"
38813 #endif
38814 char $ac_func ();
38815 /* The GNU C library defines this for functions which it implements
38816     to always fail with ENOSYS.  Some functions are actually named
38817     something starting with __ and the normal name is an alias.  */
38818 #if defined __stub_$ac_func || defined __stub___$ac_func
38819 choke me
38820 #endif
38821
38822 int
38823 main ()
38824 {
38825 return $ac_func ();
38826   ;
38827   return 0;
38828 }
38829 _ACEOF
38830 rm -f conftest.$ac_objext conftest$ac_exeext
38831 if { (ac_try="$ac_link"
38832 case "(($ac_try" in
38833   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38834   *) ac_try_echo=$ac_try;;
38835 esac
38836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38837   (eval "$ac_link") 2>conftest.er1
38838   ac_status=$?
38839   grep -v '^ *+' conftest.er1 >conftest.err
38840   rm -f conftest.er1
38841   cat conftest.err >&5
38842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38843   (exit $ac_status); } && {
38844          test -z "$ac_c_werror_flag" ||
38845          test ! -s conftest.err
38846        } && test -s conftest$ac_exeext &&
38847        $as_test_x conftest$ac_exeext; then
38848   eval "$as_ac_var=yes"
38849 else
38850   echo "$as_me: failed program was:" >&5
38851 sed 's/^/| /' conftest.$ac_ext >&5
38852
38853         eval "$as_ac_var=no"
38854 fi
38855
38856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38857       conftest$ac_exeext conftest.$ac_ext
38858 fi
38859 ac_res=`eval echo '${'$as_ac_var'}'`
38860                { echo "$as_me:$LINENO: result: $ac_res" >&5
38861 echo "${ECHO_T}$ac_res" >&6; }
38862 if test `eval echo '${'$as_ac_var'}'` = yes; then
38863   cat >>confdefs.h <<_ACEOF
38864 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38865 _ACEOF
38866
38867 fi
38868 done
38869
38870
38871
38872 for ac_func in chflags
38873 do
38874 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38875 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38876 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38877 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38878   echo $ECHO_N "(cached) $ECHO_C" >&6
38879 else
38880   cat >conftest.$ac_ext <<_ACEOF
38881 /* confdefs.h.  */
38882 _ACEOF
38883 cat confdefs.h >>conftest.$ac_ext
38884 cat >>conftest.$ac_ext <<_ACEOF
38885 /* end confdefs.h.  */
38886 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38887    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38888 #define $ac_func innocuous_$ac_func
38889
38890 /* System header to define __stub macros and hopefully few prototypes,
38891     which can conflict with char $ac_func (); below.
38892     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38893     <limits.h> exists even on freestanding compilers.  */
38894
38895 #ifdef __STDC__
38896 # include <limits.h>
38897 #else
38898 # include <assert.h>
38899 #endif
38900
38901 #undef $ac_func
38902
38903 /* Override any GCC internal prototype to avoid an error.
38904    Use char because int might match the return type of a GCC
38905    builtin and then its argument prototype would still apply.  */
38906 #ifdef __cplusplus
38907 extern "C"
38908 #endif
38909 char $ac_func ();
38910 /* The GNU C library defines this for functions which it implements
38911     to always fail with ENOSYS.  Some functions are actually named
38912     something starting with __ and the normal name is an alias.  */
38913 #if defined __stub_$ac_func || defined __stub___$ac_func
38914 choke me
38915 #endif
38916
38917 int
38918 main ()
38919 {
38920 return $ac_func ();
38921   ;
38922   return 0;
38923 }
38924 _ACEOF
38925 rm -f conftest.$ac_objext conftest$ac_exeext
38926 if { (ac_try="$ac_link"
38927 case "(($ac_try" in
38928   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38929   *) ac_try_echo=$ac_try;;
38930 esac
38931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38932   (eval "$ac_link") 2>conftest.er1
38933   ac_status=$?
38934   grep -v '^ *+' conftest.er1 >conftest.err
38935   rm -f conftest.er1
38936   cat conftest.err >&5
38937   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38938   (exit $ac_status); } && {
38939          test -z "$ac_c_werror_flag" ||
38940          test ! -s conftest.err
38941        } && test -s conftest$ac_exeext &&
38942        $as_test_x conftest$ac_exeext; then
38943   eval "$as_ac_var=yes"
38944 else
38945   echo "$as_me: failed program was:" >&5
38946 sed 's/^/| /' conftest.$ac_ext >&5
38947
38948         eval "$as_ac_var=no"
38949 fi
38950
38951 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38952       conftest$ac_exeext conftest.$ac_ext
38953 fi
38954 ac_res=`eval echo '${'$as_ac_var'}'`
38955                { echo "$as_me:$LINENO: result: $ac_res" >&5
38956 echo "${ECHO_T}$ac_res" >&6; }
38957 if test `eval echo '${'$as_ac_var'}'` = yes; then
38958   cat >>confdefs.h <<_ACEOF
38959 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38960 _ACEOF
38961
38962 fi
38963 done
38964
38965
38966
38967
38968
38969
38970 for ac_func in snprintf vsnprintf gethostid fseeko
38971 do
38972 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38973 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38974 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38975 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38976   echo $ECHO_N "(cached) $ECHO_C" >&6
38977 else
38978   cat >conftest.$ac_ext <<_ACEOF
38979 /* confdefs.h.  */
38980 _ACEOF
38981 cat confdefs.h >>conftest.$ac_ext
38982 cat >>conftest.$ac_ext <<_ACEOF
38983 /* end confdefs.h.  */
38984 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38985    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38986 #define $ac_func innocuous_$ac_func
38987
38988 /* System header to define __stub macros and hopefully few prototypes,
38989     which can conflict with char $ac_func (); below.
38990     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38991     <limits.h> exists even on freestanding compilers.  */
38992
38993 #ifdef __STDC__
38994 # include <limits.h>
38995 #else
38996 # include <assert.h>
38997 #endif
38998
38999 #undef $ac_func
39000
39001 /* Override any GCC internal prototype to avoid an error.
39002    Use char because int might match the return type of a GCC
39003    builtin and then its argument prototype would still apply.  */
39004 #ifdef __cplusplus
39005 extern "C"
39006 #endif
39007 char $ac_func ();
39008 /* The GNU C library defines this for functions which it implements
39009     to always fail with ENOSYS.  Some functions are actually named
39010     something starting with __ and the normal name is an alias.  */
39011 #if defined __stub_$ac_func || defined __stub___$ac_func
39012 choke me
39013 #endif
39014
39015 int
39016 main ()
39017 {
39018 return $ac_func ();
39019   ;
39020   return 0;
39021 }
39022 _ACEOF
39023 rm -f conftest.$ac_objext conftest$ac_exeext
39024 if { (ac_try="$ac_link"
39025 case "(($ac_try" in
39026   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39027   *) ac_try_echo=$ac_try;;
39028 esac
39029 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39030   (eval "$ac_link") 2>conftest.er1
39031   ac_status=$?
39032   grep -v '^ *+' conftest.er1 >conftest.err
39033   rm -f conftest.er1
39034   cat conftest.err >&5
39035   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39036   (exit $ac_status); } && {
39037          test -z "$ac_c_werror_flag" ||
39038          test ! -s conftest.err
39039        } && test -s conftest$ac_exeext &&
39040        $as_test_x conftest$ac_exeext; then
39041   eval "$as_ac_var=yes"
39042 else
39043   echo "$as_me: failed program was:" >&5
39044 sed 's/^/| /' conftest.$ac_ext >&5
39045
39046         eval "$as_ac_var=no"
39047 fi
39048
39049 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39050       conftest$ac_exeext conftest.$ac_ext
39051 fi
39052 ac_res=`eval echo '${'$as_ac_var'}'`
39053                { echo "$as_me:$LINENO: result: $ac_res" >&5
39054 echo "${ECHO_T}$ac_res" >&6; }
39055 if test `eval echo '${'$as_ac_var'}'` = yes; then
39056   cat >>confdefs.h <<_ACEOF
39057 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39058 _ACEOF
39059
39060 fi
39061 done
39062
39063
39064 { echo "$as_me:$LINENO: checking for va_copy" >&5
39065 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
39066 if test "${ba_cv_va_copy+set}" = set; then
39067   echo $ECHO_N "(cached) $ECHO_C" >&6
39068 else
39069
39070        cat >conftest.$ac_ext <<_ACEOF
39071 /* confdefs.h.  */
39072 _ACEOF
39073 cat confdefs.h >>conftest.$ac_ext
39074 cat >>conftest.$ac_ext <<_ACEOF
39075 /* end confdefs.h.  */
39076
39077               #include <stdarg.h>
39078               void use_va_copy(va_list args){va_list args2; va_copy(args2,args); va_end(args2);}
39079               void call_use_va_copy(int junk,...){va_list args; va_start(args,junk); use_va_copy(args); va_end(args);}
39080
39081 int
39082 main ()
39083 {
39084
39085               call_use_va_copy(1,2,3)
39086
39087   ;
39088   return 0;
39089 }
39090 _ACEOF
39091 rm -f conftest.$ac_objext conftest$ac_exeext
39092 if { (ac_try="$ac_link"
39093 case "(($ac_try" in
39094   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39095   *) ac_try_echo=$ac_try;;
39096 esac
39097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39098   (eval "$ac_link") 2>conftest.er1
39099   ac_status=$?
39100   grep -v '^ *+' conftest.er1 >conftest.err
39101   rm -f conftest.er1
39102   cat conftest.err >&5
39103   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39104   (exit $ac_status); } && {
39105          test -z "$ac_c_werror_flag" ||
39106          test ! -s conftest.err
39107        } && test -s conftest$ac_exeext &&
39108        $as_test_x conftest$ac_exeext; then
39109
39110               ba_cv_va_copy=yes,
39111
39112 else
39113   echo "$as_me: failed program was:" >&5
39114 sed 's/^/| /' conftest.$ac_ext >&5
39115
39116
39117               ba_cv_va_copy=no
39118
39119
39120 fi
39121
39122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39123       conftest$ac_exeext conftest.$ac_ext
39124
39125
39126 fi
39127 { echo "$as_me:$LINENO: result: $ba_cv_va_copy" >&5
39128 echo "${ECHO_T}$ba_cv_va_copy" >&6; }
39129 test $ba_cv_va_copy = yes &&
39130 cat >>confdefs.h <<\_ACEOF
39131 #define HAVE_VA_COPY 1
39132 _ACEOF
39133
39134
39135
39136
39137
39138
39139 for ac_func in localtime_r readdir_r strerror_r gethostbyname_r
39140 do
39141 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39142 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39143 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39144 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39145   echo $ECHO_N "(cached) $ECHO_C" >&6
39146 else
39147   cat >conftest.$ac_ext <<_ACEOF
39148 /* confdefs.h.  */
39149 _ACEOF
39150 cat confdefs.h >>conftest.$ac_ext
39151 cat >>conftest.$ac_ext <<_ACEOF
39152 /* end confdefs.h.  */
39153 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39154    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39155 #define $ac_func innocuous_$ac_func
39156
39157 /* System header to define __stub macros and hopefully few prototypes,
39158     which can conflict with char $ac_func (); below.
39159     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39160     <limits.h> exists even on freestanding compilers.  */
39161
39162 #ifdef __STDC__
39163 # include <limits.h>
39164 #else
39165 # include <assert.h>
39166 #endif
39167
39168 #undef $ac_func
39169
39170 /* Override any GCC internal prototype to avoid an error.
39171    Use char because int might match the return type of a GCC
39172    builtin and then its argument prototype would still apply.  */
39173 #ifdef __cplusplus
39174 extern "C"
39175 #endif
39176 char $ac_func ();
39177 /* The GNU C library defines this for functions which it implements
39178     to always fail with ENOSYS.  Some functions are actually named
39179     something starting with __ and the normal name is an alias.  */
39180 #if defined __stub_$ac_func || defined __stub___$ac_func
39181 choke me
39182 #endif
39183
39184 int
39185 main ()
39186 {
39187 return $ac_func ();
39188   ;
39189   return 0;
39190 }
39191 _ACEOF
39192 rm -f conftest.$ac_objext conftest$ac_exeext
39193 if { (ac_try="$ac_link"
39194 case "(($ac_try" in
39195   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39196   *) ac_try_echo=$ac_try;;
39197 esac
39198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39199   (eval "$ac_link") 2>conftest.er1
39200   ac_status=$?
39201   grep -v '^ *+' conftest.er1 >conftest.err
39202   rm -f conftest.er1
39203   cat conftest.err >&5
39204   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39205   (exit $ac_status); } && {
39206          test -z "$ac_c_werror_flag" ||
39207          test ! -s conftest.err
39208        } && test -s conftest$ac_exeext &&
39209        $as_test_x conftest$ac_exeext; then
39210   eval "$as_ac_var=yes"
39211 else
39212   echo "$as_me: failed program was:" >&5
39213 sed 's/^/| /' conftest.$ac_ext >&5
39214
39215         eval "$as_ac_var=no"
39216 fi
39217
39218 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39219       conftest$ac_exeext conftest.$ac_ext
39220 fi
39221 ac_res=`eval echo '${'$as_ac_var'}'`
39222                { echo "$as_me:$LINENO: result: $ac_res" >&5
39223 echo "${ECHO_T}$ac_res" >&6; }
39224 if test `eval echo '${'$as_ac_var'}'` = yes; then
39225   cat >>confdefs.h <<_ACEOF
39226 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39227 _ACEOF
39228
39229 fi
39230 done
39231
39232
39233 # If resolver functions are not in libc check for -lnsl or -lresolv.
39234 { echo "$as_me:$LINENO: checking for gethostbyname_r" >&5
39235 echo $ECHO_N "checking for gethostbyname_r... $ECHO_C" >&6; }
39236 if test "${ac_cv_func_gethostbyname_r+set}" = set; then
39237   echo $ECHO_N "(cached) $ECHO_C" >&6
39238 else
39239   cat >conftest.$ac_ext <<_ACEOF
39240 /* confdefs.h.  */
39241 _ACEOF
39242 cat confdefs.h >>conftest.$ac_ext
39243 cat >>conftest.$ac_ext <<_ACEOF
39244 /* end confdefs.h.  */
39245 /* Define gethostbyname_r to an innocuous variant, in case <limits.h> declares gethostbyname_r.
39246    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39247 #define gethostbyname_r innocuous_gethostbyname_r
39248
39249 /* System header to define __stub macros and hopefully few prototypes,
39250     which can conflict with char gethostbyname_r (); below.
39251     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39252     <limits.h> exists even on freestanding compilers.  */
39253
39254 #ifdef __STDC__
39255 # include <limits.h>
39256 #else
39257 # include <assert.h>
39258 #endif
39259
39260 #undef gethostbyname_r
39261
39262 /* Override any GCC internal prototype to avoid an error.
39263    Use char because int might match the return type of a GCC
39264    builtin and then its argument prototype would still apply.  */
39265 #ifdef __cplusplus
39266 extern "C"
39267 #endif
39268 char gethostbyname_r ();
39269 /* The GNU C library defines this for functions which it implements
39270     to always fail with ENOSYS.  Some functions are actually named
39271     something starting with __ and the normal name is an alias.  */
39272 #if defined __stub_gethostbyname_r || defined __stub___gethostbyname_r
39273 choke me
39274 #endif
39275
39276 int
39277 main ()
39278 {
39279 return gethostbyname_r ();
39280   ;
39281   return 0;
39282 }
39283 _ACEOF
39284 rm -f conftest.$ac_objext conftest$ac_exeext
39285 if { (ac_try="$ac_link"
39286 case "(($ac_try" in
39287   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39288   *) ac_try_echo=$ac_try;;
39289 esac
39290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39291   (eval "$ac_link") 2>conftest.er1
39292   ac_status=$?
39293   grep -v '^ *+' conftest.er1 >conftest.err
39294   rm -f conftest.er1
39295   cat conftest.err >&5
39296   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39297   (exit $ac_status); } && {
39298          test -z "$ac_c_werror_flag" ||
39299          test ! -s conftest.err
39300        } && test -s conftest$ac_exeext &&
39301        $as_test_x conftest$ac_exeext; then
39302   ac_cv_func_gethostbyname_r=yes
39303 else
39304   echo "$as_me: failed program was:" >&5
39305 sed 's/^/| /' conftest.$ac_ext >&5
39306
39307         ac_cv_func_gethostbyname_r=no
39308 fi
39309
39310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39311       conftest$ac_exeext conftest.$ac_ext
39312 fi
39313 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname_r" >&5
39314 echo "${ECHO_T}$ac_cv_func_gethostbyname_r" >&6; }
39315 if test $ac_cv_func_gethostbyname_r = yes; then
39316   { echo "$as_me:$LINENO: result: using libc's resolver" >&5
39317 echo "${ECHO_T}using libc's resolver" >&6; }
39318 else
39319
39320 { echo "$as_me:$LINENO: checking for gethostbyname_r in -lnsl" >&5
39321 echo $ECHO_N "checking for gethostbyname_r in -lnsl... $ECHO_C" >&6; }
39322 if test "${ac_cv_lib_nsl_gethostbyname_r+set}" = set; then
39323   echo $ECHO_N "(cached) $ECHO_C" >&6
39324 else
39325   ac_check_lib_save_LIBS=$LIBS
39326 LIBS="-lnsl  $LIBS"
39327 cat >conftest.$ac_ext <<_ACEOF
39328 /* confdefs.h.  */
39329 _ACEOF
39330 cat confdefs.h >>conftest.$ac_ext
39331 cat >>conftest.$ac_ext <<_ACEOF
39332 /* end confdefs.h.  */
39333
39334 /* Override any GCC internal prototype to avoid an error.
39335    Use char because int might match the return type of a GCC
39336    builtin and then its argument prototype would still apply.  */
39337 #ifdef __cplusplus
39338 extern "C"
39339 #endif
39340 char gethostbyname_r ();
39341 int
39342 main ()
39343 {
39344 return gethostbyname_r ();
39345   ;
39346   return 0;
39347 }
39348 _ACEOF
39349 rm -f conftest.$ac_objext conftest$ac_exeext
39350 if { (ac_try="$ac_link"
39351 case "(($ac_try" in
39352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39353   *) ac_try_echo=$ac_try;;
39354 esac
39355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39356   (eval "$ac_link") 2>conftest.er1
39357   ac_status=$?
39358   grep -v '^ *+' conftest.er1 >conftest.err
39359   rm -f conftest.er1
39360   cat conftest.err >&5
39361   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39362   (exit $ac_status); } && {
39363          test -z "$ac_c_werror_flag" ||
39364          test ! -s conftest.err
39365        } && test -s conftest$ac_exeext &&
39366        $as_test_x conftest$ac_exeext; then
39367   ac_cv_lib_nsl_gethostbyname_r=yes
39368 else
39369   echo "$as_me: failed program was:" >&5
39370 sed 's/^/| /' conftest.$ac_ext >&5
39371
39372         ac_cv_lib_nsl_gethostbyname_r=no
39373 fi
39374
39375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39376       conftest$ac_exeext conftest.$ac_ext
39377 LIBS=$ac_check_lib_save_LIBS
39378 fi
39379 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname_r" >&5
39380 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname_r" >&6; }
39381 if test $ac_cv_lib_nsl_gethostbyname_r = yes; then
39382   cat >>confdefs.h <<_ACEOF
39383 #define HAVE_LIBNSL 1
39384 _ACEOF
39385
39386   LIBS="-lnsl $LIBS"
39387
39388 fi
39389
39390
39391 { echo "$as_me:$LINENO: checking for gethostbyname_r in -lresolv" >&5
39392 echo $ECHO_N "checking for gethostbyname_r in -lresolv... $ECHO_C" >&6; }
39393 if test "${ac_cv_lib_resolv_gethostbyname_r+set}" = set; then
39394   echo $ECHO_N "(cached) $ECHO_C" >&6
39395 else
39396   ac_check_lib_save_LIBS=$LIBS
39397 LIBS="-lresolv  $LIBS"
39398 cat >conftest.$ac_ext <<_ACEOF
39399 /* confdefs.h.  */
39400 _ACEOF
39401 cat confdefs.h >>conftest.$ac_ext
39402 cat >>conftest.$ac_ext <<_ACEOF
39403 /* end confdefs.h.  */
39404
39405 /* Override any GCC internal prototype to avoid an error.
39406    Use char because int might match the return type of a GCC
39407    builtin and then its argument prototype would still apply.  */
39408 #ifdef __cplusplus
39409 extern "C"
39410 #endif
39411 char gethostbyname_r ();
39412 int
39413 main ()
39414 {
39415 return gethostbyname_r ();
39416   ;
39417   return 0;
39418 }
39419 _ACEOF
39420 rm -f conftest.$ac_objext conftest$ac_exeext
39421 if { (ac_try="$ac_link"
39422 case "(($ac_try" in
39423   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39424   *) ac_try_echo=$ac_try;;
39425 esac
39426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39427   (eval "$ac_link") 2>conftest.er1
39428   ac_status=$?
39429   grep -v '^ *+' conftest.er1 >conftest.err
39430   rm -f conftest.er1
39431   cat conftest.err >&5
39432   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39433   (exit $ac_status); } && {
39434          test -z "$ac_c_werror_flag" ||
39435          test ! -s conftest.err
39436        } && test -s conftest$ac_exeext &&
39437        $as_test_x conftest$ac_exeext; then
39438   ac_cv_lib_resolv_gethostbyname_r=yes
39439 else
39440   echo "$as_me: failed program was:" >&5
39441 sed 's/^/| /' conftest.$ac_ext >&5
39442
39443         ac_cv_lib_resolv_gethostbyname_r=no
39444 fi
39445
39446 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39447       conftest$ac_exeext conftest.$ac_ext
39448 LIBS=$ac_check_lib_save_LIBS
39449 fi
39450 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_gethostbyname_r" >&5
39451 echo "${ECHO_T}$ac_cv_lib_resolv_gethostbyname_r" >&6; }
39452 if test $ac_cv_lib_resolv_gethostbyname_r = yes; then
39453   cat >>confdefs.h <<_ACEOF
39454 #define HAVE_LIBRESOLV 1
39455 _ACEOF
39456
39457   LIBS="-lresolv $LIBS"
39458
39459 fi
39460
39461 fi
39462
39463
39464
39465 for ac_func in inet_pton
39466 do
39467 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39468 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39469 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39470 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39471   echo $ECHO_N "(cached) $ECHO_C" >&6
39472 else
39473   cat >conftest.$ac_ext <<_ACEOF
39474 /* confdefs.h.  */
39475 _ACEOF
39476 cat confdefs.h >>conftest.$ac_ext
39477 cat >>conftest.$ac_ext <<_ACEOF
39478 /* end confdefs.h.  */
39479 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39480    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39481 #define $ac_func innocuous_$ac_func
39482
39483 /* System header to define __stub macros and hopefully few prototypes,
39484     which can conflict with char $ac_func (); below.
39485     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39486     <limits.h> exists even on freestanding compilers.  */
39487
39488 #ifdef __STDC__
39489 # include <limits.h>
39490 #else
39491 # include <assert.h>
39492 #endif
39493
39494 #undef $ac_func
39495
39496 /* Override any GCC internal prototype to avoid an error.
39497    Use char because int might match the return type of a GCC
39498    builtin and then its argument prototype would still apply.  */
39499 #ifdef __cplusplus
39500 extern "C"
39501 #endif
39502 char $ac_func ();
39503 /* The GNU C library defines this for functions which it implements
39504     to always fail with ENOSYS.  Some functions are actually named
39505     something starting with __ and the normal name is an alias.  */
39506 #if defined __stub_$ac_func || defined __stub___$ac_func
39507 choke me
39508 #endif
39509
39510 int
39511 main ()
39512 {
39513 return $ac_func ();
39514   ;
39515   return 0;
39516 }
39517 _ACEOF
39518 rm -f conftest.$ac_objext conftest$ac_exeext
39519 if { (ac_try="$ac_link"
39520 case "(($ac_try" in
39521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39522   *) ac_try_echo=$ac_try;;
39523 esac
39524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39525   (eval "$ac_link") 2>conftest.er1
39526   ac_status=$?
39527   grep -v '^ *+' conftest.er1 >conftest.err
39528   rm -f conftest.er1
39529   cat conftest.err >&5
39530   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39531   (exit $ac_status); } && {
39532          test -z "$ac_c_werror_flag" ||
39533          test ! -s conftest.err
39534        } && test -s conftest$ac_exeext &&
39535        $as_test_x conftest$ac_exeext; then
39536   eval "$as_ac_var=yes"
39537 else
39538   echo "$as_me: failed program was:" >&5
39539 sed 's/^/| /' conftest.$ac_ext >&5
39540
39541         eval "$as_ac_var=no"
39542 fi
39543
39544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39545       conftest$ac_exeext conftest.$ac_ext
39546 fi
39547 ac_res=`eval echo '${'$as_ac_var'}'`
39548                { echo "$as_me:$LINENO: result: $ac_res" >&5
39549 echo "${ECHO_T}$ac_res" >&6; }
39550 if test `eval echo '${'$as_ac_var'}'` = yes; then
39551   cat >>confdefs.h <<_ACEOF
39552 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39553 _ACEOF
39554  cat >>confdefs.h <<\_ACEOF
39555 #define HAVE_INET_PTON 1
39556 _ACEOF
39557
39558 fi
39559 done
39560
39561
39562 for ac_func in inet_ntop
39563 do
39564 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39565 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39566 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39567 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39568   echo $ECHO_N "(cached) $ECHO_C" >&6
39569 else
39570   cat >conftest.$ac_ext <<_ACEOF
39571 /* confdefs.h.  */
39572 _ACEOF
39573 cat confdefs.h >>conftest.$ac_ext
39574 cat >>conftest.$ac_ext <<_ACEOF
39575 /* end confdefs.h.  */
39576 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39577    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39578 #define $ac_func innocuous_$ac_func
39579
39580 /* System header to define __stub macros and hopefully few prototypes,
39581     which can conflict with char $ac_func (); below.
39582     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39583     <limits.h> exists even on freestanding compilers.  */
39584
39585 #ifdef __STDC__
39586 # include <limits.h>
39587 #else
39588 # include <assert.h>
39589 #endif
39590
39591 #undef $ac_func
39592
39593 /* Override any GCC internal prototype to avoid an error.
39594    Use char because int might match the return type of a GCC
39595    builtin and then its argument prototype would still apply.  */
39596 #ifdef __cplusplus
39597 extern "C"
39598 #endif
39599 char $ac_func ();
39600 /* The GNU C library defines this for functions which it implements
39601     to always fail with ENOSYS.  Some functions are actually named
39602     something starting with __ and the normal name is an alias.  */
39603 #if defined __stub_$ac_func || defined __stub___$ac_func
39604 choke me
39605 #endif
39606
39607 int
39608 main ()
39609 {
39610 return $ac_func ();
39611   ;
39612   return 0;
39613 }
39614 _ACEOF
39615 rm -f conftest.$ac_objext conftest$ac_exeext
39616 if { (ac_try="$ac_link"
39617 case "(($ac_try" in
39618   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39619   *) ac_try_echo=$ac_try;;
39620 esac
39621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39622   (eval "$ac_link") 2>conftest.er1
39623   ac_status=$?
39624   grep -v '^ *+' conftest.er1 >conftest.err
39625   rm -f conftest.er1
39626   cat conftest.err >&5
39627   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39628   (exit $ac_status); } && {
39629          test -z "$ac_c_werror_flag" ||
39630          test ! -s conftest.err
39631        } && test -s conftest$ac_exeext &&
39632        $as_test_x conftest$ac_exeext; then
39633   eval "$as_ac_var=yes"
39634 else
39635   echo "$as_me: failed program was:" >&5
39636 sed 's/^/| /' conftest.$ac_ext >&5
39637
39638         eval "$as_ac_var=no"
39639 fi
39640
39641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39642       conftest$ac_exeext conftest.$ac_ext
39643 fi
39644 ac_res=`eval echo '${'$as_ac_var'}'`
39645                { echo "$as_me:$LINENO: result: $ac_res" >&5
39646 echo "${ECHO_T}$ac_res" >&6; }
39647 if test `eval echo '${'$as_ac_var'}'` = yes; then
39648   cat >>confdefs.h <<_ACEOF
39649 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39650 _ACEOF
39651  cat >>confdefs.h <<\_ACEOF
39652 #define HAVE_INET_NTOP 1
39653 _ACEOF
39654
39655 fi
39656 done
39657
39658
39659 for ac_func in gethostbyname2
39660 do
39661 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39662 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39663 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39664 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39665   echo $ECHO_N "(cached) $ECHO_C" >&6
39666 else
39667   cat >conftest.$ac_ext <<_ACEOF
39668 /* confdefs.h.  */
39669 _ACEOF
39670 cat confdefs.h >>conftest.$ac_ext
39671 cat >>conftest.$ac_ext <<_ACEOF
39672 /* end confdefs.h.  */
39673 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39674    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39675 #define $ac_func innocuous_$ac_func
39676
39677 /* System header to define __stub macros and hopefully few prototypes,
39678     which can conflict with char $ac_func (); below.
39679     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39680     <limits.h> exists even on freestanding compilers.  */
39681
39682 #ifdef __STDC__
39683 # include <limits.h>
39684 #else
39685 # include <assert.h>
39686 #endif
39687
39688 #undef $ac_func
39689
39690 /* Override any GCC internal prototype to avoid an error.
39691    Use char because int might match the return type of a GCC
39692    builtin and then its argument prototype would still apply.  */
39693 #ifdef __cplusplus
39694 extern "C"
39695 #endif
39696 char $ac_func ();
39697 /* The GNU C library defines this for functions which it implements
39698     to always fail with ENOSYS.  Some functions are actually named
39699     something starting with __ and the normal name is an alias.  */
39700 #if defined __stub_$ac_func || defined __stub___$ac_func
39701 choke me
39702 #endif
39703
39704 int
39705 main ()
39706 {
39707 return $ac_func ();
39708   ;
39709   return 0;
39710 }
39711 _ACEOF
39712 rm -f conftest.$ac_objext conftest$ac_exeext
39713 if { (ac_try="$ac_link"
39714 case "(($ac_try" in
39715   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39716   *) ac_try_echo=$ac_try;;
39717 esac
39718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39719   (eval "$ac_link") 2>conftest.er1
39720   ac_status=$?
39721   grep -v '^ *+' conftest.er1 >conftest.err
39722   rm -f conftest.er1
39723   cat conftest.err >&5
39724   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39725   (exit $ac_status); } && {
39726          test -z "$ac_c_werror_flag" ||
39727          test ! -s conftest.err
39728        } && test -s conftest$ac_exeext &&
39729        $as_test_x conftest$ac_exeext; then
39730   eval "$as_ac_var=yes"
39731 else
39732   echo "$as_me: failed program was:" >&5
39733 sed 's/^/| /' conftest.$ac_ext >&5
39734
39735         eval "$as_ac_var=no"
39736 fi
39737
39738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39739       conftest$ac_exeext conftest.$ac_ext
39740 fi
39741 ac_res=`eval echo '${'$as_ac_var'}'`
39742                { echo "$as_me:$LINENO: result: $ac_res" >&5
39743 echo "${ECHO_T}$ac_res" >&6; }
39744 if test `eval echo '${'$as_ac_var'}'` = yes; then
39745   cat >>confdefs.h <<_ACEOF
39746 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39747 _ACEOF
39748  cat >>confdefs.h <<\_ACEOF
39749 #define HAVE_GETHOSTBYNAME2 1
39750 _ACEOF
39751
39752 fi
39753 done
39754
39755
39756 { echo "$as_me:$LINENO: checking for struct sockaddr has a sa_len field" >&5
39757 echo $ECHO_N "checking for struct sockaddr has a sa_len field... $ECHO_C" >&6; }
39758 if test "${ac_cv_struct_sockaddr_sa_len+set}" = set; then
39759   echo $ECHO_N "(cached) $ECHO_C" >&6
39760 else
39761
39762        cat >conftest.$ac_ext <<_ACEOF
39763 /* confdefs.h.  */
39764 _ACEOF
39765 cat confdefs.h >>conftest.$ac_ext
39766 cat >>conftest.$ac_ext <<_ACEOF
39767 /* end confdefs.h.  */
39768
39769               #include <sys/socket.h>
39770
39771 int
39772 main ()
39773 {
39774
39775               struct sockaddr s; s.sa_len;
39776
39777   ;
39778   return 0;
39779 }
39780 _ACEOF
39781 rm -f conftest.$ac_objext
39782 if { (ac_try="$ac_compile"
39783 case "(($ac_try" in
39784   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39785   *) ac_try_echo=$ac_try;;
39786 esac
39787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39788   (eval "$ac_compile") 2>conftest.er1
39789   ac_status=$?
39790   grep -v '^ *+' conftest.er1 >conftest.err
39791   rm -f conftest.er1
39792   cat conftest.err >&5
39793   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39794   (exit $ac_status); } && {
39795          test -z "$ac_c_werror_flag" ||
39796          test ! -s conftest.err
39797        } && test -s conftest.$ac_objext; then
39798
39799              ac_cv_struct_sockaddr_sa_len=yes
39800
39801 else
39802   echo "$as_me: failed program was:" >&5
39803 sed 's/^/| /' conftest.$ac_ext >&5
39804
39805         ac_cv_struct_sockaddr_sa_len=no
39806
39807
39808 fi
39809
39810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39811
39812
39813 fi
39814 { echo "$as_me:$LINENO: result: $ac_cv_struct_sockaddr_sa_len" >&5
39815 echo "${ECHO_T}$ac_cv_struct_sockaddr_sa_len" >&6; }
39816
39817 if test $ac_cv_struct_sockaddr_sa_len = yes; then
39818
39819 cat >>confdefs.h <<\_ACEOF
39820 #define HAVE_SA_LEN 1
39821 _ACEOF
39822
39823 fi
39824
39825
39826 for ac_func in strftime
39827 do
39828 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39829 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39830 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39831 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39832   echo $ECHO_N "(cached) $ECHO_C" >&6
39833 else
39834   cat >conftest.$ac_ext <<_ACEOF
39835 /* confdefs.h.  */
39836 _ACEOF
39837 cat confdefs.h >>conftest.$ac_ext
39838 cat >>conftest.$ac_ext <<_ACEOF
39839 /* end confdefs.h.  */
39840 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39841    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39842 #define $ac_func innocuous_$ac_func
39843
39844 /* System header to define __stub macros and hopefully few prototypes,
39845     which can conflict with char $ac_func (); below.
39846     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39847     <limits.h> exists even on freestanding compilers.  */
39848
39849 #ifdef __STDC__
39850 # include <limits.h>
39851 #else
39852 # include <assert.h>
39853 #endif
39854
39855 #undef $ac_func
39856
39857 /* Override any GCC internal prototype to avoid an error.
39858    Use char because int might match the return type of a GCC
39859    builtin and then its argument prototype would still apply.  */
39860 #ifdef __cplusplus
39861 extern "C"
39862 #endif
39863 char $ac_func ();
39864 /* The GNU C library defines this for functions which it implements
39865     to always fail with ENOSYS.  Some functions are actually named
39866     something starting with __ and the normal name is an alias.  */
39867 #if defined __stub_$ac_func || defined __stub___$ac_func
39868 choke me
39869 #endif
39870
39871 int
39872 main ()
39873 {
39874 return $ac_func ();
39875   ;
39876   return 0;
39877 }
39878 _ACEOF
39879 rm -f conftest.$ac_objext conftest$ac_exeext
39880 if { (ac_try="$ac_link"
39881 case "(($ac_try" in
39882   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39883   *) ac_try_echo=$ac_try;;
39884 esac
39885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39886   (eval "$ac_link") 2>conftest.er1
39887   ac_status=$?
39888   grep -v '^ *+' conftest.er1 >conftest.err
39889   rm -f conftest.er1
39890   cat conftest.err >&5
39891   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39892   (exit $ac_status); } && {
39893          test -z "$ac_c_werror_flag" ||
39894          test ! -s conftest.err
39895        } && test -s conftest$ac_exeext &&
39896        $as_test_x conftest$ac_exeext; then
39897   eval "$as_ac_var=yes"
39898 else
39899   echo "$as_me: failed program was:" >&5
39900 sed 's/^/| /' conftest.$ac_ext >&5
39901
39902         eval "$as_ac_var=no"
39903 fi
39904
39905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39906       conftest$ac_exeext conftest.$ac_ext
39907 fi
39908 ac_res=`eval echo '${'$as_ac_var'}'`
39909                { echo "$as_me:$LINENO: result: $ac_res" >&5
39910 echo "${ECHO_T}$ac_res" >&6; }
39911 if test `eval echo '${'$as_ac_var'}'` = yes; then
39912   cat >>confdefs.h <<_ACEOF
39913 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39914 _ACEOF
39915
39916 else
39917   # strftime is in -lintl on SCO UNIX.
39918 { echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
39919 echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; }
39920 if test "${ac_cv_lib_intl_strftime+set}" = set; then
39921   echo $ECHO_N "(cached) $ECHO_C" >&6
39922 else
39923   ac_check_lib_save_LIBS=$LIBS
39924 LIBS="-lintl  $LIBS"
39925 cat >conftest.$ac_ext <<_ACEOF
39926 /* confdefs.h.  */
39927 _ACEOF
39928 cat confdefs.h >>conftest.$ac_ext
39929 cat >>conftest.$ac_ext <<_ACEOF
39930 /* end confdefs.h.  */
39931
39932 /* Override any GCC internal prototype to avoid an error.
39933    Use char because int might match the return type of a GCC
39934    builtin and then its argument prototype would still apply.  */
39935 #ifdef __cplusplus
39936 extern "C"
39937 #endif
39938 char strftime ();
39939 int
39940 main ()
39941 {
39942 return strftime ();
39943   ;
39944   return 0;
39945 }
39946 _ACEOF
39947 rm -f conftest.$ac_objext conftest$ac_exeext
39948 if { (ac_try="$ac_link"
39949 case "(($ac_try" in
39950   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39951   *) ac_try_echo=$ac_try;;
39952 esac
39953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39954   (eval "$ac_link") 2>conftest.er1
39955   ac_status=$?
39956   grep -v '^ *+' conftest.er1 >conftest.err
39957   rm -f conftest.er1
39958   cat conftest.err >&5
39959   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39960   (exit $ac_status); } && {
39961          test -z "$ac_c_werror_flag" ||
39962          test ! -s conftest.err
39963        } && test -s conftest$ac_exeext &&
39964        $as_test_x conftest$ac_exeext; then
39965   ac_cv_lib_intl_strftime=yes
39966 else
39967   echo "$as_me: failed program was:" >&5
39968 sed 's/^/| /' conftest.$ac_ext >&5
39969
39970         ac_cv_lib_intl_strftime=no
39971 fi
39972
39973 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39974       conftest$ac_exeext conftest.$ac_ext
39975 LIBS=$ac_check_lib_save_LIBS
39976 fi
39977 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
39978 echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; }
39979 if test $ac_cv_lib_intl_strftime = yes; then
39980   cat >>confdefs.h <<\_ACEOF
39981 #define HAVE_STRFTIME 1
39982 _ACEOF
39983
39984 LIBS="-lintl $LIBS"
39985 fi
39986
39987 fi
39988 done
39989
39990
39991 for ac_func in vprintf
39992 do
39993 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39994 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39995 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39996 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39997   echo $ECHO_N "(cached) $ECHO_C" >&6
39998 else
39999   cat >conftest.$ac_ext <<_ACEOF
40000 /* confdefs.h.  */
40001 _ACEOF
40002 cat confdefs.h >>conftest.$ac_ext
40003 cat >>conftest.$ac_ext <<_ACEOF
40004 /* end confdefs.h.  */
40005 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40006    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
40007 #define $ac_func innocuous_$ac_func
40008
40009 /* System header to define __stub macros and hopefully few prototypes,
40010     which can conflict with char $ac_func (); below.
40011     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40012     <limits.h> exists even on freestanding compilers.  */
40013
40014 #ifdef __STDC__
40015 # include <limits.h>
40016 #else
40017 # include <assert.h>
40018 #endif
40019
40020 #undef $ac_func
40021
40022 /* Override any GCC internal prototype to avoid an error.
40023    Use char because int might match the return type of a GCC
40024    builtin and then its argument prototype would still apply.  */
40025 #ifdef __cplusplus
40026 extern "C"
40027 #endif
40028 char $ac_func ();
40029 /* The GNU C library defines this for functions which it implements
40030     to always fail with ENOSYS.  Some functions are actually named
40031     something starting with __ and the normal name is an alias.  */
40032 #if defined __stub_$ac_func || defined __stub___$ac_func
40033 choke me
40034 #endif
40035
40036 int
40037 main ()
40038 {
40039 return $ac_func ();
40040   ;
40041   return 0;
40042 }
40043 _ACEOF
40044 rm -f conftest.$ac_objext conftest$ac_exeext
40045 if { (ac_try="$ac_link"
40046 case "(($ac_try" in
40047   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40048   *) ac_try_echo=$ac_try;;
40049 esac
40050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40051   (eval "$ac_link") 2>conftest.er1
40052   ac_status=$?
40053   grep -v '^ *+' conftest.er1 >conftest.err
40054   rm -f conftest.er1
40055   cat conftest.err >&5
40056   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40057   (exit $ac_status); } && {
40058          test -z "$ac_c_werror_flag" ||
40059          test ! -s conftest.err
40060        } && test -s conftest$ac_exeext &&
40061        $as_test_x conftest$ac_exeext; then
40062   eval "$as_ac_var=yes"
40063 else
40064   echo "$as_me: failed program was:" >&5
40065 sed 's/^/| /' conftest.$ac_ext >&5
40066
40067         eval "$as_ac_var=no"
40068 fi
40069
40070 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40071       conftest$ac_exeext conftest.$ac_ext
40072 fi
40073 ac_res=`eval echo '${'$as_ac_var'}'`
40074                { echo "$as_me:$LINENO: result: $ac_res" >&5
40075 echo "${ECHO_T}$ac_res" >&6; }
40076 if test `eval echo '${'$as_ac_var'}'` = yes; then
40077   cat >>confdefs.h <<_ACEOF
40078 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40079 _ACEOF
40080
40081 { echo "$as_me:$LINENO: checking for _doprnt" >&5
40082 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; }
40083 if test "${ac_cv_func__doprnt+set}" = set; then
40084   echo $ECHO_N "(cached) $ECHO_C" >&6
40085 else
40086   cat >conftest.$ac_ext <<_ACEOF
40087 /* confdefs.h.  */
40088 _ACEOF
40089 cat confdefs.h >>conftest.$ac_ext
40090 cat >>conftest.$ac_ext <<_ACEOF
40091 /* end confdefs.h.  */
40092 /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
40093    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
40094 #define _doprnt innocuous__doprnt
40095
40096 /* System header to define __stub macros and hopefully few prototypes,
40097     which can conflict with char _doprnt (); below.
40098     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40099     <limits.h> exists even on freestanding compilers.  */
40100
40101 #ifdef __STDC__
40102 # include <limits.h>
40103 #else
40104 # include <assert.h>
40105 #endif
40106
40107 #undef _doprnt
40108
40109 /* Override any GCC internal prototype to avoid an error.
40110    Use char because int might match the return type of a GCC
40111    builtin and then its argument prototype would still apply.  */
40112 #ifdef __cplusplus
40113 extern "C"
40114 #endif
40115 char _doprnt ();
40116 /* The GNU C library defines this for functions which it implements
40117     to always fail with ENOSYS.  Some functions are actually named
40118     something starting with __ and the normal name is an alias.  */
40119 #if defined __stub__doprnt || defined __stub____doprnt
40120 choke me
40121 #endif
40122
40123 int
40124 main ()
40125 {
40126 return _doprnt ();
40127   ;
40128   return 0;
40129 }
40130 _ACEOF
40131 rm -f conftest.$ac_objext conftest$ac_exeext
40132 if { (ac_try="$ac_link"
40133 case "(($ac_try" in
40134   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40135   *) ac_try_echo=$ac_try;;
40136 esac
40137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40138   (eval "$ac_link") 2>conftest.er1
40139   ac_status=$?
40140   grep -v '^ *+' conftest.er1 >conftest.err
40141   rm -f conftest.er1
40142   cat conftest.err >&5
40143   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40144   (exit $ac_status); } && {
40145          test -z "$ac_c_werror_flag" ||
40146          test ! -s conftest.err
40147        } && test -s conftest$ac_exeext &&
40148        $as_test_x conftest$ac_exeext; then
40149   ac_cv_func__doprnt=yes
40150 else
40151   echo "$as_me: failed program was:" >&5
40152 sed 's/^/| /' conftest.$ac_ext >&5
40153
40154         ac_cv_func__doprnt=no
40155 fi
40156
40157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40158       conftest$ac_exeext conftest.$ac_ext
40159 fi
40160 { echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
40161 echo "${ECHO_T}$ac_cv_func__doprnt" >&6; }
40162 if test $ac_cv_func__doprnt = yes; then
40163
40164 cat >>confdefs.h <<\_ACEOF
40165 #define HAVE_DOPRNT 1
40166 _ACEOF
40167
40168 fi
40169
40170 fi
40171 done
40172
40173
40174 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
40175 # for constant arguments.  Useless!
40176 { echo "$as_me:$LINENO: checking for working alloca.h" >&5
40177 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; }
40178 if test "${ac_cv_working_alloca_h+set}" = set; then
40179   echo $ECHO_N "(cached) $ECHO_C" >&6
40180 else
40181   cat >conftest.$ac_ext <<_ACEOF
40182 /* confdefs.h.  */
40183 _ACEOF
40184 cat confdefs.h >>conftest.$ac_ext
40185 cat >>conftest.$ac_ext <<_ACEOF
40186 /* end confdefs.h.  */
40187 #include <alloca.h>
40188 int
40189 main ()
40190 {
40191 char *p = (char *) alloca (2 * sizeof (int));
40192                           if (p) return 0;
40193   ;
40194   return 0;
40195 }
40196 _ACEOF
40197 rm -f conftest.$ac_objext conftest$ac_exeext
40198 if { (ac_try="$ac_link"
40199 case "(($ac_try" in
40200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40201   *) ac_try_echo=$ac_try;;
40202 esac
40203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40204   (eval "$ac_link") 2>conftest.er1
40205   ac_status=$?
40206   grep -v '^ *+' conftest.er1 >conftest.err
40207   rm -f conftest.er1
40208   cat conftest.err >&5
40209   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40210   (exit $ac_status); } && {
40211          test -z "$ac_c_werror_flag" ||
40212          test ! -s conftest.err
40213        } && test -s conftest$ac_exeext &&
40214        $as_test_x conftest$ac_exeext; then
40215   ac_cv_working_alloca_h=yes
40216 else
40217   echo "$as_me: failed program was:" >&5
40218 sed 's/^/| /' conftest.$ac_ext >&5
40219
40220         ac_cv_working_alloca_h=no
40221 fi
40222
40223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40224       conftest$ac_exeext conftest.$ac_ext
40225 fi
40226 { echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
40227 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; }
40228 if test $ac_cv_working_alloca_h = yes; then
40229
40230 cat >>confdefs.h <<\_ACEOF
40231 #define HAVE_ALLOCA_H 1
40232 _ACEOF
40233
40234 fi
40235
40236 { echo "$as_me:$LINENO: checking for alloca" >&5
40237 echo $ECHO_N "checking for alloca... $ECHO_C" >&6; }
40238 if test "${ac_cv_func_alloca_works+set}" = set; then
40239   echo $ECHO_N "(cached) $ECHO_C" >&6
40240 else
40241   cat >conftest.$ac_ext <<_ACEOF
40242 /* confdefs.h.  */
40243 _ACEOF
40244 cat confdefs.h >>conftest.$ac_ext
40245 cat >>conftest.$ac_ext <<_ACEOF
40246 /* end confdefs.h.  */
40247 #ifdef __GNUC__
40248 # define alloca __builtin_alloca
40249 #else
40250 # ifdef _MSC_VER
40251 #  include <malloc.h>
40252 #  define alloca _alloca
40253 # else
40254 #  ifdef HAVE_ALLOCA_H
40255 #   include <alloca.h>
40256 #  else
40257 #   ifdef _AIX
40258  #pragma alloca
40259 #   else
40260 #    ifndef alloca /* predefined by HP cc +Olibcalls */
40261 char *alloca ();
40262 #    endif
40263 #   endif
40264 #  endif
40265 # endif
40266 #endif
40267
40268 int
40269 main ()
40270 {
40271 char *p = (char *) alloca (1);
40272                                     if (p) return 0;
40273   ;
40274   return 0;
40275 }
40276 _ACEOF
40277 rm -f conftest.$ac_objext conftest$ac_exeext
40278 if { (ac_try="$ac_link"
40279 case "(($ac_try" in
40280   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40281   *) ac_try_echo=$ac_try;;
40282 esac
40283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40284   (eval "$ac_link") 2>conftest.er1
40285   ac_status=$?
40286   grep -v '^ *+' conftest.er1 >conftest.err
40287   rm -f conftest.er1
40288   cat conftest.err >&5
40289   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40290   (exit $ac_status); } && {
40291          test -z "$ac_c_werror_flag" ||
40292          test ! -s conftest.err
40293        } && test -s conftest$ac_exeext &&
40294        $as_test_x conftest$ac_exeext; then
40295   ac_cv_func_alloca_works=yes
40296 else
40297   echo "$as_me: failed program was:" >&5
40298 sed 's/^/| /' conftest.$ac_ext >&5
40299
40300         ac_cv_func_alloca_works=no
40301 fi
40302
40303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40304       conftest$ac_exeext conftest.$ac_ext
40305 fi
40306 { echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
40307 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; }
40308
40309 if test $ac_cv_func_alloca_works = yes; then
40310
40311 cat >>confdefs.h <<\_ACEOF
40312 #define HAVE_ALLOCA 1
40313 _ACEOF
40314
40315 else
40316   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
40317 # that cause trouble.  Some versions do not even contain alloca or
40318 # contain a buggy version.  If you still want to use their alloca,
40319 # use ar to extract alloca.o from them instead of compiling alloca.c.
40320
40321 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
40322
40323 cat >>confdefs.h <<\_ACEOF
40324 #define C_ALLOCA 1
40325 _ACEOF
40326
40327
40328 { echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
40329 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; }
40330 if test "${ac_cv_os_cray+set}" = set; then
40331   echo $ECHO_N "(cached) $ECHO_C" >&6
40332 else
40333   cat >conftest.$ac_ext <<_ACEOF
40334 /* confdefs.h.  */
40335 _ACEOF
40336 cat confdefs.h >>conftest.$ac_ext
40337 cat >>conftest.$ac_ext <<_ACEOF
40338 /* end confdefs.h.  */
40339 #if defined CRAY && ! defined CRAY2
40340 webecray
40341 #else
40342 wenotbecray
40343 #endif
40344
40345 _ACEOF
40346 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
40347   $EGREP "webecray" >/dev/null 2>&1; then
40348   ac_cv_os_cray=yes
40349 else
40350   ac_cv_os_cray=no
40351 fi
40352 rm -f conftest*
40353
40354 fi
40355 { echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
40356 echo "${ECHO_T}$ac_cv_os_cray" >&6; }
40357 if test $ac_cv_os_cray = yes; then
40358   for ac_func in _getb67 GETB67 getb67; do
40359     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40360 { echo "$as_me:$LINENO: checking for $ac_func" >&5
40361 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
40362 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
40363   echo $ECHO_N "(cached) $ECHO_C" >&6
40364 else
40365   cat >conftest.$ac_ext <<_ACEOF
40366 /* confdefs.h.  */
40367 _ACEOF
40368 cat confdefs.h >>conftest.$ac_ext
40369 cat >>conftest.$ac_ext <<_ACEOF
40370 /* end confdefs.h.  */
40371 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40372    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
40373 #define $ac_func innocuous_$ac_func
40374
40375 /* System header to define __stub macros and hopefully few prototypes,
40376     which can conflict with char $ac_func (); below.
40377     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40378     <limits.h> exists even on freestanding compilers.  */
40379
40380 #ifdef __STDC__
40381 # include <limits.h>
40382 #else
40383 # include <assert.h>
40384 #endif
40385
40386 #undef $ac_func
40387
40388 /* Override any GCC internal prototype to avoid an error.
40389    Use char because int might match the return type of a GCC
40390    builtin and then its argument prototype would still apply.  */
40391 #ifdef __cplusplus
40392 extern "C"
40393 #endif
40394 char $ac_func ();
40395 /* The GNU C library defines this for functions which it implements
40396     to always fail with ENOSYS.  Some functions are actually named
40397     something starting with __ and the normal name is an alias.  */
40398 #if defined __stub_$ac_func || defined __stub___$ac_func
40399 choke me
40400 #endif
40401
40402 int
40403 main ()
40404 {
40405 return $ac_func ();
40406   ;
40407   return 0;
40408 }
40409 _ACEOF
40410 rm -f conftest.$ac_objext conftest$ac_exeext
40411 if { (ac_try="$ac_link"
40412 case "(($ac_try" in
40413   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40414   *) ac_try_echo=$ac_try;;
40415 esac
40416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40417   (eval "$ac_link") 2>conftest.er1
40418   ac_status=$?
40419   grep -v '^ *+' conftest.er1 >conftest.err
40420   rm -f conftest.er1
40421   cat conftest.err >&5
40422   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40423   (exit $ac_status); } && {
40424          test -z "$ac_c_werror_flag" ||
40425          test ! -s conftest.err
40426        } && test -s conftest$ac_exeext &&
40427        $as_test_x conftest$ac_exeext; then
40428   eval "$as_ac_var=yes"
40429 else
40430   echo "$as_me: failed program was:" >&5
40431 sed 's/^/| /' conftest.$ac_ext >&5
40432
40433         eval "$as_ac_var=no"
40434 fi
40435
40436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40437       conftest$ac_exeext conftest.$ac_ext
40438 fi
40439 ac_res=`eval echo '${'$as_ac_var'}'`
40440                { echo "$as_me:$LINENO: result: $ac_res" >&5
40441 echo "${ECHO_T}$ac_res" >&6; }
40442 if test `eval echo '${'$as_ac_var'}'` = yes; then
40443
40444 cat >>confdefs.h <<_ACEOF
40445 #define CRAY_STACKSEG_END $ac_func
40446 _ACEOF
40447
40448     break
40449 fi
40450
40451   done
40452 fi
40453
40454 { echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
40455 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; }
40456 if test "${ac_cv_c_stack_direction+set}" = set; then
40457   echo $ECHO_N "(cached) $ECHO_C" >&6
40458 else
40459   if test "$cross_compiling" = yes; then
40460   ac_cv_c_stack_direction=0
40461 else
40462   cat >conftest.$ac_ext <<_ACEOF
40463 /* confdefs.h.  */
40464 _ACEOF
40465 cat confdefs.h >>conftest.$ac_ext
40466 cat >>conftest.$ac_ext <<_ACEOF
40467 /* end confdefs.h.  */
40468 $ac_includes_default
40469 int
40470 find_stack_direction ()
40471 {
40472   static char *addr = 0;
40473   auto char dummy;
40474   if (addr == 0)
40475     {
40476       addr = &dummy;
40477       return find_stack_direction ();
40478     }
40479   else
40480     return (&dummy > addr) ? 1 : -1;
40481 }
40482
40483 int
40484 main ()
40485 {
40486   return find_stack_direction () < 0;
40487 }
40488 _ACEOF
40489 rm -f conftest$ac_exeext
40490 if { (ac_try="$ac_link"
40491 case "(($ac_try" in
40492   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40493   *) ac_try_echo=$ac_try;;
40494 esac
40495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40496   (eval "$ac_link") 2>&5
40497   ac_status=$?
40498   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40499   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
40500   { (case "(($ac_try" in
40501   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40502   *) ac_try_echo=$ac_try;;
40503 esac
40504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40505   (eval "$ac_try") 2>&5
40506   ac_status=$?
40507   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40508   (exit $ac_status); }; }; then
40509   ac_cv_c_stack_direction=1
40510 else
40511   echo "$as_me: program exited with status $ac_status" >&5
40512 echo "$as_me: failed program was:" >&5
40513 sed 's/^/| /' conftest.$ac_ext >&5
40514
40515 ( exit $ac_status )
40516 ac_cv_c_stack_direction=-1
40517 fi
40518 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
40519 fi
40520
40521
40522 fi
40523 { echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
40524 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; }
40525
40526 cat >>confdefs.h <<_ACEOF
40527 #define STACK_DIRECTION $ac_cv_c_stack_direction
40528 _ACEOF
40529
40530
40531 fi
40532
40533 # getmntent is in the standard C library on UNICOS, in -lsun on Irix 4,
40534 # -lseq on Dynix/PTX, -lgen on Unixware.
40535 { echo "$as_me:$LINENO: checking for library containing getmntent" >&5
40536 echo $ECHO_N "checking for library containing getmntent... $ECHO_C" >&6; }
40537 if test "${ac_cv_search_getmntent+set}" = set; then
40538   echo $ECHO_N "(cached) $ECHO_C" >&6
40539 else
40540   ac_func_search_save_LIBS=$LIBS
40541 cat >conftest.$ac_ext <<_ACEOF
40542 /* confdefs.h.  */
40543 _ACEOF
40544 cat confdefs.h >>conftest.$ac_ext
40545 cat >>conftest.$ac_ext <<_ACEOF
40546 /* end confdefs.h.  */
40547
40548 /* Override any GCC internal prototype to avoid an error.
40549    Use char because int might match the return type of a GCC
40550    builtin and then its argument prototype would still apply.  */
40551 #ifdef __cplusplus
40552 extern "C"
40553 #endif
40554 char getmntent ();
40555 int
40556 main ()
40557 {
40558 return getmntent ();
40559   ;
40560   return 0;
40561 }
40562 _ACEOF
40563 for ac_lib in '' sun seq gen; do
40564   if test -z "$ac_lib"; then
40565     ac_res="none required"
40566   else
40567     ac_res=-l$ac_lib
40568     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
40569   fi
40570   rm -f conftest.$ac_objext conftest$ac_exeext
40571 if { (ac_try="$ac_link"
40572 case "(($ac_try" in
40573   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40574   *) ac_try_echo=$ac_try;;
40575 esac
40576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40577   (eval "$ac_link") 2>conftest.er1
40578   ac_status=$?
40579   grep -v '^ *+' conftest.er1 >conftest.err
40580   rm -f conftest.er1
40581   cat conftest.err >&5
40582   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40583   (exit $ac_status); } && {
40584          test -z "$ac_c_werror_flag" ||
40585          test ! -s conftest.err
40586        } && test -s conftest$ac_exeext &&
40587        $as_test_x conftest$ac_exeext; then
40588   ac_cv_search_getmntent=$ac_res
40589 else
40590   echo "$as_me: failed program was:" >&5
40591 sed 's/^/| /' conftest.$ac_ext >&5
40592
40593
40594 fi
40595
40596 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40597       conftest$ac_exeext
40598   if test "${ac_cv_search_getmntent+set}" = set; then
40599   break
40600 fi
40601 done
40602 if test "${ac_cv_search_getmntent+set}" = set; then
40603   :
40604 else
40605   ac_cv_search_getmntent=no
40606 fi
40607 rm conftest.$ac_ext
40608 LIBS=$ac_func_search_save_LIBS
40609 fi
40610 { echo "$as_me:$LINENO: result: $ac_cv_search_getmntent" >&5
40611 echo "${ECHO_T}$ac_cv_search_getmntent" >&6; }
40612 ac_res=$ac_cv_search_getmntent
40613 if test "$ac_res" != no; then
40614   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
40615   ac_cv_func_getmntent=yes
40616
40617 cat >>confdefs.h <<\_ACEOF
40618 #define HAVE_GETMNTENT 1
40619 _ACEOF
40620
40621 else
40622   ac_cv_func_getmntent=no
40623 fi
40624
40625
40626
40627 for ac_func in getmntinfo
40628 do
40629 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40630 { echo "$as_me:$LINENO: checking for $ac_func" >&5
40631 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
40632 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
40633   echo $ECHO_N "(cached) $ECHO_C" >&6
40634 else
40635   cat >conftest.$ac_ext <<_ACEOF
40636 /* confdefs.h.  */
40637 _ACEOF
40638 cat confdefs.h >>conftest.$ac_ext
40639 cat >>conftest.$ac_ext <<_ACEOF
40640 /* end confdefs.h.  */
40641 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40642    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
40643 #define $ac_func innocuous_$ac_func
40644
40645 /* System header to define __stub macros and hopefully few prototypes,
40646     which can conflict with char $ac_func (); below.
40647     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40648     <limits.h> exists even on freestanding compilers.  */
40649
40650 #ifdef __STDC__
40651 # include <limits.h>
40652 #else
40653 # include <assert.h>
40654 #endif
40655
40656 #undef $ac_func
40657
40658 /* Override any GCC internal prototype to avoid an error.
40659    Use char because int might match the return type of a GCC
40660    builtin and then its argument prototype would still apply.  */
40661 #ifdef __cplusplus
40662 extern "C"
40663 #endif
40664 char $ac_func ();
40665 /* The GNU C library defines this for functions which it implements
40666     to always fail with ENOSYS.  Some functions are actually named
40667     something starting with __ and the normal name is an alias.  */
40668 #if defined __stub_$ac_func || defined __stub___$ac_func
40669 choke me
40670 #endif
40671
40672 int
40673 main ()
40674 {
40675 return $ac_func ();
40676   ;
40677   return 0;
40678 }
40679 _ACEOF
40680 rm -f conftest.$ac_objext conftest$ac_exeext
40681 if { (ac_try="$ac_link"
40682 case "(($ac_try" in
40683   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40684   *) ac_try_echo=$ac_try;;
40685 esac
40686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40687   (eval "$ac_link") 2>conftest.er1
40688   ac_status=$?
40689   grep -v '^ *+' conftest.er1 >conftest.err
40690   rm -f conftest.er1
40691   cat conftest.err >&5
40692   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40693   (exit $ac_status); } && {
40694          test -z "$ac_c_werror_flag" ||
40695          test ! -s conftest.err
40696        } && test -s conftest$ac_exeext &&
40697        $as_test_x conftest$ac_exeext; then
40698   eval "$as_ac_var=yes"
40699 else
40700   echo "$as_me: failed program was:" >&5
40701 sed 's/^/| /' conftest.$ac_ext >&5
40702
40703         eval "$as_ac_var=no"
40704 fi
40705
40706 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40707       conftest$ac_exeext conftest.$ac_ext
40708 fi
40709 ac_res=`eval echo '${'$as_ac_var'}'`
40710                { echo "$as_me:$LINENO: result: $ac_res" >&5
40711 echo "${ECHO_T}$ac_res" >&6; }
40712 if test `eval echo '${'$as_ac_var'}'` = yes; then
40713   cat >>confdefs.h <<_ACEOF
40714 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40715 _ACEOF
40716  cat >>confdefs.h <<\_ACEOF
40717 #define HAVE_GETMNTINFO 1
40718 _ACEOF
40719
40720 fi
40721 done
40722
40723 { echo "$as_me:$LINENO: checking whether closedir returns void" >&5
40724 echo $ECHO_N "checking whether closedir returns void... $ECHO_C" >&6; }
40725 if test "${ac_cv_func_closedir_void+set}" = set; then
40726   echo $ECHO_N "(cached) $ECHO_C" >&6
40727 else
40728   if test "$cross_compiling" = yes; then
40729   ac_cv_func_closedir_void=yes
40730 else
40731   cat >conftest.$ac_ext <<_ACEOF
40732 /* confdefs.h.  */
40733 _ACEOF
40734 cat confdefs.h >>conftest.$ac_ext
40735 cat >>conftest.$ac_ext <<_ACEOF
40736 /* end confdefs.h.  */
40737 $ac_includes_default
40738 #include <$ac_header_dirent>
40739 #ifndef __cplusplus
40740 int closedir ();
40741 #endif
40742
40743 int
40744 main ()
40745 {
40746 return closedir (opendir (".")) != 0;
40747   ;
40748   return 0;
40749 }
40750 _ACEOF
40751 rm -f conftest$ac_exeext
40752 if { (ac_try="$ac_link"
40753 case "(($ac_try" in
40754   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40755   *) ac_try_echo=$ac_try;;
40756 esac
40757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40758   (eval "$ac_link") 2>&5
40759   ac_status=$?
40760   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40761   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
40762   { (case "(($ac_try" in
40763   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40764   *) ac_try_echo=$ac_try;;
40765 esac
40766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40767   (eval "$ac_try") 2>&5
40768   ac_status=$?
40769   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40770   (exit $ac_status); }; }; then
40771   ac_cv_func_closedir_void=no
40772 else
40773   echo "$as_me: program exited with status $ac_status" >&5
40774 echo "$as_me: failed program was:" >&5
40775 sed 's/^/| /' conftest.$ac_ext >&5
40776
40777 ( exit $ac_status )
40778 ac_cv_func_closedir_void=yes
40779 fi
40780 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
40781 fi
40782
40783
40784 fi
40785 { echo "$as_me:$LINENO: result: $ac_cv_func_closedir_void" >&5
40786 echo "${ECHO_T}$ac_cv_func_closedir_void" >&6; }
40787 if test $ac_cv_func_closedir_void = yes; then
40788
40789 cat >>confdefs.h <<\_ACEOF
40790 #define CLOSEDIR_VOID 1
40791 _ACEOF
40792
40793 fi
40794
40795 { echo "$as_me:$LINENO: checking whether setpgrp takes no argument" >&5
40796 echo $ECHO_N "checking whether setpgrp takes no argument... $ECHO_C" >&6; }
40797 if test "${ac_cv_func_setpgrp_void+set}" = set; then
40798   echo $ECHO_N "(cached) $ECHO_C" >&6
40799 else
40800   if test "$cross_compiling" = yes; then
40801   { { echo "$as_me:$LINENO: error: cannot check setpgrp when cross compiling" >&5
40802 echo "$as_me: error: cannot check setpgrp when cross compiling" >&2;}
40803    { (exit 1); exit 1; }; }
40804 else
40805   cat >conftest.$ac_ext <<_ACEOF
40806 /* confdefs.h.  */
40807 _ACEOF
40808 cat confdefs.h >>conftest.$ac_ext
40809 cat >>conftest.$ac_ext <<_ACEOF
40810 /* end confdefs.h.  */
40811 $ac_includes_default
40812 int
40813 main ()
40814 {
40815 /* If this system has a BSD-style setpgrp which takes arguments,
40816   setpgrp(1, 1) will fail with ESRCH and return -1, in that case
40817   exit successfully. */
40818   return setpgrp (1,1) != -1;
40819   ;
40820   return 0;
40821 }
40822 _ACEOF
40823 rm -f conftest$ac_exeext
40824 if { (ac_try="$ac_link"
40825 case "(($ac_try" in
40826   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40827   *) ac_try_echo=$ac_try;;
40828 esac
40829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40830   (eval "$ac_link") 2>&5
40831   ac_status=$?
40832   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40833   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
40834   { (case "(($ac_try" in
40835   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40836   *) ac_try_echo=$ac_try;;
40837 esac
40838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40839   (eval "$ac_try") 2>&5
40840   ac_status=$?
40841   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40842   (exit $ac_status); }; }; then
40843   ac_cv_func_setpgrp_void=no
40844 else
40845   echo "$as_me: program exited with status $ac_status" >&5
40846 echo "$as_me: failed program was:" >&5
40847 sed 's/^/| /' conftest.$ac_ext >&5
40848
40849 ( exit $ac_status )
40850 ac_cv_func_setpgrp_void=yes
40851 fi
40852 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
40853 fi
40854
40855
40856 fi
40857 { echo "$as_me:$LINENO: result: $ac_cv_func_setpgrp_void" >&5
40858 echo "${ECHO_T}$ac_cv_func_setpgrp_void" >&6; }
40859 if test $ac_cv_func_setpgrp_void = yes; then
40860
40861 cat >>confdefs.h <<\_ACEOF
40862 #define SETPGRP_VOID 1
40863 _ACEOF
40864
40865 fi
40866             # AC_FUNC_FNMATCH    dnl use local version
40867
40868 { echo "$as_me:$LINENO: checking for gettext in -lintl" >&5
40869 echo $ECHO_N "checking for gettext in -lintl... $ECHO_C" >&6; }
40870 if test "${ac_cv_lib_intl_gettext+set}" = set; then
40871   echo $ECHO_N "(cached) $ECHO_C" >&6
40872 else
40873   ac_check_lib_save_LIBS=$LIBS
40874 LIBS="-lintl  $LIBS"
40875 cat >conftest.$ac_ext <<_ACEOF
40876 /* confdefs.h.  */
40877 _ACEOF
40878 cat confdefs.h >>conftest.$ac_ext
40879 cat >>conftest.$ac_ext <<_ACEOF
40880 /* end confdefs.h.  */
40881
40882 /* Override any GCC internal prototype to avoid an error.
40883    Use char because int might match the return type of a GCC
40884    builtin and then its argument prototype would still apply.  */
40885 #ifdef __cplusplus
40886 extern "C"
40887 #endif
40888 char gettext ();
40889 int
40890 main ()
40891 {
40892 return gettext ();
40893   ;
40894   return 0;
40895 }
40896 _ACEOF
40897 rm -f conftest.$ac_objext conftest$ac_exeext
40898 if { (ac_try="$ac_link"
40899 case "(($ac_try" in
40900   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40901   *) ac_try_echo=$ac_try;;
40902 esac
40903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40904   (eval "$ac_link") 2>conftest.er1
40905   ac_status=$?
40906   grep -v '^ *+' conftest.er1 >conftest.err
40907   rm -f conftest.er1
40908   cat conftest.err >&5
40909   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40910   (exit $ac_status); } && {
40911          test -z "$ac_c_werror_flag" ||
40912          test ! -s conftest.err
40913        } && test -s conftest$ac_exeext &&
40914        $as_test_x conftest$ac_exeext; then
40915   ac_cv_lib_intl_gettext=yes
40916 else
40917   echo "$as_me: failed program was:" >&5
40918 sed 's/^/| /' conftest.$ac_ext >&5
40919
40920         ac_cv_lib_intl_gettext=no
40921 fi
40922
40923 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40924       conftest$ac_exeext conftest.$ac_ext
40925 LIBS=$ac_check_lib_save_LIBS
40926 fi
40927 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_gettext" >&5
40928 echo "${ECHO_T}$ac_cv_lib_intl_gettext" >&6; }
40929 if test $ac_cv_lib_intl_gettext = yes; then
40930   LIBS="$LIBS -lintl"
40931 fi
40932
40933
40934
40935 { echo "$as_me:$LINENO: checking for getpwnam in -lsun" >&5
40936 echo $ECHO_N "checking for getpwnam in -lsun... $ECHO_C" >&6; }
40937 if test "${ac_cv_lib_sun_getpwnam+set}" = set; then
40938   echo $ECHO_N "(cached) $ECHO_C" >&6
40939 else
40940   ac_check_lib_save_LIBS=$LIBS
40941 LIBS="-lsun  $LIBS"
40942 cat >conftest.$ac_ext <<_ACEOF
40943 /* confdefs.h.  */
40944 _ACEOF
40945 cat confdefs.h >>conftest.$ac_ext
40946 cat >>conftest.$ac_ext <<_ACEOF
40947 /* end confdefs.h.  */
40948
40949 /* Override any GCC internal prototype to avoid an error.
40950    Use char because int might match the return type of a GCC
40951    builtin and then its argument prototype would still apply.  */
40952 #ifdef __cplusplus
40953 extern "C"
40954 #endif
40955 char getpwnam ();
40956 int
40957 main ()
40958 {
40959 return getpwnam ();
40960   ;
40961   return 0;
40962 }
40963 _ACEOF
40964 rm -f conftest.$ac_objext conftest$ac_exeext
40965 if { (ac_try="$ac_link"
40966 case "(($ac_try" in
40967   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40968   *) ac_try_echo=$ac_try;;
40969 esac
40970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40971   (eval "$ac_link") 2>conftest.er1
40972   ac_status=$?
40973   grep -v '^ *+' conftest.er1 >conftest.err
40974   rm -f conftest.er1
40975   cat conftest.err >&5
40976   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40977   (exit $ac_status); } && {
40978          test -z "$ac_c_werror_flag" ||
40979          test ! -s conftest.err
40980        } && test -s conftest$ac_exeext &&
40981        $as_test_x conftest$ac_exeext; then
40982   ac_cv_lib_sun_getpwnam=yes
40983 else
40984   echo "$as_me: failed program was:" >&5
40985 sed 's/^/| /' conftest.$ac_ext >&5
40986
40987         ac_cv_lib_sun_getpwnam=no
40988 fi
40989
40990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40991       conftest$ac_exeext conftest.$ac_ext
40992 LIBS=$ac_check_lib_save_LIBS
40993 fi
40994 { echo "$as_me:$LINENO: result: $ac_cv_lib_sun_getpwnam" >&5
40995 echo "${ECHO_T}$ac_cv_lib_sun_getpwnam" >&6; }
40996 if test $ac_cv_lib_sun_getpwnam = yes; then
40997   cat >>confdefs.h <<_ACEOF
40998 #define HAVE_LIBSUN 1
40999 _ACEOF
41000
41001   LIBS="-lsun $LIBS"
41002
41003 fi
41004
41005
41006
41007 for ac_header in zlib.h
41008 do
41009 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
41010 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
41011   { echo "$as_me:$LINENO: checking for $ac_header" >&5
41012 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
41013 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
41014   echo $ECHO_N "(cached) $ECHO_C" >&6
41015 fi
41016 ac_res=`eval echo '${'$as_ac_Header'}'`
41017                { echo "$as_me:$LINENO: result: $ac_res" >&5
41018 echo "${ECHO_T}$ac_res" >&6; }
41019 else
41020   # Is the header compilable?
41021 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
41022 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
41023 cat >conftest.$ac_ext <<_ACEOF
41024 /* confdefs.h.  */
41025 _ACEOF
41026 cat confdefs.h >>conftest.$ac_ext
41027 cat >>conftest.$ac_ext <<_ACEOF
41028 /* end confdefs.h.  */
41029 $ac_includes_default
41030 #include <$ac_header>
41031 _ACEOF
41032 rm -f conftest.$ac_objext
41033 if { (ac_try="$ac_compile"
41034 case "(($ac_try" in
41035   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41036   *) ac_try_echo=$ac_try;;
41037 esac
41038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41039   (eval "$ac_compile") 2>conftest.er1
41040   ac_status=$?
41041   grep -v '^ *+' conftest.er1 >conftest.err
41042   rm -f conftest.er1
41043   cat conftest.err >&5
41044   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41045   (exit $ac_status); } && {
41046          test -z "$ac_c_werror_flag" ||
41047          test ! -s conftest.err
41048        } && test -s conftest.$ac_objext; then
41049   ac_header_compiler=yes
41050 else
41051   echo "$as_me: failed program was:" >&5
41052 sed 's/^/| /' conftest.$ac_ext >&5
41053
41054         ac_header_compiler=no
41055 fi
41056
41057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41058 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
41059 echo "${ECHO_T}$ac_header_compiler" >&6; }
41060
41061 # Is the header present?
41062 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
41063 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
41064 cat >conftest.$ac_ext <<_ACEOF
41065 /* confdefs.h.  */
41066 _ACEOF
41067 cat confdefs.h >>conftest.$ac_ext
41068 cat >>conftest.$ac_ext <<_ACEOF
41069 /* end confdefs.h.  */
41070 #include <$ac_header>
41071 _ACEOF
41072 if { (ac_try="$ac_cpp conftest.$ac_ext"
41073 case "(($ac_try" in
41074   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41075   *) ac_try_echo=$ac_try;;
41076 esac
41077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41078   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
41079   ac_status=$?
41080   grep -v '^ *+' conftest.er1 >conftest.err
41081   rm -f conftest.er1
41082   cat conftest.err >&5
41083   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41084   (exit $ac_status); } >/dev/null && {
41085          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
41086          test ! -s conftest.err
41087        }; then
41088   ac_header_preproc=yes
41089 else
41090   echo "$as_me: failed program was:" >&5
41091 sed 's/^/| /' conftest.$ac_ext >&5
41092
41093   ac_header_preproc=no
41094 fi
41095
41096 rm -f conftest.err conftest.$ac_ext
41097 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
41098 echo "${ECHO_T}$ac_header_preproc" >&6; }
41099
41100 # So?  What about this header?
41101 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
41102   yes:no: )
41103     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
41104 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
41105     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
41106 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
41107     ac_header_preproc=yes
41108     ;;
41109   no:yes:* )
41110     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
41111 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
41112     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
41113 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
41114     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
41115 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
41116     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
41117 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
41118     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
41119 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
41120     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
41121 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
41122
41123     ;;
41124 esac
41125 { echo "$as_me:$LINENO: checking for $ac_header" >&5
41126 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
41127 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
41128   echo $ECHO_N "(cached) $ECHO_C" >&6
41129 else
41130   eval "$as_ac_Header=\$ac_header_preproc"
41131 fi
41132 ac_res=`eval echo '${'$as_ac_Header'}'`
41133                { echo "$as_me:$LINENO: result: $ac_res" >&5
41134 echo "${ECHO_T}$ac_res" >&6; }
41135
41136 fi
41137 if test `eval echo '${'$as_ac_Header'}'` = yes; then
41138   cat >>confdefs.h <<_ACEOF
41139 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
41140 _ACEOF
41141
41142 fi
41143
41144 done
41145
41146 { echo "$as_me:$LINENO: checking for deflate in -lz" >&5
41147 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6; }
41148 if test "${ac_cv_lib_z_deflate+set}" = set; then
41149   echo $ECHO_N "(cached) $ECHO_C" >&6
41150 else
41151   ac_check_lib_save_LIBS=$LIBS
41152 LIBS="-lz  $LIBS"
41153 cat >conftest.$ac_ext <<_ACEOF
41154 /* confdefs.h.  */
41155 _ACEOF
41156 cat confdefs.h >>conftest.$ac_ext
41157 cat >>conftest.$ac_ext <<_ACEOF
41158 /* end confdefs.h.  */
41159
41160 /* Override any GCC internal prototype to avoid an error.
41161    Use char because int might match the return type of a GCC
41162    builtin and then its argument prototype would still apply.  */
41163 #ifdef __cplusplus
41164 extern "C"
41165 #endif
41166 char deflate ();
41167 int
41168 main ()
41169 {
41170 return deflate ();
41171   ;
41172   return 0;
41173 }
41174 _ACEOF
41175 rm -f conftest.$ac_objext conftest$ac_exeext
41176 if { (ac_try="$ac_link"
41177 case "(($ac_try" in
41178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41179   *) ac_try_echo=$ac_try;;
41180 esac
41181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41182   (eval "$ac_link") 2>conftest.er1
41183   ac_status=$?
41184   grep -v '^ *+' conftest.er1 >conftest.err
41185   rm -f conftest.er1
41186   cat conftest.err >&5
41187   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41188   (exit $ac_status); } && {
41189          test -z "$ac_c_werror_flag" ||
41190          test ! -s conftest.err
41191        } && test -s conftest$ac_exeext &&
41192        $as_test_x conftest$ac_exeext; then
41193   ac_cv_lib_z_deflate=yes
41194 else
41195   echo "$as_me: failed program was:" >&5
41196 sed 's/^/| /' conftest.$ac_ext >&5
41197
41198         ac_cv_lib_z_deflate=no
41199 fi
41200
41201 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41202       conftest$ac_exeext conftest.$ac_ext
41203 LIBS=$ac_check_lib_save_LIBS
41204 fi
41205 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
41206 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6; }
41207 if test $ac_cv_lib_z_deflate = yes; then
41208   ZLIBS="-lz"
41209 fi
41210
41211 have_zlib=no
41212 if test x$ZLIBS = x-lz; then
41213    cat >>confdefs.h <<\_ACEOF
41214 #define HAVE_LIBZ 1
41215 _ACEOF
41216
41217    have_zlib=yes
41218 fi
41219
41220
41221 AFS_CFLAGS=""
41222 AFS_LIBS=""
41223 support_afs=auto
41224 # Check whether --enable-afs was given.
41225 if test "${enable_afs+set}" = set; then
41226   enableval=$enable_afs;
41227        if test x$enableval = xyes; then
41228           support_afs=yes
41229        elif test x$enableval = xno; then
41230           support_afs=no
41231        fi
41232
41233
41234 fi
41235
41236
41237 have_afs=no
41238 if test x$support_afs = xyes -o x$support_afs = xauto; then
41239
41240 # Check whether --with-afsdir was given.
41241 if test "${with_afsdir+set}" = set; then
41242   withval=$with_afsdir; with_afsdir=$withval
41243
41244 fi
41245
41246
41247             if test x$with_afsdir = x; then
41248       for root in /usr /usr/local; do
41249          if test -d ${root}/include/afs/ ; then
41250             with_afsdir=${root}
41251             break
41252          fi
41253       done
41254    fi
41255
41256    AFS_CFLAGS="-I${with_afsdir}/include"
41257
41258    saved_CFLAGS="${CFLAGS}"
41259    CFLAGS="${AFS_CFLAGS} ${saved_CFLAGS}"
41260
41261
41262 for ac_header in afs/stds.h
41263 do
41264 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
41265 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
41266   { echo "$as_me:$LINENO: checking for $ac_header" >&5
41267 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
41268 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
41269   echo $ECHO_N "(cached) $ECHO_C" >&6
41270 fi
41271 ac_res=`eval echo '${'$as_ac_Header'}'`
41272                { echo "$as_me:$LINENO: result: $ac_res" >&5
41273 echo "${ECHO_T}$ac_res" >&6; }
41274 else
41275   # Is the header compilable?
41276 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
41277 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
41278 cat >conftest.$ac_ext <<_ACEOF
41279 /* confdefs.h.  */
41280 _ACEOF
41281 cat confdefs.h >>conftest.$ac_ext
41282 cat >>conftest.$ac_ext <<_ACEOF
41283 /* end confdefs.h.  */
41284 $ac_includes_default
41285 #include <$ac_header>
41286 _ACEOF
41287 rm -f conftest.$ac_objext
41288 if { (ac_try="$ac_compile"
41289 case "(($ac_try" in
41290   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41291   *) ac_try_echo=$ac_try;;
41292 esac
41293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41294   (eval "$ac_compile") 2>conftest.er1
41295   ac_status=$?
41296   grep -v '^ *+' conftest.er1 >conftest.err
41297   rm -f conftest.er1
41298   cat conftest.err >&5
41299   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41300   (exit $ac_status); } && {
41301          test -z "$ac_c_werror_flag" ||
41302          test ! -s conftest.err
41303        } && test -s conftest.$ac_objext; then
41304   ac_header_compiler=yes
41305 else
41306   echo "$as_me: failed program was:" >&5
41307 sed 's/^/| /' conftest.$ac_ext >&5
41308
41309         ac_header_compiler=no
41310 fi
41311
41312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41313 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
41314 echo "${ECHO_T}$ac_header_compiler" >&6; }
41315
41316 # Is the header present?
41317 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
41318 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
41319 cat >conftest.$ac_ext <<_ACEOF
41320 /* confdefs.h.  */
41321 _ACEOF
41322 cat confdefs.h >>conftest.$ac_ext
41323 cat >>conftest.$ac_ext <<_ACEOF
41324 /* end confdefs.h.  */
41325 #include <$ac_header>
41326 _ACEOF
41327 if { (ac_try="$ac_cpp conftest.$ac_ext"
41328 case "(($ac_try" in
41329   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41330   *) ac_try_echo=$ac_try;;
41331 esac
41332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41333   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
41334   ac_status=$?
41335   grep -v '^ *+' conftest.er1 >conftest.err
41336   rm -f conftest.er1
41337   cat conftest.err >&5
41338   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41339   (exit $ac_status); } >/dev/null && {
41340          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
41341          test ! -s conftest.err
41342        }; then
41343   ac_header_preproc=yes
41344 else
41345   echo "$as_me: failed program was:" >&5
41346 sed 's/^/| /' conftest.$ac_ext >&5
41347
41348   ac_header_preproc=no
41349 fi
41350
41351 rm -f conftest.err conftest.$ac_ext
41352 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
41353 echo "${ECHO_T}$ac_header_preproc" >&6; }
41354
41355 # So?  What about this header?
41356 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
41357   yes:no: )
41358     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
41359 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
41360     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
41361 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
41362     ac_header_preproc=yes
41363     ;;
41364   no:yes:* )
41365     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
41366 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
41367     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
41368 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
41369     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
41370 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
41371     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
41372 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
41373     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
41374 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
41375     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
41376 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
41377
41378     ;;
41379 esac
41380 { echo "$as_me:$LINENO: checking for $ac_header" >&5
41381 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
41382 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
41383   echo $ECHO_N "(cached) $ECHO_C" >&6
41384 else
41385   eval "$as_ac_Header=\$ac_header_preproc"
41386 fi
41387 ac_res=`eval echo '${'$as_ac_Header'}'`
41388                { echo "$as_me:$LINENO: result: $ac_res" >&5
41389 echo "${ECHO_T}$ac_res" >&6; }
41390
41391 fi
41392 if test `eval echo '${'$as_ac_Header'}'` = yes; then
41393   cat >>confdefs.h <<_ACEOF
41394 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
41395 _ACEOF
41396
41397 fi
41398
41399 done
41400
41401
41402    CFLAGS="${saved_CFLAGS}"
41403
41404             for dir in ${with_afsdir}/lib ${with_afsdir}/lib/afs
41405    do
41406       for arch_type in .a .so
41407       do
41408          A=`test -f ${dir}/libsys${arch_type} && nm ${dir}/libsys${arch_type} | grep pioctl`
41409          pkg=$?
41410          if test $pkg = 0; then
41411             have_afs=yes
41412             AFS_LIBS="-L${dir} -lsys -lrx -llwp ${dir}/util.a"
41413             break
41414          fi
41415       done
41416    done
41417
41418    if test x$support_afs = xyes -a $have_afs != yes; then
41419       { { echo "$as_me:$LINENO: error: afs support explicitly enabled but no supported afs implementation found,
41420   please either load the afs libraries or rerun configure without --enable-afs" >&5
41421 echo "$as_me: error: afs support explicitly enabled but no supported afs implementation found,
41422   please either load the afs libraries or rerun configure without --enable-afs" >&2;}
41423    { (exit 1); exit 1; }; }
41424    else
41425       if test $have_afs = yes; then
41426
41427 cat >>confdefs.h <<\_ACEOF
41428 #define HAVE_AFS 1
41429 _ACEOF
41430
41431
41432 cat >>confdefs.h <<\_ACEOF
41433 #define HAVE_AFS_ACL 1
41434 _ACEOF
41435
41436       fi
41437    fi
41438 fi
41439
41440
41441
41442
41443 support_acl=auto
41444 # Check whether --enable-acl was given.
41445 if test "${enable_acl+set}" = set; then
41446   enableval=$enable_acl;
41447        if test x$enableval = xyes; then
41448           support_acl=yes
41449        elif test x$enableval = xno; then
41450           support_acl=no
41451        fi
41452
41453
41454 fi
41455
41456
41457 have_acl=no
41458 have_extended_acl=no
41459 if test x$support_acl = xyes -o x$support_acl = xauto; then
41460    if test "${ac_cv_header_sys_acl_h+set}" = set; then
41461   { echo "$as_me:$LINENO: checking for sys/acl.h" >&5
41462 echo $ECHO_N "checking for sys/acl.h... $ECHO_C" >&6; }
41463 if test "${ac_cv_header_sys_acl_h+set}" = set; then
41464   echo $ECHO_N "(cached) $ECHO_C" >&6
41465 fi
41466 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_acl_h" >&5
41467 echo "${ECHO_T}$ac_cv_header_sys_acl_h" >&6; }
41468 else
41469   # Is the header compilable?
41470 { echo "$as_me:$LINENO: checking sys/acl.h usability" >&5
41471 echo $ECHO_N "checking sys/acl.h usability... $ECHO_C" >&6; }
41472 cat >conftest.$ac_ext <<_ACEOF
41473 /* confdefs.h.  */
41474 _ACEOF
41475 cat confdefs.h >>conftest.$ac_ext
41476 cat >>conftest.$ac_ext <<_ACEOF
41477 /* end confdefs.h.  */
41478 $ac_includes_default
41479 #include <sys/acl.h>
41480 _ACEOF
41481 rm -f conftest.$ac_objext
41482 if { (ac_try="$ac_compile"
41483 case "(($ac_try" in
41484   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41485   *) ac_try_echo=$ac_try;;
41486 esac
41487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41488   (eval "$ac_compile") 2>conftest.er1
41489   ac_status=$?
41490   grep -v '^ *+' conftest.er1 >conftest.err
41491   rm -f conftest.er1
41492   cat conftest.err >&5
41493   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41494   (exit $ac_status); } && {
41495          test -z "$ac_c_werror_flag" ||
41496          test ! -s conftest.err
41497        } && test -s conftest.$ac_objext; then
41498   ac_header_compiler=yes
41499 else
41500   echo "$as_me: failed program was:" >&5
41501 sed 's/^/| /' conftest.$ac_ext >&5
41502
41503         ac_header_compiler=no
41504 fi
41505
41506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41507 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
41508 echo "${ECHO_T}$ac_header_compiler" >&6; }
41509
41510 # Is the header present?
41511 { echo "$as_me:$LINENO: checking sys/acl.h presence" >&5
41512 echo $ECHO_N "checking sys/acl.h presence... $ECHO_C" >&6; }
41513 cat >conftest.$ac_ext <<_ACEOF
41514 /* confdefs.h.  */
41515 _ACEOF
41516 cat confdefs.h >>conftest.$ac_ext
41517 cat >>conftest.$ac_ext <<_ACEOF
41518 /* end confdefs.h.  */
41519 #include <sys/acl.h>
41520 _ACEOF
41521 if { (ac_try="$ac_cpp conftest.$ac_ext"
41522 case "(($ac_try" in
41523   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41524   *) ac_try_echo=$ac_try;;
41525 esac
41526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41527   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
41528   ac_status=$?
41529   grep -v '^ *+' conftest.er1 >conftest.err
41530   rm -f conftest.er1
41531   cat conftest.err >&5
41532   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41533   (exit $ac_status); } >/dev/null && {
41534          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
41535          test ! -s conftest.err
41536        }; then
41537   ac_header_preproc=yes
41538 else
41539   echo "$as_me: failed program was:" >&5
41540 sed 's/^/| /' conftest.$ac_ext >&5
41541
41542   ac_header_preproc=no
41543 fi
41544
41545 rm -f conftest.err conftest.$ac_ext
41546 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
41547 echo "${ECHO_T}$ac_header_preproc" >&6; }
41548
41549 # So?  What about this header?
41550 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
41551   yes:no: )
41552     { echo "$as_me:$LINENO: WARNING: sys/acl.h: accepted by the compiler, rejected by the preprocessor!" >&5
41553 echo "$as_me: WARNING: sys/acl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
41554     { echo "$as_me:$LINENO: WARNING: sys/acl.h: proceeding with the compiler's result" >&5
41555 echo "$as_me: WARNING: sys/acl.h: proceeding with the compiler's result" >&2;}
41556     ac_header_preproc=yes
41557     ;;
41558   no:yes:* )
41559     { echo "$as_me:$LINENO: WARNING: sys/acl.h: present but cannot be compiled" >&5
41560 echo "$as_me: WARNING: sys/acl.h: present but cannot be compiled" >&2;}
41561     { echo "$as_me:$LINENO: WARNING: sys/acl.h:     check for missing prerequisite headers?" >&5
41562 echo "$as_me: WARNING: sys/acl.h:     check for missing prerequisite headers?" >&2;}
41563     { echo "$as_me:$LINENO: WARNING: sys/acl.h: see the Autoconf documentation" >&5
41564 echo "$as_me: WARNING: sys/acl.h: see the Autoconf documentation" >&2;}
41565     { echo "$as_me:$LINENO: WARNING: sys/acl.h:     section \"Present But Cannot Be Compiled\"" >&5
41566 echo "$as_me: WARNING: sys/acl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
41567     { echo "$as_me:$LINENO: WARNING: sys/acl.h: proceeding with the preprocessor's result" >&5
41568 echo "$as_me: WARNING: sys/acl.h: proceeding with the preprocessor's result" >&2;}
41569     { echo "$as_me:$LINENO: WARNING: sys/acl.h: in the future, the compiler will take precedence" >&5
41570 echo "$as_me: WARNING: sys/acl.h: in the future, the compiler will take precedence" >&2;}
41571
41572     ;;
41573 esac
41574 { echo "$as_me:$LINENO: checking for sys/acl.h" >&5
41575 echo $ECHO_N "checking for sys/acl.h... $ECHO_C" >&6; }
41576 if test "${ac_cv_header_sys_acl_h+set}" = set; then
41577   echo $ECHO_N "(cached) $ECHO_C" >&6
41578 else
41579   ac_cv_header_sys_acl_h=$ac_header_preproc
41580 fi
41581 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_acl_h" >&5
41582 echo "${ECHO_T}$ac_cv_header_sys_acl_h" >&6; }
41583
41584 fi
41585 if test $ac_cv_header_sys_acl_h = yes; then
41586
41587 cat >>confdefs.h <<\_ACEOF
41588 #define HAVE_SYS_ACL_H 1
41589 _ACEOF
41590
41591 fi
41592
41593
41594    { echo "$as_me:$LINENO: checking for acl_get_file" >&5
41595 echo $ECHO_N "checking for acl_get_file... $ECHO_C" >&6; }
41596 if test "${ac_cv_func_acl_get_file+set}" = set; then
41597   echo $ECHO_N "(cached) $ECHO_C" >&6
41598 else
41599   cat >conftest.$ac_ext <<_ACEOF
41600 /* confdefs.h.  */
41601 _ACEOF
41602 cat confdefs.h >>conftest.$ac_ext
41603 cat >>conftest.$ac_ext <<_ACEOF
41604 /* end confdefs.h.  */
41605 /* Define acl_get_file to an innocuous variant, in case <limits.h> declares acl_get_file.
41606    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
41607 #define acl_get_file innocuous_acl_get_file
41608
41609 /* System header to define __stub macros and hopefully few prototypes,
41610     which can conflict with char acl_get_file (); below.
41611     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41612     <limits.h> exists even on freestanding compilers.  */
41613
41614 #ifdef __STDC__
41615 # include <limits.h>
41616 #else
41617 # include <assert.h>
41618 #endif
41619
41620 #undef acl_get_file
41621
41622 /* Override any GCC internal prototype to avoid an error.
41623    Use char because int might match the return type of a GCC
41624    builtin and then its argument prototype would still apply.  */
41625 #ifdef __cplusplus
41626 extern "C"
41627 #endif
41628 char acl_get_file ();
41629 /* The GNU C library defines this for functions which it implements
41630     to always fail with ENOSYS.  Some functions are actually named
41631     something starting with __ and the normal name is an alias.  */
41632 #if defined __stub_acl_get_file || defined __stub___acl_get_file
41633 choke me
41634 #endif
41635
41636 int
41637 main ()
41638 {
41639 return acl_get_file ();
41640   ;
41641   return 0;
41642 }
41643 _ACEOF
41644 rm -f conftest.$ac_objext conftest$ac_exeext
41645 if { (ac_try="$ac_link"
41646 case "(($ac_try" in
41647   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41648   *) ac_try_echo=$ac_try;;
41649 esac
41650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41651   (eval "$ac_link") 2>conftest.er1
41652   ac_status=$?
41653   grep -v '^ *+' conftest.er1 >conftest.err
41654   rm -f conftest.er1
41655   cat conftest.err >&5
41656   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41657   (exit $ac_status); } && {
41658          test -z "$ac_c_werror_flag" ||
41659          test ! -s conftest.err
41660        } && test -s conftest$ac_exeext &&
41661        $as_test_x conftest$ac_exeext; then
41662   ac_cv_func_acl_get_file=yes
41663 else
41664   echo "$as_me: failed program was:" >&5
41665 sed 's/^/| /' conftest.$ac_ext >&5
41666
41667         ac_cv_func_acl_get_file=no
41668 fi
41669
41670 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41671       conftest$ac_exeext conftest.$ac_ext
41672 fi
41673 { echo "$as_me:$LINENO: result: $ac_cv_func_acl_get_file" >&5
41674 echo "${ECHO_T}$ac_cv_func_acl_get_file" >&6; }
41675 if test $ac_cv_func_acl_get_file = yes; then
41676
41677           have_acl=yes
41678
41679 else
41680
41681           { echo "$as_me:$LINENO: checking for acl_get_file in -lacl" >&5
41682 echo $ECHO_N "checking for acl_get_file in -lacl... $ECHO_C" >&6; }
41683 if test "${ac_cv_lib_acl_acl_get_file+set}" = set; then
41684   echo $ECHO_N "(cached) $ECHO_C" >&6
41685 else
41686   ac_check_lib_save_LIBS=$LIBS
41687 LIBS="-lacl  $LIBS"
41688 cat >conftest.$ac_ext <<_ACEOF
41689 /* confdefs.h.  */
41690 _ACEOF
41691 cat confdefs.h >>conftest.$ac_ext
41692 cat >>conftest.$ac_ext <<_ACEOF
41693 /* end confdefs.h.  */
41694
41695 /* Override any GCC internal prototype to avoid an error.
41696    Use char because int might match the return type of a GCC
41697    builtin and then its argument prototype would still apply.  */
41698 #ifdef __cplusplus
41699 extern "C"
41700 #endif
41701 char acl_get_file ();
41702 int
41703 main ()
41704 {
41705 return acl_get_file ();
41706   ;
41707   return 0;
41708 }
41709 _ACEOF
41710 rm -f conftest.$ac_objext conftest$ac_exeext
41711 if { (ac_try="$ac_link"
41712 case "(($ac_try" in
41713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41714   *) ac_try_echo=$ac_try;;
41715 esac
41716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41717   (eval "$ac_link") 2>conftest.er1
41718   ac_status=$?
41719   grep -v '^ *+' conftest.er1 >conftest.err
41720   rm -f conftest.er1
41721   cat conftest.err >&5
41722   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41723   (exit $ac_status); } && {
41724          test -z "$ac_c_werror_flag" ||
41725          test ! -s conftest.err
41726        } && test -s conftest$ac_exeext &&
41727        $as_test_x conftest$ac_exeext; then
41728   ac_cv_lib_acl_acl_get_file=yes
41729 else
41730   echo "$as_me: failed program was:" >&5
41731 sed 's/^/| /' conftest.$ac_ext >&5
41732
41733         ac_cv_lib_acl_acl_get_file=no
41734 fi
41735
41736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41737       conftest$ac_exeext conftest.$ac_ext
41738 LIBS=$ac_check_lib_save_LIBS
41739 fi
41740 { echo "$as_me:$LINENO: result: $ac_cv_lib_acl_acl_get_file" >&5
41741 echo "${ECHO_T}$ac_cv_lib_acl_acl_get_file" >&6; }
41742 if test $ac_cv_lib_acl_acl_get_file = yes; then
41743
41744                  have_acl=yes;
41745                  if test $have_afs = yes; then
41746                                                                     if test -d /usr/lib64/; then
41747                        FDLIBS="-L/usr/lib64 -lacl $FDLIBS"
41748                     else
41749                        FDLIBS="-L/usr/lib -lacl $FDLIBS"
41750                     fi
41751                  else
41752                     FDLIBS="-lacl $FDLIBS"
41753                  fi
41754
41755 else
41756
41757                  { echo "$as_me:$LINENO: checking for acl_get_file in -lpacl" >&5
41758 echo $ECHO_N "checking for acl_get_file in -lpacl... $ECHO_C" >&6; }
41759 if test "${ac_cv_lib_pacl_acl_get_file+set}" = set; then
41760   echo $ECHO_N "(cached) $ECHO_C" >&6
41761 else
41762   ac_check_lib_save_LIBS=$LIBS
41763 LIBS="-lpacl  $LIBS"
41764 cat >conftest.$ac_ext <<_ACEOF
41765 /* confdefs.h.  */
41766 _ACEOF
41767 cat confdefs.h >>conftest.$ac_ext
41768 cat >>conftest.$ac_ext <<_ACEOF
41769 /* end confdefs.h.  */
41770
41771 /* Override any GCC internal prototype to avoid an error.
41772    Use char because int might match the return type of a GCC
41773    builtin and then its argument prototype would still apply.  */
41774 #ifdef __cplusplus
41775 extern "C"
41776 #endif
41777 char acl_get_file ();
41778 int
41779 main ()
41780 {
41781 return acl_get_file ();
41782   ;
41783   return 0;
41784 }
41785 _ACEOF
41786 rm -f conftest.$ac_objext conftest$ac_exeext
41787 if { (ac_try="$ac_link"
41788 case "(($ac_try" in
41789   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41790   *) ac_try_echo=$ac_try;;
41791 esac
41792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41793   (eval "$ac_link") 2>conftest.er1
41794   ac_status=$?
41795   grep -v '^ *+' conftest.er1 >conftest.err
41796   rm -f conftest.er1
41797   cat conftest.err >&5
41798   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41799   (exit $ac_status); } && {
41800          test -z "$ac_c_werror_flag" ||
41801          test ! -s conftest.err
41802        } && test -s conftest$ac_exeext &&
41803        $as_test_x conftest$ac_exeext; then
41804   ac_cv_lib_pacl_acl_get_file=yes
41805 else
41806   echo "$as_me: failed program was:" >&5
41807 sed 's/^/| /' conftest.$ac_ext >&5
41808
41809         ac_cv_lib_pacl_acl_get_file=no
41810 fi
41811
41812 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41813       conftest$ac_exeext conftest.$ac_ext
41814 LIBS=$ac_check_lib_save_LIBS
41815 fi
41816 { echo "$as_me:$LINENO: result: $ac_cv_lib_pacl_acl_get_file" >&5
41817 echo "${ECHO_T}$ac_cv_lib_pacl_acl_get_file" >&6; }
41818 if test $ac_cv_lib_pacl_acl_get_file = yes; then
41819
41820                         have_acl=yes;
41821                         FDLIBS="-lpacl $FDLIBS"
41822
41823 else
41824
41825                         { echo "$as_me:$LINENO: checking for acltotext in -lsec" >&5
41826 echo $ECHO_N "checking for acltotext in -lsec... $ECHO_C" >&6; }
41827 if test "${ac_cv_lib_sec_acltotext+set}" = set; then
41828   echo $ECHO_N "(cached) $ECHO_C" >&6
41829 else
41830   ac_check_lib_save_LIBS=$LIBS
41831 LIBS="-lsec  $LIBS"
41832 cat >conftest.$ac_ext <<_ACEOF
41833 /* confdefs.h.  */
41834 _ACEOF
41835 cat confdefs.h >>conftest.$ac_ext
41836 cat >>conftest.$ac_ext <<_ACEOF
41837 /* end confdefs.h.  */
41838
41839 /* Override any GCC internal prototype to avoid an error.
41840    Use char because int might match the return type of a GCC
41841    builtin and then its argument prototype would still apply.  */
41842 #ifdef __cplusplus
41843 extern "C"
41844 #endif
41845 char acltotext ();
41846 int
41847 main ()
41848 {
41849 return acltotext ();
41850   ;
41851   return 0;
41852 }
41853 _ACEOF
41854 rm -f conftest.$ac_objext conftest$ac_exeext
41855 if { (ac_try="$ac_link"
41856 case "(($ac_try" in
41857   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41858   *) ac_try_echo=$ac_try;;
41859 esac
41860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41861   (eval "$ac_link") 2>conftest.er1
41862   ac_status=$?
41863   grep -v '^ *+' conftest.er1 >conftest.err
41864   rm -f conftest.er1
41865   cat conftest.err >&5
41866   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41867   (exit $ac_status); } && {
41868          test -z "$ac_c_werror_flag" ||
41869          test ! -s conftest.err
41870        } && test -s conftest$ac_exeext &&
41871        $as_test_x conftest$ac_exeext; then
41872   ac_cv_lib_sec_acltotext=yes
41873 else
41874   echo "$as_me: failed program was:" >&5
41875 sed 's/^/| /' conftest.$ac_ext >&5
41876
41877         ac_cv_lib_sec_acltotext=no
41878 fi
41879
41880 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41881       conftest$ac_exeext conftest.$ac_ext
41882 LIBS=$ac_check_lib_save_LIBS
41883 fi
41884 { echo "$as_me:$LINENO: result: $ac_cv_lib_sec_acltotext" >&5
41885 echo "${ECHO_T}$ac_cv_lib_sec_acltotext" >&6; }
41886 if test $ac_cv_lib_sec_acltotext = yes; then
41887
41888                                have_acl=yes;
41889                                FDLIBS="-lsec $FDLIBS"
41890
41891                                { echo "$as_me:$LINENO: checking for acl_totext in -lsec" >&5
41892 echo $ECHO_N "checking for acl_totext in -lsec... $ECHO_C" >&6; }
41893 if test "${ac_cv_lib_sec_acl_totext+set}" = set; then
41894   echo $ECHO_N "(cached) $ECHO_C" >&6
41895 else
41896   ac_check_lib_save_LIBS=$LIBS
41897 LIBS="-lsec  $LIBS"
41898 cat >conftest.$ac_ext <<_ACEOF
41899 /* confdefs.h.  */
41900 _ACEOF
41901 cat confdefs.h >>conftest.$ac_ext
41902 cat >>conftest.$ac_ext <<_ACEOF
41903 /* end confdefs.h.  */
41904
41905 /* Override any GCC internal prototype to avoid an error.
41906    Use char because int might match the return type of a GCC
41907    builtin and then its argument prototype would still apply.  */
41908 #ifdef __cplusplus
41909 extern "C"
41910 #endif
41911 char acl_totext ();
41912 int
41913 main ()
41914 {
41915 return acl_totext ();
41916   ;
41917   return 0;
41918 }
41919 _ACEOF
41920 rm -f conftest.$ac_objext conftest$ac_exeext
41921 if { (ac_try="$ac_link"
41922 case "(($ac_try" in
41923   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41924   *) ac_try_echo=$ac_try;;
41925 esac
41926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41927   (eval "$ac_link") 2>conftest.er1
41928   ac_status=$?
41929   grep -v '^ *+' conftest.er1 >conftest.err
41930   rm -f conftest.er1
41931   cat conftest.err >&5
41932   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41933   (exit $ac_status); } && {
41934          test -z "$ac_c_werror_flag" ||
41935          test ! -s conftest.err
41936        } && test -s conftest$ac_exeext &&
41937        $as_test_x conftest$ac_exeext; then
41938   ac_cv_lib_sec_acl_totext=yes
41939 else
41940   echo "$as_me: failed program was:" >&5
41941 sed 's/^/| /' conftest.$ac_ext >&5
41942
41943         ac_cv_lib_sec_acl_totext=no
41944 fi
41945
41946 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41947       conftest$ac_exeext conftest.$ac_ext
41948 LIBS=$ac_check_lib_save_LIBS
41949 fi
41950 { echo "$as_me:$LINENO: result: $ac_cv_lib_sec_acl_totext" >&5
41951 echo "${ECHO_T}$ac_cv_lib_sec_acl_totext" >&6; }
41952 if test $ac_cv_lib_sec_acl_totext = yes; then
41953
41954                                       have_extended_acl=yes
41955
41956
41957 fi
41958
41959
41960
41961 fi
41962
41963
41964
41965 fi
41966
41967
41968
41969 fi
41970
41971
41972
41973 fi
41974
41975
41976    if test x$support_acl = xyes -a $have_acl != yes; then
41977       { { echo "$as_me:$LINENO: error: acl support explicitly enabled but no supported acl implementation found,
41978   please either load the acl libraries or rerun configure without --enable-acl" >&5
41979 echo "$as_me: error: acl support explicitly enabled but no supported acl implementation found,
41980   please either load the acl libraries or rerun configure without --enable-acl" >&2;}
41981    { (exit 1); exit 1; }; }
41982    else
41983       if test $have_acl = yes; then
41984
41985 cat >>confdefs.h <<\_ACEOF
41986 #define HAVE_ACL 1
41987 _ACEOF
41988
41989       fi
41990
41991       if test $have_extended_acl = yes; then
41992
41993 cat >>confdefs.h <<\_ACEOF
41994 #define HAVE_EXTENDED_ACL 1
41995 _ACEOF
41996
41997       fi
41998    fi
41999 fi
42000
42001 support_xattr=auto
42002 # Check whether --enable-xattr was given.
42003 if test "${enable_xattr+set}" = set; then
42004   enableval=$enable_xattr;
42005        if test x$enableval = xyes; then
42006           support_xattr=yes
42007        elif test x$enableval = xno; then
42008           support_xattr=no
42009        fi
42010
42011
42012 fi
42013
42014
42015 have_xattr=no
42016 if test x$support_xattr = xyes -o x$support_xattr = xauto; then
42017             if test "${ac_cv_header_sys_extattr_h+set}" = set; then
42018   { echo "$as_me:$LINENO: checking for sys/extattr.h" >&5
42019 echo $ECHO_N "checking for sys/extattr.h... $ECHO_C" >&6; }
42020 if test "${ac_cv_header_sys_extattr_h+set}" = set; then
42021   echo $ECHO_N "(cached) $ECHO_C" >&6
42022 fi
42023 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_extattr_h" >&5
42024 echo "${ECHO_T}$ac_cv_header_sys_extattr_h" >&6; }
42025 else
42026   # Is the header compilable?
42027 { echo "$as_me:$LINENO: checking sys/extattr.h usability" >&5
42028 echo $ECHO_N "checking sys/extattr.h usability... $ECHO_C" >&6; }
42029 cat >conftest.$ac_ext <<_ACEOF
42030 /* confdefs.h.  */
42031 _ACEOF
42032 cat confdefs.h >>conftest.$ac_ext
42033 cat >>conftest.$ac_ext <<_ACEOF
42034 /* end confdefs.h.  */
42035 $ac_includes_default
42036 #include <sys/extattr.h>
42037 _ACEOF
42038 rm -f conftest.$ac_objext
42039 if { (ac_try="$ac_compile"
42040 case "(($ac_try" in
42041   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42042   *) ac_try_echo=$ac_try;;
42043 esac
42044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42045   (eval "$ac_compile") 2>conftest.er1
42046   ac_status=$?
42047   grep -v '^ *+' conftest.er1 >conftest.err
42048   rm -f conftest.er1
42049   cat conftest.err >&5
42050   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42051   (exit $ac_status); } && {
42052          test -z "$ac_c_werror_flag" ||
42053          test ! -s conftest.err
42054        } && test -s conftest.$ac_objext; then
42055   ac_header_compiler=yes
42056 else
42057   echo "$as_me: failed program was:" >&5
42058 sed 's/^/| /' conftest.$ac_ext >&5
42059
42060         ac_header_compiler=no
42061 fi
42062
42063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42064 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
42065 echo "${ECHO_T}$ac_header_compiler" >&6; }
42066
42067 # Is the header present?
42068 { echo "$as_me:$LINENO: checking sys/extattr.h presence" >&5
42069 echo $ECHO_N "checking sys/extattr.h presence... $ECHO_C" >&6; }
42070 cat >conftest.$ac_ext <<_ACEOF
42071 /* confdefs.h.  */
42072 _ACEOF
42073 cat confdefs.h >>conftest.$ac_ext
42074 cat >>conftest.$ac_ext <<_ACEOF
42075 /* end confdefs.h.  */
42076 #include <sys/extattr.h>
42077 _ACEOF
42078 if { (ac_try="$ac_cpp conftest.$ac_ext"
42079 case "(($ac_try" in
42080   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42081   *) ac_try_echo=$ac_try;;
42082 esac
42083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42084   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
42085   ac_status=$?
42086   grep -v '^ *+' conftest.er1 >conftest.err
42087   rm -f conftest.er1
42088   cat conftest.err >&5
42089   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42090   (exit $ac_status); } >/dev/null && {
42091          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
42092          test ! -s conftest.err
42093        }; then
42094   ac_header_preproc=yes
42095 else
42096   echo "$as_me: failed program was:" >&5
42097 sed 's/^/| /' conftest.$ac_ext >&5
42098
42099   ac_header_preproc=no
42100 fi
42101
42102 rm -f conftest.err conftest.$ac_ext
42103 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
42104 echo "${ECHO_T}$ac_header_preproc" >&6; }
42105
42106 # So?  What about this header?
42107 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
42108   yes:no: )
42109     { echo "$as_me:$LINENO: WARNING: sys/extattr.h: accepted by the compiler, rejected by the preprocessor!" >&5
42110 echo "$as_me: WARNING: sys/extattr.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
42111     { echo "$as_me:$LINENO: WARNING: sys/extattr.h: proceeding with the compiler's result" >&5
42112 echo "$as_me: WARNING: sys/extattr.h: proceeding with the compiler's result" >&2;}
42113     ac_header_preproc=yes
42114     ;;
42115   no:yes:* )
42116     { echo "$as_me:$LINENO: WARNING: sys/extattr.h: present but cannot be compiled" >&5
42117 echo "$as_me: WARNING: sys/extattr.h: present but cannot be compiled" >&2;}
42118     { echo "$as_me:$LINENO: WARNING: sys/extattr.h:     check for missing prerequisite headers?" >&5
42119 echo "$as_me: WARNING: sys/extattr.h:     check for missing prerequisite headers?" >&2;}
42120     { echo "$as_me:$LINENO: WARNING: sys/extattr.h: see the Autoconf documentation" >&5
42121 echo "$as_me: WARNING: sys/extattr.h: see the Autoconf documentation" >&2;}
42122     { echo "$as_me:$LINENO: WARNING: sys/extattr.h:     section \"Present But Cannot Be Compiled\"" >&5
42123 echo "$as_me: WARNING: sys/extattr.h:     section \"Present But Cannot Be Compiled\"" >&2;}
42124     { echo "$as_me:$LINENO: WARNING: sys/extattr.h: proceeding with the preprocessor's result" >&5
42125 echo "$as_me: WARNING: sys/extattr.h: proceeding with the preprocessor's result" >&2;}
42126     { echo "$as_me:$LINENO: WARNING: sys/extattr.h: in the future, the compiler will take precedence" >&5
42127 echo "$as_me: WARNING: sys/extattr.h: in the future, the compiler will take precedence" >&2;}
42128
42129     ;;
42130 esac
42131 { echo "$as_me:$LINENO: checking for sys/extattr.h" >&5
42132 echo $ECHO_N "checking for sys/extattr.h... $ECHO_C" >&6; }
42133 if test "${ac_cv_header_sys_extattr_h+set}" = set; then
42134   echo $ECHO_N "(cached) $ECHO_C" >&6
42135 else
42136   ac_cv_header_sys_extattr_h=$ac_header_preproc
42137 fi
42138 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_extattr_h" >&5
42139 echo "${ECHO_T}$ac_cv_header_sys_extattr_h" >&6; }
42140
42141 fi
42142 if test $ac_cv_header_sys_extattr_h = yes; then
42143
42144 cat >>confdefs.h <<\_ACEOF
42145 #define HAVE_SYS_EXTATTR_H 1
42146 _ACEOF
42147
42148 fi
42149
42150
42151    if test "${ac_cv_header_libutil_h+set}" = set; then
42152   { echo "$as_me:$LINENO: checking for libutil.h" >&5
42153 echo $ECHO_N "checking for libutil.h... $ECHO_C" >&6; }
42154 if test "${ac_cv_header_libutil_h+set}" = set; then
42155   echo $ECHO_N "(cached) $ECHO_C" >&6
42156 fi
42157 { echo "$as_me:$LINENO: result: $ac_cv_header_libutil_h" >&5
42158 echo "${ECHO_T}$ac_cv_header_libutil_h" >&6; }
42159 else
42160   # Is the header compilable?
42161 { echo "$as_me:$LINENO: checking libutil.h usability" >&5
42162 echo $ECHO_N "checking libutil.h usability... $ECHO_C" >&6; }
42163 cat >conftest.$ac_ext <<_ACEOF
42164 /* confdefs.h.  */
42165 _ACEOF
42166 cat confdefs.h >>conftest.$ac_ext
42167 cat >>conftest.$ac_ext <<_ACEOF
42168 /* end confdefs.h.  */
42169 $ac_includes_default
42170 #include <libutil.h>
42171 _ACEOF
42172 rm -f conftest.$ac_objext
42173 if { (ac_try="$ac_compile"
42174 case "(($ac_try" in
42175   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42176   *) ac_try_echo=$ac_try;;
42177 esac
42178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42179   (eval "$ac_compile") 2>conftest.er1
42180   ac_status=$?
42181   grep -v '^ *+' conftest.er1 >conftest.err
42182   rm -f conftest.er1
42183   cat conftest.err >&5
42184   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42185   (exit $ac_status); } && {
42186          test -z "$ac_c_werror_flag" ||
42187          test ! -s conftest.err
42188        } && test -s conftest.$ac_objext; then
42189   ac_header_compiler=yes
42190 else
42191   echo "$as_me: failed program was:" >&5
42192 sed 's/^/| /' conftest.$ac_ext >&5
42193
42194         ac_header_compiler=no
42195 fi
42196
42197 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42198 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
42199 echo "${ECHO_T}$ac_header_compiler" >&6; }
42200
42201 # Is the header present?
42202 { echo "$as_me:$LINENO: checking libutil.h presence" >&5
42203 echo $ECHO_N "checking libutil.h presence... $ECHO_C" >&6; }
42204 cat >conftest.$ac_ext <<_ACEOF
42205 /* confdefs.h.  */
42206 _ACEOF
42207 cat confdefs.h >>conftest.$ac_ext
42208 cat >>conftest.$ac_ext <<_ACEOF
42209 /* end confdefs.h.  */
42210 #include <libutil.h>
42211 _ACEOF
42212 if { (ac_try="$ac_cpp conftest.$ac_ext"
42213 case "(($ac_try" in
42214   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42215   *) ac_try_echo=$ac_try;;
42216 esac
42217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42218   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
42219   ac_status=$?
42220   grep -v '^ *+' conftest.er1 >conftest.err
42221   rm -f conftest.er1
42222   cat conftest.err >&5
42223   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42224   (exit $ac_status); } >/dev/null && {
42225          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
42226          test ! -s conftest.err
42227        }; then
42228   ac_header_preproc=yes
42229 else
42230   echo "$as_me: failed program was:" >&5
42231 sed 's/^/| /' conftest.$ac_ext >&5
42232
42233   ac_header_preproc=no
42234 fi
42235
42236 rm -f conftest.err conftest.$ac_ext
42237 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
42238 echo "${ECHO_T}$ac_header_preproc" >&6; }
42239
42240 # So?  What about this header?
42241 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
42242   yes:no: )
42243     { echo "$as_me:$LINENO: WARNING: libutil.h: accepted by the compiler, rejected by the preprocessor!" >&5
42244 echo "$as_me: WARNING: libutil.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
42245     { echo "$as_me:$LINENO: WARNING: libutil.h: proceeding with the compiler's result" >&5
42246 echo "$as_me: WARNING: libutil.h: proceeding with the compiler's result" >&2;}
42247     ac_header_preproc=yes
42248     ;;
42249   no:yes:* )
42250     { echo "$as_me:$LINENO: WARNING: libutil.h: present but cannot be compiled" >&5
42251 echo "$as_me: WARNING: libutil.h: present but cannot be compiled" >&2;}
42252     { echo "$as_me:$LINENO: WARNING: libutil.h:     check for missing prerequisite headers?" >&5
42253 echo "$as_me: WARNING: libutil.h:     check for missing prerequisite headers?" >&2;}
42254     { echo "$as_me:$LINENO: WARNING: libutil.h: see the Autoconf documentation" >&5
42255 echo "$as_me: WARNING: libutil.h: see the Autoconf documentation" >&2;}
42256     { echo "$as_me:$LINENO: WARNING: libutil.h:     section \"Present But Cannot Be Compiled\"" >&5
42257 echo "$as_me: WARNING: libutil.h:     section \"Present But Cannot Be Compiled\"" >&2;}
42258     { echo "$as_me:$LINENO: WARNING: libutil.h: proceeding with the preprocessor's result" >&5
42259 echo "$as_me: WARNING: libutil.h: proceeding with the preprocessor's result" >&2;}
42260     { echo "$as_me:$LINENO: WARNING: libutil.h: in the future, the compiler will take precedence" >&5
42261 echo "$as_me: WARNING: libutil.h: in the future, the compiler will take precedence" >&2;}
42262
42263     ;;
42264 esac
42265 { echo "$as_me:$LINENO: checking for libutil.h" >&5
42266 echo $ECHO_N "checking for libutil.h... $ECHO_C" >&6; }
42267 if test "${ac_cv_header_libutil_h+set}" = set; then
42268   echo $ECHO_N "(cached) $ECHO_C" >&6
42269 else
42270   ac_cv_header_libutil_h=$ac_header_preproc
42271 fi
42272 { echo "$as_me:$LINENO: result: $ac_cv_header_libutil_h" >&5
42273 echo "${ECHO_T}$ac_cv_header_libutil_h" >&6; }
42274
42275 fi
42276 if test $ac_cv_header_libutil_h = yes; then
42277
42278 cat >>confdefs.h <<\_ACEOF
42279 #define HAVE_LIBUTIL_H 1
42280 _ACEOF
42281
42282 fi
42283
42284
42285
42286
42287
42288 for ac_func in extattr_get_link extattr_set_link extattr_list_link
42289 do
42290 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42291 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42292 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42293 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42294   echo $ECHO_N "(cached) $ECHO_C" >&6
42295 else
42296   cat >conftest.$ac_ext <<_ACEOF
42297 /* confdefs.h.  */
42298 _ACEOF
42299 cat confdefs.h >>conftest.$ac_ext
42300 cat >>conftest.$ac_ext <<_ACEOF
42301 /* end confdefs.h.  */
42302 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42303    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42304 #define $ac_func innocuous_$ac_func
42305
42306 /* System header to define __stub macros and hopefully few prototypes,
42307     which can conflict with char $ac_func (); below.
42308     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42309     <limits.h> exists even on freestanding compilers.  */
42310
42311 #ifdef __STDC__
42312 # include <limits.h>
42313 #else
42314 # include <assert.h>
42315 #endif
42316
42317 #undef $ac_func
42318
42319 /* Override any GCC internal prototype to avoid an error.
42320    Use char because int might match the return type of a GCC
42321    builtin and then its argument prototype would still apply.  */
42322 #ifdef __cplusplus
42323 extern "C"
42324 #endif
42325 char $ac_func ();
42326 /* The GNU C library defines this for functions which it implements
42327     to always fail with ENOSYS.  Some functions are actually named
42328     something starting with __ and the normal name is an alias.  */
42329 #if defined __stub_$ac_func || defined __stub___$ac_func
42330 choke me
42331 #endif
42332
42333 int
42334 main ()
42335 {
42336 return $ac_func ();
42337   ;
42338   return 0;
42339 }
42340 _ACEOF
42341 rm -f conftest.$ac_objext conftest$ac_exeext
42342 if { (ac_try="$ac_link"
42343 case "(($ac_try" in
42344   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42345   *) ac_try_echo=$ac_try;;
42346 esac
42347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42348   (eval "$ac_link") 2>conftest.er1
42349   ac_status=$?
42350   grep -v '^ *+' conftest.er1 >conftest.err
42351   rm -f conftest.er1
42352   cat conftest.err >&5
42353   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42354   (exit $ac_status); } && {
42355          test -z "$ac_c_werror_flag" ||
42356          test ! -s conftest.err
42357        } && test -s conftest$ac_exeext &&
42358        $as_test_x conftest$ac_exeext; then
42359   eval "$as_ac_var=yes"
42360 else
42361   echo "$as_me: failed program was:" >&5
42362 sed 's/^/| /' conftest.$ac_ext >&5
42363
42364         eval "$as_ac_var=no"
42365 fi
42366
42367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42368       conftest$ac_exeext conftest.$ac_ext
42369 fi
42370 ac_res=`eval echo '${'$as_ac_var'}'`
42371                { echo "$as_me:$LINENO: result: $ac_res" >&5
42372 echo "${ECHO_T}$ac_res" >&6; }
42373 if test `eval echo '${'$as_ac_var'}'` = yes; then
42374   cat >>confdefs.h <<_ACEOF
42375 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42376 _ACEOF
42377
42378           have_xattr=yes
42379
42380 cat >>confdefs.h <<\_ACEOF
42381 #define HAVE_EXTATTR_GET_LINK 1
42382 _ACEOF
42383
42384
42385 cat >>confdefs.h <<\_ACEOF
42386 #define HAVE_EXTATTR_SET_LINK 1
42387 _ACEOF
42388
42389
42390 cat >>confdefs.h <<\_ACEOF
42391 #define HAVE_EXTATTR_LIST_LINK 1
42392 _ACEOF
42393
42394
42395
42396 fi
42397 done
42398
42399
42400    if test $have_xattr = no; then
42401
42402
42403
42404 for ac_func in extattr_get_file extattr_set_file extattr_list_file
42405 do
42406 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42407 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42408 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42409 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42410   echo $ECHO_N "(cached) $ECHO_C" >&6
42411 else
42412   cat >conftest.$ac_ext <<_ACEOF
42413 /* confdefs.h.  */
42414 _ACEOF
42415 cat confdefs.h >>conftest.$ac_ext
42416 cat >>conftest.$ac_ext <<_ACEOF
42417 /* end confdefs.h.  */
42418 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42419    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42420 #define $ac_func innocuous_$ac_func
42421
42422 /* System header to define __stub macros and hopefully few prototypes,
42423     which can conflict with char $ac_func (); below.
42424     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42425     <limits.h> exists even on freestanding compilers.  */
42426
42427 #ifdef __STDC__
42428 # include <limits.h>
42429 #else
42430 # include <assert.h>
42431 #endif
42432
42433 #undef $ac_func
42434
42435 /* Override any GCC internal prototype to avoid an error.
42436    Use char because int might match the return type of a GCC
42437    builtin and then its argument prototype would still apply.  */
42438 #ifdef __cplusplus
42439 extern "C"
42440 #endif
42441 char $ac_func ();
42442 /* The GNU C library defines this for functions which it implements
42443     to always fail with ENOSYS.  Some functions are actually named
42444     something starting with __ and the normal name is an alias.  */
42445 #if defined __stub_$ac_func || defined __stub___$ac_func
42446 choke me
42447 #endif
42448
42449 int
42450 main ()
42451 {
42452 return $ac_func ();
42453   ;
42454   return 0;
42455 }
42456 _ACEOF
42457 rm -f conftest.$ac_objext conftest$ac_exeext
42458 if { (ac_try="$ac_link"
42459 case "(($ac_try" in
42460   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42461   *) ac_try_echo=$ac_try;;
42462 esac
42463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42464   (eval "$ac_link") 2>conftest.er1
42465   ac_status=$?
42466   grep -v '^ *+' conftest.er1 >conftest.err
42467   rm -f conftest.er1
42468   cat conftest.err >&5
42469   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42470   (exit $ac_status); } && {
42471          test -z "$ac_c_werror_flag" ||
42472          test ! -s conftest.err
42473        } && test -s conftest$ac_exeext &&
42474        $as_test_x conftest$ac_exeext; then
42475   eval "$as_ac_var=yes"
42476 else
42477   echo "$as_me: failed program was:" >&5
42478 sed 's/^/| /' conftest.$ac_ext >&5
42479
42480         eval "$as_ac_var=no"
42481 fi
42482
42483 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42484       conftest$ac_exeext conftest.$ac_ext
42485 fi
42486 ac_res=`eval echo '${'$as_ac_var'}'`
42487                { echo "$as_me:$LINENO: result: $ac_res" >&5
42488 echo "${ECHO_T}$ac_res" >&6; }
42489 if test `eval echo '${'$as_ac_var'}'` = yes; then
42490   cat >>confdefs.h <<_ACEOF
42491 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42492 _ACEOF
42493
42494              have_xattr=yes
42495
42496 cat >>confdefs.h <<\_ACEOF
42497 #define HAVE_EXTATTR_GET_FILE 1
42498 _ACEOF
42499
42500
42501 cat >>confdefs.h <<\_ACEOF
42502 #define HAVE_EXTATTR_SET_FILE 1
42503 _ACEOF
42504
42505
42506 cat >>confdefs.h <<\_ACEOF
42507 #define HAVE_EXTATTR_LIST_FILE 1
42508 _ACEOF
42509
42510
42511
42512 fi
42513 done
42514
42515    fi
42516
42517    if test $have_xattr = yes; then
42518       have_extattr_string_in_libc=no
42519
42520
42521 for ac_func in extattr_namespace_to_string extattr_string_to_namespace
42522 do
42523 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42524 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42525 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42526 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42527   echo $ECHO_N "(cached) $ECHO_C" >&6
42528 else
42529   cat >conftest.$ac_ext <<_ACEOF
42530 /* confdefs.h.  */
42531 _ACEOF
42532 cat confdefs.h >>conftest.$ac_ext
42533 cat >>conftest.$ac_ext <<_ACEOF
42534 /* end confdefs.h.  */
42535 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42536    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42537 #define $ac_func innocuous_$ac_func
42538
42539 /* System header to define __stub macros and hopefully few prototypes,
42540     which can conflict with char $ac_func (); below.
42541     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42542     <limits.h> exists even on freestanding compilers.  */
42543
42544 #ifdef __STDC__
42545 # include <limits.h>
42546 #else
42547 # include <assert.h>
42548 #endif
42549
42550 #undef $ac_func
42551
42552 /* Override any GCC internal prototype to avoid an error.
42553    Use char because int might match the return type of a GCC
42554    builtin and then its argument prototype would still apply.  */
42555 #ifdef __cplusplus
42556 extern "C"
42557 #endif
42558 char $ac_func ();
42559 /* The GNU C library defines this for functions which it implements
42560     to always fail with ENOSYS.  Some functions are actually named
42561     something starting with __ and the normal name is an alias.  */
42562 #if defined __stub_$ac_func || defined __stub___$ac_func
42563 choke me
42564 #endif
42565
42566 int
42567 main ()
42568 {
42569 return $ac_func ();
42570   ;
42571   return 0;
42572 }
42573 _ACEOF
42574 rm -f conftest.$ac_objext conftest$ac_exeext
42575 if { (ac_try="$ac_link"
42576 case "(($ac_try" in
42577   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42578   *) ac_try_echo=$ac_try;;
42579 esac
42580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42581   (eval "$ac_link") 2>conftest.er1
42582   ac_status=$?
42583   grep -v '^ *+' conftest.er1 >conftest.err
42584   rm -f conftest.er1
42585   cat conftest.err >&5
42586   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42587   (exit $ac_status); } && {
42588          test -z "$ac_c_werror_flag" ||
42589          test ! -s conftest.err
42590        } && test -s conftest$ac_exeext &&
42591        $as_test_x conftest$ac_exeext; then
42592   eval "$as_ac_var=yes"
42593 else
42594   echo "$as_me: failed program was:" >&5
42595 sed 's/^/| /' conftest.$ac_ext >&5
42596
42597         eval "$as_ac_var=no"
42598 fi
42599
42600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42601       conftest$ac_exeext conftest.$ac_ext
42602 fi
42603 ac_res=`eval echo '${'$as_ac_var'}'`
42604                { echo "$as_me:$LINENO: result: $ac_res" >&5
42605 echo "${ECHO_T}$ac_res" >&6; }
42606 if test `eval echo '${'$as_ac_var'}'` = yes; then
42607   cat >>confdefs.h <<_ACEOF
42608 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42609 _ACEOF
42610
42611              have_extattr_string_in_libc=yes
42612
42613 cat >>confdefs.h <<\_ACEOF
42614 #define HAVE_EXTATTR_NAMESPACE_TO_STRING 1
42615 _ACEOF
42616
42617
42618 cat >>confdefs.h <<\_ACEOF
42619 #define HAVE_EXTATTR_STRING_TO_NAMESPACE 1
42620 _ACEOF
42621
42622
42623
42624 fi
42625 done
42626
42627
42628                         if test $have_extattr_string_in_libc = no; then
42629          { echo "$as_me:$LINENO: checking for extattr_namespace_to_string extattr_string_to_namespace in -lutil" >&5
42630 echo $ECHO_N "checking for extattr_namespace_to_string extattr_string_to_namespace in -lutil... $ECHO_C" >&6; }
42631 if test "${ac_cv_lib_util_extattr_namespace_to_string_extattr_string_to_namespace+set}" = set; then
42632   echo $ECHO_N "(cached) $ECHO_C" >&6
42633 else
42634   ac_check_lib_save_LIBS=$LIBS
42635 LIBS="-lutil  $LIBS"
42636 cat >conftest.$ac_ext <<_ACEOF
42637 /* confdefs.h.  */
42638 _ACEOF
42639 cat confdefs.h >>conftest.$ac_ext
42640 cat >>conftest.$ac_ext <<_ACEOF
42641 /* end confdefs.h.  */
42642
42643 /* Override any GCC internal prototype to avoid an error.
42644    Use char because int might match the return type of a GCC
42645    builtin and then its argument prototype would still apply.  */
42646 #ifdef __cplusplus
42647 extern "C"
42648 #endif
42649 char extattr_namespace_to_string extattr_string_to_namespace ();
42650 int
42651 main ()
42652 {
42653 return extattr_namespace_to_string extattr_string_to_namespace ();
42654   ;
42655   return 0;
42656 }
42657 _ACEOF
42658 rm -f conftest.$ac_objext conftest$ac_exeext
42659 if { (ac_try="$ac_link"
42660 case "(($ac_try" in
42661   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42662   *) ac_try_echo=$ac_try;;
42663 esac
42664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42665   (eval "$ac_link") 2>conftest.er1
42666   ac_status=$?
42667   grep -v '^ *+' conftest.er1 >conftest.err
42668   rm -f conftest.er1
42669   cat conftest.err >&5
42670   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42671   (exit $ac_status); } && {
42672          test -z "$ac_c_werror_flag" ||
42673          test ! -s conftest.err
42674        } && test -s conftest$ac_exeext &&
42675        $as_test_x conftest$ac_exeext; then
42676   ac_cv_lib_util_extattr_namespace_to_string_extattr_string_to_namespace=yes
42677 else
42678   echo "$as_me: failed program was:" >&5
42679 sed 's/^/| /' conftest.$ac_ext >&5
42680
42681         ac_cv_lib_util_extattr_namespace_to_string_extattr_string_to_namespace=no
42682 fi
42683
42684 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42685       conftest$ac_exeext conftest.$ac_ext
42686 LIBS=$ac_check_lib_save_LIBS
42687 fi
42688 { echo "$as_me:$LINENO: result: $ac_cv_lib_util_extattr_namespace_to_string_extattr_string_to_namespace" >&5
42689 echo "${ECHO_T}$ac_cv_lib_util_extattr_namespace_to_string_extattr_string_to_namespace" >&6; }
42690 if test $ac_cv_lib_util_extattr_namespace_to_string_extattr_string_to_namespace = yes; then
42691
42692
42693 cat >>confdefs.h <<\_ACEOF
42694 #define HAVE_EXTATTR_NAMESPACE_TO_STRING 1
42695 _ACEOF
42696
42697
42698 cat >>confdefs.h <<\_ACEOF
42699 #define HAVE_EXTATTR_STRING_TO_NAMESPACE 1
42700 _ACEOF
42701
42702                 FDLIBS="-lutil $FDLIBS"
42703
42704
42705 fi
42706
42707       fi
42708    fi
42709
42710             if test $have_xattr = no; then
42711       if test "${ac_cv_header_sys_xattr_h+set}" = set; then
42712   { echo "$as_me:$LINENO: checking for sys/xattr.h" >&5
42713 echo $ECHO_N "checking for sys/xattr.h... $ECHO_C" >&6; }
42714 if test "${ac_cv_header_sys_xattr_h+set}" = set; then
42715   echo $ECHO_N "(cached) $ECHO_C" >&6
42716 fi
42717 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_xattr_h" >&5
42718 echo "${ECHO_T}$ac_cv_header_sys_xattr_h" >&6; }
42719 else
42720   # Is the header compilable?
42721 { echo "$as_me:$LINENO: checking sys/xattr.h usability" >&5
42722 echo $ECHO_N "checking sys/xattr.h usability... $ECHO_C" >&6; }
42723 cat >conftest.$ac_ext <<_ACEOF
42724 /* confdefs.h.  */
42725 _ACEOF
42726 cat confdefs.h >>conftest.$ac_ext
42727 cat >>conftest.$ac_ext <<_ACEOF
42728 /* end confdefs.h.  */
42729 $ac_includes_default
42730 #include <sys/xattr.h>
42731 _ACEOF
42732 rm -f conftest.$ac_objext
42733 if { (ac_try="$ac_compile"
42734 case "(($ac_try" in
42735   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42736   *) ac_try_echo=$ac_try;;
42737 esac
42738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42739   (eval "$ac_compile") 2>conftest.er1
42740   ac_status=$?
42741   grep -v '^ *+' conftest.er1 >conftest.err
42742   rm -f conftest.er1
42743   cat conftest.err >&5
42744   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42745   (exit $ac_status); } && {
42746          test -z "$ac_c_werror_flag" ||
42747          test ! -s conftest.err
42748        } && test -s conftest.$ac_objext; then
42749   ac_header_compiler=yes
42750 else
42751   echo "$as_me: failed program was:" >&5
42752 sed 's/^/| /' conftest.$ac_ext >&5
42753
42754         ac_header_compiler=no
42755 fi
42756
42757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42758 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
42759 echo "${ECHO_T}$ac_header_compiler" >&6; }
42760
42761 # Is the header present?
42762 { echo "$as_me:$LINENO: checking sys/xattr.h presence" >&5
42763 echo $ECHO_N "checking sys/xattr.h presence... $ECHO_C" >&6; }
42764 cat >conftest.$ac_ext <<_ACEOF
42765 /* confdefs.h.  */
42766 _ACEOF
42767 cat confdefs.h >>conftest.$ac_ext
42768 cat >>conftest.$ac_ext <<_ACEOF
42769 /* end confdefs.h.  */
42770 #include <sys/xattr.h>
42771 _ACEOF
42772 if { (ac_try="$ac_cpp conftest.$ac_ext"
42773 case "(($ac_try" in
42774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42775   *) ac_try_echo=$ac_try;;
42776 esac
42777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42778   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
42779   ac_status=$?
42780   grep -v '^ *+' conftest.er1 >conftest.err
42781   rm -f conftest.er1
42782   cat conftest.err >&5
42783   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42784   (exit $ac_status); } >/dev/null && {
42785          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
42786          test ! -s conftest.err
42787        }; then
42788   ac_header_preproc=yes
42789 else
42790   echo "$as_me: failed program was:" >&5
42791 sed 's/^/| /' conftest.$ac_ext >&5
42792
42793   ac_header_preproc=no
42794 fi
42795
42796 rm -f conftest.err conftest.$ac_ext
42797 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
42798 echo "${ECHO_T}$ac_header_preproc" >&6; }
42799
42800 # So?  What about this header?
42801 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
42802   yes:no: )
42803     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: accepted by the compiler, rejected by the preprocessor!" >&5
42804 echo "$as_me: WARNING: sys/xattr.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
42805     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: proceeding with the compiler's result" >&5
42806 echo "$as_me: WARNING: sys/xattr.h: proceeding with the compiler's result" >&2;}
42807     ac_header_preproc=yes
42808     ;;
42809   no:yes:* )
42810     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: present but cannot be compiled" >&5
42811 echo "$as_me: WARNING: sys/xattr.h: present but cannot be compiled" >&2;}
42812     { echo "$as_me:$LINENO: WARNING: sys/xattr.h:     check for missing prerequisite headers?" >&5
42813 echo "$as_me: WARNING: sys/xattr.h:     check for missing prerequisite headers?" >&2;}
42814     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: see the Autoconf documentation" >&5
42815 echo "$as_me: WARNING: sys/xattr.h: see the Autoconf documentation" >&2;}
42816     { echo "$as_me:$LINENO: WARNING: sys/xattr.h:     section \"Present But Cannot Be Compiled\"" >&5
42817 echo "$as_me: WARNING: sys/xattr.h:     section \"Present But Cannot Be Compiled\"" >&2;}
42818     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: proceeding with the preprocessor's result" >&5
42819 echo "$as_me: WARNING: sys/xattr.h: proceeding with the preprocessor's result" >&2;}
42820     { echo "$as_me:$LINENO: WARNING: sys/xattr.h: in the future, the compiler will take precedence" >&5
42821 echo "$as_me: WARNING: sys/xattr.h: in the future, the compiler will take precedence" >&2;}
42822
42823     ;;
42824 esac
42825 { echo "$as_me:$LINENO: checking for sys/xattr.h" >&5
42826 echo $ECHO_N "checking for sys/xattr.h... $ECHO_C" >&6; }
42827 if test "${ac_cv_header_sys_xattr_h+set}" = set; then
42828   echo $ECHO_N "(cached) $ECHO_C" >&6
42829 else
42830   ac_cv_header_sys_xattr_h=$ac_header_preproc
42831 fi
42832 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_xattr_h" >&5
42833 echo "${ECHO_T}$ac_cv_header_sys_xattr_h" >&6; }
42834
42835 fi
42836 if test $ac_cv_header_sys_xattr_h = yes; then
42837
42838 cat >>confdefs.h <<\_ACEOF
42839 #define HAVE_SYS_XATTR_H 1
42840 _ACEOF
42841
42842 fi
42843
42844
42845
42846
42847
42848 for ac_func in llistxattr lgetxattr lsetxattr
42849 do
42850 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42851 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42852 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42853 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42854   echo $ECHO_N "(cached) $ECHO_C" >&6
42855 else
42856   cat >conftest.$ac_ext <<_ACEOF
42857 /* confdefs.h.  */
42858 _ACEOF
42859 cat confdefs.h >>conftest.$ac_ext
42860 cat >>conftest.$ac_ext <<_ACEOF
42861 /* end confdefs.h.  */
42862 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42863    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42864 #define $ac_func innocuous_$ac_func
42865
42866 /* System header to define __stub macros and hopefully few prototypes,
42867     which can conflict with char $ac_func (); below.
42868     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42869     <limits.h> exists even on freestanding compilers.  */
42870
42871 #ifdef __STDC__
42872 # include <limits.h>
42873 #else
42874 # include <assert.h>
42875 #endif
42876
42877 #undef $ac_func
42878
42879 /* Override any GCC internal prototype to avoid an error.
42880    Use char because int might match the return type of a GCC
42881    builtin and then its argument prototype would still apply.  */
42882 #ifdef __cplusplus
42883 extern "C"
42884 #endif
42885 char $ac_func ();
42886 /* The GNU C library defines this for functions which it implements
42887     to always fail with ENOSYS.  Some functions are actually named
42888     something starting with __ and the normal name is an alias.  */
42889 #if defined __stub_$ac_func || defined __stub___$ac_func
42890 choke me
42891 #endif
42892
42893 int
42894 main ()
42895 {
42896 return $ac_func ();
42897   ;
42898   return 0;
42899 }
42900 _ACEOF
42901 rm -f conftest.$ac_objext conftest$ac_exeext
42902 if { (ac_try="$ac_link"
42903 case "(($ac_try" in
42904   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42905   *) ac_try_echo=$ac_try;;
42906 esac
42907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42908   (eval "$ac_link") 2>conftest.er1
42909   ac_status=$?
42910   grep -v '^ *+' conftest.er1 >conftest.err
42911   rm -f conftest.er1
42912   cat conftest.err >&5
42913   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42914   (exit $ac_status); } && {
42915          test -z "$ac_c_werror_flag" ||
42916          test ! -s conftest.err
42917        } && test -s conftest$ac_exeext &&
42918        $as_test_x conftest$ac_exeext; then
42919   eval "$as_ac_var=yes"
42920 else
42921   echo "$as_me: failed program was:" >&5
42922 sed 's/^/| /' conftest.$ac_ext >&5
42923
42924         eval "$as_ac_var=no"
42925 fi
42926
42927 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42928       conftest$ac_exeext conftest.$ac_ext
42929 fi
42930 ac_res=`eval echo '${'$as_ac_var'}'`
42931                { echo "$as_me:$LINENO: result: $ac_res" >&5
42932 echo "${ECHO_T}$ac_res" >&6; }
42933 if test `eval echo '${'$as_ac_var'}'` = yes; then
42934   cat >>confdefs.h <<_ACEOF
42935 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42936 _ACEOF
42937
42938              have_xattr=yes
42939
42940 cat >>confdefs.h <<\_ACEOF
42941 #define HAVE_LLISTXATTR 1
42942 _ACEOF
42943
42944
42945 cat >>confdefs.h <<\_ACEOF
42946 #define HAVE_LGETXATTR 1
42947 _ACEOF
42948
42949
42950 cat >>confdefs.h <<\_ACEOF
42951 #define HAVE_LSETXATTR 1
42952 _ACEOF
42953
42954
42955
42956 fi
42957 done
42958
42959
42960       if test $have_xattr = no; then
42961
42962
42963
42964 for ac_func in listxattr getxattr setxattr
42965 do
42966 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42967 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42968 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42969 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42970   echo $ECHO_N "(cached) $ECHO_C" >&6
42971 else
42972   cat >conftest.$ac_ext <<_ACEOF
42973 /* confdefs.h.  */
42974 _ACEOF
42975 cat confdefs.h >>conftest.$ac_ext
42976 cat >>conftest.$ac_ext <<_ACEOF
42977 /* end confdefs.h.  */
42978 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42979    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42980 #define $ac_func innocuous_$ac_func
42981
42982 /* System header to define __stub macros and hopefully few prototypes,
42983     which can conflict with char $ac_func (); below.
42984     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42985     <limits.h> exists even on freestanding compilers.  */
42986
42987 #ifdef __STDC__
42988 # include <limits.h>
42989 #else
42990 # include <assert.h>
42991 #endif
42992
42993 #undef $ac_func
42994
42995 /* Override any GCC internal prototype to avoid an error.
42996    Use char because int might match the return type of a GCC
42997    builtin and then its argument prototype would still apply.  */
42998 #ifdef __cplusplus
42999 extern "C"
43000 #endif
43001 char $ac_func ();
43002 /* The GNU C library defines this for functions which it implements
43003     to always fail with ENOSYS.  Some functions are actually named
43004     something starting with __ and the normal name is an alias.  */
43005 #if defined __stub_$ac_func || defined __stub___$ac_func
43006 choke me
43007 #endif
43008
43009 int
43010 main ()
43011 {
43012 return $ac_func ();
43013   ;
43014   return 0;
43015 }
43016 _ACEOF
43017 rm -f conftest.$ac_objext conftest$ac_exeext
43018 if { (ac_try="$ac_link"
43019 case "(($ac_try" in
43020   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43021   *) ac_try_echo=$ac_try;;
43022 esac
43023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43024   (eval "$ac_link") 2>conftest.er1
43025   ac_status=$?
43026   grep -v '^ *+' conftest.er1 >conftest.err
43027   rm -f conftest.er1
43028   cat conftest.err >&5
43029   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43030   (exit $ac_status); } && {
43031          test -z "$ac_c_werror_flag" ||
43032          test ! -s conftest.err
43033        } && test -s conftest$ac_exeext &&
43034        $as_test_x conftest$ac_exeext; then
43035   eval "$as_ac_var=yes"
43036 else
43037   echo "$as_me: failed program was:" >&5
43038 sed 's/^/| /' conftest.$ac_ext >&5
43039
43040         eval "$as_ac_var=no"
43041 fi
43042
43043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43044       conftest$ac_exeext conftest.$ac_ext
43045 fi
43046 ac_res=`eval echo '${'$as_ac_var'}'`
43047                { echo "$as_me:$LINENO: result: $ac_res" >&5
43048 echo "${ECHO_T}$ac_res" >&6; }
43049 if test `eval echo '${'$as_ac_var'}'` = yes; then
43050   cat >>confdefs.h <<_ACEOF
43051 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43052 _ACEOF
43053
43054                 have_xattr=yes
43055
43056 cat >>confdefs.h <<\_ACEOF
43057 #define HAVE_LISTXATTR 1
43058 _ACEOF
43059
43060
43061 cat >>confdefs.h <<\_ACEOF
43062 #define HAVE_GETXATTR 1
43063 _ACEOF
43064
43065
43066 cat >>confdefs.h <<\_ACEOF
43067 #define HAVE_SETXATTR 1
43068 _ACEOF
43069
43070
43071
43072 fi
43073 done
43074
43075       fi
43076    fi
43077
43078             if test $have_xattr = no; then
43079       if test "${ac_cv_header_sys_attr_h+set}" = set; then
43080   { echo "$as_me:$LINENO: checking for sys/attr.h" >&5
43081 echo $ECHO_N "checking for sys/attr.h... $ECHO_C" >&6; }
43082 if test "${ac_cv_header_sys_attr_h+set}" = set; then
43083   echo $ECHO_N "(cached) $ECHO_C" >&6
43084 fi
43085 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_attr_h" >&5
43086 echo "${ECHO_T}$ac_cv_header_sys_attr_h" >&6; }
43087 else
43088   # Is the header compilable?
43089 { echo "$as_me:$LINENO: checking sys/attr.h usability" >&5
43090 echo $ECHO_N "checking sys/attr.h usability... $ECHO_C" >&6; }
43091 cat >conftest.$ac_ext <<_ACEOF
43092 /* confdefs.h.  */
43093 _ACEOF
43094 cat confdefs.h >>conftest.$ac_ext
43095 cat >>conftest.$ac_ext <<_ACEOF
43096 /* end confdefs.h.  */
43097 $ac_includes_default
43098 #include <sys/attr.h>
43099 _ACEOF
43100 rm -f conftest.$ac_objext
43101 if { (ac_try="$ac_compile"
43102 case "(($ac_try" in
43103   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43104   *) ac_try_echo=$ac_try;;
43105 esac
43106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43107   (eval "$ac_compile") 2>conftest.er1
43108   ac_status=$?
43109   grep -v '^ *+' conftest.er1 >conftest.err
43110   rm -f conftest.er1
43111   cat conftest.err >&5
43112   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43113   (exit $ac_status); } && {
43114          test -z "$ac_c_werror_flag" ||
43115          test ! -s conftest.err
43116        } && test -s conftest.$ac_objext; then
43117   ac_header_compiler=yes
43118 else
43119   echo "$as_me: failed program was:" >&5
43120 sed 's/^/| /' conftest.$ac_ext >&5
43121
43122         ac_header_compiler=no
43123 fi
43124
43125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43126 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
43127 echo "${ECHO_T}$ac_header_compiler" >&6; }
43128
43129 # Is the header present?
43130 { echo "$as_me:$LINENO: checking sys/attr.h presence" >&5
43131 echo $ECHO_N "checking sys/attr.h presence... $ECHO_C" >&6; }
43132 cat >conftest.$ac_ext <<_ACEOF
43133 /* confdefs.h.  */
43134 _ACEOF
43135 cat confdefs.h >>conftest.$ac_ext
43136 cat >>conftest.$ac_ext <<_ACEOF
43137 /* end confdefs.h.  */
43138 #include <sys/attr.h>
43139 _ACEOF
43140 if { (ac_try="$ac_cpp conftest.$ac_ext"
43141 case "(($ac_try" in
43142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43143   *) ac_try_echo=$ac_try;;
43144 esac
43145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43146   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
43147   ac_status=$?
43148   grep -v '^ *+' conftest.er1 >conftest.err
43149   rm -f conftest.er1
43150   cat conftest.err >&5
43151   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43152   (exit $ac_status); } >/dev/null && {
43153          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
43154          test ! -s conftest.err
43155        }; then
43156   ac_header_preproc=yes
43157 else
43158   echo "$as_me: failed program was:" >&5
43159 sed 's/^/| /' conftest.$ac_ext >&5
43160
43161   ac_header_preproc=no
43162 fi
43163
43164 rm -f conftest.err conftest.$ac_ext
43165 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
43166 echo "${ECHO_T}$ac_header_preproc" >&6; }
43167
43168 # So?  What about this header?
43169 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
43170   yes:no: )
43171     { echo "$as_me:$LINENO: WARNING: sys/attr.h: accepted by the compiler, rejected by the preprocessor!" >&5
43172 echo "$as_me: WARNING: sys/attr.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
43173     { echo "$as_me:$LINENO: WARNING: sys/attr.h: proceeding with the compiler's result" >&5
43174 echo "$as_me: WARNING: sys/attr.h: proceeding with the compiler's result" >&2;}
43175     ac_header_preproc=yes
43176     ;;
43177   no:yes:* )
43178     { echo "$as_me:$LINENO: WARNING: sys/attr.h: present but cannot be compiled" >&5
43179 echo "$as_me: WARNING: sys/attr.h: present but cannot be compiled" >&2;}
43180     { echo "$as_me:$LINENO: WARNING: sys/attr.h:     check for missing prerequisite headers?" >&5
43181 echo "$as_me: WARNING: sys/attr.h:     check for missing prerequisite headers?" >&2;}
43182     { echo "$as_me:$LINENO: WARNING: sys/attr.h: see the Autoconf documentation" >&5
43183 echo "$as_me: WARNING: sys/attr.h: see the Autoconf documentation" >&2;}
43184     { echo "$as_me:$LINENO: WARNING: sys/attr.h:     section \"Present But Cannot Be Compiled\"" >&5
43185 echo "$as_me: WARNING: sys/attr.h:     section \"Present But Cannot Be Compiled\"" >&2;}
43186     { echo "$as_me:$LINENO: WARNING: sys/attr.h: proceeding with the preprocessor's result" >&5
43187 echo "$as_me: WARNING: sys/attr.h: proceeding with the preprocessor's result" >&2;}
43188     { echo "$as_me:$LINENO: WARNING: sys/attr.h: in the future, the compiler will take precedence" >&5
43189 echo "$as_me: WARNING: sys/attr.h: in the future, the compiler will take precedence" >&2;}
43190
43191     ;;
43192 esac
43193 { echo "$as_me:$LINENO: checking for sys/attr.h" >&5
43194 echo $ECHO_N "checking for sys/attr.h... $ECHO_C" >&6; }
43195 if test "${ac_cv_header_sys_attr_h+set}" = set; then
43196   echo $ECHO_N "(cached) $ECHO_C" >&6
43197 else
43198   ac_cv_header_sys_attr_h=$ac_header_preproc
43199 fi
43200 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_attr_h" >&5
43201 echo "${ECHO_T}$ac_cv_header_sys_attr_h" >&6; }
43202
43203 fi
43204 if test $ac_cv_header_sys_attr_h = yes; then
43205
43206 cat >>confdefs.h <<\_ACEOF
43207 #define HAVE_SYS_ATTR_H 1
43208 _ACEOF
43209
43210 fi
43211
43212
43213       if test "${ac_cv_header_sys_nvpair_h+set}" = set; then
43214   { echo "$as_me:$LINENO: checking for sys/nvpair.h" >&5
43215 echo $ECHO_N "checking for sys/nvpair.h... $ECHO_C" >&6; }
43216 if test "${ac_cv_header_sys_nvpair_h+set}" = set; then
43217   echo $ECHO_N "(cached) $ECHO_C" >&6
43218 fi
43219 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_nvpair_h" >&5
43220 echo "${ECHO_T}$ac_cv_header_sys_nvpair_h" >&6; }
43221 else
43222   # Is the header compilable?
43223 { echo "$as_me:$LINENO: checking sys/nvpair.h usability" >&5
43224 echo $ECHO_N "checking sys/nvpair.h usability... $ECHO_C" >&6; }
43225 cat >conftest.$ac_ext <<_ACEOF
43226 /* confdefs.h.  */
43227 _ACEOF
43228 cat confdefs.h >>conftest.$ac_ext
43229 cat >>conftest.$ac_ext <<_ACEOF
43230 /* end confdefs.h.  */
43231 $ac_includes_default
43232 #include <sys/nvpair.h>
43233 _ACEOF
43234 rm -f conftest.$ac_objext
43235 if { (ac_try="$ac_compile"
43236 case "(($ac_try" in
43237   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43238   *) ac_try_echo=$ac_try;;
43239 esac
43240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43241   (eval "$ac_compile") 2>conftest.er1
43242   ac_status=$?
43243   grep -v '^ *+' conftest.er1 >conftest.err
43244   rm -f conftest.er1
43245   cat conftest.err >&5
43246   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43247   (exit $ac_status); } && {
43248          test -z "$ac_c_werror_flag" ||
43249          test ! -s conftest.err
43250        } && test -s conftest.$ac_objext; then
43251   ac_header_compiler=yes
43252 else
43253   echo "$as_me: failed program was:" >&5
43254 sed 's/^/| /' conftest.$ac_ext >&5
43255
43256         ac_header_compiler=no
43257 fi
43258
43259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43260 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
43261 echo "${ECHO_T}$ac_header_compiler" >&6; }
43262
43263 # Is the header present?
43264 { echo "$as_me:$LINENO: checking sys/nvpair.h presence" >&5
43265 echo $ECHO_N "checking sys/nvpair.h presence... $ECHO_C" >&6; }
43266 cat >conftest.$ac_ext <<_ACEOF
43267 /* confdefs.h.  */
43268 _ACEOF
43269 cat confdefs.h >>conftest.$ac_ext
43270 cat >>conftest.$ac_ext <<_ACEOF
43271 /* end confdefs.h.  */
43272 #include <sys/nvpair.h>
43273 _ACEOF
43274 if { (ac_try="$ac_cpp conftest.$ac_ext"
43275 case "(($ac_try" in
43276   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43277   *) ac_try_echo=$ac_try;;
43278 esac
43279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43280   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
43281   ac_status=$?
43282   grep -v '^ *+' conftest.er1 >conftest.err
43283   rm -f conftest.er1
43284   cat conftest.err >&5
43285   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43286   (exit $ac_status); } >/dev/null && {
43287          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
43288          test ! -s conftest.err
43289        }; then
43290   ac_header_preproc=yes
43291 else
43292   echo "$as_me: failed program was:" >&5
43293 sed 's/^/| /' conftest.$ac_ext >&5
43294
43295   ac_header_preproc=no
43296 fi
43297
43298 rm -f conftest.err conftest.$ac_ext
43299 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
43300 echo "${ECHO_T}$ac_header_preproc" >&6; }
43301
43302 # So?  What about this header?
43303 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
43304   yes:no: )
43305     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: accepted by the compiler, rejected by the preprocessor!" >&5
43306 echo "$as_me: WARNING: sys/nvpair.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
43307     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: proceeding with the compiler's result" >&5
43308 echo "$as_me: WARNING: sys/nvpair.h: proceeding with the compiler's result" >&2;}
43309     ac_header_preproc=yes
43310     ;;
43311   no:yes:* )
43312     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: present but cannot be compiled" >&5
43313 echo "$as_me: WARNING: sys/nvpair.h: present but cannot be compiled" >&2;}
43314     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h:     check for missing prerequisite headers?" >&5
43315 echo "$as_me: WARNING: sys/nvpair.h:     check for missing prerequisite headers?" >&2;}
43316     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: see the Autoconf documentation" >&5
43317 echo "$as_me: WARNING: sys/nvpair.h: see the Autoconf documentation" >&2;}
43318     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h:     section \"Present But Cannot Be Compiled\"" >&5
43319 echo "$as_me: WARNING: sys/nvpair.h:     section \"Present But Cannot Be Compiled\"" >&2;}
43320     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: proceeding with the preprocessor's result" >&5
43321 echo "$as_me: WARNING: sys/nvpair.h: proceeding with the preprocessor's result" >&2;}
43322     { echo "$as_me:$LINENO: WARNING: sys/nvpair.h: in the future, the compiler will take precedence" >&5
43323 echo "$as_me: WARNING: sys/nvpair.h: in the future, the compiler will take precedence" >&2;}
43324
43325     ;;
43326 esac
43327 { echo "$as_me:$LINENO: checking for sys/nvpair.h" >&5
43328 echo $ECHO_N "checking for sys/nvpair.h... $ECHO_C" >&6; }
43329 if test "${ac_cv_header_sys_nvpair_h+set}" = set; then
43330   echo $ECHO_N "(cached) $ECHO_C" >&6
43331 else
43332   ac_cv_header_sys_nvpair_h=$ac_header_preproc
43333 fi
43334 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_nvpair_h" >&5
43335 echo "${ECHO_T}$ac_cv_header_sys_nvpair_h" >&6; }
43336
43337 fi
43338 if test $ac_cv_header_sys_nvpair_h = yes; then
43339
43340 cat >>confdefs.h <<\_ACEOF
43341 #define HAVE_SYS_NVPAIR_H 1
43342 _ACEOF
43343
43344 fi
43345
43346
43347       if test "${ac_cv_header_attr_h+set}" = set; then
43348   { echo "$as_me:$LINENO: checking for attr.h" >&5
43349 echo $ECHO_N "checking for attr.h... $ECHO_C" >&6; }
43350 if test "${ac_cv_header_attr_h+set}" = set; then
43351   echo $ECHO_N "(cached) $ECHO_C" >&6
43352 fi
43353 { echo "$as_me:$LINENO: result: $ac_cv_header_attr_h" >&5
43354 echo "${ECHO_T}$ac_cv_header_attr_h" >&6; }
43355 else
43356   # Is the header compilable?
43357 { echo "$as_me:$LINENO: checking attr.h usability" >&5
43358 echo $ECHO_N "checking attr.h usability... $ECHO_C" >&6; }
43359 cat >conftest.$ac_ext <<_ACEOF
43360 /* confdefs.h.  */
43361 _ACEOF
43362 cat confdefs.h >>conftest.$ac_ext
43363 cat >>conftest.$ac_ext <<_ACEOF
43364 /* end confdefs.h.  */
43365 $ac_includes_default
43366 #include <attr.h>
43367 _ACEOF
43368 rm -f conftest.$ac_objext
43369 if { (ac_try="$ac_compile"
43370 case "(($ac_try" in
43371   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43372   *) ac_try_echo=$ac_try;;
43373 esac
43374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43375   (eval "$ac_compile") 2>conftest.er1
43376   ac_status=$?
43377   grep -v '^ *+' conftest.er1 >conftest.err
43378   rm -f conftest.er1
43379   cat conftest.err >&5
43380   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43381   (exit $ac_status); } && {
43382          test -z "$ac_c_werror_flag" ||
43383          test ! -s conftest.err
43384        } && test -s conftest.$ac_objext; then
43385   ac_header_compiler=yes
43386 else
43387   echo "$as_me: failed program was:" >&5
43388 sed 's/^/| /' conftest.$ac_ext >&5
43389
43390         ac_header_compiler=no
43391 fi
43392
43393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43394 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
43395 echo "${ECHO_T}$ac_header_compiler" >&6; }
43396
43397 # Is the header present?
43398 { echo "$as_me:$LINENO: checking attr.h presence" >&5
43399 echo $ECHO_N "checking attr.h presence... $ECHO_C" >&6; }
43400 cat >conftest.$ac_ext <<_ACEOF
43401 /* confdefs.h.  */
43402 _ACEOF
43403 cat confdefs.h >>conftest.$ac_ext
43404 cat >>conftest.$ac_ext <<_ACEOF
43405 /* end confdefs.h.  */
43406 #include <attr.h>
43407 _ACEOF
43408 if { (ac_try="$ac_cpp conftest.$ac_ext"
43409 case "(($ac_try" in
43410   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43411   *) ac_try_echo=$ac_try;;
43412 esac
43413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43414   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
43415   ac_status=$?
43416   grep -v '^ *+' conftest.er1 >conftest.err
43417   rm -f conftest.er1
43418   cat conftest.err >&5
43419   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43420   (exit $ac_status); } >/dev/null && {
43421          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
43422          test ! -s conftest.err
43423        }; then
43424   ac_header_preproc=yes
43425 else
43426   echo "$as_me: failed program was:" >&5
43427 sed 's/^/| /' conftest.$ac_ext >&5
43428
43429   ac_header_preproc=no
43430 fi
43431
43432 rm -f conftest.err conftest.$ac_ext
43433 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
43434 echo "${ECHO_T}$ac_header_preproc" >&6; }
43435
43436 # So?  What about this header?
43437 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
43438   yes:no: )
43439     { echo "$as_me:$LINENO: WARNING: attr.h: accepted by the compiler, rejected by the preprocessor!" >&5
43440 echo "$as_me: WARNING: attr.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
43441     { echo "$as_me:$LINENO: WARNING: attr.h: proceeding with the compiler's result" >&5
43442 echo "$as_me: WARNING: attr.h: proceeding with the compiler's result" >&2;}
43443     ac_header_preproc=yes
43444     ;;
43445   no:yes:* )
43446     { echo "$as_me:$LINENO: WARNING: attr.h: present but cannot be compiled" >&5
43447 echo "$as_me: WARNING: attr.h: present but cannot be compiled" >&2;}
43448     { echo "$as_me:$LINENO: WARNING: attr.h:     check for missing prerequisite headers?" >&5
43449 echo "$as_me: WARNING: attr.h:     check for missing prerequisite headers?" >&2;}
43450     { echo "$as_me:$LINENO: WARNING: attr.h: see the Autoconf documentation" >&5
43451 echo "$as_me: WARNING: attr.h: see the Autoconf documentation" >&2;}
43452     { echo "$as_me:$LINENO: WARNING: attr.h:     section \"Present But Cannot Be Compiled\"" >&5
43453 echo "$as_me: WARNING: attr.h:     section \"Present But Cannot Be Compiled\"" >&2;}
43454     { echo "$as_me:$LINENO: WARNING: attr.h: proceeding with the preprocessor's result" >&5
43455 echo "$as_me: WARNING: attr.h: proceeding with the preprocessor's result" >&2;}
43456     { echo "$as_me:$LINENO: WARNING: attr.h: in the future, the compiler will take precedence" >&5
43457 echo "$as_me: WARNING: attr.h: in the future, the compiler will take precedence" >&2;}
43458
43459     ;;
43460 esac
43461 { echo "$as_me:$LINENO: checking for attr.h" >&5
43462 echo $ECHO_N "checking for attr.h... $ECHO_C" >&6; }
43463 if test "${ac_cv_header_attr_h+set}" = set; then
43464   echo $ECHO_N "(cached) $ECHO_C" >&6
43465 else
43466   ac_cv_header_attr_h=$ac_header_preproc
43467 fi
43468 { echo "$as_me:$LINENO: result: $ac_cv_header_attr_h" >&5
43469 echo "${ECHO_T}$ac_cv_header_attr_h" >&6; }
43470
43471 fi
43472 if test $ac_cv_header_attr_h = yes; then
43473
43474 cat >>confdefs.h <<\_ACEOF
43475 #define HAVE_ATTR_H 1
43476 _ACEOF
43477
43478 fi
43479
43480
43481
43482
43483
43484
43485
43486
43487 for ac_func in openat fstatat unlinkat fchownat futimesat
43488 do
43489 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43490 { echo "$as_me:$LINENO: checking for $ac_func" >&5
43491 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
43492 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
43493   echo $ECHO_N "(cached) $ECHO_C" >&6
43494 else
43495   cat >conftest.$ac_ext <<_ACEOF
43496 /* confdefs.h.  */
43497 _ACEOF
43498 cat confdefs.h >>conftest.$ac_ext
43499 cat >>conftest.$ac_ext <<_ACEOF
43500 /* end confdefs.h.  */
43501 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43502    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
43503 #define $ac_func innocuous_$ac_func
43504
43505 /* System header to define __stub macros and hopefully few prototypes,
43506     which can conflict with char $ac_func (); below.
43507     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43508     <limits.h> exists even on freestanding compilers.  */
43509
43510 #ifdef __STDC__
43511 # include <limits.h>
43512 #else
43513 # include <assert.h>
43514 #endif
43515
43516 #undef $ac_func
43517
43518 /* Override any GCC internal prototype to avoid an error.
43519    Use char because int might match the return type of a GCC
43520    builtin and then its argument prototype would still apply.  */
43521 #ifdef __cplusplus
43522 extern "C"
43523 #endif
43524 char $ac_func ();
43525 /* The GNU C library defines this for functions which it implements
43526     to always fail with ENOSYS.  Some functions are actually named
43527     something starting with __ and the normal name is an alias.  */
43528 #if defined __stub_$ac_func || defined __stub___$ac_func
43529 choke me
43530 #endif
43531
43532 int
43533 main ()
43534 {
43535 return $ac_func ();
43536   ;
43537   return 0;
43538 }
43539 _ACEOF
43540 rm -f conftest.$ac_objext conftest$ac_exeext
43541 if { (ac_try="$ac_link"
43542 case "(($ac_try" in
43543   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43544   *) ac_try_echo=$ac_try;;
43545 esac
43546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43547   (eval "$ac_link") 2>conftest.er1
43548   ac_status=$?
43549   grep -v '^ *+' conftest.er1 >conftest.err
43550   rm -f conftest.er1
43551   cat conftest.err >&5
43552   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43553   (exit $ac_status); } && {
43554          test -z "$ac_c_werror_flag" ||
43555          test ! -s conftest.err
43556        } && test -s conftest$ac_exeext &&
43557        $as_test_x conftest$ac_exeext; then
43558   eval "$as_ac_var=yes"
43559 else
43560   echo "$as_me: failed program was:" >&5
43561 sed 's/^/| /' conftest.$ac_ext >&5
43562
43563         eval "$as_ac_var=no"
43564 fi
43565
43566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43567       conftest$ac_exeext conftest.$ac_ext
43568 fi
43569 ac_res=`eval echo '${'$as_ac_var'}'`
43570                { echo "$as_me:$LINENO: result: $ac_res" >&5
43571 echo "${ECHO_T}$ac_res" >&6; }
43572 if test `eval echo '${'$as_ac_var'}'` = yes; then
43573   cat >>confdefs.h <<_ACEOF
43574 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43575 _ACEOF
43576
43577              have_xattr=yes
43578
43579 cat >>confdefs.h <<\_ACEOF
43580 #define HAVE_OPENAT 1
43581 _ACEOF
43582
43583
43584 cat >>confdefs.h <<\_ACEOF
43585 #define HAVE_FSTATAT 1
43586 _ACEOF
43587
43588
43589 cat >>confdefs.h <<\_ACEOF
43590 #define HAVE_UNLINKAT 1
43591 _ACEOF
43592
43593
43594 cat >>confdefs.h <<\_ACEOF
43595 #define HAVE_FCHOWNAT 1
43596 _ACEOF
43597
43598
43599 cat >>confdefs.h <<\_ACEOF
43600 #define HAVE_FUTIMESAT 1
43601 _ACEOF
43602
43603
43604
43605 fi
43606 done
43607
43608
43609       if test $have_xattr = yes; then
43610          { echo "$as_me:$LINENO: checking for nvlist_next_nvpair in -lnvpair" >&5
43611 echo $ECHO_N "checking for nvlist_next_nvpair in -lnvpair... $ECHO_C" >&6; }
43612 if test "${ac_cv_lib_nvpair_nvlist_next_nvpair+set}" = set; then
43613   echo $ECHO_N "(cached) $ECHO_C" >&6
43614 else
43615   ac_check_lib_save_LIBS=$LIBS
43616 LIBS="-lnvpair  $LIBS"
43617 cat >conftest.$ac_ext <<_ACEOF
43618 /* confdefs.h.  */
43619 _ACEOF
43620 cat confdefs.h >>conftest.$ac_ext
43621 cat >>conftest.$ac_ext <<_ACEOF
43622 /* end confdefs.h.  */
43623
43624 /* Override any GCC internal prototype to avoid an error.
43625    Use char because int might match the return type of a GCC
43626    builtin and then its argument prototype would still apply.  */
43627 #ifdef __cplusplus
43628 extern "C"
43629 #endif
43630 char nvlist_next_nvpair ();
43631 int
43632 main ()
43633 {
43634 return nvlist_next_nvpair ();
43635   ;
43636   return 0;
43637 }
43638 _ACEOF
43639 rm -f conftest.$ac_objext conftest$ac_exeext
43640 if { (ac_try="$ac_link"
43641 case "(($ac_try" in
43642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43643   *) ac_try_echo=$ac_try;;
43644 esac
43645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43646   (eval "$ac_link") 2>conftest.er1
43647   ac_status=$?
43648   grep -v '^ *+' conftest.er1 >conftest.err
43649   rm -f conftest.er1
43650   cat conftest.err >&5
43651   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43652   (exit $ac_status); } && {
43653          test -z "$ac_c_werror_flag" ||
43654          test ! -s conftest.err
43655        } && test -s conftest$ac_exeext &&
43656        $as_test_x conftest$ac_exeext; then
43657   ac_cv_lib_nvpair_nvlist_next_nvpair=yes
43658 else
43659   echo "$as_me: failed program was:" >&5
43660 sed 's/^/| /' conftest.$ac_ext >&5
43661
43662         ac_cv_lib_nvpair_nvlist_next_nvpair=no
43663 fi
43664
43665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43666       conftest$ac_exeext conftest.$ac_ext
43667 LIBS=$ac_check_lib_save_LIBS
43668 fi
43669 { echo "$as_me:$LINENO: result: $ac_cv_lib_nvpair_nvlist_next_nvpair" >&5
43670 echo "${ECHO_T}$ac_cv_lib_nvpair_nvlist_next_nvpair" >&6; }
43671 if test $ac_cv_lib_nvpair_nvlist_next_nvpair = yes; then
43672
43673
43674 cat >>confdefs.h <<\_ACEOF
43675 #define HAVE_NVLIST_NEXT_NVPAIR 1
43676 _ACEOF
43677
43678                 FDLIBS="-lnvpair $FDLIBS"
43679
43680
43681 fi
43682
43683       fi
43684    fi
43685
43686    if test x$support_xattr = xyes -a $have_xattr != yes; then
43687       { { echo "$as_me:$LINENO: error: xattr support explicitly enabled but no supported xattr implementation found,
43688   please either load the xattr libraries or rerun configure without --enable-xattr" >&5
43689 echo "$as_me: error: xattr support explicitly enabled but no supported xattr implementation found,
43690   please either load the xattr libraries or rerun configure without --enable-xattr" >&2;}
43691    { (exit 1); exit 1; }; }
43692    else
43693       if test $have_xattr = yes; then
43694
43695 cat >>confdefs.h <<\_ACEOF
43696 #define HAVE_XATTR 1
43697 _ACEOF
43698
43699       fi
43700    fi
43701 fi
43702
43703 PTHREAD_LIB=""
43704 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
43705 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
43706 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
43707   echo $ECHO_N "(cached) $ECHO_C" >&6
43708 else
43709   ac_check_lib_save_LIBS=$LIBS
43710 LIBS="-lpthread  $LIBS"
43711 cat >conftest.$ac_ext <<_ACEOF
43712 /* confdefs.h.  */
43713 _ACEOF
43714 cat confdefs.h >>conftest.$ac_ext
43715 cat >>conftest.$ac_ext <<_ACEOF
43716 /* end confdefs.h.  */
43717
43718 /* Override any GCC internal prototype to avoid an error.
43719    Use char because int might match the return type of a GCC
43720    builtin and then its argument prototype would still apply.  */
43721 #ifdef __cplusplus
43722 extern "C"
43723 #endif
43724 char pthread_create ();
43725 int
43726 main ()
43727 {
43728 return pthread_create ();
43729   ;
43730   return 0;
43731 }
43732 _ACEOF
43733 rm -f conftest.$ac_objext conftest$ac_exeext
43734 if { (ac_try="$ac_link"
43735 case "(($ac_try" in
43736   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43737   *) ac_try_echo=$ac_try;;
43738 esac
43739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43740   (eval "$ac_link") 2>conftest.er1
43741   ac_status=$?
43742   grep -v '^ *+' conftest.er1 >conftest.err
43743   rm -f conftest.er1
43744   cat conftest.err >&5
43745   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43746   (exit $ac_status); } && {
43747          test -z "$ac_c_werror_flag" ||
43748          test ! -s conftest.err
43749        } && test -s conftest$ac_exeext &&
43750        $as_test_x conftest$ac_exeext; then
43751   ac_cv_lib_pthread_pthread_create=yes
43752 else
43753   echo "$as_me: failed program was:" >&5
43754 sed 's/^/| /' conftest.$ac_ext >&5
43755
43756         ac_cv_lib_pthread_pthread_create=no
43757 fi
43758
43759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43760       conftest$ac_exeext conftest.$ac_ext
43761 LIBS=$ac_check_lib_save_LIBS
43762 fi
43763 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
43764 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
43765 if test $ac_cv_lib_pthread_pthread_create = yes; then
43766   PTHREAD_LIB="-lpthread"
43767 else
43768
43769        { echo "$as_me:$LINENO: checking for pthread_create in -lpthreads" >&5
43770 echo $ECHO_N "checking for pthread_create in -lpthreads... $ECHO_C" >&6; }
43771 if test "${ac_cv_lib_pthreads_pthread_create+set}" = set; then
43772   echo $ECHO_N "(cached) $ECHO_C" >&6
43773 else
43774   ac_check_lib_save_LIBS=$LIBS
43775 LIBS="-lpthreads  $LIBS"
43776 cat >conftest.$ac_ext <<_ACEOF
43777 /* confdefs.h.  */
43778 _ACEOF
43779 cat confdefs.h >>conftest.$ac_ext
43780 cat >>conftest.$ac_ext <<_ACEOF
43781 /* end confdefs.h.  */
43782
43783 /* Override any GCC internal prototype to avoid an error.
43784    Use char because int might match the return type of a GCC
43785    builtin and then its argument prototype would still apply.  */
43786 #ifdef __cplusplus
43787 extern "C"
43788 #endif
43789 char pthread_create ();
43790 int
43791 main ()
43792 {
43793 return pthread_create ();
43794   ;
43795   return 0;
43796 }
43797 _ACEOF
43798 rm -f conftest.$ac_objext conftest$ac_exeext
43799 if { (ac_try="$ac_link"
43800 case "(($ac_try" in
43801   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43802   *) ac_try_echo=$ac_try;;
43803 esac
43804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43805   (eval "$ac_link") 2>conftest.er1
43806   ac_status=$?
43807   grep -v '^ *+' conftest.er1 >conftest.err
43808   rm -f conftest.er1
43809   cat conftest.err >&5
43810   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43811   (exit $ac_status); } && {
43812          test -z "$ac_c_werror_flag" ||
43813          test ! -s conftest.err
43814        } && test -s conftest$ac_exeext &&
43815        $as_test_x conftest$ac_exeext; then
43816   ac_cv_lib_pthreads_pthread_create=yes
43817 else
43818   echo "$as_me: failed program was:" >&5
43819 sed 's/^/| /' conftest.$ac_ext >&5
43820
43821         ac_cv_lib_pthreads_pthread_create=no
43822 fi
43823
43824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43825       conftest$ac_exeext conftest.$ac_ext
43826 LIBS=$ac_check_lib_save_LIBS
43827 fi
43828 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_pthread_create" >&5
43829 echo "${ECHO_T}$ac_cv_lib_pthreads_pthread_create" >&6; }
43830 if test $ac_cv_lib_pthreads_pthread_create = yes; then
43831   PTHREAD_LIB="-lpthreads"
43832 else
43833
43834               { echo "$as_me:$LINENO: checking for pthread_create in -lc_r" >&5
43835 echo $ECHO_N "checking for pthread_create in -lc_r... $ECHO_C" >&6; }
43836 if test "${ac_cv_lib_c_r_pthread_create+set}" = set; then
43837   echo $ECHO_N "(cached) $ECHO_C" >&6
43838 else
43839   ac_check_lib_save_LIBS=$LIBS
43840 LIBS="-lc_r  $LIBS"
43841 cat >conftest.$ac_ext <<_ACEOF
43842 /* confdefs.h.  */
43843 _ACEOF
43844 cat confdefs.h >>conftest.$ac_ext
43845 cat >>conftest.$ac_ext <<_ACEOF
43846 /* end confdefs.h.  */
43847
43848 /* Override any GCC internal prototype to avoid an error.
43849    Use char because int might match the return type of a GCC
43850    builtin and then its argument prototype would still apply.  */
43851 #ifdef __cplusplus
43852 extern "C"
43853 #endif
43854 char pthread_create ();
43855 int
43856 main ()
43857 {
43858 return pthread_create ();
43859   ;
43860   return 0;
43861 }
43862 _ACEOF
43863 rm -f conftest.$ac_objext conftest$ac_exeext
43864 if { (ac_try="$ac_link"
43865 case "(($ac_try" in
43866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43867   *) ac_try_echo=$ac_try;;
43868 esac
43869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43870   (eval "$ac_link") 2>conftest.er1
43871   ac_status=$?
43872   grep -v '^ *+' conftest.er1 >conftest.err
43873   rm -f conftest.er1
43874   cat conftest.err >&5
43875   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43876   (exit $ac_status); } && {
43877          test -z "$ac_c_werror_flag" ||
43878          test ! -s conftest.err
43879        } && test -s conftest$ac_exeext &&
43880        $as_test_x conftest$ac_exeext; then
43881   ac_cv_lib_c_r_pthread_create=yes
43882 else
43883   echo "$as_me: failed program was:" >&5
43884 sed 's/^/| /' conftest.$ac_ext >&5
43885
43886         ac_cv_lib_c_r_pthread_create=no
43887 fi
43888
43889 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43890       conftest$ac_exeext conftest.$ac_ext
43891 LIBS=$ac_check_lib_save_LIBS
43892 fi
43893 { echo "$as_me:$LINENO: result: $ac_cv_lib_c_r_pthread_create" >&5
43894 echo "${ECHO_T}$ac_cv_lib_c_r_pthread_create" >&6; }
43895 if test $ac_cv_lib_c_r_pthread_create = yes; then
43896   PTHREAD_LIB="-lc_r"
43897 else
43898
43899                      { echo "$as_me:$LINENO: checking for pthread_create" >&5
43900 echo $ECHO_N "checking for pthread_create... $ECHO_C" >&6; }
43901 if test "${ac_cv_func_pthread_create+set}" = set; then
43902   echo $ECHO_N "(cached) $ECHO_C" >&6
43903 else
43904   cat >conftest.$ac_ext <<_ACEOF
43905 /* confdefs.h.  */
43906 _ACEOF
43907 cat confdefs.h >>conftest.$ac_ext
43908 cat >>conftest.$ac_ext <<_ACEOF
43909 /* end confdefs.h.  */
43910 /* Define pthread_create to an innocuous variant, in case <limits.h> declares pthread_create.
43911    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
43912 #define pthread_create innocuous_pthread_create
43913
43914 /* System header to define __stub macros and hopefully few prototypes,
43915     which can conflict with char pthread_create (); below.
43916     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43917     <limits.h> exists even on freestanding compilers.  */
43918
43919 #ifdef __STDC__
43920 # include <limits.h>
43921 #else
43922 # include <assert.h>
43923 #endif
43924
43925 #undef pthread_create
43926
43927 /* Override any GCC internal prototype to avoid an error.
43928    Use char because int might match the return type of a GCC
43929    builtin and then its argument prototype would still apply.  */
43930 #ifdef __cplusplus
43931 extern "C"
43932 #endif
43933 char pthread_create ();
43934 /* The GNU C library defines this for functions which it implements
43935     to always fail with ENOSYS.  Some functions are actually named
43936     something starting with __ and the normal name is an alias.  */
43937 #if defined __stub_pthread_create || defined __stub___pthread_create
43938 choke me
43939 #endif
43940
43941 int
43942 main ()
43943 {
43944 return pthread_create ();
43945   ;
43946   return 0;
43947 }
43948 _ACEOF
43949 rm -f conftest.$ac_objext conftest$ac_exeext
43950 if { (ac_try="$ac_link"
43951 case "(($ac_try" in
43952   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43953   *) ac_try_echo=$ac_try;;
43954 esac
43955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43956   (eval "$ac_link") 2>conftest.er1
43957   ac_status=$?
43958   grep -v '^ *+' conftest.er1 >conftest.err
43959   rm -f conftest.er1
43960   cat conftest.err >&5
43961   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43962   (exit $ac_status); } && {
43963          test -z "$ac_c_werror_flag" ||
43964          test ! -s conftest.err
43965        } && test -s conftest$ac_exeext &&
43966        $as_test_x conftest$ac_exeext; then
43967   ac_cv_func_pthread_create=yes
43968 else
43969   echo "$as_me: failed program was:" >&5
43970 sed 's/^/| /' conftest.$ac_ext >&5
43971
43972         ac_cv_func_pthread_create=no
43973 fi
43974
43975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43976       conftest$ac_exeext conftest.$ac_ext
43977 fi
43978 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_create" >&5
43979 echo "${ECHO_T}$ac_cv_func_pthread_create" >&6; }
43980
43981
43982
43983 fi
43984
43985
43986
43987 fi
43988
43989
43990
43991 fi
43992
43993
43994
43995
43996 for ac_header in sys/prctl.h sys/capability.h
43997 do
43998 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
43999 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
44000   { echo "$as_me:$LINENO: checking for $ac_header" >&5
44001 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
44002 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
44003   echo $ECHO_N "(cached) $ECHO_C" >&6
44004 fi
44005 ac_res=`eval echo '${'$as_ac_Header'}'`
44006                { echo "$as_me:$LINENO: result: $ac_res" >&5
44007 echo "${ECHO_T}$ac_res" >&6; }
44008 else
44009   # Is the header compilable?
44010 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
44011 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
44012 cat >conftest.$ac_ext <<_ACEOF
44013 /* confdefs.h.  */
44014 _ACEOF
44015 cat confdefs.h >>conftest.$ac_ext
44016 cat >>conftest.$ac_ext <<_ACEOF
44017 /* end confdefs.h.  */
44018 $ac_includes_default
44019 #include <$ac_header>
44020 _ACEOF
44021 rm -f conftest.$ac_objext
44022 if { (ac_try="$ac_compile"
44023 case "(($ac_try" in
44024   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44025   *) ac_try_echo=$ac_try;;
44026 esac
44027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44028   (eval "$ac_compile") 2>conftest.er1
44029   ac_status=$?
44030   grep -v '^ *+' conftest.er1 >conftest.err
44031   rm -f conftest.er1
44032   cat conftest.err >&5
44033   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44034   (exit $ac_status); } && {
44035          test -z "$ac_c_werror_flag" ||
44036          test ! -s conftest.err
44037        } && test -s conftest.$ac_objext; then
44038   ac_header_compiler=yes
44039 else
44040   echo "$as_me: failed program was:" >&5
44041 sed 's/^/| /' conftest.$ac_ext >&5
44042
44043         ac_header_compiler=no
44044 fi
44045
44046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44047 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
44048 echo "${ECHO_T}$ac_header_compiler" >&6; }
44049
44050 # Is the header present?
44051 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
44052 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
44053 cat >conftest.$ac_ext <<_ACEOF
44054 /* confdefs.h.  */
44055 _ACEOF
44056 cat confdefs.h >>conftest.$ac_ext
44057 cat >>conftest.$ac_ext <<_ACEOF
44058 /* end confdefs.h.  */
44059 #include <$ac_header>
44060 _ACEOF
44061 if { (ac_try="$ac_cpp conftest.$ac_ext"
44062 case "(($ac_try" in
44063   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44064   *) ac_try_echo=$ac_try;;
44065 esac
44066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44067   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
44068   ac_status=$?
44069   grep -v '^ *+' conftest.er1 >conftest.err
44070   rm -f conftest.er1
44071   cat conftest.err >&5
44072   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44073   (exit $ac_status); } >/dev/null && {
44074          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
44075          test ! -s conftest.err
44076        }; then
44077   ac_header_preproc=yes
44078 else
44079   echo "$as_me: failed program was:" >&5
44080 sed 's/^/| /' conftest.$ac_ext >&5
44081
44082   ac_header_preproc=no
44083 fi
44084
44085 rm -f conftest.err conftest.$ac_ext
44086 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
44087 echo "${ECHO_T}$ac_header_preproc" >&6; }
44088
44089 # So?  What about this header?
44090 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
44091   yes:no: )
44092     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
44093 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
44094     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
44095 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
44096     ac_header_preproc=yes
44097     ;;
44098   no:yes:* )
44099     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
44100 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
44101     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
44102 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
44103     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
44104 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
44105     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
44106 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
44107     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
44108 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
44109     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
44110 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
44111
44112     ;;
44113 esac
44114 { echo "$as_me:$LINENO: checking for $ac_header" >&5
44115 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
44116 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
44117   echo $ECHO_N "(cached) $ECHO_C" >&6
44118 else
44119   eval "$as_ac_Header=\$ac_header_preproc"
44120 fi
44121 ac_res=`eval echo '${'$as_ac_Header'}'`
44122                { echo "$as_me:$LINENO: result: $ac_res" >&5
44123 echo "${ECHO_T}$ac_res" >&6; }
44124
44125 fi
44126 if test `eval echo '${'$as_ac_Header'}'` = yes; then
44127   cat >>confdefs.h <<_ACEOF
44128 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
44129 _ACEOF
44130
44131 fi
44132
44133 done
44134
44135
44136
44137 for ac_func in prctl setreuid
44138 do
44139 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44140 { echo "$as_me:$LINENO: checking for $ac_func" >&5
44141 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
44142 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
44143   echo $ECHO_N "(cached) $ECHO_C" >&6
44144 else
44145   cat >conftest.$ac_ext <<_ACEOF
44146 /* confdefs.h.  */
44147 _ACEOF
44148 cat confdefs.h >>conftest.$ac_ext
44149 cat >>conftest.$ac_ext <<_ACEOF
44150 /* end confdefs.h.  */
44151 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44152    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
44153 #define $ac_func innocuous_$ac_func
44154
44155 /* System header to define __stub macros and hopefully few prototypes,
44156     which can conflict with char $ac_func (); below.
44157     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44158     <limits.h> exists even on freestanding compilers.  */
44159
44160 #ifdef __STDC__
44161 # include <limits.h>
44162 #else
44163 # include <assert.h>
44164 #endif
44165
44166 #undef $ac_func
44167
44168 /* Override any GCC internal prototype to avoid an error.
44169    Use char because int might match the return type of a GCC
44170    builtin and then its argument prototype would still apply.  */
44171 #ifdef __cplusplus
44172 extern "C"
44173 #endif
44174 char $ac_func ();
44175 /* The GNU C library defines this for functions which it implements
44176     to always fail with ENOSYS.  Some functions are actually named
44177     something starting with __ and the normal name is an alias.  */
44178 #if defined __stub_$ac_func || defined __stub___$ac_func
44179 choke me
44180 #endif
44181
44182 int
44183 main ()
44184 {
44185 return $ac_func ();
44186   ;
44187   return 0;
44188 }
44189 _ACEOF
44190 rm -f conftest.$ac_objext conftest$ac_exeext
44191 if { (ac_try="$ac_link"
44192 case "(($ac_try" in
44193   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44194   *) ac_try_echo=$ac_try;;
44195 esac
44196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44197   (eval "$ac_link") 2>conftest.er1
44198   ac_status=$?
44199   grep -v '^ *+' conftest.er1 >conftest.err
44200   rm -f conftest.er1
44201   cat conftest.err >&5
44202   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44203   (exit $ac_status); } && {
44204          test -z "$ac_c_werror_flag" ||
44205          test ! -s conftest.err
44206        } && test -s conftest$ac_exeext &&
44207        $as_test_x conftest$ac_exeext; then
44208   eval "$as_ac_var=yes"
44209 else
44210   echo "$as_me: failed program was:" >&5
44211 sed 's/^/| /' conftest.$ac_ext >&5
44212
44213         eval "$as_ac_var=no"
44214 fi
44215
44216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44217       conftest$ac_exeext conftest.$ac_ext
44218 fi
44219 ac_res=`eval echo '${'$as_ac_var'}'`
44220                { echo "$as_me:$LINENO: result: $ac_res" >&5
44221 echo "${ECHO_T}$ac_res" >&6; }
44222 if test `eval echo '${'$as_ac_var'}'` = yes; then
44223   cat >>confdefs.h <<_ACEOF
44224 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44225 _ACEOF
44226
44227 fi
44228 done
44229
44230 { echo "$as_me:$LINENO: checking for cap_set_proc in -lcap" >&5
44231 echo $ECHO_N "checking for cap_set_proc in -lcap... $ECHO_C" >&6; }
44232 if test "${ac_cv_lib_cap_cap_set_proc+set}" = set; then
44233   echo $ECHO_N "(cached) $ECHO_C" >&6
44234 else
44235   ac_check_lib_save_LIBS=$LIBS
44236 LIBS="-lcap  $LIBS"
44237 cat >conftest.$ac_ext <<_ACEOF
44238 /* confdefs.h.  */
44239 _ACEOF
44240 cat confdefs.h >>conftest.$ac_ext
44241 cat >>conftest.$ac_ext <<_ACEOF
44242 /* end confdefs.h.  */
44243
44244 /* Override any GCC internal prototype to avoid an error.
44245    Use char because int might match the return type of a GCC
44246    builtin and then its argument prototype would still apply.  */
44247 #ifdef __cplusplus
44248 extern "C"
44249 #endif
44250 char cap_set_proc ();
44251 int
44252 main ()
44253 {
44254 return cap_set_proc ();
44255   ;
44256   return 0;
44257 }
44258 _ACEOF
44259 rm -f conftest.$ac_objext conftest$ac_exeext
44260 if { (ac_try="$ac_link"
44261 case "(($ac_try" in
44262   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44263   *) ac_try_echo=$ac_try;;
44264 esac
44265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44266   (eval "$ac_link") 2>conftest.er1
44267   ac_status=$?
44268   grep -v '^ *+' conftest.er1 >conftest.err
44269   rm -f conftest.er1
44270   cat conftest.err >&5
44271   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44272   (exit $ac_status); } && {
44273          test -z "$ac_c_werror_flag" ||
44274          test ! -s conftest.err
44275        } && test -s conftest$ac_exeext &&
44276        $as_test_x conftest$ac_exeext; then
44277   ac_cv_lib_cap_cap_set_proc=yes
44278 else
44279   echo "$as_me: failed program was:" >&5
44280 sed 's/^/| /' conftest.$ac_ext >&5
44281
44282         ac_cv_lib_cap_cap_set_proc=no
44283 fi
44284
44285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44286       conftest$ac_exeext conftest.$ac_ext
44287 LIBS=$ac_check_lib_save_LIBS
44288 fi
44289 { echo "$as_me:$LINENO: result: $ac_cv_lib_cap_cap_set_proc" >&5
44290 echo "${ECHO_T}$ac_cv_lib_cap_cap_set_proc" >&6; }
44291 if test $ac_cv_lib_cap_cap_set_proc = yes; then
44292   CAP_LIBS="-lcap"
44293 else
44294   CAP_LIBS=
44295 fi
44296
44297 if test x$CAP_LIBS = x-lcap; then
44298
44299 cat >>confdefs.h <<\_ACEOF
44300 #define HAVE_LIBCAP 1
44301 _ACEOF
44302
44303 fi
44304
44305
44306
44307 cat >>confdefs.h <<\_ACEOF
44308 #define FDLIBS 1
44309 _ACEOF
44310
44311
44312 CFLAGS=${CFLAGS--O}
44313
44314 if test x$have_gcc = xyes ; then
44315    CPPFLAGS="$CPPFLAGS -fno-strict-aliasing -fno-exceptions -fno-rtti"
44316    CFLAGS="$CFLAGS -fno-strict-aliasing -fno-exceptions -fno-rtti"
44317 fi
44318 LDFLAGS=${LDFLAGS--O}
44319 DB_LIBS="${SQL_LFLAGS}"
44320 CPPFLAGS="$CPPFLAGS"
44321 CFLAGS="$CFLAGS"
44322
44323
44324
44325
44326
44327
44328
44329
44330
44331
44332
44333
44334
44335
44336
44337
44338 OBJLIST=
44339
44340
44341 lld="lld"
44342 llu="llu"
44343
44344 WCFLAGS=
44345 WLDFLAGS=
44346
44347 PFILES="platforms/Makefile"
44348 PSCMD="ps -e"
44349 WIN32=
44350 MACOSX=
44351
44352 hostname=`uname -n | cut -d '.' -f 1`
44353 if test x${hostname} = x ; then
44354    hostname="localhost"
44355 fi
44356 ping -c 1 $hostname 2>/dev/null 1>/dev/null
44357 if test ! $? = 0; then
44358   hostname="localhost"
44359 fi
44360
44361 case "$DISTNAME" in
44362 aix)
44363    DISTVER=`uname -r`
44364    PSCMD="ps -e -o pid,comm"
44365    PFILES="${PFILES} \
44366       platforms/aix/Makefile"
44367    TAPEDRIVE="/dev/rmt0.1"
44368   ;;
44369 alpha)
44370    DISTVER=`uname -r`
44371    PTHREAD_LIB="-lpthread -lexc"
44372    if test "${CC}" = "gcc" ; then
44373       lld="lld"
44374       llu="llu"
44375    else
44376       lld="ld"
44377       llu="lu"
44378    fi
44379    TAPEDRIVE="/dev/nrmt0"
44380   ;;
44381 bsdi)
44382    DISTVER=`uname -a |awk '{print $3}'`
44383    TAPEDRIVE="/dev/nrmt0"
44384    PTHREAD_LIB="-pthread"
44385    CFLAGS="${CFLAGS} -pthread"
44386    PSCMD="ps -ax -o pid,command"
44387    lld="qd"
44388    llu="qu"
44389    PFILES="${PFILES} \
44390        platforms/bsdi/Makefile \
44391        platforms/bsdi/bacula-fd \
44392        platforms/bsdi/bacula-sd \
44393        platforms/bsdi/bacula-dir"
44394    largefile_support="yes"
44395   ;;
44396 cygwin)
44397    DISTVER=`uname -a |awk '{print $3}'`
44398    TAPEDRIVE="/dev/nrst0"
44399    WIN32=win32
44400    WCFLAGS="-mwindows"
44401    WLDFLAGS="-mwindows"
44402   ;;
44403 darwin)
44404    DISTVER=`uname -r`
44405    TAPEDRIVE="/dev/nst0"
44406    PSCMD="ps -e -o pid,command"
44407    MACOSX=macosx
44408    PFILES="${PFILES} \
44409       platforms/darwin/Makefile"
44410   ;;
44411 osx)
44412    DISTVER=`uname -r`
44413    TAPEDRIVE="/dev/nst0"
44414    PSCMD="ps -e -o pid,command"
44415    MACOSX=macosx
44416    PFILES="${PFILES} \
44417       platforms/osx/Makefile"
44418   ;;
44419 debian)
44420    if `test -f /etc/apt/sources.list && grep -q ubuntu /etc/apt/sources.list`; then
44421       DISTNAME="ubuntu"
44422    fi
44423    DISTVER=`cat /etc/debian_version`
44424    if test -f /etc/lsb-release ; then
44425       . /etc/lsb-release
44426       if test "x$DISTRIB_ID" != "x" ; then
44427          DISTNAME=$DISTRIB_ID
44428       fi
44429       if test "x$DISTRIB_RELEASE" != "x" ; then
44430          DISTVER=$DISTRIB_RELEASE
44431       fi
44432    fi
44433    if test "$DISTNAME" = "Ubuntu" ; then
44434       DISTNAME="ubuntu"
44435    fi
44436    TAPEDRIVE="/dev/nst0"
44437    PSCMD="ps -e -o pid,command"
44438    if test "$DISTNAME" = "ubuntu" ; then
44439       PFILES="${PFILES} \
44440          platforms/ubuntu/Makefile \
44441          platforms/ubuntu/bacula-fd \
44442          platforms/ubuntu/bacula-sd \
44443          platforms/ubuntu/bacula-dir"
44444    else
44445       PFILES="${PFILES} \
44446          platforms/debian/Makefile \
44447          platforms/debian/bacula-fd \
44448          platforms/debian/bacula-sd \
44449          platforms/debian/bacula-dir"
44450    fi
44451   ;;
44452 freebsd)
44453    DISTVER=`uname -a |awk '{print $3}'`
44454    VER=`echo $DISTVER | cut -c 1`
44455    if test x$VER = x4 ; then
44456       PTHREAD_LIB="${PTHREAD_LIBS:--pthread}"
44457       CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS:--pthread}"
44458    fi
44459    lld="qd"
44460    llu="qu"
44461    TAPEDRIVE="/dev/nrsa0"
44462    PSCMD="ps -ax -o pid,command"
44463    PFILES="${PFILES} \
44464        platforms/freebsd/Makefile \
44465        platforms/freebsd/bacula-fd \
44466        platforms/freebsd/bacula-sd \
44467        platforms/freebsd/bacula-dir"
44468    largefile_support="yes"
44469   ;;
44470 hpux)
44471    PSCMD="UNIX95=1; ps -e -o pid,comm"
44472    CFLAGS="${CFLAGS} -D_XOPEN_SOURCE_EXTENDED=1"
44473    DISTVER=`uname -r`
44474    TAPEDRIVE="/dev/rmt/0hnb"
44475    PTHREAD_LIB="-lpthread"
44476    cat >>confdefs.h <<\_ACEOF
44477 #define _INCLUDE_LONGLONG 1
44478 _ACEOF
44479
44480   ;;
44481 irix)
44482    DISTVER=`uname -r`
44483    TAPEDRIVE="/dev/rmt/0cbn"
44484    PSCMD="ps -e -o pid,comm"
44485    PFILES="${PFILES} \
44486        platforms/irix/Makefile \
44487        platforms/irix/bacula-fd \
44488        platforms/irix/bacula-sd \
44489        platforms/irix/bacula-dir"
44490   ;;
44491 netbsd)
44492    DISTVER=`uname -a |awk '{print $3}'`
44493    lld="qd"
44494    llu="qu"
44495    TAPEDRIVE="/dev/nrst0"
44496    PSCMD="ps -ax -o pid,command"
44497    PTHREAD_LIB="-pthread"
44498    CFLAGS="${CFLAGS} -pthread"
44499   ;;
44500 openbsd)
44501    DISTVER=`uname -a |awk '{print $3}'`
44502    lld="qd"
44503    llu="qu"
44504    TAPEDRIVE="/dev/nrst0"
44505    PSCMD="ps -ax -o pid,command"
44506    PTHREAD_LIB="-pthread"
44507    CFLAGS="${CFLAGS} -pthread"
44508    PFILES="${PFILES} \
44509        platforms/openbsd/Makefile \
44510        platforms/openbsd/bacula-fd \
44511        platforms/openbsd/bacula-sd \
44512        platforms/openbsd/bacula-dir"
44513   ;;
44514 redhat)
44515    if test -f /etc/whitebox-release ; then
44516       f=/etc/whitebox-release
44517    else
44518       f=/etc/redhat-release
44519    fi
44520    if test `cat $f | grep release |\
44521          cut -f 3 -d ' '`x = "Enterprise"x ; then
44522       DISTVER="Enterprise "`cat $f | grep release |\
44523           cut -f 6 -d ' '`
44524    else
44525        DISTVER=`cat /etc/redhat-release | grep release |\
44526            cut -f 5 -d ' '`
44527    fi
44528    TAPEDRIVE="/dev/nst0"
44529    PSCMD="ps -e -o pid,command"
44530    PFILES="${PFILES} \
44531        platforms/redhat/Makefile \
44532        platforms/redhat/bacula-fd \
44533        platforms/redhat/bacula-sd \
44534        platforms/redhat/bacula-dir
44535        "
44536   ;;
44537 mandrake)
44538    DISTVER=`cat /etc/mandrake-release | grep release |\
44539       cut -f 5 -d ' '`
44540    TAPEDRIVE="/dev/nst0"
44541    PSCMD="ps -e -o pid,command"
44542    PFILES="${PFILES} \
44543        platforms/mandrake/Makefile \
44544        platforms/mandrake/bacula-fd \
44545        platforms/mandrake/bacula-sd \
44546        platforms/mandrake/bacula-dir \
44547        "
44548   ;;
44549 gentoo)
44550    DISTVER=`awk '/version / {print $5}' < /etc/gentoo-release`
44551    TAPEDRIVE="/dev/nst0"
44552    PSCMD="ps -e -o pid,command"
44553    PFILES="${PFILES} \
44554        platforms/gentoo/Makefile \
44555     platforms/gentoo/bacula-init \
44556        platforms/gentoo/bacula-fd \
44557        platforms/gentoo/bacula-sd \
44558        platforms/gentoo/bacula-dir"
44559   ;;
44560 slackware)
44561    DISTVER=`cat /etc/slackware-version`
44562    TAPEDRIVE="/dev/nst0"
44563    PSCMD="ps -e -o pid,command"
44564    PFILES="${PFILES} \
44565        platforms/slackware/Makefile \
44566        platforms/slackware/rc.bacula-fd \
44567        platforms/slackware/rc.bacula-sd \
44568        platforms/slackware/rc.bacula-dir\
44569        platforms/slackware/functions.bacula"
44570   ;;
44571 solaris)
44572    DISTVER=`uname -r`
44573    TAPEDRIVE="/dev/rmt/0cbn"
44574    PSCMD="ps -e -o pid,comm"
44575    PFILES="${PFILES} \
44576        platforms/solaris/Makefile \
44577        platforms/solaris/bacula-fd \
44578        platforms/solaris/bacula-sd \
44579        platforms/solaris/bacula-dir"
44580    if test x$DISTVER = x5.6 ; then
44581        cat >>confdefs.h <<\_ACEOF
44582 #define HAVE_OLD_SOCKOPT 1
44583 _ACEOF
44584
44585    fi
44586    LIBS="$LIBS -lresolv -lrt"
44587   ;;
44588 suse)
44589    DISTVER=`cat /etc/SuSE-release |grep VERSION|\
44590        cut -f 3 -d ' '`
44591    TAPEDRIVE="/dev/nst0"
44592    PSCMD="ps -e -o pid,command"
44593    PFILES="${PFILES} \
44594        platforms/suse/Makefile \
44595        platforms/suse/bacula-fd \
44596        platforms/suse/bacula-sd \
44597        platforms/suse/bacula-dir \
44598        platforms/suse/bacula"
44599   ;;
44600 suse5)
44601    DISTNAME=suse
44602    DISTVER=5.x
44603    TAPEDRIVE="/dev/nst0"
44604    PSCMD="ps -e -o pid,command"
44605    PFILES="${PFILES} \
44606        platforms/suse/Makefile \
44607        platforms/suse/bacula-fd \
44608        platforms/suse/bacula-sd \
44609        platforms/suse/bacula-dir"
44610   ;;
44611 unknown)
44612    DISTVER=unknown
44613    TAPEDRIVE="/dev/nst0"
44614   ;;
44615 *)
44616   echo " === Something went wrong. Unknown DISTNAME $DISTNAME ==="
44617   ;;
44618 esac
44619
44620
44621
44622 LIBS="$PTHREAD_LIB $LIBS"
44623
44624 cat >>confdefs.h <<_ACEOF
44625 #define lld "$lld"
44626 _ACEOF
44627
44628 cat >>confdefs.h <<_ACEOF
44629 #define llu "$llu"
44630 _ACEOF
44631
44632
44633
44634
44635
44636
44637
44638
44639 MCOMMON=./autoconf/Make.common
44640
44641
44642 if test "x${subsysdir}" = "x${sbindir}" ; then
44643    echo " "
44644    echo " "
44645    echo "You have set both --sbindir and --with-subsys-dir"
44646    echo "  equal to: ${subsysdir} "
44647    echo "This is not permitted. Please reconfigure."
44648    echo " "
44649    echo "Aborting configuration ..."
44650    echo " "
44651    echo " "
44652    exit 1
44653 fi
44654
44655 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_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"
44656
44657 ac_config_commands="$ac_config_commands default"
44658
44659 cat >confcache <<\_ACEOF
44660 # This file is a shell script that caches the results of configure
44661 # tests run on this system so they can be shared between configure
44662 # scripts and configure runs, see configure's option --config-cache.
44663 # It is not useful on other systems.  If it contains results you don't
44664 # want to keep, you may remove or edit it.
44665 #
44666 # config.status only pays attention to the cache file if you give it
44667 # the --recheck option to rerun configure.
44668 #
44669 # `ac_cv_env_foo' variables (set or unset) will be overridden when
44670 # loading this file, other *unset* `ac_cv_foo' will be assigned the
44671 # following values.
44672
44673 _ACEOF
44674
44675 # The following way of writing the cache mishandles newlines in values,
44676 # but we know of no workaround that is simple, portable, and efficient.
44677 # So, we kill variables containing newlines.
44678 # Ultrix sh set writes to stderr and can't be redirected directly,
44679 # and sets the high bit in the cache file unless we assign to the vars.
44680 (
44681   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
44682     eval ac_val=\$$ac_var
44683     case $ac_val in #(
44684     *${as_nl}*)
44685       case $ac_var in #(
44686       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
44687 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
44688       esac
44689       case $ac_var in #(
44690       _ | IFS | as_nl) ;; #(
44691       *) $as_unset $ac_var ;;
44692       esac ;;
44693     esac
44694   done
44695
44696   (set) 2>&1 |
44697     case $as_nl`(ac_space=' '; set) 2>&1` in #(
44698     *${as_nl}ac_space=\ *)
44699       # `set' does not quote correctly, so add quotes (double-quote
44700       # substitution turns \\\\ into \\, and sed turns \\ into \).
44701       sed -n \
44702         "s/'/'\\\\''/g;
44703           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
44704       ;; #(
44705     *)
44706       # `set' quotes correctly as required by POSIX, so do not add quotes.
44707       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
44708       ;;
44709     esac |
44710     sort
44711 ) |
44712   sed '
44713      /^ac_cv_env_/b end
44714      t clear
44715      :clear
44716      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
44717      t end
44718      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
44719      :end' >>confcache
44720 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
44721   if test -w "$cache_file"; then
44722     test "x$cache_file" != "x/dev/null" &&
44723       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
44724 echo "$as_me: updating cache $cache_file" >&6;}
44725     cat confcache >$cache_file
44726   else
44727     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
44728 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
44729   fi
44730 fi
44731 rm -f confcache
44732
44733 test "x$prefix" = xNONE && prefix=$ac_default_prefix
44734 # Let make expand exec_prefix.
44735 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
44736
44737 DEFS=-DHAVE_CONFIG_H
44738
44739 ac_libobjs=
44740 ac_ltlibobjs=
44741 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
44742   # 1. Remove the extension, and $U if already installed.
44743   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
44744   ac_i=`echo "$ac_i" | sed "$ac_script"`
44745   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
44746   #    will be set to the directory where LIBOBJS objects are built.
44747   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
44748   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
44749 done
44750 LIBOBJS=$ac_libobjs
44751
44752 LTLIBOBJS=$ac_ltlibobjs
44753
44754
44755
44756 : ${CONFIG_STATUS=./config.status}
44757 ac_clean_files_save=$ac_clean_files
44758 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
44759 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
44760 echo "$as_me: creating $CONFIG_STATUS" >&6;}
44761 cat >$CONFIG_STATUS <<_ACEOF
44762 #! $SHELL
44763 # Generated by $as_me.
44764 # Run this file to recreate the current configuration.
44765 # Compiler output produced by configure, useful for debugging
44766 # configure, is in config.log if it exists.
44767
44768 debug=false
44769 ac_cs_recheck=false
44770 ac_cs_silent=false
44771 SHELL=\${CONFIG_SHELL-$SHELL}
44772 _ACEOF
44773
44774 cat >>$CONFIG_STATUS <<\_ACEOF
44775 ## --------------------- ##
44776 ## M4sh Initialization.  ##
44777 ## --------------------- ##
44778
44779 # Be more Bourne compatible
44780 DUALCASE=1; export DUALCASE # for MKS sh
44781 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
44782   emulate sh
44783   NULLCMD=:
44784   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
44785   # is contrary to our usage.  Disable this feature.
44786   alias -g '${1+"$@"}'='"$@"'
44787   setopt NO_GLOB_SUBST
44788 else
44789   case `(set -o) 2>/dev/null` in
44790   *posix*) set -o posix ;;
44791 esac
44792
44793 fi
44794
44795
44796
44797
44798 # PATH needs CR
44799 # Avoid depending upon Character Ranges.
44800 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
44801 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
44802 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
44803 as_cr_digits='0123456789'
44804 as_cr_alnum=$as_cr_Letters$as_cr_digits
44805
44806 # The user is always right.
44807 if test "${PATH_SEPARATOR+set}" != set; then
44808   echo "#! /bin/sh" >conf$$.sh
44809   echo  "exit 0"   >>conf$$.sh
44810   chmod +x conf$$.sh
44811   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
44812     PATH_SEPARATOR=';'
44813   else
44814     PATH_SEPARATOR=:
44815   fi
44816   rm -f conf$$.sh
44817 fi
44818
44819 # Support unset when possible.
44820 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
44821   as_unset=unset
44822 else
44823   as_unset=false
44824 fi
44825
44826
44827 # IFS
44828 # We need space, tab and new line, in precisely that order.  Quoting is
44829 # there to prevent editors from complaining about space-tab.
44830 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
44831 # splitting by setting IFS to empty value.)
44832 as_nl='
44833 '
44834 IFS=" ""        $as_nl"
44835
44836 # Find who we are.  Look in the path if we contain no directory separator.
44837 case $0 in
44838   *[\\/]* ) as_myself=$0 ;;
44839   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44840 for as_dir in $PATH
44841 do
44842   IFS=$as_save_IFS
44843   test -z "$as_dir" && as_dir=.
44844   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
44845 done
44846 IFS=$as_save_IFS
44847
44848      ;;
44849 esac
44850 # We did not find ourselves, most probably we were run as `sh COMMAND'
44851 # in which case we are not to be found in the path.
44852 if test "x$as_myself" = x; then
44853   as_myself=$0
44854 fi
44855 if test ! -f "$as_myself"; then
44856   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
44857   { (exit 1); exit 1; }
44858 fi
44859
44860 # Work around bugs in pre-3.0 UWIN ksh.
44861 for as_var in ENV MAIL MAILPATH
44862 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
44863 done
44864 PS1='$ '
44865 PS2='> '
44866 PS4='+ '
44867
44868 # NLS nuisances.
44869 for as_var in \
44870   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44871   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44872   LC_TELEPHONE LC_TIME
44873 do
44874   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
44875     eval $as_var=C; export $as_var
44876   else
44877     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
44878   fi
44879 done
44880
44881 # Required to use basename.
44882 if expr a : '\(a\)' >/dev/null 2>&1 &&
44883    test "X`expr 00001 : '.*\(...\)'`" = X001; then
44884   as_expr=expr
44885 else
44886   as_expr=false
44887 fi
44888
44889 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
44890   as_basename=basename
44891 else
44892   as_basename=false
44893 fi
44894
44895
44896 # Name of the executable.
44897 as_me=`$as_basename -- "$0" ||
44898 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
44899          X"$0" : 'X\(//\)$' \| \
44900          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
44901 echo X/"$0" |
44902     sed '/^.*\/\([^/][^/]*\)\/*$/{
44903             s//\1/
44904             q
44905           }
44906           /^X\/\(\/\/\)$/{
44907             s//\1/
44908             q
44909           }
44910           /^X\/\(\/\).*/{
44911             s//\1/
44912             q
44913           }
44914           s/.*/./; q'`
44915
44916 # CDPATH.
44917 $as_unset CDPATH
44918
44919
44920
44921   as_lineno_1=$LINENO
44922   as_lineno_2=$LINENO
44923   test "x$as_lineno_1" != "x$as_lineno_2" &&
44924   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
44925
44926   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
44927   # uniformly replaced by the line number.  The first 'sed' inserts a
44928   # line-number line after each line using $LINENO; the second 'sed'
44929   # does the real work.  The second script uses 'N' to pair each
44930   # line-number line with the line containing $LINENO, and appends
44931   # trailing '-' during substitution so that $LINENO is not a special
44932   # case at line end.
44933   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
44934   # scripts with optimization help from Paolo Bonzini.  Blame Lee
44935   # E. McMahon (1931-1989) for sed's syntax.  :-)
44936   sed -n '
44937     p
44938     /[$]LINENO/=
44939   ' <$as_myself |
44940     sed '
44941       s/[$]LINENO.*/&-/
44942       t lineno
44943       b
44944       :lineno
44945       N
44946       :loop
44947       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
44948       t loop
44949       s/-\n.*//
44950     ' >$as_me.lineno &&
44951   chmod +x "$as_me.lineno" ||
44952     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
44953    { (exit 1); exit 1; }; }
44954
44955   # Don't try to exec as it changes $[0], causing all sort of problems
44956   # (the dirname of $[0] is not the place where we might find the
44957   # original and so on.  Autoconf is especially sensitive to this).
44958   . "./$as_me.lineno"
44959   # Exit status is that of the last command.
44960   exit
44961 }
44962
44963
44964 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
44965   as_dirname=dirname
44966 else
44967   as_dirname=false
44968 fi
44969
44970 ECHO_C= ECHO_N= ECHO_T=
44971 case `echo -n x` in
44972 -n*)
44973   case `echo 'x\c'` in
44974   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
44975   *)   ECHO_C='\c';;
44976   esac;;
44977 *)
44978   ECHO_N='-n';;
44979 esac
44980
44981 if expr a : '\(a\)' >/dev/null 2>&1 &&
44982    test "X`expr 00001 : '.*\(...\)'`" = X001; then
44983   as_expr=expr
44984 else
44985   as_expr=false
44986 fi
44987
44988 rm -f conf$$ conf$$.exe conf$$.file
44989 if test -d conf$$.dir; then
44990   rm -f conf$$.dir/conf$$.file
44991 else
44992   rm -f conf$$.dir
44993   mkdir conf$$.dir
44994 fi
44995 echo >conf$$.file
44996 if ln -s conf$$.file conf$$ 2>/dev/null; then
44997   as_ln_s='ln -s'
44998   # ... but there are two gotchas:
44999   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
45000   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
45001   # In both cases, we have to default to `cp -p'.
45002   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
45003     as_ln_s='cp -p'
45004 elif ln conf$$.file conf$$ 2>/dev/null; then
45005   as_ln_s=ln
45006 else
45007   as_ln_s='cp -p'
45008 fi
45009 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
45010 rmdir conf$$.dir 2>/dev/null
45011
45012 if mkdir -p . 2>/dev/null; then
45013   as_mkdir_p=:
45014 else
45015   test -d ./-p && rmdir ./-p
45016   as_mkdir_p=false
45017 fi
45018
45019 if test -x / >/dev/null 2>&1; then
45020   as_test_x='test -x'
45021 else
45022   if ls -dL / >/dev/null 2>&1; then
45023     as_ls_L_option=L
45024   else
45025     as_ls_L_option=
45026   fi
45027   as_test_x='
45028     eval sh -c '\''
45029       if test -d "$1"; then
45030         test -d "$1/.";
45031       else
45032         case $1 in
45033         -*)set "./$1";;
45034         esac;
45035         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
45036         ???[sx]*):;;*)false;;esac;fi
45037     '\'' sh
45038   '
45039 fi
45040 as_executable_p=$as_test_x
45041
45042 # Sed expression to map a string onto a valid CPP name.
45043 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
45044
45045 # Sed expression to map a string onto a valid variable name.
45046 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
45047
45048
45049 exec 6>&1
45050
45051 # Save the log message, to keep $[0] and so on meaningful, and to
45052 # report actual input values of CONFIG_FILES etc. instead of their
45053 # values after options handling.
45054 ac_log="
45055 This file was extended by $as_me, which was
45056 generated by GNU Autoconf 2.61.  Invocation command line was
45057
45058   CONFIG_FILES    = $CONFIG_FILES
45059   CONFIG_HEADERS  = $CONFIG_HEADERS
45060   CONFIG_LINKS    = $CONFIG_LINKS
45061   CONFIG_COMMANDS = $CONFIG_COMMANDS
45062   $ $0 $@
45063
45064 on `(hostname || uname -n) 2>/dev/null | sed 1q`
45065 "
45066
45067 _ACEOF
45068
45069 cat >>$CONFIG_STATUS <<_ACEOF
45070 # Files that config.status was made for.
45071 config_files="$ac_config_files"
45072 config_headers="$ac_config_headers"
45073 config_commands="$ac_config_commands"
45074
45075 _ACEOF
45076
45077 cat >>$CONFIG_STATUS <<\_ACEOF
45078 ac_cs_usage="\
45079 \`$as_me' instantiates files from templates according to the
45080 current configuration.
45081
45082 Usage: $0 [OPTIONS] [FILE]...
45083
45084   -h, --help       print this help, then exit
45085   -V, --version    print version number and configuration settings, then exit
45086   -q, --quiet      do not print progress messages
45087   -d, --debug      don't remove temporary files
45088       --recheck    update $as_me by reconfiguring in the same conditions
45089   --file=FILE[:TEMPLATE]
45090                    instantiate the configuration file FILE
45091   --header=FILE[:TEMPLATE]
45092                    instantiate the configuration header FILE
45093
45094 Configuration files:
45095 $config_files
45096
45097 Configuration headers:
45098 $config_headers
45099
45100 Configuration commands:
45101 $config_commands
45102
45103 Report bugs to <bug-autoconf@gnu.org>."
45104
45105 _ACEOF
45106 cat >>$CONFIG_STATUS <<_ACEOF
45107 ac_cs_version="\\
45108 config.status
45109 configured by $0, generated by GNU Autoconf 2.61,
45110   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
45111
45112 Copyright (C) 2006 Free Software Foundation, Inc.
45113 This config.status script is free software; the Free Software Foundation
45114 gives unlimited permission to copy, distribute and modify it."
45115
45116 ac_pwd='$ac_pwd'
45117 srcdir='$srcdir'
45118 INSTALL='$INSTALL'
45119 _ACEOF
45120
45121 cat >>$CONFIG_STATUS <<\_ACEOF
45122 # If no file are specified by the user, then we need to provide default
45123 # value.  By we need to know if files were specified by the user.
45124 ac_need_defaults=:
45125 while test $# != 0
45126 do
45127   case $1 in
45128   --*=*)
45129     ac_option=`expr "X$1" : 'X\([^=]*\)='`
45130     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
45131     ac_shift=:
45132     ;;
45133   *)
45134     ac_option=$1
45135     ac_optarg=$2
45136     ac_shift=shift
45137     ;;
45138   esac
45139
45140   case $ac_option in
45141   # Handling of the options.
45142   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
45143     ac_cs_recheck=: ;;
45144   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
45145     echo "$ac_cs_version"; exit ;;
45146   --debug | --debu | --deb | --de | --d | -d )
45147     debug=: ;;
45148   --file | --fil | --fi | --f )
45149     $ac_shift
45150     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
45151     ac_need_defaults=false;;
45152   --header | --heade | --head | --hea )
45153     $ac_shift
45154     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
45155     ac_need_defaults=false;;
45156   --he | --h)
45157     # Conflict between --help and --header
45158     { echo "$as_me: error: ambiguous option: $1
45159 Try \`$0 --help' for more information." >&2
45160    { (exit 1); exit 1; }; };;
45161   --help | --hel | -h )
45162     echo "$ac_cs_usage"; exit ;;
45163   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
45164   | -silent | --silent | --silen | --sile | --sil | --si | --s)
45165     ac_cs_silent=: ;;
45166
45167   # This is an error.
45168   -*) { echo "$as_me: error: unrecognized option: $1
45169 Try \`$0 --help' for more information." >&2
45170    { (exit 1); exit 1; }; } ;;
45171
45172   *) ac_config_targets="$ac_config_targets $1"
45173      ac_need_defaults=false ;;
45174
45175   esac
45176   shift
45177 done
45178
45179 ac_configure_extra_args=
45180
45181 if $ac_cs_silent; then
45182   exec 6>/dev/null
45183   ac_configure_extra_args="$ac_configure_extra_args --silent"
45184 fi
45185
45186 _ACEOF
45187 cat >>$CONFIG_STATUS <<_ACEOF
45188 if \$ac_cs_recheck; then
45189   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
45190   CONFIG_SHELL=$SHELL
45191   export CONFIG_SHELL
45192   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
45193 fi
45194
45195 _ACEOF
45196 cat >>$CONFIG_STATUS <<\_ACEOF
45197 exec 5>>config.log
45198 {
45199   echo
45200   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
45201 ## Running $as_me. ##
45202 _ASBOX
45203   echo "$ac_log"
45204 } >&5
45205
45206 _ACEOF
45207 cat >>$CONFIG_STATUS <<_ACEOF
45208 #
45209 # INIT-COMMANDS
45210 #
45211
45212
45213 # The HP-UX ksh and POSIX shell print the target directory to stdout
45214 # if CDPATH is set.
45215 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
45216
45217 sed_quote_subst='$sed_quote_subst'
45218 double_quote_subst='$double_quote_subst'
45219 delay_variable_subst='$delay_variable_subst'
45220 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
45221 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
45222 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
45223 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
45224 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
45225 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
45226 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
45227 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
45228 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
45229 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
45230 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
45231 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
45232 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
45233 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
45234 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
45235 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
45236 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
45237 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
45238 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
45239 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
45240 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
45241 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
45242 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
45243 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
45244 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
45245 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
45246 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
45247 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
45248 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
45249 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
45250 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
45251 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
45252 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
45253 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
45254 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
45255 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
45256 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
45257 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
45258 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
45259 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
45260 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
45261 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
45262 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
45263 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
45264 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"`'
45265 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"`'
45266 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
45267 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
45268 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
45269 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
45270 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
45271 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
45272 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
45273 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
45274 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
45275 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
45276 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
45277 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
45278 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
45279 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
45280 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
45281 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
45282 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
45283 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
45284 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
45285 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
45286 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
45287 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
45288 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
45289 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
45290 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
45291 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
45292 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
45293 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
45294 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
45295 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
45296 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
45297 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
45298 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
45299 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
45300 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
45301 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
45302 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
45303 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
45304 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
45305 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
45306 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
45307 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
45308 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
45309 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
45310 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
45311 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
45312 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
45313 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
45314 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
45315 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
45316 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
45317 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
45318 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
45319 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
45320 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
45321 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
45322 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
45323 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
45324 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
45325 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
45326 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
45327 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
45328 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
45329 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
45330 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
45331 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
45332 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
45333 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
45334 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
45335 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
45336 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
45337 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
45338 compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`'
45339 predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`'
45340 postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`'
45341 predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`'
45342 postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`'
45343 compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`'
45344 LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45345 old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45346 compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45347 GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45348 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45349 lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45350 lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45351 lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45352 lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45353 archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45354 enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45355 export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45356 whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45357 compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45358 old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45359 old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45360 archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45361 archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45362 module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45363 module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45364 with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45365 allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45366 no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45367 hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45368 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45369 hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45370 hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45371 hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45372 hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45373 hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45374 hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45375 inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45376 link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45377 fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45378 always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45379 export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45380 exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45381 include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45382 prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45383 file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45384 hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45385 compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45386 predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45387 postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45388 predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45389 postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45390 compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
45391
45392 LTCC='$LTCC'
45393 LTCFLAGS='$LTCFLAGS'
45394 compiler='$compiler_DEFAULT'
45395
45396 # Quote evaled strings.
45397 for var in SED \
45398 GREP \
45399 EGREP \
45400 FGREP \
45401 LD \
45402 NM \
45403 LN_S \
45404 lt_SP2NL \
45405 lt_NL2SP \
45406 reload_flag \
45407 OBJDUMP \
45408 deplibs_check_method \
45409 file_magic_cmd \
45410 AR \
45411 AR_FLAGS \
45412 STRIP \
45413 RANLIB \
45414 CC \
45415 CFLAGS \
45416 compiler \
45417 lt_cv_sys_global_symbol_pipe \
45418 lt_cv_sys_global_symbol_to_cdecl \
45419 lt_cv_sys_global_symbol_to_c_name_address \
45420 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
45421 SHELL \
45422 ECHO \
45423 lt_prog_compiler_no_builtin_flag \
45424 lt_prog_compiler_wl \
45425 lt_prog_compiler_pic \
45426 lt_prog_compiler_static \
45427 lt_cv_prog_compiler_c_o \
45428 need_locks \
45429 DSYMUTIL \
45430 NMEDIT \
45431 LIPO \
45432 OTOOL \
45433 OTOOL64 \
45434 shrext_cmds \
45435 export_dynamic_flag_spec \
45436 whole_archive_flag_spec \
45437 compiler_needs_object \
45438 with_gnu_ld \
45439 allow_undefined_flag \
45440 no_undefined_flag \
45441 hardcode_libdir_flag_spec \
45442 hardcode_libdir_flag_spec_ld \
45443 hardcode_libdir_separator \
45444 fix_srcfile_path \
45445 exclude_expsyms \
45446 include_expsyms \
45447 file_list_spec \
45448 variables_saved_for_relink \
45449 libname_spec \
45450 library_names_spec \
45451 soname_spec \
45452 finish_eval \
45453 old_striplib \
45454 striplib \
45455 compiler_lib_search_dirs \
45456 predep_objects \
45457 postdep_objects \
45458 predeps \
45459 postdeps \
45460 compiler_lib_search_path \
45461 LD_CXX \
45462 compiler_CXX \
45463 lt_prog_compiler_no_builtin_flag_CXX \
45464 lt_prog_compiler_wl_CXX \
45465 lt_prog_compiler_pic_CXX \
45466 lt_prog_compiler_static_CXX \
45467 lt_cv_prog_compiler_c_o_CXX \
45468 export_dynamic_flag_spec_CXX \
45469 whole_archive_flag_spec_CXX \
45470 compiler_needs_object_CXX \
45471 with_gnu_ld_CXX \
45472 allow_undefined_flag_CXX \
45473 no_undefined_flag_CXX \
45474 hardcode_libdir_flag_spec_CXX \
45475 hardcode_libdir_flag_spec_ld_CXX \
45476 hardcode_libdir_separator_CXX \
45477 fix_srcfile_path_CXX \
45478 exclude_expsyms_CXX \
45479 include_expsyms_CXX \
45480 file_list_spec_CXX \
45481 compiler_lib_search_dirs_CXX \
45482 predep_objects_CXX \
45483 postdep_objects_CXX \
45484 predeps_CXX \
45485 postdeps_CXX \
45486 compiler_lib_search_path_CXX; do
45487     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
45488     *[\\\\\\\`\\"\\\$]*)
45489       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
45490       ;;
45491     *)
45492       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
45493       ;;
45494     esac
45495 done
45496
45497 # Double-quote double-evaled strings.
45498 for var in reload_cmds \
45499 old_postinstall_cmds \
45500 old_postuninstall_cmds \
45501 old_archive_cmds \
45502 extract_expsyms_cmds \
45503 old_archive_from_new_cmds \
45504 old_archive_from_expsyms_cmds \
45505 archive_cmds \
45506 archive_expsym_cmds \
45507 module_cmds \
45508 module_expsym_cmds \
45509 export_symbols_cmds \
45510 prelink_cmds \
45511 postinstall_cmds \
45512 postuninstall_cmds \
45513 finish_cmds \
45514 sys_lib_search_path_spec \
45515 sys_lib_dlsearch_path_spec \
45516 old_archive_cmds_CXX \
45517 old_archive_from_new_cmds_CXX \
45518 old_archive_from_expsyms_cmds_CXX \
45519 archive_cmds_CXX \
45520 archive_expsym_cmds_CXX \
45521 module_cmds_CXX \
45522 module_expsym_cmds_CXX \
45523 export_symbols_cmds_CXX \
45524 prelink_cmds_CXX; do
45525     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
45526     *[\\\\\\\`\\"\\\$]*)
45527       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
45528       ;;
45529     *)
45530       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
45531       ;;
45532     esac
45533 done
45534
45535 # Fix-up fallback echo if it was mangled by the above quoting rules.
45536 case \$lt_ECHO in
45537 *'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
45538   ;;
45539 esac
45540
45541 ac_aux_dir='$ac_aux_dir'
45542 xsi_shell='$xsi_shell'
45543 lt_shell_append='$lt_shell_append'
45544
45545 # See if we are running on zsh, and set the options which allow our
45546 # commands through without removal of \ escapes INIT.
45547 if test -n "\${ZSH_VERSION+set}" ; then
45548    setopt NO_GLOB_SUBST
45549 fi
45550
45551
45552     PACKAGE='$PACKAGE'
45553     VERSION='$VERSION'
45554     TIMESTAMP='$TIMESTAMP'
45555     RM='$RM'
45556     ofile='$ofile'
45557
45558
45559
45560
45561
45562 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
45563     # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
45564     # from automake.
45565     eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
45566     # Capture the value of LINGUAS because we need it to compute CATALOGS.
45567     LINGUAS="${LINGUAS-%UNSET%}"
45568
45569
45570 _ACEOF
45571
45572 cat >>$CONFIG_STATUS <<\_ACEOF
45573
45574 # Handling of arguments.
45575 for ac_config_target in $ac_config_targets
45576 do
45577   case $ac_config_target in
45578     "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:autoconf/config.h.in" ;;
45579     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
45580     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
45581     "autoconf/Make.common") CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
45582     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
45583     "manpages/Makefile") CONFIG_FILES="$CONFIG_FILES manpages/Makefile" ;;
45584     "scripts/startmysql") CONFIG_FILES="$CONFIG_FILES scripts/startmysql" ;;
45585     "scripts/stopmysql") CONFIG_FILES="$CONFIG_FILES scripts/stopmysql" ;;
45586     "scripts/btraceback") CONFIG_FILES="$CONFIG_FILES scripts/btraceback" ;;
45587     "scripts/startit") CONFIG_FILES="$CONFIG_FILES scripts/startit" ;;
45588     "scripts/stopit") CONFIG_FILES="$CONFIG_FILES scripts/stopit" ;;
45589     "scripts/bconsole") CONFIG_FILES="$CONFIG_FILES scripts/bconsole" ;;
45590     "scripts/gconsole") CONFIG_FILES="$CONFIG_FILES scripts/gconsole" ;;
45591     "scripts/bacula") CONFIG_FILES="$CONFIG_FILES scripts/bacula" ;;
45592     "scripts/bacula-ctl-dir") CONFIG_FILES="$CONFIG_FILES scripts/bacula-ctl-dir" ;;
45593     "scripts/bacula-ctl-fd") CONFIG_FILES="$CONFIG_FILES scripts/bacula-ctl-fd" ;;
45594     "scripts/bacula-ctl-sd") CONFIG_FILES="$CONFIG_FILES scripts/bacula-ctl-sd" ;;
45595     "scripts/devel_bacula") CONFIG_FILES="$CONFIG_FILES scripts/devel_bacula" ;;
45596     "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
45597     "scripts/logrotate") CONFIG_FILES="$CONFIG_FILES scripts/logrotate" ;;
45598     "scripts/bacula.desktop.gnome1") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome1" ;;
45599     "scripts/bacula.desktop.gnome2") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome2" ;;
45600     "scripts/bacula.desktop.gnome1.consolehelper") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome1.consolehelper" ;;
45601     "scripts/bacula.desktop.gnome2.consolehelper") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome2.consolehelper" ;;
45602     "scripts/bacula.desktop.gnome1.xsu") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome1.xsu" ;;
45603     "scripts/bacula.desktop.gnome2.xsu") CONFIG_FILES="$CONFIG_FILES scripts/bacula.desktop.gnome2.xsu" ;;
45604     "scripts/bgnome-console.console_apps") CONFIG_FILES="$CONFIG_FILES scripts/bgnome-console.console_apps" ;;
45605     "scripts/mtx-changer") CONFIG_FILES="$CONFIG_FILES scripts/mtx-changer" ;;
45606     "scripts/disk-changer") CONFIG_FILES="$CONFIG_FILES scripts/disk-changer" ;;
45607     "scripts/dvd-handler") CONFIG_FILES="$CONFIG_FILES scripts/dvd-handler" ;;
45608     "scripts/dvd-simulator") CONFIG_FILES="$CONFIG_FILES scripts/dvd-simulator" ;;
45609     "scripts/bacula-tray-monitor.desktop") CONFIG_FILES="$CONFIG_FILES scripts/bacula-tray-monitor.desktop" ;;
45610     "scripts/logwatch/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/logwatch/Makefile" ;;
45611     "scripts/logwatch/logfile.bacula.conf") CONFIG_FILES="$CONFIG_FILES scripts/logwatch/logfile.bacula.conf" ;;
45612     "scripts/wxconsole.console_apps") CONFIG_FILES="$CONFIG_FILES scripts/wxconsole.console_apps" ;;
45613     "scripts/wxconsole.desktop.consolehelper") CONFIG_FILES="$CONFIG_FILES scripts/wxconsole.desktop.consolehelper" ;;
45614     "scripts/wxconsole.desktop.xsu") CONFIG_FILES="$CONFIG_FILES scripts/wxconsole.desktop.xsu" ;;
45615     "scripts/bat.desktop") CONFIG_FILES="$CONFIG_FILES scripts/bat.desktop" ;;
45616     "scripts/bat.desktop.xsu") CONFIG_FILES="$CONFIG_FILES scripts/bat.desktop.xsu" ;;
45617     "scripts/bat.desktop.consolehelper") CONFIG_FILES="$CONFIG_FILES scripts/bat.desktop.consolehelper" ;;
45618     "scripts/bat.console_apps") CONFIG_FILES="$CONFIG_FILES scripts/bat.console_apps" ;;
45619     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
45620     "src/host.h") CONFIG_FILES="$CONFIG_FILES src/host.h" ;;
45621     "src/console/Makefile") CONFIG_FILES="$CONFIG_FILES src/console/Makefile" ;;
45622     "src/console/bconsole.conf") CONFIG_FILES="$CONFIG_FILES src/console/bconsole.conf" ;;
45623     "src/qt-console/bat.conf") CONFIG_FILES="$CONFIG_FILES src/qt-console/bat.conf" ;;
45624     "src/qt-console/bat.pro") CONFIG_FILES="$CONFIG_FILES src/qt-console/bat.pro" ;;
45625     "src/qt-console/bat.pro.mingw32") CONFIG_FILES="$CONFIG_FILES src/qt-console/bat.pro.mingw32" ;;
45626     "src/qt-console/install_conf_file") CONFIG_FILES="$CONFIG_FILES src/qt-console/install_conf_file" ;;
45627     "src/wx-console/Makefile") CONFIG_FILES="$CONFIG_FILES src/wx-console/Makefile" ;;
45628     "src/wx-console/bwx-console.conf") CONFIG_FILES="$CONFIG_FILES src/wx-console/bwx-console.conf" ;;
45629     "src/tray-monitor/Makefile") CONFIG_FILES="$CONFIG_FILES src/tray-monitor/Makefile" ;;
45630     "src/tray-monitor/tray-monitor.conf") CONFIG_FILES="$CONFIG_FILES src/tray-monitor/tray-monitor.conf" ;;
45631     "src/dird/Makefile") CONFIG_FILES="$CONFIG_FILES src/dird/Makefile" ;;
45632     "src/dird/bacula-dir.conf") CONFIG_FILES="$CONFIG_FILES src/dird/bacula-dir.conf" ;;
45633     "src/lib/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;;
45634     "src/stored/Makefile") CONFIG_FILES="$CONFIG_FILES src/stored/Makefile" ;;
45635     "src/stored/bacula-sd.conf") CONFIG_FILES="$CONFIG_FILES src/stored/bacula-sd.conf" ;;
45636     "src/filed/Makefile") CONFIG_FILES="$CONFIG_FILES src/filed/Makefile" ;;
45637     "src/filed/bacula-fd.conf") CONFIG_FILES="$CONFIG_FILES src/filed/bacula-fd.conf" ;;
45638     "src/cats/Makefile") CONFIG_FILES="$CONFIG_FILES src/cats/Makefile" ;;
45639     "src/cats/make_catalog_backup.pl") CONFIG_FILES="$CONFIG_FILES src/cats/make_catalog_backup.pl" ;;
45640     "src/cats/make_catalog_backup") CONFIG_FILES="$CONFIG_FILES src/cats/make_catalog_backup" ;;
45641     "src/cats/delete_catalog_backup") CONFIG_FILES="$CONFIG_FILES src/cats/delete_catalog_backup" ;;
45642     "src/cats/create_postgresql_database") CONFIG_FILES="$CONFIG_FILES src/cats/create_postgresql_database" ;;
45643     "src/cats/update_postgresql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/update_postgresql_tables" ;;
45644     "src/cats/make_postgresql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/make_postgresql_tables" ;;
45645     "src/cats/grant_postgresql_privileges") CONFIG_FILES="$CONFIG_FILES src/cats/grant_postgresql_privileges" ;;
45646     "src/cats/drop_postgresql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_postgresql_tables" ;;
45647     "src/cats/drop_postgresql_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_postgresql_database" ;;
45648     "src/cats/create_mysql_database") CONFIG_FILES="$CONFIG_FILES src/cats/create_mysql_database" ;;
45649     "src/cats/update_mysql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/update_mysql_tables" ;;
45650     "src/cats/make_mysql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/make_mysql_tables" ;;
45651     "src/cats/grant_mysql_privileges") CONFIG_FILES="$CONFIG_FILES src/cats/grant_mysql_privileges" ;;
45652     "src/cats/drop_mysql_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_mysql_tables" ;;
45653     "src/cats/drop_mysql_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_mysql_database" ;;
45654     "src/cats/create_sqlite3_database") CONFIG_FILES="$CONFIG_FILES src/cats/create_sqlite3_database" ;;
45655     "src/cats/update_sqlite3_tables") CONFIG_FILES="$CONFIG_FILES src/cats/update_sqlite3_tables" ;;
45656     "src/cats/make_sqlite3_tables") CONFIG_FILES="$CONFIG_FILES src/cats/make_sqlite3_tables" ;;
45657     "src/cats/grant_sqlite3_privileges") CONFIG_FILES="$CONFIG_FILES src/cats/grant_sqlite3_privileges" ;;
45658     "src/cats/drop_sqlite3_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_sqlite3_tables" ;;
45659     "src/cats/drop_sqlite3_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_sqlite3_database" ;;
45660     "src/cats/create_ingres_database") CONFIG_FILES="$CONFIG_FILES src/cats/create_ingres_database" ;;
45661     "src/cats/update_ingres_tables") CONFIG_FILES="$CONFIG_FILES src/cats/update_ingres_tables" ;;
45662     "src/cats/make_ingres_tables") CONFIG_FILES="$CONFIG_FILES src/cats/make_ingres_tables" ;;
45663     "src/cats/grant_ingres_privileges") CONFIG_FILES="$CONFIG_FILES src/cats/grant_ingres_privileges" ;;
45664     "src/cats/drop_ingres_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_ingres_tables" ;;
45665     "src/cats/drop_ingres_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_ingres_database" ;;
45666     "src/cats/sqlite") CONFIG_FILES="$CONFIG_FILES src/cats/sqlite" ;;
45667     "src/cats/mysql") CONFIG_FILES="$CONFIG_FILES src/cats/mysql" ;;
45668     "src/cats/create_bacula_database") CONFIG_FILES="$CONFIG_FILES src/cats/create_bacula_database" ;;
45669     "src/cats/update_bacula_tables") CONFIG_FILES="$CONFIG_FILES src/cats/update_bacula_tables" ;;
45670     "src/cats/grant_bacula_privileges") CONFIG_FILES="$CONFIG_FILES src/cats/grant_bacula_privileges" ;;
45671     "src/cats/make_bacula_tables") CONFIG_FILES="$CONFIG_FILES src/cats/make_bacula_tables" ;;
45672     "src/cats/drop_bacula_tables") CONFIG_FILES="$CONFIG_FILES src/cats/drop_bacula_tables" ;;
45673     "src/cats/drop_bacula_database") CONFIG_FILES="$CONFIG_FILES src/cats/drop_bacula_database" ;;
45674     "src/findlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/findlib/Makefile" ;;
45675     "src/tools/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/Makefile" ;;
45676     "src/plugins/fd/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/fd/Makefile" ;;
45677     "src/plugins/sd/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/sd/Makefile" ;;
45678     "src/plugins/dir/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/dir/Makefile" ;;
45679     "src/win32/Makefile.inc") CONFIG_FILES="$CONFIG_FILES src/win32/Makefile.inc" ;;
45680     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
45681     "updatedb/update_mysql_tables_9_to_10") CONFIG_FILES="$CONFIG_FILES updatedb/update_mysql_tables_9_to_10" ;;
45682     "updatedb/update_sqlite3_tables_9_to_10") CONFIG_FILES="$CONFIG_FILES updatedb/update_sqlite3_tables_9_to_10" ;;
45683     "updatedb/update_postgresql_tables_9_to_10") CONFIG_FILES="$CONFIG_FILES updatedb/update_postgresql_tables_9_to_10" ;;
45684     "updatedb/update_mysql_tables_10_to_11") CONFIG_FILES="$CONFIG_FILES updatedb/update_mysql_tables_10_to_11" ;;
45685     "updatedb/update_sqlite3_tables_10_to_11") CONFIG_FILES="$CONFIG_FILES updatedb/update_sqlite3_tables_10_to_11" ;;
45686     "updatedb/update_postgresql_tables_10_to_11") CONFIG_FILES="$CONFIG_FILES updatedb/update_postgresql_tables_10_to_11" ;;
45687     "examples/nagios/check_bacula/Makefile") CONFIG_FILES="$CONFIG_FILES examples/nagios/check_bacula/Makefile" ;;
45688     "$PFILES") CONFIG_FILES="$CONFIG_FILES $PFILES" ;;
45689     "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
45690
45691   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
45692 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
45693    { (exit 1); exit 1; }; };;
45694   esac
45695 done
45696
45697
45698 # If the user did not use the arguments to specify the items to instantiate,
45699 # then the envvar interface is used.  Set only those that are not.
45700 # We use the long form for the default assignment because of an extremely
45701 # bizarre bug on SunOS 4.1.3.
45702 if $ac_need_defaults; then
45703   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
45704   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
45705   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
45706 fi
45707
45708 # Have a temporary directory for convenience.  Make it in the build tree
45709 # simply because there is no reason against having it here, and in addition,
45710 # creating and moving files from /tmp can sometimes cause problems.
45711 # Hook for its removal unless debugging.
45712 # Note that there is a small window in which the directory will not be cleaned:
45713 # after its creation but before its name has been assigned to `$tmp'.
45714 $debug ||
45715 {
45716   tmp=
45717   trap 'exit_status=$?
45718   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
45719 ' 0
45720   trap '{ (exit 1); exit 1; }' 1 2 13 15
45721 }
45722 # Create a (secure) tmp directory for tmp files.
45723
45724 {
45725   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
45726   test -n "$tmp" && test -d "$tmp"
45727 }  ||
45728 {
45729   tmp=./conf$$-$RANDOM
45730   (umask 077 && mkdir "$tmp")
45731 } ||
45732 {
45733    echo "$me: cannot create a temporary directory in ." >&2
45734    { (exit 1); exit 1; }
45735 }
45736
45737 #
45738 # Set up the sed scripts for CONFIG_FILES section.
45739 #
45740
45741 # No need to generate the scripts if there are no CONFIG_FILES.
45742 # This happens for instance when ./config.status config.h
45743 if test -n "$CONFIG_FILES"; then
45744
45745 _ACEOF
45746
45747 # Create sed commands to just substitute file output variables.
45748
45749 # Remaining file output variables are in a fragment that also has non-file
45750 # output varibles.
45751
45752
45753
45754 ac_delim='%!_!# '
45755 for ac_last_try in false false false false false :; do
45756   cat >conf$$subs.sed <<_ACEOF
45757 SHELL!$SHELL$ac_delim
45758 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
45759 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
45760 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
45761 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
45762 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
45763 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
45764 exec_prefix!$exec_prefix$ac_delim
45765 prefix!$prefix$ac_delim
45766 program_transform_name!$program_transform_name$ac_delim
45767 bindir!$bindir$ac_delim
45768 sbindir!$sbindir$ac_delim
45769 libexecdir!$libexecdir$ac_delim
45770 datarootdir!$datarootdir$ac_delim
45771 datadir!$datadir$ac_delim
45772 sysconfdir!$sysconfdir$ac_delim
45773 sharedstatedir!$sharedstatedir$ac_delim
45774 localstatedir!$localstatedir$ac_delim
45775 includedir!$includedir$ac_delim
45776 oldincludedir!$oldincludedir$ac_delim
45777 docdir!$docdir$ac_delim
45778 infodir!$infodir$ac_delim
45779 htmldir!$htmldir$ac_delim
45780 dvidir!$dvidir$ac_delim
45781 pdfdir!$pdfdir$ac_delim
45782 psdir!$psdir$ac_delim
45783 libdir!$libdir$ac_delim
45784 localedir!$localedir$ac_delim
45785 mandir!$mandir$ac_delim
45786 DEFS!$DEFS$ac_delim
45787 ECHO_C!$ECHO_C$ac_delim
45788 ECHO_N!$ECHO_N$ac_delim
45789 ECHO_T!$ECHO_T$ac_delim
45790 LIBS!$LIBS$ac_delim
45791 build_alias!$build_alias$ac_delim
45792 host_alias!$host_alias$ac_delim
45793 target_alias!$target_alias$ac_delim
45794 BUILD_DIR!$BUILD_DIR$ac_delim
45795 TOP_DIR!$TOP_DIR$ac_delim
45796 WIN32BUILDDIR!$WIN32BUILDDIR$ac_delim
45797 WIN32MAINDIR!$WIN32MAINDIR$ac_delim
45798 WIN32TOPDIR!$WIN32TOPDIR$ac_delim
45799 TRUEPRG!$TRUEPRG$ac_delim
45800 FALSEPRG!$FALSEPRG$ac_delim
45801 VERSION!$VERSION$ac_delim
45802 DATE!$DATE$ac_delim
45803 LSMDATE!$LSMDATE$ac_delim
45804 BACULA!$BACULA$ac_delim
45805 post_host!$post_host$ac_delim
45806 BDB_VERSION!$BDB_VERSION$ac_delim
45807 LIBBAC_LT_RELEASE!$LIBBAC_LT_RELEASE$ac_delim
45808 LIBBACCFG_LT_RELEASE!$LIBBACCFG_LT_RELEASE$ac_delim
45809 LIBBACPY_LT_RELEASE!$LIBBACPY_LT_RELEASE$ac_delim
45810 LIBBACSQL_LT_RELEASE!$LIBBACSQL_LT_RELEASE$ac_delim
45811 LIBBACFIND_LT_RELEASE!$LIBBACFIND_LT_RELEASE$ac_delim
45812 CC!$CC$ac_delim
45813 CFLAGS!$CFLAGS$ac_delim
45814 LDFLAGS!$LDFLAGS$ac_delim
45815 CPPFLAGS!$CPPFLAGS$ac_delim
45816 ac_ct_CC!$ac_ct_CC$ac_delim
45817 EXEEXT!$EXEEXT$ac_delim
45818 OBJEXT!$OBJEXT$ac_delim
45819 CXX!$CXX$ac_delim
45820 CXXFLAGS!$CXXFLAGS$ac_delim
45821 ac_ct_CXX!$ac_ct_CXX$ac_delim
45822 CPP!$CPP$ac_delim
45823 GREP!$GREP$ac_delim
45824 EGREP!$EGREP$ac_delim
45825 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
45826 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
45827 INSTALL_DATA!$INSTALL_DATA$ac_delim
45828 MV!$MV$ac_delim
45829 REMOVE!$REMOVE$ac_delim
45830 CP!$CP$ac_delim
45831 SED!$SED$ac_delim
45832 ECHO!$ECHO$ac_delim
45833 CMP!$CMP$ac_delim
45834 TBL!$TBL$ac_delim
45835 AR!$AR$ac_delim
45836 OPENSSL!$OPENSSL$ac_delim
45837 MTX!$MTX$ac_delim
45838 DD!$DD$ac_delim
45839 MKISOFS!$MKISOFS$ac_delim
45840 PYTHON!$PYTHON$ac_delim
45841 GROWISOFS!$GROWISOFS$ac_delim
45842 DVDRWMEDIAINFO!$DVDRWMEDIAINFO$ac_delim
45843 DVDRWFORMAT!$DVDRWFORMAT$ac_delim
45844 PKGCONFIG!$PKGCONFIG$ac_delim
45845 QMAKE!$QMAKE$ac_delim
45846 GMAKE!$GMAKE$ac_delim
45847 WXCONFIG!$WXCONFIG$ac_delim
45848 WXFLAGS!$WXFLAGS$ac_delim
45849 CDRECORD!$CDRECORD$ac_delim
45850 PIDOF!$PIDOF$ac_delim
45851 _ACEOF
45852
45853   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 94; then
45854     break
45855   elif $ac_last_try; then
45856     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
45857 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
45858    { (exit 1); exit 1; }; }
45859   else
45860     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
45861   fi
45862 done
45863
45864 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
45865 if test -n "$ac_eof"; then
45866   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
45867   ac_eof=`expr $ac_eof + 1`
45868 fi
45869
45870 cat >>$CONFIG_STATUS <<_ACEOF
45871 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
45872 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
45873 /^[      ]*@MCOMMON@[    ]*$/{
45874 r $MCOMMON
45875 d
45876 }
45877 _ACEOF
45878 sed '
45879 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
45880 s/^/s,@/; s/!/@,|#_!!_#|/
45881 :n
45882 t n
45883 s/'"$ac_delim"'$/,g/; t
45884 s/$/\\/; p
45885 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
45886 ' >>$CONFIG_STATUS <conf$$subs.sed
45887 rm -f conf$$subs.sed
45888 cat >>$CONFIG_STATUS <<_ACEOF
45889 CEOF$ac_eof
45890 _ACEOF
45891
45892
45893 ac_delim='%!_!# '
45894 for ac_last_try in false false false false false :; do
45895   cat >conf$$subs.sed <<_ACEOF
45896 AWK!$AWK$ac_delim
45897 ARFLAGS!$ARFLAGS$ac_delim
45898 MAKE_SHELL!$MAKE_SHELL$ac_delim
45899 LOCAL_LIBS!$LOCAL_LIBS$ac_delim
45900 LOCAL_CFLAGS!$LOCAL_CFLAGS$ac_delim
45901 LOCAL_LDFLAGS!$LOCAL_LDFLAGS$ac_delim
45902 LOCAL_DEFS!$LOCAL_DEFS$ac_delim
45903 LIBTOOL!$LIBTOOL$ac_delim
45904 build!$build$ac_delim
45905 build_cpu!$build_cpu$ac_delim
45906 build_vendor!$build_vendor$ac_delim
45907 build_os!$build_os$ac_delim
45908 host!$host$ac_delim
45909 host_cpu!$host_cpu$ac_delim
45910 host_vendor!$host_vendor$ac_delim
45911 host_os!$host_os$ac_delim
45912 FGREP!$FGREP$ac_delim
45913 LD!$LD$ac_delim
45914 DUMPBIN!$DUMPBIN$ac_delim
45915 ac_ct_DUMPBIN!$ac_ct_DUMPBIN$ac_delim
45916 NM!$NM$ac_delim
45917 LN_S!$LN_S$ac_delim
45918 OBJDUMP!$OBJDUMP$ac_delim
45919 STRIP!$STRIP$ac_delim
45920 RANLIB!$RANLIB$ac_delim
45921 lt_ECHO!$lt_ECHO$ac_delim
45922 DSYMUTIL!$DSYMUTIL$ac_delim
45923 NMEDIT!$NMEDIT$ac_delim
45924 LIPO!$LIPO$ac_delim
45925 OTOOL!$OTOOL$ac_delim
45926 OTOOL64!$OTOOL64$ac_delim
45927 CXXCPP!$CXXCPP$ac_delim
45928 DEFAULT_OBJECT_TYPE!$DEFAULT_OBJECT_TYPE$ac_delim
45929 DEFAULT_ARCHIVE_TYPE!$DEFAULT_ARCHIVE_TYPE$ac_delim
45930 DEFAULT_SHARED_OBJECT_TYPE!$DEFAULT_SHARED_OBJECT_TYPE$ac_delim
45931 LIBTOOL_INSTALL_TARGET!$LIBTOOL_INSTALL_TARGET$ac_delim
45932 LIBTOOL_UNINSTALL_TARGET!$LIBTOOL_UNINSTALL_TARGET$ac_delim
45933 LIBTOOL_CLEAN_TARGET!$LIBTOOL_CLEAN_TARGET$ac_delim
45934 QMAKE_LIBTOOL!$QMAKE_LIBTOOL$ac_delim
45935 FD_PLUGIN_DIR!$FD_PLUGIN_DIR$ac_delim
45936 INCLUDE_INSTALL_TARGET!$INCLUDE_INSTALL_TARGET$ac_delim
45937 INCLUDE_UNINSTALL_TARGET!$INCLUDE_UNINSTALL_TARGET$ac_delim
45938 HAVE_SUN_OS_TRUE!$HAVE_SUN_OS_TRUE$ac_delim
45939 HAVE_SUN_OS_FALSE!$HAVE_SUN_OS_FALSE$ac_delim
45940 HAVE_OSF1_OS_TRUE!$HAVE_OSF1_OS_TRUE$ac_delim
45941 HAVE_OSF1_OS_FALSE!$HAVE_OSF1_OS_FALSE$ac_delim
45942 HAVE_AIX_OS_TRUE!$HAVE_AIX_OS_TRUE$ac_delim
45943 HAVE_AIX_OS_FALSE!$HAVE_AIX_OS_FALSE$ac_delim
45944 HAVE_HPUX_OS_TRUE!$HAVE_HPUX_OS_TRUE$ac_delim
45945 HAVE_HPUX_OS_FALSE!$HAVE_HPUX_OS_FALSE$ac_delim
45946 HAVE_LINUX_OS_TRUE!$HAVE_LINUX_OS_TRUE$ac_delim
45947 HAVE_LINUX_OS_FALSE!$HAVE_LINUX_OS_FALSE$ac_delim
45948 HAVE_FREEBSD_OS_TRUE!$HAVE_FREEBSD_OS_TRUE$ac_delim
45949 HAVE_FREEBSD_OS_FALSE!$HAVE_FREEBSD_OS_FALSE$ac_delim
45950 HAVE_NETBSD_OS_TRUE!$HAVE_NETBSD_OS_TRUE$ac_delim
45951 HAVE_NETBSD_OS_FALSE!$HAVE_NETBSD_OS_FALSE$ac_delim
45952 HAVE_OPENBSD_OS_TRUE!$HAVE_OPENBSD_OS_TRUE$ac_delim
45953 HAVE_OPENBSD_OS_FALSE!$HAVE_OPENBSD_OS_FALSE$ac_delim
45954 HAVE_BSDI_OS_TRUE!$HAVE_BSDI_OS_TRUE$ac_delim
45955 HAVE_BSDI_OS_FALSE!$HAVE_BSDI_OS_FALSE$ac_delim
45956 HAVE_SGI_OS_TRUE!$HAVE_SGI_OS_TRUE$ac_delim
45957 HAVE_SGI_OS_FALSE!$HAVE_SGI_OS_FALSE$ac_delim
45958 HAVE_IRIX_OS_TRUE!$HAVE_IRIX_OS_TRUE$ac_delim
45959 HAVE_IRIX_OS_FALSE!$HAVE_IRIX_OS_FALSE$ac_delim
45960 HAVE_DARWIN_OS_TRUE!$HAVE_DARWIN_OS_TRUE$ac_delim
45961 HAVE_DARWIN_OS_FALSE!$HAVE_DARWIN_OS_FALSE$ac_delim
45962 SET_MAKE!$SET_MAKE$ac_delim
45963 MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
45964 USE_NLS!$USE_NLS$ac_delim
45965 MSGFMT!$MSGFMT$ac_delim
45966 GMSGFMT!$GMSGFMT$ac_delim
45967 XGETTEXT!$XGETTEXT$ac_delim
45968 MSGMERGE!$MSGMERGE$ac_delim
45969 INTL_MACOSX_LIBS!$INTL_MACOSX_LIBS$ac_delim
45970 LIBICONV!$LIBICONV$ac_delim
45971 LTLIBICONV!$LTLIBICONV$ac_delim
45972 INTLLIBS!$INTLLIBS$ac_delim
45973 LIBINTL!$LIBINTL$ac_delim
45974 LTLIBINTL!$LTLIBINTL$ac_delim
45975 POSUB!$POSUB$ac_delim
45976 GLIBC2!$GLIBC2$ac_delim
45977 ALLOCA!$ALLOCA$ac_delim
45978 GLIBC21!$GLIBC21$ac_delim
45979 HAVE_POSIX_PRINTF!$HAVE_POSIX_PRINTF$ac_delim
45980 HAVE_ASPRINTF!$HAVE_ASPRINTF$ac_delim
45981 HAVE_SNPRINTF!$HAVE_SNPRINTF$ac_delim
45982 HAVE_WPRINTF!$HAVE_WPRINTF$ac_delim
45983 INTLBISON!$INTLBISON$ac_delim
45984 BUILD_INCLUDED_LIBINTL!$BUILD_INCLUDED_LIBINTL$ac_delim
45985 USE_INCLUDED_LIBINTL!$USE_INCLUDED_LIBINTL$ac_delim
45986 CATOBJEXT!$CATOBJEXT$ac_delim
45987 DATADIRNAME!$DATADIRNAME$ac_delim
45988 INSTOBJEXT!$INSTOBJEXT$ac_delim
45989 GENCAT!$GENCAT$ac_delim
45990 INTLOBJS!$INTLOBJS$ac_delim
45991 INTL_LIBTOOL_SUFFIX_PREFIX!$INTL_LIBTOOL_SUFFIX_PREFIX$ac_delim
45992 BAT_DIR!$BAT_DIR$ac_delim
45993 _ACEOF
45994
45995   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
45996     break
45997   elif $ac_last_try; then
45998     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
45999 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
46000    { (exit 1); exit 1; }; }
46001   else
46002     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
46003   fi
46004 done
46005
46006 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
46007 if test -n "$ac_eof"; then
46008   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
46009   ac_eof=`expr $ac_eof + 1`
46010 fi
46011
46012 cat >>$CONFIG_STATUS <<_ACEOF
46013 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
46014 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
46015 _ACEOF
46016 sed '
46017 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
46018 s/^/s,@/; s/!/@,|#_!!_#|/
46019 :n
46020 t n
46021 s/'"$ac_delim"'$/,g/; t
46022 s/$/\\/; p
46023 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
46024 ' >>$CONFIG_STATUS <conf$$subs.sed
46025 rm -f conf$$subs.sed
46026 cat >>$CONFIG_STATUS <<_ACEOF
46027 CEOF$ac_eof
46028 _ACEOF
46029
46030
46031 ac_delim='%!_!# '
46032 for ac_last_try in false false false false false :; do
46033   cat >conf$$subs.sed <<_ACEOF
46034 QWT_INC!$QWT_INC$ac_delim
46035 QWT_LDFLAGS!$QWT_LDFLAGS$ac_delim
46036 QWT_LIB!$QWT_LIB$ac_delim
46037 QWT!$QWT$ac_delim
46038 WXCONS_CPPFLAGS!$WXCONS_CPPFLAGS$ac_delim
46039 WXCONS_LDFLAGS!$WXCONS_LDFLAGS$ac_delim
46040 WX_DIR!$WX_DIR$ac_delim
46041 TRAY_MONITOR_CPPFLAGS!$TRAY_MONITOR_CPPFLAGS$ac_delim
46042 TRAY_MONITOR_LDFLAGS!$TRAY_MONITOR_LDFLAGS$ac_delim
46043 TRAY_MONITOR_DIR!$TRAY_MONITOR_DIR$ac_delim
46044 TTOOL_LDFLAGS!$TTOOL_LDFLAGS$ac_delim
46045 STATIC_FD!$STATIC_FD$ac_delim
46046 STATIC_SD!$STATIC_SD$ac_delim
46047 STATIC_DIR!$STATIC_DIR$ac_delim
46048 STATIC_CONS!$STATIC_CONS$ac_delim
46049 STATIC_GNOME_CONS!$STATIC_GNOME_CONS$ac_delim
46050 STATIC_WX_CONS!$STATIC_WX_CONS$ac_delim
46051 ALL_DIRS!$ALL_DIRS$ac_delim
46052 DIRD_DIR!$DIRD_DIR$ac_delim
46053 DIR_TOOLS!$DIR_TOOLS$ac_delim
46054 STORED_DIR!$STORED_DIR$ac_delim
46055 CONS_INC!$CONS_INC$ac_delim
46056 CONS_OBJ!$CONS_OBJ$ac_delim
46057 CONS_SRC!$CONS_SRC$ac_delim
46058 CONS_LIBS!$CONS_LIBS$ac_delim
46059 CONS_LDFLAGS!$CONS_LDFLAGS$ac_delim
46060 READLINE_SRC!$READLINE_SRC$ac_delim
46061 PYTHON_LIBS!$PYTHON_LIBS$ac_delim
46062 PYTHON_INCDIR!$PYTHON_INCDIR$ac_delim
46063 OPENSSL_LIBS!$OPENSSL_LIBS$ac_delim
46064 OPENSSL_INC!$OPENSSL_INC$ac_delim
46065 working_dir!$working_dir$ac_delim
46066 archivedir!$archivedir$ac_delim
46067 basename!$basename$ac_delim
46068 hostname!$hostname$ac_delim
46069 scriptdir!$scriptdir$ac_delim
46070 bsrdir!$bsrdir$ac_delim
46071 logdir!$logdir$ac_delim
46072 plugindir!$plugindir$ac_delim
46073 dump_email!$dump_email$ac_delim
46074 job_email!$job_email$ac_delim
46075 smtp_host!$smtp_host$ac_delim
46076 piddir!$piddir$ac_delim
46077 subsysdir!$subsysdir$ac_delim
46078 baseport!$baseport$ac_delim
46079 dir_port!$dir_port$ac_delim
46080 fd_port!$fd_port$ac_delim
46081 sd_port!$sd_port$ac_delim
46082 dir_password!$dir_password$ac_delim
46083 fd_password!$fd_password$ac_delim
46084 sd_password!$sd_password$ac_delim
46085 mon_dir_password!$mon_dir_password$ac_delim
46086 mon_fd_password!$mon_fd_password$ac_delim
46087 mon_sd_password!$mon_sd_password$ac_delim
46088 db_name!$db_name$ac_delim
46089 db_user!$db_user$ac_delim
46090 db_password!$db_password$ac_delim
46091 db_port!$db_port$ac_delim
46092 dir_user!$dir_user$ac_delim
46093 dir_group!$dir_group$ac_delim
46094 sd_user!$sd_user$ac_delim
46095 sd_group!$sd_group$ac_delim
46096 fd_user!$fd_user$ac_delim
46097 fd_group!$fd_group$ac_delim
46098 SBINPERM!$SBINPERM$ac_delim
46099 SQL_LFLAGS!$SQL_LFLAGS$ac_delim
46100 SQL_INCLUDE!$SQL_INCLUDE$ac_delim
46101 SQL_BINDIR!$SQL_BINDIR$ac_delim
46102 DBI_DBD_DRIVERDIR!$DBI_DBD_DRIVERDIR$ac_delim
46103 uncomment_dbi!$uncomment_dbi$ac_delim
46104 DB_PROG!$DB_PROG$ac_delim
46105 DB_PROG_LIB!$DB_PROG_LIB$ac_delim
46106 cats!$cats$ac_delim
46107 DB_TYPE!$DB_TYPE$ac_delim
46108 GETCONF!$GETCONF$ac_delim
46109 XMKMF!$XMKMF$ac_delim
46110 X_CFLAGS!$X_CFLAGS$ac_delim
46111 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
46112 X_LIBS!$X_LIBS$ac_delim
46113 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
46114 LIBOBJS!$LIBOBJS$ac_delim
46115 ZLIBS!$ZLIBS$ac_delim
46116 AFS_CFLAGS!$AFS_CFLAGS$ac_delim
46117 AFS_LIBS!$AFS_LIBS$ac_delim
46118 CAP_LIBS!$CAP_LIBS$ac_delim
46119 FDLIBS!$FDLIBS$ac_delim
46120 DEBUG!$DEBUG$ac_delim
46121 DINCLUDE!$DINCLUDE$ac_delim
46122 DLIB!$DLIB$ac_delim
46123 DB_LIBS!$DB_LIBS$ac_delim
46124 WCFLAGS!$WCFLAGS$ac_delim
46125 WLDFLAGS!$WLDFLAGS$ac_delim
46126 WRAPLIBS!$WRAPLIBS$ac_delim
46127 OBJLIST!$OBJLIST$ac_delim
46128 TAPEDRIVE!$TAPEDRIVE$ac_delim
46129 PSCMD!$PSCMD$ac_delim
46130 WIN32!$WIN32$ac_delim
46131 _ACEOF
46132
46133   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
46134     break
46135   elif $ac_last_try; then
46136     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
46137 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
46138    { (exit 1); exit 1; }; }
46139   else
46140     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
46141   fi
46142 done
46143
46144 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
46145 if test -n "$ac_eof"; then
46146   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
46147   ac_eof=`expr $ac_eof + 1`
46148 fi
46149
46150 cat >>$CONFIG_STATUS <<_ACEOF
46151 cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
46152 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
46153 _ACEOF
46154 sed '
46155 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
46156 s/^/s,@/; s/!/@,|#_!!_#|/
46157 :n
46158 t n
46159 s/'"$ac_delim"'$/,g/; t
46160 s/$/\\/; p
46161 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
46162 ' >>$CONFIG_STATUS <conf$$subs.sed
46163 rm -f conf$$subs.sed
46164 cat >>$CONFIG_STATUS <<_ACEOF
46165 CEOF$ac_eof
46166 _ACEOF
46167
46168
46169 ac_delim='%!_!# '
46170 for ac_last_try in false false false false false :; do
46171   cat >conf$$subs.sed <<_ACEOF
46172 MACOSX!$MACOSX$ac_delim
46173 DISTNAME!$DISTNAME$ac_delim
46174 DISTVER!$DISTVER$ac_delim
46175 LTLIBOBJS!$LTLIBOBJS$ac_delim
46176 _ACEOF
46177
46178   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 4; then
46179     break
46180   elif $ac_last_try; then
46181     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
46182 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
46183    { (exit 1); exit 1; }; }
46184   else
46185     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
46186   fi
46187 done
46188
46189 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
46190 if test -n "$ac_eof"; then
46191   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
46192   ac_eof=`expr $ac_eof + 1`
46193 fi
46194
46195 cat >>$CONFIG_STATUS <<_ACEOF
46196 cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof
46197 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
46198 _ACEOF
46199 sed '
46200 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
46201 s/^/s,@/; s/!/@,|#_!!_#|/
46202 :n
46203 t n
46204 s/'"$ac_delim"'$/,g/; t
46205 s/$/\\/; p
46206 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
46207 ' >>$CONFIG_STATUS <conf$$subs.sed
46208 rm -f conf$$subs.sed
46209 cat >>$CONFIG_STATUS <<_ACEOF
46210 :end
46211 s/|#_!!_#|//g
46212 CEOF$ac_eof
46213 _ACEOF
46214
46215
46216 # VPATH may cause trouble with some makes, so we remove $(srcdir),
46217 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
46218 # trailing colons and then remove the whole line if VPATH becomes empty
46219 # (actually we leave an empty line to preserve line numbers).
46220 if test "x$srcdir" = x.; then
46221   ac_vpsub='/^[  ]*VPATH[        ]*=/{
46222 s/:*\$(srcdir):*/:/
46223 s/:*\${srcdir}:*/:/
46224 s/:*@srcdir@:*/:/
46225 s/^\([^=]*=[     ]*\):*/\1/
46226 s/:*$//
46227 s/^[^=]*=[       ]*$//
46228 }'
46229 fi
46230
46231 cat >>$CONFIG_STATUS <<\_ACEOF
46232 fi # test -n "$CONFIG_FILES"
46233
46234
46235 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
46236 do
46237   case $ac_tag in
46238   :[FHLC]) ac_mode=$ac_tag; continue;;
46239   esac
46240   case $ac_mode$ac_tag in
46241   :[FHL]*:*);;
46242   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
46243 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
46244    { (exit 1); exit 1; }; };;
46245   :[FH]-) ac_tag=-:-;;
46246   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
46247   esac
46248   ac_save_IFS=$IFS
46249   IFS=:
46250   set x $ac_tag
46251   IFS=$ac_save_IFS
46252   shift
46253   ac_file=$1
46254   shift
46255
46256   case $ac_mode in
46257   :L) ac_source=$1;;
46258   :[FH])
46259     ac_file_inputs=
46260     for ac_f
46261     do
46262       case $ac_f in
46263       -) ac_f="$tmp/stdin";;
46264       *) # Look for the file first in the build tree, then in the source tree
46265          # (if the path is not absolute).  The absolute path cannot be DOS-style,
46266          # because $ac_f cannot contain `:'.
46267          test -f "$ac_f" ||
46268            case $ac_f in
46269            [\\/$]*) false;;
46270            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
46271            esac ||
46272            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
46273 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
46274    { (exit 1); exit 1; }; };;
46275       esac
46276       ac_file_inputs="$ac_file_inputs $ac_f"
46277     done
46278
46279     # Let's still pretend it is `configure' which instantiates (i.e., don't
46280     # use $as_me), people would be surprised to read:
46281     #    /* config.h.  Generated by config.status.  */
46282     configure_input="Generated from "`IFS=:
46283           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
46284     if test x"$ac_file" != x-; then
46285       configure_input="$ac_file.  $configure_input"
46286       { echo "$as_me:$LINENO: creating $ac_file" >&5
46287 echo "$as_me: creating $ac_file" >&6;}
46288     fi
46289
46290     case $ac_tag in
46291     *:-:* | *:-) cat >"$tmp/stdin";;
46292     esac
46293     ;;
46294   esac
46295
46296   ac_dir=`$as_dirname -- "$ac_file" ||
46297 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46298          X"$ac_file" : 'X\(//\)[^/]' \| \
46299          X"$ac_file" : 'X\(//\)$' \| \
46300          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
46301 echo X"$ac_file" |
46302     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
46303             s//\1/
46304             q
46305           }
46306           /^X\(\/\/\)[^/].*/{
46307             s//\1/
46308             q
46309           }
46310           /^X\(\/\/\)$/{
46311             s//\1/
46312             q
46313           }
46314           /^X\(\/\).*/{
46315             s//\1/
46316             q
46317           }
46318           s/.*/./; q'`
46319   { as_dir="$ac_dir"
46320   case $as_dir in #(
46321   -*) as_dir=./$as_dir;;
46322   esac
46323   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
46324     as_dirs=
46325     while :; do
46326       case $as_dir in #(
46327       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
46328       *) as_qdir=$as_dir;;
46329       esac
46330       as_dirs="'$as_qdir' $as_dirs"
46331       as_dir=`$as_dirname -- "$as_dir" ||
46332 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46333          X"$as_dir" : 'X\(//\)[^/]' \| \
46334          X"$as_dir" : 'X\(//\)$' \| \
46335          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
46336 echo X"$as_dir" |
46337     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
46338             s//\1/
46339             q
46340           }
46341           /^X\(\/\/\)[^/].*/{
46342             s//\1/
46343             q
46344           }
46345           /^X\(\/\/\)$/{
46346             s//\1/
46347             q
46348           }
46349           /^X\(\/\).*/{
46350             s//\1/
46351             q
46352           }
46353           s/.*/./; q'`
46354       test -d "$as_dir" && break
46355     done
46356     test -z "$as_dirs" || eval "mkdir $as_dirs"
46357   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
46358 echo "$as_me: error: cannot create directory $as_dir" >&2;}
46359    { (exit 1); exit 1; }; }; }
46360   ac_builddir=.
46361
46362 case "$ac_dir" in
46363 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
46364 *)
46365   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
46366   # A ".." for each directory in $ac_dir_suffix.
46367   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
46368   case $ac_top_builddir_sub in
46369   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
46370   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
46371   esac ;;
46372 esac
46373 ac_abs_top_builddir=$ac_pwd
46374 ac_abs_builddir=$ac_pwd$ac_dir_suffix
46375 # for backward compatibility:
46376 ac_top_builddir=$ac_top_build_prefix
46377
46378 case $srcdir in
46379   .)  # We are building in place.
46380     ac_srcdir=.
46381     ac_top_srcdir=$ac_top_builddir_sub
46382     ac_abs_top_srcdir=$ac_pwd ;;
46383   [\\/]* | ?:[\\/]* )  # Absolute name.
46384     ac_srcdir=$srcdir$ac_dir_suffix;
46385     ac_top_srcdir=$srcdir
46386     ac_abs_top_srcdir=$srcdir ;;
46387   *) # Relative name.
46388     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
46389     ac_top_srcdir=$ac_top_build_prefix$srcdir
46390     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
46391 esac
46392 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
46393
46394
46395   case $ac_mode in
46396   :F)
46397   #
46398   # CONFIG_FILE
46399   #
46400
46401   case $INSTALL in
46402   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
46403   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
46404   esac
46405 _ACEOF
46406
46407 cat >>$CONFIG_STATUS <<\_ACEOF
46408 # If the template does not know about datarootdir, expand it.
46409 # FIXME: This hack should be removed a few years after 2.60.
46410 ac_datarootdir_hack=; ac_datarootdir_seen=
46411
46412 case `sed -n '/datarootdir/ {
46413   p
46414   q
46415 }
46416 /@datadir@/p
46417 /@docdir@/p
46418 /@infodir@/p
46419 /@localedir@/p
46420 /@mandir@/p
46421 ' $ac_file_inputs` in
46422 *datarootdir*) ac_datarootdir_seen=yes;;
46423 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
46424   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
46425 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
46426 _ACEOF
46427 cat >>$CONFIG_STATUS <<_ACEOF
46428   ac_datarootdir_hack='
46429   s&@datadir@&$datadir&g
46430   s&@docdir@&$docdir&g
46431   s&@infodir@&$infodir&g
46432   s&@localedir@&$localedir&g
46433   s&@mandir@&$mandir&g
46434     s&\\\${datarootdir}&$datarootdir&g' ;;
46435 esac
46436 _ACEOF
46437
46438 # Neutralize VPATH when `$srcdir' = `.'.
46439 # Shell code in configure.ac might set extrasub.
46440 # FIXME: do we really want to maintain this feature?
46441 cat >>$CONFIG_STATUS <<_ACEOF
46442   sed "$ac_vpsub
46443 $extrasub
46444 _ACEOF
46445 cat >>$CONFIG_STATUS <<\_ACEOF
46446 :t
46447 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
46448 s&@configure_input@&$configure_input&;t t
46449 s&@top_builddir@&$ac_top_builddir_sub&;t t
46450 s&@srcdir@&$ac_srcdir&;t t
46451 s&@abs_srcdir@&$ac_abs_srcdir&;t t
46452 s&@top_srcdir@&$ac_top_srcdir&;t t
46453 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
46454 s&@builddir@&$ac_builddir&;t t
46455 s&@abs_builddir@&$ac_abs_builddir&;t t
46456 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
46457 s&@INSTALL@&$ac_INSTALL&;t t
46458 $ac_datarootdir_hack
46459 " $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
46460
46461 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
46462   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
46463   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
46464   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
46465 which seems to be undefined.  Please make sure it is defined." >&5
46466 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
46467 which seems to be undefined.  Please make sure it is defined." >&2;}
46468
46469   rm -f "$tmp/stdin"
46470   case $ac_file in
46471   -) cat "$tmp/out"; rm -f "$tmp/out";;
46472   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
46473   esac
46474  ;;
46475   :H)
46476   #
46477   # CONFIG_HEADER
46478   #
46479 _ACEOF
46480
46481 # Transform confdefs.h into a sed script `conftest.defines', that
46482 # substitutes the proper values into config.h.in to produce config.h.
46483 rm -f conftest.defines conftest.tail
46484 # First, append a space to every undef/define line, to ease matching.
46485 echo 's/$/ /' >conftest.defines
46486 # Then, protect against being on the right side of a sed subst, or in
46487 # an unquoted here document, in config.status.  If some macros were
46488 # called several times there might be several #defines for the same
46489 # symbol, which is useless.  But do not sort them, since the last
46490 # AC_DEFINE must be honored.
46491 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
46492 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
46493 # NAME is the cpp macro being defined, VALUE is the value it is being given.
46494 # PARAMS is the parameter list in the macro definition--in most cases, it's
46495 # just an empty string.
46496 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
46497 ac_dB='\\)[      (].*,\\1define\\2'
46498 ac_dC=' '
46499 ac_dD=' ,'
46500
46501 uniq confdefs.h |
46502   sed -n '
46503         t rset
46504         :rset
46505         s/^[     ]*#[    ]*define[       ][      ]*//
46506         t ok
46507         d
46508         :ok
46509         s/[\\&,]/\\&/g
46510         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
46511         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
46512   ' >>conftest.defines
46513
46514 # Remove the space that was appended to ease matching.
46515 # Then replace #undef with comments.  This is necessary, for
46516 # example, in the case of _POSIX_SOURCE, which is predefined and required
46517 # on some systems where configure will not decide to define it.
46518 # (The regexp can be short, since the line contains either #define or #undef.)
46519 echo 's/ $//
46520 s,^[     #]*u.*,/* & */,' >>conftest.defines
46521
46522 # Break up conftest.defines:
46523 ac_max_sed_lines=50
46524
46525 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
46526 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
46527 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
46528 # et cetera.
46529 ac_in='$ac_file_inputs'
46530 ac_out='"$tmp/out1"'
46531 ac_nxt='"$tmp/out2"'
46532
46533 while :
46534 do
46535   # Write a here document:
46536     cat >>$CONFIG_STATUS <<_ACEOF
46537     # First, check the format of the line:
46538     cat >"\$tmp/defines.sed" <<\\CEOF
46539 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
46540 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
46541 b
46542 :def
46543 _ACEOF
46544   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
46545   echo 'CEOF
46546     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
46547   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
46548   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
46549   grep . conftest.tail >/dev/null || break
46550   rm -f conftest.defines
46551   mv conftest.tail conftest.defines
46552 done
46553 rm -f conftest.defines conftest.tail
46554
46555 echo "ac_result=$ac_in" >>$CONFIG_STATUS
46556 cat >>$CONFIG_STATUS <<\_ACEOF
46557   if test x"$ac_file" != x-; then
46558     echo "/* $configure_input  */" >"$tmp/config.h"
46559     cat "$ac_result" >>"$tmp/config.h"
46560     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
46561       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
46562 echo "$as_me: $ac_file is unchanged" >&6;}
46563     else
46564       rm -f $ac_file
46565       mv "$tmp/config.h" $ac_file
46566     fi
46567   else
46568     echo "/* $configure_input  */"
46569     cat "$ac_result"
46570   fi
46571   rm -f "$tmp/out12"
46572  ;;
46573
46574   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
46575 echo "$as_me: executing $ac_file commands" >&6;}
46576  ;;
46577   esac
46578
46579
46580   case $ac_file$ac_mode in
46581     "libtool":C)
46582
46583     # See if we are running on zsh, and set the options which allow our
46584     # commands through without removal of \ escapes.
46585     if test -n "${ZSH_VERSION+set}" ; then
46586       setopt NO_GLOB_SUBST
46587     fi
46588
46589     cfgfile="${ofile}T"
46590     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
46591     $RM "$cfgfile"
46592
46593     cat <<_LT_EOF >> "$cfgfile"
46594 #! $SHELL
46595
46596 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
46597 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
46598 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
46599 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
46600 #
46601 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
46602 #                 2006, 2007, 2008 Free Software Foundation, Inc.
46603 #   Written by Gordon Matzigkeit, 1996
46604 #
46605 #   This file is part of GNU Libtool.
46606 #
46607 # GNU Libtool is free software; you can redistribute it and/or
46608 # modify it under the terms of the GNU General Public License as
46609 # published by the Free Software Foundation; either version 2 of
46610 # the License, or (at your option) any later version.
46611 #
46612 # As a special exception to the GNU General Public License,
46613 # if you distribute this file as part of a program or library that
46614 # is built using GNU Libtool, you may include this file under the
46615 # same distribution terms that you use for the rest of that program.
46616 #
46617 # GNU Libtool is distributed in the hope that it will be useful,
46618 # but WITHOUT ANY WARRANTY; without even the implied warranty of
46619 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
46620 # GNU General Public License for more details.
46621 #
46622 # You should have received a copy of the GNU General Public License
46623 # along with GNU Libtool; see the file COPYING.  If not, a copy
46624 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
46625 # obtained by writing to the Free Software Foundation, Inc.,
46626 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
46627
46628
46629 # The names of the tagged configurations supported by this script.
46630 available_tags="CXX "
46631
46632 # ### BEGIN LIBTOOL CONFIG
46633
46634 # Which release of libtool.m4 was used?
46635 macro_version=$macro_version
46636 macro_revision=$macro_revision
46637
46638 # Whether or not to build shared libraries.
46639 build_libtool_libs=$enable_shared
46640
46641 # Whether or not to build static libraries.
46642 build_old_libs=$enable_static
46643
46644 # What type of objects to build.
46645 pic_mode=$pic_mode
46646
46647 # Whether or not to optimize for fast installation.
46648 fast_install=$enable_fast_install
46649
46650 # The host system.
46651 host_alias=$host_alias
46652 host=$host
46653 host_os=$host_os
46654
46655 # The build system.
46656 build_alias=$build_alias
46657 build=$build
46658 build_os=$build_os
46659
46660 # A sed program that does not truncate output.
46661 SED=$lt_SED
46662
46663 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
46664 Xsed="\$SED -e 1s/^X//"
46665
46666 # A grep program that handles long lines.
46667 GREP=$lt_GREP
46668
46669 # An ERE matcher.
46670 EGREP=$lt_EGREP
46671
46672 # A literal string matcher.
46673 FGREP=$lt_FGREP
46674
46675 # A BSD- or MS-compatible name lister.
46676 NM=$lt_NM
46677
46678 # Whether we need soft or hard links.
46679 LN_S=$lt_LN_S
46680
46681 # What is the maximum length of a command?
46682 max_cmd_len=$max_cmd_len
46683
46684 # Object file suffix (normally "o").
46685 objext=$ac_objext
46686
46687 # Executable file suffix (normally "").
46688 exeext=$exeext
46689
46690 # whether the shell understands "unset".
46691 lt_unset=$lt_unset
46692
46693 # turn spaces into newlines.
46694 SP2NL=$lt_lt_SP2NL
46695
46696 # turn newlines into spaces.
46697 NL2SP=$lt_lt_NL2SP
46698
46699 # How to create reloadable object files.
46700 reload_flag=$lt_reload_flag
46701 reload_cmds=$lt_reload_cmds
46702
46703 # An object symbol dumper.
46704 OBJDUMP=$lt_OBJDUMP
46705
46706 # Method to check whether dependent libraries are shared objects.
46707 deplibs_check_method=$lt_deplibs_check_method
46708
46709 # Command to use when deplibs_check_method == "file_magic".
46710 file_magic_cmd=$lt_file_magic_cmd
46711
46712 # The archiver.
46713 AR=$lt_AR
46714 AR_FLAGS=$lt_AR_FLAGS
46715
46716 # A symbol stripping program.
46717 STRIP=$lt_STRIP
46718
46719 # Commands used to install an old-style archive.
46720 RANLIB=$lt_RANLIB
46721 old_postinstall_cmds=$lt_old_postinstall_cmds
46722 old_postuninstall_cmds=$lt_old_postuninstall_cmds
46723
46724 # A C compiler.
46725 LTCC=$lt_CC
46726
46727 # LTCC compiler flags.
46728 LTCFLAGS=$lt_CFLAGS
46729
46730 # Take the output of nm and produce a listing of raw symbols and C names.
46731 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
46732
46733 # Transform the output of nm in a proper C declaration.
46734 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
46735
46736 # Transform the output of nm in a C name address pair.
46737 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
46738
46739 # Transform the output of nm in a C name address pair when lib prefix is needed.
46740 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
46741
46742 # The name of the directory that contains temporary libtool files.
46743 objdir=$objdir
46744
46745 # Shell to use when invoking shell scripts.
46746 SHELL=$lt_SHELL
46747
46748 # An echo program that does not interpret backslashes.
46749 ECHO=$lt_ECHO
46750
46751 # Used to examine libraries when file_magic_cmd begins with "file".
46752 MAGIC_CMD=$MAGIC_CMD
46753
46754 # Must we lock files when doing compilation?
46755 need_locks=$lt_need_locks
46756
46757 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
46758 DSYMUTIL=$lt_DSYMUTIL
46759
46760 # Tool to change global to local symbols on Mac OS X.
46761 NMEDIT=$lt_NMEDIT
46762
46763 # Tool to manipulate fat objects and archives on Mac OS X.
46764 LIPO=$lt_LIPO
46765
46766 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
46767 OTOOL=$lt_OTOOL
46768
46769 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
46770 OTOOL64=$lt_OTOOL64
46771
46772 # Old archive suffix (normally "a").
46773 libext=$libext
46774
46775 # Shared library suffix (normally ".so").
46776 shrext_cmds=$lt_shrext_cmds
46777
46778 # The commands to extract the exported symbol list from a shared archive.
46779 extract_expsyms_cmds=$lt_extract_expsyms_cmds
46780
46781 # Variables whose values should be saved in libtool wrapper scripts and
46782 # restored at link time.
46783 variables_saved_for_relink=$lt_variables_saved_for_relink
46784
46785 # Do we need the "lib" prefix for modules?
46786 need_lib_prefix=$need_lib_prefix
46787
46788 # Do we need a version for libraries?
46789 need_version=$need_version
46790
46791 # Library versioning type.
46792 version_type=$version_type
46793
46794 # Shared library runtime path variable.
46795 runpath_var=$runpath_var
46796
46797 # Shared library path variable.
46798 shlibpath_var=$shlibpath_var
46799
46800 # Is shlibpath searched before the hard-coded library search path?
46801 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
46802
46803 # Format of library name prefix.
46804 libname_spec=$lt_libname_spec
46805
46806 # List of archive names.  First name is the real one, the rest are links.
46807 # The last name is the one that the linker finds with -lNAME
46808 library_names_spec=$lt_library_names_spec
46809
46810 # The coded name of the library, if different from the real name.
46811 soname_spec=$lt_soname_spec
46812
46813 # Command to use after installation of a shared archive.
46814 postinstall_cmds=$lt_postinstall_cmds
46815
46816 # Command to use after uninstallation of a shared archive.
46817 postuninstall_cmds=$lt_postuninstall_cmds
46818
46819 # Commands used to finish a libtool library installation in a directory.
46820 finish_cmds=$lt_finish_cmds
46821
46822 # As "finish_cmds", except a single script fragment to be evaled but
46823 # not shown.
46824 finish_eval=$lt_finish_eval
46825
46826 # Whether we should hardcode library paths into libraries.
46827 hardcode_into_libs=$hardcode_into_libs
46828
46829 # Compile-time system search path for libraries.
46830 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
46831
46832 # Run-time system search path for libraries.
46833 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
46834
46835 # Whether dlopen is supported.
46836 dlopen_support=$enable_dlopen
46837
46838 # Whether dlopen of programs is supported.
46839 dlopen_self=$enable_dlopen_self
46840
46841 # Whether dlopen of statically linked programs is supported.
46842 dlopen_self_static=$enable_dlopen_self_static
46843
46844 # Commands to strip libraries.
46845 old_striplib=$lt_old_striplib
46846 striplib=$lt_striplib
46847
46848
46849 # The linker used to build libraries.
46850 LD=$lt_LD
46851
46852 # Commands used to build an old-style archive.
46853 old_archive_cmds=$lt_old_archive_cmds
46854
46855 # A language specific compiler.
46856 CC=$lt_compiler
46857
46858 # Is the compiler the GNU compiler?
46859 with_gcc=$GCC
46860
46861 # Compiler flag to turn off builtin functions.
46862 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
46863
46864 # How to pass a linker flag through the compiler.
46865 wl=$lt_lt_prog_compiler_wl
46866
46867 # Additional compiler flags for building library objects.
46868 pic_flag=$lt_lt_prog_compiler_pic
46869
46870 # Compiler flag to prevent dynamic linking.
46871 link_static_flag=$lt_lt_prog_compiler_static
46872
46873 # Does compiler simultaneously support -c and -o options?
46874 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
46875
46876 # Whether or not to add -lc for building shared libraries.
46877 build_libtool_need_lc=$archive_cmds_need_lc
46878
46879 # Whether or not to disallow shared libs when runtime libs are static.
46880 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
46881
46882 # Compiler flag to allow reflexive dlopens.
46883 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
46884
46885 # Compiler flag to generate shared objects directly from archives.
46886 whole_archive_flag_spec=$lt_whole_archive_flag_spec
46887
46888 # Whether the compiler copes with passing no objects directly.
46889 compiler_needs_object=$lt_compiler_needs_object
46890
46891 # Create an old-style archive from a shared archive.
46892 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
46893
46894 # Create a temporary old-style archive to link instead of a shared archive.
46895 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
46896
46897 # Commands used to build a shared archive.
46898 archive_cmds=$lt_archive_cmds
46899 archive_expsym_cmds=$lt_archive_expsym_cmds
46900
46901 # Commands used to build a loadable module if different from building
46902 # a shared archive.
46903 module_cmds=$lt_module_cmds
46904 module_expsym_cmds=$lt_module_expsym_cmds
46905
46906 # Whether we are building with GNU ld or not.
46907 with_gnu_ld=$lt_with_gnu_ld
46908
46909 # Flag that allows shared libraries with undefined symbols to be built.
46910 allow_undefined_flag=$lt_allow_undefined_flag
46911
46912 # Flag that enforces no undefined symbols.
46913 no_undefined_flag=$lt_no_undefined_flag
46914
46915 # Flag to hardcode \$libdir into a binary during linking.
46916 # This must work even if \$libdir does not exist
46917 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
46918
46919 # If ld is used when linking, flag to hardcode \$libdir into a binary
46920 # during linking.  This must work even if \$libdir does not exist.
46921 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
46922
46923 # Whether we need a single "-rpath" flag with a separated argument.
46924 hardcode_libdir_separator=$lt_hardcode_libdir_separator
46925
46926 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
46927 # DIR into the resulting binary.
46928 hardcode_direct=$hardcode_direct
46929
46930 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
46931 # DIR into the resulting binary and the resulting library dependency is
46932 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
46933 # library is relocated.
46934 hardcode_direct_absolute=$hardcode_direct_absolute
46935
46936 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
46937 # into the resulting binary.
46938 hardcode_minus_L=$hardcode_minus_L
46939
46940 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
46941 # into the resulting binary.
46942 hardcode_shlibpath_var=$hardcode_shlibpath_var
46943
46944 # Set to "yes" if building a shared library automatically hardcodes DIR
46945 # into the library and all subsequent libraries and executables linked
46946 # against it.
46947 hardcode_automatic=$hardcode_automatic
46948
46949 # Set to yes if linker adds runtime paths of dependent libraries
46950 # to runtime path list.
46951 inherit_rpath=$inherit_rpath
46952
46953 # Whether libtool must link a program against all its dependency libraries.
46954 link_all_deplibs=$link_all_deplibs
46955
46956 # Fix the shell variable \$srcfile for the compiler.
46957 fix_srcfile_path=$lt_fix_srcfile_path
46958
46959 # Set to "yes" if exported symbols are required.
46960 always_export_symbols=$always_export_symbols
46961
46962 # The commands to list exported symbols.
46963 export_symbols_cmds=$lt_export_symbols_cmds
46964
46965 # Symbols that should not be listed in the preloaded symbols.
46966 exclude_expsyms=$lt_exclude_expsyms
46967
46968 # Symbols that must always be exported.
46969 include_expsyms=$lt_include_expsyms
46970
46971 # Commands necessary for linking programs (against libraries) with templates.
46972 prelink_cmds=$lt_prelink_cmds
46973
46974 # Specify filename containing input files.
46975 file_list_spec=$lt_file_list_spec
46976
46977 # How to hardcode a shared library path into an executable.
46978 hardcode_action=$hardcode_action
46979
46980 # The directories searched by this compiler when creating a shared library.
46981 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
46982
46983 # Dependencies to place before and after the objects being linked to
46984 # create a shared library.
46985 predep_objects=$lt_predep_objects
46986 postdep_objects=$lt_postdep_objects
46987 predeps=$lt_predeps
46988 postdeps=$lt_postdeps
46989
46990 # The library search path used internally by the compiler when linking
46991 # a shared library.
46992 compiler_lib_search_path=$lt_compiler_lib_search_path
46993
46994 # ### END LIBTOOL CONFIG
46995
46996 _LT_EOF
46997
46998   case $host_os in
46999   aix3*)
47000     cat <<\_LT_EOF >> "$cfgfile"
47001 # AIX sometimes has problems with the GCC collect2 program.  For some
47002 # reason, if we set the COLLECT_NAMES environment variable, the problems
47003 # vanish in a puff of smoke.
47004 if test "X${COLLECT_NAMES+set}" != Xset; then
47005   COLLECT_NAMES=
47006   export COLLECT_NAMES
47007 fi
47008 _LT_EOF
47009     ;;
47010   esac
47011
47012
47013 ltmain="$ac_aux_dir/ltmain.sh"
47014
47015
47016   # We use sed instead of cat because bash on DJGPP gets confused if
47017   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
47018   # text mode, it properly converts lines to CR/LF.  This bash problem
47019   # is reportedly fixed, but why not run on old versions too?
47020   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
47021     || (rm -f "$cfgfile"; exit 1)
47022
47023   case $xsi_shell in
47024   yes)
47025     cat << \_LT_EOF >> "$cfgfile"
47026
47027 # func_dirname file append nondir_replacement
47028 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
47029 # otherwise set result to NONDIR_REPLACEMENT.
47030 func_dirname ()
47031 {
47032   case ${1} in
47033     */*) func_dirname_result="${1%/*}${2}" ;;
47034     *  ) func_dirname_result="${3}" ;;
47035   esac
47036 }
47037
47038 # func_basename file
47039 func_basename ()
47040 {
47041   func_basename_result="${1##*/}"
47042 }
47043
47044 # func_dirname_and_basename file append nondir_replacement
47045 # perform func_basename and func_dirname in a single function
47046 # call:
47047 #   dirname:  Compute the dirname of FILE.  If nonempty,
47048 #             add APPEND to the result, otherwise set result
47049 #             to NONDIR_REPLACEMENT.
47050 #             value returned in "$func_dirname_result"
47051 #   basename: Compute filename of FILE.
47052 #             value retuned in "$func_basename_result"
47053 # Implementation must be kept synchronized with func_dirname
47054 # and func_basename. For efficiency, we do not delegate to
47055 # those functions but instead duplicate the functionality here.
47056 func_dirname_and_basename ()
47057 {
47058   case ${1} in
47059     */*) func_dirname_result="${1%/*}${2}" ;;
47060     *  ) func_dirname_result="${3}" ;;
47061   esac
47062   func_basename_result="${1##*/}"
47063 }
47064
47065 # func_stripname prefix suffix name
47066 # strip PREFIX and SUFFIX off of NAME.
47067 # PREFIX and SUFFIX must not contain globbing or regex special
47068 # characters, hashes, percent signs, but SUFFIX may contain a leading
47069 # dot (in which case that matches only a dot).
47070 func_stripname ()
47071 {
47072   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
47073   # positional parameters, so assign one to ordinary parameter first.
47074   func_stripname_result=${3}
47075   func_stripname_result=${func_stripname_result#"${1}"}
47076   func_stripname_result=${func_stripname_result%"${2}"}
47077 }
47078
47079 # func_opt_split
47080 func_opt_split ()
47081 {
47082   func_opt_split_opt=${1%%=*}
47083   func_opt_split_arg=${1#*=}
47084 }
47085
47086 # func_lo2o object
47087 func_lo2o ()
47088 {
47089   case ${1} in
47090     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
47091     *)    func_lo2o_result=${1} ;;
47092   esac
47093 }
47094
47095 # func_xform libobj-or-source
47096 func_xform ()
47097 {
47098   func_xform_result=${1%.*}.lo
47099 }
47100
47101 # func_arith arithmetic-term...
47102 func_arith ()
47103 {
47104   func_arith_result=$(( $* ))
47105 }
47106
47107 # func_len string
47108 # STRING may not start with a hyphen.
47109 func_len ()
47110 {
47111   func_len_result=${#1}
47112 }
47113
47114 _LT_EOF
47115     ;;
47116   *) # Bourne compatible functions.
47117     cat << \_LT_EOF >> "$cfgfile"
47118
47119 # func_dirname file append nondir_replacement
47120 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
47121 # otherwise set result to NONDIR_REPLACEMENT.
47122 func_dirname ()
47123 {
47124   # Extract subdirectory from the argument.
47125   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
47126   if test "X$func_dirname_result" = "X${1}"; then
47127     func_dirname_result="${3}"
47128   else
47129     func_dirname_result="$func_dirname_result${2}"
47130   fi
47131 }
47132
47133 # func_basename file
47134 func_basename ()
47135 {
47136   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
47137 }
47138
47139
47140 # func_stripname prefix suffix name
47141 # strip PREFIX and SUFFIX off of NAME.
47142 # PREFIX and SUFFIX must not contain globbing or regex special
47143 # characters, hashes, percent signs, but SUFFIX may contain a leading
47144 # dot (in which case that matches only a dot).
47145 # func_strip_suffix prefix name
47146 func_stripname ()
47147 {
47148   case ${2} in
47149     .*) func_stripname_result=`$ECHO "X${3}" \
47150            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
47151     *)  func_stripname_result=`$ECHO "X${3}" \
47152            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
47153   esac
47154 }
47155
47156 # sed scripts:
47157 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
47158 my_sed_long_arg='1s/^-[^=]*=//'
47159
47160 # func_opt_split
47161 func_opt_split ()
47162 {
47163   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
47164   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
47165 }
47166
47167 # func_lo2o object
47168 func_lo2o ()
47169 {
47170   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
47171 }
47172
47173 # func_xform libobj-or-source
47174 func_xform ()
47175 {
47176   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
47177 }
47178
47179 # func_arith arithmetic-term...
47180 func_arith ()
47181 {
47182   func_arith_result=`expr "$@"`
47183 }
47184
47185 # func_len string
47186 # STRING may not start with a hyphen.
47187 func_len ()
47188 {
47189   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
47190 }
47191
47192 _LT_EOF
47193 esac
47194
47195 case $lt_shell_append in
47196   yes)
47197     cat << \_LT_EOF >> "$cfgfile"
47198
47199 # func_append var value
47200 # Append VALUE to the end of shell variable VAR.
47201 func_append ()
47202 {
47203   eval "$1+=\$2"
47204 }
47205 _LT_EOF
47206     ;;
47207   *)
47208     cat << \_LT_EOF >> "$cfgfile"
47209
47210 # func_append var value
47211 # Append VALUE to the end of shell variable VAR.
47212 func_append ()
47213 {
47214   eval "$1=\$$1\$2"
47215 }
47216
47217 _LT_EOF
47218     ;;
47219   esac
47220
47221
47222   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
47223     || (rm -f "$cfgfile"; exit 1)
47224
47225   mv -f "$cfgfile" "$ofile" ||
47226     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
47227   chmod +x "$ofile"
47228
47229
47230     cat <<_LT_EOF >> "$ofile"
47231
47232 # ### BEGIN LIBTOOL TAG CONFIG: CXX
47233
47234 # The linker used to build libraries.
47235 LD=$lt_LD_CXX
47236
47237 # Commands used to build an old-style archive.
47238 old_archive_cmds=$lt_old_archive_cmds_CXX
47239
47240 # A language specific compiler.
47241 CC=$lt_compiler_CXX
47242
47243 # Is the compiler the GNU compiler?
47244 with_gcc=$GCC_CXX
47245
47246 # Compiler flag to turn off builtin functions.
47247 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
47248
47249 # How to pass a linker flag through the compiler.
47250 wl=$lt_lt_prog_compiler_wl_CXX
47251
47252 # Additional compiler flags for building library objects.
47253 pic_flag=$lt_lt_prog_compiler_pic_CXX
47254
47255 # Compiler flag to prevent dynamic linking.
47256 link_static_flag=$lt_lt_prog_compiler_static_CXX
47257
47258 # Does compiler simultaneously support -c and -o options?
47259 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
47260
47261 # Whether or not to add -lc for building shared libraries.
47262 build_libtool_need_lc=$archive_cmds_need_lc_CXX
47263
47264 # Whether or not to disallow shared libs when runtime libs are static.
47265 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
47266
47267 # Compiler flag to allow reflexive dlopens.
47268 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
47269
47270 # Compiler flag to generate shared objects directly from archives.
47271 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
47272
47273 # Whether the compiler copes with passing no objects directly.
47274 compiler_needs_object=$lt_compiler_needs_object_CXX
47275
47276 # Create an old-style archive from a shared archive.
47277 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
47278
47279 # Create a temporary old-style archive to link instead of a shared archive.
47280 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
47281
47282 # Commands used to build a shared archive.
47283 archive_cmds=$lt_archive_cmds_CXX
47284 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
47285
47286 # Commands used to build a loadable module if different from building
47287 # a shared archive.
47288 module_cmds=$lt_module_cmds_CXX
47289 module_expsym_cmds=$lt_module_expsym_cmds_CXX
47290
47291 # Whether we are building with GNU ld or not.
47292 with_gnu_ld=$lt_with_gnu_ld_CXX
47293
47294 # Flag that allows shared libraries with undefined symbols to be built.
47295 allow_undefined_flag=$lt_allow_undefined_flag_CXX
47296
47297 # Flag that enforces no undefined symbols.
47298 no_undefined_flag=$lt_no_undefined_flag_CXX
47299
47300 # Flag to hardcode \$libdir into a binary during linking.
47301 # This must work even if \$libdir does not exist
47302 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
47303
47304 # If ld is used when linking, flag to hardcode \$libdir into a binary
47305 # during linking.  This must work even if \$libdir does not exist.
47306 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
47307
47308 # Whether we need a single "-rpath" flag with a separated argument.
47309 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
47310
47311 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
47312 # DIR into the resulting binary.
47313 hardcode_direct=$hardcode_direct_CXX
47314
47315 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
47316 # DIR into the resulting binary and the resulting library dependency is
47317 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
47318 # library is relocated.
47319 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
47320
47321 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
47322 # into the resulting binary.
47323 hardcode_minus_L=$hardcode_minus_L_CXX
47324
47325 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
47326 # into the resulting binary.
47327 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
47328
47329 # Set to "yes" if building a shared library automatically hardcodes DIR
47330 # into the library and all subsequent libraries and executables linked
47331 # against it.
47332 hardcode_automatic=$hardcode_automatic_CXX
47333
47334 # Set to yes if linker adds runtime paths of dependent libraries
47335 # to runtime path list.
47336 inherit_rpath=$inherit_rpath_CXX
47337
47338 # Whether libtool must link a program against all its dependency libraries.
47339 link_all_deplibs=$link_all_deplibs_CXX
47340
47341 # Fix the shell variable \$srcfile for the compiler.
47342 fix_srcfile_path=$lt_fix_srcfile_path_CXX
47343
47344 # Set to "yes" if exported symbols are required.
47345 always_export_symbols=$always_export_symbols_CXX
47346
47347 # The commands to list exported symbols.
47348 export_symbols_cmds=$lt_export_symbols_cmds_CXX
47349
47350 # Symbols that should not be listed in the preloaded symbols.
47351 exclude_expsyms=$lt_exclude_expsyms_CXX
47352
47353 # Symbols that must always be exported.
47354 include_expsyms=$lt_include_expsyms_CXX
47355
47356 # Commands necessary for linking programs (against libraries) with templates.
47357 prelink_cmds=$lt_prelink_cmds_CXX
47358
47359 # Specify filename containing input files.
47360 file_list_spec=$lt_file_list_spec_CXX
47361
47362 # How to hardcode a shared library path into an executable.
47363 hardcode_action=$hardcode_action_CXX
47364
47365 # The directories searched by this compiler when creating a shared library.
47366 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
47367
47368 # Dependencies to place before and after the objects being linked to
47369 # create a shared library.
47370 predep_objects=$lt_predep_objects_CXX
47371 postdep_objects=$lt_postdep_objects_CXX
47372 predeps=$lt_predeps_CXX
47373 postdeps=$lt_postdeps_CXX
47374
47375 # The library search path used internally by the compiler when linking
47376 # a shared library.
47377 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
47378
47379 # ### END LIBTOOL TAG CONFIG: CXX
47380 _LT_EOF
47381
47382  ;;
47383     "default-1":C)
47384     for ac_file in $CONFIG_FILES; do
47385       # Support "outfile[:infile[:infile...]]"
47386       case "$ac_file" in
47387         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
47388       esac
47389       # PO directories have a Makefile.in generated from Makefile.in.in.
47390       case "$ac_file" in */Makefile.in)
47391         # Adjust a relative srcdir.
47392         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
47393         ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
47394         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
47395         # In autoconf-2.13 it is called $ac_given_srcdir.
47396         # In autoconf-2.50 it is called $srcdir.
47397         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
47398         case "$ac_given_srcdir" in
47399           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
47400           /*) top_srcdir="$ac_given_srcdir" ;;
47401           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
47402         esac
47403         # Treat a directory as a PO directory if and only if it has a
47404         # POTFILES.in file. This allows packages to have multiple PO
47405         # directories under different names or in different locations.
47406         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
47407           rm -f "$ac_dir/POTFILES"
47408           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
47409           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
47410           POMAKEFILEDEPS="POTFILES.in"
47411           # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
47412           # on $ac_dir but don't depend on user-specified configuration
47413           # parameters.
47414           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
47415             # The LINGUAS file contains the set of available languages.
47416             if test -n "$OBSOLETE_ALL_LINGUAS"; then
47417               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
47418             fi
47419             ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
47420             # Hide the ALL_LINGUAS assigment from automake.
47421             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
47422             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
47423           else
47424             # The set of available languages was given in configure.in.
47425             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
47426           fi
47427           # Compute POFILES
47428           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
47429           # Compute UPDATEPOFILES
47430           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
47431           # Compute DUMMYPOFILES
47432           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
47433           # Compute GMOFILES
47434           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
47435           case "$ac_given_srcdir" in
47436             .) srcdirpre= ;;
47437             *) srcdirpre='$(srcdir)/' ;;
47438           esac
47439           POFILES=
47440           UPDATEPOFILES=
47441           DUMMYPOFILES=
47442           GMOFILES=
47443           for lang in $ALL_LINGUAS; do
47444             POFILES="$POFILES $srcdirpre$lang.po"
47445             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
47446             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
47447             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
47448           done
47449           # CATALOGS depends on both $ac_dir and the user's LINGUAS
47450           # environment variable.
47451           INST_LINGUAS=
47452           if test -n "$ALL_LINGUAS"; then
47453             for presentlang in $ALL_LINGUAS; do
47454               useit=no
47455               if test "%UNSET%" != "$LINGUAS"; then
47456                 desiredlanguages="$LINGUAS"
47457               else
47458                 desiredlanguages="$ALL_LINGUAS"
47459               fi
47460               for desiredlang in $desiredlanguages; do
47461                 # Use the presentlang catalog if desiredlang is
47462                 #   a. equal to presentlang, or
47463                 #   b. a variant of presentlang (because in this case,
47464                 #      presentlang can be used as a fallback for messages
47465                 #      which are not translated in the desiredlang catalog).
47466                 case "$desiredlang" in
47467                   "$presentlang"*) useit=yes;;
47468                 esac
47469               done
47470               if test $useit = yes; then
47471                 INST_LINGUAS="$INST_LINGUAS $presentlang"
47472               fi
47473             done
47474           fi
47475           CATALOGS=
47476           if test -n "$INST_LINGUAS"; then
47477             for lang in $INST_LINGUAS; do
47478               CATALOGS="$CATALOGS $lang.gmo"
47479             done
47480           fi
47481           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
47482           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"
47483           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
47484             if test -f "$f"; then
47485               case "$f" in
47486                 *.orig | *.bak | *~) ;;
47487                 *) cat "$f" >> "$ac_dir/Makefile" ;;
47488               esac
47489             fi
47490           done
47491         fi
47492         ;;
47493       esac
47494     done ;;
47495     "default":C)
47496  ;;
47497
47498   esac
47499 done # for ac_tag
47500
47501
47502 { (exit 0); exit 0; }
47503 _ACEOF
47504 chmod +x $CONFIG_STATUS
47505 ac_clean_files=$ac_clean_files_save
47506
47507
47508 # configure is writing to config.log, and then calls config.status.
47509 # config.status does its own redirection, appending to config.log.
47510 # Unfortunately, on DOS this fails, as config.log is still kept open
47511 # by configure, so config.status won't be able to write to it; its
47512 # output is simply discarded.  So we exec the FD to /dev/null,
47513 # effectively closing config.log, so it can be properly (re)opened and
47514 # appended to by config.status.  When coming back to configure, we
47515 # need to make the FD available again.
47516 if test "$no_create" != yes; then
47517   ac_cs_success=:
47518   ac_config_status_args=
47519   test "$silent" = yes &&
47520     ac_config_status_args="$ac_config_status_args --quiet"
47521   exec 5>/dev/null
47522   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
47523   exec 5>>config.log
47524   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
47525   # would make configure fail if this is the last instruction.
47526   $ac_cs_success || { (exit 1); exit 1; }
47527 fi
47528
47529
47530 if test "${support_bat}" = "yes" ; then
47531    if test "x$QMAKE" = "xnone"; then
47532       { { echo "$as_me:$LINENO: error: Could not find qmake $PATH. Check your Qt installation" >&5
47533 echo "$as_me: error: Could not find qmake $PATH. Check your Qt installation" >&2;}
47534    { (exit 1); exit 1; }; }
47535    fi
47536
47537    QMAKEBIN="qmake"
47538    cd src/qt-console
47539    echo "Creating bat Makefile"
47540    touch bat
47541    chmod 755 bat
47542    rm -f Makefile
47543    $QMAKEBIN
47544    ${MAKE:-make} clean
47545    cd ${BUILD_DIR}
47546 fi
47547
47548 if test X"$GCC" = "Xyes" ; then
47549   echo "Doing make of dependencies"
47550   ${MAKE:-make} depend
47551 fi
47552
47553 cd src/qt-console
47554 chmod 755 install_conf_file build-depkgs-qt-console
47555 cd ${BUILD_DIR}
47556
47557 cd scripts
47558 chmod 755 startmysql stopmysql bacula startit stopit btraceback mtx-changer
47559 chmod 755 dvd-handler dvd-simulator
47560 chmod 755 bconsole gconsole mtx-changer devel_bacula logrotate
47561 cd ..
47562
47563 c=updatedb
47564 chmod 755 $c/update_mysql_tables_10_to_11   $c/update_sqlite3_tables_10_to_11
47565 chmod 755 $c/update_postgresql_tables_10_to_11
47566
47567
47568 c=src/cats
47569
47570 chmod 755 $c/create_bacula_database   $c/update_bacula_tables  $c/make_bacula_tables
47571 chmod 755 $c/grant_bacula_privileges  $c/drop_bacula_tables    $c/drop_bacula_database
47572
47573 chmod 755 $c/create_mysql_database    $c/update_mysql_tables   $c/make_mysql_tables
47574 chmod 755 $c/grant_mysql_privileges   $c/drop_mysql_tables     $c/drop_mysql_database
47575
47576 chmod 755 $c/create_sqlite3_database   $c/update_sqlite3_tables  $c/make_sqlite3_tables
47577 chmod 755 $c/grant_sqlite3_privileges  $c/drop_sqlite3_tables    $c/drop_sqlite3_database
47578
47579 chmod 755 $c/create_postgresql_database  $c/update_postgresql_tables $c/make_postgresql_tables
47580 chmod 755 $c/grant_postgresql_privileges $c/drop_postgresql_tables   $c/drop_postgresql_database
47581
47582 chmod 755 $c/create_ingres_database  $c/update_ingres_tables $c/make_ingres_tables
47583 chmod 755 $c/grant_ingres_privileges $c/drop_ingres_tables   $c/drop_ingres_database
47584
47585
47586 chmod 755 $c/make_catalog_backup $c/delete_catalog_backup  $c/make_catalog_backup.pl
47587 chmod 755 $c/sqlite
47588 chmod 755 $c/mysql
47589
47590 chmod 755 src/win32/build-depkgs-mingw32
47591
47592 if test "x$ac_cv_sys_largefile_CFLAGS" != "xno" ; then
47593    largefile_support="yes"
47594 fi
47595
47596 if test X"$GCC" = "Xyes" ; then
47597                CCVERSION=`${CC} --version | tr '\n' ' ' | cut -f 3 -d ' '`
47598    if test "x${CCVERSION}" = "x" ; then
47599       CCVERSION=`${CC} --version | tr '\n' ' ' | cut -f 1 -d ' '`
47600    fi
47601    CXXVERSION=`${CXX} --version | tr '\n' ' ' | cut -f 3 -d ' '`
47602    if test x"${CXXVERSION}" = x ; then
47603       CXXVERSION=`${CXX} --version | tr '\n' ' ' | cut -f 1 -d ' '`
47604    fi
47605 fi
47606
47607 # clean up any old junk
47608 echo " "
47609 echo "Cleaning up"
47610 echo " "
47611 ${MAKE:-make} clean
47612
47613 if test "x${db_type}" = "xInternal" ; then
47614    echo " "
47615    echo " "
47616    echo "You have not specified either --enable-client-only or one of the"
47617    echo "  supported databases: MySQL, PostgreSQL, Ingres, SQLite3 or DBI."
47618    echo "  This is not permitted. Please reconfigure."
47619    echo " "
47620    echo "Aborting the configuration ..."
47621    echo " "
47622    echo " "
47623    exit 1
47624 fi
47625
47626 echo "
47627 Configuration on `date`:
47628
47629    Host:                    ${host}${post_host} -- ${DISTNAME} ${DISTVER}
47630    Bacula version:          ${BACULA} ${VERSION} (${DATE})
47631    Source code location:    ${srcdir}
47632    Install binaries:        ${sbindir}
47633    Install libraries:       ${libdir}
47634    Install config files:    ${sysconfdir}
47635    Scripts directory:       ${scriptdir}
47636    Archive directory:       ${archivedir}
47637    Working directory:       ${working_dir}
47638    PID directory:           ${piddir}
47639    Subsys directory:        ${subsysdir}
47640    Man directory:           ${mandir}
47641    Data directory:          ${datarootdir}
47642    Plugin directory:        ${plugindir}
47643    C Compiler:              ${CC} ${CCVERSION}
47644    C++ Compiler:            ${CXX} ${CXXVERSION}
47645    Compiler flags:          ${WCFLAGS} ${CFLAGS}
47646    Linker flags:            ${WLDFLAGS} ${LDFLAGS}
47647    Libraries:               ${LIBS}
47648    Statically Linked Tools: ${support_static_tools}
47649    Statically Linked FD:    ${support_static_fd}
47650    Statically Linked SD:    ${support_static_sd}
47651    Statically Linked DIR:   ${support_static_dir}
47652    Statically Linked CONS:  ${support_static_cons}
47653    Database type:           ${db_type}
47654    Database port:           ${db_port}
47655    Database lib:            ${DB_LIBS}
47656    Database name:           ${db_name}
47657    Database user:           ${db_user}
47658
47659    Job Output Email:        ${job_email}
47660    Traceback Email:         ${dump_email}
47661    SMTP Host Address:       ${smtp_host}
47662
47663    Director Port:           ${dir_port}
47664    File daemon Port:        ${fd_port}
47665    Storage daemon Port:     ${sd_port}
47666
47667    Director User:           ${dir_user}
47668    Director Group:          ${dir_group}
47669    Storage Daemon User:     ${sd_user}
47670    Storage DaemonGroup:     ${sd_group}
47671    File Daemon User:        ${fd_user}
47672    File Daemon Group:       ${fd_group}
47673
47674    SQL binaries Directory   ${SQL_BINDIR}
47675
47676    Large file support:      $largefile_support
47677    Bacula conio support:    ${got_conio} ${CONS_LIBS}
47678    readline support:        ${got_readline} ${PRTREADLINE_SRC}
47679    TCP Wrappers support:    ${TCPW_MSG} ${WRAPLIBS}
47680    TLS support:             ${support_tls}
47681    Encryption support:      ${support_crypto}
47682    ZLIB support:            ${have_zlib}
47683    enable-smartalloc:       ${support_smartalloc}
47684    enable-lockmgr:          ${support_lockmgr}
47685    bat support:             ${support_bat}
47686    enable-gnome:            ${support_gnome} ${gnome_version}
47687    enable-bwx-console:      ${support_wx_console} ${wx_version}
47688    enable-tray-monitor:     ${support_tray_monitor}
47689    client-only:             ${build_client_only}
47690    build-dird:              ${build_dird}
47691    build-stored:            ${build_stored}
47692    Plugin support:          ${have_plugins}
47693    AFS support:             ${have_afs}
47694    ACL support:             ${have_acl}
47695    XATTR support:           ${have_xattr}
47696    Python support:          ${support_python} ${PYTHON_LIBS}
47697    Batch insert enabled:    ${support_batch_insert}
47698
47699   " > config.out
47700
47701 # create a small shell script useful for support with
47702 # configure options and config.out info
47703 cat > scripts/bacula_config << EOF
47704 #!/bin/sh
47705 cat << __EOC__
47706 $ $0 $ac_configure_args
47707 EOF
47708 cat config.out >> scripts/bacula_config
47709 echo __EOC__ >> scripts/bacula_config
47710 chmod 755 scripts/bacula_config
47711
47712 cat config.out
47713
47714 # Display a warning message if postgresql client lib is <= 8.1
47715 if test x$DB_TYPE = xpostgresql -a x$ac_cv_lib_pq_PQisthreadsafe != xyes \
47716         -a x$support_batch_insert = xyes
47717 then
47718         echo "WARNING: Your PostgreSQL client library is too old to detect "
47719         echo " if it was compiled with --enable-thread-safety, consider to"
47720         echo " upgrade it in order to avoid problems with Batch insert mode"
47721         echo
47722 fi